﻿/***** 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;
}

.add-space {
		display: none;
	}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*Smooth transistions*/
a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after, nav ul li, nav ul li:hover, #header-info ul li, #header-info ul li:hover, .main-footer a, .main-footer a:hover, .qk-button, .qk-button:hover, .featured-btn, .featured-btn:hover, .showroom-btn, .showroom-btn:hover, .finance-btn, .finance-btn:hover {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
} 

p{
	font-family: 'Fira Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

.red {
	color: #cd242b;
}


/*-------- BODY STYLES --------*/
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
	width: 100%;
	margin: 0 auto;
	background-image: url(../siteart/bg/diamond-plate.jpg);
	z-index: 99999;
	position: relative;
}

header .wrapper-90{
	display: flex;
	padding: 1% 0;
}

#header-left {
	width: 57%;
	padding-right: 1.5%;
	text-align: left;
	/*display: flex;*/
}

#header-right {
	width: 42%;
	padding-left: 1.5%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

#header-logo {
	width: 49%;
	text-align: left;
}

#header-logo,#header-info{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;}

#header-logo img {
	width: 90%;
	padding-right: 9%;
}

#header-info {
	width: 50%;
	text-align: left;
	padding-top: .25%
}

#header-info h2 {
	text-transform: uppercase;
	color: #cd242b;
	font-size: 26px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);	
}

#header-info p {
	font-weight: 400;
	line-height: 1.5;
}

#header-info ul {
	padding-top:1%;
}

#header-info ul li {
	display: inline;
	color: #222222;
	font-size: 20px;
}

#header-info ul li:hover {
	color: #cd242b;
}

#bayville-head h2, #oldbridge-head h2 {
	color: #cd242b;
	text-transform: uppercase;	
	font-size: 22px;	
	text-shadow: 0px .5px .5px rgba(0, 0, 0, 1);
}

#bayville-head p, #oldbridge-head p {
	color: #222222;
	font-size: 20px;
	font-weight: 600;
}

#bayville-head,#oldbridge-head{width:35%;display:inline-block;zoom: 1;*display: inline;vertical-align:middle;}

#bayville-head {
	padding-left: 2%;
}

#oldbridge-head {
	padding-left: 5%;
}

/*---BODY--------------------------------*/
.wrapper-80 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.wrapper-90 {
	width: 90%; 
	margin: 0 auto;
	text-align: center;
}

.wrapper-96 {
	width: 96%; 
	margin: 0 auto;
	text-align: center;	
}

.left-50 {
	display: inline-block;
	width: 48%;
	margin: 0 auto;
	text-align: left;
	padding-right: 1.5%;
}

.right-50 {
	display: inline-block;
	width: 48%;
	margin: 0 auto;
	text-align: right;
	padding-left: 1.5%;
}

.main-bg {
	width: 100%;
	margin: 0 auto;
	background: #f1f1f1;
}

.pg-headline {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
	color: #222222;
	padding: 2% 0 .5% 0;
	font-size: 1.5rem;
	border-bottom: 3px solid #cd242b;
}

.pg-content-container {
	width: 100%;
	margin: 0 auto;
	padding: 1.5% 0 1% 0;
}

.pg-text {
	color: #222222;
	text-align: left;
	padding-bottom: 1.5%;
}

/*---HOME PAGE STYLES--------------------------------*/
#hero {
	width: 100%;
	margin: 0 auto;
}

/* ===== Hero Slides =====*/
.hero_slider {
	width: 100%;
	margin: 0 auto;
	border-top: 5px solid #cd242b;	
	border-bottom: 5px solid #cd242b;	
}

.slide {
	width: 100%;
	margin: 0 auto;
}

.slide img{
	width: 100%;
	margin: 0 auto;
}

/*===== Quick Buttons =====*/

.quick-buttons {
	width: 100%;
	margin: 0 auto;
	background: #383838;
}

.quick-buttons .wrapper-80 {
	padding: 1.5% 0;
}

.qk-button {
	display: inline-block;
	width: 20%;
	margin: 0 1%;
	text-transform: uppercase;
	background: #cd242b;
	border-radius: 10px;
	padding: 1%;
	border: #fff solid 3px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);	
	font-size: 22px;
}

.qk-button:hover {
	background: #f1f1f1;
	border-radius: 15px;
	padding: 1%;
	border: #cd242b solid 3px;
	color: #cd242b;
}

/*===== Welcome =====*/

.welcome {
	background: #f1f1f1;
	width: 100%;
	margin: 0 auto;
}

.welcome .wrapper-80 {
	padding: 1.5% 0;
	display: flex;
	justify-content: space-between;
}

.welcome-headline {
	text-align: left;
	padding-bottom: 1.25%;
	text-transform: uppercase;
	font-size: 28px!important;
	line-height: 33px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);	
}
.welcome-headline h1{
	text-align: left;
	padding-bottom: 1.25%;
	text-transform: uppercase;
	font-size: 28px!important;
	line-height: 33px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);	
}

.welcome-text {
	text-align: left;
	font-size: 16.5px;
	line-height: 23.5px;
}

.welcome-left {
	width: 70%;
	padding-right: 4%;
	border-right: 3px solid #cd242b;
}

.welcome-right {
	width: 30%;
	padding-left: 4%;
	text-align: left;
}

.featured-brand {
	width: 100%;
}

.featured-brand img {
	width: 100%;
}

.locations a {
	color: #000;
}

.hours {
	padding-bottom: 3%;
}

.m-f, .sat {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;	
	font-size: 20px;
}

.hours h5, .locations h5 {
	text-transform: uppercase;
	color: #cd242b;
	font-size: 22px;
	text-shadow: 0px .5px .5px rgba(0, 0, 0, 1);
}

.hours h6, .locations h6 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

.bayville {
	padding-bottom: 3.5%;
}

.hours-wrapper {
	display: flex;
	justify-content: space-between;
}

.bayville p, .old-bridge p {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;		
}

/*---NEW EQUIPMENT SHOWROOM STYLES--------------------------------*/
.featured-showroom {
	width: 30%;
	margin: 0 auto;
	text-transform: uppercase;
	padding: .5% 0 2% 0;
}

.featured-btn {
	width: 100%;
	color: #fff;
	background: #656565;
	border: solid #cd242b 3px;
	padding: 1.25%;
	font-size: 24px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);	
}

.featured-btn:hover {
	width: 100%;
	color: #cd242b;
	background: #fff;
	padding: 1.25%;
}

.showroom-wrapper {
	width: 100%;
	text-transform: uppercase;
}

.showroom-btn {
	background: #fff;
	padding: 1.25%;
	border: solid 3px #cd242b;
	color: #cd242b;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);	
	font-size: 22px;
	display: inline-block;
	width: 21%;
	margin-bottom: 1.25%;
}

.showroom-btn:hover {
	background: #656565;
	color: #fff;
}

.btn-frame {
	width: 85%;
	margin: 0 auto;
}

.btn-frame img {
	width: 100%;
	margin: 0 auto;
}

.other-brands {
	width: 100%;
	margin: 0 auto;
	padding: 1.5% 0;
}

.other-brands .showroom-wrapper {
	padding-top: 1.5%;
}
/*---PRODUCT LINES STYLES--------------------------------*/
.line-headline {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
	color: #222222;
	padding: 0 0 .5% 0;
	font-size: 1.5rem;
	border-bottom: 2px solid #cccccc;	
}

.pl-wrapper {
	padding: 1% 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.line-brand {
	width: 20%;
	padding-right: 2%;
	border-right: solid 3px #cd242b;
}

.line-brand img{
	width: 100%;
}

.line-list-area {
	width: 80%;
	padding-left: 6%;
	text-align: left;
	display: flex;
}

.line-list-area .col-1-4 ul, .line-list-area .col-1-5 ul, .line-list-area .col-1-2 ul {
	list-style:disc;
	padding-left: 2%;
}

.line-list-area .col-1-4 ul li, .line-list-area .col-1-5 ul li, .line-list-area .col-1-2 ul li {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Fira Sans', sans-serif;
	color: #383838;
	font-weight: 400;
}

.col-1-2 {
	width: 50%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.list-head {
	list-style: none;
	margin-left: -10%;
	text-transform: uppercase;
	font-size: 24px !important;
	line-height: 30px !important;
	font-family: 'Oswald', sans-serif !important;
	padding-bottom: 4%;
}

.additional-brands {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}

.brands{
	margin: 0 auto;
	padding: 2% 0;
}

.brands img {
	width: 100%;
	padding: 1.5%;
	margin: 0 auto;
}

.line-section {
	border-bottom: 2px solid #cccccc !important;
	margin-bottom: 1.5% !important;
}

/*---ABOUT STYLES--------------------------------*/
.about .pg-text  {
	line-height: 22px;
}

.pg-hero {
	width: 100%;
	margin: 0 auto;
}

.pg-hero img {
	width: 100%;
	margin: 0 auto;
}

/*---VIDEOS STYLES--------------------------------*/
.videogrid{width:100%;margin:0 auto;text-align:center;}
.videohold{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;width:30%;margin:1%;}
.videohold iframe{height:240px;}

/*---JOB SITES STYLES--------------------------------*/
.gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img-container {
	width: 20%;
	background: #fff;
	border: 2px #cccccc solid;
	padding: 1.25%;
	margin: 1% 0.5%;
}

.job-pic {
	width: 100%;
	margin: 0 auto;
}

.job-pic img {
	width: 100%;
	margin: 0 auto;
}

.job-name {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

/*---FINANCING PAGE STYLES--------------------------------*/
.finance-wrapper {
	width: 100%;
	text-transform: uppercase;
}

.finance-btn {
	background: #fff;
	padding: 0 1.25%;
	border: solid 3px #cd242b;
	color: #cd242b;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);	
	font-size: 22px;
	display: inline-block;
	width: 25%;
	margin-bottom: 1.25%;
}

.finance-btn:hover {
	background: #656565;
	color: #fff;
}

.fi-btn-frame {
	width: 100%;
	margin: 0 auto;
}

.fi-btn-frame img {
	width: 100%;
	margin: 0 auto;
}

.finance-wrapper {
	padding-top: 1.5%;
}

/*---PARTS PAGE STYLES--------------------------------*/
.halves{float:left;width:50%;}
.partslogos{text-align:right;}
.partslogos img{max-width:100%;}
.clear{clear:both;}

/*---CONTACT STYLES--------------------------------*/
.loc-container {
	width: 100%;
	margin: 0 auto;
}

.bayville-loc, .oldbridge-loc, .form-wrapper {
	padding: 1.25%;
	/*border: solid 2px #cccccc;*/
	text-align: left;
}

.form-wrapper, .bayville-loc {
	margin-bottom: 1%;
}

.form-wrapper .loc-head p {
	font-size: 14px;
	text-align: center;
	text-transform: none;
}

.loc-head {
	width: 100%;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
	padding-bottom: .5%;
	border-bottom: 1px solid #ccc;	
}

.right-50 iframe {
	width: 100%;
	margin: 0 auto;
}

 .bayville-loc .left-50, .bayville-loc .right-50 {
	padding-top: 1%;
	 vertical-align: top;
}

 .oldbridge-loc .left-50, .oldbridge-loc .right-50 {
	padding-top: 1%;
	 vertical-align: top;
}

.left-50 h5 {
	font-size: 20px;
	font-weight: 300;
	color: #383838;
}

.left-50 a {
		color: #383838;
}

/*---THANK YOU PAGE STYLES--------------------------------*/

.center {
	text-align: center !important;
}

/*-------- FOOTER STYLES ----------------*/
footer{
	width: 100%;
	margin: 0 auto;
}

.main-footer {
	background: #000;
	padding: 1.25% 0;
	color: #fff;
	font-family: 'Oswald', sans-serif;	
	text-transform: uppercase;
}

.main-footer a {
	color: #fff;
}

.main-footer a:hover{
	color: #cd242b;
}

.main-footer .wrapper-90 {
	display: flex;
	justify-content: space-between;
}

.main-foot-left {
	text-align: left;
	width: 62%;
	padding-right: 1%;
	letter-spacing: .35px;
	display: flex;
}

.main-foot-right {
	text-align: right;
	width: 37%;
	padding-left: 1%;
	letter-spacing: .5px;	
}

.col-1-3 {
	width: 33%;
	padding-right: 1.75%
}

.col-1-3 ul li {
	font-size: 18px;
	line-height: 28px;
}

.foot-link-head {
	font-size:22px !important;
}

.red .foot-name {
	font-size: 26px !important;
	line-height: 32px
}

.foot-name-little {
	font-size: 22px;
}

.foot-name {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

.foot-email {
	font-size: 16px;
	padding-top: 3px;
}

.pub-footer {
	background: #222222;
	color: #f1f1f1;
	padding: 1% 0;
	font-size: 12px;
}

.pub-footer a {
		color: #f1f1f1;
}

#pub-foot-left {
	text-align: left;
	width: 50%;
}

#pub-foot-right {
	text-align: right;
	width: 50%;
}

.pub-footer .wrapper-90 {
	display: flex;
	justify-content: space-between;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.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:#c41a1c !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;
}

.inventory-background {
	width: 100%; 
	margin: 0 auto;
	background: #f1f1f1;
}

.inventory-width {
	width: 80%;
	margin: 0 auto;
	padding: 2% 0 !important;
	height: auto;
}

body .full #wide_col{max-width:100% !important;}

.data-value{background:#FFF!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;
}


.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:#cd242b !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:#cd242b !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 #cd242b !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: #cd242b !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;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1720px) {
	.btn-frame h4{font-size:18px;}
	#bayville-head,#oldbridge-head{width:40%;}	
	.videohold iframe{height:200px;}
}

@media only screen and (max-width: 1495px) {
.img-container {
    width: 29%;
}

.gallery-wrapper {
	justify-content: space-around;
}	
}

@media only screen and (max-width: 1435px) {
.line-list-area {
    display: flex;
    flex-wrap: wrap;
}
	
.col-1-5 {
    width: 20%;
}	
	
.showroom-btn {
	width: 26.5%;
}	
	
.featured-showroom {
    width: 50%;
}
	
#bayville-head,#oldbridge-head{width:48%;}	

.qk-button h3{font-size:18px;}

.videohold{width:45%;}
}


@media only screen and (max-width: 1250px) {
.wrapper-80 {
    width: 90%;
}	
	
.wrapper-90 {
    width: 96%;
}
	
.wrapper-96 {
    width: 98%;
}	
	
.col-1-5 {
    width: 30%;
}
	
.lil-top-pad {
	padding-top: 2.5%;
}
}

@media only screen and (max-width: 1125px) {
#header-left {
	width: 62%;
	padding-right: 1.5%;
}

#header-right {
	width: 38%;
	padding-left: 1.5%;
}

#bayville-head p {
	padding-left: 1%;
}

#oldbridge-head {
	padding-left: 3.5%;
}

#bayville-head,#oldbridge-head{width:35%;}		
	
#header-info p {
	font-size:14px;
}	
	
#header-info h2 {
	font-size: 22px;		
	}	
	
#bayville-head p, #oldbridge-head p {
    font-size: 17px;
}

#bayville-head h2, #oldbridge-head h2 {
    font-size: 19px;
}
	
.formfield {
    width: 48% !important;
}	
	
#formpage textarea {
    width: 98% !important;
}	
}

@media only screen and (max-width: 1005px) {
#header-info p {
	font-size:12px;
}	
	
#header-info h2 {
	font-size: 20px;		
	}	
	
#bayville-head p, #oldbridge-head p {
    font-size: 16px;
}

#bayville-head h2, #oldbridge-head h2 {
    font-size: 17px;
}
	
.welcome .wrapper-80 {
    justify-content: space-around;
    flex-direction: column;
}
	
.welcome-left {
    width: 100%;
    padding-right: 0px;
	border-right: none;
    border-bottom: 3px solid #cd242b;
    padding-bottom: 3%;
}
	
.welcome-right {
	width: 100%;
	padding-left: 0;
	padding-top: 1%
}	
	
.featured-brand img {
    width: 50%;
}
	
.featured-brand {
    text-align: center;
}

.hours {
    padding-bottom: 3%;
    width: 50%;
    margin: 0 auto;
    padding-top: 1.5%;
	text-align: center
}
	
	.locations {
	width: 65%;
    margin: 0 auto;		
		text-align: center;
	}
	
	.loc-flex-wrapper {
		display: flex;
		justify-content: space-around;
	}	
	
	.hours-wrapper {
		justify-content: space-around;
	}
	
.finance-btn {
    width: 33%;
}	
}

@media only screen and (max-width: 965px) {
.quick-buttons .wrapper-80 {
    display: flex;
    flex-direction: column;
}

.qk-button {
    width: 65%;
	margin: 1% 0;
}
}

@media only screen and (max-width: 935px) {
#header-left {
	width: 100%;
	display: inline;
	padding-right: 0;
}

#header-right {
	width: 100%;
	display: inline;
	padding-left: 0;
}
	
header .wrapper-90{
	display: inline;
}	
	
#header-logo {
    width: 100%;
    text-align: center;
	padding-top:10px;
}

#header-logo img {
    width: 40%;
    padding-right: 0px;
    margin: 0 auto;
}

#header-info {
    width: 100%;
    text-align: center;
    padding-top: 0%;
}
	
#header-info p {
	font-size: 16px;
}	
	
#header-info h2 {
	font-size: 24px;		
	}	
	
#bayville-head p, #oldbridge-head p {
    font-size: 18px;
}

#bayville-head h2, #oldbridge-head h2 {
    font-size: 20px;
}	

#bayville-head, #oldbridge-head {
		width: 100%;
		padding: 0 0 1% 0;
		text-align: center;
}
	
.main-foot-left {
    text-align: left;
    width: 100%;
    padding-right: 0px;
    letter-spacing: 0.25px;
}

.main-foot-right {
    text-align: center;
    width: 100%;
    padding-left: 0px;
    letter-spacing: 0.4px;
}
	
.main-footer .wrapper-90 {
    flex-direction: column-reverse;
}
		
.col-1-3 {
    width: 100% !important;
    padding-right: 0px;
	text-align: center;
}

.foot-link-head {
		display: none;
	}
	
.add-space {
		display: inline;
	}	
	
.img-container {
    width: 42%;
}

.gallery-wrapper {
	justify-content: space-between;
	padding: 1.5% 0;
}	
	
.finance-btn {
    width: 45%;
}	
}

@media only screen and (max-width: 895px) {
.hours {
    width: 75%;
}

.locations {
    width: 85%;
}	
	
.line-brand {
    display: none;
}
	
.line-list-area {
    width: 100%;
    border-left: none;
    padding-left: 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}	
	
.line-list-area .col-1-4 ul, .line-list-area .col-1-5 ul, .line-list-area .col-1-2 ul {
    list-style: none;
    padding-left: 0%;
}
	
.list-head {
    margin-left: 0px;
    padding-bottom: 4%;
}
	
.line-headline {
    text-align: center;
}
	
	.pad-top {
		padding-top: 4%;
	}	
	
	.product-lines .pg-headline {
		text-align: center;
	}	
	
.showroom-btn {
	width: 26.5%;
}	
	
.featured-showroom {
    width: 50%;
}	
	
.showroom-btn {
    width: 42%;
}
	
.featured-showroom {
    width: 60%;
}	
	
.formfield {
    width: 96% !important;
}	
	
#formpage textarea {
    width: 96% !important;
}
	
	.left-50 {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}	
	
	.right-50 {
		width: 100%;
		padding-left: 0;
	}
	
	.loc-head {
		text-align: center;
	}
	.videohold{width:47%;}
	.videohold iframe{height:181px;}
}

@media only screen and (max-width: 730px) {
#header-logo img {
    width: 55%;
}

.col-1-5 {
    width: 50%;
	text-align: center
}
		
.pub-footer .wrapper-90 {
	flex-direction: column;		
	}	
	
#pub-foot-left {
	text-align: center;
	width: 100%;
	padding: .25% 0;
}

#pub-foot-right {
	text-align: center;
	width: 100%;
	padding: .25% 0;	
}	
}

@media only screen and (max-width: 715px) {
	.pad-top-2 {
		padding-top: 4%;
	}		
}

@media all and (max-width: 635px) {
#header-logo img {
    width: 62%;
}
	
.qk-button {
    width: 85%;
    margin: 1.5% 0;	
}		
	
.left {
    width: 100%;
    padding-right: 0px;
    text-align: center;
	padding-bottom: 2%;
}
	
.right {
	width: 100%;
	padding-left: 0;
	text-align: center;
}	
	
.hours {
    width: 95%;
}

.locations {
    width: 100%;
	padding-bottom: 1.75%;
}	
	
.featured-brand img {
    width: 60%;
	margin-top: 2%;
}

.hours-wrapper {
    flex-direction: column;
}
	
.loc-flex-wrapper {
    flex-direction: column;
}
	
.inventory-width {
	width: 96%;
}	

.img-container {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 1.5%;
}	
	
.showroom-btn {
    width: 45%;
}
	
.featured-showroom {
    width: 77%;
}	
	
.finance-btn {
    width: 75%;
}	
	
.btn-frame h4{font-size:15px;}
	
.halves{float:none;display:block;width:100%;margin-bottom:2%;}
.partslogos{text-align:center;margin:0 auto;}
.partslogos img{display:block;margin:0 auto;}
}

@media all and (max-width: 565px) {
.hide-space {
		display: none;
	}
	
.main-foot-left {
		flex-direction: column;
	}	
	
	.col-1-3 {
		text-align: center;
		width: 100%;
	}
	.videohold{width:90%;margin:2% auto;}
}

@media all and (max-width: 515px) {
/*.pl-wrapper {
    flex-direction: column;
}*/
	
.pad-top-3 {
		padding-top: 4%;
	}	
	
.col-1-4, .col-1-5 {
    width: 50%;
}
	
.img-container {
    width: 85%;
    margin-bottom: 2.5%;
}	
	
.showroom-btn {
    width: 62%;
}
	
.featured-showroom {
    width: 82%;
}	
}

@media all and (max-width: 450px) {
.col-1-4, .col-1-5 {
    width: 100%;
}
	
	.pad-top-4 {
		padding-top: 4%;
	}
}



