﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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%; 
    scroll-behavior: smooth;
	}

body {
	font-family: 'Oswald', 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: 50px;
        font-weight: 600;
        padding-bottom:20px;
}
	h2 {
        font-size: 40px;
        font-weight: 600;
        padding-bottom:20px;
}
	h3 {
        font-size: 30px;
        font-weight: 500;
        padding-bottom:20px;
}
	h4 {}
	h5 {}
	h6 {}

p {
    font-size: 16px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}


.btn-1 {
    font-size: 16px;
    display: inline-block;
    padding: 18px 25px;
    line-height: 1.2em;
    border-radius: 0;
    color: #51534A!important;
    text-decoration: none;
    font-family: 'Oswald',sans-serif;
    border: none;
    text-align: center;
    font-weight: 700;
    position: relative;
    background: #FFC10E;
    transition: all ease-in-out .3s;
    letter-spacing: .2px;
}
.btn-1:hover {
    color:#fff!important;
    background:#C79811!important;
}
.btn-2 {
    font-size: 16px;
    display: inline-block;
    padding: 18px 25px;
    line-height: 1.2em;
    border-radius: 0;
    color: #fff!important;
    text-decoration: none;
    font-family: 'Oswald',sans-serif;
    border: none;
    text-align: center;
    font-weight: 700;
    position: relative;
    background: #51534A;
    transition: all ease-in-out .3s;
    letter-spacing: .2px;
}
.btn-2:hover {
    color:#fff!important;
    background:#000!important;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
    
	width: 100%;
	margin: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(0,0,0,.16);
    position: fixed;
    background: #fff;
    top:0;
    z-index: 9999;
	}
.top-mobile-header{
    display: none;
}
header {
	margin: 0 auto;
	max-width: 1356px;
    padding:18px 16px 0 16px;
    width:100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.head-logo-1 {
    display: block;
    position: absolute;
    z-index: 200;
}
.head-logo-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}
.mobile-contact {
    display: none;
}
.head-cont-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width:100%;
}
.head-info-1 {
    padding:10px 0 0 0;
    display: flex;
    align-items: center;
}
.head-phone {
    margin: 7px 30px; 
}
.head-phone i {
    font-size: 17px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #FFC10E;
    color: #51534A;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 3px;
    box-sizing: border-box;
    padding: 0 0 0 1px;
}
.head-phone span {
    font-size: 17px;
    color: #51534A;
    cursor: pointer;
    line-height: 1.4em;
    text-align: center;
    font-family: 'Oswald',sans-serif;
    font-weight: 600;
    border-bottom: 3px solid #484942;
    display: inline-block;
}
.head-phone span:hover {
    color: #000;
    border-bottom: 3px solid #FFC10E;
}
.head-info-1 .btn-2, .head-info-1 .btn-1 {
    padding:11px 30px;
    margin-right: 15px;
}
.head-info-1 .btn-2 {
    display: none;
}
.search-btn-1 {
    margin: 0 0 0 15px;
    color: #51534A!important;
    cursor: pointer;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.search-btn-1.active1 .search-open, .search-closed {
    display: none;
}

.search-btn-1 .search-open, .search-btn-1.active1 .search-closed {
    display: inline;
}


.search-btn-1 i {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 2px;
    padding-bottom: 2px;
    color: #FFC10E;
}
.search-btn-1:hover {
   color:#000!important; 
}
.search-btn-1:hover i {
   color:#000!important; 
}

.head-search {
    width:100%;
    padding:0 16px;
    box-sizing: border-box;
    position: absolute;
    background: #51534A;
    top:100%;
    display: none;  
}

.search-cont-1 {
    background-color: #fff;
    border: 1px solid #CDD1CC;
    position: relative;
    height: 48px;
    border-radius: 3px;
    margin: 10px auto;
    max-width: 600px;
    display: flex;
}
.head-search-bar {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px!important;
    line-height: 20px!important;
    color: #000!important;
    border-radius: 3px!important;
    padding: 0 50px 0 18px!important;
    font-weight: 500; 
    width:calc(100% - 65px)!important;
    background: #f8f8f8;
    border:none!important;
    outline:none;
    height: 100%!important;
}

.search-btn {
    border-radius: 0!important;
    padding: 0 5px 0 20px!important;
    color: #51534A!important;
    cursor: pointer!important;
    font-size: 18px!important;
    width: 65px;
    border:none!important;
    outline:none!important;
    background:#fff!important;
}

.bread-wrap {
    width: 100%;
    background: #F9F9F9; 
}
.bread-crumb {
    max-width: 1356px;
    width:100%;
	margin: 0 auto;
	padding:15px 16px;
	box-sizing: border-box;
    display: flex;
    align-items: center;
}
.bread-crumb i {
    font-size: 10px;
}
.bread-crumb a {
    font-weight: 400;
    background: none;
    color: #51534A!important;
    font-family: 'Oswald',sans-serif;
    padding: 0 10px; 
    font-size: 16px;
}
.bread-crumb a.bold {
    font-weight: 700;
}
.bread-crumb a:hover {
    color: #FFC10E;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}
.menu-toggle.exit-click {
    display: none !important;
}
nav.primary {
	padding:0;
	display:flex;
    justify-content: flex-end;
	margin:0;
	width:100%;
	position:relative;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
        display: flex;
        justify-content: space-between;
        background:#fff;
		}
		nav.primary ul li {
			display:block;
			margin:0;
            padding:0 15px;
			list-style-type:none; 
            box-sizing: border-box;
			}
        nav.primary ul li:last-child {
            padding:0 0 0 15px;
			}
			nav.primary ul li a {
                font-family: 'Oswald', sans-serif;
				color: #51534A;
				font-size: 18px;
				text-decoration: none;
				padding: 12px 16px;
				display: block;
				margin: 0;
				text-align: center;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 500;
				}	
			nav.primary ul li a:hover {
				background: #ededee;
				color:#000;
                font-weight: 500;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				color:#51534A;
				background: #fff;
				display: block;
				text-align:left;
                font-weight: 400;
                padding: 15px 16px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
                color:#111;
                font-weight: 400;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
    padding:20px 0;
    box-shadow: 0 20px 20px -20px rgba(0,0,0,.15), 20px 0px 20px -20px rgba(0,0,0,.15), -20px 0px 20px -20px rgba(0,0,0,.15);
    border: 1px solid #e0e0e0;
}
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: 165px;
    position: relative;
    margin:0;
    padding:0;
}
nav.primary ul ul li:last-child {
    padding:0;
}

.mega-nav {
    font-family: 'Oswald', sans-serif;
    width: calc(100% + 32px);
    left: -16px;
    padding:0 10px!important;
    box-sizing: border-box;
}
.mega-nav .mega-flex-cont-1 {
    display: flex;
    justify-content: space-between;
}
.mega-nav .col-lg {
    width:31%    
}
.mega-nav .col-sml {
     width:21%;   
}
.mega-nav .col-lg ul, .mega-nav .col-sml ul {
    display: block;
    position: static;
    box-shadow: none;
    border: none;
}
.mega-nav .col-lg ul li, .mega-nav .col-sml ul li {
    width:100%;
}
.mega-nav .col-lg ul li, .mega-nav .col-sml ul li {
    width:100%;
}
.mega-nav .col-lg ul li a, .mega-nav .col-sml ul li a {
    padding-top:10px;
    padding-bottom:10px;
}
.mega-nav-header {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px!important;
}
.mega-nav-info {
    width:100%;
    padding:0 20px;
    box-sizing: border-box;
}
.mega-nav-info img {
    width:100%;

    height: auto;
    display: block;
}
.mega-nav-info p {
    color: #51534A; 
    font-size: 30px;
    line-height: 1.35em;
    padding: 20px 0;
    font-weight: 700;
}
.mega-nav-info .btn-1, .mega-nav-info .btn-2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding:18px 25px!important;
    text-decoration: none;
    text-align: center;
}
.mega-nav-info .btn-1:hover, .mega-nav-info .btn-2:hover {
    padding:18px 25px!important;
    font-weight: 700;
}
.mega-nav-info .btn-1 {
    background:#FFC10E;
}
.mega-nav-info .btn-2 {
    background:#51534A;
    margin-right:10px;
}


/*===================== 
	content styles 
=======================*/



.wrap-top {
    margin-top:123px;
    width:100%;
    height: 185px;
    background:url("/siteart/inner-banner-1.jpg");
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}
.wrap-top::after {
    content: " ";
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.16);
    z-index: 1;
}
.wrap-top .container-1 {
    position: relative;
    z-index: 100;
}
.wrap-top h1 {
    color:#fff;
    font-size: 50px;
}

.sub-cat-btn-cont-1 {
    max-width: 1356px;
    width:100%;
	margin: 0 auto;
	padding:120px 0 16px 0;
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.sub-cat-btn-cont-1 a {
    width:30.9%;
    margin:15px 1.2%;
    background:#ededee;
    transition: .1s ease-in;
}
.sub-cat-btn-cont-1 img {
    width: 100%;
    height: auto;
    display: block;
}
.sub-cat-btn-cont-1 p {
    display: block;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    color:#000;
    font-weight: 500;
    text-transform: uppercase;
}
.sub-cat-btn-cont-1 a:hover {
    background:#51534A;
}
.sub-cat-btn-cont-1 a:hover p {
    color:#fff;
}



/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1356px;
    width:100%;
	margin: 0 auto;
	padding:16px 16px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1356px;
	margin: 0 auto;
	padding:180px 10px 10vw 10px;
	box-sizing: border-box;
	}
.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-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 {
    font-family: 'Oswald', sans-serif;
	margin: 0;
	width: 100%;
	}
.foot-cont-1 {
    max-width: 1356px;
    width:100%;
	margin: 0 auto;
	padding:70px 16px 10px 16px;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}	
.foot-col-1 {
    width:25%;
    padding:0 30px;
    border-right: 2px solid #D8D8D8;
    box-sizing: border-box;
}
.foot-col-1:last-child {
    border-right: 0px solid #D8D8D8;
}

.foot-logo {
    display: block;
    max-width: 226px;
}
.foot-logo img {
    width: 100%;
    height: auto;
    display: block;
}
.foot-col-1 h3 {
    font-size: 22px;
    padding-bottom: 24px;
    font-weight: 600;
}
.foot-col-1-2 {
    width:50%;
}
.foot-col-1 ul {
    padding:0;
    margin:0;
}
.foot-col-1 ul li {
    padding:0 0 15px 0;
    margin:0;
    list-style: none;
}
.foot-col-1 ul li a {
   font-family: 'Open Sans',sans-serif;
   font-size: 18px;
   color: #51534A;
   font-weight: 400;
}
.foot-col-1 ul li a:hover {
   color: #FFC10E;
}

.back-to-top.show-mid {
     display: none;   
}
.back-to-top.show-desktop {
     display: inline-block;   
    }

.back-to-top {
    border: none;
    font-size: 19px!important;
    line-height: 1.2em;
    font-weight: 600!important;
    color: #FFC10E!important;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    padding: 0 0 0 0!important;
    font-family: 'Oswald', sans-serif!important;
}
.back-to-top i {
    font-size: 23px;
}
.back-to-top:hover {
    color: #FFC10E!important;
}
.fool-link {
   display: block;
   padding-bottom: 30px;
   font-size: 18px;
   font-weight: 700;
   color: #545254!important; 
}
.fool-link-2 {
   display: block;
   font-size: 18px;
   font-weight: 700;
   color: #545254!important; 
}
.fool-link:hover, .fool-link-2:hover {
   color: #FFC10E!important; 
}
.foot-social {
    padding:0 0 20px 0;
}
.foot-social a {
    color:#000;
    font-size: 35px;
    padding: 0 5px 0 0px;
}
.foot-social a:hover {
    color:#51534A;
}
.foot-phone {
    display: block;
    margin-bottom: 30px;
}
.foot-phone i {
    font-size: 29px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFC10E;
    color: #51534A;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 3px;
    box-sizing: border-box;
    padding: 0 0 0 1px;
}
.foot-phone span {
    font-size: 32px;
    color: #51534A;
    cursor: pointer;
    line-height: 1.4em;
    text-align: center;
    font-family: 'Oswald',sans-serif;
    font-weight: 600;
    border-bottom: 3px solid #484942;
    display: inline-block;
}
.foot-phone span:hover {
    color: #000;
    border-bottom: 3px solid #FFC10E;
}
.bottom-foot {
    width:100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.bottom-foot img {
    width:100%;
    height: auto;
    display: block;
    position: relative;
    bottom: calc(80px - 8.5vw);
    padding-bottom: 20px;
}
.bottom-foot-info-1 {
    background: #51534A;
    position:absolute;
    width:100%;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:30px 0 25px 0;
}
.bottom-foot-info-1 li {
    padding:0 14px;
    border-right: 1px solid #fff;
    margin:0;
    color:#fff;
    list-style: none;
    font-family: 'Open Sans',sans-serif;
}
.bottom-foot-info-1 li:last-child {
    border-right: 0px solid #fff;
}
.bottom-foot-info-1 li a {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2em;
}
.bottom-foot-info-1 li a:hover {
    color: #C79811;
}
.mobile-sml-btn {
        display: none;
    }

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;
	}

.language-selector {
    position: fixed;
    bottom: 0px;
    right: 40px;
    background:#fff;
    width:150px;
}
.current-select {
    padding: 10px;
    box-sizing: border-box;
    width:100%;
    line-height: 1.2em;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    height: 51px;
    position: relative;
    z-index: 100;
    background:#fff;
    border: 1px solid #e0e0e0;
}
.current-select p {
    color: #FFC10E;
    font-size: 13px;
    margin:0 0 3px 0;
    padding: 0 43px 0 0;
}
.current-select i {
    font-size: 15px;
    color:#51534A;  
    transition: all ease-in-out .3s;
}
.current-select img {
    width: 25px;
    height: auto;
    display: block;
    padding:0 5px 0 0;
}

.new-select {
    width:100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.2em;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    position: absolute;
    z-index: 100;
    bottom:0;
    background:#fff;
    border: 1px solid #e0e0e0;
}
.new-select p {
    color: #FFC10E;
    font-size: 13px;
    margin:0 0 3px 0;
    padding: 0 43px 0 0;
}
.new-select img {
    width: 25px;
    height: auto;
    display: block;
    padding:0 5px 0 0;
}
.language-selector.active1 .current-select i {
    transform: rotate(-90deg);
}
.language-selector.active1 .new-select {
    bottom:100%;
}


/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1350px)  {
    .foot-phone i {
          font-size: 24px;
          line-height: 40px;
          width: 40px;
          height: 40px;
        }
    .foot-phone span {
      font-size: 27px;
    }
    
}

@media screen and (max-width: 1182px)  {
    .head-info-1 .btn-2 {
        display: block;
        order:1;
    }
    .head-info-1 .btn-1 {
        order:2;
    }
    .head-phone {
        order:3;
    }
    .search-btn-1 {
        order:4;
    }
    .back-to-top.show-mid {
         display: inline-block;   
    }
    .bottom-foot .show-desktop {
         display: none;   
    }
    .bottom-foot-info-1 li:nth-child(4) {
      border-right: 0px solid #fff;
    }
    .foot-cont-1 {
         justify-content: flex-start;   
    }
    .foot-col-1 {
        border-right:0px; 
        padding: 0 0 50px 0;
    }
    .foot-col-1:nth-child(1) {
      order:1;
    }
    .foot-col-1:nth-child(4) {
        width: 65%;
        order:2;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .foot-col-1 h3 {
      break-after: always;
        padding-bottom: 10px;
    }
    .foot-phone {
      margin-bottom: 0px;
    }
    .foot-col-1:nth-child(2) {
      width: 70%;
        order:3;
    }
    .foot-col-1:nth-child(3) {
      width: 30%;
        order:4;
    }
    
    
}


@media screen and (max-width: 1010px)  {
    
    .header-wrap {
        padding:0 22px;
        box-sizing: border-box;
        align-items: center;
        height: 101px;
    }
    header {
        padding:0 18px 0 0;
    }
    .head-logo-1 {
        position: static;
    }
    .head-logo-1 img {
        max-width: 154px;
    }
    .wrap-top, .container-inv {
      margin-top: 102px;
    }
    
    .head-phone {
      margin: 5px;
    }
    .search-btn-1 i {
        display: block;
    }
    nav.primary{display:none;}
	
	#menu-button{ 
		display: block;
		position: relative;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
        
	}
		#menu-button .menu-toggle{
			 color:#51534A;
			 text-decoration: none;
			 font-weight:normal;
            text-align: right;
            font-size: 14px;
            font-family: 'Oswald', sans-serif;
            text-align: center;
            font-weight: 600;
            text-transform: uppercase;
		  }
    #menu-button .menu-toggle i {
			font-size: 30px;
		  }
    .btn-txt {
        margin:-3px auto 0 auto;
    }
    #menu-button .menu-toggle:hover {
         color:#000;   
    }
	nav.mobile {
		display:none;
		position: absolute;
        top: 155%;
        right: -20px;
        width: 252px;
        background: #fff;
        z-index: 500;
        overflow: auto;
        height: auto;
        max-height: 400px;
        min-height: auto;
	}
    .click-closed, .active1 .click-open {
        display: none;
        margin:0 auto;
    }
    .active1 .click-closed, .click-open {
        display: block;
        margin:0 auto;
    }
    .click-open {
        transform: scaleX(1.1);
    }
    

	/* MENU HEADER STYLES */
	#menu-button nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
	}


	#menu-button nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	#menu-button nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
        border: 1px solid #e0e0e0;
        box-shadow: 0 0 20px rgba(0,0,0,.15);
        
	}
	#menu-button nav.mobile ul li {
		position:relative;
        padding: 0 15px;
	}

	/* FIRST LEVEL */
	#menu-button nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:18px;
		padding: 15px 25px 15px 20px;
		color: #51534A;
        font-weight: 500;
		text-decoration: none;
	}
	#menu-button nav.mobile ul li a:hover {
		background:#ededee;
        color:#000;
	}

	/* SECOND LEVEL */
    
    #menu-button nav.mobile ul ul {
		margin:0;
		padding:0;
        border: 1px solid #e0e0e0;
        box-shadow: 0 0 20px rgba(0,0,0,.15);
	}
    #menu-button nav.mobile ul li li {
		padding:0;
	}
    
    
	#menu-button nav.mobile ul li li a {
		background: #fff;
        font-size: 16px;
        font-weight: 500;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #51534A;
		text-decoration: none;
	}

	/* THIRD LEVEL */
	#menu-button nav.mobile ul li li li:last-child {border:none;}
	#menu-button 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;
	}
	#menu-button nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	#menu-button 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: 1px;
        right: 0;
        width: auto;
        height: auto;
        padding: 17px 35px;
        color: #51534A;
        font-size: 20px;

	}

	/* FONT AWESOME ICONS */
	#menu-button 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);
	}


	#menu-button nav.mobile ul li .fa-chevron-down {color:#999;}
    .sub-cat-btn-cont-1 {
      justify-content: space-between;
    }
    .sub-cat-btn-cont-1 a {
      width: 48%;
      margin: 15px 1%;
    }
    
}

@media screen and (max-width: 810px)  {

	/*==============================
		Mobile Nav Styles			
	================================*/	
    .header-wrap {
        height: auto;
        flex-wrap: wrap;
        padding:0;
        position: relative;
    }
    .wrap-top, .container-inv {
      margin-top: 0px;
    }
    
    header {
        padding:25px;
    }
    .head-info-1 .head-phone, .head-info-1 .btn-1, .head-info-1 .btn-2 {
        display: none;
    }
    .head-info-1 {
        padding:0;
    }
    .top-mobile-header {
        display: flex;
        width:100%;
        justify-content: space-around;
        min-height: 50px;
    }
    .top-mobile-header .head-phone-2 {
        background: #51534A;
        font-size: 15px;
        font-weight: 600;
        width:50%;
        color: #FFC10E;
        display: block;
        text-align: center;
        border: none;
        font-family: 'Oswald',sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .head-phone-2 i {
        font-size: 17px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #FFC10E;
        color: #51534A;
        text-align: center;
        line-height: 28px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        margin-bottom: 3px;
        box-sizing: border-box;
        padding: 0 0 0 1px;
    }
    .top-mobile-header .btn-1 {
        width:50%;
        font-size: 15px;
        padding:0;
        order:2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search-btn-1 .search-txt {
        font-size:20px; 
    }
    .search-btn-1 i {
       font-size:33px; 
    }
    .mobile-contact {
        display: block;
        font-size: 15px;
        color: #FFC10E!important;
        background: #51534A;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Oswald',sans-serif;
        text-align: center;
        font-weight: 700;
        padding: 18px 25px;
    }
    .mobile-contact:hover {
        background: #000;
    }
	
	#menu-button{ 
		width: 100%;
        display: flex;
        position: fixed;
        bottom: 0px;
        z-index: 400;
        background: #fff;
        color: #51534A;
        box-shadow: 8px 0 6px rgba(0,0,0,.16);
        height: 50px;
        box-sizing: border-box;
        justify-content: space-between;
	}
		#menu-button .menu-toggle{
            display: block;
			color:#000;
			text-decoration: none; 
			font-weight:normal;
            margin: 5px 22px 0 0;
            font-size: 13px;
		  }
    #menu-button .menu-toggle i {
          font-size: 25px;
        }
    .click-open {
      transform: scaleX(1.3);
    }
    nav.mobile {
		display:none;
		position: fixed;
		top: 0;
		width: 100%;
        right:0;
        height: auto;
        max-height: 400px;
        min-height: auto;
	}
    .sub-cat-btn-cont-1 p {
        height: auto;
        font-size: 5vw;
        padding:20px 0;
    }
    .bread-crumb {
         display: none;   
    }
    .sub-cat-btn-cont-1 {
      padding: 40px 0 16px 0;
    }
    
    .foot-cont-1 {
         justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .foot-col-1 {
        border-right:0px; 
        padding: 0 0 50px 0;
    }    
    .foot-col-1:nth-child(1) {
      width: auto;
        order:0;
    }
    .foot-col-1:nth-child(4) {
        width: auto;
        order:0;
        display: block;
        text-align: center;
    }
    .foot-col-1-2 {
        padding: 0 20px!important;
        display: block;
        box-sizing: border-box;
    }
    .fool-link {
        padding-bottom: 10px;
        text-align: center;
    }
    .foot-social {
      text-align: center;
    }
    .foot-col-1 h3 {
      text-align: center;
    }
    .foot-col-1 h3 {
      break-after: always;
        padding-bottom: 10px;
    }
    .foot-phone {
      margin-bottom: 20px;
    }
    .foot-col-1:nth-child(2) {
      width: auto;
        order:0;
    }
    .foot-col-1:nth-child(3) {
      width: auto;
        order:0;
    }
    .back-to-top.show-mid {
      display: none;
    }
    .bottom-foot {
      padding-bottom: 50px;
        font-size: 14px;
    }
    .mobile-sml-btn {
        display: block;
        padding:50px 0;
        text-align: center;
    }
    .bottom-foot-info-1 {
      padding: 30px 0 75px 0;
    }
    .mobile-sml-btn .back-to-top {
        font-size: 30px!important;
    }
    .mobile-sml-btn .back-to-top i {
        font-size: 36px!important;
    }
    .language-selector {
        z-index: 9999;
        right: 0;
        left: 40%;
    }
    
	
}

@media screen and (max-width: 450px)  {
    .head-logo-1 img {
      max-width: 100%;
    }
    .top-mobile-header .head-phone-2, .top-mobile-header .btn-1 {
        font-size: 4vw    
    }
    .wrap-top h1 {
      font-size: 10vw;
    }
    .sub-cat-btn-cont-1 a {
      width: 90%;
      margin: 15px auto;
    }
    .bottom-foot {
        font-size: 1.8vw;
    }
}


	
