html{
	width:100%;
	height: 100%;
}
body{
	width: 98%;
	height: 100%;
	margin:0;
	background-color:#222222;
	background-image: url("bkg2.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center center;

}
nav{
	width:12%;
	float:left;
	background-color: rgba(0, 0, 0, 0.67);
	height:100%;
	position: absolute;
	left: -12%;
}
nav img{
	display: none;
}
#navBox{
	margin-top: 50%;
	width: 35%;
	height: 95%;
	float: right;
}
#title{

	float:right;
	height:95%;
	margin-right: 10px;
	margin-top: 10px;
	max-width: 60%;
	opacity: .8;
	cursor: pointer;
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
}
#title:hover{
	opacity: 1;
}
#about{
	
	height:12%;

}
#about img{

}

#contact{
	
	height: 15%;
}
#contact img{

}
.navigation{
	float: right;
	width: 100%;
	
	margin-bottom:5%; 
	cursor: pointer;

}
.navigation img{
	height: 100%;
	display: block !important;
	float: right;
	opacity: .8;
	transition: margin-right .15s, opacity .15s;
	-webkit-transition: margin-right .15s, opacity .15s;
}
.navigation:hover img{
	margin-right: 10%;
	opacity: 1;
}

.active{
	cursor: default;
}
.active img{
	opacity: 1;
	margin-right: 10%;
}
article{
	width: 85%;
	float: right;
	height: 95%;
}
.thumb{
	display: none;
	cursor: pointer;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
}

li img{
	width: 100%;
	height: auto;
}


#topBox, #bottomBox{
	width: 100%;
	height: auto;
	
}
#topBox{
	height: 12%;
}
#topBox li{
	width: 5%;
	margin: 1%;
	height: 4vw;
	overflow: hidden;
	display: block;
	float: left;
	-webkit-transition:margin-top .15s;
	transition:margin-top .15s;
}

#topBox li:hover{
	margin-top: .4%;
}
#leftBox{
	width: 12%;
	float: left;
	
}
#leftBox li{
	width: 42%;
	height: 8%;
	margin: 5% 8%;
	float: left;
	overflow: hidden;
	-webkit-transition:margin-left .15s;
	transition:margin-left .15s;
}
#leftBox li:hover{
	margin-left: .3%;
}
#slideShow{
	width:70%;
	float: left;
	/*margin: 5% 3% 5% 3%; */
	margin-top: 3%;
	overflow: hidden;
	
}
#slideShow img{
	width: auto;
	height: 65%;
}

#rightBox{
	width:12%;
	float:right;
	
}
#rightBox ul{
	/* float:right; */
}
#rightBox li{
	width: 42%;
	height: 8%;
	margin: 5% 25%;
	float: right;
	overflow: hidden;
	-webkit-transition:margin-right .15s;
	transition:margin-right .15s;
}
#rightBox li:hover{
	margin-right: 16%;
}
#bottomBox{
	width:100%;
	height: 12%;
	float: left;
}
#bottomBox li{
	width: 5%;
	margin: 1%;
	height: 4vw;
	overflow: hidden;
	display: block;
	float: left;
	-webkit-transition:margin-top.15s;
	transition:margin-top .15s;
}
#bottomBox li:hover{
	margin-top: .3%;
}

#aboutP {
	color: #FFFFFF;
	height: 65%;
	background-color: rgba(0, 0, 0, .67);
	padding: 1.5em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	display: none;
}
#aboutP p{
	font-size: 1.4vw;
	text-align: justify;
}
#aboutP p, #contactP p{

	margin: 0;
	opacity: 0;
}
#contactP{
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	text-align: left;
	color: #FFFFFF;
	width: 12em;
	font-size: 32;
	background-color: rgba(0, 0, 0, .67);
	padding: 1em;
	display: none;

}
#mobile{
	display: none;
}
#slides{
	display: none;
}
#slides img{
	
}
#slides a{
	opacity: 0;
	font-size: 1;
}


@media (max-width: 1350px){
	nav{
		width:15%;
	}
}

@media(max-width: 1100px){
	#title{
		height: auto;
		width:40%;
		max-height: 100%;
		display: none;
	}
	#aboutP{
		font-size: 16;
	}
}

/*------- TABLET ------*/
@media only screen and (max-width: 1020px){
	nav{
		width:100%;
		height:50px;
		position: relative;
		left:0;

	}
	article{
		width:95%;
		margin:5px 2%;
	}
	body{
		width: 100%;
		margin: 0;
	}
	#rightBox{
		margin-right: 2%;
	}
	#aboutP{
		font-size: 18;
	}
	#title{
		content: url("oberTitleH.png");
		width: 50%;
		max-height: none;
		float: left;
		margin: 0;
		max-width: none;
	}
	#navBox{
		float: right;
		margin: 0 0 0 0;
		width: auto;
		height: auto;
	}
	.navigation{
		margin: 0;
		float: left;
		width: auto;
		height: auto;
	}
	.navigation img{
		margin-right:10%;
		width: 80%;
		height: auto;
	}
	#contact{
		height: auto;
		
	}
	#about{
		height: auto;
	}
	#about img{
		content: url("btn_about2H.png");
	}
	#aboutP{
		height: 60%;
	}
	#aboutP p{
		
	}
	#contact img{
		content: url("btn_contact2H.png");
	}
	#topBox{
		height: auto;
	}
	#leftBox li, #rightBox li{
		height: 5%;
		margin: 20% 8%;
	}
	#slideShow{
		margin-top: 5%;
	}
	#slideShow img{
		
	}
	#title:hover{
		opacity: .8;
	}
	#title:active{
		opacity: 1;
	}
	.navigation:hover img{
		margin-right: 10%;
		opacity: .8;
	}
	.navigation:active img{
		opacity: 1;
	}

}

/*----------MOBILE---------- */
@media only screen and (max-device-width: 650px){
	#topBox, #leftBox, #rightBox, #bottomBox, #slideshow, #navBox{
		display: none;
	}
	nav{
		height:auto;
		padding:5px;
	}

	#mobile{
		display: block;
		margin:5% 0;
	}
	
	#title{
		width: 100%;
	}
	
	.mobText{
		color: white;
		font-size: 20;
		background-color: rgba(0,0,0,.68);
		padding: .5em;
		text-align: justify;
		margin-top: 20px;
		margin-bottom: 10px;

	}
	body{
		background-attachment: fixed;
		
	}
	
	#slideShow img{
		height:42%;
	}

}