﻿/* TRA Base Starter Theme Light */
/* 
	Theme Colors 
	orange : #e76f0e
	grey : #232323
*/

/* Extra Helpers */

img.stretch {
    width: 100%!important;
}
.small-padding {
    padding: 10px;
}
.medium-padding {
    padding: 20px;
}
.large-padding {
    padding: 30px;
}
.custom-show-for-small-only {
    display: none;
}
.custom-show-for-medium-up {
    display: block;
}
.custom-show-for-large-up {
    display: block;
}
.custom-show-for-xlarge-up {
    display: block;
}
.custom-hide-for-xlarge-up {
    display: none;
}
.custom-hide-for-large-up {
    display: none;
}
.custom-hide-for-medium-up {
    display: none;
}
.padding-top-xsmall {
    padding-top: 5px;
}
.padding-left-xsmall {
    padding-left: 5px;
}
.padding-bottom-xsmall {
    padding-bottom: 5px;
}
.padding-right-xsmall {
    padding-right: 5px;
}
.padding-top-small {
    padding-top: 10px;
}
.padding-left-small {
    padding-left: 10px;
}
.padding-bottom-small {
    padding-bottom: 10px;
}
.padding-right-small {
    padding-right: 10px;
}
.padding-top {
    padding-top: 20px;
}
.padding-left {
    padding-left: 20px;
}
.padding-bottom {
    padding-bottom: 20px;
}
.padding-right {
    padding-right: 20px;
}
.padding-left-large {
    padding-left: 40px;
}
.padding-right-large {
    padding-right: 40px;
}
.padding-top-large {
    padding-top: 40px;
}
.padding-bottom-large {
    padding-bottom: 40px;
}
.hr-bottom {
    border-bottom: 1px solid #bebebe;
}
.iphone-block {
    display: none;
}
.no-display {
    display: none;
}
.sectionsegment {
    padding: 50px 0 50px 0;
}
.push_bottom{
	margin-bottom:30px;
}
.centered_large--text{
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.yellow_panel{
	background:#f4f3e2;
	border:2px #f3f0cf solid;
	padding:20px;
}
.red_panel{
	background:#f8e5e9;
	border:2px #f3d1d8 solid;
	padding:10px;
}
.button.tritary, button.tritary{
    background-color: gold;
    border-color: yellow;
    font-weight: bold;
    border: solid 2px yellow;
    color: #333;
    box-shadow: 4px 2px 5px -1px rgb(0 0 0 / 39%);
    -webkit-box-shadow: 4px 2px 5px -1px rgb(0 0 0 / 39%);
    -moz-box-shadow: 4px 2px 5px -1px rgba(0,0,0,0.39);
}

.button.tritary:focus, .button.tritary:hover, button.tritary:focus, button.tritary:hover {
    background-color: yellow;
    box-shadow: none;
    color: #333;
}

.pricing-table .price{
    font-size: 1.5rem;
    font-weight: 600;
}

/* Miscellaneous */

body {
    font-family: 'Roboto', sans-serif;
}
body.sales-center, 
body.parts-center, 
body.service-center{
	background-image:url('../images/salescenter-background.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
}
body .sales_center_body, 
body .parts_center_body, 
body .service_center_body
{
	padding:10px;
}
.sales_center_body, 
.parts_center_body, 
.service_center_body
{
	background:white;
}
.site-wrapper p {
    font-size: 16px;
}
button,
.button {    
    background: #000;    
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 9px 20px;
}
button:hover,
.button:hover{
    background: #f8c91d;
    color:#000;
}
.rubber-button {
	display: inline-block;
	width: 150px;
	padding:14px 0 14px 0;
    background: #ee4d0a;    
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-weight: normal;
	margin: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	transition: all .3s ease-in-out;
}
.rubber-button:hover {
	background: #000 !important;
	width: 90%;
}
#success-script {
    padding: 20px;
    position:absolute;
    top:30%;
    z-index:100;
    width:100%;
}
.boxes .window {
	background: rgba(198, 46, 11, 0.9);    
	color:white;
    margin: 0 auto;
    text-align:center;
    z-index: 9999;
    width:75%;
}
.boxes #dialog {
    padding: 60px;
}
.boxes #dialog a {
    font-size: 18px;
    font-weight:bold;
    color: yellow;
    text-transform: uppercase;
}
.welcomecontain{
	padding:0 40px 0 40px !important;
}
.review_tab{
	width:45px;
	position:fixed;
	top:33%;
	right:0;
	z-index:3000;
}

/* MastHead */

.locale-bar {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.locale-bar div{
    text-align: center;
    display: inline-block;
    vertical-align:middle;  
}
.locale-bar div a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow:0px 3px 2px #2222228c
}
.locale-bar div a#locale-title {
    color: #fff;
}
.locale-bar div a:hover {
    text-decoration: underline;
}
.locale-bar div.contact-us a.social-facebook, 
.locale-bar div.contact-us a.social-twitter,
.locale-bar div.contact-us a.social-youtube,
.locale-bar div.contact-us a.social-linkedin,
.locale-bar div.contact-us a.social-instagram
{
	color:#fff;
	font-size:24px;
	font-weight:bold;
    transition: 0.4s all;	
}
.locale-bar div.contact-us a.social-facebook:hover {
	color:#4267B2;
}
.locale-bar div.contact-us a.social-instagram:hover {
	color:#E1306C;
}
.locale-bar div.contact-us a.social-youtube:hover {
	color:red;
}
.locale-bar div.contact-us a.social-twitter:hover {
	color:#1DA1F2;
}
.locale-bar div.headicon{
	margin:0 10px 0 0;
}
.locale-bar div.contact-us a{
	font-size:24px;
	font-weight:bold;
	color:#fff;
}

.locale-bar ul {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.locale-bar ul li {
    list-style-type: none;
    list-style-position: outside;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding:0;
    /*margin: 0 2% 0 2%;*/
}
.locale-bar li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow:0px 3px 2px #2222228c
}
.locale-bar li a#locale-title {
    color: #fff;
}
.locale-bar li a:hover {
    text-decoration: underline;
}
.locale-bar a.header-facebook {
    width: 8px;
    height: 17px;
    background-image: url(../images/facebook-ico.png);
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 8px;
    line-height: 17px;
    vertical-align: middle;
    margin: 0 2% 0 2%;
}
.locale-bar a.header-twitter {
    width: 23px;
    height: 17px;
    background-image: url(../images/twitter-ico.png);
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 23px;
    line-height: 17px;
    vertical-align: middle;
    margin: 0 2% 0 2%;
}
.locale-bar a.header-youtube {
    width: 17px;
    height: 17px;
    background-image: url(../images/youtube-ico.png);
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    vertical-align: middle;
    margin: 0 2% 0 2%;
}
.locale-bar a.header-linkedin {
    width: 18px;
    height: 17px;
    background-image: url(../images/linkedin-ico.png);
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    vertical-align: middle;
    margin: 0 2% 0 2%;
}
.locale-border-bottom {
	border-bottom:2px #888 solid;
	/*background-image:url(../images/gridBG.jpg);*/
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size:cover;
}
.locale-bar .headicon{
	margin:0 10px 0 0;
}
.locale-bar li.contact-us a{
	font-size:25px;
	font-weight:bold;
}
.masthead {
    width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#454545+0,272727+100 */
	background: #454545; /* Old browsers */
	background: -moz-linear-gradient(top,  #454545 0%, #272727 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #454545 0%,#272727 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #454545 0%,#272727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
	    
}
.masthead img {
    display: inline-block;
    vertical-align: middle;
	-webkit-filter: drop-shadow(1px 8px 5px #252525);
	filter: drop-shadow(1px 8px 5px #252525);
    
}
.masthead .mast-inner{
    padding: 30px 0 30px 0;
}
.masthead .mfg-holder {
    padding: 0 10px 0 10px;
}
.masthead .mfg-holder .toppad{
	padding:9% 0 0 0;
	
}
.masthead .mast-inner .clockdiv{
	display:inline-block;
	margin:0 auto;
	padding:4px 60px 4px 60px;
    border: solid 1px #808080;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top,#585858 0%,#363636 100%);
    background-image: -o-linear-gradient(top,#585858 0%,#363636 100%);
    background-image: linear-gradient(to bottom,#585858 0%,#363636 100%);
    background-repeat: repeat-x;
    text-align: center;
    color: #fff;	
}
.masthead .mast-inner .clockdiv .time-actual{
	font-size:22px;
	line-height:normal;
	font-weight:bold;
    color: #fff;	
}
.masthead .mast-inner .clockdiv span.shipping-message{
	font-weight:bold;
    color: #fff;	
}
.menu-secondary .site-logo-mobile{
	text-align:center;
}
.menu-secondary .site-logo-mobile img{
	margin:0 auto;	
}
.menu-secondary .tabs-container .clockdiv{
	display:inline-block;
	margin:0 auto 15px auto;
	padding:4px 50px 4px 50px;
    border: solid 1px #808080;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top,#585858 0%,#363636 100%);
    background-image: -o-linear-gradient(top,#585858 0%,#363636 100%);
    background-image: linear-gradient(to bottom,#585858 0%,#363636 100%);
    background-repeat: repeat-x;
    text-align: center;
    color: #fff;	
}
.menu-secondary .tabs-container .clockdiv .time-actual{
	font-size:22px;
	line-height:normal;	
	font-weight:bold;
    color: #fff;	
}
.menu-secondary .tabs-container .clockdiv span.shipping-message{
	font-weight:bold;
    color: #fff;	
}

.page-banner {
    margin: 0 0 10px 0;
    height: auto;
}
.page-banner img {
    margin: 0 auto;
    height: auto;
    width: 100%;
}

/* Search Results */

.searchResults h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.searchResults p.searchQuery {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.searchResults ul#SearchResults {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.searchResults ul#SearchResults li {
	list-style-type: none;
	list-style-position: outside;
	padding: 40px;
	background: #fff;
	border-top: thin silver dotted;
	border-left: thin silver dotted;
	border-right: thin silver dotted;
}
.searchResults ul#SearchResults li h4 a {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
}
.searchResults ul#SearchResults p {
	margin-bottom: 10px;
}
.searchResults #PageNumbers a {
	padding: 0 5px;
}
.searchResults #PageNumbers .pagination {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	display: table;
	/* displays the pagination as a table so that elements stay inline and the middle column adjusts its size to accomodate and the right arrow stays to the right */
	width: 100%;
}
.searchResults #PageNumbers .pagination span {
	display: table-cell;
	/* each element in the pagination div displays as a table cell */
}
.searchResults #PageNumbers p {
	text-align: center;
	padding: 20px 0;
}
.searchResults #PageNumbers .next,
.searchResults #PageNumbers .prev {
	font-size: 14px;
	padding: 0 20px;
	display: table-cell;
	/* each element in the pagination div displays as a table cell */
	vertical-align: middle;
	border-bottom: 0 !important;
}
.searchResults #PageNumbers .next {
	margin-left: 15px;
}
.searchResults #PageNumbers .prev {
	margin-right: 15px;
}

/* Parts Search */

.iframe-masthead{
	width:100%;
    padding:20px 0 20px 0;	
	position: fixed;
	z-index: 1000;
	border-top:2px #c10707 solid;
	top:0;
	left:0;
}
.iframeBody{
	padding:138px 0 0 0;
}
#parts-search > form {
    margin: 0;
    padding:0;
}
#parts-search > form > input[type=text].parts-search-field{
	display:inline-block;
	vertical-align:top;
	width:75%;
	text-transform:uppercase;
    color: rgba(0,0,0,.75);
    font-size: 50px;
    height: 59px;
    margin: 0;
    padding: .5rem;
}
#parts-search > form > input[type=submit].parts-search-submit{
	display:inline-block;
	vertical-align:top;
    height: 59px;	
    background: #0e5ea0;    
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 0 35px 0 35px;
    border: 0;
    cursor: pointer;	
}
#parts-search > form > input[type=submit].parts-search-submit:hover{
    background: gray;
}


/* Parts Form */

h2#partsformtitle{
	font-size:24px;
	font-weight:bold;
	color:#20489b;
	text-transform:uppercase;
	margin:20px 0 20px 0;
	padding:0 0 5px 0;
	border-bottom: thin #adadad dotted;
}
#Form_PartsForm fieldset #partsformholder .partgrid label{
	display:none;
}
#Form_PartsForm fieldset #partsformholder h2#parts-header-one,
#Form_PartsForm fieldset #partsformholder h2#parts-header-two,
#Form_PartsForm fieldset #partsformholder h2#parts-header-three,
#Form_PartsForm fieldset #partsformholder h2#parts-header-four,
#Form_PartsForm fieldset #partsformholder h2#parts-header-five {
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:0;
}
#Form_PartsForm fieldset #partsformholder input:focus{
	background:#e9e9e9;
}
#Form_PartsForm fieldset #partsformholder #Notes{
	margin-top:10px;
}



/* Navigation*/

.navigation {
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8c91d+0,ffba00+99 */
	background: #f8c91d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8c91d 0%, #ffba00 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f8c91d 0%,#ffba00 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f8c91d 0%,#ffba00 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c91d', endColorstr='#ffba00',GradientType=0 ); /* IE6-9 */
	border-top:3px #f9c81c solid; 
	border-bottom:3px #f9c81c solid; 	
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    display:inline-block;
    vertical-align:middle;
}

/* Hero */

.hero {
    position: relative;
    z-index: 1;
    border-bottom:15px #ffba00 solid;
    margin:0 0 10px 0;
}
#slider-text p.slider-video-text {
    color: #fff;
    font-size: 110px;
    line-height: 120px;
    font-weight: 800;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.58);
}

/* Search */

#site-search{
	padding:20px 0 40px 0;
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset {
	margin:0;
	padding:0;
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search{
	margin:0;
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search .middleColumn{
	width:50%;
	display:inline-block;
	vertical-align:top;
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search .middleColumn input[type=text]{
	height:50px;
	background:#fff;
	border: 1px solid #bbb;
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin:0;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search input[type=submit]{
	display:inline-block;
	vertical-align:top;
	width:25%;
	height:50px;
	padding:10px;
    font-size: 14px;
    font-weight: bold;
    background: #065785;
    color:#fff;	
    transition: background-color 300ms ease-out;
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search input[type=submit]:hover{
    background: #000;
    color:#fff;	
}

/* Cards */

#cards {
    background: white;
    overflow: hidden;
}
#card .grid{
	padding:0px !important;
}
#cards ul{
	padding:0px !important;
	margin:0 5px 10px 5px;
}
#cards ul li{
	/*padding:8px !important;*/
}
/* Features */

#features {
    background-image: url('../images/features-wallpaper.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
}
#features .features-description {
    color: #fff;
}
#features h3.features-title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

/* Brands Scroller */

.brands {
    width: 100%;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,eeeeee+88,cecece+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #eeeeee 88%, #cecece 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eeeeee 88%,#cecece 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9f9f9 0%,#eeeeee 88%,#cecece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
   
    
    
}
.brandsmobile {
    width: 100%;
    background: #ffffff;
}

/* Build Page */

#build-page h6.build-title {
	color:#222;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 8px 0 8px 0;
    padding: 0;
    text-align: center;
}
#build-page ul li .grid-pad-outer {
    background: white;
    padding: 10px;
}
#build-page ul li .grid-pad-outer .grid-pad {
    background: white;
    border: 1px #cccccc solid;
    padding: 10px;
}
#build-page .grid-card {
    border: thin #d8d8d8 solid;
}
#build-page img {
    margin: 0 0 6px 0;
}

/* Brand Page */

#brand-group {
    width: 100%;
    text-align: center;
}
#brand-group ul li .grid-pad-outer {
    background: white;
}
#brand-group ul li .grid-pad-outer .grid-pad {
    background: white;
    border: 1px #cccccc solid;
    padding: 10px;
}
#brand-group .brand-grid {
    border: thin #dbdedc solid;
    text-align: center;
}
#brand-group h2.brand-title {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 8px 0 8px 0;
    padding: 0;
    text-align: center;
}
#brand-group .brand-group-pic {
    max-width: 200px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.brand-group-pic img {
    width: 100%;
}
.main table.RMA-table th{
	background:#1d1d1d;
	color:white;
}
.credit_center{
	padding:30px 20px 30px 20px;
	background:#f3f3e7;
	border:2px #dcdcc9 solid;
	overflow:hidden;
}
.credit_center h3{
	margin:5px 0 20px 0;
	letter-spacing:0px;
}
.credit_center ul{
	margin:0;
	padding:0;
	text-align:center;
}
.credit_center ul li{
	display:inline-block;
	width:24.5%;
	margin:0 0 10px 0;
	text-align:center;
}
.credit_center ul li a{
	padding:20px;
	background:#fbc10e;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#000;
	display:block;
}
.credit_center ul li a:hover{
	background:#212121;
	color:#fff;
}
.sales_center_secondary{
    margin-bottom: 1.25rem;
    background: #f2f2f2;
    border:1px #d8d8d8 solid;
}
.sales_center_secondary, .parts_center_secondary, .service_center_secondary{
	padding:25px 10px 25px 10px;
}
.sales_center_secondary h3, .parts_center_secondary h3, .service_center_secondary h3{
	margin:5px 0 20px 0;
	letter-spacing:0px;
}
.sales_center_secondary ul, .parts_center_secondary ul, .service_center_secondary ul{
	margin:0;
	padding:0;
	text-align:center;
}
.sales_center_secondary ul li, .parts_center_secondary ul li, .service_center_secondary ul li{
	display:inline-block;
	width:32.5%;
	text-align:center;	
	margin:0 0 10px 0;
}
.sales_center_secondary ul li a, .parts_center_secondary ul li a, .service_center_secondary ul li a{
	padding:20px;
	background:#212121;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.sales_center_secondary ul li a:hover, .parts_center_secondary ul li a:hover, .service_center_secondary ul li a:hover{
	background:#00559a;
	color:#fff;
}
.build_center{
	padding:30px 20px 30px 20px;
	background:#e9e9e9;
	overflow:hidden;
}
.build_center h3{
	margin:5px 0 20px 0;
	letter-spacing:0px;
}
.build_center ul{
	margin:0;
	padding:0;
	text-align:center;
}
.build_center ul li{
	display:inline-block;
	width:32.5%;
	text-align:center;	
	margin:0 0 10px 0;
}
.build_center ul li a{
	padding:20px;
	background:#505050;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	display:block;
}
.build_center ul li a:hover{
	background:#212121;
	color:#fff;
}
h4.professional_contact{
	font-size:22px;
	font-weight:bold;
    margin: 5px 0 5px 0;
    letter-spacing: 0px;	
}

/* Child Grid */

.child-grid {
    width: 100%;
}
.child-grid ul li.child-grid-item {
    padding-bottom: 20px;
    margin: 0;
}
.child-grid ul li.child-grid-item img {
    width: 100%;
}
.child-grid ul li.child-grid-item h3.grid-title {    
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	color: #0871dc;
	margin: 0;
	padding: 8px 0 8px 0;
	text-decoration: none !important;
}
.child-grid ul li.child-grid-item h3.grid-title:hover {    
	color: #232323;
}
.child-grid ul li.child-grid-item h3.grid-title a.child-grid-thumb{    
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	color: #0871dc;
}
.child-grid ul li.child-grid-item h3.grid-title a.child-grid-thumb:hover {    
	color: #232323;
}
.child-grid ul li.child-grid-item .child-grid-box {
    background: white;
    padding: 5px;
    border: thin #d5d5d5 solid;
}
.child-grid ul li.child-grid-item .child-grid-box .child-grid-box-pad {
    padding: 5px;
}
.grid-category-blocks ul ul{
    margin: 0 0 0 25px;
    padding: 0;
}
.grid-category-blocks ul li ul li {
	list-style-type:disc;
	text-align:left;
    list-style-position: outside;
}
.grid-category-blocks ul li p {
    color: #5c5c5c;
}
.grid-category-blocks .small-pad {
    padding: 5px !important;
}
.grid-category-blocks .grid-card {
	background:#fafafa;
    border: 1px #d6d6d6 solid;
}
.grid-category-blocks .grid-card img {
    margin: 0 0 6px 0;
}
.grid-titles {
    width: 100%;
    font-size: 22px;
    color: #000;
    margin: 10px 0 10px 0;
}

/* Custom Ribbon */

.ribbon-background {
    width: 100%;
    padding:80px 0 80px 0;
    /*background-image:url(../images/gridBG.jpg);*/
    background-repeat:no-repeat;
    background-position:center bottom;
    background-attachment:fixed;
    background-size:cover;
    -webkit-background-size:cover;
}
#ribbon-inner {
    padding: 10px 0 10px 0;
}
#ribbon-inner .ribbon-description {
    color: #333333;
    font-size: 50px;
}
#ribbon-inner .ribbon-description p {
    color: #fff;
    font-size: 40px;
    margin: 10px 0 10px 0;
    font-weight: bold;
    line-height:50px;
    letter-spacing:-1px;
    text-shadow:1px 1px 5px #000;
     
}
#ribbon-inner .ribbon-button {
    padding: 15px;
    text-align: center;
}
#ribbon-inner h2.ribbon-heading {
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.63);
}
#ribbon-inner h3.ribbon-tag {
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.63);
}
#ribbon-inner .ribbon-button a {
	background: #000; /* Old browsers */
    padding: 25px 0 25px 0;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
#ribbon-inner .ribbon-button a:hover {
    background: #f8c91d;
    color:#000;
}
.ribbon-description .partsicon{
	color:#fff;
	font-size:80px;
	padding:20px 0 0 0;
    text-shadow:1px 1px 5px #000;
   
	
}
/* Box Shadow */

.effect2 {
    position: relative;
}
.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.effect2:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

/* Sitemap */

#Sitemap ul {
    list-style-type: none;
    margin: 0;
}
#Sitemap li {
    margin: 5px 0;
}
#Sitemap li a {
    background: #f0f0f0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 5px;
    color: #000;
}
#Sitemap li ul {
    list-style-type: disc;
    padding: 5px 0 1px 15px;
}
#Sitemap li li a {
    display: inline;
    background: none;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
    color: #000;
}
#Sitemap li li ul {
    list-style-type: circle;
    padding-left: 25px;
}
#Sitemap li li li ul {
    list-style-type: square;
}

/* Footer */

#footer {    
}
#footer .footer-sections .arrow-right {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid orange;
}
#footer .footer-sections h3 {
    margin: 0px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
#footer .footer-cols {
    margin: 0;
    padding: 20px 0 0 0;
}
#footer .footer-cols li {
    padding: 0;
    line-height: 30px;
    list-style-type: none;
    list-style-position: inside;
    color: silver;
}
#footer .footer-cols li a {
    color: silver;
    font-size:14px;
    text-decoration: none;
}
#footer .footer-cols li a:hover {
    text-decoration: underline;
}
#footer ul.foot-locales {
    margin: 0 0 10px 0;
}
#footer ul.foot-locales li a {
    font-size: 14px;
    color: silver;
}
#footer #locale-title {
    color: #cb151c;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#footer h3.col-headers {
    margin: 0px;
    color: #f85505;
    font-size: 24px;
    padding: 0px 5px 10px 5px;
}
#footer .copyright-border-top {
    border-top: #fff 10px solid;
    padding: 45px 0 40px 0;
    background:#000;
}
#footer .copyright-border-top p {
    font-size: 13px;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
}
#footer .copyright-border-top a {
    font-size: 13px;
    color: #fff;
}
#footer .copyright-border-top a:hover {
    text-decoration: underline;
}
#footer .copyright-border-top h3 {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: bold;
}
#footer .form-border{
	padding:40px 0 40px 0;
	margin:0 0 40px 0;
	border-bottom:1px #383838 solid;
}
#footer .form-border .question-form{
	width:100%;
	text-align:center;
}
#footer .form-border .question-form form fieldset{
	padding:0;	
	width:80%;
	display:inline-block;
}
#footer .form-border .question-form form fieldset #Name{
	width:25%;
	display:inline-block;
	*display:inline;
	zoom:1;	
	margin:0 10px 0 0;
	color:#afafaf;
	vertical-align:top;		
}
#footer .form-border .question-form form fieldset #Name input.text{
	background-color:transparent;
	border:1px #454545 solid;
	color:#afafaf;
	margin:0;
	height:65px;
}
#footer .form-border .question-form form fieldset #Name input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #afafaf;
    opacity: 1; /* Firefox */
}
#footer .form-border .question-form form fieldset #Name input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #afafaf;
}
#footer .form-border .question-form form fieldset #Name input::-ms-input-placeholder { /* Microsoft Edge */
    color: #afafaf;
}
#footer .form-border .question-form form fieldset #Email{
	width:25%;
	display:inline-block;
	*display:inline;
	zoom:1;	
	margin:0 10px 0 0;
	color:#afafaf;	
	vertical-align:top;	
}
#footer .form-border .question-form form fieldset #Email input.text{
	background-color:transparent;
	border:1px #454545 solid;
	color:#afafaf;
	margin:0;
	height:65px;
}
#footer .form-border .question-form form fieldset #Email input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #afafaf;
    opacity: 1; /* Firefox */
}
#footer .form-border .question-form form fieldset #Email input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #afafaf;
}
#footer .form-border .question-form form fieldset #Email input::-ms-input-placeholder { /* Microsoft Edge */
    color: #afafaf;
}
#footer .form-border .question-form form fieldset #Question{
	width:40%;
	display:inline-block;
	*display:inline;
	zoom:1;	
	margin:0;
	color:#afafaf;	
	vertical-align:top;	
}
#footer .form-border .question-form form fieldset #Question input.text{
	background-color:transparent;
	border:1px #454545 solid;
	color:#afafaf;
	margin:0;
	height:65px;
}
#footer .form-border .question-form form fieldset #Question input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #afafaf;
    opacity: 1; /* Firefox */
}
#footer .form-border .question-form form fieldset #Question input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #afafaf;
}
#footer .form-border .question-form form fieldset #Question input::-ms-input-placeholder { /* Microsoft Edge */
    color: #afafaf;
}
#footer .form-border .question-form .Actions{
	width:11%;
	display:inline-block;
	*display:inline;
	zoom:1;	
	margin:0;
	vertical-align:top;
}
#footer .form-border .question-form a.btn, #footer .form-border .question-form button, #footer .form-border .question-form input[type=submit] {
	width:100%;
    background: #0e5ea0;
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 24px 20px 24px 20px;
    border: 0;
    cursor: pointer;
}
#footer .form-border .question-form a.btn:hover, #footer .form-border .question-form button:hover, #footer .form-border .question-form input[type=submit]:hover {
    background: #000;
    color: #fff;
}
.uparrow {
    background-color: #000;
    border-radius: 5px;
    cursor: pointer;
    width: 43px;
    height: 43px;
    position: fixed;
    bottom: 40px;
    left:0;
    right: 0;
    margin:0 auto;
    display: none;
}
.uparrow .arrow{
    position: relative;
    top: 17px;
    left: 12px;
    transform: rotate(44deg); /* IE */
    -webkit-transform: rotate(45deg);
    border: solid #fff;
    border-width: 4px 0 0 4px;
    display: inline-block;
    padding: 7px;
    box-shadow: 0px 0px 0px transparent;
}

/* SlideOut Form */

.slide-out-div {
    padding: 15px;
    width: 300px;
    background: #fff;
    z-index: 5000;
    -webkit-box-shadow: 5px 3px 8px 1px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 5px 3px 8px 1px rgba(0, 0, 0, 0.31);
    box-shadow: 5px 3px 8px 1px rgba(0, 0, 0, 0.31);
    height: auto !important;
}
.slide-out-div form label {
    color: #0871dc;
}
#quoteform form#Form_ContactForm {
    overflow: hidden;
}
#quoteform form#Form_ContactForm fieldset label {
    color: #000;
    font-weight:normal;
}
#contact-trigger .hide-btn {
    float: right;
}
#contact-trigger .hide-btn a{
    color: #205286;
}
#contact-trigger .hide-btn a:hover{
    color: #000;
}
.handle {
	width:45px;
	height:45px;
    top: 14% !important;
	background:#000;
	padding:10px; 
	font-size:0;
	line-height:normal;  
}
.bubble {
	position: relative;
	width: 27px;
	height: 20px;
	padding: 0px;
	background: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 4px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -7px;
	left: 7px;
}
#quoteform h3 {
    padding: 0;
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height:16px;
    font-weight: bold;
    vertical-align:top;
    color:black;
}
#quoteform p {
    padding: 0;
    margin: 0 0 10px 0;
}
#quoteform fieldset {
    padding: 0;
    margin: 0;
}
#quoteform form#Form_ContactForm fieldset #Name {
    width: 99%;
    margin: 0 0 10px 0;
    color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Name input {
    background: #f5f5f5;
    border: thin #eaeaea solid;
    color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Name input:focus {
    background: #e0e0e0;
}
#quoteform form#Form_ContactForm fieldset #Email {
    float: left;
    width: 48%;
    margin: 0 5px 0 0;
    color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Email input {
    background: #f5f5f5;
    border: thin #eaeaea solid;
    color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Email input:focus {
    background: #e0e0e0;
}
#quoteform form#Form_ContactForm fieldset #Phone {
    float: left;
    width: 48%;
    margin: 0;
    color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Phone input {
    background: #f5f5f5;
    border: thin #eaeaea solid;
    color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Phone input:focus {
    background: #e0e0e0;
}
#quoteform form#Form_ContactForm fieldset #Comments {
    clear: both;
    color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Comments textarea {
    background: #f5f5f5;
    border: thin #eaeaea solid;
    color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Comments textarea:focus {
    background: #e0e0e0;
}
.sub-height {
    height: 30px;
}
#quoteform .Actions {
    margin-bottom: 0;
}
#quoteform a.btn,
#quoteform button,
#quoteform input[type=submit],
#quoteform .Actions .action {
    background: #000;    
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 10px 20px;
}
#quoteform a.btn:hover,
#quoteform button,
#quoteform input[type=submit]:hover,
#quoteform .Actions .action:hover {
    background: #f8c91d;
    color:#000;
}
#MyCaptcha {
    width: 95%;
    margin: 0;
    padding: 0;
    clear: both;
}
#MyCaptcha label {
    display: none;
}
#MyCaptcha .field.recaptcha .recaptcha_widget > div > div {
    margin: 0 auto;
    width: 95%;
}
#MyCaptcha div div div {
    width: 90% !important;
}
#MyCaptcha div div div div {
    width: 100px !important;
}
.recaptcha_widget > div {
    max-width: 304px;
    width: auto !important;
}
.recaptcha_widget iframe {
    width: 100% !important;
}

/* Widgets */

.WidgetHolder {
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}
.widget-contain {
    width: 100%;
    height: auto;
}
.widget-contain iframe {
    width: 100%;
    height: auto;
}
.widget-contain img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.youtubewidget {
    margin: 0;
    padding: 0;
    background: #2f2f2f;
}
.youtubewidget li {
    list-style-type: none;
    margin: 0 0 6px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px #585858 dotted;
}
.youtubewidget li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.youtubewidget li a:hover {
    text-decoration: underline;
}

/*  Facebook Widget */

.FacebookFeedWidget{
	margin-bottom:0 !important;
}
.FacebookFeedWidget h2{
	display:none !important;
}
#facebookwall{
	background:#262626;
	margin:20px 0 0 0;
}
.feed-holder .FacebookFeedWidget {
    margin: 0;
}
#facebook_status_box {
    height: 275px;
}
#facebook_status_box .Faces {
    margin: 0;
    padding: 0;
    height: 275px;
}
#facebook_status_box h2,
#facebook_status_box h5 {
    margin: 0px;
    padding: 0px;
}
#facebook_status_box p {
    margin: 0px;
    padding: 0 0 7px 0;
    color: silver;
}
#facebook_status_box h2 {
    padding: 10px 0px 10px 20px;
    background: #F6F6F6;
    font-size: 21px;
    color: #0A7A98;
}
#facebook_status_box .fb_post {
    padding: 15px;
    height: 250px;
    overflow: hidden;
}
#facebook_status_box .fb_post h5 {
    padding: 0px;
    font-size: 14px;
    margin: 0 0 2px 0;
}
#facebook_status_box .fb_post h5 a {
    color: #0A7A98;
    text-decoration: none;
}
#facebook_status_box .fb_post .fb_photo {
    float: left;
    width: 42px;
    margin: 0 6px 0 0;
}
#facebook_status_box .fb_post .fb_time {
    color: #999999;
}
#facebook_status_box .fb_post .fb_time img {
    padding: 0 5px 0 0;
}
#facebook_status_box .fb_post .fb_photo img {
    border: none;
    width: 42px;
    height: 42px;
}
#facebook_status_box .fb_post .fb_photo_content {
    font-size: 14px;
    line-height: 14px;
}
#facebook_status_box .fb_post .fb_msg {
    clear: both;
    padding:5px 0 5px 0;
}
#facebook_status_box .fb_post .fb_msg p {
    font-size: 14px;
}
#facebook_status_box .fb_post .fb_msg p a {
    display: inline-block;
    color: #0A7A98;
}
#facebook_status_box .fb_link_post img {
    display: none;
}
#facebook_status_box .fb_link_post h6 {
    font-size: .9em;
    margin: 3px 0px 0px 0px;
}
#facebook_status_box .fb_link_post a {
    color: #0A7A98;
    text-decoration: none;
}
#facebook_status_box .fb_link_post a:hover {
    text-decoration: underline;
}
#facebook_status_box .fb_link_post p {
    font-size: .9em;
    color: #999999;
}
#facebook_status_box .fb_link_post p.fb_link_caption {
    margin: 0px;
    margin-top: -5px;
    color: #383838;
}
#facebook_status_box .fb_link_post p.fb_vid_length {
    font-size: 10px;
}
#facebook_status_box .fb_link_post p.fb_desc {
    font-size: 11px;
}
#facebook_status_box .fb_link_post p.fb_cap {
    font-size: 11px;
    color: #000000;
}
#facebook_status_box .fb_post img.fb_post_icon {
    float: left;
    margin: 2px;
}
#facebook_status_box .fb_post .fb_commLink a {
    color: #0A7A98;
    text-decoration: none;
}
#facebook_status_box .fb_post .fb_msg .fb_commLink a:hover {
    text-decoration: underline;
}
#facebook_status_box .fb_post .fb_commLink .fb_comment {
    color: silver;
}
#facebook_status_box .fb_post .fb_likes {
    float: right;
    margin-left: 5px;
}
#facebook_status_box .fb_post .fb_likes a {
    background-image: url(http://static.ak.fbcdn.net/rsrc.php/v1/yx/r/zGa_R4SG5mm.png);
    background-repeat: no-repeat;
    background-position: -11px -172px;
    height: 14px;
    padding-left: 18px;
}
#facebook_status_box .fb_msg p.fb_story {
    font-size: 10px;
    color: #999999;
}
#facebook_status_box .fb_post .fb_comments {
    background-color: #EDEFF4;
    font-size: 11px;
    border-bottom: 1px solid #e6e6fa;
    padding: 7px;
    margin: 0;
}
#facebook_status_box .fb_post .fb_comments p {
    font-size: 11px;
    margin: 0;
    padding: 0;
    float: left;
}
#facebook_status_box .fb_post .fb_comments a {
    color: #0A7A98;
    text-decoration: none;
}
div.fb-accordion {
    background-color: #2e2e2e;
    color: #fff;
    font-weight:bold;
    font-size:25px;
    text-transform:uppercase;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
}
div.fb-accordion.active, div.fb-accordion:hover {
    background-color: #ba0913;
}
div.fb-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;	
    background-image: url('../images/specials-bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    background-size:cover;
    -webkit-background-size: cover;    
}
/* shopping cart fixed link on right side */
.shoppingcart-fixed {
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 500;
}
.shoppingcart-fixed > a {
    display: block;
    width: 120px;
    padding: 10px 70px 10px 10px;
    position: absolute;
    top: 45px;
    left: -60px;
    background: #254199;
    border-radius: 5px 0 0 5px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}
.shoppingcart-fixed > a span {
    display: block;
    line-height: 1;
    padding-top: 10px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
}
	.browse-bg .mobile-cart-button a{
	background: url('../images/cart-ico.png') left 3px no-repeat;
	color:#fff;
	padding-left:25px;
	display:inline-block;
	
	
}
.browse-bg .mobile-cart-button{
	width:100%;
	background:#254199;
	display:block;
	padding:12px 0 12px 0;
	font-size:16px;
	font-weight:bold;
	text-align:center;	
	color:#fff;
	
}
/*precision farming */
h2.vid-title{
	background:#114991;
	color:#fff;
	padding:20px;
	font-weight:bold;
}
.pfwrapper{
	background-image:url('../images/pf-bg.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10px;
}
.pflinks{
	background:rgb(21 77 143 / 39%);
	margin:0px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
}
.pflinks li{
	border-bottom:2px solid #fff;
	border-right:2px solid #ffffff;
	padding:0px;
}
.pflinks .pflinkbox{
	padding:10px;
}

/* Media Queries */

@media only screen and (max-width: 1600px) {
	.locale-bar div.contact-us a {
	    font-size: 18px;
	    font-weight: bold;
	}
}
@media only screen and (max-width: 1400px) {
	#site-search h2.search-title {
	    font-size: 26px; 
	}
}
@media only screen and (max-width: 1300px) {
    #slider-text p.slider-video-text {
        font-size: 80px;
        line-height: 90px;
    }
	.locale-bar div.contact-us a {
	    font-size: 16px;
	    font-weight: normal;
	}    
    .locale-bar ul li {
        margin: 0 1% 0 1%;
    }
    .locale-bar a.header-facebook {
        margin: 0 1% 0 1%;
    }
    .locale-bar a.header-twitter {
        margin: 0 1% 0 1%;
    }
    .locale-bar a.header-youtube {
        margin: 0 1% 0 1%;
    }
    .locale-bar a.header-linkedin {
        margin: 0 1% 0 1%;
    }
}
@media only screen and (max-width: 1200px) {
    .custom-show-for-xlarge-up {
        display: none;
    }
    .custom-hide-for-xlarge-up {
        display: block;
    }
    #site-header .top-locales-links li a#locale-title {
        font-size: 15px;
    }
    #site-header .top-locales-links li a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1100px) {
    #ribbon-inner .ribbon-description {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #ribbon-inner .ribbon-button {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
	#site-search h2.search-title {
	    font-size: 22px; 
	    font-weight:normal;
	} 
	#footer .footer-sections h3 {
	    font-size: 20px;
	}	   
}
@media only screen and (max-width: 1024px) {
    .custom-show-for-large-up {
        display: none;
    }
    .custom-hide-for-large-up {
        display: block;
    }
	.credit_center{
		padding:20px;
	}
	.credit_center ul li{
		display:block;
		width:100%;
	}
	.credit_center ul li img{
		width:30%;
	}	
	.credit_center ul li a{
		padding:10px;
		font-size:16px;
	}
	.sales_center_secondary, .parts_center_secondary, .service_center_secondary{
		padding:20px;
	}
	.sales_center_secondary ul li, .parts_center_secondary ul li, .service_center_secondary ul li{
		display:block;
		width:100%;
	}
	.sales_center_secondary ul li a, .parts_center_secondary ul li a, .service_center_secondary ul li a {
	    padding: 10px;
	    font-size: 16px;
	}
	.build_center{
		padding:20px;
	}
	.build_center ul li{
		display:block;
		width:100%;
	}
	.build_center ul li a {
	    padding: 10px;
	    font-size: 16px;
	}	
    #slider-text p.slider-video-text {
        font-size: 65px;
        line-height: 75px;
    }    
	.sectionsegment {
	    padding: 30px 0 30px 0;
	}
    #footer {
        padding: 0;
    }
    #footer .copyright-border-top {
        border-top: 0px;
    }     
    .media {
        width: 100%;
    }
    .media iframe {
        width: 100% !important;
    }
    iframe {
        width: 100% !important;
    }
    .large-content {
        padding: 15px;
    }
    .shoppingcart-fixed {
        display: none !important;
    } 
	.uparrow {
	    bottom: 2px;
	}       
}
@media screen and (max-width: 900px) {
	#Form_PartsForm fieldset #partsformholder h2#parts-header-one,
	#Form_PartsForm fieldset #partsformholder h2#parts-header-two,
	#Form_PartsForm fieldset #partsformholder h2#parts-header-three,
	#Form_PartsForm fieldset #partsformholder h2#parts-header-four,
	#Form_PartsForm fieldset #partsformholder h2#parts-header-five {
		font-size:14px;
	}	
}
@media only screen and (max-width: 800px) {
    .hrz-nav {
        display: none;
    }
	#ribbon-inner .ribbon-description {
	    font-size: 32px;
	}
	#ribbon-inner .ribbon-description p {
	    font-size: 26px;
	}
	#ribbon-inner h2.ribbon-heading {
	    font-size: 26px;
	}
	#ribbon-inner h3.ribbon-tag {
	    font-size: 26px;
	}
}
@media only screen and (max-width: 770px) {
    .custom-show-for-medium-up {
        display: none !important;
    }
    .custom-hide-for-medium-up {
        display: block;
    }
    .custom-show-for-small-only {
        display: block;
    }
    .iphone-block {
        display: block !important;
    }
    .iphone-hide {
        display: none !important;
    }
    .large-content {
        padding: 10px;
    }
	#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search .middleColumn{
		width:60%;
	}
	#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search input[type=submit]{
		width:30%;
	}
	.ribbon-background {
	    padding: 30px 0 40px 0;
	}
	h2.sales_center_intro, h2.parts_center_intro, h2.service_center_intro{
		font-size:18px;
	}	
}
@media only screen and (max-width: 640px) {
    #site-footer a {
        font-size: 14px;
    }
    #site-footer p {
        font-size: 14px;
    }
    .padding-left-large {
        padding-left: 20px;
    }
    .padding-right-large {
        padding-right: 20px;
    }
    .padding-top-large {
        padding-top: 20px;
    }
    .padding-bottom-large {
        padding-bottom: 20px;
    }
	#Form_PartsForm fieldset #partsformholder .partgrid label{
		display:block;
	}
	#Form_PartsForm fieldset #partsformholder .grey-bg{
		background:#e4e4e4;
		padding-top:1.25rem;
		margin-bottom:1.25rem;
	} 
	.review_tab{
		width:35px;
	}  
}
