﻿<strong></strong>/*===================== 
	Color information
	
	
	red #ce322a
	black #181718
	tan #a8a090
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Rajdhani', sans-serif; 
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-family: 'Rajdhani', sans-serif;
		font-size: 28px;
		font-weight: 700;
}
	h2 {
		font-family: 'Rajdhani', sans-serif;
		font-size: 20px;
		font-weight: 700;
}
	h3 {}
	h4 {}
	h5 {}
	h6 {}

p {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	margin: 0;
	line-height: 30px;	
	letter-spacing: 2px;
	}

.bold {
    font-weight: bold;
	}
.font-center {
	text-align: center;
}
.img-center {
	margin:0 auto;
}
.font-left {
	text-align: left;
}
.font-white {
	color:#fff;
}

.font-red {
	color:#ce322a;
}
.red-bg {
	background:#ce322a;
}
.box-header {
	color: #fff;
	background: #7E786E;
	padding: 10px 50px;
	margin: 0 0 15px 0;
	display: inline-block;
}
.btn-1 {
    font-family: 'Montserrat', sans-serif;
    display: block;
	margin:15px auto;
    min-width: 180px;
	width:20%;
    padding: 10px;
    color: #fff!important;
    font-size: 15px;
	font-weight: 400;
    text-align: center;
	transition: .2s ease-in;
    background-image: -webkit-linear-gradient(270deg,rgba(43,41,43,1.00) 0%,rgba(24,23,24,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(43,41,43,1.00) 0%,rgba(24,23,24,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(43,41,43,1.00) 0%,rgba(24,23,24,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(63,61,63,1.00) 0%,rgba(24,23,24,1.00) 100%);	
	border:none;
	outline: none;
    cursor: pointer;
	white-space: nowrap;
}
.btn-1 i {
	transform:translateX(10px);
	transition: .3s ease-in;
}
.btn-1:hover {
	color: #a8a090!important;
    background-image: -webkit-linear-gradient(180deg,rgba(24,23,24,1.00) 0%,rgba(43,41,43,1.00) 100%);	
    background-image: -moz-linear-gradient(180deg,rgba(24,23,24,1.00) 0%,rgba(43,41,43,1.00) 100%);	
    background-image: -o-linear-gradient(180deg,rgba(24,23,24,1.00) 0%,rgba(43,41,43,1.00) 100%);	
    background-image: linear-gradient(180deg,rgba(24,23,24,1.00) 0%,rgba(63,61,63,1.00) 100%);
	box-shadow: 0 0 10px 5px rgba(255,255,255,0.1);
}
.btn-1:hover i {
	transform: rotate(180deg);
	
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;

		}  

/*===================== 
	header styles 
=======================*/

.feedback-wrap {
	width:100%;
	background:#767166;
	visibility: visible;
  	opacity: 1;
}
.feedback-wrap .container-1 {
	position: relative;
	padding:15px 35px;
}
.feedback-wrap p {
 	text-align: center;
	color:#fff;
}

.feedback-wrap .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.feedback-wrap .close-popup:hover {
  color: #000;
}
.header-wrap {
	width: 100%;
	margin: 0;
	}

header {
	width:100%;
    padding:0 30px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.head-logo-1 {
	padding:10px;
}
.head-logo-1 img {
	max-width: 350px;
	width: 100%;
	height: auto;
	display: block;
}
.head-search-1  {
    margin-bottom:20px;
}
.head-search-1 form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:#fff;
    border:2px solid #000;
    padding:5px;
    box-sizing: border-box;
    width:100%;
}
.head-search-1 input {
    width:calc(100% - 40px);
    background:none;
    border:0px!important; 
    outline:none;
    padding:10px;
}
.head-search-1 button {
    font-size: 20px;
    color:#000;
    background:none;
    border:0px!important; 
    outline:none;
    cursor: pointer;
}
.head-search-1 button:hover {
    color:#ce322a;
}
.head-search-1 p {
    max-width: 900px;
    padding:5px 0;
    color: #ce322a;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
}
.head-info-1 ul {
	padding:0;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.head-info-1 ul li {
	padding:10px 5px;
	margin:0;
	list-style: none;
	display: flex;
	align-items: center;
}
.head-info-1 ul li a {
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color:#ce322a!important;
	padding:0 10px;
}
.head-info-1 ul li a:hover {
	color:#a8a090!important;
}
.head-icon-1 {
	font-size: 16px;
	font-weight: 400;
	color:#181718;
	border:2px solid #181718;
	height: 28px;
	width:28px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.phone-icon-1 {
	transform: scaleX(-1);
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	width:100%;
	position:relative;
	background: #ce322a;
    z-index: 40000000;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				font-family: 'Rajdhani', sans-serif; 
				color: #fff;
				font-size: 1.2vw;
				text-decoration: none;
				padding: 20px 1.1vw;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .1s ease-in;
				-moz-transition: .1s ease-in;
				-o-transition: .1s ease-in;
				transition: .1s ease-in;
				font-weight: 700;
				}	
			nav.primary ul li a:hover {
				background: #a8a090;
				color:#181718;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181718;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
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;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-sub-cat-1 {
	width:100%;
	height: auto;
	margin:0 auto;
	position: relative;
	top:-3vw;
	z-index: 100;
	padding:0 20px;
	box-sizing: border-box;
}
.sub-cat-cont-1 {
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	background:url("../siteart/btn-bg-1.jpg") center no-repeat;
	background-size: cover;
	 background-attachment: fixed;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sub-cat-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width:33.33%;
	height: 12vw;
	background: rgba(168,160,144,0.82);
	transition: .2s ease-in;
}
.sub-cat-btn h1 {
	font-size: 3vw;
	color:#fff!important;
}
.sub-cat-btn:hover {
	background: rgba(24,23,24,0.67);
}
.about-header-1 {
	letter-spacing: 2px;
}
.about-cont-1 {
	color:#181718;
	padding:20px 0;
	margin:0 auto;
}
.about-cont-1 a {
	color:#181718;
}
.about-cont-1 a:hover {
	color:#a8a090;
}
.about-cont-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}
.about-contact-1 {
	padding:10px;
}
.about-contact-1 h2 {
	color:#fff;	
}
.about-contact-1 ul {
	padding:0;
	margin:0;
}
.about-contact-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
	color:#fff;
}
.about-contact-1 ul li a  {
	color:#fff!important;
}
.about-contact-1 ul li a:hover {
	color:#a8a090!important;
}
.about-col-1-2 {
	width:49%;
}
.about-col-1-4 {
	width:23%;
}
.about-col-1-4 img {
    margin:0 auto;
    width:100%;
    max-width: 120px;
    height: auto;
    display: block;
}
.about-col-1-4 p {
	font-size: 12px;
    text-align: center;
}
.about-col-1-2 img {
	margin:0 auto;
    width:100%;
    max-width: 160px;
    height: auto;
    display: block;
}
.about-col-1-2 p {
	font-size: 12px;
}
.promo-row-1 {
    width:calc(100% - 540px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
		
}
.promo-row-1 h2 { 
	width:100%;
	text-align: center;
}
.promo-cont-1 {
	padding:10px;
	width:48%;
	box-sizing: border-box;
	border:1px solid #000;
	transition: .2s ease-in;
	display: flex;
	flex-direction: column;
/*	justify-content: space-between;*/
	gap:10px;
}
.promo-cont-1 h3 {
	text-align: center;
	font-size: 20px;
	color:#000!important;
}
.promo-cont-1 img {
	width:100%;
	max-width: 100%;
	height: auto;
	display: block;
    margin:0;
}
.promo-cont-1:hover {
	opacity: 0.7;
}
.fb-cont-1 {
	width: 500px;
}
.vendor-cont-1 {
	display: flex;
	flex-wrap: wrap;
	gap:10px 6px;
	padding-top:30px;
}
.brand-link-1 {
	width:calc(20% - 5px);
	padding:10px;
	box-sizing: border-box;
	border:1px solid #000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:20px 5px;
}
.brand-link-1 img {
	display: block;
	width:100%;
	height: 70px;
	margin:0 auto;
	max-width: 250px;
	object-fit: contain;
	object-position: center;
}
.vendor-btn-cont-1 {
	display: flex;
	gap:5px;
}
.brand-link-1 a {
	background:#ce322a;
	width:50%;
	flex-grow: 1;
	padding:5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	transition: .2s ease-in;
}
.brand-link-1 a:hover {
	background:#000;
}
.banner-wrap-1 {
	width:100%;
	padding:10px 0;
	box-sizing: border-box;
	border-bottom: 5px solid #a8a090;
	border-top: 5px solid #a8a090;
}
.banner-wrap-1 .brand-link-1, .old-vendor-cont .brand-link-1  {
	margin: 15px auto;
	padding: 0 10px;
	box-sizing: border-box;
	max-width: 180px;
	width:100%;
	border:0px;
	
	
}
.banner-wrap-1 .brand-link-1 img, .old-vendor-cont .brand-link-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}
.banner-wrap-1 p {
	color: #ce322a;
  text-align: center;
}

.map-cont-1 {
	width:100%;
	padding:20px 10px;
	box-sizing: border-box;
}
.finance-btn-1 {
	padding:10px;
	background:#a8a090;
	border:1px solid #a8a090;
	display: block;
	max-width:300px;
	width:100%;
	margin:0 auto;
	color:#fff!important;
	box-sizing: border-box;
}
.finance-btn-1:hover {
	color:#a8a090!important;
	background:#fff;

}

.wrap-customer-review {
    border-bottom: 5px solid #a8a090;
    border-top: 5px solid #a8a090;
}
.wrap-customer-review .cust-review-info {
    font-size: 12px;
    line-height: normal;
}
.wrap-customer-review .cust-review-rate {
    font-size: 18px;
    color:#a8a090;
    padding:20px 0 0 0;
}
.wrap-customer-review h2 {
    font-size: 28px;
    color:#ce322a;
    text-align: center;
    padding:0 0 20px 0;
}
.wrap-customer-review h3 {
    font-size: 22px;
    color:#767166;
}

/* calculator style */

.calc-pop-up-cont {
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 90%;
	max-width: 1050px;
	position: absolute;	
	top:20%;
	left:0px;
	right: 0px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.4);
	transition: all 5s ease-in-out;
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.calc-pop-up-cont:target {
  visibility: visible;
  opacity: 1;
}
.calc-pop-up-cont .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.calc-pop-up-cont .close:hover {
  color: #000;
}

.financial-calc {
	background:#fff;
	width:100%;
	height:380px;
}     
     
.calculator h5 {
    color:#000;
    font-size:2em;
    font-weight:normal;
    margin-bottom:0;
}  

.button-flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:15px 0;
	padding-top:20px;
}
.button-flex-cont-1 a {
	width:24%;
	margin: 0;
  	box-sizing: border-box;
}

/* scroll to top style */

.scrollToTop {
	bottom:25px;
	right:25px;
	z-index:16777269;
	padding-top:5px;
	padding-bottom:5px;
	display:none;
	position:fixed;
	opacity:.8;
	
}
.scrollToTop a {
 	text-decoration:none;
 	line-height:150%;
 	padding:5px 12px;
 	opacity:.8;
 	display:block;
 	background:#000;
	font-size:14px;
	text-align:center;
	color:#fff;
	z-index:16777269;
}
.scrollToTop a:hover {
	box-shadow:0 0 5px 0 rgba(0,0,0,.5)
}





/*===================== 
	slideshow styles 
=======================*/

.wrap-slideshow {
	width:100%;
	height: auto;
	position: relative;	
}

.cycle-slideshow {
	width:100%;
	height: auto;
}
.slide-cont-1 {
	width:100%;
	height: auto;
	position: relative;
}
.slide-cont-1 img {
	width:100%;
	height: auto;
	display: block;
}
.slide-cont-1 h1 {
	font-size: 4vw;
	text-align: center;
	width:70%;
	display: block;
	position: absolute;
	left:0;
	right:0;
	top:40%;
	z-index: 100;
	margin:0 auto;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.hero-overlay-2 h1 {
	font-size: 4vw;
	line-height: 3.8vw;
	text-align: center;
	width: 80%;
	top: auto;
	bottom: 40%;
	color: #fff;
}
.hero-overlay-3 h1 {
	font-size: 4vw;
	text-align: center;
	width:70%;
	top:15%;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#prev {
	position: absolute;
	z-index: 100;
	font-size: 40px;
	top: calc(50% - 30px);
	color:#181718;
	opacity: 0.2;
	transition: .1s ease-in;
	left:20px;
}
#next {
	position: absolute;
	z-index: 100;
	font-size: 40px;
	top: calc(50% - 30px);
	color:#181718;
	opacity: 0.2;
	transition: .1s ease-in;
	right:20px;
}

#prev:hover, #next:hover {
	opacity: 0.9;
}

/*===================== 
	slick slider
=======================*/

.slick-list {
  cursor: grab;
}

.cust-review-cont-1 {
    padding:20px 30px;
    box-sizing: border-box;
    text-align: center;
}

.slick-slider {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.slider-review .slick-prev {
    position: absolute;
    top: calc(50% - 40px);
    z-index: 200;
    left: -40px;
    font-size: 32px;
    color: #000;
    padding:10px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.slider-review .slick-next {
    position: absolute;
    top: calc(50% - 40px);
    z-index: 200;
    right:-40px;
    font-size: 32px;
    color: #000;
    padding:10px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.slider-review .slick-prev:hover, .slider-review .slick-next:hover {
     color:#ce322a;   
}
.slider-review a {
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-review .slick-slide img {
  display: block;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.slider-review .slick-dots {
    margin: 20px auto 5px auto;
    padding:0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.slider-review .slick-dots li {
    margin:5px;
    padding:0;
    list-style: none;
}
.slider-review .slick-dots li button {
    display: block;
    font-size: 0;
    width:10px;
    height: 10px;
    border-radius: 100%;
    border:0px;
    background:#000;
}
.slider-review .slick-dots li button:hover {
    opacity: 0.7;
}
.slider-review .slick-dots .slick-active button {
    background:#ce322a;
}

/*===================== 
	Banner styles 
=======================*/

.banner-wrap {
	width:100%;
	padding:10px 0;
	box-sizing: border-box;
	border-bottom: 5px solid #a8a090;
	border-top: 5px solid #a8a090;
}


.banner-wrap .container-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:20px;
	padding:10px 20px;
}
.baner-header {
	width: 100%;
	text-align:center;
}
.banner-wrap h2 {
	color: #fff;
	background: #767166;
	padding: 10px 50px;
	margin: 0 0 15px 0;
	font-family: 'Rajdhani', sans-serif;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
}
.banner-wrap p {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color:#ce322a;
}

.banner-wrap .btn-1{
	padding:10px 20px;
	width: auto;
	margin:0;
	
}




/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Rajdhani', sans-serif; 
}

select {
	margin:0;
	padding:0;
}


.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 





/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1400px;
	margin: 0 auto;
	padding:20px 10px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 1400px;
	margin: 0 auto;
	padding:50px 10px;
	box-sizing: border-box;
	}
.container-thank {
	max-width: 1400px;
	margin: 0 auto;
	padding:50px 10px 20% 10px;
	box-sizing: border-box;
}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.flex-cont-2 {
	display: flex;
	justify-content: space-around;	
	flex-wrap: wrap;
}
.flex-cont-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	align-items: center;
}
.flex-cont-4 {
	display: flex;
	flex-wrap: wrap;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-5 { width: 39%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}
.col-4-5 { width: 79%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#181718;
	font-size: 13px;
	color:#a8a090;
	}
footer p {
	font-size: 13px;
	color:#a8a090;
}
	
footer ul {
	margin:0;
	padding:0;
}
footer ul li {
	font-family: 'Rajdhani', sans-serif; 
	margin:0;
	padding:5px 0 0 0;
	list-style: none;
	color:#fff;
	font-size: 14px;
}
footer ul li a {
	color:#fff!important;
}
footer ul li a:hover {
	color:#a8a090!important;
}
.foot-social-1 {
	display: block;
	font-size: 20px;
	color:#fff!important;
	padding:30px 0 0 0;
}
.foot-social-1:hover {
	color:#a8a090!important;
}

a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #a8a090;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #a8a090;
		}

.footertext {
	font-size:13px; 
	color:#a8a090;
	}

.smallfootertext {
	font-size:10px; 
	color:#a8a090;
	}

.divfooter {
	max-width:490px; 
	text-align:left; 
	}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1400px)  {
    .head-logo-1 {
      width: calc(100% - 1000px);
    }
}

@media screen and (max-width: 1255px)  {
    .head-logo-1 {
      width:auto;
    }
	.head-logo-1, .head-info-1 {
		margin:0 auto;
	}
}

@media screen and (max-width: 1200px) {
	.flex-cont-2 {
		flex-wrap: wrap;
	}
	.button-flex-cont-1 a {
		width:49%;
	}
}
@media screen and (max-width: 1140px)  {
	.financial-calc {
		height: 640px;
	}
    .promo-row-1 {
        width:100%;
    }
    .fb-cont-1 {
      margin:50px auto;
    }
	.vendor-cont-1 {
		gap:10px 5px;
	}
	.brand-link-1 {
		width:calc(25% - 4px);
	}
}

@media screen and (max-width: 950px)  {
	.vendor-cont-1 {
		gap:10px 6px;
	}
	.brand-link-1 {
		width:calc(33.3333% - 4px);
	}
}

@media screen and (max-width: 900px)  {

	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 40000; /* needs to be lower than nav.mobile, adjust as needed */
		background: #ce322a;
		text-align: center;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 0; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #181718;
		z-index: 400000; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		font-weight: 600;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #ce322a solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #a8a090;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#ce322a; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
    
    .grid figure{width: 49%;}
	
	.wrap-sub-cat-1 {
		position: static;
		padding:0;
	}
	.sub-cat-cont-1 {
		width: 100%;
	}
	.sub-cat-btn {
		width: 100%;
		height: 150px;
	}
	.sub-cat-btn h1 {
		font-size: 30px;
	}
	#prev, #next {
		display: none;
	}
	.about-cont-1 img {
		margin:0 auto;
	}
	.col-1-3 {
		width:100%;
	}
	footer .col-1-3 {
		padding:0 0 10px 0;
	}
	.col-2-5, .col-1-4 { width: 49%;}
	.col-1-5 {width: 100%;}
	.about-cont-1 .mobile-hide {
		display: none;
	}
	.about-cont-1 {
		width:49%;
		text-align: center;
	}
}


@media screen and (max-width: 760px)  {
    .slick-slider {
        width: 100%;
    }

    .slider-review .slick-prev, .slider-review .slick-next {
        display: none!important;
    }
    .cust-review-cont-1 {
      padding: 20px 0px;
    }
	.vendor-cont-1 {
		gap:10px 8px;
	}
	.brand-link-1 {
		width:calc(50% - 4px);
	}
	.button-flex-cont-1 a {
		width:100%;
	}
}

@media screen and (max-width: 600px)  {
	.box-header {
		padding: 10px 0px;
		margin: 0 0 15px 0;
		display: block;
	}
	.col-1-2, .col-2-5, .col-1-4 { width: 100%; box-sizing:border-box;}
	.about-cont-1 {
		width:100%;
	}
	.fb-cont-1 {
		width: 100%;
	}
}
@media screen and (max-width: 540px)  {

	.brand-link-1 {
		width:100%;
	}
	.promo-cont-1 {
		width:100%;
	}
}
@media screen and (max-width: 300px)  {
	.sub-cat-btn h1 {
		font-size: 11vw;
	}
	.btn-1 {
		min-width: auto;
		width: 80%;
		font-size: 5vw;
	}

	
}

