﻿body {padding:0px; margin:0px;font-family: 'Playfair Display', serif;}
.container {margin:auto;}
.icerik.container {width:1170px; font-family:Tahoma; font-size:14px;}
.langhotels {
    width:100%;
    height:770px;
    padding:25px 0px;
    box-sizing:border-box;
    background-image:url(../images/main-back.jpg);
    background-size:cover;
    background-position:50% 0px;
}
.diller {
    text-align:center;
}
.diller .dillistem {
    margin: auto;
    display: inline-block;
}
.diller .dillistem .aktifdil {
    border: solid 1px #277082;
    position: relative;
    padding: 5px 20px;
}
.diller .dillistem .aktifdil span {
    color:#277082;
    font-size:13px;
    margin-right:8px;
    padding-right:18px;
    background-image:url(../images/main-asagi-ok.png);
    background-position:right 4px;
    background-repeat:no-repeat;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.diller .dillistem .dil {
    display:none;
    position:absolute;
    top:66px;
    z-index:100;
    width:142px;
    padding:0px;
    box-sizing:border-box;
    border: solid 1px #277082;
    background: rgba(255,255,255,0.5);
}
.diller .dillistem:hover .dil {
    display:block;
}
.diller .dillistem .dil a {
    display:block;
    font-size:14px;
    color:#000;
    text-decoration:none;
    padding:6px 0px;
}
.diller .dillistem .dil a:hover {
    background-color:#000;
    color:#fff;
}
.fullcol {
    width:100%;
    clear:both;
}
.halfcol {
    width:50%;
    float:left;
    position:relative;
    height:625px;
}
.icerik .halfcol {
    width:50%;
    float:left;
    position:relative;
    height:auto;
    padding:8px;
    box-sizing:border-box;
}
.oduller {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height:134px;
}
.oduller .odul {
    width:130px;
    height:134px;
    display:inline-block;
}

.yuvarlak {
    position:absolute;
    border-radius:50%;
    border:solid 3px #fff;
    overflow:hidden;
}
.yuvarlak.logo {
    width:200px;
    height:200px;
    left:50%;
    margin-left:-100px;
    z-index:50;
    border:none;
    border-radius:0px;
}
.yuvarlak img {width:100%;    transition:.5s ease-out;
}
.yuvarlak.resim {
    -webkit-box-shadow: 20px 20px 25px -9px rgba(0,0,0,0.7);
    -moz-box-shadow: 20px 20px 25px -9px rgba(0,0,0,0.7);
    box-shadow: 20px 20px 25px -9px rgba(0,0,0,0.7);
    display:none;
}
.yuvarlak.first {
    width:220px;
    height:220px;
    left:145px;
    top:90px;
    z-index:40;
}
.yuvarlak.second {
    width:200px;
    height:200px;
    left:250px;
    top:255px;
    z-index:30;
}
.yuvarlak.third {
    width:260px;
    height:260px;
    left:330px;
    top:90px;
    z-index:20;
}

.rezform {
    background-color:rgba(0,0,0,0.7);
    padding:10px 0px;
    text-align:center;
    box-sizing:border-box;
    height:70px;
    font-family:Tahoma;
}

.rezform .container .rezeleman {
    display:inline-block;
    margin-right:6px;
}
.rezform .container .rezeleman label{
    display:block;
    color:#fff;
    font-size:12px;
    text-align:left;
    padding-bottom:3px;
}
.rezform input[type="text"], .rezform input[type="submit"], .rezform select {
    padding:5px;
}

.rezform select {min-width:60px;}
.rezform .tarih {max-width:120px;}



.altbolum h1 {
    text-align:center;
    color:#23425b;
    font-size:40px;
}

.altbolum .konu {
    width:25%;
    float:left;
    box-sizing:border-box;
    height:240px;
    padding:1px;
}

.altbolum .konu .konubilgi {
    width:100%;
    height:100%;
    overflow:hidden;
}

.copyright {
    box-sizing:border-box;
    height:50px;
    line-height:50px;
}

.copyright .footer-sol, .copyright .footer-sag {
    width:50%;
    font-size:12px;
    font-family:Tahoma;
    color:#23425b;
}
.copyright .footer-sol {
    text-align:left;
    float:left;
}
.copyright .footer-sag {
    text-align:right;
    float:right;
}
.copyright a {
    text-decoration:none;
    color:#23425b;
}

.copyright .lykia, .copyright .sosyalmedya, .copyright .mescomedia {
    width:30%;
    height:50px;
    line-height:50px;
    font-size:12px;
    color:#8e8e8e;
    font-family:Tahoma;
}
.copyright .lykia, .copyright .sosyalmedya {
    float:left;
}
.copyright .sosyalmedya {
    text-align:center;
    width:36%;
}
.copyright .sosyalmedya a {
    display:inline-block; width:35px; height:35px; text-align:center; font-size:30px; color:#8e8e8e;
}
.copyright .sosyalmedya a:hover {
    color:#23425b;
}
.copyright .mescomedia {
    float:right;
    text-align:right;
}


@media (min-width:1420px) {
    .container {
        width: 1400px;
    }
    .yuvarlak.first {
        width:220px;
        height:220px;
        left:145px;
    }
    .yuvarlak.second {
        width:200px;
        height:200px;
        left:250px;
    }
    .yuvarlak.third {
        width:260px;
        height:260px;
        left:330px;
    }
}

@media (min-width:1261px) and (max-width:1419px) {
    .container {
        width: 1130px;
    }

    .yuvarlak.first {
        width:220px;
        height:220px;
        left:50px;
    }
    .yuvarlak.second {
        width:200px;
        height:200px;
        left:150px;
    }
    .yuvarlak.third {
        width:260px;
        height:260px;
        left:250px;
    }
}

@media (min-width:1136px) and (max-width:1260px) {
    .container {
        width: 1080px;
    }

    .yuvarlak.first {
        width:220px;
        height:220px;
        left:50px;
    }
    .yuvarlak.second {
        width:200px;
        height:200px;
        left:150px;
    }
    .yuvarlak.third {
        width:260px;
        height:260px;
        left:250px;
    }
}

@media (min-width:1024px) and (max-width:1135px) {
    .container {
        width: 960px;
    }

    .yuvarlak.first {
        width:220px;
        height:220px;
        left:10px;
    }
    .yuvarlak.second {
        width:200px;
        height:200px;
        left:130px;
    }
    .yuvarlak.third {
        width:260px;
        height:260px;
        left:210px;
    }
}

@media only screen and (max-width:479px) {
    .yuvarlak.logo {
        width:130px;
        height:130px;
        margin-left:-65px;
    }
    .yuvarlak.resim {
        display:none !important;
    }
    .halfcol.sentido, .halfcol.lykia {
        width:50% !important;
        float:left;
        margin-top:50px;
        height:325px;
    }
    .oduller {display:none;}
    #ctl00_ContentPlaceHolder1_pnlIntro .rezform {
        height:auto !important;
        position:absolute;
        bottom:0px;
        left:0px;
    }
    .langhotels {height:100vh !important; max-height:100% !important; position:relative;}
    #ctl00_ContentPlaceHolder1_pnlIntro .altbolum h1 {font-size:25px;}
    #ctl00_ContentPlaceHolder1_pnlIntro .altbolum {display:none;}

    #ctl00_ContentPlaceHolder1_pnlIntro .copyright .footer-sol, #ctl00_ContentPlaceHolder1_pnlIntro .copyright .footer-sag {
        display:block;
        width:100%;
        float:none;
        text-align:center;
    }
}


.griresim {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(resources.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    -webkit-transition: all linear .2s;
    -moz-transition: all .2s linear;
}

.normalresim {
    transition:.5s ease-out;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: url(resources.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(0);
    cursor: pointer;
    filter: grayscale(0);
}

.header {
    height:686px;
    position:relative;
}
.header .container {
    width:1170px;
    margin:auto;
    position:relative;
}
.header .logo {
    position:absolute;
    left:0px;
    top:0px;
    z-index:10;
}
.header .ustmenu {
    background-color:rgba(255,255,255,0.7);
    height:68px;
    position:absolute;
    top:0px;
    z-index:9;
    font-family:Tahoma;
}
.header .ustmenu .mainmenu {
    float: left;
    margin-left: 230px;
    height: 68px;
    line-height: 68px;
}
.header .ustmenu .mainmenu a {
    color:#000;
    font-size:12px;
    text-decoration:none;
    padding:0px 6px;
}
.header .ustmenu .dilsecim {
    width: 90px;
    float: right;
    height: 68px;
    line-height: 68px;
    text-align:right;
    font-size:12px;
}
.header .ustmenu .dilsecim .aktifdil {
    cursor:pointer;
}
.header .ustmenu .dilsecim .diller {
    width:100%;
    background-color:#fff;
    display:none;
}
.header .ustmenu .dilsecim .diller a {
    display:block;
    text-decoration:none;
    color:#000;
    height:30px;
    line-height:30px;
}
.header .ustmenu .dilsecim .diller a:hover {
    background-color:#277082;
    color:#fff;
}
.header .altmenu {
    background-color:#343434;
    height:68px;
    position:absolute;
    top:68px;
    z-index:8;
    font-family:Tahoma;
    text-align:right;   
}
.header .altmenu a {
    transition:.5s ease-out;
    height:68px;
    padding:0px 15px 0px 60px;
    color:#fff;
    font-size:11px;
    display:inline-block;
    line-height:68px;   
    box-sizing:border-box;
    margin:0px 1px;
    float:right;
    width:165px;
    text-decoration:none;
    text-align:center;
    background-position:left center;
    background-repeat:no-repeat;

}
.header .altmenu a:hover {
    transition:.5s ease-out;
    background-position:15px center;
}

.header .altmenu a.paragliding {
    background-color:#6ca220;
    background-image:url(../images/eglence-icon.png);

}
.header .altmenu a.recreation {
    background-color:#1cb5e1;
    background-image:url(../images/recreating-icon.png);
}
.header .altmenu a.spawellness {
    background-color:#ff9900;
    background-image:url(../images/cocuk-icon.png);
}
.header .altmenu a.meeting {
    background-color:#ff476e;
    background-image:url(../images/galeri-icon.png);
}
.header .altmenu a.sorusor {
    background-color:#795548;
    background-image:url(../images/soru-icon.png);
}
.header .altmenu a.lykiashop {
    background-color:#d9bb03;
    background-image:url(../images/lykiashop.png);
    width: 120px;
    padding-right: 0px;
}


.header .rezform {
    background-color:#23425b;
    height:68px;
    position:absolute;
    bottom:-1px;
    z-index:8;
}

.header .slidealan {
    height:550px;
    position:absolute;
    z-index:7;
    width:100%;
    overflow:hidden;
    top:136px;
    background-color:#505050;
}

.header .slidealan .slide {
    list-style:none;
    padding:0px;
    margin:0px;
}
.header .slidealan .slide li {
    background-position:center center;
    background-repeat:no-repeat;
    list-style:none;
    height:550px;
    background-size:cover;
}

.header .slidealan .bx-wrapper {max-width:1440px !important;}
.header .slidealan .bx-wrapper .bx-controls-direction a {width:37px; height:83px;}
.header .slidealan .bx-wrapper .bx-prev {transition:.5s ease-out;left:0px; background-image:url('../images/btn-prev.png') !important;}
.header .slidealan .bx-wrapper .bx-next {transition:.5s ease-out;right:0px; background-image:url('../images/btn-next.png') !important; background-position:left top;}
.header .slidealan .bx-wrapper .bx-next:hover {transition:.5s ease-out;background-position:left 10px top;}
.header .slidealan .bx-wrapper .bx-prev:hover {transition:.5s ease-out;background-position:right 10px top;}


.ortayazi {text-align:center;}

.videoalan {
    background-image:url(../images/video-back.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.videoalan .videom {
    background-color:rgba(0,0,0,0.7);
    text-align:center;
    padding:50px 0px;
    width:100%;
    height:100%;
}

/*.konuslidealan {
    height:350px;
}
.konuslidealan .konuslide {
    height:350px;
}
.konuslidealan .konuslide .konuitem {
    position:relative;
    background-color:#808080;
    height:350px;
    background-size:cover; 
    background-position:center center;
}
.konuslidealan .konuslide .konuitem .konuitemback {
    transition:.5s ease-out;
    background-color:rgba(0,0,0,0.5);
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}
.konuslidealan .konuslide .konuitem .konubilgim {
    transition:.5s ease-out;
    position:absolute;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    height:272px;
    top:0px;
    left:0px;
    margin:38px 0px;
    width:100%;
    color:#fff;
    font-size:20px;
    overflow:hidden;
}
.konuslidealan .konuslide .konuitem .konubilgim .konubaslik {
    transition:.5s ease-out;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    padding:15px;
    box-sizing:border-box;
    font-size:25px;
    font-style:italic;
}
.konuslidealan .konuslide .konuitem .konubilgim .konubaslik1 {
    transition:.5s ease-out;
    position:absolute;
    top:-100px;
    left:0px;
    width:100%;
    padding:15px;
    box-sizing:border-box;
    font-style:italic;
    font-size:25px;
}
.konuslidealan .konuslide .konuitem .konubilgim .konuozet {
    transition:.5s ease-out;
    position:absolute;
    top:30px;
    left:0px;
    width:100%;
    padding:15px;
    box-sizing:border-box;
    font-size:13px;
    opacity:0;
    font-family:Tahoma;
}

.konuslidealan .konuslide .konuitem .konubilgim a {
    transition:.5s ease-out;
    width:100px;
    position:absolute;
    left:50%;
    margin-left:-50px;
    bottom:-100px;
    border:solid 1px #fff;
    padding:5px 12px;
    box-sizing:border-box;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-style:italic;
    font-size:14px;
}

.konuslidealan .konuslide .konuitem:hover .konuitemback {
    transition:.5s ease-out;
    background-color:rgba(0,0,0,0);
}
.konuslidealan .konuslide .konuitem:hover .konubilgim {
    transition:.5s ease-out;
    background-color:rgba(0,0,0,0.7);
}

.konuslidealan .konuslide .konuitem:hover .konubilgim .konubaslik {
    transition:.5s ease-out;
    bottom:-100px;
}
.konuslidealan .konuslide .konuitem:hover .konubilgim .konubaslik1 {
    transition:.5s ease-out;
    top:20px;
}

.konuslidealan .konuslide .konuitem:hover .konubilgim .konuozet {
    transition:.5s ease-out;
    top:60px;
    opacity:1;
}
.konuslidealan .konuslide .konuitem:hover .konubilgim a {
    transition:.5s ease-out;
    bottom:20px;
}
.konuslidealan .konuslide .konuitem .konubilgim a:hover {
    background-color:#000;
}*/

.iconlist {
    background-image:url(../images/iconlar-back.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    height:350px;
    position:relative;
}
.iconlist .iconcontainer {
    background-color:rgba(11, 83, 99, 0.74);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    padding:35px 0px;
    box-sizing:border-box;
}
.iconlist .iconcontainer .iconliste {
    width:1026px;
    margin:auto;
}
.iconlist .iconlu {
    width:170px;
    float:left;
    height:140px;
    text-align:center;
    color:#fff;
    font-size:13px;
    font-style:italic;
}
.iconlist .iconlu a {
    color:#fff;
    text-decoration:none;
}
.iconlist .iconlu .icon {
    display:block;
}

.footerust {
    margin-top:25px;
}
.kolonlar {
    background-color:#f0f0f0;
    width:1020px;
    margin:15px auto;
    height:228px;
}
.kolonlar .yukariok {
    width:100%;
    height:50px;
    text-align:center;
    padding:28px 0px;
}
.kolonlar .threecol {

    width:340px;
    float:left;
    padding:0px 20px;
    box-sizing:border-box;

}

.kolonlar .threecol:nth-child(even) {
    border-left:solid 1px #d8d8d8;
    border-right:solid 1px #d8d8d8;
}

.kolonlar .threecol .colresim {
    width:95px;
    height:95px;
    float:left;
    margin-right:15px;

}
.kolonlar .threecol .colbilgi {
    width:190px;
    height:95px;
    float:left;
    font-size:12px;
}

.kolonlar .threecol:nth-child(even) .colbilgi{
     width:188px;
}

.kolonlar .threecol .colbilgi .baslik {
    font-size:12px;
    font-family:Tahoma;
}

.kolonlar .threecol .colbilgi .baslik a{
    text-decoration:none;
    color:rgba(0,0,0,0.60);
}

.kolonlar .threecol .colbilgi .icerik {
    font-size:11px;
    font-family:Tahoma;
}
.kolonlar .threecol .colbilgi .icerik a{
 text-decoration:none;
    color:rgba(0,0,0,0.60);
}

.welcome {width:1100px;}
.welcome p {
    font-family:Tahoma;
    font-size:13px;
    color:#656565;
    margin:15px 0px;
}
.welcome h2{
    color:#23425b;
    font-size:45px;
    font-style:italic;
    font-weight:normal;
    display:block;
    margin:15px 0px;
}

.welcome h3 {
    color:#656565;
    font-family:Tahoma;
    font-size:30px;
    font-weight:normal;
    font-style:italic;
}

.secenekler h3 {
    color:#010101;
    font-style:italic;
    font-size:25px;
    font-weight:normal;
}

.secenekler h4  {
    font-family:Tahoma;
    color:#23425b;
    font-style:italic;
    font-size:25px;
    font-weight:normal;
}

.odak {width:1100px;}

.odak h3{
    font-size:30px;
    color:#1e6278;
    font-style:italic;
    font-weight:normal;
    margin:0px;
}

.odak h4{
    font-size:20px;
    color:#1e6278;
    font-style:italic;
    font-weight:normal;
    margin:10px 0px 15px;
}

.altslayt, .altslayt li, .altslayt li img {
    height: 550px !important;
    margin: 0px auto;
    padding:0;
    max-width:1440px !important;
}
.icslayt, .icslayt li, .icslayt li img {
    height: 450px !important;
    margin: 0;
    padding:0;
}

.galerikucuk .icslayt {
    width:100% !important;
    height: 330px !important;
    margin: 0;
    padding:0;
    float:left;
}
.galerikucuk .icslayt li, .galerikucuk .icslayt li img {
    width:100% !important;
    height:330px !important;
        margin: 0;
    padding:0;
}

.icslayt a.fancybox {
    width:100%;
    height:100%;
    display:block;
}

.tablinkler {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 12px;
}

    .tablinkler .tablink {
       /* width: 167px; */
        display: inline-block;
        height: 40px;
    }

.tablinkler .tablink a {
    transition:.5s ease-out;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: auto;
    color: #000;
    border-bottom: solid 1px #000;
    text-decoration:none;
}

    .tablinkler .tablink a.aktif, .tablinkler .tablink a:hover {
        transition:.5s ease-out;
        color: #fff;
        background-color:#1c61a6;
    }

.tabicerikler {
    width: 930px;
    margin: auto;
    padding-top: 10px;
    position: relative;
}

    .tabicerikler .tabicerik {
        left: 0;
        top: 0;
        width: 100%;
    }

        .tabicerikler .tabicerik iframe {
            height: 520px;
        }




.acordion h3 {
    font-weight: 300;
    cursor: pointer;
    padding: 12px;
    background-color:#1c61a6;
    color:#fff;
    display:block;
    margin:1px 0px;
}

.acordion h3 a {
    color:#fff;
    text-decoration:none;
}

.galerikucuk {
    display: none;
}

.araslide {margin:20px 0px;}



.carousel .item {
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel .item:hover .ozet .itemicerik {
transition:.5s ease-out;
    background-color: rgba(0,0,0,.8);
    border: 1px solid #fff;
}

.carousel .item .ozet {
    transition:.5s ease-out;

    line-height: 30px;
    background-color: rgba(0,0,0,.2);
}

.carousel .item:hover .ozet {
}
.carousel .item .ozet .itemicerik {
    transition:.5s ease-out;

    color: #fff;
    font-family: Georgia,Times,"Times New Roman",serif;
}

.carousel {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

    .carousel h2 {
        display: block;
        text-align: center;
        font-size: 35px;
        font-family: Georgia,Times,"Times New Roman",serif;
        font-style: italic;
        margin: 12px 0;
        font-weight: 400;
    }

    .carousel .item {
        width: 100%;
        height: 350px;
        position: relative;
    }

        .carousel .item .ozet, .carousel .item .ozet .itemicerik {
            height: 100%;
            font-size: 18px;
            box-sizing: border-box;
            font-style: italic;
        }

        .carousel .item .ozet {
            padding: 25px;
        }

        .carousel .item .ozet .itemicerik {
            padding: 15px;
            text-align: center;
            position: relative;
        }

        .carousel .item .ozet .itemicerik h3 {
            font-size: 24px;
            display: block;
            margin: -20px 0 8px;
            font-weight: 400;
            height: 40px;
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            text-align: center;
        }

        .carousel .item .ozet .itemicerik h3 hr {
            width: 100px;
            margin: 8px auto auto;
            border-bottom: 1px solid #fff;
        }

        .carousel .item .ozet .itemicerik .itemozet {
            opacity: 0;
            position: absolute;
            width: 100%;
            text-align: justify;
            top: 120px;
            padding: 5px 20px;
            box-sizing: border-box;
            left: 0;
        }



        .galerim {

        }
.fotoGal {
    text-align: center;
    margin-top: 15px;
}
.fotoGal a.fancybox-thumb {
    width: 220px;
    position: relative;
    float: none!important;
    height: 137px;
    overflow: hidden;
    margin: 3px;
    display: inline-block;
}
        .galerim a.fancybox-thumb .info {
            left: 0;
            background-image: url(../images/koyu.png);
            font-size: 30px;
            z-index: 150;
            top: 0;
            color: #fff;
            text-align: center;
        }

        .galerim a.fancybox-thumb .info .miniicon {
            background-image: url(../images/kelebek.png);
            width:35px;
            height:35px;
            display:block;
            position:absolute;
            left:50%;
            top:50%;
            margin-left:-17.5px;
            margin-top:-17.5px;
        }

.galerim a.fancybox-thumb {
    width: 160px;
    position: relative;
    float: left;
    height: 97px;
    overflow: hidden;
}

    .galerim a.fancybox-thumb img {
        width: 160px;
    }

    .galerim a.fancybox-thumb .info {
        transition: .5s ease-out;
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        line-height: 137px;
    }

    .galerim a.fancybox-thumb:hover .info {
        transition: .5s ease-in;
        opacity: 1;
        width: 100%;
        height: 100%;
        top: 0;
    }

h1, h2 {
    clear:both;
    font-family: 'Playfair Display', serif;
    color:#23425b;
    font-weight:400;
    text-align:center;
    display:block;
    font-style:italic;
    margin:15px 0px;
}

h1 {font-size:40px;}
h2 {font-size:30px;}












.konuslide {
    height:350px;
}
.konuslide .konuitem {
    position:relative;
    background-color:#808080;
    height:350px;
    background-size:cover; 
    background-position:center center;
}
.konuslide .konuitem .konuitemback {
    transition:.5s ease-out;
    background-color:rgba(0,0,0,0.2);
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}
.konuslide .konuitem .konubilgim {
    transition:.5s ease-out;
    position:absolute;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    height:272px;
    top:0px;
    left:0px;
    margin:38px 0px;
    width:100%;
    color:#fff;
    font-size:20px;
    overflow:hidden;
}
.konuslide .konuitem .konubilgim .konubaslik {
    transition:.5s ease-out;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    padding:15px;
    box-sizing:border-box;
    font-size:25px;
    font-style:italic;
}
.konuslide .konuitem .konubilgim .konubaslik1 {
    transition:.5s ease-out;
    position:absolute;
    top:-100px;
    left:0px;
    width:100%;
    padding:15px;
    box-sizing:border-box;
    font-style:italic;
    font-size:25px;
}
.konuslide .konuitem .konubilgim .konuozet {
    transition:.5s ease-out;
    position:absolute;
    top:30px;
    left:0px;
    width:100%;
    padding:15px;
    box-sizing:border-box;
    font-size:13px;
    opacity:0;
    font-family:Tahoma;
}

.konuslide .konuitem .konubilgim a {
    transition:.5s ease-out;
    width:100px;
    position:absolute;
    left:50%;
    margin-left:-50px;
    bottom:-100px;
    border:solid 1px #fff;
    padding:5px 12px;
    box-sizing:border-box;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-style:italic;
    font-size:14px;
}

.konuslide .konuitem:hover .konuitemback {
    transition:.5s ease-out;
    background-color:rgba(0,0,0,0);
}
.konuslide .konuitem:hover .konubilgim {
    transition:.5s ease-out;
    background-color:rgba(0,0,0,0.7);
}

.konuslide .konuitem:hover .konubilgim .konubaslik {
    transition:.5s ease-out;
    bottom:-100px;
}
.konuslide .konuitem:hover .konubilgim .konubaslik1 {
    transition:.5s ease-out;
    top:20px;
}

.konuslide .konuitem:hover .konubilgim .konuozet {
    transition:.5s ease-out;
    top:90px;
    opacity:1;
}
.konuslide .konuitem:hover .konubilgim a {
    transition:.5s ease-out;
    bottom:20px;
}
.konuslide .konuitem .konubilgim a:hover {
    background-color:#000;
}


.halfcol input, .halfcol textarea {
    width:95%;
    padding:8px;
    box-sizing:border-box;
}

.iletisimelemani {margin-bottom:15px; font-size:12px; font-weight:bold;}
.guvlabel {height:50px; line-height:50px;display: inline-block; float: left; margin-right: 10px;}

.teebuton {width:190px !important; background-color:#1c61a6; color:#fff; border:none;}

.icerik h3 {
    font-size:24px;
    font-weight:normal;
}

.odaalan {
    position:relative;
    background-image:url(../images/video-back.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    min-height:450px;
    padding:35px 0px;
    box-sizing:border-box;
    margin:35px auto;
    font-size:13px;
}
.odaalan h2 {
    font-size:20px;
}
.odaalan .container {width:1170px;} 

.odam {

    width:600px;
    padding:20px;
    box-sizing:border-box;
    background-color:rgba(255,255,255,0.6);
    float:left;
    min-height:350px;
}

.odacol {
    margin-bottom:35px;
    font-size:13px;
}

.odam2 {
    width:600px;
    padding:20px;
    box-sizing:border-box;
    background-color:rgba(255,255,255,0.6);
    float:right;
    min-height:350px;
}

.odam a, .odam2 a, .odacol a {
      display: inline-block;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    margin: auto;  
}

.odabuton {
    transition:.5s ease-out;
    width:180px;
    display: block;
    padding: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #05b7d8;
    margin: 15px auto;  
    text-align:center;
}
.odabuton:nth-child(1) {
background-color: #1cb5e1;
}
.odabuton:nth-child(2) {
    background-color: #ff9900;
}
.odabuton:nth-child(3) {
    background-color: #6ca220;
}
.odabuton:hover {
    transition:.5s ease-out;
    background-color: #1c61a6;
}

.odaresim {
    width:100%;
    overflow:hidden;
    max-height:300px;
    margin-bottom:20px;
}

.odaresim img {
   width:100%;
}

.galerikucuk{display:none}
.galerikucuk a.fancybox-thumb{width:109px;position:relative;float:left;height:109px;overflow:hidden;margin:0px 8px 8px 0px;}
.galerikucuk a.fancybox-thumb img{height:109px;margin-left:-35px}
.galerikucuk a.fancybox-thumb .info{transition:0.5s ease-out;position:absolute;opacity:0;left:0;top:0px;width:100%;height:100%;background-image:url(../images/koyu.png);font-size:30px;text-align:center;color:#fff;z-index:150;line-height:100px}
.galerikucuk a.fancybox-thumb:hover .info{transition:0.5s ease-in;opacity:1;width:100%;height:100%;top:0px}
.galerikucuk a.fancybox-thumb .info .miniicon {
    background-image: url(../images/kelebek.png);
    width:35px;
    height:35px;
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-17.5px;
    margin-top:-17.5px;
}


.clearfix {clear:both;}


.haberslide {
    position: absolute;
    width: 215px;
    height: 100px;
    right: 0px;
    margin:0;
    padding:0;
}

    .haberslide .bx-wrapper {
        width: 165px;
        float: left;
    }


        .haberslide li {
            width: 165px;
            height: 100px;
            overflow: hidden;
        }

            .haberslide li a.slideresim {
                display: block;
                width: 165px;
                height: 40px;
                position: absolute;
                bottom: 0px;
                background-color: #fff;
                color: #000;
                font-size: 12px;
                padding: 5px 0px 0px 0px;
                box-sizing: border-box;
                font-family: Tahoma;
            }

.threecol .bx-controls {
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    margin-top: 0px;
}

.threecol .bx-wrapper .bx-controls-direction a {
    width: 18px;
    height: 18px;
    margin-top: -9px;
}

.threecol .bx-wrapper .bx-prev {
    background-image: url(../images/left-arrow.png);
    left: 0px;
}

.threecol .bx-wrapper .bx-next {
    background-image: url(../images/right-arrow.png);
    background-position: 0px 0px;
}

.threecol .bx-wrapper .bx-pager {
}

.threecol .bx-wrapper .bx-controls-auto, .threecol .bx-wrapper .bx-pager {
    bottom:-15px;

}

h1 a {
    font-size:13px;
    text-decoration:none;
    color:#000;
    padding-top:20px;
}

.solayasla {float:left;}





.iletisimelemani span, .iletisimelemani2 span, .iletisimelemani3 span {
    font-size: 13px;
    display: block;
    float: left;
}

.iletisimelemani {
    height: 50px;
}

    .iletisimelemani span {
        width: 120px;
    }

    .iletisimelemani input {
        border: 1px solid #d9d9d9;
        display: block;
        float: left;
        height: 30px;
        /*width: 210px;*/
    }

    .iletisimelemani textarea {
        border: 1px solid #d9d9d9;
        display: block;
        float: left;
        height: 38px;
        /*width: 206px;*/
    }

.iletisimelemani2 {
    height: 90px;
}

    .iletisimelemani2 span {
        width: 120px;
    }

    .iletisimelemani2 textarea {
        border: 1px solid #d9d9d9;
        display: block;
        float: left;
        height: 100px;
        margin-bottom: 10px;
        /*width: 210px;*/
    }

.iletisimelemani3 {
    height: 62px;
}

    .iletisimelemani3 span {
        width: 120px;
    }

    .iletisimelemani3 img {
        float: left;
    }

    .iletisimelemani3 input {
        border: 1px solid #d9d9d9;
        display: block;
        float: left;
        height: 48px;
        margin-left: 5px;
        width: 115px;
    }


    
.checkinform {
    width: 650px;
    margin: 15px auto;
}

.kisiler {
    margin-bottom: 20px;
}

    .kisiler .kisi {
        width: 100%;
        margin-bottom: 8px;
        height: 45px;
    }

        .kisiler .kisi .colon {
            width: 210px;
            float: left;
        }

            .kisiler .kisi .colon span {
                display: block;
                font-size: 12px;
            }

        .kisiler .kisi.kisi2, .kisiler .kisi.kisi3, .kisiler .kisi.kisi4, .kisiler .kisi.kisi5 {
            display: none;
        }

        .kisiler .kisi .colon input {
            border: 1px solid #d9d9d9;
            display: block;
            float: left;
            height: 30px;
            width: 200px;
        }


        .diger {
            transition:.5s ease-out;
            position: fixed;
            top: 150px;
            z-index: 1000;
            width:288px;
            left:-220px;
            height:67px;
        }
        .diger a {
            color:#05b7d8;
        }
        .diger:hover {transition:.5s ease-out;left:0px;}
        .diger .oteladi {
            width:220px;
            background-color:#fff;
            float:left;
            height:67px;
            line-height:67px;
            text-align:center;
        }

        .diger .otelresim {
            width:68px;
            float:left;
            height:67px;
        }


.share {
    transition:.5s ease-out;
    position: fixed;
    right: -90px;
    bottom: 50px;
    width: 120px;
    height: 30px;
}
.share:hover {
    transition:.5s ease-out;
    right:0px;
}
.share a {
    display: block;
    width: 120px;
    height: 31px;
    line-height: 30px;
    background: #6788ce;
    color: #fff;
    text-decoration: none;
    font-size:13px;
}

.share a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size:16px;
}



.sosyalkolon {width:32%;float:left;text-align:center;}
.sosyalkolon.orta {margin:0px 15px;}
.sosyalkolon iframe {width:100% !important;}
.sosyalkolon #spc li{float:left;width:33%;height:80px; list-style:none;}
.sosyalkolon #spc li img {width:100%;height:100%;}


table {
    font-size:11px;
    border:none;
}
table td {
    border-bottom:solid 1px #e5e5e5;
}

.video {
    width:50%;
    float:left;
}

img.yuvarlaklar {max-width:100%;}




.katpopup {
	display:none;
	font-family: 'Hind', sans-serif;
	position: fixed;
    z-index: 3000002;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
	bottom:0px;
	left:0px;
}
.katpopup .katover {
    position:absolute;
    z-index:5;
    width:100%;
    height:100%;
}
.katpopup p{margin:0px;}
.katpopup .popupcontainer .container {
	height:157px;
    width:1170px;
    position:relative;
}
.katpopup .popupcontainer .kapat{
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,1);
	background-image:url(../images/popkapat.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.katpopup .popupcontainer {
	    position: absolute;
    bottom: 0;
    width: 100%;
    height: 158px;
    border-top: solid 4px #848484;
    background: #fff;
        z-index:6;
}

.katpopup .popupcontainer .popresim{
    position: absolute;
    bottom: 0;
	left:0;
	width:222px;
}
.katpopup .popupcontainer .popicerik {
	position:absolute;
	right:0px;
	width:900px;
	padding-top:15px;
}

.katpopup .popupcontainer .popicerik a {
    text-decoration:none;
    color:#000;
    font-weight:bold;
}





.katpopup.mobil {
		display:none;
	font-family: 'Hind', sans-serif;
	    position: fixed;
    z-index: 3000002;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
		bottom:0px;
	left:0px;
}
.katpopup.mobil p{margin:6px 0px;}
.katpopup.mobil .popupcontainer .container {
	height:280px;
}
.katpopup.mobil .popupcontainer .kapat{
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,1);
	background-image:url(../images/popkapat.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.katpopup.mobil .popupcontainer {
	    position: absolute;
    bottom: 0;
    width: 100%;
    height: 280px;
    border-top: solid 4px #848484;
    background: #fff;
}

.katpopup.mobil .popupcontainer .popresim{
    position: absolute;
    bottom: 207px;
	left:0;
	width:222px;
}
.katpopup.mobil .popupcontainer .popicerik{
	position:absolute;
	right:0px;
	width:100%;
	padding-top:72px;
}
.katpopup .popupcontainer .popicerik .popslide {
    height:100px;
    margin:0px;
}
.katpopup .popupcontainer .popicerik .popslide li {
    height:100px;
    width:900px !important;
}
.katpopup .popupcontainer .popicerik .item h1 {
    color:#0070ba;
    font-size:25px;
        text-align:left;
    font-style:normal;
    margin-top:8px;
}
.katpopup .popupcontainer .popicerik .item p {
    font-size:13px;
}

.defter{float:left;width:100%}
.deftereleman{width:50%;float:left;height:75px}                         
.deftereleman span{width:100%;float:left;height:30px}
.deftereleman input{float:left;height:30px;width:98%;border:1px solid #8b6b47;padding-left:5px}
.deftereleman textarea{width:100%;float:left;height:30px;width:90%;border:1px solid #8b6b47}
.defterelemanMesaj{width:100%;float:left}
.defterelemanMesaj span{width:100%;float:left;height:30px}
.defterelemanMesaj textarea{width:100%;float:left;border:1px solid #8b6b47}
.firststep{width:100%;float:none}
.secondstep{float:left;width:300px}
.deftereleman2{width:100%;margin-top:28px;float:left}
.deftereleman2 *{float:left}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .defterbuton:hover{background-color:#fff;border:1px solid #8b6b47;color:#8b6b47;cursor:pointer}
.defterkayitlar{width:100%;float:none;margin-top:20px}
.kayitadi{width:auto;float:left;display:block;height:20px;color:#8b6b47;line-height:10px;margin-right:10px}
.kayitsehir{width:auto;display:block;height:20px;color:#bdbdbd;margin-right:10px;float:left}
.kayittarih{width:auto;display:block;height:20px;color:#bdbdbd;margin-right:10px;float:left}
.kayiteleman{float:none;width:100%;height:auto;background-image:url(../image/page/cicek.jpg);background-repeat:no-repeat;background-position:right center;background-color:#fff;margin-right:10px;margin-bottom:10px}
.kayitelemanFULL{float:left;width:100%;height:auto;background-image:url(../image/page/cicek.jpg);background-repeat:no-repeat;background-position:right center;background-color:#fff;margin-bottom:10px}
.kayiteleman:nth-child(2n){margin-right:0}
.kayitadi{width:100%;margin:10px 0px;float:left;font-size:11px}
.kayitsehir,.kayittarih{width:100%;float:left;color:#575757;font-size:10px}
.gondericibilgisi{width:15%;height:auto;    margin: 0px 10px;border-right:1px dashed #bababa;float:left}
.gondericimesaj{float:left;width:80%;height:auto;line-height:normal;}
.kayitspan{height:auto;font-style:italic;line-height:15px!important;color:#454545;font-size:13px;float:left;width:100%; padding-left:15px; padding-top:8px;}
.gondericimesaj .deftermesaj{display:inline-block;vertical-align:middle;line-height:normal}      


.defterkats {width:450px; margin:auto;clear: both;text-align: center;padding-top: 25px;}
.defterkats a {text-decoration:none;font-size: 14px;padding: 8px;display: block; width:100%; margin:3px 0px; text-align:left; margin-bottom:3px; height:30px;}
.defterkats a i {height:30px; width:30px; display:inline-block; border-radius:50%; margin-right:5px; line-height:30px; text-align:center; font-size:25px; float:left;}
.defterkats a span {display:inline-block; line-height:30px; height:30px; min-width:390px; padding:0px 8px; box-sizing:border-box; float:left;}
.defterkats a:nth-child(1) i, .defterkats a:nth-child(1) span { border:solid 1px #d95d5d;  color:#d95d5d;}
.defterkats a:nth-child(2) i, .defterkats a:nth-child(2) span { border:solid 1px #82c366;  color:#82c366;}
.defterkats a:nth-child(3) i, .defterkats a:nth-child(3) span { border:solid 1px #464646;  color:#464646;}
.defterkats a:nth-child(4) i, .defterkats a:nth-child(4) span { border:solid 1px #fc9247;  color:#fc9247;}
.defterkats a:nth-child(5) i, .defterkats a:nth-child(5) span { border:solid 1px #5db0eb;  color:#5db0eb;}
.defterkats a:nth-child(6) i, .defterkats a:nth-child(6) span { border:solid 1px #806441;  color:#806441;}

.defterkats1 {clear: both;text-align: center;padding-top: 25px;}
.defterkats1 a {display:inline-block; line-height:30px; height:30px; min-width:346px; padding:0px 8px; box-sizing:border-box;margin:3px;}
.defterkats1 a:nth-child(1) { border:solid 1px #d95d5d;  color:#d95d5d;}
.defterkats1 a:nth-child(2) { border:solid 1px #82c366;  color:#82c366;}
.defterkats1 a:nth-child(3) { border:solid 1px #464646;  color:#464646;}
.defterkats1 a:nth-child(4) { border:solid 1px #fc9247;  color:#fc9247;}
.defterkats1 a:nth-child(5) { border:solid 1px #5db0eb;  color:#5db0eb;}
.defterkats1 a:nth-child(6) { border:solid 1px #806441;  color:#806441;}