/* Include Css Styles
***************************************************************************************************************/ 

@import url('animate.css');
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

/* Reset
***************************************************************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,button{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
blockquote:before,blockquote:after,q:before,q:after{content:none}
textarea{resize:none}
body{line-height:1.4em; font-family:'PT Sans Narrow', sans-serif; font-size:14px;}
table{border-collapse:collapse;border-spacing:0}
blockquote,q{quotes:none}
ol,ul{list-style:none}
a{text-decoration:none}
:focus{outline:0}
.left{float:left}
.right{float:right}
* {box-sizing: border-box;}


@-o-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@viewport { width: device-width; }

img {border:0 none;}
h1{ font-size:28px}
h2{ font-size:20px; color:#a73437}
h3{ font-size:16px}
h4{font-size:14px}
h5{font-size:12px;}
h6{}
a,
a:active,
a:hover,
a:link{text-decoration:none; cursor:pointer;}
strong {color:#a73437}
b{ font-weight:600}
em{ text-decoration:underline}
ul{margin:0; padding:0; list-style:none}
li{list-style:none;}
ul li{list-style:none;}
html,body{height:100%; }
.clear{clear:both}

.buton{margin:10px auto; width:200px; height:35px; line-height:35px; background:#003366; color:#ffffff; text-align:center; font-size:18px; cursor:pointer;}


/* Standart
***************************************************************************************************************/
.koseli{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-khtml-border-radius:5px;}
.koseli1{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-khtml-border-radius:0 0 5px 5px;}
.koseli2{-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;-khtml-border-radius:5px 0 0 5px;}
.koseli3{-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-khtml-border-radius:5px 5px 0 0;}
.koseli4{-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;-khtml-border-radius:0 5px 5px 0;}
.incekoseli{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-khtml-border-radius:3px;}
.incecikkoseli{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-khtml-border-radius:2px;}
.golge{-webkit-box-shadow: -2px 2px 2px #333333;-moz-box-shadow: -2px 2px 2px #333333;-khtml-box-shadow:-2px 2px 2px #333333;box-shadow:-2px 2px 2px #333333;}
.golge1{-webkit-box-shadow: -2px -2px 2px #222222;-moz-box-shadow: -2px -2px 2px #222222;-khtml-box-shadow:-2px -2px 2px #222222;box-shadow:-2px -2px 2px #222222;}
.golge2{-webkit-box-shadow: 2px 2px 2px #cccccc;-moz-box-shadow: 2px 2px 2px #cccccc;-khtml-box-shadow:2px 2px 2px #cccccc;box-shadow:2px 2px 2px #cccccc; }

::-webkit-input-placeholder {color:#cccccc; font-size:18px}
:-moz-placeholder {color:#f0f0f0; font-size:18px}
::-moz-placeholder {color:#f0f0f0; font-size:18px}
:-ms-input-placeholder {color:#f0f0f0; font-size:18px}


input[type='button'] {color:#FF0033}
input[type='text'] {font-size:16px; color:#666666; box-shadow:0 0 2px #666666; height:15px; padding:15px; border:1px solid #f0f0f0}
input[type='password'] {}
textarea {font-size:16px; color:#666666; box-shadow:0 0 2px #666666; height:200px; padding:15px; border:1px solid #f0f0f0}
select{font-size:15px; color:#666666; box-shadow:0 0 3px #999999; height:37px; padding:5px; border:1px solid #f0f0f0; overflow:hidden; background:transparent url(/lib/resim/asok1.jpg) no-repeat 98% center; overflow:hidden; -webkit-appearance: none; -moz-appearance: none; appearance:none; text-indent: 0.01px; text-overflow: ""; }
select::-ms-expand {display: none;}
select:focus{box-shadow:0 0 3px #218aaa; border:1px solid #6bb2c8; webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
-o-transition: border linear 0.2s,box-shadow linear 0.2s;
transition: border linear 0.2s,box-shadow linear 0.2s;}

input[type='text']:focus{box-shadow:0 0 2px #a91918; border:1px solid #a91918; webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
-o-transition: border linear 0.2s,box-shadow linear 0.2s;
transition: border linear 0.2s,box-shadow linear 0.2s;}
/* Sabit
***************************************************************************************************************/
.wrapper{width:100%; min-height:100%; height:auto;}
.global-center{width:1080px;max-width:1080px;height:100%;margin:auto}
.ust{width:100%; margin:0; padding:0; height:5px;  background:#a73437;}
header{width:100%; height:64px; background:#ffffff; position:relative; box-shadow:0 0 5px #333333}
.logo-zemin{position:relative; z-index:99; float:left; width:300px; height:65px;}
nav{position:relative; float:left; width:780px; height:64px; z-index:99}
nav ul{color:#23407a; font-size:18px;}
nav ul li{float:left; padding:25px;}
nav ul a{color:#23407a;}
nav ul li:hover{color:#a73437;}
.gorselkutu{float:left; margin:2px; width:140px; height:80px; background:#333333 url(../resim/dzn-buyut.png) no-repeat center center}
.gorselkutu img{opacity:0.6}
.gorselkutu img:hover{opacity:1}

/* Footer
***************************************************************************************************************/
footer{position:relative; width:100%;height:30px; margin-top:50px; bottom:0; z-index:99; background:#333333}
.aves{position:absolute; bottom:0; right:20px; width:90px; height:40px; background-size:100%;}
