a {outline:none;text-decoration:none;color:#003737;}

*:focus  {outline: none;}  

h1{font-size:30px;margin-bottom:30px;}

html,body {margin:0;padding:0;height:100%;font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:18px;}

#container {width:100%;min-height:100%;position:relative;}

#header {width:100%;}

#body {box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;max-width:990px;margin:auto;padding:5px 30px 60px 30px;}

#footer {position:absolute;bottom:0;max-width:990px;width:100%;height:35px;background:#003737;color:#6f7070;font-size:13px;font-family:Arial, Helvetica, sans-serif;left:0px;right:0px;margin:auto;font-weight:bold;line-height:38px;padding:0px 30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

.slider{width:100%;background-size:100%;}

.slider img{width:100%;}

.headerContainer{padding:30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;max-width:990px;margin:auto;}

.logo{background:url("../img/logo.png") no-repeat center 0px transparent;display:block;float:left;width:100%;max-width:334px;background-size:100%;height:117px;text-indent:-5000px;}

.menu{float:right;margin-top:40px;max-width:435px;width:100%;}

.menu li{display:inline-block;margin-left:65px;height:40px;}

.menu li:first-child{margin-left:0px;}

.menu li a{padding:10px 20px;color:#003737;font-size:18px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:block;font-weight:bold;}

a.active,.menu li a:hover{border-bottom:1px solid #003737;}

.photoLink{text-align:right;color:#999999;font-style:italic;text-indent:1px;font-size: 12px;}

.photoLink a{color:#999999;font-weight:bold;text-decoration:underline;}

.photoLink a:hover{text-decoration:none;}

.container{color:#003737;margin-top:25px;}

.content{margin-bottom:35px;font-weight:bold;}

.column{width:30%;float:left;margin-right:4%;}

.column:last-child{margin-right:0px;}

.mailLink{color:#003737;text-decoration:underline;}

.mailLink:hover{text-decoration:none;}

.formContainer{}

.Row{margin-bottom:35px;}

.Form{float:left;max-width:315px;width:48%;margin-right:5%;position:relative;}

.Form.Long{width:100%;float:none;margin:0px;max-width:none;}

.Form.Long .inputContainer{max-width:677px;}

.Form.Last{margin:0px;}

label{color:#003737;margin-bottom:5px;display:block;width:100%;}

label span{color:red;}

.inputContainer{max-width:315px;width:100%;}

.inputContainer input, .inputContainer textarea{background:#e1e1e1;border:none;color:#003737;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;width:100%;height:38px;text-indent:10px;line-height:38px;box-shadow: inset 1px 1px 2px #999;-moz-box-shadow: inset 1px 1px 2px #999;-webkit-box-shadow: inset 1px 1px 2px #999;}

.inputContainer textarea{height:130px;resize:none;font-family:Arial, Helvetica, sans-serif;}

.inputContainer span{position:absolute;top: 0px;left: 50px;font-size:12px;}

.inputContainer span.Last{left:64px;}

.ErrorContent{width:100%;color:red;display:none;margin:0px 0px 25px 0px}

.sendButton{background-color:#d9e4de;width:130px;height:35px;text-align:center;line-height:38px;font-size:16px;cursor:pointer;display:block;box-shadow: 2px 2px 1px #a4bfb0;-moz-box-shadow: 2px 2px 1px #a4bfb0;-webkit-box-shadow: 2px 2px 1px #a4bfb0;float:left;color: #003737;border:none;font-weight:bold;}

.alternative{float:left;margin:10px 0px 0px 55px;font-weight:normal;}

.alternative a{font-weight:bold;}

/*Responsive görünüm için başlanıç*/


@media only screen and (max-width: 990px)
{
	.logo{float:none;margin:auto;}
	.menu{float:none;margin:40px auto 0px;}
}
	
	
@media only screen and (max-width: 768px)
{
.headerContainer{padding:30px 10px;}
#body {padding:5px 10px 60px 10px;}	
.column {width:100%;float:none;margin-bottom:20px;text-align:justify;}
#footer {padding:0px 10px;}	
.menu li{margin-left:45px;}
.Form{margin-right:4%;}
}

@media only screen and (max-width: 480px)
{
.menu li{margin-left:0px;display:block;}
.menu li a{text-align:center;}
.sendButton{float:none;width:100%;}
.alternative{float:none;margin:30px auto 0px ;text-align:center;}
.Form{width:100%;max-width:none;}	
.Form.Last{margin:35px 0px 0px 0px;}
.inputContainer{max-width:none;}
}


@media  (min-width:480px) and (max-width:960px) and (orientation:landscape)
{
 /*Bu çözünürlük iphone5 yatay çözünürlük için*/
}


@media  (min-width:385px) and (max-width:480px) and (orientation:landscape)
{
	/*Bu çözünürlük yatay çözünürlük için*/
}
/*Responsive görünüm için bitiş*/