﻿/*===================== 
	Color information
	
	blue #2483c2
    grey #404040
    lt grey #f3f3f3
		 
=======================*/
/*===================== 
	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: 'Lato', 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: 'Orbitron', sans-serif;
        font-size: 30px;
        font-weight: 700;
}
	h2 {
        font-family: 'Orbitron', sans-serif;
        font-size: 28px;
        font-weight: 700;
}
	h3 {
        font-family: 'Orbitron', sans-serif;
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-family: 'Orbitron', sans-serif;
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
	margin: 0;
    line-height: 1.5;
	}

.bold {
    font-weight: bold;
	}
.sml-header {
    font-size: 22px;
}
.font-blue {
    color:#2483c2;
}


/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #404040;
		}  
p a {
    color:#2483c2!important;
    font-weight: 700;
}
p a:hover {
    color: #404040!important;
}
.btn-1 {
    display: block;
    max-width: 250px;
    width:100%;
    box-sizing: border-box;
    color:#fff!important;
    background:#2483c2;
    clip-path: polygon(0% 0%,calc(100% - 15px) 0%,100.00% 50.00%,calc(100% - 15px) 100%,0% 100%);
    padding:10px 25px 10px 10px;
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin:20px 20px 20px 0;
    transition: .2s ease-in;
    outline:none;
    border:0px;
    cursor: pointer;
}
.btn-1 span {
    font-size: 18px;
    font-weight: 300;
}
.btn-1:hover {
    background:#404040;
    clip-path: polygon(0% 0%,100% 0%,100.00% 50.00%,100% 100%,0% 100%);
}


/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	}

header {
	margin: 0 auto;
	width:100%;
    display: flex;
    justify-content: space-between;
	}
.head-logo-cont {
    width:calc(50% - 255px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding:10px 20px;
    background:#fff;
    box-sizing: border-box;
}

.head-logo-1 img {
	max-width: 340px;
    width:100%;
	height: auto;
	display: block;
}
.head-logo-cont ul {
    padding:0 30px;
    margin:0;
}
.head-logo-cont ul li {
    padding:10px 0;
    margin:0;
    list-style: none;
    text-align: center;
}
.head-logo-cont ul li a {
    font-size: 27px;
    color:#2483c2;
    transition: .2s ease-in;
}
.head-logo-cont ul li a:hover {
    color:#404040;
}

.head-nav {
    width:calc(50% + 255px);
    background:#2483c2;
    padding:0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.top-nav {
    max-width:960px;
    width:100%;
    display: flex;
    justify-content: flex-end;
}
.top-nav ul {
    display: flex;
    gap:30px;
    padding:15px 0;
    margin:0;
}
.top-nav ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.top-nav ul li a {
    font-family: 'Orbitron', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color:#fff;
    transition: .2s ease-in;   
    letter-spacing: .3px;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
    max-width:960px;
    width:100%;
    display: flex;
    justify-content: flex-end;
	margin:0;
	position:relative;
    padding:0;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
        display: flex;
        border-top:2px solid #000;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
            transition: .1s ease-in;
			}
			nav.primary ul li a {
                font-family: 'Lato', sans-serif;
				color: #fff;
				font-size: 17px;
				text-decoration: none;
				padding: 15px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				transition: .1s ease-in;
				font-weight: 700;
				}	
			nav.primary ul li:hover a {
				color:#2483c2;
				}
            nav.primary ul li:hover {
				background: #fff;
				color:#2483c2;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				padding:10px 15px;
				color:#fff!important;
				background: #404040;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
                background: #fff;
				color:#2483c2!important;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
    z-index: 300;
}
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: auto;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.sub-cat-cont-1 {
    max-width: 1400px;
	margin: 0 auto;
	padding:40px 20px;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sub-cat-cont-1 a {
    width:24%;
    background:#2483c2; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .2s ease-in;
    margin:30px 0;
}
.sub-cat-ico {
    clip-path: polygon(0% 0%,calc(100% - 20px) 0%,100.00% 50.00%,calc(100% - 20px) 100%,0% 100%);
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:15px 30px 15px 20px;
    box-sizing: border-box;
    height: 100%;
    transition: .2s ease-in;
}
.sub-cat-ico img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: .1s ease-in;
}
.sub-cat-cont-1 p {
    font-family: 'Orbitron', sans-serif;
    color:#fff!important;
    font-size: 17px;
    font-weight: 700;
    width:100%;
    text-align: center;
    text-transform: uppercase;
}
.sub-cat-cont-1 a:hover {
     background:#404040;
}
.sub-cat-cont-1 a:hover .sub-cat-ico {
    background:#2483c2; 
     clip-path: polygon(0% 0%,100% 0%,100.00% 50.00%,100% 100%,0% 100%);
}
.sub-cat-cont-1 a:hover img {
    filter: brightness(0) invert(1); 
}

.wrap-about-home {
    width:100%;
    background-repeat: no-repeat;
    background-position: center left;
    display: flex;
    justify-content: flex-end;
    background-size: cover;
}
.about-cont-1 {
    width:calc(50% + 150px);
    clip-path: polygon(150px 0%,100% 0%,100% 100%,150px 100%,0% 50%);
    background:#f3f3f3;
    padding:175px 20px 175px 150px;
    box-sizing: border-box;
}
.about-info-1 {
    max-width: 700px;
    width:100%;
}
.about-info-1 h1 {
    padding:0 0 15px 0;
    margin:0 0 15px 0;
    border-bottom:1px solid #2483c2;
}

.brands-cont-1 {
    max-width: 1400px;
    margin: 0 auto;
    padding:50px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    align-items: center;
    gap:2.5%;
}
.brands-cont-1 div {
    width:18%;  
}
.brands-cont-1 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}


.wrap-content {
    width:100%;
    background-repeat:no-repeat;
    background-position:center right;
    background-size: cover;
}
.content-cont-1 {
    width:calc(50% + 150px);
    clip-path: polygon(0% 0%,calc(100% - 150px) 0%,100.00% 50.00%,calc(100% - 150px) 100%,0% 100%);
    background:#f3f3f3;
    padding:175px 150px 175px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}
.content-info-1 {
    max-width: 700px;
    width:100%;
}
.content-info-1 h1 {
    padding:0 0 15px 0;
    margin:0 0 15px 0;
    border-bottom:1px solid #2483c2;
}
ul.contact-list {
    padding:20px 0;
    margin:0;
}
ul.contact-list li {
    padding:10px 0;
    margin:0;
    list-style: none;
    font-size: 22px;
}
ul.contact-list li span {
    font-weight: 600;
    font-size: 26px;
}
ul.contact-list li a {
    color:#000;
}
ul.contact-list li a span {
    color:#2483c2;
    font-size: 22px;
}
ul.contact-list li a:hover {
    color:#404040;
}
ul.bullet-list  ul {
    padding:10px 0;
    margin:0;
}
ul.bullet-list ul li {
    font-size: 20px;
}
.info-cont-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.info-col-1 {
    width:48%;
    margin:30px auto; 
}
.test-cont-1 {
    display: flex;
    flex-wrap: wrap;
    gap:2%;
}
.test-col {
    width:48%;
    border:1px solid #2483c2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px;
    box-sizing: border-box;
    margin:20px 0;
    background:#fff;
}
.support-cont-1 {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
    border:1px solid #2483c2;
    padding:20px;
    box-sizing: border-box;
    margin:20px 0;
}
.support-cont-1 h2 {
    width:100%;
    color:#2483c2;
}
.support-cont-1 a {
    display: flex;
    gap:10px;
    align-items: center;
}
.finance-banner-1 {
    background:#f3f3f3;
    text-align: center;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.finance-banner-1 p {
    font-size: 24px;
}
.finance-banner-1 .btn-1 {
    margin:0px;
}


/*===================== 
	slideshow styles 
=======================*/
.wrap-slider {
    width:100%;
    position: relative;
}
.slider-hero {
    width:100%;
    height: auto;
}
.slider-hero div {
    width:100%;
    height: auto;
}
.slider-hero div img {
    width:100%;
    height: auto;
    max-height: calc(100vh - 310px);
    min-height: 500px;
    object-fit: cover;
    
}
.slider-overlay {
    position: absolute;
    width:50%;
    left:0;
    top:0;
    height: 100%;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background:rgba(255,255,255,0.8);
    clip-path: polygon(0% 0%,calc(100% - 255px) 0%,100.00% 50.00%,calc(100% - 255px) 100%,0% 100%);
}
.slider-overlay-cont-1 {
    width:100%;
    max-width: 700px;
    padding:0 130px 0 0;
    box-sizing: border-box;
}
.slider-overlay-cont-1 .overlay-head-1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 32px;
    padding:0 0 5px 0;
    font-weight: 400;
    color:#000;
    text-transform: uppercase;
    display: block;
}
.slider-overlay-cont-1 .overlay-head-2 {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 43px;
    font-weight: 800;
    padding:5px 0 0 0;
    border-top:2px solid #2483c2;
    color:#000;
    text-transform: uppercase;
}
.overlay-search {
    padding:30px 0;
}
.home-search {
    background:rgba(0,0,0,0.6);
    display: flex;
    justify-content: space-between;
}
.home-search input {
    font-family: 'Orbitron', sans-serif;
    background:rgba(0,0,0,0.0);
    color:#fff;
    padding:10px;
    font-size: 14px;
    width:100%;
    border:0;
    outline:none;
    letter-spacing: 1px;
}
.home-search input::placeholder {
    opacity: 1;
}
.home-search button {
    font-family: 'Orbitron', sans-serif;
    background:rgba(0,0,0,0.0);
    color:#fff;
    font-size: 20px;
    padding:0 10px;
    border:0;
    outline:none;
    cursor: pointer;
    transition: .2s ease-in;
}
.home-search button:hover {
    color:#2483c2;
}
.overlay-btn-cont-1 {
    display: flex;
    flex-wrap: wrap;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-wrap {
    background:#404040;
}
.form-wrap h2 {
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #2483c2;
}
.form-wrap p {
    color:#fff;
    text-align: center;
}
.form-info-cont h3 {
    color:#f3f3f3;
    padding:20px 0 10px 0;
}
.form-info-cont {
	width: 100%;
    max-width: 600px;
	box-sizing: border-box;
    margin:0 auto;
}
.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;
    display: flex;
    align-items: center;
    gap:5px;
}
.radio-pad input {
    margin:0!important;   
}
.radio-pad label {
    font-family: 'Lato', sans-serif;
    color:#fff;
}
.form-info-cont p {
    text-align: left;
    padding:0 0 5px 0;
}
.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;
    font-family: 'Lato', sans-serif;
}
.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: 'Lato', sans-serif;
}
.CaptchaMessagePanel {
    color:#fff;
}
select {
	margin:0;
	padding:0;
}

.form-inline .btn-1 {
    margin:0 auto;
}

.form-inline .btn-1:hover {
    background: #fff;
    color:#2483c2!important;
}

.CaptchaImage {
  max-width: 100%;
}

.CaptchaWhatsThisPanel a {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1400px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 1400px;
	margin: 0 auto;
	padding:70px 20px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1400px;
	margin: 0 auto;
	padding:60px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.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-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
.top-footer {
    width:100%;
    background-image: url("../siteart/foot-img-1.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
.foot-cont-1 {
    width:50%;
    clip-path: polygon(0% 0%,calc(100% - 150px) 0%,100.00% 50.00%,calc(100% - 150px) 100%,0% 100%);
    background:#f3f3f3;
    padding:125px 100px 125px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}
.foot-nav-1 {
    max-width: 600px;
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.foot-nav-col-1 {
    width:32%;
}
.foot-nav-col-1 h4 {
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color:#2483c2;
}
.foot-nav-col-1 ul {
    padding:5px 0 20px 0;
    margin:0;
}
.foot-nav-col-1 ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    font-size: 17px;
    font-weight: 600;
    color:#000;
}
.foot-nav-col-1 ul li a {
    font-family: 'Lato', sans-serif;
    color:#000;
    text-transform: uppercase;
}
.foot-nav-col-1 ul li a:hover {
    color:#404040;
}

.bottom-foot {
    background:#404040;
    padding:40px 0;
}
.bottom-foot .container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.foot-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}
.bottom-foot .container-1 ul {
    display: flex;
    padding:15px 0;
    margin:0;
    gap:15px;
}
.bottom-foot .container-1 ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.bottom-foot .container-1 ul li a {
    font-size: 40px;
    color:#2483c2;
    transition: .2s ease-in;
}
.bottom-foot .container-1 ul li a:hover {
    color:#fff;
}


/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1500px)  {
    .slider-overlay {
        max-width: 725px;
        width:98%;
        clip-path: polygon(0% 0%,calc(100% - 150px) 0%,100.00% 50.00%,calc(100% - 150px) 100%,0% 100%);
    }
}


@media screen and (max-width: 1450px)  {
    .foot-cont-1 {
        width: 95%;
        max-width: 720px;
    }
    .top-footer {
        background-position: center;
    }
    .content-cont-1 {
        width: 95%;
        max-width: 800px;
        padding: 75px 150px 75px 20px;
    }
}
@media screen and (max-width: 1400px)  {
    nav.primary ul li a {
        font-size: 1.14vw;
        padding: 15px 1vw;
    }
    nav.primary ul li li a { 
        font-size: 1.25vw;
    }
}
@media screen and (max-width: 1330px)  {
    .head-logo-cont {
      width: 370px;
    }
    .head-logo-cont ul li a {
      font-size: 24px;
    }
    .head-nav {
      width: calc(100% - 370px);
    }
}
@media screen and (max-width: 1250px)  {


    .sub-cat-cont-1 a {
        width:48%;
    }
    
}
@media screen and (max-width: 1100px)  {
    .top-nav ul li a {
      font-family: 'Orbitron', sans-serif;
      font-size: 13px;
    }
    .head-logo-cont {
      width: 300px;
    }
    .head-nav {
      width: calc(100% - 300px);
    }
    .head-logo-cont ul li a {
      font-size: 20px;
    }
}

@media screen and (max-width: 1000px)  {
   .top-nav ul li a span {
      display: none;
    } 
    .brands-cont-1 {
        gap:2%;
    }
    .brands-cont-1 div {
        width:32%;  
        margin:20px auto;
    }
}

@media screen and (max-width: 900px)  {
    
    .head-logo-cont {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding:20px;
    }
    .head-logo-cont ul {
        display: flex;
        gap:15px;
        flex-wrap: wrap;
        padding-top:10px;
    }
    .head-logo-cont ul li a {
      font-size: 24px;
    }
    .head-nav {
      display: none;
    }

	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: flex;
        justify-content: flex-end;
		position: relative;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #2483c2;
	}
    #menu-button .menu-toggle {
        background:#fff;
        display: flex;
        justify-content: center;
        clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
        font-size: 25px;
        padding:10px 20px 10px 30px;
        color:#2483c2!important;
        transition: .2s ease-in;
      }
    #menu-button .menu-toggle.clicked {
        clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,0% 50%);
        font-size: 25px;
        padding:10px 20px 10px 30px;
      }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #404040;
		z-index: 500; /* 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:flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
		padding:15px 20px;
        box-sizing: border-box;
		color: #999;
        background:#2483c2;
	}
    nav.mobile .mobile_top a {
        color:#fff;
    }

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		padding: 3px 8px 3px;
        font-size: 18px;
        font-weight: 400;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		border:1px solid #fff;
		color: #fff;
		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 {
        font-family: 'Lato', sans-serif;
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		border-left:4px #333 solid;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #2483c2 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: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		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:#1B1B1B; 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;}
    .brands-cont-1 div {
        width:48%;  
    }
    
    .info-col-1 {
        width:100%;
    }

}
	

@media screen and (max-width: 790px)  {
    
    .col-1-2 {
        width:100%;
    }
    h1 {
      font-size: 26px;
    }
    h2 {
      font-size: 24px;
    }
    h3 {
      font-size: 20px;
    }
    h4 {
      font-size: 18px;
    }
    h5 {
      font-size: 16px;
    }
    p {
      font-size: 14px;
    }
    .btn-1 {
         font-size: 16px;   
    }
    .btn-1 span {
      font-size: 14px;
    }
    .slider-overlay {
      clip-path: polygon(0% 0%,85% 0%,100.00% 50.00%,85% 100%,0% 100%);
    }
    .slider-overlay-cont-1 .overlay-head-1 {
        font-size: 4.1vw;    
    }
    .slider-overlay-cont-1 .overlay-head-2 {
        font-size: 5.0vw;
    }
    .slider-overlay-cont-1 {
      padding: 0 50px 0 0;
    }
    .sub-cat-cont-1 a {
        width:95%;
        background:#2483c2; 
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .2s ease-in;
        margin:30px auto;
    }
    
    .content-cont-1, .about-cont-1 {
        width: 100%;
        max-width: 800px;
        padding: 75px 20px 75px 20px;
        clip-path: polygon(50% 0%,100% 5%,100% 100%,0% 100%,0% 5%);
    }
    .foot-cont-1 {
        width: 100%;
        max-width: 800px;
        padding: 40px 20px 40px 20px;
        clip-path: polygon(50% 0%,100% 5%,100% 100%,0% 100%,0% 5%);
    }

    .wrap-about-home {
        width: 100%;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 166vw auto;
        padding: 40% 0 0 0;
    }
    .wrap-content, .top-footer {
        width: 100%;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 166vw auto;
        padding: 40% 0 0 0;
    }
    
    .content-info-1 h1, .about-info-1 h1 {
      text-align: center;
    }
    
    .foot-nav-col-1 {
        display: none;
    }
    .foot-nav-col-1:last-child {
        display: block;
    }
    .foot-nav-col-1 {
      width: 100%;
    }
    
}

@media screen and (max-width: 450px)  {
    .brands-cont-1 div {
        width:98%;  
    }
    .bottom-foot .container-1 {
        flex-direction: column;
    }
    .bottom-foot .container-1 ul li a {
      font-size: 25px;
    }
    .slider-overlay-cont-1 .overlay-head-1 {
        font-size: 5.4vw;
        text-align: center;
    }
    .slider-overlay-cont-1 .overlay-head-2 {
        font-size: 6.4vw;
        text-align: center;
    }
    .slider-overlay {
        width:100%;
      clip-path: polygon(0% 0%,100% 0%,100.00% 50.00%,100% 100%,0% 100%);
    }
    .slider-overlay-cont-1 {
      padding: 0;
    }
    .test-col {
        width:100%;
        margin:20px auto;
    }

    
}



