/* You can change this file 
---------------------------
Please use the IDs provided as much as possible
This css file is for everything related to the html,body and #header section
*/

@media only screen and (min-width: 1000px) { 

/* width {width: 100%;} */

html, body {width: 100%;}
#page {width: 96%;}
#header {width: 100%;}
#main {width: 100%;}
#footer {width: 100%;}

/* height {height: auto;} */

html, body {height: auto;}
#page {height: auto;}
#header {height: auto;}
#main {height: auto;}
#footer {height: auto;}

/* border {border: 1px solid white;} */

/* */html, body ,
#page ,
#header ,
#main, 
#footer, * {border: 0px solid black;} 

/* padding {padding: 0 0 0 0;} */

html, body {padding: 0 0 0 0;}
#page {padding: 0 0 0 0;}
#header {padding: 0 0 0 0;}
#main {padding: 0 0 0 0;}
#footer {padding: 0 0 0 0;}

/* margins {margin: 0 auto 0 auto;} */

html, body {margin: 0 auto 0 auto;}
#page {margin: 0 auto 0 auto;}
#header {margin: 0 auto 0 auto;}
#main {margin: 0 auto 0 auto;}
#footer {margin: 0 auto 0 auto;}

/* detail */

html, body {
    margin: 0;
    padding: 0;
    border: 0px solid white;
    vertical-align: top;
}

#mobilemessage {
display: none !important;
}

.background {
display: block;
width: 100%;
height: auto;
position: fixed;
}


#topnav {
    width: 100%;
    margin: 0;
    padding: 0.5% 0;
    height: auto;
	position: relative;
	z-index:4;
}

#topnav div {
	vertical-align:middle;
}

#topnav #page #halfblock li{
    display:inline-block;
}

#topnav #page #halfblock:nth-of-type(2) {
    text-align: right;
}

#header {
	box-shadow:0px 2px 20px;
}

#header #halfblock {
    vertical-align: middle;
}


#logo {
    width: 24.5%;
    border: inherit;
    /*margin: 2% 0;*/
    vertical-align:  middle;
}

#logo a {
width: 100%;
height: 100%;
margin: 5% 0;
}

#logo a img {
        width: 50%;
        height: 5.5vw;
		margin-left:-10%;
		object-fit:contain;
}

.phoneicon {
width: 10%;
}

#sidewrapper {
    width: 74.5%;
    border: inherit;
    /*padding: 5px 0;*/
    text-align: right;
    vertical-align: middle;
}

#sidewrapper div {
	vertical-align:middle;
}

#sociallinks {
width: 49.5%;
height: auto;
border: inherit;
padding:0px;
}

#sociallinks li {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
padding: 0.2%;  
font-size:0.9vw;  
}

#navwrapper {
	width:81.5%;
}

#nav {
    width: 99%;
    border: inherit;
    /*padding: 0.1vw 0;*/
}
	
/*	#nav * {border: 1px solid black;} */

#header #sixthblock button {
	border-radius:var(--rounded);
	padding:1vw 1vw;
	font-size:1vw;
}

#nav li {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding: 3vw 0.3vw;
}

#nav li a {
    width: auto;
    height: auto;
    font-size: 0.9vw;
	font-weight:500;
    text-align:  right;
}

#nav > li > a, #nav > li > ul > li > a {	
text-transform:uppercase;
    padding: 0.9vw 0.6vw;
	padding: 3vw 0.3vw;	
}	

#mobilenav {
display:none;
visibility: hidden;
}
    
#div {
height: 150px;
width: 92%;
margin-left: auto;
margin-right: auto;
border: inherit;
vertical-align: top;
text-align: left;
padding: 2%; }

.inline	{
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
}
    
a img, img a {
    border: none;
} 

img {
max-width: 100%;
height: auto;
}

.sub-menu{
	display:none;
	}
	
.sub-menu {
        white-space: nowrap;
    }
	
	#header {
	z-index:3;
	position:relative;}
	
	#nav li a:not(.sub-menu li a) {
/*	padding-bottom:0vw; */
		
	}

    .sub-menu, .children {
        display:none;
        position: absolute !important;
        /*width: auto;*/
        width: 200px!important;
        background:black;
		color:white!important;
        margin-top: 0vw;
        padding: 1vw 0;
        border-radius: 0px !important;
        overflow: hidden;
        z-index: 999;
		/*margin-top:4.28vw;*/
		top:100%;
		/*margin-top:9vh;*/
    }


    .sub-menu li {
        margin: 0 auto 0 auto;
		color:white!important;
    }
	
	
	.sub-menu li a, .children li a {
	color:white!important;}

.sub-menu li, .children li {
        display: block !important;
        padding: 0.4vw 0 !important;
        height: auto;
        width: auto;
        position: relative;
        z-index: 100;
        text-align: left;
    }

}