﻿/***** 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;
}

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 {
	color:inherit;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
} 


/***** 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;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Roboto', sans-serif;	
	/*background: pink;*/
	color: #fff;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

.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;	
}

.orange {
	color: #ff8e41;
}

.left-50 {
	display: inline-block;
	width: 47.4%;
	margin: 0 auto;
	text-align: left;
	padding-right: 1.5%;
}

.right-50 {
	display: inline-block;
	width: 47.4%;
	margin: 0 auto;
	text-align: right;
	padding-left: 1.5%;
}

.main-bg {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.pg-headline {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
	color: #000;;
	padding: 2% 0 .5% 0;
	font-size: 1.25rem;
	border-bottom: 3px solid #ff8e41;
}

.pg-content-container {
	width: 100%;
	margin: 0 auto;
	padding: 1.5% 0 1% 0;
}

/*--- WEATHER/FINANCING WIDGET STYLES ---------------------*/
#weather-box, #markets-box {
	position: fixed;
	width: 375px;
	right: -375px;
}

#weather-box {
	top: 18em; 
	z-index: 2;
	
}
#markets-box {
	top: 21em; 
	height: 500px; 
	z-index: 1;
}

.weather-icon, .markets-icon {
	position: absolute;
	top: 0;
	left: -40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.75);
}

.weather-icon {background: #dcdcdc url(../siteart/buttons/weather-icon.png) center center; background-repeat: no-repeat;}
.weather-icon a {display:block; width:40px; height:40px;}

.markets-icon {background: #c4c4c4 url(../siteart/buttons/market-icon.png) no-repeat center center;}

.weather-icon iframe {
	margin-left: 5px;
	background: purple;
}

/*--- HEADER STYLES ---------------------*/
header {
	width: 100%;
	margin: 0 auto;
	color: #fff;
}

.header-top-row {
	width: 100%;
	margin: 0 auto;
	background: #282828;
	padding: .5% 0;
	font-family: 'Roboto Condensed', sans-serif;	
}

.header-mid-row {
	width: 100%;
	margin: 0 auto;
	background: #111111;
	padding: 1% 0;
	text-transform: uppercase;
}

.header-top-row .wrapper-80 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header-top-row .wrapper-80 ul li{
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 1.15rem;
	font-weight: 400;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
}

.header-top-row .wrapper-80 ul li:hover{
	opacity: .75;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
}

.header-top-row .wrapper-80 ul a{
padding: 0 1.5%;
}

.logo {
	width: 100%;
	margin: 0 auto;
	vertical-align: top;	
}

.logo img {
	width: 50%;
	text-align: left;
}

.hours {
	width: 100%;
	margin: 0 auto;
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: .9rem;
	font-weight: 300;
	vertical-align: top;
}

.header-btm-row {
	width: 100%;
	margin: 0 auto;
	background: #ff8e41;
	padding: 0 !important;
}

/*--- HOME PAGE STYLES ---------------------*/
.hero {
	width: 100%;
	margin: 0 auto;
		z-index: 0;
    overflow: hidden;
}

/* =====Slides =====*/
.hero-slider {
	width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,0.75);	
	z-index: 1;
}

.slider {
	width: 100%;
	margin: 0 auto;
}

.slide {
	width: 100%;
	margin: 0 auto;
}

.slide img{
	width: 100%;
	margin: 0 auto;
}

.quick-buttons {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0;
	background: rgba(0,0,0,0.75);
	z-index: 10;
}

.qk-btn {
	display: inline-block;
	width: 34%;
	color: #282828;
	background: #ff8e41;
	border: solid #282828 3px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.15rem;
	padding: 1.5% 2%;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
	z-index: 11;	
}

.qk-btn:hover {
	color: #ff8e41;
	background: #fff;
	border: #ff8e41 solid 3px;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;		
}

.qk-lft {
	margin-right: 2.5%;
}

.qk-rt {
	margin-left: 2.5%;
}

.showrooms {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.showroom-row {
	width: 100%;
	margin: 0 auto;
	padding: 2.75% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}

.showroom-logo {
	padding: 1.25%;
	flex-shrink: 1;
	vertical-align: middle
}

.showroom-logo img {
	width: 85%;
	vertical-align: middle;
}

.welcome-map {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 1.75% 0;
	z-index: -1;
}

.welcome {
	width: 100%;
	z-index: 0;		
	position: relative;
}

.welcome-container {
	width: 60%;
	z-index: 1;
	background: #282828;
	text-align: left;
	padding: 7% 5%;
}

.map {
	width: 44%;
	z-index: 2;
	position: absolute;
 	top: 50%;
  	transform: translateY(-50%);
	right: 0;
}

.welcome-headline {
	width: 98%;
	color: #ff8e41;
	font-size: 1.5rem;	
	text-transform: uppercase;
}

.thin {
	font-weight: 300;
}

.welcome-text{
	padding: 1% 25% 1% 0%;
	font-size: 18px;
	line-height: 26px;
}

.map iframe {
	width: 100%;
	margin: 0 auto;
	
}


/* BEGINNING OF THE IFRAME FOR THE CATALOG OF SPECIALS */

.i-frame {
	text-align: center;
	padding: 10px 0px;
	margin: 0 auto;
	background: #111111;
	border-top: 3px solid #ff8e41;
	border-bottom: 3px solid #ff8e41;
	margin-bottom: 2%;
	margin-top: 2%;

}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scroller-container {
	width: 100%;
	margin: 0 auto;
	background: #111111;
	padding: 1.5% 0;
	border-top: 3px solid #ff8e41;
	border-bottom: 3px solid #ff8e41;	
	margin-bottom: 2%;
}

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*--- FINANCING PAGE STYLES ---------------------*/
.financing-text {
	color: #000;
	text-align: left;	
}

.financing-logo-row {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 1%;
	border-bottom: 3px solid #ff8e41;	
	vertical-align: middle;
	justify-content: space-around;
}

.f-logo {
	vertical-align: middle;
}

.f-logo img {
	width: 100%;
	padding: 1%;
	vertical-align: middle;
}

/*--- CONTACT PAGE STYLES ---------------------*/
.contact-container {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1%;
	border-bottom: 3px solid #ff8e41;	
}

.left1 {
	width: 48%;
	display: inline-block;
	padding-right: 1%;
	text-align: left;
	vertical-align: top;
	color: #000;
}

.left1 h3 {
	font-size: 2rem;
	font-weight: 500;
}

.left1 h4 {
	font-size: 1.5rem;
	font-weight: 300;
}

.right {
	width: 48%;
	display: inline-block;
	padding-left: 1%;
	text-align: right;
	vertical-align: top;	
}

.right iframe {
	width: 100%;
}

.contact-container .left a{
	color: #000;
}

.contact-container .left a:hover{
	font-weight:400;	
}

.employee-container {
	padding: 2% 0 1% 0;
	color: #000;
	display: flex;
	justify-content: space-around;
}

.employee-container a{
	color: #333;
}

.employee h3 {
	text-transform: uppercase;
}

/* Promo Layout */
.promo-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin: 40px 0;
}

.promo-image {
    flex: 0 0 55%;
}

.promo-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.promo-content {
    flex: 1;
}

.promo-content h1 {
    margin-bottom: 15px;
    font-size: 2.5em;
    text-align: left;
	color: #000000;
}

.promo-content h2 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
	color: #000000;
}

.promo-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}

.promo-buttons .button {
    font-size: 16px!important;
    min-width: auto;
    width: auto;
    padding: 15px 25px;
	border-radius: 35px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 800px;
    border-radius: 8px;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
}

.close:hover,
.close:focus {
    color: #000;
}

/* Responsive Design */
@media (max-width: 1000px) {
    .promo-layout {
        flex-direction: column;
    }
    
    .promo-image {
        flex: 0 0 100%;
    }
    
    .promo-buttons {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .promo-content h1 {
        font-size: 1.8em;
    }
    
    .promo-content h2 {
        font-size: 1.2em;
    }
}


/*----search ----*/

.search-wrap {
	    margin: 0 auto;
    padding: 2% 5%;
    background: rgba(0,0,0,0.75);
	text-align: center;
}

.search-wrap h2 {
	
    color: #ff8e41;
    text-shadow: 1px 1px 1px rgb(0 0 0);
   
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    padding: 0 1.5% .5% 1.5%;
}

.search {
	margin: 0 auto;
}

#sub {
	padding-left: 10px;
}


.keywords {
	font-size: 20px;
}
#keyword-input {
	    padding: 10px;
    background: #f1f1f1;
    width: 15%;
	display: inline;
	vertical-align: middle;
}


.search-button {
	    color: #282828;
    background: #ff8e41;
    border: solid #282828 3px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding: 7px 18px 6px;
    display: inline;
	font-weight: 600;
	vertical-align: middle;
	    margin-left: 5px;
	cursor: pointer;
}

.search-button:hover {
	color: #ff8e41;
	background: #fff;
	border: #ff8e41 solid 3px;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;		
}
/*-------- FOOTER STYLES ----------------*/
footer{
	width: 100%;
	margin: 0 auto;
	padding: 2% 0 3% 0;
	background: #111111;
	color: #fff;
}

.pub-container {
	font-size: 10pt;
	width: 50%;
	text-align: left;
}


.pub-container a {
	color: #eaeaea;
}



/*----INVENTORY LANDING PAGE STYLES ----*/
.equip-landing {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.equip-landing .left-50, .equip-landing .right-50 {
	margin-top: 1%;
}

.equip-landing ul li{
	color: #fff;	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);	
	background: #ff8e41;
	border: solid #000 3px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
	padding: 1.5% 2%;
	margin: 1.5% 0;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
}

.equip-landing ul li: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;	
	color: #fff;	
	background: #282828;
	border: solid #ff8e41 3px;
}


.equip-left-50 {
	display: inline-block;
	width: 47.4%;
	margin: 0 auto;
	text-align: left;
	padding-right: 1.5%;
}

.equip-right-50 {
	display: inline-block;
	width: 47.4%;
	margin: 0 auto;
	text-align: right;
	padding-left: 1.5%;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.cf{background:#fff; color: #000 !important;}

.list-top-section .list-listings-count,
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color:#111 !important;}

.body-wrapper {color: #000 !important;}
.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:#ff8e41 !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-bg {
	margin: 0 auto;
	background: none;
}
.show-all-modal-content-container {color: black !important;}
.inventory-width {
	margin: 0 auto;
	height: auto;
	padding: 2% 0;
}

.listing-boxed-description {
	font-size: 14px;
}

 .listings-wrapper .listing-boxed .listing-boxed-specs .listing-boxed-spec {
	font-size: 14px !important;
}

.hosted-content h3 {
    font-size: 1.25rem;
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
    color: #f00;
    font-size: 12px;
}


/*===================== INVENTORY FACETED STYLES =====================*/



.faceted-search-content {
	color: #000!important;
}

.list-listing-wrapper {
	color: #000!important;
}


.list-content .list-main-section .list-container .list-listing {
	color: #000!important;
}

.list-content .list-title .list-title-text {
	color: #000!important;
}

.list-content .price-container .price {color: #000!important;}

.fin-calc {
	color: #000!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {
	color: #ff8e41!important;
}

.list-content .list-title .list-listings-count,.info  {
	color: #ff8e41!important;
}
.currency-selector {
	color: #000!important;
}



.faceted-search-content .selected-facets-container .selected-facet {
	background: #ff8e41!important;
}



.list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .list-content .list-listing-mobile .video-chat-link {
	background-color: #ff8e41!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {
	background-color: #ff8e41!important;
	color:#fff!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover {
	background-color: #333333!important;
	color:#fff!important;
}

.modal-bg .modal-content {
	color: #000!important;
}

.button {
	background-color: #ff8e41!important;
	border: none!important;
}
.button:hover {
	background-color: #333333!important;
	border: none!important;
}

.paging-container .page-navs .list-page-nav {
	background-color: #ff8e41!important;
	color: #fff!important;
}
.paging-container .page-navs .list-page-nav:hover {
	background-color: #333333!important;
	color: #fff!important;
}

.list-content .list-listing-mobile .spec-value {
	color: #ff8e41!important;
	font-weight: 600!important;
	text-decoration: none!important;
}




/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1145px) {
.wrapper-80 {
    width: 90%;
}	
	
.wrapper-90 {
    width: 96%;
}
	
.wrapper-96 {
    width: 98%;
}	
	
.header-top-row .wrapper-80 ul li {
    font-size: 1rem;
}
	
.hours {
    font-size: 0.8rem;
}	
}


@media only screen and (max-width: 1320px) {
.welcome-container {
    width: 70%;
}

.map {
    width: 34%;
}
	
.welcome-text {
    padding: 1% 20% 1% 0%;
}
}

@media only screen and (max-width: 1075px) {
	.showroom-row {
		justify-content: space-around;
}
	
.i-frame {
	text-align: center;
	padding: 10px 0px;
	margin: 0 auto;
	background: #111111;
	border-top: 3px solid #ff8e41;
	border-bottom: 3px solid #ff8e41;
	margin-bottom: 1%;
	margin-top: 1%;

	}
	.iframe {
		border: none;
		width: 50%!important;
		height: 535px!important;
	}
	
}

@media only screen and (max-width: 1015px) {
.wrapper-80 {
    width: 92%;
}
	
.qk-btn {
	padding: .75% 1%;
	font-size: .9rem;
}
.iframe {
	border: none;
	width: 85%!important;
	height: 450px!important;
	}	
	
}

@media only screen and (max-width: 915px) {
	.logo img {
    width: 70%;
}
	
.header-top-row .wrapper-80 ul li {
    font-size: 1.35rem;
	padding: 1% 0;
}	
	
.welcome-container {
    width: 100%;
    padding: 0%;
}

.map {
    width: 100%;
    position: relative;
    top: 0px;
    transform: none;
    right: 0px;	
	padding-top: 2.5%;
}
	
.welcome-text {
    padding: 0%;
    font-size: 17px;
    line-height: 24px;	
}	
	
.welcome-headline {
    padding: 2%;
}

.welcome-text {
    padding: 1% 2% 2% 2%;
}
	
.pub-container {
    width: 100%;
}
	
.header-btm-row {
	padding: 1% 0 .5% 0 !important;
}
	
.equip-landing ul li{
	font-size: 1.05rem;
	padding: 1.5% 2%;
	margin: 1.5% 0;
}
	
}

@media only screen and (max-width: 765px) {
.header-top-row .wrapper-80 ul li {
    font-size: 1.15rem;
	padding: 1% 0;
}
	
	.header-mid-row {
	padding: 2% 0;		
	}	
	
.header-top-row {
    padding: 1% 0;
}	
	
	.i-frame {
	text-align: center;
	padding: 10px 0px;
	margin: 0 auto;
	background: #111111;
	border-top: 3px solid #ff8e41;
	border-bottom: 3px solid #ff8e41;
	margin-bottom: 1%;
	margin-top: 1%;

	}
	.iframe {
		border: none;
		width: 85%!important;
		height: 450px!important;
	}
	
	
}

@media only screen and (max-width: 715px) {
	.logo img {
    width: 85%;
}
	
.header-top-row .wrapper-80 ul li {
    font-size: 1.05rem;
}	

.qk-btn {
	padding: .75%;
	font-size: .85rem;
	}		
	
.employee-container {
    flex-direction: column;
}
	
	.employee {
		padding: 1% 0;
	}	
	
.pub-container {
	width: 70%;
}	
}

@media only screen and (max-width: 680px) {
.equip-left-50 {
	width: 100% !important;
	text-align: center;
	padding-right: 0;
}

.equip-right-50 {
	width: 100% !important;
	text-align: center;
	padding-left: 0;
	margin-top: -1.5% !important;
}			
}
	
	@media only screen and (max-width: 635px) {
.welcome-headline {
    padding: 4% 0 1% 4%;
}
	
.welcome-container {
    width: 100%;
}
	
.welcome-text {
    padding: 1% 4% 4% 4%;
}	
	
.welcome-headline {
    font-size: 1.25rem;
}
	
	#weather-box, #markets-box {
		display: none;
	}	
}

@media all and (max-width: 615px) {
.left1 {
    width: 100%;
    padding-right: 0px;
    text-align: center;
	padding-bottom: 2%;
}
	
.right {
	width: 100%;
	padding-left: 0;
	text-align: center;
}	
}

@media only screen and (max-width: 560px) {
	.logo img {
    width: 95%;
}
	
.header-top-row .wrapper-80 ul li {
    font-size: 1rem;
}	

.header-top-row {
    padding: 1% 0;
}
	
.header-mid-row {
    padding: 2% 0;
}
	
.hours {
    font-size: 0.75rem;
}

.nav-container {
    min-height: 42px;
}
	
#nav-toggle {
    top: 8px;
}

.qk-btn {
    width: 100%;
	margin: 0 auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
	
.pub-container {
	width: 100%;
	text-align: center;
}	

.qk-lft {
	margin-bottom: 4%;
}
	
.quick-buttons {
    position: relative;
	margin-top: -1%;
	padding: 6% 0;
	margin-left: -1%;
}	
}

@media only screen and (max-width: 470px) {
.header-top-row .wrapper-80 ul {
    flex-direction: column;
}
	
.left-50, .right-50 {
	width: 100%;
	text-align: center;
	padding: 0;
	}
	
.logo img {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 2%;
	}
	
.nav-container {
    min-height: 37px;
}
	
#nav-toggle {
    top: 10px;
}
	
.quick-buttons {
	margin-top: -1.25%;
}	
	
.quick-buttons .wrapper-80 .qk-btn{
		margin-left: -1.5%;
	}
.iframe {
	border: none;
	width: 100%!important;
	height: 400px!important;
	}
}






