﻿@import url("https://use.typekit.net/ruw2knt.css");

/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
    overflow-x: hidden!important;
	}

body {
	font-family: 'Industry', sans-serif; 
    margin: 0;
	padding:0;
    background:#F3F3F3;
	}

svg:not(:root) {overflow: hidden;}
	
.clear {clear: both;}

	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {color:#E44447}
	h2 {color:#E44447}
	h3 {font-size:30px}
	h4 {font-size:19px; color:#E44447}
	h5 {font-size:18px}
	h6 {font-size:15px}

p {margin: 0;}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#232323;
  box-shadow: inset 0 0 10px #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#4D4D4D;
  border-radius: 10px;
  box-shadow:0 0 10px #2A2A2A inset;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 70px;
  font-family: 'Industry', sans-serif; 
  right: 30px;
  z-index: 999999999;
  font-size: 19px;
  border: 1px solid #FF3D40;
  outline: none;
  background-color: #E44447;
  transition:.3s ease;
  color: #fff!important;
  cursor: pointer;
  padding: 20px;
  border-radius: 3px;
}

#myBtn i {color:#fff;}

#myBtn:hover {
  background-color:#FF3D40;
}


/* Social Icons */
.sticky-social{
    position:fixed;
    top:160px;
    left:-40px;
    padding:0px;
    margin:0px;
    z-index:99
}

.social{list-style:none;}

.social a{text-decoration:none!important}


.social li{
    padding:10px 10px;
    font-size:20px;
    transition:all 0.3s ease-in-out;
}

.social li:hover{
    margin-right:-10px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.social li:hover .fab{margin-left:5px;color:#FF3D40}

.social li:hover .fas{margin-left:5px;color:#FF3D40}

.fab, .fas{
    color:#5A5A5A;
    transition:all 0.3s ease-in-out;
}

.iphone, .imail, .fb, .youtube{
    background-color:#F3F3F3;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    margin:8px 0px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.youtube, .youtubefoot {
    color:#5A5A5A;
}
.youtube:hover, .youtubefoot:hover {
    color:#FF3D40
}

/*===================== 
	header styles 
=======================*/

#myVideo {
  position:absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  opacity:.5;
  transform: translateX(-50%) translateY(-50%);
}

.header-wrap {
    height:950px;
    overflow: hidden;
    position: relative;
	width: 100%;
    background:#000;
	}

.intro-text{
    float:right;
    margin-top:180px;
    margin-right:5%;
    position:relative;
    text-align:right
	}

.intro-text h2{
    color:#F3F3F3;
    font-weight:100;
    font-size:30px;
    line-height:60px
}

.intro-text h1{
    color:#F3F3F3;
    font-size:100px;
    line-height:80px
}

.logo-wrap{
    float:left;
    position: relative;
    margin-left:30px;
    margin-top:20px;
}

#second-btn{margin-right:15px}

.default-button{
	line-height: 45px;
	height: 45px;
    text-align:center;
	width: 450px;
    margin-top:20px;
	cursor: pointer;
}

.default-btn-wrapper { 
	float: right;
}

.contact-btn-wrapper2{float:right}

.icon-col img {
    box-shadow:0 0 25px rgba(0,0,0,0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top:7%;
    width: 23vw;
}

.button-inv{
	background: rgba(247,45,49,0.7);
    backdrop-filter: blur(10px);
    border-radius:4px;
    color:#F3F3F3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #EC3033;
	position: relative;	
}
.button-inv a{
	color: #F3F3F3;
	text-decoration: none;
	display: block;
}
.button-inv span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button-inv::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #EC3033;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-inv:hover::before{
	opacity: 1;
	width: 100%;
}

/*===================== 
	nav styles 
=======================*/
#menu-button{display: none;}

nav.mobile {display:none;}

.navigation {
    margin-top:0px;
    float:right;
    margin-right:30px
}
nav.primary i{
	color:#F3F3F3;
	}

nav.primary ul li a .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 10px 15px;
	}
nav.primary {
	padding:0;
	display:block;
	width:100%;
	position:relative;
	background:transparent;
    float:right;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0 -2px;
			list-style-type:none; 
			}
			nav.primary ul li a {
				color:#F3F3F3;
				font-size:15px;
				text-decoration:none;
				padding:35px 15px 10px 15px;
				display:block;
				margin:0 10px;
                position:relative;
                font-family:'Industry', sans-serif;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				}	

nav.primary ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
}
			
nav.primary ul li a:hover:after {
   width: 100%; 
    left: 0; }
	

			/* Appearance of the sub-level links */
			nav.primary ul.list {
				background: rgba(247,45,49,0.7);
                backdrop-filter: blur(10px);
                border: 1px solid #EC3033;
                border-radius: 4px;
                width:640px;
                height:55px;
                padding:0px 20px
			}

			nav.primary ul #parts-list {
				background: rgba(247,45,49,0.7);
                backdrop-filter: blur(10px);
                border: 1px solid #EC3033;
                border-radius: 4px;
                width:405px!important;
                height:55px;
                padding:0px 20px
			}

			nav.primary ul #video-list {
				background: rgba(247,45,49,0.7);
                backdrop-filter: blur(10px);
                border: 1px solid #EC3033;
                border-radius: 4px;
                width: 594px!important;
                height:55px;
                padding:0px 20px
			}


			nav.primary ul #prod-list {
				background: rgba(247,45,49,0.7);
                backdrop-filter: blur(10px);
                border: 1px solid #EC3033;
                border-radius: 4px;
                width: 442px!important;
                height: auto;
                padding:0px 20px
			}

			nav.primary ul.list li {
				display:inline-block;
				list-style-type:none;
			}
			nav.primary ul li li a { 
				font-size:15px;
                display:block;
				padding:20px 15px 15px 15px;
				color:#F3F3F3 !important;
				text-align:center;
                transition:.3s ease
			}

			nav.primary ul li li a:hover { 
				color:#3E1010!important
			}

nav.primary ul li li a:after {
  height: 0px;
  left: 0%;
  background:transparent;
  transition: none;
  width: 0;
}
			
nav.primary ul li li a:hover:after {
   width: 0%; }
	


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block; 
    z-index: 100;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
}


/* main primary (not default) */

.main-header-wrap{
    width:100%;
    padding-bottom:10px;
    box-shadow:0 0 25px rgba(0,0,0,0.4);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background:#1E1E1E
}

nav.main-primary i{
	color:#C1C1C1;
	}

nav.main-primary ul li a .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 10px 15px;
	}
nav.main-primary {
	padding:0;
	display:block;
	width:100%;
	position:relative;
	background:transparent;
    float:right;
	}
	nav.main-primary ul {
		margin:0; 
		padding:0;
		}
		nav.main-primary ul li {
			display:inline-block;
			margin:0 -2px;
			list-style-type:none; 
			}
			nav.main-primary ul li a {
				color:#C1C1C1;
				font-size:15px;
				text-decoration:none;
				padding:35px 15px 10px 15px;
				display:block;
				margin:0 10px;
                position:relative;
                font-family:'Industry', sans-serif;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				}	

nav.main-primary ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #C1C1C1;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
}
			
nav.main-primary ul li a:hover:after {
   width: 100%; 
    left: 0; }

		/* Appearance of the sub-level links */
			nav.main-primary ul.list {
				background:#E44447;
                border-radius: 4px;
                width: 638px;
                height:auto;
                padding:0px 20px;
                box-shadow:0 0 15px rgba(0,0,0,0.2);
			}

			nav.main-primary ul #parts-list {
				background:#E44447;
                border-radius: 4px;
                width:405px!important;
                height:55px;
                padding:0px 20px;
                box-shadow:0 0 15px rgba(0,0,0,0.2);
			}


			nav.main-primary ul #prod-list {
				background:#E44447;
                border-radius: 4px;
                width: 435px!important;
                height: auto;
                padding:0px 20px;
                box-shadow:0 0 15px rgba(0,0,0,0.2);
			}


			nav.main-primary ul.list li {
				display:inline-block;
				list-style-type:none;
			}
			nav.main-primary ul li li a { 
				font-size:15px;
                display:block;
				padding:20px 15px 15px 15px;;
				color:#F3F3F3 !important;
				text-align:center;
                transition:.3s ease
			}

			nav.main-primary ul li li a:hover { 
				color:#3E1010!important
			}

nav.main-primary ul li li a:after {
  height: 0px;
  left: 0%;
  background:transparent;
  transition: none;
  width: 0;
}
			
nav.main-primary ul li li a:hover:after {
   width: 0%; }
	


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.main-primary ul ul {
    display: none;
    position: absolute; 
}
nav.main-primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.main-primary ul li:hover > ul {  
    display: block; 
    z-index: 100;
}
nav.main-primary ul ul li {
    float: none; 
    position: relative;
}
	
/*===================== 
	default styles 
=======================*/


/* icon section */

.icon-section{
    position:relative;
    z-index:9;
    margin-top:-370px;
    width:85%;
    left: 50%;
    transform: translateX(-50%);
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.icon-col{
    float:left;
    width:30%;
    margin:0px 1%;
    display:block;
    overflow:auto;
    padding-bottom:50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    text-align:center;
    transition:.5s ease
}


.icon-col:hover {
    margin-top:-10px
}

.icon-section a{text-decoration:none}

.icon-border{
    box-shadow:0 0 25px rgba(0,0,0,0.1);
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    width: 15vw;
    height: 15vw;
    margin-top:30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-border img{
    width:40%
}

.icon-btn-wrapper{
    width:100%;
    background: rgba(247,45,49,0.7);
    backdrop-filter: blur(10px);
    padding:10px 0px;
    border-bottom: 1px solid #EC3033;
}

.icon-btn-wrapper p{
    color:#f3f3f3;
    font-size:1.5vw;
    line-height:60px;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.aone {
    animation-duration: 1.3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-delay:.5s;
    background-image: url("../siteart/icon1.jpeg");
    background-size: cover;
    background-position: center;
    height:400px;
    border: 1px solid #EC3033;
}

.atwo {
    animation-duration: 1.3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-delay:.7s;
    background-image: url("../siteart/icon2.jpg");
    background-size: cover;
    background-position: center;
    height:400px;
    border: 1px solid #EC3033;
}

.athree {
    animation-duration: 1.3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-delay:.9s;
    background-image: url("../siteart/icon3.jpeg");
    background-size: cover;
    background-position: center;
    height:400px;
    border: 1px solid #EC3033;
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}



/* welcome section */

.welcome-section{
    overflow:auto;
    display:block;
    margin-bottom:40px
}

.welcome{
    width:87%;
    margin:100px auto
}

.welcome h1{
    line-height:60px;
    color:#5A5A5A;
    font-size:60px
}
.welcome h3{
    font-size:24px
}

.welcome p{
    line-height:30px;
    color:#5A5A5A;
}

.welcome-text{
    width:80%;
    margin:20px auto 40px auto
}

.welcome img{
  border-radius:5px;
  box-shadow:0 0 15px rgba(0,0,0,0.2);
  margin:15px;
  width:90%;
  transition:.3s ease;
  cursor: pointer
}

/* contact section */


.phone-section{
    display:block;
    overflow:auto;
    background-color:#E44447;
    padding:0px 65px 40px 65px;
    box-shadow:0 0 15px rgba(0,0,0,0.1) inset;
}

.phone-info{
    float:left;
    width:50%;
    margin-top:55px
}

.phone-info strong {
	font-size: 18px;
	color: black;

}

.phone-links1{
    color:black;
    text-decoration:none;
    transition:.2s ease;
}

.phone-links{
    color:#F3F3F3;
    text-decoration:none;
    transition:.2s ease;
}

.phone-links:hover{
    color:#232323
}

.phone-info h1{
    line-height:60px;
    color:#F3F3F3;
    font-size:50px
}

.phone-info p{
    color:#F3F3F3;
}

.phone-info i{
    color:#F3F3F3
}

.default-map{
    float:right;
    width:50%;
}

.map-iframe{
    border-radius:7px; 
    margin:45px 0px 0px 0px; 
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    height:300px
}
.home-brands-cont-1 {
	padding:40px 20px 80px 20px;
	width:80%;
	box-sizing: border-box;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:20px;
}
.home-brands-cont-1 h2 {
	width:100%;
	color: #5A5A5A;
	font-size: 40px;
	text-align: center;
	padding-bottom:40px;
}
.home-brands-cont-1 a {
	width:100%;
	max-width: 215px;
	margin:0 auto;
}
.home-brands-cont-1 a img {
	transition:.2s ease;
	width:100%;
	max-height: 120px;
	height: auto;
	display: block;
	margin:0 auto;
	object-fit: contain;
	object-position: center;
}
.home-brands-cont-1 a:hover img {
	opacity: 0.7;
}

/*===================== 
	inventory styles 
=======================*/

.inv{background:#E8E8E8;}

.scrollToTop{display:none!important}

.list-content .list-main-section .list-container .list-listing .main-image-container{border-radius:3px;}

.list-content .list-title .list-title-text {
    font-size: 35px!important;
    text-transform:uppercase;
    font-weight: 700;
    font-family: 'Industry', sans-serif !important;
}

.cf-wrapper{
    margin:50px 10px;  
}

.list-content .list-main-section .list-container .list-listing {
    border-radius:3px;
    background-color:#F4F4F4 !important;
}

.list-content .listing-bottom .listing-widgets a {
    border:1px solid #BCBCBC!important;
}

.faceted-search-content .faceted-section-head {

    background:#F4F4F4 !important;
}

.legal-text-content{color:#676767;font-weight:200}

.list-container{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    border-radius:3px;
    padding-top:30px;
    margin-bottom:20px;
}

.list-content .list-main-section{border-radius:3px;border:none!important}

.faceted-search-content{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
}

.list-top-section{
    margin-bottom:40px; 
}

.no-print{border:1px solid #D7D7D7!important;border-radius:3px;}

.list-content{max-width:90%!important}



.sticky-top-menu{display:none !important}

.info {
    color: #000 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
    color: #000!important;
}
.list-content .list-listing-mobile .price-container .price {
    color: #000!important;
}
.faceted-search-content .selected-facets-container .selected-facet {
    background:#E44447!important;
}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call, .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {
    border: 1px solid #E44447!important;
    color: #E44447!important;}
.faceted-search-content .selected-facets-container .selected-facet:hover {
    background:#000!important;
}
.detail-content-mobile .share-listing {
    color: #000!important;}

.list-container-flexrow .view-listing-details-link, .list-container-flexrow .buy-now-link, .list-container-flexrow .check-availability-link, .list-container-flexrow .email-seller-link, .list-container-flexrow .dealer-phone-call {
    background:#E44447!important;
}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
    color: #000!important;}
.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {
    background:#E44447!important;
}

.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button {
    background: #E44447!important;
    color: #fff;
}

.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button {
    border: 1px solid #E44447!important;
    color: #E44447!important;
}

.faceted-search-content .mobile-done-button-container .mobile-done-button {
    display: block;
    text-decoration: none;
    background: #E44447!important;
}
.detail-content .detail-additional-data .data-row .data-label {
    background:#E44447!important;}

.detail-additional-data .data-row .data-label {
    background:#E44447!important;
}

.detail-content .detail-main-body .main-detail-data .detail-price {
    color:#E44447!important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link {
    background-color: #E44447!important;
}

.button {
    background-color: #E44447!important;
    border: 2px solid #E44447!important;
}

.button:hover {
    background-color:#000!important;
    border: 2px solid #000!important;
}

.detail-content .search-results {
    color: #000!important;
}

.list-content .list-title .list-listings-count {
    color: #000!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 {
    background-color: #E44447!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    background-color: #E44447!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    border: 1px solid #E44447!important;

}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    background-color: #E44447!important;
    border: 1px solid #E44447!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
    background-color: #E44447!important;
    border: 1px solid #E44447!important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: #E44447!important;
}

.mobile-breadcrumb {
    background-color: #000!important;
}

.list-container-flexrow .price-container .price {
    color: #000!important;
}

.fin-calc{
    color:  #E44447!important;
}

.paging-container .page-navs .list-page-nav {
    background-color: #E44447!important;
    background: #E44447!important;
}

.fin-calc :hover {
    color: #000!important;
}
.paging-container .page-navs .list-page-nav:hover {
    background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {
    background: #E44447!important;
    border: 1px solid  #E44447!important;
}

.modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn {
    background: #E44447!important;
}

.modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn:hover {
    background: #000!important;
}

.detail-content .dealer-info .dealer-company-header {
   color:  #E44447!important;
    text-decoration:none !important;
}

.detail-content .dealer-info .dealer-company-header:hover{
   color:  #000!important;
    text-decoration:none !important;
}

.detail-content .dealer-info .field-value {
   color:  #E44447!important;
    text-decoration:none !important;
}

.google-maps-link a{
     text-decoration:none !important;
}

.contact-information a{
     text-decoration:none !important;
}


/*===================== 
	parts & service 
=======================*/

.main-section-service{
    margin:65px 85px;
    display:block;
    overflow:auto;
}

.top-service h1{
    line-height:60px;
    font-size:50px
}

.service-info{
    float:left;
    width:40%;
    margin:40px 0px;
    color:#5A5A5A
}

.service-info h5{
    font-size:30px
}

.service-images{
    float:right;
    width:55%;
    margin:20px 0px;
    text-align:center
}

.service-images img{
    width:90%;
    margin-bottom:5px;
    border-radius:7px; 
    box-shadow:0 0 15px rgba(0,0,0,0.2);
}


.top-parts a{
    background:#E44447;
    border-color:#FF3D40;
    padding:10px 30px;
    color:#F3F3F3;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    text-decoration:none;
    font-size:15px;
    transition:.2s ease;
    border-radius:2px;
    width:200px;
    border:0px;
    font-weight:100;
    margin-left:10px;
    cursor: pointer;
    position:relative;
    top:-10px
}

.top-parts a:hover {
    background:#FF3D40 !important;
} 

.main-section-parts{
    margin:65px 85px;
    display:block;
    overflow:auto;
}

.top-parts h1{
    line-height:60px;
    font-size:50px
}

.top-parts-two h1{
    line-height:60px;
    font-size:50px
}

.parts-section{

    margin-top:40px
}

.parts-section-two{
    margin-top:70px;
    padding-top:70px;
    border-top:1px solid #ddd
}

.about-column {
  float: left;
  width: 50%;
}

.about-column img{
  border-radius:5px;
  box-shadow:0 0 15px rgba(0,0,0,0.2);
  margin:15px;
  width:95%;
}

.parts-column {
  float: left;
  width: 50%;
}

.parts-column img{
  border-radius:5px;
  box-shadow:0 0 15px rgba(0,0,0,0.2);
  margin:15px;
  width:90%;
  transition:.3s ease;
  cursor: pointer
}

.parts-column img:hover{
  transform: scale(1.02);
}

.parts-column-two {
  float: left;
  width: 25%;
  margin:0 auto;
}

.parts-column-two img{
  border-radius:2px;
  box-shadow:0 0 15px rgba(0,0,0,0.2);
  margin:15px;
  width:40%;
  transition:.3s ease;
  cursor: pointer
}


.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(0,0,0,0.83)
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color:transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
    transition:.3s ease
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}
.mySlides img{
  border-radius:8px
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


.image-part-section{
    float:right;
    width:55%;
    margin-top:-20px
}

.image-part-section img{
  border-radius:5px;
  box-shadow:0 0 15px rgba(0,0,0,0.2);
  margin:15px;
  width:90%;
  transition:.3s ease;
  cursor: pointer
}


.parts-info{
    color:#5A5A5A;
    margin-top:50px;
    width:40%
}

.parts-info a{
     color:#5A5A5A;  
    transition:.3s ease
}

.parts-info a:hover{
     color:#E44447;  
}

.parts-info h5{
    font-size:30px
}

.parts-info-links{
    color:#5A5A5A;
    margin-top:50px;
}

.parts-info-links a{
     color:#5A5A5A;  
    transition:.3s ease
}

.parts-info-links a:hover{
     color:#E44447;  
}


.service-info a{
     color:#5A5A5A;  
    transition:.3s ease
}

.service-info a:hover{
     color:#E44447;  
}

.service-info h5{
    font-size:30px
}


.btn-align{width:50%;float:left;}

.float-button{
	line-height: 50px;
	height: 45px;
    text-align:center;
	width: 90%;
	cursor: pointer;
}

.button-float{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	background:#E44447;
    border-radius:4px;
    color:#F3F3F3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #FF3D40;
	position: relative;	
    margin-top:20px
}
.button-float a{
	color: #F3F3F3;
	text-decoration: none;
	display: block;
}
.button-float span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button-float::before{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color:#FF3D40;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-float:hover::before{
	opacity: 1;
	width: 100%;
}


/*===================== 
	value a trade 
=======================*/

.main-section-trade{
    margin:65px 85px;
    display:block;
    overflow:auto;
    color:#5A5A5A
}

.top-trade h1{
    line-height:60px;
    font-size:50px!important
}

.trade-form{
    margin-top:50px;
    overflow-x:hidden!important
}

.trade-form h5{
   font-size:30px;
    color:#5A5A5A
}

.trade-form h5 span{
   font-size:15px;
    color:#5A5A5A;
    font-weight:100
}

.trade-form-row{
    float:left;
    width:50%
}

.quote-form-row{
    float:left;
    width:33.33%
}

/*===================== 
	industry news 
=======================*/

.main-section-news{
    margin:65px 85px;
    display:block;
    overflow:auto;
}

.top-news h1{
    line-height:60px;
    font-size:50px
}

.fb-section img{
    width:500px;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    box-shadow:0 0 15px rgba(0,0,0,0.2);
}

.fb-section-mobile img{
    width:300px;
    margin-left:20px;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    box-shadow:0 0 15px rgba(0,0,0,0.2);
}

.fb-page{
    border-radius:7px; 
    box-shadow:0 0 15px rgba(0,0,0,0.2);
    margin:0px 20px 20px 20px;
}

.fb-section{
    float:right;
    width:50%
}

.fb-section-mobile{
    float:none;
    width:100%;
    display:none
}

.news-info{
    float:left;
    width:45%;
    margin:40px 0px;
    color:#5A5A5A
}    

.news-info h5{
    font-size:30px
}

.news-button{
	line-height: 45px;
	height: 45px;
    text-align:center;
	width: 40%;
	cursor: pointer;
}

.button-news{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	background:#E44447;
    border-radius:4px;
    color:#F3F3F3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #FF3D40;
	position: relative;	
    margin-top:70px
}
.button-news a{
	color: #F3F3F3;
	text-decoration: none;
	display: block;
}
.button-news span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button-news::before{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color:#FF3D40;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-news:hover::before{
	opacity: 1;
	width: 100%;
}


/*===================== 
	about 
=======================*/

.main-section-about{
    margin:65px 85px;
    display:block;
    overflow:auto;
}

.top-about h1{
    line-height:60px;
    font-size:50px
}

.about-info{
    float:left;
    width:40%;
    margin:40px 0px;
    color:#5A5A5A
}

.about-info h5{
    font-size:30px
}

.about-images{
    float:right;
    width:50%;
    margin-top:35px
}

.about-images img{
    width:90%;
    margin-bottom:20px;
    border-radius:7px; 
    box-shadow:0 0 15px rgba(0,0,0,0.2);
}


.about-images h5{
    font-size:30px;
    color:#5A5A5A
}

.contact-button{
	line-height: 50px;
	height: 45px;
    text-align:center;
	width: 40%;
	cursor: pointer;
}

.button-contact{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	background:#E44447;
    border-radius:4px;
    color:#F3F3F3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #FF3D40;
	position: relative;	
    margin-top:70px
}
.button-contact a{
	color: #F3F3F3;
	text-decoration: none;
	display: block;
}
.button-contact span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button-contact::before{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color:#FF3D40;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-contact:hover::before{
	opacity: 1;
	width: 100%;
}



/*===================== 
	products 
=======================*/

.prod-logo-section{
    margin-top:15px;
    margin-bottom:25px
}

.jaylor-logo img{
    width:25%;
    margin:5px;
    transition:.3s ease
}

.harsh-logo img{
    width:34%;
    margin:5px;
    transition:.3s ease
}

.harsh-logo img:hover{
    opacity:.8
}

.product-button{
	line-height: 50px;
	height: 45px;
    text-align:center;
	width: 60%;
	cursor: pointer;
}

.button-product{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	background:#E44447;
    border-radius:4px;
    color:#F3F3F3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #FF3D40;
	position: relative;	
    margin-top:20px
}
.button-product a{
	color: #F3F3F3;
	text-decoration: none;
	display: block;
}
.button-product span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button-product::before{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color:#FF3D40;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-product:hover::before{
	opacity: 1;
	width: 100%;
}

.video-info h5{
    font-size:30px;
    color: #5A5A5A;
}

.video-section{
    margin-top:50px;
}

.video-section h5{
    font-size:30px;
    color: #5A5A5A;
}

.tmr-vid{
    float:left;
    width:23%;
    margin:10px;}

.vid{width:100%}

.vid-section{
    margin:10px 0px;
}


/*===================== 
	contact
=======================*/

.main-section-contact{
    margin:65px 85px;
    display:block;
    overflow:auto;
}

.top-contact h1{
    line-height:60px;
    font-size:50px
}

.contact-section{
    margin-top:25px;
    overflow-x:hidden
}

.contact-info{
    float:right;
    width:25%;
    margin:40px 0px;
    color:#5A5A5A
}

.contact-info span {
	font-weight: bolder;
	font-size: 18px;
	color: #E44447;
}

.phone-links-contact2 {
	color: #E44447;
	text-decoration: none;
	transition: .2s ease;
}


.contact-info h5{
    font-size:30px
}

.phone-links-contact{
    color:#5A5A5A;
    text-decoration:none;
    transition:.2s ease;
}

.phone-links-contact:hover{
    color:#E44447
}


.default-map-contact{
    float:left;
    width:70%;
    height:100%;
}

.map-iframe-contact{
    border-radius:7px; 
    margin:25px 0px 20px 10px; 
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    height:300px;
}


/* contact form */

.form{
    border-top:1px solid #E0E0E0;
    margin:50px auto;
    padding-top:40px;
    margin-bottom:40px;
    color:#5A5A5A;
    overflow-x:hidden!important
}

.form h5{
    font-size:30px;
}

.form p{
    font-size:15px;
}

.formcontainer {
	width: 100%;
}

input {
	padding: 8px;
	border: 1px solid #ddd;
	color: #5A5A5A;
    background-color:#F0F0F0;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 2px;
	margin-bottom: 10px;
    margin-right:10px;
    font-family: 'Industry', sans-serif; 
}

textarea {
	width: 100%;
	padding: 8px;
	color: #000;
    border: 1px solid #ddd;
    background-color:#F0F0F0;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 2px;
	height: 100px;
	margin-bottom: 5px;
    font-family: 'Industry', sans-serif; 
}

textarea_comment {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 100px;
	margin-bottom: 5px;
    font-family: 'Industry', sans-serif; 
}

select {
	width: 100%;
	padding: 8px;
	border: 0px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	margin-bottom: 25px;
}

input{

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus,
textarea:focus,
select:focus {
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	outline-style: none;
}

input.button,
input.button:focus {
    background:#E44447!important;
    border-color:#FF3D40!important;
    padding:10px 30px;
    color:#F3F3F3;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    text-decoration:none;
    font-size:15px;
    transition:.2s ease;
    border-radius:2px;
    width:200px;
    border:0px;
     border-radius:2px;
    cursor: pointer;
    margin-top:25px;
    margin-bottom:30px;
}

input.button:hover {
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    border-color:#FF3D40!important;
    background:#FF3D40 !important;
}

/* captcha */


.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
	font-family: 'Industry', sans-serif;
}

.CaptchaAnswerPanel {
	margin:10px auto;
    width:100%!important;
	padding:2px 0px 2px 0px !important;
}


.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 5px 0;
	padding:8px 0 8px 0 !important;
	font-family: 'Industry', sans-serif;
}
.CaptchaWhatsThisPanel a {color:#5A5A5A;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}


/*===================== 
	footer styles 
=======================*/

.footer-wrap{
    width:100%;
    background-image:url("../siteart/land.jpg");
     background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
    font-family: 'Industry', sans-serif !important;
}

.top-footer{
    width:90%;
    margin:0 auto;
    color:#F3F3F3;
    padding:40px 0px
}

.top-footer h4{
    font-size:23px;
    color:#F3F3F3
}

.top-footer li{
   list-style: none;
}

.top-footer li a{
    color:#F3F3F3;
    text-decoration:none;
    line-height:1.5;
    transition:.2s ease;
}

.top-footer li a:hover{
    color:#FF3D40;
}

.footer-phone-links{
    color:#F3F3F3!important;
    text-decoration:none;
    transition:.2s ease;
}

.footer-columns two strong{
	font-size: 18px;
	background-color: white;
	color: black;
	
}
.footer-phone-links:hover{
    color:#FF3D40!important
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer-columns{
    float:left;
    margin:20px
}

.fab, .fas{
    color:#5A5A5A;
    transition:all 0.3s ease-in-out;
}

.iphonefoot, .imailfoot, .youtubefoot{
    background-color:#F3F3F3;
    border-radius:5px;
    margin:8px 5px;
    padding:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.fbfoot{
    padding:10px 14px;
    background-color:#F3F3F3;
    border-radius:5px;
    margin:8px 5px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.four span:hover .fab{color:#FF3D40}

.four span:hover .fas{color:#FF3D40}

.one {
    width:15%
}

.two, .four{
    width:25%
}

.three{
    width:20%;
    margin-top:90px;
    text-align:right;
}

.three img{
    width:50%
}

.bottom-footer{
    height:40px;
    padding-top:25px;
    color:#767676
}

.truck-paper{
    color:#767676;
    text-decoration:none;
    transition:.4s ease
}

a.truck-paper:hover{
    color:#FF3D40;
}


/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1550px)  {

.welcome h1{
    line-height:50px;
    font-size:50px
}
    
.welcome-text{
    width:85%;
    margin:20px auto 40px auto
}  
}

@media screen and (max-width: 1600px)  {
    
.parts-section{
    margin-top:40px;
    overflow-x:hidden
}

.parts-column {
  float: left;
  width: 25%;
}
    
.image-part-section{
    float:none;
    width:100%;
    margin-top:0px
}

.parts-info{
    color:#5A5A5A;
    margin-top:50px;
    width:100%
}
    
.main-section-parts{
    margin:65px 55px;
    display:block;
    overflow:auto;
}  

}
    
@media screen and (max-width: 1350px)  {

.main-section-news{
    margin:65px 45px;
}

.top-news h1{
    line-height:60px;
    font-size:50px
}

.fb-section{
    float:none;
    width:100%
}

.news-info{
    float:none;
    width:100%;
    margin:40px 0px;
    color:#5A5A5A
}

.welcome-section{
    margin-bottom:20px
}
    
.welcome-text{
    width:90%;
    margin:20px auto 40px auto
}

.welcome{
    width:80%;
    margin:90px auto
}
    
.welcome h1{
    line-height:40px;
    font-size:40px
}    

.intro-text{
    margin-top:100px;
	}    
    
.intro-text h2{
    font-size:25px;
    line-height:55px
}

.intro-text h1{
    font-size:80px;
    line-height:70px
}

.default-button{
	line-height: 40px;
	height: 40px;
	width: 400px;
}
    
.button-inv span {
    font-size:15px
}
 
.header-wrap {
    height:600px;
}
    
.icon-section{
    position:relative;
    z-index:9;
    margin-top:-200px;
    width:82%;
    left: 50%;
    transform: translateX(-50%);
}    

.main-section-about{
    margin:65px 55px;
}

.top-about h1{
    line-height:60px;
    font-size:50px
}

.about-info{
    float:none;
    width:100%;
    margin:40px 0px;
    color:#5A5A5A
}

.about-images{
    float:none;
    width:100%;
}

.main-section-service{
    margin:65px 55px;
}

.top-service h1{
    line-height:60px;
    font-size:50px
}

.service-info{
    float:none;
    width:100%;
    margin:40px 0px;
    color:#5A5A5A
}

.service-images{
    float:none;
    width:100%;
    text-align:center
}
 
.contact-button{
	line-height: 45px;
	height: 45px;
    text-align:center;
	width: 200px;
	cursor: pointer;
}  
    
.main-section-contact{
    margin:65px 55px;
}
    
.contact-info{
    float:none;
    width:100%;
    margin:40px 0px;
    color:#5A5A5A
}

	.contact-info span {
		background-color: black;
		color: white;
	}
	
.contact-info h5{
    font-size:30px
}

.phone-links-contact{
    color:#5A5A5A;
    text-decoration:none;
    transition:.2s ease;
}


.phone-links-contact:hover{
    color:#E44447
}


.default-map-contact{
    float:none;
    width:100%;
    height:100%;
}

.map-iframe-contact{
    border-radius:7px; 
    margin:25px 0px 20px 10px; 
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    height:300px;
}
    
    
/* mobile nav */	
    
nav.primary ul{display:none;}
    
nav.main-primary ul{display:none;}
    
#menu-button{ 
    width: 90%;
    display: block;
    font-size: 30px;
    position: relative;
    line-height:40px; 
    z-index: 400;
    float:left;
    margin-top:20px
}
    
#menu-button a{
    color:#878787;
    padding:8px 10px;
    text-decoration: none;
    font-weight:normal;
    transition:.3s ease;
    margin-left:30px
}
    
nav.mobile {
    display:block;
    position: fixed;
    top: 0;
    left: -350px;
    width:300px;
    height: 100%;
    background-color:#1E1E1E;
    z-index: 500;
    overflow:hidden;
}

nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size:16px;
    word-spacing:13px;
    padding:0 0 0 5px;
    color: #ccc !important;
}

nav.mobile .mobile_top {
    position: relative;
    display:block;
    padding: 0;
    margin:15px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
}

/* menu 'x' button */
    
nav.mobile .menu-toggle {
    position: absolute;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size:25px;
    font-weight: thin;
    line-height: 1;
    color: #878787;
    text-decoration: none;
    top:0;
    right:10px;
}
    

/* menu list */
    
nav.mobile ul {
    list-style: none;
    font-weight: 300;
    padding-left:0px !important;
}
    
nav.mobile ul li {
    position:relative;
    border-bottom:1px solid #262626
}

nav.mobile ul li a {
    display: block;
    position:relative;
    font-size:15px;
    color:#878787;
    text-decoration: none;
    font-family:'Industry', sans-serif;
    font-weight:100;
     padding: 13px 10px 13px 20px!important;
}
    
nav.mobile span{
    position: absolute;
    display: block;
    z-index:12;
    width:100%;
    height:100%;  
}

nav.mobile ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #262626;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
			
nav.mobile ul li a:hover::before {
   opacity: 1;
	width: 100%;
    color:#878787;
}
nav.mobile ul li .fa-chevron-down {
    color:#878787;
    font-size:10px;
    margin-top:-5px
}
    
.list{
    margin-top:0px!important;
    border-top:1px solid #262626;
    background-color:#262626
}
    
nav.mobile .list li {
    position:relative;
    border-bottom:1px solid #2F2F2F
}
    
nav.mobile .list li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color:#2F2F2F;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
			
nav.mobile .list li a:hover::before {
   opacity: 1;
	width: 100%;
    color:#878787;
}       
}

    
@media screen and (max-width: 1320px)  {
    
.icon-section{
    margin-top:-180px;
}
    
.icon-col:hover {
    margin:15px 0px;
}

    
.icon-col{
    float:none;
    width:100%;
    margin:15px 0px;
    padding-bottom:0px;
}

.aone, .atwo, .athree{height:400px}   
    
 .icon-btn-wrapper{
    width:100%;
    background: rgba(247,45,49,0.7);
    backdrop-filter: blur(10px);
    padding:0px 0px;
    border-bottom: 1px solid #EC3033;
}

.icon-btn-wrapper p{
    color:#f3f3f3;
    font-size:2vw;
    line-height:60px;
}
       
    
.two, .four {width:33%}
    
.one {width:20%}
    
.three{
    width:100%;
    text-align:center
}  
    
.three img{
    width:20%
} 

.phone-section{
    padding:0px 45px 40px 45px;
}    
    
.phone-info{
    float:none;
    width:100%;
    text-align:center;
    margin-top:55px
}

.phone-info h1{
    line-height:60px;
    color:#F3F3F3;
    font-size:50px
}

.default-map{
    float:none;
    width:100%;
} 
    
.main-section-trade{
    margin:65px 55px;
}

.top-trade h1{
    line-height:60px;
    font-size:45px!important
}

.top-parts h1{
    line-height:60px;
    font-size:45px
}    
    
.trade-form{
    margin-top:30px;
    overflow-x:hidden!important
}

.trade-form h5{
   font-size:30px 
}

.trade-form h5 span{
   font-size:15px;
    font-weight:100
}
 
}  

@media screen and (max-width: 1150px)  {  

.tmr-vid{
    float:left;
    width:30%;
    margin:10px;} 
    
.jaylor-logo img{
    width:35%;
}

.harsh-logo img{
    width:44%;
    margin:5px;
    transition:.3s ease
}    
}

@media screen and (max-width: 1000px)  {  

.aone, .atwo, .athree {height:250px}   
    
.icon-btn-wrapper p{
    color:#f3f3f3;
    font-size:3vw;
    line-height:60px;
}
          
 .parts-column {
  float: left;
  width: 50%;
}
    
.about-column img{
  margin:5px
}
    
.icon-border{
    box-shadow:0 0 25px rgba(0,0,0,0.1);
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    width: 15vw;
    height: 15vw;
    margin:30px;
    float:left
}
    
.icon-col img {
    margin:30px;
    width: 60vw;
}

.icon-button{
	line-height: 45px;
	height: 45px;
    text-align:center;
	width: 60%;
    margin:0 auto 20px auto;
	cursor: pointer;
}

.social li{
    padding:8px 8px;
    font-size:15px;
    transition:all 0.3s ease-in-out;
}

.iphone, .imail, .fb, .youtube{
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}

.intro-text{
    float:none;
    margin:30px auto 0 auto;
    position:relative;
    text-align:center;
    padding:0 60px;
}

.default-btn-wrapper { 
	float: none;
    margin:0 auto;
}
    
.default-button{
	line-height: 35px;
	height: 40px;
	width: 410px;
    margin:0 auto
}
    
#second-btn{
	line-height: 45px;
	height: 40px;
	width: 410px;
    margin:10px auto 0px auto
}
        
.footer-columns{
    float:left;
    margin:0 auto;
}
    
.two, .one {width:45%}
    
.four {width:100%;margin:50px 0px 70px 0px}
    
.three{
    width:100%;
    text-align:center
}  
    
.three img{
    width:40%
}    

}

@media screen and (max-width: 900px)  {

.footer-wrap{font-size:12px}
    
.tmr-vid{
    float:left;
    width:45%;
    margin:10px;} 
    
.top-parts a{
    display:block;
    top:10px;
    width: 90px;
}    
        
}

@media screen and (max-width: 700px)  {
.welcome h1{
    line-height:30px;
    font-size:30px
} 
    
.welcome-section{
    margin-bottom:0px
}

.welcome{
    width:78%;
    margin:70px auto
}    

.fb-section-mobile{
    display:block
}
    
.fb-section{display:none} 
    
    
}

@media screen and (max-width: 590px)  {
  
.aone, .atwo, .athree{height:200px}   
    
.icon-btn-wrapper p{
    color:#f3f3f3;
    font-size:4vw;
    line-height:60px;
}
 
.tmr-vid{
    float:left;
    width:100%;
    margin: 0px;}    
   
.welcome h1{
    line-height:25px;
    font-size:25px
} 
    
.welcome-text{
    width:95%;
    margin:20px auto 40px auto
}
   
.intro-text{
    margin-top:50px!important;
     padding:0 40px;
	}    
    
.intro-text h2{
    font-size:20px;
    line-height:35px
}

.intro-text h1{
    font-size:45px;
    line-height:45px
}
    
.video-info h5{
    font-size:20px;
    color: #5A5A5A;
}

.video-section h5{
    font-size:23px;
    color: #5A5A5A;
}        

.default-button{
	line-height: 30px;
	height: 30px;
	width: 330px;
}
  
#second-btn{
	line-height: 30px;
	height: 30px;
	width: 330px;
}
          
.button-inv span {
    font-size:12px
}
    
.icon-button{
	line-height: 40px;
	height: 35px;
    text-align:center;
	width: 50%;
}

.button-icon span{
	font-size:13px	
}    
     

.header-wrap {
    height:400px;
}
    
.intro-text{
    margin-top:40px;
	}    

.icon-section{
    margin-top:-50px;
    width:82%;
}    

.logo-wrap{
    margin-left:10px;
    margin-top:20px
}
    
    
.logo-wrap img{
   width:70px;
    margin-bottom:10px
}

 .navigation {
    margin-right:10px
}       
    
}
  
    
@media screen and (max-width: 450px)  {
    
.parts-info-links a{font-size:15px!important}     

h1{font-size:35px!important;line-height:35px!important}    
.top-trade h1{font-size:35px!important;line-height:35px!important}    
    
.btn-align{float:none;width:100%}    
    
.prod-logo-section{
    width:70%;
}    
    
.default-button{
	line-height: 25px;
	height: 30px;
	width: 260px;
}
  
#second-btn{
	line-height: 35px;
	height: 30px;
	width: 260px;
}
          
.button-inv span {
    font-size:10px
}    
    
.button-product span {
    font-size:12px
}       
 
    
.icon-button{
	line-height: 40px;
	height: 30px;
	width: 50%;
}
    
.footer-columns h4{font-size:20px}  
    
.bottom-footer{font-size:11px;}

.one, .two{width:46.5%}  
    
.footer-wrap{
    width:100%;
    background-image:url("../siteart/land.jpg");
     background-attachment:inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
    font-family: 'Industry', sans-serif !important;
} 

}  
    
