@charset "UTF-8";
/* Body */
body {
	font-family:Titillium Web;
	/*background-color: #f2f2f2;*/
	background-image:url("../images/bggray.png");
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	
}
.containerwt {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	
}
#wticerik{
	background-image:url("../images/bg2.jpg");
	padding:10px;
	width:73%;
	height:auto;
	background-color:green;
	float:left;
	color:black;
	box-shadow: 0px 0px 100px gray;
	margin-top:20px;
	margin-bottom:50px;
	border-radius:30px;
	font-family:Titillium Web;
	text-shadow:4px 4px 10px white;
	font-size:16px;
	
}
#menudis{

width:100%;
}
#wtsolmenu{

	/*background-color:yellow;*/
	width:25%;
	/*margin-bottom:-3%;*/
	float:left;
	z-index:1;
}
#wtsolmenu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#wtsolmenu li{
	padding-top:15px;
	background-image:url("../images/o.jpg");
	width:75%;
	display:block;
	height:60px;
	margin-top:20px;
	text-align:center;
	line-height:30px;
	/*background-color:black;*/
	font-family:Titillium Web;
	font-size:16px;
	border-radius:30px;
	transition:width 1s;
	margin-left:5%;
	transition: all 0.2s linear;
}
#wtsolmenu li:hover{
	background-image:url("../images/bg2.jpg");
}
#wtsolmenu li:hover a{
	color:black;
	text-shadow: 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
}
#wtsolmenu li a{
	color:white;
}
/* Navigation */
header {
	width: 100%;
	min-height: 5%;
	/*background-color: #52bad5;*/
	background-image:url("../images/bggray.png");
}
.headerwt{
	min-height:200px;
	background-image:url("../images/menubg.jpg");
	background-size:100% 100%;
}

#menu{
	margin-right:270px;
	margin-top:147px;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 15%;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	letter-spacing:1px;
}
nav {
	float: right;
	width: 80%;
	text-align: right;
	z-index:9999;
}
header nav ul {
	list-style: none;
	float: right;
	z-index:9;
}
nav ul li {
	height:40px;
	display:block;
	float: left;
	color: black;
	font-size: 14px;
	text-align: left;
	margin-right: 15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	
}
nav ul li ul{
	color: black;
	margin-top:15px;
	display:none;
	position:absolute;
	width:100px;
	padding:0;
	margin-left:-50px;
}
nav ul li ul li{
	border: 1px solid white;
	/*background-color: #52bad5;*/
	background-image:url("../images/o.jpg");
	width:200px;
	font-size:12px;
	height:50px;
	display:block;
	text-align:center;
	line-height:25px;
	
}

nav ul li ul li a{
	color:#FFFFFF;
}
nav ul li:hover ul {
	display: block;
}
nav ul li ul li:hover {
	background-image:url("../images/bg2.jpg");
}
nav ul li ul li:hover a {
	color:grey;
	text-shadow: 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
}
ul li a {
	display:block;
	color: 	#F5F5F5;
	text-decoration: none;
	text-shadow: 1px 0 0 black, -1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
	font-weight:lighter;
	letter-spacing:2px;
	 
}
#cwtoalt
{
	margin-left:-77px;

}
#okullink
{
	margin-left:-65px;
}
.icon{
	width:100px;
	height:100px;
	border-radius:10px;
}


.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-image:url("images/bggray.png");
}
.leftarrow{
	float:left;
	width:30px;
	height:30px;
	margin-top:-20px;
}
.rightarrow{
	float:right;
	width:30px;
	height:30px;
	margin-top:-20px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
/* The Modal (background) */
.devam{
	text-decoration:none;
	font-size:18px;
	background-color:grey;
	color:#ffffff;
	border:1px solid black;
}
.devam:hover{
	background-color:#ffffff;
	color:grey;
	text-shadow:0 0 5px white;
	transition:0.5s linear all;
}
#cwtotop{
	width: 29%;
	text-align: justify;
	line-height: 25px;
	float: left;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
	color: white;

}
.modalDialog {
	position: fixed;
	color:black;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,2);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	font-size:18px;
	
}
.modalDialog h2{
	font-family: Sansita;
}
.modalDialog p {
	font-family: Dosis;
	margin-top:-20px;
}
.modalDialog img
{
	margin-right:25px;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 60%;
	position: relative;
	margin: 4% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	min-height:58%;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	margin-top:0;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-image:url("images/bggray.png");
	margin-top: 0px;
	
}

/* Stats Gallery */
.stats {
	margin-bottom: 5px;
	color: black;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 50px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 50px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	width:100%;
	height: 650px;
}
.bannerimg{
	width:100%;
	height: 100%;
}
}
.parallax {
	color: #FFFFFF;
	text-align: left;
	padding-left: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
	
}
.parallax_description {
	text-align: left;
	padding-left: 100px;
	width: 30%;
	float: left;
	font-weight:bold;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#ffffff;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}
.cards {
	width: 100%;
	height: 300px;
	max-width: 600px;
	max-height: 300px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	box-shadow: 0px 0px 20px #888888;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arsenal;
	
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
}
#harita{
	/*background-color:green;*/
	width:60%;
	height:450px;
	float:left;
	border:10px white solid;
	border-radius:0px 20px 20px 0px;

}

#iletisimbilgi
{
	margin-left:5%;
	width:30%;
	height:450px;
	/*background-color:white;*/
	color:black;
	float:left;
}
#telefon{
	width:100px;
	height:100px;
	margin-left:70%;
	margin-top:-280px;
	
}
#saat{
	width:100px;
	height:100px;
	margin-left:70%;
	margin-top:80px;
	
}
iframe{
	box-shadow:0px 0px 30px white;
}
.footer_banner {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0px;
	background-repeat: repeat;
	height:500px;
	
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.popupimg{
	border:1px white solid; border-radius:10px; float:left; width:25%;
}

#modalyazi{
	font-size:16px;
}

@media(min-width:1100px) and (max-width:1205px){
	.gallery{
		margin-top:-10px;
	}
	.bannerimg{
		height:500px;
	}
	.banner{
		height:500px;
	}
	.headerwt{
	min-height:150px;
	}
	#menu{
		margin-right:62px;
		margin-top:103px;
		
	}
	#menu a{
		font-size:10px;
	}
	#wtsolmenu li{
	font-size:13px;
	width:80%;
	}
}
@media(max-height:780px){
	.modalDialog > div {
		min-height:77%;
	}
}
@media(min-width:1206px) and (max-width:1299px){
	.bannerimg{
		height:550px;
		width:100%;
	}
	.banner{
		height:550px;
		width:100%;
	}
	.gallery{
		margin-top:-10px;
	}
.popupimg{
	width:32%;
}
.headerwt{
	min-height:150px;
	}
	#menu{
		margin-right:83px;
		margin-top:103px;
		
	}
	#menu a{
		font-size:10.5px;
	}
	#wtsolmenu li{
	font-size:14px;
	width:80%;
	}
}
@media(min-width:1300px) and (max-width:1366px){
	.bannerimg{
	width:1349px;
	height:590px;
}
}
@media(min-width:1440px) and (max-width:1600px){
	.banner{
	height:590px;
	margin-bottom:80px;
}
}

@media(min-width:1300px) and (max-width:1470px){
	.bannerimg{
		height:500px;
		width:100%;
	}
	.banner{
		height:550px;
		width:100%;
	}
	.modalDialog > div {
		min-height:63%;
	}
	#wtsolmenu li{
	width:80%;
	}
	.headerwt{
	min-height:150px;
	}
	#menu{
		margin-right:102px;
		margin-top:103px;
		
	}
	#menu a{
		font-size:11px;
	}
}
@media(min-width:1471px) and (max-width:1680px){
	#wtsolmenu li{
	width:80%;
	}
	.headerwt{
	min-height:180px;
	}
	#menu{
		margin-right:166px;
		margin-top:128px;
		
	}
	#menu a{
		font-size:13px;
	}
}
@media(min-width:1681px) and (max-width:1800px){
	#menu{
		margin-right:200px;
		margin-top:148px;
		
	}
	#menu a{
		font-size:13px;
	}
}


/* Mobile */
@media (max-width: 320px) {
	#wtsolmenu{
		width:100%;
	}
	.modalDialog > div{
		width:80%;
	}
	#modalyazi{
	font-size:11px;
}
	#sifuyesimpopup{
	width:15%;
}
	.modalDialog{
		font-size:11px;
	}
	#iletisimbilgi{
		font-size:11px;
	}
	#telefon,#saat{
	display:none;
}
#harita{
	width:250px;
	height:100px;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
.containerwt header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
nav ul li ul{
	margin-left:30px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:0;
}
#cwtop{
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}

}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 799px) {
	
	.banner{
		height:200px;
	}
	#harita{
		width:50%;
	}
	#modalyazi{
	font-size:11px;
}
	.modalDialog{
		font-size:12px;
	}
	.modalDialog > div{
		width:80%;
	}
	#iletisimbilgi{
		font-size:11px;
		color:White;
	}
#telefon,#saat{
	display:none;
}
.headerwt{
	min-height:200px;
	background-image:none;
}
#menu{
	margin-top:0;
}
#menu li{
	font-size:14px;
}
#menu ul li ul li{
	font-size:12px;
}

.menudis{
	width:100%;
}
#wtsolmenu{
	width:100%;
}
#wtsolmenu li{
	width:80%;
	margin-left:10%;
}
#wticerik{
	margin-left:10%;
	width:77%;
	text-align:center;
	font-size:10px;
}
#wticerik p{
	text-align:justify;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: white;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	/*background:#52bad5;*/
	background-image:url("../images/bg.png");
}
.containerwt header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	/*background:#52bad5;*/
	background-image:url("../images/bg.png");
}

header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;

}
nav ul li a{
	color:white;
}

nav ul li ul{
	left:44%;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#cwtotop{
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.bannerwt{
	width:100%;
}
.footer_column {
	width: 100%;
}
}
@media (min-width: 800px) and (max-width: 999px){
	.logo{
		font-size:10px;
	}
	nav ul li{
		font-size:7px;
	}
	.bannerimg{
	height:370px;
}
.banner{
	height:370px;
}
.gallery{
	margin-top:50px;
}
	.stats{
		font-size:12px;
	}
	.icon{
		width:50px;
		height:50px;
	}
	nav ul li ul li{
	width:150px;
	font-size:8px;
	height:40px;
	line-height:15px;
}
#telefon,#saat{
	display:none;
}
.headerwt{
	min-height:120px;
	}
	#menu{
		margin-right:12px;
		margin-top:80px;
		
	}
	#menu a{
		font-size:6px;
	}
	#wtsolmenu li{
	font-size:9px;
	width:80%;
	height:30px;
	line-height:15px;
	padding-top:4px;
	border-radius:25px;

	}

#iletisimbilgi{
	color:white;
	font-size:10px;
}
.footer_column{
	width: 100%;

}
.text_column {
	width: 100%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cwtotop{
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
#wtsolmenu{
	width:20%;
}

#wticerik{
	width:75%;
	font-size:10px;
}
}
/* Small Desktops */
@media (min-width: 1000px) and (max-width: 1099px) {
.logo{
	font-size:14px;
}
.icon{
	width:80px;
	height:80px;
}
.stats{
	font-size:14px;
}
.bannerimg{
	height:500px;
}
nav ul li{
	font-size:10px;
}
.headerwt{
	min-height:150px;
	}
	#menu{
		margin-right:12px;
		margin-top:103px;
		
	}
	#menu a{
		font-size:10px;
	}
	#wtsolmenu li{
	font-size:11px;
	width:80%;
	height:50px;
	line-height:25px;
	padding-top:10px;
	border-radius:25px;

	}

#iletisimbilgi{
	font-size:12px;
}
.footer_column{
	width: 100%;

}
.text_column {
	width: 100%;
}
.gallery{
	margin-top:-20px;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cwtotop{
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
	height:580px;
}
#wtsolmenu{
	width:20%;
}

#wticerik{
	width:75%;
}
#telefon{
	margin-top:-220px;
}
#telefon,#saat{
	width:50px;
	height:50px;
}
}