/* 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, #leftbar, #gallery, * {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, #overlay {
display: block;
width: 100%;
height:100vw;
position: absolute;
z-index:-1;
object-fit:cover;
}
	
.background {
	height:auto;
}
	
#leftbar *{border:0px solid black;}


#leftbar {
	width: 6vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	border:0px solid red;
}
	
#logo {
    width: 100%;
    border: inherit;
    vertical-align:  middle;
	transform: rotate(-90deg);
	position:relative;
	margin-top:50%;
	padding: 1vw 0;	
	display:block;
}
	
#logo a {
width: 100%;
height: 100%;
}

#logo a img {
width: 95%;
height: auto;
}
	

#leftbar #fullblock:nth-of-type(2) {
	transform: rotate(-90deg);	
	position: relative;
	padding: 1vw 0;
	margin-top:70%;
	text-transform:uppercase;
	font-weight:bold;
}
	
#nav {
        background: black;
        z-index: 9;
        display: block;
		height:100vh;
		position:fixed;
		top:0;
        /*left: -35%;*/
        width: 60%;
	padding: 5% 0% 5% 8%;
}


#nav li {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding: 5px;
}
	


#nav li a {
    width: auto;
    height: auto;
    padding: 10px 5px;
    font-size: 2.5vw;
    text-align:  right;
}

/* mobile navigation */

#mobilenav {
    height: 40px;
    overflow:  hidden;
    width: 100%;
    border: inherit;
    padding: 5px 0 4% 0;
    vertical-align: bottom;
    text-align: center;
list-style:none;
}

#mobilenav button {
    z-index: 10; 
}
	

#menu-selector { /* button changes */
text-align: right;
width: 100% !important;
border-radius: 0;

/* standard */
height: 50px;
background: transparent;
position: relative;
padding: 1%;
margin-bottom: 20px;
display: block;
}
	
/*#wrapper {
	background-color:#1d1d1d52;
	z-index:200;
	transform: rotate(89deg);
	position:absolute;
	width:100%!important;
	
}*/

#menu-selector img {
    height: 30px;
    width: auto;
    display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
margin: 0 1% 20px 0;
vertical-align: top;
}

#menu-selector span {
color: white;
	text-transform:uppercase;
font-size: 1vw;
font-weight:bold;
padding: 0.5% 2%;

/* standard */
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
vertical-align: middle;
}

	
#wrapper {
	background:black;
}

#mobilenav ul {
margin: 0;
padding: 0;
}

#mobilenav ul li,#mobilenav li {
background: inherit;
text-align: center;

display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding: 1% 0;
display: block;
}

#mobilenav ul li a, #mobilenav li a {
color:  inherit;
width: auto;
height: auto;
padding: 10px 20px;
font-size: 2em;
text-decoration: none;
}

#drop li a, .children li a  {
background: gray !important;
display: block;
margin: 0;
text-align: center !important;
font-size: 1.5em !important;
}


#topnav {
    width: 100%;
    margin: 0;
    padding: 1% 0;
    height: auto;
}

#topnav #page #halfblock {
    text-transform: uppercase;
    border: none;
}

#topnav #page #halfblock:nth-of-type(2) {
    text-align: right;
}

#header #halfblock {
    vertical-align: middle;
}



.phoneicon {
width: 10%;
}

#sidewrapper {
    width: 69.5%;
    border: inherit;
    padding: 5px 0;
    text-align: right;
    vertical-align: middle;
}

#sociallinks {
width: 20%;
height: auto;
border: inherit;
padding: 5px 0 2% 0;
}

#sociallinks li {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
padding: 1%;    
}


#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;
	}
}