/*---colors
ffe131 yellow
---*/

/* 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 { 
    margin: 0 ;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Helvetica LT Std Condensed','Roboto Condensed', sans-serif; }

@font-face {
    font-family: 'icon-worksregular';
    src: url('../fonts/icon-works-webfont.eot');
    src: url('../fonts/icon-works-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/icon-works-webfont.woff') format('woff'),
         url('../fonts/icon-works-webfont.ttf') format('truetype'),
         url('../fonts/icon-works-webfont.svg#icon-worksregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
	color:#fff;
	text-decoration:underline;
	
}

a:hover{
	color:#ffe131;
	text-decoration:none;
}

p{
	padding:20px 0;
}

h1{
	text-transform:uppercase;
	font-weight:500;
	font-size:32px;
	color:#333;
	padding-bottom:20px;
}


 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}


*{
	box-sizing:border-box;
}

body {
	background:url(../siteart/concrete.jpg) top left fixed;
	background-color: #000!important;}
	background-size:cover;
}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}
.view-listing-details-link {color:#000!important;}
.list-listings-count {color:#206087!important;}
.parts-listings-count {color:#206087!important;}
.bar-item a .group i, .bar-item a span {color:#fff!important;}
.sub-page{
	background:#fff;
	padding:20px;
}

.sub-page h4{
	border-bottom:1px solid #FFE131;
	font-weight:normal;
	color:#333;
	font-size:20px;
}

.sub-page a{
	color:#000;
}

.sub-page a:hover{
	color:#FFE131;
}

.head-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}


::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	text-align:right;
	margin:0 auto;
	background:url(../siteart/concrete-light.jpg) no-repeat;
	background-size:cover;
}

.logo{
	text-align:center;
	width:49%;
	margin:0 auto;
	display:inline-block;
	padding:20px 0;
	vertical-align:bottom;
}
.logo img{
	width:45%;
	margin:0 auto;
}

.header-contact{
	display:inline-block;
	width:49%;
	margin:0 auto;
	text-align:left;
	color:#000;
	padding:20px 0;
	vertical-align:middle;
}

.hc-content{
	width:100%;
	display:block;
	margin:0 auto;
	text-align:center;
}
.hc-content a{color:#000;}

.hc-content a:hover{color:#ffe131;}

/*--search--*/

input, select {
	padding: 10px;
	border: 2px solid #fff;
	height: 35px;
	box-sizing: border-box;
}
.detailed-search input {
	width: 60%!important;
	padding: 4px 8px !important;
	font-size: 12px;
	background-color: #fff;
	border: 2px solid #eaeaea;
	box-sizing: border-box;
	vertical-align:middle;
	border-radius:0px;
}
.detailed-row {
	margin: 2px 0;
	font-size: 14px;
}
.column3-4 {
	width: 60%;
	padding-right: 10px;
	box-sizing: border-box;
	position: static;
	display: inline-block;
}
.clear {
	clear: both;
}
.detailed-search input[type='submit'] {
	vertical-align:middle;
	font-size: 18px;
	background: #ffe131;
	width: 35px !important;
	height: 35px;
	color: #fff;
	border: 2px solid #ffe131;
	display: inline-block;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	font-family: 'icon-worksregular';
}

.detailed-search input[type='submit']:hover {
	color:#fff;
	text-shadow:1px 1px 3px #000000;
	background:#FFEA72;}


/* HOME PAGE STYLES */

.welcome{
	width:100%;
}

.welcome h1{
	font-size:42px;
	text-align:left;
	width:100%;
	text-transform:uppercase;
	color:#fff;
	padding-bottom:0;
}

.welcome h1 .yellow{
	color:#ffe131;
	font-weight:bold;
}

.welcome p{
	color:#fff;
	text-align:left;
	width:100%;
}

/*--cat bar--*/

.cat-bar{
	width:100%;
	display:inline-block;
	margin:0 auto;
	background:#333; 
	text-align:center;
}

.cat{
	position:relative;
	width:24.8%;
	display:inline-block;
	margin:0 auto;
	background:#000;
}

.cat img{
	width:100%;
	display:block;
	opacity:0.5;
}

.cat-cap{
	position:absolute;
	width:100%;
	margin:0 auto;
	top:45%;
	left:0;
	text-align:center;
}


.cat-cap a{
	color:#fff;
	padding:15px 70px;
	font-size:18px;
	border:2px solid #fff;
	box-shadow:1px 1px 2px #000;
	text-decoration:none;
	border:2px solid #fff;
	text-transform:uppercase;
}
.cat-cap a:hover{
	background:rgba(255,255,255,0.64);
	color:#000;
	text-decoration:none;
}


/*--parts request --*/
.parts-req{
	background:#fff;
	width:100%;
}

.parts-req h2{
	font-size:36px;
	color:#000;
	font-weight:100;
	padding:20px 0;
	width:100%;
	border-bottom:3px solid #FFE131;
	text-transform:uppercase;
}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
}

#formpage p{
	text-align:left;
}
.formfield {
	width: 48%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	color: #000;
	min-width: 175px;
	text-align:left;
}
#formpage div {
	vertical-align:text-top;
	padding: 5px 5px;
	position: relative;
}
#formpage input {
	padding: 6px 5px 10px;
	border: 3px solid #8e8e8e;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 13px;
	background: #fff;
	width: 100%;
	margin-top: 5px;
	-webkit-appearance: none;
     border-radius: 0;
}

#formpage input.button, #formpage input.button:focus {
	width: 200px;
	display:inline-block;
	position:relative;
	margin: 0;
	padding: 5px;
	background: #FFE131;
	font-size: 14px;
	line-height: 0;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border:3px solid #FFE131;
}

#formpage input.button:hover{
	box-shadow:1px 1px 4px #7D7D7D;
}

input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
	font-family: 'Helvetica LT Std Condensed','Roboto Condensed', sans-serif; }

.comment-box{
	width:48%;
	display:inline-block;
	margin:0 auto;
}

#formpage textarea {
	padding: 6px 5px;
	border: 3px solid #8e8e8e;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 12px;
	background: #fff;
	margin-top: 5px;
	width: 100%;
	height: 100px;
	display:inline-block;
}

.CaptchaAnswerPanel{width:250px;margin:0 auto;}

.CaptchaWhatsThisPanel a{color:#000;}

.top{margin-top:-50px;}

.contact-footer{
	width:100%;
	display:inline-block;
	margin:0 auto;
	text-align:left;
	padding:20px 0;
}

.col-one-third{
	width:33%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
}

.col-one-third h3{
	text-transform:uppercase;
	font-weight:bold;
	color:#FFE131;
	font-size:20px;
}
.col-one-third p{
	color:#fff;
}

.col-one-third a{
	text-decoration:none;
	color:#fff;
}

/* CONTACT PAGE */
.col-half{
	width:49%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
}

.col-half img{
	width:100%;
	display:block;
	margin-bottom:10px;
}

.cp-info{
	border:1px solid #ffe131;
	padding: 42px 20px;
	vertical-align:top;
	height:100%;
	margin-left:20px;
}

.cp-info h3{
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	font-size:18px;
}

/*HYDROSPORTS PAGE*/
.thumbnail{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	width:100%;
	margin:20px auto;
	vertical-align:top;
	padding-right:20px;
}
.border{
	border-right:1px solid #eaeaea;
	margin-top:10px;
}

.pad{padding:30px 20px;}


/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#FFE131 !important;
}
.hosted-content h1{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

.scrolling-wrap {
	padding:10px 0 3px;
    width:100%;
    height:auto;
    overflow:hidden;
	background:#000;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin-top: 12px!important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label {
    margin-bottom: 0px!important;
}
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}
.offer-btn{
	color: black !important;
}

.detail-content-mobile .contact-options a{
	color: black !important;
}

.mobile-breadcrumb .breadcrumbs-element{
	color: black !important;
}

.fin-calc-btn-mobile {
	color: black !important;
}

.faceted-search-content .selected-facets-container .selected-facet{
	color: black !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#ffe131!important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#ffe131!important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #ffe131!important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #ffe131!important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}




/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#eaeaea;
	font-size:11px;
	text-align:center;
}

.footer a{
	color:#eaeaea;
	text-decoration:underline;
}

.footer a:hover{
	color:#eaeaea;
	text-decoration:none;
}
.divfooter{
	width:60%;
	margin:20px auto;
}





@media screen and (max-width:1516px){
	.cat{width:24.7%;}
}

@media screen and (max-width:1290px){
	.cp-info{padding:35px 20px;}
}

@media screen and (max-width:1204px){
}

@media screen and (max-width:1170px){
	.header{padding-bottom:0;}
	.logo{width:100%;padding-right:0px;}
	.header-contact{width:100%; margin:20px auto;}
}

@media screen and (max-width:1149px){
	.cp-info{padding:24px 20px;}
	.cat-cap a{padding:15px 50px;font-size:16px;}
}
@media screen and (max-width:1093px){
	.welcome h1{font-size:36px;}
}

@media screen and (max-width:1015px){
	.cat{width:24.6%;}
}

@media screen and (max-width:995px){
	.col-half{width:100%;}
	.cp-info{margin-left:0;}
}

@media screen and (max-width:930px){
	.cat-cap a{padding:10px 40px;}
}


@media screen and (max-width:900px){
	.cat{width:49%;}	
}

@media screen and (max-width:880px){
	.col-one-third{width:49%;}
	.col-one-third:last-child{width:100%;padding-top:20px;text-align:center;}
	.thumbnail{width:40%;}
}


@media screen and (max-width:690px){
	.welcome h1 .yellow{display:block;}
	.formfield{width:100%;}
	.comment-box{width:100%;}
	.top{margin-top:auto;}
}

@media screen and (max-width:630px){
	.welcome h1{font-size:30px;}
}

@media screen and (max-width:615px){
	.contact-content{width:100%;}
	.contact-info{display:block;width:100%;}
	.top{position:relative;}
	.line{display:none;}
	.contact-bar{padding:0;}
}

@media screen and (max-width:560px){
	.col-one-third{width:100%;}

@media screen and (max-width:480px){
	.welcome h1{text-align:left;padding-bottom:0;}
}

@media screen and (max-width:430px){
	.cat-cap a {padding:10px 20px;}
	.divfooter{width:90%;}	
}

@media screen and (max-width:411px){
	.logo img{width:85%;}
	.detailed-search input{width:80%;}
	.welcome h1{font-size:20px;}
	.cp-info{font-size:14px;padding:24px 10px;}
	.cp-info h3{font-size:16px;}
	.cat-cap a {font-size:14px;}
	.hc-content a{font-size:14px;}
	.parts-req h2{font-size:28px;}
	.header-contact{padding:0;margin:0;}
	.header-contact a{text-decoration:none;}	
}