/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    underline: none
}

/***** TEXT/LINK FORMATTING *****/

@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
        url('/fonts/montserrat-light-webfont.woff') format('woff'),
        url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
        url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('/fonts/montserrat-regular-webfont.woff') format('woff'),
        url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
        url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('/fonts/montserrat-bold-webfont.woff') format('woff'),
        url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
        url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #71b7e5;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #71b7e5;
    color: #fff;
    text-shadow: none;
}

h1 {
    font-family: 'montserratbold';
    color: #373636;
    font-size: 30px;
    text-transform: uppercase;
}

h2 {
    font-family: 'montserratregular';
    color: #b14f08;
    font-size: 25px;
    margin: 0 0 50px;
}

h3 {
    font-family: 'montserratregular';
    color: #008d45;
    font-size: 20px;
}

h4 {
    font-family: 'montserratlight';
    color: #5e5c5c;
    font-size: 18px;
}

h5 {
    font-family: 'montserratbold';
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.container h5 {
    color: initial;
}

h6 {
    font-family: 'montserratlight';
    color: #5e5c5c;
    font-size: 15px;
}

h7 {
    font-family: 'montserratlight';
    color: #b14f08;
    font-size: 20px;
    font-style: italic;
}

h8 {
    font-family: 'montserratregular';
    color: #fff;
    font-size: 11px;
}

h9 {
    font-family: 'montserratbold';
    color: #b10816;
    font-size: 30px;
    font-style: normal;
}

.small {
    font-family: 'montserratregular';
    color: #fff;
    font-size: 11px;
    color: #b14f08;
}

.sale {
    text-align: left;
    margin: 1% 0;
}

p {
    font-family: 'montserratlight';
    font-size: 17px;
    line-height: 33px;
    font-weight: 600;
    color: #5e5c5c;
}

a {
    color: #919ba1;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a:hover {
    color: #bfa74f;
}

strong {
    font-family: 'montserratbold';
}


::-moz-selection {
    background: #b14f08;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #b14f08;
    color: #fff;
    text-shadow: none;
}


/***** SITE FRAMEWORK *****/

html,
body {
    font-family: 'montserratregular';
    font-size: 17px;
    color: #5e5c5c;
}

.wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding: 10px 0;
}

.wrapper.inventoryholder {
    margin: 0 auto !important;
}


/*------------------------------------------*/

.column1 {
    width: 100%;
}

.column2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.column3 {
    width: 33.33333%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column4 {
    width: 25%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column5 {
    width: 20%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column6 {
    width: 16.66666%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

/*============================ 
	inventory button styles 
=============================*/

.left {
    float: left;
}

.right {
    float: right;
}

.inv-button {
    width: 27%;
    background: #919ba1;
    padding: 15px;
    margin: .5% 2%;
    display: block;
    float: left;
}


a .inv-button {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 6px;
}

.inv-button:hover {
    opacity: 0.7;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}


.col-1-3 {
    width: 100%;
    text-align: center;

}



.invTitle-container {
    background: #333;
    border-top: 1px solid #008d45;
    padding: 10px 2%;
    font-family: 'montserratregular';
    color: #008d45;
    font-size: 20px;
    margin: 0 0;
    font-weight: bold;
}

.inv-title {
    padding: 0px 0;
    text-transform: uppercase;
    text-align: center;
}

.express img {
    max-width: 220px;
    width: 100%;
}

.express {
    font-family: 'montserratregular';
    color: #1E7DA9;
    font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}
.agco img {
    max-width: 175px;
    width: 100%;
}

.agco {
    font-family: 'montserratregular';
    color: #1E7DA9;
    font-size: 18px;
	display: inline-block;
	text-align: center;
	
}

/*===================== 
	inv iframes 
=======================*/


#inv iframe {
    overflow: visible;
    height: 100%;
    margin: 50px 0 0;
}

#inv {
    margin: 0 auto;
}


/***** STYLES *****/

#logo {
    float: left;
    width: 170px;
    padding-left: 45px;
}

#logo img {
    width: 100%;
}

#heading {
    float: right;
}

.welcome {
    margin: 13px 0 0;
    float: left;
    text-align: left;
}

.welcome p {
    color: #008d45;
	font-family: 'montserratbold';
	font-size: 30px;
	text-transform: uppercase;
	line-height: 43px;
}


.sub-head p {
    font-family: 'montserratlight';
}

.number {
    padding: 0 0 0;
    color: #b14f08;
    font-size: 17px;
}

.number a {
    color: #b14f08 !important;
    font-size: 17px;
}

.number a:hover {
    color: #5e5c5c !important;
    font-size: 17px;
}

.number2 {
    padding: 0 0 0;
    color: #b14f08;
    font-size: 17px;
}



#contact {
    float: right;
    text-align: right;
    margin: 10px 0 0 0;
    font-size: 17px;
}



.cycle-slideshow {
    width: 80%;
    margin: 20px 10%;
    height: auto;
}

.cycle-slideshow img, .cycle-slideshow div, .cycle-slideshow a {
    width: 100%;
    height: auto;
}

img {}

.manus {
    margin: 0;
    width: 100%;
    background: #dadada;
    padding: 10px 0;
    text-align: center;
}

.manus img {
    text-align: center;
    padding: 15px 15px;
    height: 40px;
}


/***** ZOOM STYLES *****/

.zoom-container {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.zoom-container h3 {
    color: #fff;
    font-family: 'montserratbold';
}

.zoom-container a {
    color: #bbbbbb;
}

.zoom-container img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -ms-transition: all .5s ease;
    /* IE 9 */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
}

.zoom-container .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .82);
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -ms-transition: all .5s ease;
    /* IE 9 */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
}

.zoom-container .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'montserratbold';
    font-size: 19px;
    font-style: normal;
    margin: 20% 0 0;
    text-transform: uppercase;
    color: #fff;
}

.zoom-container:hover .zoom-caption {
    background: none;
}


/***** BOX CATEGORIES *****/


.box-category-wrap {
    border: solid 1px #fff;
}

.box-category {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratlight';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.box-category a {
    color: #bbbbbb;
}

.box-category .box-caption {
    position: relative;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.box-caption h4 {
    display: block;
    text-align: center;
    margin: 0 0 0;
    text-transform: uppercase;
    color: #fff;
    background: rgba(4, 14, 95, 0.82);
    padding: 7px 0;
    bottom: 0;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.box-category img {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.box-caption:hover {
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -ms-transition: all .5s ease;
    /* IE 9 */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
    top: 0;

}


/***** SEARCH *****/

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.main {
    padding: 30px 0;
}


.search-container {
    padding: 10px 2%;
    font-family: 'montserratregular';
    font-size: 18px;
    margin: 0 0;
    background: #373636;
    border-bottom: solid 2px #fff;
}


.search-container iframe {
    overflow: visible;
    height: 100%;
    width: 100%;
}


.search {
    position: relative;
    float: right;
}

.search-title {
    float: left;
    padding: 5px 0;
    text-transform: uppercase;
}

.search-title a {
    color: #F5731F;
}

.search:before {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    font-family: 'FontAwesome';
    content: '\f002';
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
    padding: 8px;
    background: #b14f08;
    background: -moz-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008d45), color-stop(100%, #1a1819));
    background: -webkit-linear-gradient(top, #008d45 0%, #1a1819 100%);
    background: -o-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -ms-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: linear-gradient(to bottom, #008d45 0%, #1a1819 100%);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/*.searchButton:hover {
	background: #1a1819;
    background: -moz-linear-gradient(top, rgba(201,12,47,1) 0%, rgba(175,6,37,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1819), color-stop(100%,#008d45));
    background: -webkit-linear-gradient(top, #1a1819 0%,#008d45 100%);
    background: -o-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
        background: linear-gradient(to bottom, #1a1819 0%,#008d45 100%);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
*/

.search input[type=text] {
    width: 523px;
    height: 24px;
    background: #fff;
    border: 1px solid #919ba1;
    padding: 5px 15px;
    color: #000;
}

.searchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    opacity: 0;
    cursor: pointer;
}

#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
}

#form select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
}




.steiner-parts{
	width: 100%;
	margin: 0 auto;
	background: #008d45;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #008d45;
	padding: 8px 0;
	color: white;
	font-size: 30px;
	font-family: 'montserratbold';
    text-transform: uppercase;
}

.steiner-parts:hover{
	border: 3px solid #008d45;
	background: white;
	color: #008d45;
	border-radius: 5px;
}






/***** FORM STYLES *****/

.divider_bg {
    width: 30%;
    border-top: solid 10px #b14f08;
    margin: 0 0 50px;
}

.divider_green {
    width: 30%;
    border-top: solid 10px #008d45;
    margin: 0 0 50px;
}


.divider_small {
    width: 30%;
    border-top: solid 3px #b14f08;
    margin: 90px 0 20px;
}

.about {
    width: 100%;
    margin: 65px 0 0;
    line-height: 35px;
}

.quote-section img {
    width: 100%;
    margin: 0;
}

#form-title {
    color: #b14f08;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px;
}

.form-container {
    font-weight: 400;
    max-width: 1015px;
    margin: 0 auto;
    padding: 1% 10.5%;
}

#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #919ba1;
    margin: 5px 0 15px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'montserratregular';
}

#form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #919ba1;
    margin: 5px 0 15px;
    height: 90px;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'montserratregular';
}

#form select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #919ba1;
    margin: 5px 0 15px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'montserratregular';
}

#form select option {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #919ba1;
    margin: 5px 0 15px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'montserratlight';

}

#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
    font-family: 'montserratregular';

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3bc45+0,b14f08+100 */
    background: #008d45;

    background: -moz-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008d45), color-stop(100%, #1a1819));
    background: -webkit-linear-gradient(top, #008d45 0%, #1a1819 100%);
    background: -o-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -ms-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: linear-gradient(to bottom, #008d45 0%, #1a1819 100%);

    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
    height: 50px;
}

#form input.send-button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3bc45+0,b14f08+100 */
    background: #1a1819;
    background: -moz-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1819), color-stop(100%, #008d45));
    background: -webkit-linear-gradient(top, #1a1819 0%, #008d45 100%);
    background: -o-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -ms-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: linear-gradient(to bottom, #1a1819 0%, #008d45 100%);

    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
}

/*CAPCHA*/

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    line-height: normal !important;
    float: left;
    text-align: left !important;
}

.CaptchaPanel input {
    width: 200px !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 11px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 0px 0 5px 0 !important;
    font-size: 10px;
}

.CaptchaWhatsThisPanel a {
    color: #919ba1;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}


/***** FOOTER FORM *****/

.footer-half {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.half-pad {
    padding-right: 25px;
}

#footer-form input {
    width: 100%;
    background: #5e5c5c;
    padding: 5px 10px;
    border: none;
    margin: 5px 0 15px;
    height: 35px;
    box-sizing: border-box;
    color: #ffffff !important;
    font-family: 'montserratregular';
}

.half placeholder {
    color: #fff;
}

#footer-form textarea {
    width: 100%;
    background: #5e5c5c;
    padding: 8px 10px;
    border: none;
    margin: 5px 0 9px;
    height: 60px;
    box-sizing: border-box;
    color: #ffffff !important;
    font-family: 'montserratregular';
    font-size: 13px;
}

#footer-form select {
    width: 100%;
    background: #5e5c5c;
    padding: 5px 6px;
    border: none;
    margin: 5px 0 15px;
    height: 35px;
    box-sizing: border-box;
    color: #fff;
    font-family: 'montserratregular';

}



#footer-form input.message-button,
#footer-form input.message-button:focus {
    font-family: 'montserratregular';
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    font-size: 14px;
    color: #fff;
    background: #b14f08;
    background: -moz-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2ba36), color-stop(100%, #b14f08));
    background: -webkit-linear-gradient(top, #e2ba36 0%, #bfa74f 100%);
    background: -o-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -ms-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: linear-gradient(to bottom, #e2ba36 0%, #b14f08 100%);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;

}

#footer-form input.message-button:hover {
    color: #fff;
    cursor: pointer;
    background: #b14f08;
    background: -moz-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b14f08), color-stop(100%, #e2ba36));
    background: -webkit-linear-gradient(top, #b14f08 0%, #e2ba36 100%);
    background: -o-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -ms-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: linear-gradient(to bottom, #b14f08 0%, #e2ba36 100%);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/***** FOOTER STYLES *****/

.footer {
    padding: 50px 0 0;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}

.footer a {
    color: #5e5c5c;
}

.footer a:hover {
    color: #b14f08;
}


.contact-frame {
    height: 280px;
    width: 100%;
}


a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    font-family: 'montserratlight';
    color: #5e5c5c;
    font-size: 10px;
}

a.footerlink:hover {
    font-family: 'montserratlight';
    color: #aaa;
    text-decoration: none;
    font-size: 10px;
}

.footertext {
    font-family: 'montserratlight';
    font-size: 10px;
    color: #5e5c5c;
}

.smallfootertext {
    font-family: 'montserratlight';
    font-size: 10px;
    color: #5e5c5c;
}

.divfooter {
    text-align: center;
    padding: 120px 0 50px;
    line-height: 15px;
    background: #777;
    background: -moz-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #686667), color-stop(100%, #101010));
    background: -webkit-linear-gradient(top, #686667 0%, #101010 100%);
    background: -o-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: -ms-linear-gradient(top, rgba(201, 12, 47, 1) 0%, rgba(175, 6, 37, 1) 100%);
    background: linear-gradient(to bottom, #686667 0%, #101010 100%);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.clear {
    clear: both;
}

.break {
    margin: 50px 0;
}

.announce{
	font-family: 'montserratbold';
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 40px;
}

.announce a:hover{
	color: black;
    text-decoration: none;
}


/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin: 50px 0 0 0;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/*  inventory styles
------------------------------------------------*/

.hosted-content #listings-title {
    font-size: 1.8rem;
    color: #fff !important;
}


.list-container-flexrow .view-listing-details-link, .list-container-flexrow .buy-now-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text, .faceted-search-content .selected-facets-container .selected-facet, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content .detail-additional-data .data-row .data-label, .compare-listings-container .compare-container .button, .contact-options a, .detail-content-mobile .detail-contact-bar .contact-bar-btn, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input {
	background: #008d45 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
	border-color:#008d45 !important;
		color:#008d45 !important;
}

.detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .detail-main-body .main-detail-data .alternate-retail-price, .compare-listings-container .compare-container .compare-price, .list-content .list-title .list-listings-count, .list-container-flexrow .price-container, .list-container-flexrow .price-container .price {
	color: #b14f08 !important;
}

.detail-content .search-results {
	color: #008d45 !important;
}

.fin-calc-mobile>a, #calculator-mobile .modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn, .detail-content-mobile .detail-additional-data .data-row .data-label, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button {
	background: #b14f08 !important;
}

/***** RESPONSIVE STYLES *****/

@media screen and (max-width: 1366px) {


    .search-container {
        padding: 10px 9%;
        font-family: 'montserratregular';
        font-size: 18px;
        margin: 0 0;
        background: #373636;
    }

    .manus img {
        text-align: center;
        padding: 15px 15px;
        height: 40px;
    }

    .box-caption h4 {
        margin: 0 0 0;
    }



}

@media screen and (max-width: 1214px) {

    .wrapper {
        max-width: 1150px;
        margin: 0 4%;
        padding: 10px 0;
    }


}

@media screen and (max-width: 1120px) {


    .zoom-container .zoom-caption h3 {
        font-size: 18px;
    }

    .zoom-container {
        width: 50%;
    }

    .search-container {
        padding: 10px 1%;
    }

    .box-caption h4 {
        font-size: 13px;
    }


}

@media screen and (max-width: 1075px) {

    .manus img {
        text-align: center;
        padding: 15px 15px;
        height: 35px;
    }


}

@media screen and (max-width: 1060px) {


    .column3 {
        width: 50%;
        padding: 0;
    }

    #logo {
        margin: 8% 0 0;
        padding: 0;
    }



}

@media screen and (max-width: 910px) and (min-width:796px) {

    #contact {
        float: none;
        text-align: right;
        font-size: 17px;
        margin: 8px 0;
        text-align: center;
    }

    #heading {
        float: none;
    }

    .welcome {
        float: none;
        text-align: center;
    }

    .search input[type=text] {
        width: 450px;
        height: 24px;
        background: #fff;
        border: 1px solid #919ba1;
        padding: 5px 15px;
        color: #000;
    }

    .box-caption h4 {
        font-size: 13px;
        background: rgba(4, 14, 95, 0.72);
    }

}

@media screen and (max-width: 853px) {


    .footer-half {
        float: none;
        width: 92%;
        padding-right: 0;
        margin: 2% 4% 5%;
    }

    .footer {
        padding: 30px 0 0;
        width: 100%;
        font-size: 12px;
    }

    h2 {
        font-size: 25px;
        margin: 0 0 18px;
    }



}

@media screen and (max-width: 830px) {

    .search input[type=text] {
        width: 400px;
        height: 24px;
        background: #fff;
        border: 1px solid #919ba1;
        padding: 5px 15px;
        color: #000;
    }

    .box-caption h4 {
        font-size: 13px;
        background: rgba(4, 14, 95, 0.72);
    }

}

@media screen and (max-width: 795px) and (min-width:421px) {

    #heading {
        float: none;
    }

    .welcome {
        float: none;
        text-align: center;
    }

    #contact {
        float: none;
        font-family: 'montserratregular';
        text-align: right;
        color: #919ba1;
        font-size: 17px;
        margin: 8px 0;
        text-align: center;
    }



}

@media screen and (max-width: 773px) {

    .search input[type=text] {
        width: 280px;
        height: 24px;
        background: #fff;
        border: 1px solid #919ba1;
        padding: 5px 15px;
        color: #000;
    }

    .column2 {
        width: 50%;
        margin-right: 20px;
    }

    .search input[type=text] {
        width: 300px;
        height: 24px;
        background: #fff;
        border: 1px solid #919ba1;
        padding: 5px 15px;
        color: #000;
    }


}

@media screen and (max-width: 710px) {

    .box-category {
        float: left;
        width: 50%;
    }

    .box-caption h4 {
        margin: 0 0 0;
        font-size: 13px;
        background: rgba(4, 14, 95, 0.72);
    }

    .box-category .box-caption {
        position: relative;
    }


}

@media screen and (max-width: 670px) {

    .search input[type=text] {
        max-width: 526px;
        width: 90%;
        height: 24px;
        background: #fff;
        border: 1px solid #919ba1;
        padding: 5px 15px;
        color: #000;
    }

    .search {
        position: relative;
        float: right;
        width: 100%;
    }

    .column3 {
        width: 100%;
    }

    .divider_small {
        margin: 30px 0 20px;
    }

    .column2 {
        width: 90%;
    }

    h2 {
        font-size: 20px;
    }

    .footer-half {
        width: 92%;
        margin: 2% 4% 6%;
    }

    .zoom-container {
        width: 100%;
    }
	
	.steiner-parts{
	font-size: 24px;
	padding: 6px 0;
	width: 95%;
	margin: 0 auto;
	border-radius: 3px;
}

}

@media screen and (max-width: 593px) {

    .manus {
        margin: 0px 0;
    }

    .manus img {
        text-align: center;
        padding: 7px 11px;
        height: 43px;
    }

    .about {
        margin: 65px 0 30px;
    }


}
@media screen and (max-width: 553px) {

.steiner-parts{
	width: 95%;
	margin: 0 auto;
	border-radius: 3px;
	font-size: 20px;
	padding: 6px 0;
}
}
@media screen and (max-width: 496px) {

    h4 {
        font-size: 15px;
    }

    h1,
	.welcome p,
	.sub-head p{
        font-size: 20px;
    }

    h3 {
        font-size: 15px;
    }

}

@media screen and (max-width: 420px) {

    #logo {
        float: none;
        text-align: center;
        max-width: 280px;
        margin: 0 auto;
    }

    #heading {
        float: none;
    }

    .welcome {
        float: none;
        text-align: center;
    }

    #contact {
        float: none;
        font-family: 'montserratregular';
        text-align: right;
        color: #919ba1;
        font-size: 14px;
        margin: 8px 0;
        text-align: center;
    }

    .cycle-slideshow {
        display: none;
    }

    .smallfootertext {
        font-size: 8px;
    }

    .manus img {
        text-align: center;
        padding: 7px 18px;
        height: 43px;
    }



}

@media screen and (max-width: 380px) {


    #footer-form input.button2,
    #footer-form input.button2:focus {
        width: 150px;

    }

    .search input[type=text] {
        max-width: 526px;
        width: 85%;
        height: 24px;
        background: #fff;
        border: 1px solid #919ba1;
        padding: 5px 15px;
        color: #000;
    }

    .search {
        position: relative;
        float: right;
        width: 100%;
    }

    .box-category {
        float: left;
        width: 100%;
    }


}
