﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

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;  
} 

/*-------- COLORS --------

*/

/***** 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:'Oswald', sans-serif;
}
a{text-decoration:none;}

.white-btn{width:175px; box-sizing:border-box; padding:12px; display:block; font-size:20px; text-align:center; color:#000; background:#fff; border-radius:24px; border:solid 1px #fff; transition:.3s ease;}
.white-btn:hover{background:transparent; color:#fff;}

.show{position:relative; transform: translateX(100px); opacity:0; transition:1s all ease}
.show.active{transform: translateX(0); opacity:1;}

.showSecond{position:relative; transform: translateX(-100px); opacity:0; transition:1s all ease}
.showSecond.active{transform: translateX(0); opacity:1;}

.showThird{position:relative; transform: translateY(100px); opacity:0; transition:1s all ease}
.showThird.active{transform: translateY(0); opacity:1;}

@keyframes slideInFromRight{
	0%{
		transform: translateX(10%);
		opacity:0;
	}
		100%{
			transform: translateX(0);
			opacity:1;
		}
	}

/*--- HEADER STYLES ---------------------*/
header{width:100%; background:#000; height:100px;}
.header{max-width:1700px; padding:0 10px; box-sizing:border-box; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.logo{max-width:260px; width:100%; padding-top:15px; z-index:100;}
.logo img{width:100%;}
.phone-header{width:200px; padding-top:25px;}
header nav{width:calc(100% - 500px); margin:0 20px;}
.phone-header a{padding:12px; width:175px; box-sizing:border-box; display:block; text-align:center; border-radius:25px; border:solid 1px #fff; color:#fff; font-weight:400;font-family:'Oswald', sans-serif; transition:.3s ease;}
.phone-header a:hover{background:#f7941d;}
.phone-header a i{padding-right:10px;}
/*---BODY--------------------------------*/
.hero{width:100%; height:900px; z-index:10; position:relative;}
.hero img.back{width:100%; height:100%; object-fit:cover; filter:brightness(.5);}

.hero-links{position:absolute; top:20%; right:8%; max-width:800px; width:100%;}
.hero-links a{width:100%; display:flex; flex-direction:row; justify-content: space-between; transition:.3s ease;}
.hero-links a:hover section{transform:translateX(15px);}
.hero-links a:hover{background:rgba(225,225,225,.2);}
.icon-container{width:230px; padding:0 20px; border-right:solid 1px #fff; box-sizing:border-box;}
.icon-container img.icon{width:140px; height:90px; object-fit:contain; display:block; margin:0 auto;}
.hero-links a section{width:calc(100% - 260px); padding:30px 40px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between; transition:.3s ease;}
.hero-links a section p{color:#fff; font-size:22px; text-transform:uppercase; font-weight:400;}
.hero-links a section i{color:#fff; font-size:18px;}

/*-------About Home-----------*/
.black-back{width:100%; background:#000;}
.wrapper{width:100%; max-width:1700px; margin:0 auto;}
.home-about-row{width:100%; display:flex; flex-direction:row; justify-content: space-between; padding-bottom:40px;}
.orange-box{width:55%; height:550px; z-index:100; border:solid 15px #f7941d; margin-top:-20px;}
.orange-box img{width:100%; height:100%; object-fit:cover;}
.home-about-text{width:45%; padding:6% 5%; box-sizing:border-box; }
.home-about-text h1, .home-about-text h2{font-size:50px; line-height:50px; padding-bottom:20px; font-weight:800; text-transform:uppercase; color:#f7941d;}
.home-about-text p{color:#fff; padding-bottom:45px; font-size:20px; font-weight:300; line-height:26px;}

.orange-box2{width:55%; height:550px; z-index:100; border:solid 15px #f7941d; margin-bottom:-50px;}
.orange-box2 img{width:100%; height:100%; object-fit:cover;}
.home-about-row2{width:100%; display:flex; flex-direction:row; justify-content: space-between; padding-top:80px;}

.list-row{ display:flex; flex-direction:row; justify-content: space-between; width:80%;}
.list-row ul li{color:#fff; text-transform:uppercase; font-weight:500; line-height:36px; font-size:20px;}
.list-row ul{padding-bottom:40px;}

/*------QLS---------*/
.qls{width:100%; display:flex; flex-direction:row;}
.qls a{width:33.33%; height:800px; position:relative; overflow:hidden;}
.qls a img{width:100%; transition:.5s ease; height:100%; object-fit:cover; filter:brightness(.5);}
.ql-text{position:absolute; bottom:10%; left:0; right:0; margin:0 auto; text-align:center;}
.ql-text p.large{font-size:35px; font-weight:500; text-transform:uppercase; color:#fff;}
.ql-text p.small{font-size:24px; color:#fff; font-weight:300;}

.qls a:hover img{filter:brightness(.8); transform:scale(1.1);}

/*-------Message Home---------*/
.message-back{width:100%; background:url("/siteart/message-background.jpg") center center no-repeat;}
.message-wrap{width:100%; padding:110px 10px 80px 10px; box-sizing:border-box; max-width:1700px; margin:0 auto;}
.home-form{width:100%; max-width:700px;}

.home-form h4{font-size:40px; font-weight:600; color:#fff; text-transform:uppercase;}
input, #formpage textarea {padding:14px;border: 1px solid #fff!important;color: #fff!important;font-size: 16px; background:#000;font-family:'Oswald', sans-serif;}

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:transparent!important; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 150px!important;border:solid 1px #fff!important;height:auto; text-transform:none!important; border-radius:25px; font-size:16px; margin: 0 auto;}

.captcha-button{width:150px!important;}
#formpage input.submit-button:hover, #submit-btn button:hover{background:#f7941d!important; transition:ease-out .3s;}

/*-------Pages----------*/
.page-back{width:100%; background:url("/siteart/black.JPG");}
.contact{padding:140px 10px 80px 10px; box-sizing:border-box;}
.contact-top{display:flex; flex-direction:row;}
.contact-left{width:500px; padding:20px; box-sizing:border-box; color:#fff;}
.contact-left h1{font-size:40px; line-height:40px; text-transform:uppercase; color:#fff;}
.contact-left h2{font-size:24px; text-transform:uppercase; color:#f7941d; font-weight:400;}
.contact-left a{font-size:18px; color:#fff; transition:.3s ease;}
.contact-left a:hover{color:#FDA337;}
.contact-right{width:calc(100% - 500px); height:450px;}
.contact-right img{width:100%; height:100%; object-fit:cover;}

.flex-form h3{font-size:24px; font-weight:600; color:#fff; text-transform:uppercase;}


.about-top{display:flex; flex-direction:row; padding:140px 10px 80px 10px; box-sizing:border-box;}
.about-left{width:50%; padding:20px 60px 20px 20px; box-sizing:border-box; color:#fff;}
.about-left h1{font-size:40px; line-height:40px; text-transform:uppercase; color:#fff;}
.about-left p{font-size:18px; color:#fff;}
.about-right{width:50%;}
.about-right img{width:100%;}

.cycle-slideshow{border:solid 15px #f7941d;animation:1.5s ease-out 0s 1 slideInFromRight;}


/*-----------Rentals------------*/
.grid {position: relative; margin: 0 auto; padding-bottom:40px; flex-wrap:wrap; list-style: none; text-align: center; display:flex; flex-direction:row; justify-content: center; z-index:10;}

.grid figure {overflow: hidden;margin: 10px;width: calc(33% - 20px);height:400px;background:#000;position:relative;text-align: center;cursor: pointer;}

.grid figure img {position: relative;display: block; filter:brightness(.3); width: 100%;height:100%;opacity: 1; object-fit:cover;}

.grid figure figcaption {
	font-size: 20px;
	z-index:1100;
	position:relative;
	display:block;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-ms-transition: all .5s ease; /* IE 9 */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
}

.grid figure figcaption {
	padding: 1%;
	color: #fff;
	font-size: 30px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 30px;
	color:#fff;
	padding:0;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 18px;
	color:#fff;
	font-weight: 300;
}

figure.effect-romeo {
	/*-webkit-perspective: 1000px;
	perspective: 1000px;*/
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.8;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2{
	position: absolute;
	top: 52%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-romeo p {
	position: absolute;
	padding:0 2%;
	top: 45%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-romeo p.long-txt {
	position: absolute;
	padding:0 2%;
	bottom: 45%;
	left: 0;
	width:98%;
	box-sizing:border-box;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-romeo p.one-line {
	position: absolute;
	padding:0 2%;
	bottom: 45%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}
figure.effect-romeo:hover p.long-txt {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-30%,0) translate3d(0,100%,0);
}



/*--------FORM STYLES--------------------*/

.flex-form{width:100%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #777;font-size: 16px;font-family:'Oswald', sans-serif;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}


#formpage textarea {font-family:'Oswald', sans-serif; font-size:16px; box-sizing:border-box;padding: 14px;border: 1px solid #fff!important;color: #fff;background: #000;width: 100%;height: 160px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#4b4b4b; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 120px;border:none;height:auto; text-transform:uppercase; font-size:16px; font-weight:600; margin: 0 auto;}

#formpage input.submit-button:hover, #submit-btn button:hover{transition:ease-out .3s; cursor:pointer}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:120px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}

.CaptchaMessagePanel, .CaptchaWhatsThisPanel{color:#fff;}

.orange-bar{width:100%; display:block; transition:.3s ease; background:#f7941d; color:#fff; padding:15px; box-sizing:border-box; font-size:22px; text-align:center; font-weight:800; text-transform:uppercase;}
.orange-bar:hover{background:#333;}

/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:#000;}
.footer{width:100%; max-width:1700px; margin:0 auto; padding:120px 10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.foot-col{width:25%; padding:0 20px; box-sizing:border-box;}
.foot-col p{color:#f7941d; font-size:24px; text-transform:uppercase; font-weight:500; padding-bottom:20px;font-family:'Oswald', sans-serif;}
.foot-col ul li a{color:#fff; font-size:18px; text-transform:uppercase;line-height:28px;font-family:'Oswald', sans-serif;}
.foot-col a{color:#fff; line-height:28px; font-size:18px; font-weight:300;font-family:'Oswald', sans-serif; transition:.3s ease;}
.foot-col a:hover{color:#f7941d;}
.foot-col img{width:80%;}

.bottom-footer{width:100%; background:#333; padding:15px; box-sizing:border-box; text-align:center;}
.bottom-footer p a, .bottom-footer p{color:#fff; font-size:17px; font-weight:300;}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-redesign .list-container-flexrow .list-listing-card-wrapper .listing-card-grid{background:#fff;}
.inv-page{padding:120px 10px 80px 10px; box-sizing:border-box;}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #f7941d !important;
    color: #fff !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{color:#fff!important;}
.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #f7941d !important;
    color: #fff !important;
}
.selected-header, .sort-by-dropdown-container label{color:#fff!important;}
.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #fff !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
	.grid figure{width:calc(50% - 20px);}
}

@media only screen and (max-width: 1250px) {
	.home-about-row, .home-about-row2{flex-direction:column;}
	.orange-box, .orange-box2{max-width:700px; width:calc(100% - 30px); margin:20px auto;}
	.home-about-text{width:100%;}
	.qls a{height:600px;}
	.contact-left{width:350px;}
	.contact-right{width:calc(100% - 350px);}
	.about-top{flex-direction:column;}
	.about-left, .about-right{width:100%;}
	.about-left{padding:20px;}
	.grid figure{width:45%;}
}
@media only screen and (max-width: 1100px) {	
	.phone-header{display:none;}
	header nav{width:calc(100% - 300px); margin:0;}
	.qls{flex-direction:column;}
	.qls a{width:100%; height:300px;}
	.new-drop{left:-34.2vw!important; width:73vw!important;}
}
@media only screen and (max-width: 1000px) {	
	.footer{flex-wrap:wrap;}
	.foot-col{width:50%; padding:20px;}
	.contact-top{flex-direction:column;}
	.contact-left, .contact-right{width:100%;}
	.contact-left{padding-bottom:40px;}
	.grid figure{width:calc(100% - 20px);}
	
	
}
@media only screen and (max-width: 850px) {	
	.home-form{margin:0 auto; width:95%;}
}
@media only screen and (max-width: 650px) {	
	.icon-container{width:150px;}
	.icon-container img.icon{width:120px;}
	.hero-links a section{width:calc(100% - 160px);}
	.hero-links{left:1%;}
	.hero-links a section p{font-size:20px;}
	.hero-links a section{padding:25px;}
	.qls a{height:250px;}
	.orange-box, .orange-box2{height:400px;}
	.foot-col{width:100%; text-align:center;}
	.foot-col img{width:95%; max-width:350px; margin:0 auto; display:block;}
	.home-about-text h1, .home-about-text h2{font-size:35px; line-height:35px;}
	.about-left h1{font-size:32px; line-height:32px;}
	.contact-right {height:400px!important;}
}

@media only screen and (max-width: 450px) {
	.icon-container{width:110px;}
	.icon-container img.icon{width:80px;}
	.hero-links a section{width:calc(100% - 110px);}
	.hero-links a section i{padding-top:5px;}
	.home-form h4{font-size:30px;}
	.ql-text p.large{font-size:28px;}
	.about-left h1{font-size:28px; line-height:30px;}
	.hero{height:800px;}
	.contact-right{height:300px!important;}
	figure.effect-romeo p.long-txt, figure.effect-romeo p{font-size:16px;}
}

@media only screen and (max-width: 350px) {
	.list-row{flex-direction:column;}
	.list-row ul li{font-size:18px;}
	.list-row ul{padding-bottom:10px;}
	.home-about-text h1, .home-about-text h2{font-size:30px; line-height:31px;}
	.grid figure{height:440px!important;}
}



