﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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:'Montserrat', sans-serif;
}
a {text-decoration:none;}


@keyframes slideInFromBottom{
	0%{
		transform: translateY(100%);
		opacity:0;
	}
		100%{
			transform: translateX(0);
			opacity:1;
		}
	}
@keyframes slideInFromTop{
	0%{
		transform: translateY(-100%);
		opacity:0;
	}
		100%{
			transform: translateX(0);
			opacity:1;
		}
	}
.show{position:relative; transform: translateX(150px); opacity:0; transition:1s all ease}
.show.active{transform: translateX(0); opacity:1;}

.showSecond{position:relative; transform: translateX(-150px); opacity:0; transition:1s all ease}
.showSecond.active{transform: translateX(0); opacity:1;}

.showThird{position:relative; transform: translateY(150px); opacity:0; transition:1s all ease}
.showThird.active{transform: translateY(0); opacity:1;}
/*------Buttons-------------*/
.orange-btn{width:200px; transition:.3s ease; padding:12px; background:#c94c1e; color:#fff; font-size:16px; font-weight:600; text-align:center; text-transform:uppercase; display:block; margn:0 auto;}
.orange-btn:hover{background:#072740;}
/*--- HEADER STYLES ---------------------*/
.top-wrapper{width:100%; background:#c94c1e;}
.top-header{width:100%; max-width:1600px; margin:0 auto; padding:10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.top-header a{color:#fff; font-size:16px; font-weight:600;}
.top-header a i{padding-right:5px;}
.top-header a:hover{text-decoration:underline;}

.header{width:100%; max-width:1600px; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.logo{max-width:320px; width:100%; padding:10px; box-sizing:border-box;}
.logo img{width:100%;}

/*---BODY--------------------------------*/
.hero{width:100%; position:relative; height:900px; background-color:#000;}
.hero img{width:100%; height:100%; object-fit:cover; filter:brightness(.8);}
.hero-top{position:absolute; top:60px; left:0; right:0; margin:0 auto; text-align:center; max-width:1200px;}
.hero-top h1{font-size:85px; line-height:60px; font-weight:800; text-shadow:1px 1px 2px rgba(0,0,0,.8); text-transform:uppercase; color:#fff; text-tranform:uppercase; animation:1s ease-out 0s 1 slideInFromBottom;}
.hero-top h1 span{font-size:50px; color:#ffc107;}

.hero-bottom{position:absolute; bottom:60px; text-align:center; left:0; right:0; max-width:800px; margin:0 auto;}
.hero-bottom p{color:#fff; font-size:16px; line-height:24px; padding-bottom:40px;animation:1s ease-out 0s 1 slideInFromTop;}
.hero-bottom a{margin:0 auto;}

/*----------Home Links----------------*/
.orange-bar{width:100%; background:#c94c1e; padding:10px; box-sizing:border-box;}
.bar-row{width:100%; max-width:1600px; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.bar-row p{font-size:22px; font-weight:600; text-transform:uppercase; box-sizing:border-box; color:#fff; padding:15px 10px; width:260px; border-right:solid 3px #fff;}
.inv-links{width:calc(100% - 260px); display:flex; flex-direction:row; justify-content: space-between; margin-left:40px;}
.inv-links a{color:#fff; font-size:16px; text-transform:uppercase; padding:20px 10px; font-weight:400;}
.inv-links a:hover{color:#F9CB40;}

/*--------Quick Links-------------*/
.qls{width:100%; max-width:1600px; border:solid 1px #ccc; margin:60px auto 40px auto; box-sizing:border-box;}

.ql-img{width:30%; height:480px;}
.ql-img img{width:100%; height:100%; object-fit:cover;}
.ql-text{width:34%; padding:40px 30px; box-sizing:border-box;}
p.grey-text{font-size:22px!important; font-weight:400!important; color:#444!important; text-transform:uppercase!important;}
.ql-text hr{width:400px; float:left;}
.ql-text h2{font-size:40px; padding-bottom:60px; clear:both; width:90%; font-weight:800; color:#c94c1e; }

.ql-row{width:100%; display:flex; flex-direction:row; width:100%;}

/*-----Home About-------------*/
.home-about{width:100%; max-width:1600px; margin:0 auto; display:flex; flex-direction:row; padding:60px 10px; box-sizing:border-box;}
.about-left{width:50%;}
.about-left h3{font-size:55px; color:#c94c1e; text-transform:uppercase; padding:30px 0 60px 0; font-weight:800;}
.about-right{width:calc(50% - 60px); margin-left:60px;}
.about-right img{width:100%; height:500px; object-fit:cover;}
p.orange-text{font-size:16px; padding-bottom:15px; color:#c94c1e; font-weight:500;}
.about-left p{font-weight:500; font-size:16px; line-height:24px;}
.about-left a{margin-top:25px;}

/*-----------Orange Bar-------------------*/
.orange-row{width:100%; background:#c94c1e }
.bar-width{max-width:1600px; padding:20px 10px; box-sizing:border-box; margin:0 auto; display:flex; flex-direction:row; justify-content: space-around;}
.bar-width img{max-width:420px; width:100%;}
.bar-text{max-width:400px; width:100%; text-align:center; margin:15px 0;}
.bar-text i{color:#fff; font-size:50px;}
.bar-text h4{font-size:22px; color:#fff; text-transform:uppercase; padding:10px 0;}
.bar-text p{font-size:16px; color:#fff; font-weight:500;}

/*------Testimonials------------*/
.testi-back{width:100%; position:relative; background:url("/siteart/mechanics.jpg") center center no-repeat; height:900px;}
.blue{position:absolute; background:rgba(7,39,64,0.70); top:0; left:0; right:0; height:100%; width:100%;}
.testi-width{max-width:1600px; margin:0 auto; width:100%; padding:80px 10px; box-sizing:border-box;}
.testi-row{width:100%; display:flex; flex-direction:row; justify-content: space-between; gap:35px;}
.testi{width:33.33%; background:#fff; padding:50px; box-sizing:border-box; position:relative;}
.testi p{font-size:18px; line-height:28px;}
.testi i{position:absolute; top:10px; left:40px; font-size:160px; color:rgba(201,76,30,.2);}

.person-row{width:100%; display:flex; flex-direction:row; margin-top:60px;}
.img-container{max-width:100px; max-height:100px; overflow:hidden; border-radius:50%; border:solid #c94c13 4px;}
.img-container img{width:100%; height:100%;}
.about-person{padding-left:25px; padding-top:25px;}
.name{font-size:20px; color:#c94c1e; font-weight:600; text-transform:uppercase;}
.title{font-size:20px; color:#666;}

.testi-top{text-align:center; max-width:700px; margin:0 auto;}
.testi-top h3{font-size:60px; font-weight:800; color:#ffc107; text-transform:uppercase; padding-bottom:15px;}
.testi-top p{color:#fff; font-size:16px; line-height:24px; padding-bottom:40px;}

/*----------Page Styles------------*/
.page-top{background:url("/siteart/page-background.jpg") 100% center no-repeat; background-color:#000; height:440px; box-sizing:border-box; display:flex;}
.page-top h1{font-size:60px; color:#fff;  text-transform:uppercase; font-weight:800; text-align:center;animation:1s ease-out 0s 1 slideInFromTop;}

.page-top-text{margin:0 auto; display:flex; flex-direction:column; align-content:center; justify-content: center; flex-wrap:wrap;}

.page-top-text p{color:#fff; max-width:1000px; margin:0 auto; text-align:center; padding:20px 0; animation:1s ease-out 0s 1 slideInFromBottom;}
.page-top-text a{margin:0 auto;}

.icon-row{max-width:100px; margin:0 auto; display:flex; flex-direction:row; justify-content: center;}
.icon-row i{color:#fff; font-size:26px; padding:10px;width:32px; margin:5px; border:solid 1px #fff; display:flex; justify-content: center;} 

.page-wrap{max-width:1600px; padding:0 10px; box-sizing:border-box; margin:0 auto;}
.text-top{padding:60px 0; text-align:center;}
.text-top h2{ color:#000; font-weight:800; font-size:40px; text-transform:uppercase;}
.text-top p{color:#000; font-size:16px; line-height:24px; max-width:1000px; margin:0 auto;}
.page-row{width:100%; display:flex; flex-direction:row; flex-wrap:wrap;}
.page-row section{width:calc(33.33% - 20px); margin:10px; display:flex; flex-direction:row;}
.page-row section i{font-size:45px; color:#c94c1e; padding-right:15px;}
.right p{font-size:20px; font-weight:600; padding-bottom:10px;}
.right a{color:#000; color:#072740;}
.right a:hover{color:#c94c1e;}

.location-row{width:100%; display:flex; flex-direction:row; padding:80px 0;}
.flex-form{width:50%; padding:15px; box-sizing:border-box;}
.map{width:50%;}

.flex-form h3{font-size:40px; color:#000; max-width:600px; font-weight:800; text-transform:uppercase; padding:20px 0 15px 0;}
.flex-form p{color:#333; line-height:24px; font-size:16px; padding-bottom:20px;}
.flex-form p a{color:#000;}
.flex-form p a:hover{color:#c94c1e;}

.about-row{width:100%; display:flex; flex-direction:row; justify-content: center; padding:80px 0;}
.about-row section{width:calc(33.33% - 20px); margin:10px; padding:50px 30px; box-sizing:border-box; text-align:center; box-shadow:2px 2px 5px 2px rgba(0,0,0,.2);}
.about-row section i{color:#c94c1e; font-size:50px;}
.about-row section h2{font-size:26px; font-weight:600; padding:15px 0 20px 0;}
.about-row section p{font-size:16px; line-height:24px;}

.text-top a{margin:40px auto!important; }



/*--------FORM STYLES--------------------*/

.flex-form{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!important;font-size: 14px;}
.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:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;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:#c94c1e; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 200px;border:none;height:auto; text-transform:uppercase; font-size:16px; margin: 0 auto;}

#formpage input.submit-button:hover, #submit-btn button:hover{cursor:pointer;transition:ease-out .3s; background:#072740;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:200px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:#072740;}
.footer{width:100%; max-width:1600px; margin:0 auto; display:flex; flex-direction:row; padding:60px 10px; box-sizing:border-box;}
.foot-col{width:25%; padding:20px; box-sizing:border-box;}
.foot-col img{width:100%; padding-bottom:15px; }
.foot-col p{color:#fff; text-align:center;}
p.large{color:#fff; text-transform:uppercase; font-size:24px; text-align:left;}
.foot-col hr{width:80%; float:left; margin-bottom:20px;}
.foot-col ul{clear:both;}
.foot-col ul li a{color:#fff; line-height:45px; transition:.3s ease;}
.foot-col ul li a i{color:#ffc107; padding-right:5px;}
.foot-col ul li a:hover{color:#FFCE3E;}

.bottom-footer{width:100%; background:#000; padding:15px; box-sizing:border-box;}
.copyright{display:flex; font-size:16px; flex-direction:row; justify-content: center; color:#fff;}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.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: #c94c1e !important;
    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: #c94c1e !important;
    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: #072740 !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: #000 !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: 1350px) {
	.hero-top h1{font-size:70px; line-height:50px;}
	.hero-top h1 span{font-size:40px;}
	.bar-row{flex-direction:column;}
	.bar-row p{border-right:none; border-bottom:solid 3px #fff; text-align:center; width:100%;}
	.inv-links{width:100%; margin-left:0;}
	.ql-text h2{font-size:45px; line-height:48px;}
	.orange-row{background:linear-gradient(to bottom, #fff 20%, #c94c1e 20%); margin:0;}
	.bar-width{flex-direction:column}
	.bar-width img{margin:0 auto;}
	.bar-text{margin:20px auto;}
	.testi-row{gap:25px;}
	.testi{width:calc(33.33% - 20px);}
	.ql-text h2{font-size:35px;}
	.ql-text hr{width:250px;}
}
@media only screen and (max-width: 1200px) {	
	.testi-row{flex-wrap:wrap; gap:0;}
	.testi{width:calc(50% - 20px); margin:10px;}
	.testi-back{height:1300px; background-size:cover;}
	.footer{flex-wrap:wrap;}
	.foot-col{width:50%;}
	.foot-col img{max-width:320px; margin:0 auto; display:block;}
	.hero-bottom p{padding:0 10px; box-sizing:border-box;}
	.location-row{flex-direction:column;}
	.flex-form{width:100%;}
	.map{width:100%;}
	.map iframe{height:300px;}
	.about-row{flex-wrap:wrap; justify-content: center;}
	.about-row section{width:calc(50% - 20px);}
}

@media only screen and (max-width: 1100px) {	
	.ql-row{flex-direction:column;}
	.ql-text ,.ql-img{width:100%;}
	.ql-img{height:400px;}
}


@media only screen and (max-width: 1000px) {	
	.hero-top h1{font-size:50px; line-height:40px;}
	.hero-top h1 span{font-size:30px;}
	.inv-links{flex-direction:column;}
	.inv-links a{padding:10px; text-align:center;}
	.home-about{flex-direction:column-reverse;}
	.about-left, .about-right{width:100%; margin:0;}
	.about-left{padding:15px; box-sizing:border-box;}
	.about-left h3{padding:10px 0 30px 0; font-size:40px;}
	.qls{padding:30px 10px;}
	.hero{height:700px;}
	.page-row section{width:calc(50% - 20px);}
}
@media only screen and (max-width: 850px) {	
	.testi{width:calc(100% - 20px);}
	.testi-back{height:1650px;}
	.testi-top h3{font-size:45px;}
	.page-top h1{font-size:45px;}
}
@media only screen and (max-width: 800px) {	
	.top-header{display:none;}
	.hero-top h1{font-size:40px; line-height:30px;}
	.hero-top h1 span{font-size:25px;}
	.foot-col{width:100%;}
	.hero img{filter:brightness(.6);}
	.about-row section{width:calc(100% - 20px);}
}
@media only screen and (max-width: 650px) {	
	.hero-top h1{font-size:35px; line-height:30px;}
	.hero-top h1 span{font-size:25px;}
	.ql-text hr{width:200px;}
	.ql-text h2{font-size:35px; line-height:38px;}
	.testi-back{height:1800px;}
	.testi-top h3{font-size:35px;}
	.qls{padding:25px 10px;}
	.hero{height:600px;}
	.about-right img{height:400px;}
	.page-row section{width:calc(100% - 20px); margin:20px 10px;}
	.page-top h1, .text-top h2{font-size:35px;}
	.page-top{padding:80px 10px;}
	.flex-row{flex-direction:column;}
	.form-half{width:calc(100% - 10px);}
	.flex-form h3{font-size:32px; line-height:34px;}
}
@media only screen and (max-width: 500px) {
	.hero-top h1{font-size:26px; line-height:20px;}
	.hero-top h1 span{font-size:20px;}
	.ql-text{padding:20px;}
	.test-back{height:2000px;}
	.testi{padding:30px;}
	.foot-col{padding:20px 10px;}
	.testi-top h3{font-size:28px; line-height:30px;}
	.about-left h3, .ql-text h2{font-size:30px; line-height:32px;}
	.ql-img{height:220px;}
	p.grey-text{font-size:18px!important;}
	.ql-text hr{width:220px;}
	.about-right img{height:300px;}
	.home-about{padding:20px 10px 50px 10px;}
	.icon-row i{font-size:22px; width:28px;}
	.flex-form h3{font-size:25px; line-height:25px;}
	
	.show{ transform: translateX(0); opacity:1;}
.showSecond{ transform: translateX(0); opacity:1;}
.showThird{ transform: translateY(0); opacity:1;}
	
}
@media only screen and (max-width: 380px) {
	.hero-top h1{font-size:22px; line-height:20px;}
	.hero-top h1 span{font-size:18px;}
	.testi p{font-size:16px; line-height:22px;}
	.img-container{max-width:60px; max-height:60px;}
	.person-row{margin-top:30px;}
	.testi-back{height:1600px;}
	.ql-text{padding:30px 15px;}
	.page-top h1, .text-top h2{font-size:28px;}
	.right a, .foot-col ul li a{word-break:break-all;}
	#menu-button a{padding-top:22px!important; width:60px!important;}
}





