body{
	margin: 0;
	padding: 0;
	font-family: 'Comfortaa', cursive;
}
.clear {
	width: inherit; 
	height: 0px; 
	font-size: 0px; 
	line-height: 0px; 
	clear: both;
}
#wrapper{
	width: 100%;
}
#navi{
	width: 100%;
	height: 121px;
	position: absolute;
	z-index: 2;
	float: right;
}
#navi-menu{
	width: 50%;
	float: right;
	height: inherit;
}
#navi ol{
	list-style-type: none;
	width: 100%;
	height: inherit;
	margin: 0;
	padding: 0;
}
#res-menu{
	display: none;
	font-size: 25px;
	background: transparent;
	border: 2px solid black;
	border-radius: 15%;
}
#res-menu:hover{
	cursor: pointer;
}
#menu{
	width: 100%;
	height: inherit;
	float: left;
}
#menu li{
	display: block;
	width: 20%;
	float: left;
	height: 121px;
}
#navi a{
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	color: black;
	width: 23%;
	height: 121px;
	line-height: 3;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.1;
}
#lang-btn a{
	width: 8%;
	font-weight: 400;
}
#navi a:hover{
	color: white;
	background-color: black;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#logo{
	float: left;
	width: 80px;
	height: auto;
	padding: 10px;
}
#logo img{
	width: 100px;
	height: auto;
}
.menu-bckg{
	position: relative;
	color: white;
	width: 100%;
	min-height: 100px;
}
#header-text{
	position: absolute;
	z-index: 2;
	width: 100%;
	margin-top: 220px;
}
#header-text img{
	width: 30%;
	height: auto;
	margin-left: 35%;
}
#header{
	display: none;
}
/*s slider */
.slider-container{
	position: relative;
	width: 100%;
	padding: 0 0 52.5% 0;
}
.slides{
	position: absolute;
	width: 100%; 
}

.slides img{
	width: 100%;
	height: auto;
}

#container{
	clear: both;
	width: 100%;
}
#content{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 18px;
	line-height: 2;
	padding-top: 40px;
	padding-bottom: 80px;
}
.upper-footer{
	width: 100%;
	text-align: left;
	font-size: 15px;
	background-color: #333333;
	padding-bottom: 20px;
	color: #ADC1C7;
	border-top: 1px solid #666869;
}
.up-foot-cont{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
}
.adress{
	float: left;
	width: 40%;
}
.contact{
	float: left;
	width: 40%;
}
.contact p{
	padding-left: 10px;
}
.fb-btn{
	float: left;
	width: 20%;	
}
.fb-btn p{
	padding-left: 10px;
}
.fb-btn a{
	float: left;
	text-decoration: none;
	color: #ADC1C7;
	font-size: 40px;
	padding: 10px;
}
.fb-btn a:hover{
	color:  white;
}
#footer{
	clear: both;
	width: 98%;
	padding: 1%;
	min-height: 80px;
	color: #ADC1C7;
	background-color: #474747;
	text-align: center;
	font-size: 15px;
	line-height: 4;
	letter-spacing: 2px;
	border-top: 1px solid #7E7F80;
}



@media screen and (max-width: 1000px){
.clear{
	clear: both;
	width: inherit;
	position: initial;
	float: none;
	margin: 0px;
	padding: 0px;
}
#navi-menu{
	width: calc(100% - 100px);
}
#navi a{
	font-size: 16px;
}
#header-text{

	margin-top: 200px;	
}
#header-text img{
	width: 40%;
	margin-left: 30%;
	height: auto;
}
#content{
	width: 80%;
}
.up-foot-cont{
	width: 80%;
}
#footer{
	font-size: 12px;
}
}	
@media screen and (max-width: 600px){

#logo{
	clear: both;
	padding: 1%;
	margin: 0px;
	width: 98%;
}
#logo img{
	width: 100px;
	margin-left: calc(50% - 50px);
}
#navi{
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#navi-menu{
	clear: both;
	width: 100%;
	margin-top: 34px;
}
#menu{
	margin-top: 10px;
}

#menu li{
	clear: both;
	display: block;
	width: 100%;

}
#navi a{
	clear: both;
	display: block;
	width: 100%;
	height: 50%;
	background-color: white;
}
#navi a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.slider-container{
	display: none;
}
#header{
	display: block;
	width: 100%;
}
#header img{
	width: 100%;
	height: auto;
}


/*#header img{
	position: initial;
	width: 100%;
	height: auto;
	height: 256px;
}*/
/* button of rwd menu display */
#res-menu{
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.menu{
	clear: both;
	display: none;
}
/* rename class "menu" for rwd display */
.menu.responsive{
	display: inline-block;
	width: 100%;
}
#content{
	width: 90%;
	font-size: 14px;
}
.adress{
	clear: both;
	width: 80%;
}
.contact{
	clear: both;
	width: 80%;
}
.fb-btn{
	clear: both;
	width: 80%;
}
.contact p{
	padding-left: 0px;
}

.fb-btn p{
	padding-left: 0px;
}
}




