@charset "UTF-8";
/* CSS Document */
body{
	padding: 0;
	margin:0;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px; line-height: 20px;
	color: #fff;
	background: url(../balikesir-boya-bg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%; min-height: 100vh;
}
img{ border: 0; }
a{color: #73663d; }

.container{
	position: relative;
	width: 100%; max-width: 1024px;
	height: 100vh;
	margin: 0 auto;
	box-sizing: border-box;
	display: table;
}

.container > div{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	box-sizing: border-box;
}
.container-fluid{ 
	width: 100%; min-height: 100vh; max-width: inherit;
	box-sizing: border-box;
}
.container-fluid > div{ min-height: 100vh; }
.under{ text-align: center; }
.under h1{ line-height: 30px; }
.under h1 span{
	display: block; clear: both;
	font-size: 20px; line-height: 24px;
	font-weight: normal;
	padding: 5px 0;
}

.logo{ width: 100%; max-width: 220px; height: auto; margin: 0 auto 0 auto; }
.top{
	width: 100%; height: 110px;
	box-sizing: border-box;
	padding: 25px 15px 5px 15px;
	text-align: center;
	font-size: 13px; line-height: 18px;
}
.top > div{ position: relative; max-width: 1024px; margin: 0 auto; }
.footer{
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px 10px 15px;
	text-align: center;
	font-size: 13px; line-height: 18px;
}
.footer a{
	color: #73663d;
}

.footer a:hover{
	color: #fff; text-decoration: none;
}

.footer-inner{
	position: relative;
	bottom: inherit; left: inherit;
	padding: 10px 15px;
}

.content{
	height: 100%;
	background: rgba(255,255,255,.9); padding: 50px 15px 20px 15px;
	box-sizing: border-box;
}
.content > div{
	color: #333; box-sizing: border-box;
	min-height: 100%; max-width: 1024px; margin: 0 auto;
}


.content h1{
	text-align: left;
	color: #73663d; line-height: 30px;
	padding:  0 0 5px 0;
	border-bottom: 1px solid #73663d;
	text-transform: uppercase;
	font-weight: normal;
}
.content h2{
	font-size: 18px; line-height: 24px;
	text-align: center;
}
.content p{
	line-height: 24px;
	margin: 0;
}
.imprint{
	padding: 50px 0;
	font-size: 16px; line-height: 24px;
	text-align: center;

}
.content iframe{
	width: 100%; 
	height: 200px;
	border:5px solid #fff;
	box-sizing: border-box;
}

.lang{
	position: absolute;
	top: -10px; right: 10px;
	color: #fff; padding: 0 10px 0 0;
}
.lang:after{
	position: absolute; top: 5px; right: 0;
	content: '';
	width: 5px; height: 5px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(135deg);
}
.lang select{
	background: none;
	border: 0; color: #fff;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

.lang select::-ms-expand{
    display: none;
}
.lang select option{
	background: #fff;
	color: #000;
}



.privacy > div{
	display: none;
}

.privacy > div.en{
	display: block;
}

.sticky{
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	background: rgba(0,0,0,.9);
}

.sticky{ height: 90px; }
.sticky img{
	width: 100px;
}

.popup{
	position: fixed;
	left: 50%; top: 10px;
	box-sizing: border-box;
	color: #000;
	text-align: center;
	font-size: 12px; line-height: 16px;
	width: 100%; max-width: 1024px;
	display: none;
}
.popup > div{
	position: relative;
	left: -50%; 
	background: #fff;
	border: 1px solid #333;
	padding: 20px 10px 10px 10px;
}
.popup a{
	position: absolute;
	top: 3px; right: 3px;
}