@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);

::-webkit-scrollbar {
    width: 17px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
}
 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3); 
}

html, body {
    height: 100%;
}

body { font-size: 12px; font-family: 'Roboto', sans-serif; color: #ccc; background: #fff; overflow-x: hidden }
a {
  color: #666;
  text-decoration: none;
  -webkit-transition: color ease 0.5s;
  -moz-transition: color ease 0.5s;
  -o-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
a:hover { color: #ff6600; }
p { margin-bottom: 20px; line-height: 20px; }

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #fff;
}
header .logo { width: 169px; height: 75px; float: left; margin-left: 15px; background: url(../images/logo.png); cursor: pointer; }
header .menu_op { display: none; width: 100%; height: 27px; margin-bottom: 8px; background: url(../images/menu_ac.png) no-repeat center; cursor: pointer; }
header ul.menu li { width: auto; float: left; margin-top: 28px; margin-left: 55px; }
header ul.menu li a { font-size: 18px; font-weight: 300; }
header ul.sosyal { position: absolute; top: 26px; right: 25px; }
header ul.sosyal li {
  width: 32px;
  height: 32px;
  margin: 0;
  margin-right: 6px;
  float: right;
  color: transparent;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
}
header ul.sosyal li.twitter  { background: url(../images/twitter.png); }
header ul.sosyal li.facebook { background: url(../images/facebook.png) }
header ul.sosyal li.google   { background: url(../images/google.png) }
header ul.sosyal li.youtube  { background: url(../images/youtube.png) }
header ul.sosyal li:hover  { opacity: 0.5; filter: alpha(opacity=50); }

.main {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -40px;
}
.main.hakkimizda { background: url(../images/deltafly.jpg) no-repeat top center; background-size: cover; }
#page-header {
	position: absolute;
	z-index: 15;
	border-left: 5px solid #ff6700;
	color: #ddd;
	font-size: 32px;
	height: 75px;
	line-height: 75px;
	padding-left: 20px;
}
#page-header.iletisim {
  background: url(../images/iletisim-bg.png) no-repeat top left;
  width: 100%;
  display: none;
}
#text-content {
	padding-left: 26px;
	font-size: 16px;
	color: #ccc;
}
#text-content ul li {
	padding-left: 15px;
	line-height: 35px;
	background: url(../images/arr-right.png) no-repeat 0px 9px;
	background-size: 15px 15px;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
#text-content ul li:hover { color: #fff; }
#maps { width: 100%; height: 100%; position: absolute; z-index: 10; margin-top: -75px; }
#mailform_ac {
  position: absolute;
  z-index: 55;
  left: 400px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #fff url(../images/arr-left.png) no-repeat 8px 8px;
  background-size: 25px 25px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}
#mailform {
  position: absolute;
  z-index: 55;
  left: 0px;
  top: 50%;
  margin-top: -200px;
  width: 360px;
  height: 360px;
  padding: 20px;
  background: #fff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#mailform h1 {
  border-left: 5px solid #ff6700;
  font: 16px 'Open Sans', sans-serif;
  color: #777;
  position: relative;
  top: -20px;
  left: -20px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
}
input[type=text] {
  width: 100%;
  padding: 8px;
  padding-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font: 13px 'Open Sans', sans-serif;
  color: #777;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
textarea {
  width: 100%;
  height: 115px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font: 13px 'Open Sans', sans-serif;
  color: #777;
  overflow: auto;
}
input[type=submit] {
  border: none;
  background: #ff6700;
  color: #fff;
  padding: 5px 10px 5px 10px;
  font: 13px 'Open Sans', sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}
input[type=reset] {
  border: none;
  background: #86cc00;
  color: #fff;
  padding: 5px 10px 5px 10px;
  font: 13px 'Open Sans', sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-right: 10px;
}
span#cevap {
  font: 13px 'Open Sans', sans-serif;
  line-height: 30px;
}
span#cevap.error {
  color: red;
}
span#cevap.success {
  color: #86cc00;
}
#info {
  width: 210px;
  padding: 20px;
  background: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 9999;
  bottom: 30px;
  right: 20px;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#info h1 { font: 18px 'Open Sans', sans-serif; margin-bottom: 10px; }
#info address { padding-left: 20px; background: url(../images/home.png) no-repeat top left; background-size: 16px 16px; line-height: 16px;  }
#info div.phone { padding-left: 20px; background: url(../images/phone.png) no-repeat top left; background-size: 13px 13px; line-height: 16px; margin-top: 6px; font-size: 20px; }

footer { display: none; height: 30px; font-size: 12px; padding: 5px; border-top: 1px solid #ccc; background: #f1f1f1; color: #999; }

.clearfix { clear: both; }

* { outline: none; resize: none; }

*, *:before, *:after {
    /*-webkit-box-sizing: border-box;*/
       /*-moz-box-sizing: border-box; */
            /*box-sizing: border-box;*/
 }

*:focus {
    outline: 0;
}

::-moz-focus-inner { padding:0; border:0 }