@font-face {
    font-family: 'RalewayRegular';
    src: url('../fonts/RalewayRegular.eot');
    src: url('../fonts/RalewayRegular.eot') format('embedded-opentype'),
         url('../fonts/RalewayRegular.woff2') format('woff2'),
         url('../fonts/RalewayRegular.woff') format('woff'),
         url('../fonts/RalewayRegular.ttf') format('truetype'),
         url('../fonts/RalewayRegular.svg#RalewayRegular') format('svg');
}
@font-face {
    font-family: 'RalewayBold';
    src: url('../fonts/RalewayBold.eot');
    src: url('../fonts/RalewayBold.eot') format('embedded-opentype'),
         url('../fonts/RalewayBold.woff2') format('woff2'),
         url('../fonts/RalewayBold.woff') format('woff'),
         url('../fonts/RalewayBold.ttf') format('truetype'),
         url('../fonts/RalewayBold.svg#RalewayBold') format('svg');
}
@font-face {
    font-family: 'RalewayLight';
    src: url('../fonts/RalewayLight.eot');
    src: url('../fonts/RalewayLight.eot') format('embedded-opentype'),
         url('../fonts/RalewayLight.woff2') format('woff2'),
         url('../fonts/RalewayLight.woff') format('woff'),
         url('../fonts/RalewayLight.ttf') format('truetype'),
         url('../fonts/RalewayLight.svg#RalewayLight') format('svg');
}
@font-face {
    font-family: 'RalewayExtraBold';
    src: url('../fonts/RalewayExtraBold.eot');
    src: url('../fonts/RalewayExtraBold.eot') format('embedded-opentype'),
         url('../fonts/RalewayExtraBold.woff2') format('woff2'),
         url('../fonts/RalewayExtraBold.woff') format('woff'),
         url('../fonts/RalewayExtraBold.ttf') format('truetype'),
         url('../fonts/RalewayExtraBold.svg#RalewayExtraBold') format('svg');
}
@font-face {
    font-family: 'RalewayMedium';
    src: url('../fonts/RalewayMedium.eot');
    src: url('../fonts/RalewayMedium.eot') format('embedded-opentype'),
         url('../fonts/RalewayMedium.woff2') format('woff2'),
         url('../fonts/RalewayMedium.woff') format('woff'),
         url('../fonts/RalewayMedium.ttf') format('truetype'),
         url('../fonts/RalewayMedium.svg#RalewayMedium') format('svg');
}

*{margin:0; padding: 0;}
ul,li{list-style: none;}
a{text-decoration: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
body{font-family: 'RalewayRegular'; background: #fff;}

/****************************/

    /*TOP*/

/****************************/

.top{
    background: #f1f1f1;
    display: block;
    font-size: 14px;
    color: #707070;
    padding: 12px 0
}
.top .right{
    float:right;
}
.top .right span{
    font-family: 'RalewayBold';
    color: #545353;
}

/****************************/

    /*HEADER*/

/****************************/

.header{
    display: block;
}
.header .logo{
    float:left;
    width: 165px;
    height: 113px;
    background: url(../images/sprite.png) -44px 0;
    margin:27px 0 0 0;
    position: relative;
}
.hover {
    position: absolute;
    z-index: 10000;
    opacity: .5;
    width: 198px;
    height: 76px;
    left: 0;
    top: 0;
}
.hover {
    display: inline-block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.logo:hover .hover {
    top: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 32%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 71%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(32%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(71%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 32%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 32%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 32%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 32%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    -webkit-animation: logo 4s; background-repeat: no-repeat; animation: logo 2s; transition: all ease .4s;
}

@-webkit-keyframes logo {
    0% {background-position: -90px 0;}
    98% {background-position: 240px 0;}
    100% {background: none;}
}
@keyframes logo {
    0% {background-position: -90px 0;}
    98% {background-position: 240px 0;}
    100% {background: none;}
}
@keyframes myfirst {
    0%   {background:red; left:0px; top:0px;}
    25%  {background:yellow; left:200px; top:0px;}
    50%  {background:blue; left:200px; top:200px;}
    75%  {background:green; left:0px; top:200px;}
    100% {background:red; left:0px; top:0px;}
}
.header .sagKisim{
    float:right;
}
.header .sagKisim .ust{
    display: block;
    overflow: hidden;
    float: right;
}
.header .sagKisim .ust ul{}
.header .sagKisim .ust ul li{
    float:left;
    margin:20px 0 20px 11px;
}
.header .sagKisim .ust ul li a{
    font-size: 14px;
    color: #707070;
}
.header .sagKisim .menu{
    display: block;
}
.header .sagKisim .menu ul{
    float: left;
}
.header .sagKisim .menu ul li{
    float:left;
    position: relative;
    margin:15px 20px 0 0;
    padding: 0 0 19px 0;
}
.header .sagKisim .menu ul li:hover .acilir{
    display: block;
}
.header .sagKisim .menu ul li .acilir:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #00c5bc;
    top: -5px;
}
.header .sagKisim .menu ul li .acilir{
    display: none;
    position: absolute;
    width: 210px;
    top: 36px;
    background: #f5f5f5;
    z-index:9999;
}
.header .sagKisim .menu ul li .acilir a{
    padding: 7px;
    display: block;
    font-family: 'RalewayRegular';
    font-size: 14px;
    color: #545353;
}
.header .sagKisim .menu ul li .acilir .teklifIsteMenu{
    display: block;
    width: 210px;
    margin: 8px 0 0 0;
    height: 37px;
    background: url(../images/sprite.png) 0 -149px;
    padding: 0px;
}
.header .sagKisim .menu ul li:hover{
    color: #707070;
}
.header .sagKisim .menu ul li:after {
  content: '';
  position: absolute;
  top: -11px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #00c5bc;
  transition: 0.4s;
}
.header .sagKisim .menu ul li:hover:after {
  width: 42%;
}
.header .sagKisim .menu ul li:hover a{
    color: #00857f;
}
.header .sagKisim .menu ul li:hover .acilir ul li a{
    color: #545353;
}
.header .sagKisim .menu ul li.active:after {
  width: 42%;
}
.header .sagKisim .menu ul li.active a{
    color: #00857f;
}
.header .sagKisim .menu ul li small{
    display: block;
    font-family: 'RalewayLight';
    font-size: 14px;
    color: #8b8b8b;
    margin: 3px 0 0 0;
}
.header .sagKisim .menu ul li a{
    font-family: 'RalewayBold';
    color: #c4bdbe;
    font-size: 16px;
    transition: all .218s ease-in;
}
.header .sagKisim .menu .teklifIste{
    float:right;
    position: relative;
}
.header .sagKisim .menu .teklifIste .hizliAlan{
    display: none;
    position: absolute;
    width: 560px;
    height: 460px;
    background: #f5f5f5;
    left: -354px;
    top: 61px;
    z-index: 10;
}
.header .sagKisim .menu .teklifIste .hizliAlan.active{
    display: block;
}
.header .sagKisim .menu .teklifIste .hizliAlan:before{
    content:'';
    display: block;
    width: 480px;
    height: 10px;
    background: #bf272f;
    margin: 0 39px;
}
.header .sagKisim .menu .teklifIste .hizliAlan .formKismi{
    display: block;
    margin: 0 39px;
}
.header .sagKisim .menu .teklifIste .hizliAlan .formKismi label{
    float:left;
    font-size: 17px;
    color: #5a5958;
    margin: 25px 22px 0 0;
}
.header .sagKisim .menu .teklifIste .hizliAlan .formKismi label:nth-child(2){
    margin-right: 0;
}
.header .sagKisim .menu .teklifIste .hizliAlan .formKismi label:nth-child(4){
    margin-right: 0;
}
.header .sagKisim .menu .teklifIste .hizliAlan .formKismi label input[type=text]{
    display: block;
    outline: none;
    border:none;
    border:1px solid #e8e8e8;
    background: #fff;
    padding: 11px;
    width: 205px;
    margin: 8px 0 0 0;
    font-family: 'RalewayRegular';
}
.header .sagKisim .menu .teklifIste .hizliAlan .formKismi label select{
    display: block;
    outline: none;
    border:none;
    border:1px solid #e8e8e8;
    background: #fff;
    padding: 6px;
    height: 39px;
    width: 229px;
    margin: 8px 0 0 0;
    font-family: 'RalewayRegular';
}
.header .sagKisim .menu .teklifIste .hizliAlan .formKismi label textarea{
    display: block;
    outline: none;
    border:1px solid #e8e8e8;
    background: #fff;
    padding: 11px;
    width: 456px;
    height: 94px;
    margin: 8px 0 0 0;
    font-family: 'RalewayRegular';
}
.header .sagKisim .menu .teklifIste .hizliAlan .formKismi input[type=submit]{
    float:left;
    margin:25px 0 0 0;
    border:none;
    outline: none;
    background: #bf272f;
    font-family: 'RalewayExtraBold';
    color: #fff;
    font-size: 19px;
    padding: 13px;
    cursor: pointer;
}

.header .sagKisim .menu .teklifIste:hover{
    cursor: pointer;
}
.header .sagKisim .menu .teklifIste:hover .text{
    box-shadow: inset 0px 2px 15px 0px #c1c1c1;
}
.header .sagKisim .menu .teklifIste:before{
    content:'';
    position: absolute;
    width: 206px;
    height: 27px;
    background: url(../images/sprite.png) -491px 0;
    top: 50px;
}
.header .sagKisim .menu .teklifIste i{
    float:right;
    width: 40px;
    height: 50px;
    background: #bf272f url(../images/sprite.png);
}
.header .sagKisim .menu .teklifIste .text{
    float:right;
    font-family: 'RalewayExtraBold';
    font-size: 16px;
    color: #5a5958;
    padding: 15px;
    height: 20px;
    background: #f1f1f1;
}

/****************************/

    /*SAYFA DETAY*/

/****************************/

.sayfaDetay{
    display: block;
    border-top: 1px solid #c4bdbe;
    margin:15px 0 0 0;
}
.sayfaDetay h1{
    font-family: 'RalewayBold';
    color: #5a5958;
    font-size: 24px;
    margin:38px 0 0 0;
}

.sayfaDetay .breadCrumbs{
    display: -webkit-box;
    margin:35px 0 0 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 15px 0;
}
.sayfaDetay .breadCrumbs ul{}
.sayfaDetay .breadCrumbs ul li{
    float:left;
    font-size: 16px;
    color: #5a5958;
    font-family: 'RalewayLight';
    position: relative;
}
.sayfaDetay .breadCrumbs ul li:before{
    content:'';
    float:right;
    width: 10px;
    height: 16px;
    background: url(../images/sprite.png) -209px -58px;
    margin: 2px 11px 0 11px;
}
.sayfaDetay .breadCrumbs ul li:last-child:before{
    display: none;
}
.sayfaDetay .breadCrumbs ul li a{
    font-size: 16px;
    color: #5a5958;
    font-family: 'RalewayLight';
}

.sayfaDetay .solKisim{
    float:left;
    width: 820px;
    margin:15px 0 0 0;
}
.sayfaDetay .solKisim .detayFoto{
    display: block;
    border:1px solid #d1d1d1;
    overflow: hidden;
    height: 318px;
}
.sayfaDetay .solKisim .detayAciklama{
    display: block;
    line-height: 21px;
    font-size: 15px;
    color: #9f9f9f;
    margin:30px 0 0 0;
    border-bottom:1px solid #f1f1f1;
    padding: 0 0 20px 0;
}
.sayfaDetay .solKisim .detayAciklama2{
    display: block;
    line-height: 21px;
    font-size: 15px;
    color: #9f9f9f;
    margin:30px 0 0 0;
    padding: 0 0 20px 0;
}
.sayfaDetay .solKisim .detayAciklama2 h2{
    font-family: 'RalewayBold';
    font-size: 19px;
    color: #353535;
}
.sayfaDetay .solKisim .detayAciklama2 p{
    font-size: 15px;
    color: #545454;
    margin: 15px 0 0 0;
    line-height: 28px;
}

.sayfaDetay .sagKisim{
    float:right;
    width: 270px;
}
.sayfaDetay .sagKisim .sidebar{
    display: block;
    margin: -47px 0 0 0;
}
.sayfaDetay .sagKisim .sidebar .sBaslik{
    display: flex;
    background: #009e97;
    padding: 5px;
}
.sayfaDetay .sagKisim .sidebar .sBaslik i{
    width: 49px;
    height: 36px;
    float:left;
    background: url(../images/sprite.png) 0 -113px;
}
.sayfaDetay .sagKisim .sidebar .sBaslik span.text{
    float:left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    display: block;
    margin: 5px 0 0 14px;
    font-family: 'RalewayBold';
    font-size: 18px;
    color: #fff;
}
.sayfaDetay .sagKisim .sidebar .sBaslik span.text a{
    color: #fff;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan{
    display: block;
    background: #00c5bc;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan ul{
    display: block;
    padding:14px 0 0 0;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan ul li{
    border-left:4px solid #009e97;
    position: relative;
    padding: 10px;
    margin: 0 0 10px 0;
    transition: all .218s ease-in;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan ul li:hover{
    border-left:4px solid #bf272f;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan ul li.active{
    border-left:4px solid #bf272f;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan ul li a{
    font-family: 'RalewayBold';
    color: #fff;
    font-size: 17px;
    position: relative;
    z-index: 10;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 251px;
    display: block;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan ul li:hover a{
    color: #bf272f;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan ul li.active a{
    color: #bf272f;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  border-bottom: 40px solid #fff;
  transition: 0.4s;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan ul li:hover:after {
  width: 100%;
}
.sayfaDetay .sagKisim .sidebar .icerikAlan ul li.active:after {
  width: 100%;
}
.sayfaDetay .sagKisim .talepFormLight{
    display: block;
    margin: 10px 0 0 0;
    width: 270px;
    height: 91px;
    background: url(../images/teklif_iste_button.png);
}
.sayfaDetay .sagKisim .talepFormLight:hover{
    background: url(../images/teklif_iste_button.png) -293px 0;
}
.sayfaDetay .sagKisim .bilgilendirmeDokumani{
    display: flex;
    background: #f1f1f1;
}
.sayfaDetay .sagKisim .bilgilendirmeDokumani .bg{
    float:left;
    width: 55px;
    height: 50px;
    background: url(../images/icon_arkaBg.png);
}
.sayfaDetay .sagKisim .bilgilendirmeDokumani .bg i{
    display: block;
    width: 33px;
    height: 37px;
    background: url(../images/sprite.png) -360px 0;
    margin: 6px 0 0 9px;
}
.sayfaDetay .sagKisim .bilgilendirmeDokumani span.text{
    float:left;
    font-family: 'RalewayBold';
    font-size: 16px;
    color: #5a5958;
    margin: 16px 0 0 9px;
}
.sayfaDetay .sagKisim .blogKisim{
    display: block;
}
.sayfaDetay .sagKisim .blogKisim ul{
    margin: 20px 0 0 0;
}
.sayfaDetay .sagKisim .blogKisim ul li{
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 0 0 8px 0;
    margin: 0 0 9px 0;
}
.sayfaDetay .sagKisim .blogKisim ul li a{
    font-size: 16px;
    color: #545454;
}
.sayfaDetay .sagKisim .blogKisim ul li a:hover{
    color: #00c5bc;
}

.sayfaDetay .altHizmetler{
    display: block;
}
.sayfaDetay .altHizmetler .hizmetAciklama{
    line-height: 21px;
    font-size: 15px;
    color: #9f9f9f;
    display: block;
    margin: 10px 0 0 0;
}
.sayfaDetay .altHizmetler .hizmetAciklama p{
    display: block;
    margin:15px 0 0 0;
}
.sayfaDetay .altHizmetler .liste{
    float:left;
    width:357px;
    position: relative;
    margin:20px 14px 0 0;
}
.sayfaDetay .altHizmetler .liste:nth-child(3){
    margin-right:0;
}
.sayfaDetay .altHizmetler .liste .back{
    display: none;
    background: rgba(0, 158, 151, 0.3);
    position: absolute;
    width: 100%;
    height: 201px;
    transition: all .218s ease-in;
}
.sayfaDetay .altHizmetler .liste:hover .back{
    display: block;
}
.sayfaDetay .altHizmetler .liste .baslikAlan{
    display: block;
    height: 45px;
    background: #009e97;
    margin: -4px 0 0 0;
    position: relative;
}
.sayfaDetay .altHizmetler .liste .baslikAlan:before{
    position: absolute;
    content:'';
    width: 30px;
    height: 45px;
    left: 45px;
    z-index: 10;
    background: url(../images/sprite.png) -464px 0;
}
.sayfaDetay .altHizmetler .liste .baslikAlan .iAlan{
    float:left;
    width: 45px;
    height: 45px;
    background: #00c5bc;
    transition: all .218s ease-in;
}
.sayfaDetay .altHizmetler .liste .baslikAlan .iAlan i{
    display: block;
    width: 26px;
    height: 32px;
    background: url(../images/sprite.png) -393px 0;
    margin: 6px 0 0 7px;
    transition: all .218s ease-in;
}
.sayfaDetay .altHizmetler .liste:hover .baslikAlan .iAlan i{
    background: url(../images/sprite.png) -393px -32px;
}
.sayfaDetay .altHizmetler .liste:hover .baslikAlan .iAlan{
    background: #f0f0f0;
}
.sayfaDetay .altHizmetler .liste .baslikAlan .hBaslik{
    float:left;
    font-family: 'RalewayBold';
    font-size: 19px;
    color: #f1f1f1;
    margin: 11px 0 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 290px;
}

.sayfaDetay .tabDetay{
    display: block;
    margin:75px 0 0 0;
}
.sayfaDetay .tabDetay .linkAlan{
    display: block;
    height: 42px;
    border-bottom:1px solid #9d9d9d;
}
.sayfaDetay .tabDetay .linkAlan a{
    float:left;
    font-family: 'RalewayBold';
    color: #606060;
    font-size: 20px;
    background: #c7c7c7;
    padding: 9px 18px;
    margin: 0 10px 0 0;
}
.sayfaDetay .tabDetay .linkAlan a.active{
    color: #fff;
    background: #00736d;
}
.sayfaDetay .tabDetay .linkAlan .hizliIste{
    float:right;
    position: relative;
    background: #bf272f;
    color: #fff;
    margin-right:0;
}
.sayfaDetay .tabDetay .linkAlan .hizliIste i{
    position: absolute;
    width: 45px;
    height: 41px;
    top: -49px;
    left: -36px;
    background: url(../images/sprite.png) -419px 0;
    text-align: center;
    padding: 10px 0 0 0;
    text-align: center;
}

.sayfaDetay .tabDetay .tabs-content{
    font-family: 'RalewayMedium';
    font-size: 15px;
    color: #767676;
    line-height: 26px;
    margin: 20px 0 0 0;
}

.sayfaDetay .tabDetay .hizliTeklifForm{
    display: block;
}
.sayfaDetay .tabDetay .hizliTeklifForm .teklifSol{
    float:left;
    width: 810px;
}
.sayfaDetay .tabDetay .hizliTeklifForm .teklifSol label{
    float:left;
    font-family: 'RalewayMedium';
    font-size: 17px;
    color: #606060;
    margin: 0 45px 30px 0;
}
.sayfaDetay .tabDetay .hizliTeklifForm .teklifSol label input[type=text]{
    display: block;
    outline: none;
    background: #f1f1f1;
    border:none;
    padding: 17px 20px;
    width: 320px;
    margin: 10px 0 0 0;
    font-family: 'RalewayMedium';
}
.sayfaDetay .tabDetay .hizliTeklifForm .teklifSol label select{
    display: block;
    outline: none;
    background: #f1f1f1;
    border:none;
    padding: 14px 20px;
    width: 360px;
    margin: 10px 0 0 0;
    font-family: 'RalewayMedium';
    color: #606060;
    font-size: 15px;
}

.sayfaDetay .tabDetay .hizliTeklifForm .teklifSol .kosul{
    display: block;
    font-family: 'RalewayMedium';
    font-size: 14px;
    color: #909090;
}
.sayfaDetay .tabDetay .hizliTeklifForm .teklifSol .kosul input[type=checkbox]{
    float:left;
    width: 30px;
    height: 30px;
    margin: 10px 10px 0 0;
}

.sayfaDetay .tabDetay .hizliTeklifForm .teklifSag{
    float:right;
}
.sayfaDetay .tabDetay .hizliTeklifForm .teklifSag label{
    font-family: 'RalewayMedium';
    font-size: 17px;
    color: #606060;
    margin: 0 45px 30px 0;
}
.sayfaDetay .tabDetay .hizliTeklifForm .teklifSag label textarea{
    display: block;
    outline: none;
    background: #f1f1f1;
    border:none;
    padding: 17px 20px;
    width: 250px;
    height: 129px;
    margin: 10px 0 0 0;
    font-family: 'RalewayMedium';
}
.sayfaDetay .tabDetay .hizliTeklifForm .teklifSag input[type=submit]{
    float:right;
    outline: none;
    border:none;
    background: #009e97;
    font-family: 'RalewayExtraBold';
    font-size: 19px;
    color: #fff;
    padding: 13px;
    margin: 15px 0 0 0;
    cursor: pointer;
}

.sikcaSorularSayf{
    display: block;
    margin:35px 0 0 0;
}
.sikcaSorularSayf .ui-state-default{
    background: #e9e9e9;
    font-size: 19px;
    color: #5a5958;
    padding: 13px;
    outline: none;
    margin: 0 0 5px 0;
    cursor: pointer;
}
.sikcaSorularSayf .ui-state-active{
    background: #00ada4;
    font-size: 19px;
    color: #fff;
    padding: 13px;
}

.sikcaSorularSayf .ui-accordion .ui-accordion-content{
    padding: 13px;
    font-size: 15px;
    color: #5a5958;
    border:1px solid #e9e9e9;
    line-height: 23px;
    margin:0 0 5px 0;
}

.sayfaDetay .kampanyalarSayf{
    float:left;
    width: 850px;
    display: block;
}
.sayfaDetay .kampanyalarSayf .kampgenelAciklama{
    font-size: 15px;
    color: #9e9e9e;
    line-height: 22px;
    margin: 20px 0 0 0;
}
.sayfaDetay .kampanyalarSayf .kampList{
    float:left;
    width: 400px;
    height: 175px;
    margin:40px 25px 0 0;
    background: #f1f1f1;
}
.sayfaDetay .kampanyalarSayf .kampList img{
    float:left;
    width: 135px;
    height: 175px;
}
.sayfaDetay .kampanyalarSayf .kampList .bilgileri{
    float:left;
    width: 245px;
    margin:8px 0 0 8px;
}
.sayfaDetay .kampanyalarSayf .kampList .bilgileri span.kBaslik{
    display: block;
    font-family: 'RalewayBold';
    font-size: 16px;
    color: #5a5958;
}
.sayfaDetay .kampanyalarSayf .kampList .bilgileri p{
    line-height: 20px;
    margin: 6px 0 0 0;
    font-family: 'RalewayLight';
    font-size: 14px;
    color: #5a5958;
}

.sayfaDetay .blogSayf{
    float: left;
    width: 850px;
    display: block;
}
.sayfaDetay .blogSayf .listesi{
    display: block;
    margin: 17px 0 25px 0;
    width: 821px;
}
.sayfaDetay .blogSayf .listesi img{
    border:1px solid #d1d1d1;
}
.sayfaDetay .blogSayf .listesi span.bBaslik{
    display: block;
    font-family: 'RalewayBold';
    font-size: 19px;
    color: #5a5958;
    margin: 10px 0;
}
.sayfaDetay .blogSayf .listesi .tarihYorum{
    display: block;
    font-family: 'RalewayLight';
    font-size: 14px;
    color: #5a5958;
}
.sayfaDetay .blogSayf .listesi p{
    display: block;
    font-size: 15px;
    color: #5a5a5a;
    margin: 13px 0 0 0;
    line-height: 22px;
}
.sayfaDetay .blogSayf .sayfalama{
    display: block;
}
.sayfaDetay .blogSayf .sayfalama ul{}
.sayfaDetay .blogSayf .sayfalama ul li{
    float:left;
    margin: 0 5px 0 0;
}
.sayfaDetay .blogSayf .sayfalama ul li a{
    font-family: 'Tahoma';
    font-size: 20px;
    color: #5a5958;
    background: #f1f1f1;
    padding: 5px 9px;
    transition: all .218s ease-in;
}
.sayfaDetay .blogSayf .sayfalama ul li a:hover{
    background: #00857f;
    color: #fff;
}

.sayfaDetay .basitSide{
    float:right;
    width: 240px;
    margin:17px 0 0 0;
}
.sayfaDetay .basitSide ul{}
.sayfaDetay .basitSide ul li{
    display: block;
    font-size: 19px;
    padding: 7px 0;
    color: #626262;
}
.sayfaDetay .basitSide ul li a{
    display: block;
    font-size: 19px;
    color: #626262;
}
.sayfaDetay .basitSide ul li:hover a{
    color: #00857f;
}

.sayfaDetay .iletisimSayf{
    display: block;
}
.sayfaDetay .iletisimSayf .maps{
    display: block;
    width: 100%;
    height: 300px;
    background: #ebebeb;
    margin: 25px 0 0 0
}

.sayfaDetay .iletisimSayf .iletisimBilgileri{
    float:left;
    margin: 25px 0 0 0
}
.sayfaDetay .iletisimSayf .iletisimBilgileri .kolon{
    display: block;
    line-height: 25px;
}
.sayfaDetay .iletisimSayf .iletisimBilgileri .kolon span.kBaslik{
    font-family: 'RalewayBold';
    font-size: 19px;
    color: #bf272f;
    margin: 0 0 8px 0;
    display: block;
}
.sayfaDetay .iletisimSayf .iletisimBilgileri .kolon p{
    font-size: 15px;
    color: #5a5958;
}

.sayfaDetay .iletisimSayf .formKisim{
    float:right;
    background: #f1f1f1;
    width: 324px;
    padding: 24px;
    margin: 25px 0 0 0
}
.sayfaDetay .iletisimSayf .formKisim span.fBaslik{
    display: block;
    font-family: 'RalewayBold';
    font-size: 21px;
    color: #5a5958;
    border-bottom: 1px solid #bebebe;
    padding: 0 0 10px 0;
}
.sayfaDetay .iletisimSayf .formKisim label{
    display: block;
    color: #5a5958;
    font-size: 17px;
    margin: 17px 0 0 0;
}
.sayfaDetay .iletisimSayf .formKisim label input[type=text]{
    display: block;
    outline: none;
    border:none;
    background: #fff;
    padding: 11px;
    margin: 8px 0 0 0;
    width: 302px;
}
.sayfaDetay .iletisimSayf .formKisim label textarea{
    display: block;
    outline: none;
    border:none;
    background: #fff;
    padding: 11px;
    margin: 8px 0 0 0;
    width: 302px;
    height: 80px;
}
.sayfaDetay .iletisimSayf .formKisim input[type=submit]{
    float:right;
    background: #00857f;
    border:none;
    outline: none;
    font-family: 'RalewayBold';
    font-size: 17px;
    color: #fff;
    margin: 17px 0 0 0;
    padding: 12px;
    cursor: pointer;
}

/****************************/

    /*SLIDER*/

/****************************/

.sliderr{
    display: block;
    height: 570px;
    overflow: hidden;
    background: url(../images/slider_bg.jpg) top center no-repeat;
}
.sliderr .bilgiler{
    position: absolute;
    top: 117px;
    left: 491px;
}
.sliderr .bilgiler .sBaslik{
    display: block;
    font-family: 'RalewayExtraBold';
    font-size: 27px;
    color: #5a5958;
}
.sliderr .bilgiler .sBaslik .red{
    color: #bf272f;
}
.sliderr .bilgiler .sBaslik .kurumsalRenk{
    color: #00c5bc;
}
.sliderr .bilgiler p{
    font-family: 'RalewayLight';
    color: #4c4c4c;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 0 0;
}
.bx-controls{
    position: absolute;
    right: 0;
    bottom: 25px;
}
.bx-pager-item{
    width: 75px;
    height: 75px;
    float:left;
    text-indent: -9899px;
    margin: 0 0 0 10px;
}
.bx-pager-item a{
    display: block;
    width: 75px;
    height: 75px;
}
.bx-pager-item:nth-child(1){
    background: url(../images/slider_mini_1.png);
}
.bx-pager-item:nth-child(2){
    background: url(../images/slider_mini_2.png);
}
.bx-pager-item:nth-child(3){
    background: url(../images/slider_mini_3.png);
}
.bx-pager-item:nth-child(4){
    background: url(../images/slider_mini_4.png);
}
.bx-pager-item:nth-child(5){
    background: url(../images/slider_mini_5.png);
}

.bx-controls-direction{
    display: none;
}

/****************************/

    /*ANA HIZMETLER*/

/****************************/

.anaHizmetler{
    display: block;
}
.anaHizmetler .baslikKisim{
    display: block;
    background: #bebebe;
    overflow: hidden;
}
.anaHizmetler .baslikKisim ul{}
.anaHizmetler .baslikKisim ul li:hover a .baslik{
    color: #006e69;
}
.anaHizmetler .baslikKisim ul li.active a .baslik{
    color: #006e69;
}
.anaHizmetler .baslikKisim ul li{
    float:left;
    position: relative;
}
.anaHizmetler .baslikKisim ul li a{

}
.anaHizmetler .baslikKisim ul li a i{
    float:left;
    width: 60px;
    height: 60px;
    margin: 0 0 0 4px;
}
.anaHizmetler .baslikKisim ul li a .iGenel{
    display: block;
    float: left;
    width: 72px;
    height: 60px;
    background: url(../images/tab_icon_bg.png);
}
.anaHizmetler .baslikKisim ul li.active a .iGenel{
    background: url(../images/tab_icon_bg_hover.png);
}
.anaHizmetler .baslikKisim ul li a i.arac{
    background:url(../images/arac_icon.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li:hover a i.arac{
    background:url(../images/arac_icon_hover.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li.active a i.arac{
    background:url(../images/arac_icon_hover.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li a i.muhendislik{
    background:url(../images/muhendislik_icon.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li:hover a i.muhendislik{
    background:url(../images/muhendislik_icon_hover.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li.active a i.muhendislik{
    background:url(../images/muhendislik_icon_hover.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li a i.saglik{
    background:url(../images/saglik_icon.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li:hover a i.saglik{
    background:url(../images/saglik_icon_hover.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li.active a i.saglik{
    background:url(../images/saglik_icon_hover.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li a i.yat{
    background:url(../images/yat_icon.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li:hover a i.yat{
    background:url(../images/yat_icon_hover.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li.active a i.yat{
    background:url(../images/yat_icon_hover.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li a i.is_yeri{
    background:url(../images/is_yeri_icon.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li:hover a i.is_yeri{
    background:url(../images/is_yeri_icon_hover.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li.active a i.is_yeri{
    background:url(../images/is_yeri_icon_hover.png) center no-repeat;
}
.anaHizmetler .baslikKisim ul li a .baslik{
    float:left;
    font-family: 'RalewayExtraBold';
    font-size: 16px;
    color: #434343;
    width: 145px;
    margin: 20px 0 0 2px;
}

.anaHizmetler .hizmetIcerikleri{
    display: block;
    background: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 30px 0;
    overflow: hidden;
}
.anaHizmetler .hizmetIcerikleri .tabs-content{
    display: block;
    padding: 35px 0;
}
.anaHizmetler .hizmetIcerikleri .tabs-content .bilgiler{
    float:left;
    width: 660px;
}
.anaHizmetler .hizmetIcerikleri .tabs-content .bilgiler .hBaslik{
    display: block;
    font-family: 'RalewayExtraBold';
    font-size: 27px;
    color: #5a5958;
}
.anaHizmetler .hizmetIcerikleri .tabs-content .bilgiler .aciklamasi{
    display: block;
    font-size: 15px;
    color: #494949;
    line-height: 24px;
}
.anaHizmetler .hizmetIcerikleri .tabs-content .bilgiler .aciklamasi p{
    display: block;
    margin: 25px 0 0 0;
}
.anaHizmetler .hizmetIcerikleri .tabs-content img{
    float:right;
}
.anaHizmetler .hizmetIcerikleri .tabs-content .ekstra{
    display: block;
    margin:0 0 50px 0;
}
.anaHizmetler .hizmetIcerikleri .tabs-content .ekstra ul{}
.anaHizmetler .hizmetIcerikleri .tabs-content .ekstra ul li{
    float:left;
    margin: 0 8px 0 0;
    padding: 15px 0;
}
.anaHizmetler .hizmetIcerikleri .tabs-content .ekstra ul li a{
    background: #009992;
    font-family: 'RalewayExtraBold';
    font-size: 18px;
    padding: 10px;
    color: #fff;
}
.anaHizmetler .hizmetIcerikleri .tabs-content .ekstra ul li a:hover{
    background: #007772;
}

/****************************/

    /*NASIL ÇALIŞIRIZ*/

/****************************/

.nasilCalisiriz{
    display: block;
    margin:30px 0 40px 0;
    overflow: hidden;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
}
.nasilCalisiriz .textAlan{
    float:right;
    width: 475px;
    margin:0 135px 0 0;
}
.nasilCalisiriz .textAlan span.tBaslik{
    font-family: 'RalewayExtraBold';
    font-size: 27px;
    color: #5a5958;
}
.nasilCalisiriz .textAlan small{
    display: block;
    font-family: 'RalewayLight';
    font-size: 15px;
    color: #9c9c9c;
}
.nasilCalisiriz .textAlan .aciklamasi{
    display: block;
    font-family: 'RalewayLight';
    font-size: 17px;
    color: #5a5958;
    margin: 25px 0 0 0;
    line-height: 22px;
}

.nasilCalisiriz .textAlan .tabKismi{
    float:left;
    margin:25px 0 0 0;
}

.nasilCalisiriz .textAlan .tabKismi .ui-state-default{
    background: #e9e9e9;
    font-size: 19px;
    color: #5a5958;
    padding: 13px;
    outline: none;
    margin: 0 0 5px 0;
    cursor: pointer;
}
.nasilCalisiriz .textAlan .tabKismi .ui-state-active{
    background: #bf272f;
    font-size: 19px;
    color: #fff;
    padding: 13px;
}

.nasilCalisiriz .textAlan .tabKismi .ui-accordion .ui-accordion-content{
    padding: 13px 13px 32px 13px;
    font-size: 15px;
    color: #5a5958;
    border:1px solid #e9e9e9;
    line-height: 23px;
    margin:0 0 5px 0;
}
.nasilCalisiriz .textAlan .tabKismi .ui-accordion .ui-accordion-content p b{
    color: #9e9e9e;
}
.nasilCalisiriz .textAlan .tabKismi .ui-accordion .ui-accordion-content p a{
    color: #9e9e9e;
}

.nasilCalisiriz .bilgiKisim{
    float:left;
    width: 465px;
    margin:66px 0 0 0;
}
.nasilCalisiriz .bilgiKisim .img{
    display: block;
    text-align: center;
}
.nasilCalisiriz .bilgiKisim .iletisimBilgiler{
    display: block;
    margin:20px 0 0 0;
}
.nasilCalisiriz .bilgiKisim .iletisimBilgiler label{
    display: block;
    float:left;
    margin: 0 25px 15px 0;
    font-size: 16px;
    color: #7c7c7c;
}
.nasilCalisiriz .bilgiKisim .iletisimBilgiler label span.aBaslik{
    font-family: 'RalewayExtraBold';
    display: block;
    color: #7c7c7c;
}
.nasilCalisiriz .bilgiKisim .iletisimBilgiler a{
    font-family: 'RalewayExtraBold';
    font-size: 16px;
    display: block;
    color: #bf272f;
    margin: 4px 0 0 0;
}

/****************************/

    /*SORULAR VE KAMPANYALAR*/

/****************************/

.sorularveKampanyalar{
    display: block;
    height: 485px;
}
.sorularveKampanyalar .sorular{
    float:left;
    width: 530px;
    position: relative;
}
.sorularveKampanyalar .sorular:before{
    content:'';
    position: absolute;
    right:-40px;
    width: 1px;
    height: 484px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #b6b6b6 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#b6b6b6 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#b6b6b6 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.sorularveKampanyalar .sorular .baslikAlan{
    display: block;
}
.sorularveKampanyalar .sorular .baslikAlan i{
    float:left;
    margin: 0 0 0 80px;
    width: 95px;
    height: 58px;
    background: url(../images/sprite.png) -209px 0;
}
.sorularveKampanyalar .sorular .baslikAlan .text{
    float:left;
    margin: 17px 0 0 25px;
    font-family: 'RalewayExtraBold';
    font-size: 22px;
    color: #5a5958;
}

.sorularveKampanyalar .sorular #w {
    display: block;
    max-width: 1000px;
    min-width: 280px;
    margin: 0 auto;
    padding-bottom: 35px;
}
.sorularveKampanyalar .sorular #w header {
    display: block;
    padding-top: 15px;
}
.sorularveKampanyalar .sorular .slider22 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 0 15px 0;
}
.sorularveKampanyalar .sorular .slides22 {
    overflow: hidden; 
    -webkit-backface-visibility: hidden; 
    -webkit-transform-style: preserve-3d; 
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.sorularveKampanyalar .sorular .slide22 {
    height: 100%; 
    float: left; 
    clear: none; 
    list-style: none;
}
.sorularveKampanyalar .sorular .slide22 figure {
    display: block;
    position: relative;
    margin: 10px 0 0 0;
}
.sorularveKampanyalar .sorular .slide22 figure figcaption {
    top: 0px;
    right: 0;
    font-size: 14px;
    padding: 8px 14px;
    color: #7f7f7f;
}
.sorularveKampanyalar .sorular .slide22 figure figcaption .baslikHaber{
    font-size: 17px;
    display: block;
    text-align: center;
    color: #262626;
}
.sorularveKampanyalar .sorular .slide22 figure figcaption p{
    font-size: 15px;
    color: #5a5958;
    display: block;
    margin: 12px 0 0 0;
    text-align: center;
    line-height: 25px;
}
.sorularveKampanyalar .sorular .slide22 figure figcaption a {
    font-size: 15px;
    color: #fd9204;
    text-decoration: none;
}
.sorularveKampanyalar .sorular .slide22 figure figcaption a:hover {
    text-decoration: underline;
}
.sorularveKampanyalar .sorular .slide22 figure img {
    max-height: 480px;
    width: 120px;
    height: 95px;
}
.sorularveKampanyalar .slider-arrow {
    position: absolute;
    display: none;
    margin-bottom: -20px;
    padding: 20px;
    font-family: 'Alegreya Sans', 'Trebuchet MS', sans-serif;
    text-decoration: none;
    font-weight: 900;
    font-size: 3.0em;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sorularveKampanyalar .slider-arrow:hover {
    background: #ddd; 
    color: #aaa;
}
.sorularveKampanyalar .slider-arrow--right { 
    bottom: 50%; 
    right: 30px;
}
.sorularveKampanyalar .slider-arrow--left {
    bottom: 50%;
    left: 30px;
}
.sorularveKampanyalar .slider-nav {
    position: absolute;
    bottom: 0px;
}
.sorularveKampanyalar .slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #C7C7C7;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.sorularveKampanyalar .slider-nav__item:hover {
    background: #bababa;
}
.sorularveKampanyalar .slider-nav__item--current, .slider-nav__item--current:hover {
    background: #999;
}
/** responsive styles **/
@media screen and (max-width: 1050px) {#w { padding: 0 15px; }.slider-arrow { font-size: 1.8em; padding: 15px; }} 
@media screen and (max-width: 650px) {h1 { font-size: 2.9em; }}
@media screen and (max-width: 450px) {h1 { font-size: 2.1em; }}

.sorularveKampanyalar .kampanyalar{
    float:left;
    width: 480px;
    position: relative;
    margin: 0 0 0 85px;
}
.sorularveKampanyalar .kampanyalar .baslikAlan{
    margin: 17px 0 0 0;
    display: block;
    text-align: center;
    font-family: 'RalewayExtraBold';
    font-size: 22px;
    color: #5a5958;
}
.sorularveKampanyalar .kampanyalar .aciklamasi{
    display: block;
    font-size: 15px;
    color: #5a5958;
    margin: 15px 0 0 0;
}

.sorularveKampanyalar .kampanyalar .slider33 {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
    margin: 20px 0 0 0;
}
.sorularveKampanyalar .kampanyalar .slides33 {
    height: 100%; 
    overflow: hidden; 
    -webkit-backface-visibility: hidden; 
    -webkit-transform-style: preserve-3d; 
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.sorularveKampanyalar .kampanyalar .slide33 {
    height: 100%; 
    float: left; 
    clear: none; 
    list-style: none;
}
.sorularveKampanyalar .kampanyalar .slide33 figure {
    display: block;
    position: relative;
    margin: 10px 0 0 0;
}
.sorularveKampanyalar .kampanyalar .slide33 figure figcaption {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 14px;
    color: #7f7f7f;
}
.sorularveKampanyalar .kampanyalar .slide33 figure figcaption .baslikHaber{
    font-size: 17px;
    display: block;
    text-align: left;
    color: #262626;
}
.sorularveKampanyalar .kampanyalar .slide33 figure figcaption p{
    font-size: 15px;
    color: #5a5958;
    display: block;
    margin: 12px 0 0 0;
    text-align: left;
}
.sorularveKampanyalar .kampanyalar .slide33 figure figcaption a {
    font-size: 15px;
    color: #fd9204;
    text-decoration: none;
}
.sorularveKampanyalar .kampanyalar .slide33 figure figcaption a:hover {
    text-decoration: underline;
}
.sorularveKampanyalar .kampanyalar .slide33 .kampanyaDetaylar{
    float:left;
    width: 300px;
}
.sorularveKampanyalar .kampanyalar .slide33 figure img {
    float: right;
    max-height: 480px;
    width: 175px;
}

/****************************/

    /*HABERLER*/

/****************************/

.haberler{
    display: block;
}
.haberler span.genelBaslik{
    display: block;
    text-align: center;
    font-family: 'RalewayExtraBold';
    font-size: 27px;
    color: #5a5958;
}
.haberler .genelAciklama{
    display: block;
    text-align: center;
    font-family: 'RalewayLight';
    font-size: 15px;
    color: #9c9c9c;
}
.haberler .listAlan{
    display: block;
    margin:60px 0 0 0;
}
.haberler .listAlan .list{
    display: block;
    float:left;
    margin: 0 0 0 49px;
    width: 310px;
}
.haberler .listAlan .list .hBaslik{
    display: block;
    font-size: 17px;
    color: #5a5958;
    text-align: center;
    margin: 8px 0 0 0;
}
.haberler .listAlan .list p{
    font-size: 14px;
    color: #909090;
    text-align: center;
    margin: 11px 0 0 0;
    line-height: 22px;
}

/****************************/

    /*FOOTER*/

/****************************/

.footerCizgi{
    display: block;
    width: 100%;
    height: 15px;
    background: url(../images/footer_cizgiBg.jpg);
    margin: 30px 0 0 0;
}

.footerTop{
    display: block;
    padding: 40px 0;
    overflow: hidden;
}
.footerTop .sosyalMedya{
    float:left;
    margin:0 0 0 55px;
}
.footerTop .sosyalMedya .sBaslik{
    display: block;
    font-family: 'RalewayExtraBold';
    font-size: 19px;
    color: #5a5958;
}
.footerTop .sosyalMedya i{
    float:left;
    background: #dcdcdc;
    border-radius: 50%;
    width: 50px;
    height: 40px;
    padding: 10px 0 0 0;
    font-size: 28px;
    text-align: center;
    color: #7b7b7b;
    margin: 21px 12px 0 0;
    transition: all .218s ease-in;
}
.footerTop .sosyalMedya i:hover{
    background: #00c5bc;
    color: #fff;
}
.footerTop .bizeUlasin{
    float:left;
    margin:0 70px 0 99px;
}
.footerTop .bizeUlasin .sBaslik{
    display: block;
    font-family: 'RalewayExtraBold';
    font-size: 19px;
    color: #5a5958;
}
.footerTop .bizeUlasin .bilgileri{
    display: block;
    font-size: 19px;
    color: #5a5958;
    margin:21px 0 0 0;
}
.footerTop .kampanyalardanHaberdar{
    float:left;
}
.footerTop .kampanyalardanHaberdar .sBaslik{
    display: block;
    font-family: 'RalewayExtraBold';
    font-size: 19px;
    color: #5a5958;
}
.footerTop .kampanyalardanHaberdar .formAlan{
    display: block;
    margin:20px 0 0 0;
}
.footerTop .kampanyalardanHaberdar .formAlan input[type=text]{
    float:left;
    padding: 15px;
    width: 200px;
    outline: none;
    border:none;
    background: #dcdcdc;
    font-family: 'RalewayRegular';
    font-size: 17px;
    color: #5a5958;
}
.footerTop .kampanyalardanHaberdar .formAlan button i{
    background: url(../images/sprite.png) -307px -5px;
    display: block;
    width: 35px;
    height: 29px;
    margin: 0 0 0 15px;
}
.footerTop .kampanyalardanHaberdar .formAlan button{
    float:left;
    outline: none;
    border:none;
    width: 70px;
    height: 50px;
    background: #00c5bc;
    box-shadow: inset 4px 4px 7px #009b94;
    cursor: pointer;
}

.footer hr{
    display: block;
    background: #dfdfdf;
    border:none;
    width: 100%;
    height: 1px;
    margin: 0 0 40px 0;
}

.footer .kolon:nth-child(3){
    float:left;
    width: 330px;
    margin:0 0 20px 55px;
    position: relative;
}
.footer .kolon:nth-child(4){
    float:left;
    width: 210px;
    margin:0 0 0 85px;
    position: relative;
}
.footer .kolon:nth-child(5){
    float:left;
    width: 260px;
    margin:0 0 0 85px;
    position: relative;
}
.footer .kolon .kBaslik{
    display: block;
    font-family: 'RalewayMedium';
    font-size: 20px;
    color: #5a5958;
    margin:0 0 25px 0;
}
.footer .kolon ul{}
.footer .kolon ul li{
    position: relative;
    margin: 0 0 5px 0;
}
.footer .kolon ul li:before{
    content:'';
    float:left;
    margin: 3px 5px 0 0;
    width: 16px;
    height: 12px;
    background: url(../images/sprite.png) -344px -14px;
    transition: all .218s ease-in;
}
.footer .kolon ul li:hover:before{
    background: url(../images/sprite.png) -344px 0;
}
.footer .kolon ul li a{
    font-size: 15px;
    color: #5a5958;
    transition: all .218s ease-in;
}
.footer .kolon ul li:hover a{
    color: #00807a;
}
.footer .kolon:before{
    content:'';
    position: absolute;
    right:-40px;
    width: 1px;
    height: 252px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #b6b6b6 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#b6b6b6 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#b6b6b6 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.footer .kolon:nth-child(5):before{
    display: none;
}

.footer .kolon .ekstra{
    display: block;
    margin:25px 0 0 0;
}
.footer .kolon .ekstra a{
    display: block;
    font-family: 'RalewayMedium';
    font-size: 17px;
    color: #5a5958;
    margin: 0 0 5px 0;
}
.footer .linkler{
    float:left;
    font-family: 'RalewayLight';
    font-size: 15px;
    color: #5a5958;
    margin: -20px 0 20px 55px;
}
.footer .linkler a{
    float:left;
    font-family: 'RalewayLight';
    font-size: 15px;
    color: #5a5958;
    margin: 0 20px 0 0;
}

.footer .medyatik{
    float:right;
    font-family: 'RalewayLight';
    color: #5a5958;
    font-size: 15px;
    margin: -20px 0 20px 0;
}

/****************************/

    /*ÜST AÇILIR*/

/****************************/

.ustAcilir{
    display: none;
    position: fixed;
    z-index: 10000;
    top:0;
    left:0;
    background: #f1f1f1;
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid #cecece;
}
.ustAcilir.active{
    display: block;
}
.ustAcilir .ustBaslikAlan{
    display: block;
    background: #bf272f;
    overflow: hidden;
}
.ustAcilir .ustBaslikAlan .kapat{
    float:right;
    margin: 15px 0 0 0;
    width: 40px;
    height: 40px;
    background: url(../images/ustAcilir_kapat.png);
}
.ustAcilir .ustBaslikAlan .ustAcilirLeft{
    float:left;
    width: 152px;
    height: 70px;
    background: url(../images/ustAcilir_left.jpg);
}
.ustAcilir .ustBaslikAlan .textKisim{
    float:left;
    margin:0 0 0 35px;
}
.ustAcilir .ustBaslikAlan .textKisim span.baslik{
    display: block;
    font-family: 'RalewayExtraBold';
    font-size: 21px;
    color: #f1f1f1;
    margin: 14px 0 0 0;
}
.ustAcilir .ustBaslikAlan .textKisim span.genelAciklama{
    display: block;
    font-family: 'RalewayLight';
    font-size: 16px;
    color: #f1f1f1;
}
.ustAcilir .ustAcilirRight{
    float:right;
    width: 450px;
    height: 281px;
    background: url(../images/ustAcilir_right.png);
}

.ustAcilir .formKisim{
    float:left;
}
.ustAcilir .formKisim label{
    float:left;
    margin: 26px 28px 0 0;
    width: 250px;
    font-size: 20px;
    color: #626262;
}
.ustAcilir .formKisim label input[type=text]{
    display: block;
    margin: 10px 0 0 0;
    width: 88%;
    padding: 15px;
    border:none;
    background: #d5d5d5;
    outline: none;
    border-radius: 3px;
}
.ustAcilir .formKisim label select[name=istenen_hizmet]{
    display: block;
    margin: 10px 0 0 0;
    width: 100%;
    padding: 15px;
    border:none;
    background: #d5d5d5;
    outline: none;
    border-radius: 3px;
}
.ustAcilir .formKisim input[type=submit]{
    float:left;
    background: #12c9c1;
    border:none;
    outline: none;
    font-family: 'RalewayExtraBold';
    font-size: 23px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-shadow: 1px 1px 0 #006e69;
    padding: 9px 14px;
    margin: 17px 0 0 404px;
}
.ustAcilir .formKisim input[type=submit]:hover{
    background: #009e97;
}


/****************************/

    /*GENERAL*/

/****************************/
.container{
    width: 1100px; 
    margin:0 auto; 
    position: relative;
}
.clear{clear: both;}