﻿/*===================== 
	Color information
	
	orange #f66f1b
    grey #787878

	-
		 
=======================*/
/*===================== 
	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: 'Roboto Condensed', 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-size: 30px;
        font-weight: 700;
}
	h2 {
        font-size: 28px;
        font-weight: 700;
}
	h3 {
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:#000;
    text-decoration:none;
	}
	a:hover  {
        color:#787878;
		outline: 0;/*reset*/
		text-decoration: none;
		
		}  

.btn-1 {
    padding:2px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width:245px;
    width:100%;
    background:#787878;
    color:#fff!important;
    font-size: 25px;
    font-weight: 300;
    transition: .2s ease-in;
    margin:20px 0;
    box-sizing: border-box;
    border:0px;
    outline:none;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
}
.btn-1:hover {
    background:#000;
    padding-right:15px;
}
.btn-2 {
    padding:2px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width:245px;
    width:100%;
    background:#E15E0D;
    color:#fff!important;
    font-size: 25px;
    font-weight: 300;
    transition: .2s ease-in;
    margin:20px 0;
    box-sizing: border-box;
    border:0px;
    outline:none;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
}
.btn-2:hover {
    background:#000;
    padding-right:15px;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	}

header {
	margin: 0 auto;
	width:100%;
    background:#fff;
    border-bottom: 1px solid #000;
	}
.top-header {
    box-sizing: border-box;
    background:#f66f1b;
}
.top-header .container-1 {
    padding:0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.head-logo-1 {
    padding:20px;
    box-sizing: border-box;
    background:#000;
    border:2px solid #fff;
    border-top:0px;
    position: absolute;
    top:0px;
    z-index: 1;
}


.head-logo-1 img {
    width:100%;
	max-width: 230px;
	height: auto;
	display: block;
}
.top-header ul {
    padding:0px;
    margin:0;
    display: flex;
}
.top-header ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.top-header ul li a {
    padding:15px;
    font-size: 16px;
    color:#fff;
    background:rgba(0,0,0,0.15);
    border-left:1px solid #fff;
    display: block;
    transition: .2s ease-in;
}
.top-header ul li a span {
    padding:0 0 0 5px;
}
.top-header ul li:last-child a {
    border-right:1px solid #fff;
}
.top-header ul li a:hover {
    background:rgba(0,0,0,0.30);
    color:rgba(255,255,255,0.8);
}



/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:15px 0;
	display:block;
	margin:0 auto;
	width:100%;
	position:relative;
	background: #fff;
	}
nav.primary .container-1 {
    padding:0;
}
	nav.primary ul {
		margin:0; 
		padding:0;
        display: flex;
        justify-content: flex-end;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
            position: relative;
			}
			nav.primary ul li a {
                font-family: 'Roboto Condensed', sans-serif;
				color: #000;
				font-size: 16px;
				text-decoration: none;
				padding:15px 10px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 500;
                position: relative;
                z-index: 1;
				}	
            nav.primary ul li:after {
                position: absolute;
                background: #787878;
                content: "";
                height: 0%;
                width: 100%;
                top:0;
                left:0;
                transition: .2s ease-in;
                z-index: 0;
            }
			nav.primary ul li:hover:after {
				height: 100%;
				}
            nav.primary ul li a:hover {
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				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 
=======================*/

.hero-wrap {
    width:100%;
    height: calc(60vh - 120px);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 47.67%,rgba(0,0,0,1.00) 100%), url("/siteart/main-banner-img.jpg");
    background-size: cover;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.hero-wrap h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 75px;
    font-weight: 500;
    text-align: center;
    color:#fff;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
    padding:0 0 80px 0;
}
.hero-wrap p {
    font-family: 'Roboto Condensed', sans-serif;
    padding:20px 30px;
    background:rgba(0,0,0,0.5);
    font-size: 40px;
    font-weight: 500;
    color:#f66f1b;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
}

.sub-cat-wrap {
    width:100%;
    background:#f66f1b;
    height: 40vh;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.5);
}
.sub-cat-wrap .container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0px 20px;
    width:100%;
}
.sub-cat-wrap .container-1 a {
    width:31%;
    border:2px solid #fff;
    border-top:0px;
    background:rgba(0,0,0,0.15);
    padding:40px 10px 10px 10px;
    box-sizing: border-box;
    transition: .2s ease-in;
}


.sub-cat-wrap .container-1 a img {
    width:100%;
    display: block;
    height: auto;
    transition: .25s ease-in;
}
.sub-cat-wrap .container-1 a p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    color:#fff;
    padding:5px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s ease-in;
}
.sub-cat-wrap .container-1 a p i {
    font-size: 30px;
    padding:0 0 0 10px;
    transition: .2s ease-in;
}
.sub-cat-wrap .down-arrow {
    padding:0 20px;
    background:rgba(0,0,0,0.15);
    font-size: 50px;
    color:#fff;
}
.sub-cat-wrap .container-1 a:hover {
    background:rgba(0,0,0,0.3);
}
.sub-cat-wrap .container-1 a:hover img {
    transform: scale(1.03);
}
.sub-cat-wrap .container-1 a:hover p i {
    padding:0 0 0 15px;
}

.sub-cat-wrap .container-1 a:hover p {
    color:rgba(255,255,255,0.8);
}

.bg-1-wrap {
    background:url("../siteart/home-bg-1.jpg");
    background-attachment: fixed;
    width:100%;
    background-size: cover;
    background-position: bottom right;
    overflow: hidden;
    box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.5);
    position: relative;
}
.bg-1-wrap:after {
    content:"";
    position: absolute;
    top:0;
    height: 15px;
    width:100%;
    box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.5);
}
.bg-1-wrap .container-1 {
    padding-top:0px;
    padding-bottom:200px;
}
.about-row {
    max-width:620px;
}
.content-cont-1 {
    padding:40px 20px 20px 20px;
    background: #fff;
    border:2px solid #000;   
    border-top:0px;
}
.content-cont-1 .header-sml {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.content-cont-1 h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    font-weight: 400;
    color:#c45008;
    padding:0 0 20px 0;
}
.content-cont-1 h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color:#D95C0E;
    padding:0 0 20px 0;   
}
.content-cont-1 h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding:0 0 10px 0;   
}
.content-cont-1 ul {
    padding:0 0 20px 0;
    margin:0;
}
.content-cont-1 ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    font-size: 20px;
    font-weight: 500;
}
.content-cont-1 ul li a {
    color:#666666;
}
.content-cont-1 ul li a:hover {
    color:#f66f1b;
}

.content-cont-1 p {
    line-height: 1.5;
}
.content-cont-1 img {
    max-width: 100%;
    width:100%;
    height: auto;
    display: block;
    margin:20px auto;
}

.content-cont-2 {
    width:100%;
    background:#666666;
    padding:20px;
    box-sizing: border-box;
    margin:30px 0;
}
.content-cont-2 h2 {
    color:#fff; 
    font-size:25px;
    font-weight: 400;
    text-align: center;
}
.content-cont-2 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin:20px auto;
}
.hero-wrap-about {
    width:100%;
    height: 300px;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 47.67%,rgba(0,0,0,1.00) 100%), url("../siteart/hero-img-about-1.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.hero-wrap-about h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 75px;
    font-weight: 500;
    text-align: center;
    color:#fff;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
    padding:0 0 80px 0;
}
.hero-wrap-about p {
    font-family: 'Roboto Condensed', sans-serif;
    padding:20px 30px;
    background:rgba(0,0,0,0.5);
    font-size: 40px;
    font-weight: 500;
    color:#f66f1b;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
}
.hero-wrap-contact {
    width:100%;
    height: 300px;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 47.67%,rgba(0,0,0,1.00) 100%), url("../siteart/hero-img-contact-1.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.hero-wrap-contact h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 75px;
    font-weight: 500;
    text-align: center;
    color:#fff;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
    padding:0 0 80px 0;
}
.hero-wrap-contact p {
    font-family: 'Roboto Condensed', sans-serif;
    padding:20px 30px;
    background:rgba(0,0,0,0.5);
    font-size: 40px;
    font-weight: 500;
    color:#f66f1b;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
}
.hero-wrap-inv {
    width:100%;
    height: 300px;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 47.67%,rgba(0,0,0,1.00) 100%), url("../siteart/all-inventory-img.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.hero-wrap-inv h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 75px;
    font-weight: 500;
    text-align: center;
    color:#fff;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
    padding:0 0 80px 0;
}
.hero-wrap-inv p {
    font-family: 'Roboto Condensed', sans-serif;
    padding:20px 30px;
    background:rgba(0,0,0,0.5);
    font-size: 40px;
    font-weight: 500;
    color:#f66f1b;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
}
.inv-cat-cont-1 a {
    width:31%;
    border:2px solid #f66f1b;
    background-color: #666666;
    padding:10px;
    box-sizing: border-box;
    transition: .2s ease-in;
    margin:20px auto;
}
.inv-cat-cont-1 a img {
    width:100%;
    display: block;
    height: auto;
    transition: .25s ease-in;
}
.inv-cat-cont-1 a p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color:#fff;
    padding:5px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s ease-in;
}
.inv-cat-cont-1 a p i {
    font-size: 25px;
    padding:0 0 0 10px;
    transition: .2s ease-in;
}
.inv-cat-cont-1 a:hover {
    background:rgba(120,120,120,0.70);
}
.inv-cat-cont-1 a:hover img {
    transform: scale(1.03);
}
.inv-cat-cont-1 a:hover p i {
    padding:0 0 0 15px;
}

.inv-cat-cont-1 a:hover p {
    color:rgba(255,255,255,0.8);
}


.inv-cat-cont-1 {
    align-items: stretch!important;
}



/*===================== 
	animation styles 
=======================*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 0.7s ease-in-out both;
}

.scrolled.fade-in-top {
  animation: fade-in-top 0.7s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.fade-in-load-top {
    
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 1;
        transform: translateY(-200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.seq-1 {
    animation: fadeInAnimation ease 700ms;
}
.seq-2 {
    animation: fadeInAnimation ease 900ms;
}
.seq-3 {
    animation: fadeInAnimation ease 1100ms;
}
.seq-4 {
    animation: fadeInAnimation ease 1200ms;
}


/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





/*===================== 
	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;
    font-family: 'Roboto Condensed', 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: 'Roboto Condensed', sans-serif;
	
}

select {
	margin:0;
	padding:0;
}



.form-inline .btn-2 {
    margin:20px auto;
}
.CaptchaMessagePanel {
    color:#fff;
}

.CaptchaWhatsThisPanel a {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1500px;
	margin: 90px auto 140px auto;
	padding:20px;
	box-sizing: border-box;
    background:#fff;
    border:1px solid #000;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col-1 { width: 100%; box-sizing:border-box;}	
.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%;
	}

.foot-nav {
    width:100%;
    background:#fff;
    border-top:1px solid #000;
    padding:30px 0;
}
.foot-nav .container-1 {
    width:100%;
    display: flex;
    justify-content: flex-start;
    gap:12%;
}
.foot-nav ul {
    padding:0;
    margin:0;
}
.foot-nav ul li {
    font-family: 'Roboto Condensed', sans-serif;
    padding:10px 0;
    margin:0;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color:#000;
}
.foot-nav ul li a {
    color:#000;
    transition: .2s ease-in;
}
.foot-nav ul li a:hover {
    color:#787878;
}
.bottom-foot {
    width:100%;
    background:#f66f1b;
}
.bottom-foot .container-1 {
    width:100%;
    display: flex;
    justify-content: space-between;
    padding:15px 20px 0 20px;
}
.foot-info {
    
    border-bottom:0px;
   
    padding:15px 20px;
}
.foot-info p {
    text-align: center;
    color:#fff;
    font-size:12px; 
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}
.foot-info p a {
    color:#fff;
}
.foot-info p a:hover {
    color:#787878;
}
.foot-info-2 {
    position: relative;
}
.foot-logo-col {
   position: absolute;
    bottom: 0px;
    right:0;
    z-index: 1; 
    overflow: hidden;
}

.foot-logo-cont {
    padding: 20px 40px 40px 40px;
    box-sizing: border-box;
    background: #000;
    border: 2px solid #fff;
    border-bottom: 0px;

}
.foot-logo-1 img {
    max-width: 230px;
    height: auto;
    display: block;
    margin:0 auto;
}
.foot-logo-cont ul {
    padding:20px 0;
    margin:0;
}
.foot-logo-cont ul li {
    padding:8px 0;
    margin:0;
    list-style: none;
    text-align: center;
}
.foot-logo-cont ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color:#fff;
}
.foot-logo-cont ul li a:hover {
    color:#f66f1b;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1100px)  {
    .head-logo-1 img {
      max-width: 18vw;
    }
    nav.primary ul li a {
      font-size: 15px;
    }
    .sub-cat-wrap .container-1 a p {
      font-size: 2.7vw;
    }
    .inv-cat-cont-1 a {
        width:49%;
    }
    .inv-cat-cont-1 a p {
         font-size:3.5vw;   
    }
    .inv-cat-cont-1 a p i {
      font-size: 3vw;
    }
    
}

@media screen and (max-width: 865px)  {

    .head-logo-1 img {
      max-width: 200px;
    }
    .top-header ul li a span {
      display: none;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
        text-align: right;
		display: block;
		font-size: 24px;
		position: relative;
        padding:20px;
        box-sizing: border-box;
		z-index: 0; /* needs to be lower than nav.mobile, adjust as needed */
		background: #fff;
	}
		#menu-button a{
			 color:#000;
			 text-decoration: none;
			 font-weight:normal;
		  }
	nav.mobile {
		display:flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #f66f1b;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
        transition: .2s ease-in;
	}
    nav.mobile.open {
        visibility:visible;
		left: 0%;
	}


		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: absolute;
		top:15px;
        right:15px;
        display:block;
		padding: 0;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		font-family: Arial, sans-serif;
		font-size:35px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #787878;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
        text-align: center;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
        font-family: 'Roboto Condensed', sans-serif;
		position: relative;
		display: block;
		font-size:25px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		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;}

    .about-row {
      margin-left: auto;
        margin-right: auto;
    }
    

}
@media screen and (max-width: 740px)  {
    .col-1-3, .col-2-3 {
        width:100%;
    }
    .foot-nav {
      padding: 120px 0;
    }
    .foot-nav ul {
      display: none;
    }
    .bottom-foot .container-1 {
      flex-direction: column;
    }
    .foot-info {
         order:2;   
    }
    .foot-info-2 {
         order:1;
        margin:-350px 0 30px 0; 
    }
    .foot-logo-col {
      position: static;
      overflow: visible;
    }
    .foot-logo-cont {
      border-bottom: 2px solid #fff;
    }
    .foot-logo-1 img {
        width:100%;
    }
    .about-row.scrolled.fade-in-top, .foot-logo-cont.scrolled.fade-in-bottom, .about-row, .foot-logo-cont {
      animation: none;
        opacity: 1;
    }
}


@media screen and (max-width: 700px)  {
    .hero-wrap {
        height: auto;
        min-height: auto;
    }
    .hero-wrap h2, .hero-wrap-about h2, .hero-wrap-contact h2, .hero-wrap-inv h2 {
        font-size: 11vw;
        padding: 16vw 0;
    }
    .hero-wrap-contact, .hero-wrap-about, .hero-wrap-inv {
          height: 50vw;
    }
    .hero-wrap p {
      font-size: 7vw;
    }
    .sub-cat-wrap .container-1 a {
      width: 90%;
      border-top: 2px solid #fff;
      padding: 20px;
        margin:20px auto;
    }
    .sub-cat-wrap {
      height: auto;
    }
    .sub-cat-wrap .down-arrow {
      display: none;
    }
    .sub-cat-wrap .container-1 a p {
      font-size: 6vw;
    }
}

@media screen and (max-width: 465px)  {
    
    .head-logo-1 {
         width:50%;   
    }
    .head-logo-1 img {
        margin:0 auto;
    }
    .top-header ul li a {
       padding:3vw;
        font-size: 5vw;
    }
    .inv-cat-cont-1 a {
        width:98%;
    }
    .inv-cat-cont-1 a p {
         font-size:6vw;   
    }
    .inv-cat-cont-1 a p i {
      font-size: 5vw;
    }
}




	
