@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);

html { font-family: 'Open Sans', Calibri, sans-serif; }
body {background-color: #fff; font-family:'Open Sans', Calibri, sans-serif; margin:0px; padding:0px; }

@media only screen and (min-width: 750px) {

.sayfa {width:980px; margin-left:auto; margin-right:auto;}
#katmanlar {width: 750px; height:536px; margin-left:auto; margin-right:auto;}

.bifikir 	{ position:absolute; width:750px; height:536px; }
.blur {

  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);

}

.katman_1 	{ position:absolute; width:750px; height:536px; z-index: 5;}
.katman_2 	{ position:absolute; width:895px; height:768px; z-index: 102;}
.katman_3 	{ position:absolute; width:895px; height:768px; z-index: 103;}
.katman_4 	{ position:absolute; width:895px; height:768px; z-index: 104;}
.katman_5 	{ position:absolute; width:895px; height:768px; z-index: 105;}

.footer-iletisim { width:680px; height:35px; margin-left:auto; margin-right:auto; margin-top:50px;}
.footer-iletisim .adres { font-family: 'Open Sans', Calibri, sans-serif; float:left; width:500px; height:30px; display:block; margin-left:10px; font-size:12px;  }
.facebook-alt, .twitter-alt, .instagram-alt {color:#555; float:left; width:30px; height:35px; display:block; margin-right:5px; margin-left:5px; font-size:35px; line-height:35px; }
.facebook-alt:hover {color:#3b5a9b;}
.twitter-alt:hover {color:#58ccff;}
.instagram-alt:hover {color:#18567b;}

.menu-ust { color:#555; background:transparent; border:none; margin-left:20px; margin-top:20px;}
.menu-ust i {font-size:1.6em;}
.menu-ust:hover i { color:#000 }

.overlay-icerik { color:#fff; font-weight:300; font-size:24px; width:70%; margin: 70px 0px 0px 0px; padding-left:250px; padding-right:50px; }

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	/*background-color:rgba(72,72,72,0.4);*/
	width: 450px;
	float: left;
	position: absolute;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: 'Open Sans', Calibri, sans-serif;
  font-weight:300;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: rgba(0,0,0,0.1);
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: white;
	box-shadow: 0;
	border: 3px solid rgba(0,0,0,0.5);
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name, #name:focus, #name.error {
	background-image: url(../img/isim.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email, #email:focus, #email.error {
	background-image: url(../img/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#subject, #subject:focus, #subject.error{
	background-image: url(../img/konu.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#verify, #verify:focus, #verify.error{
	background-image: url(../img/password.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea, textarea:focus, textarea.error {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
	background-image: url(../img/mesaj.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color: rgba(0,0,0,0.2);
}

#button-blue{
	font-family: 'Open Sans', Calibri, sans-serif;
	float:left;
	width: 80px;
	border: none;
	cursor:pointer;
	background-color: rgba(0,0,0,0.2);
	color:white;
	font-size:14px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:0px;
  font-weight:300;
}

#button-blue:hover{
	border:none;
	background-color: rgba(0,0,0,0);
	color: #000;
}

.submit {
	width: 80px;
}	
.submit:hover {
	width:80px;
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 63px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #999;
}
.buton{
display:block;
background:url(img/buton.png) no-repeat 0px 0px; 
width:30px; 
height:30px; 
cursor:pointer;
border:none;
}
.buton:hover{
background:url(img/buton.png) no-repeat 30px 30px; 
}

@media only screen and (max-width: 749px) {

.sayfa {width:980px; margin-left:auto; margin-right:auto;}
#katmanlar {width: 100%; height:536px; margin-left:auto; margin-right:auto;}

.bifikir 	{ position:absolute; width:100%; height:100%; }

.katman_1 	{ position:absolute; width:100%; height:auto; z-index: 5;}
.katman_2 	{ position:absolute; width:895px; height:768px; z-index: 102;}
.katman_3 	{ position:absolute; width:895px; height:768px; z-index: 103;}
.katman_4 	{ position:absolute; width:895px; height:768px; z-index: 104;}
.katman_5 	{ position:absolute; width:895px; height:768px; z-index: 105;}

.facebook-alt, .twitter-alt, .instagram-alt {color:#555; float:left; width:30px; height:35px; display:block; margin-right:5px; margin-left:5px; font-size:35px; line-height:35px; }

.footer-iletisim { width:680px; height:35px; margin-left:auto; margin-right:auto; margin-top:50px;}
.footer-iletisim .adres { float:left; width:500px; height:30px; display:block; margin-left:5px; font-size:12px; font-family: 'Open Sans', Calibri, sans-serif; }
.facebook-alt:hover {color:#3b5a9b;}
.twitter-alt:hover {color:#58ccff;}
.instagram-alt:hover {color:#18567b;}

.menu-ust { color:#555; background:transparent; border:none; margin-left:20px; margin-top:20px;}
.menu-ust i {font-size:1.6em;}
.menu-ust:hover i { color:#000 }

.overlay-icerik { color:#fff; font-weight:300; font-size:24px; width:70%; margin: 70px 0px 0px 0px; padding-left:250px; padding-right:50px; }

.menu-wrap {
	position: absolute;
	z-index: 1001;
	width: 85px;
	height: 100%;
	font-size: 1.15em;
	-webkit-transform: translate3d(-280px,0,0);
	transform: translate3d(-280px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}
.icon-list a {
	display: block;
	padding: 15px;
}
.icon-list a span {
	visibility : hidden;
	position: absolute;
}
.overlay-icerik { font-size:12px; padding-left:95px; padding-right:0px; }
.overlay button .overlay-close { width:12px; height:12px;  }

.blur {

  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);

}
}
