@font-face {
    font-family: 'Avenir-Black';
    src: url(/Content/fonts/avenir/Avenir-Black.eot);
    src: url(/Content/fonts/avenir/Avenir-Black.eot?#iefix) format('embedded-opentype'),url(/Content/fonts/avenir/Avenir-Black.woff) format('woff'),url(/Content/fonts/avenir/Avenir-Black.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Book';
    src: url(/Content/fonts/avenir/Avenir-Book.eot);
    src: url(/Content/fonts/avenir/Avenir-Book.eot?#iefix) format('embedded-opentype'),url(/Content/fonts/avenir/Avenir-Book.woff) format('woff'),url(/Content/fonts/avenir/Avenir-Book.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url(/Content/fonts/avenir/Avenir-Roman.eot);
    src: url(/Content/fonts/avenir/Avenir-Roman.eot?#iefix) format('embedded-opentype'),url(/Content/fonts/avenir/Avenir-Roman.woff) format('woff'),url(/Content/fonts/avenir/Avenir-Roman.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

#lightalert {
    line-height: 1.5em !important;
}

.blockUI.blockMsg.blockPage {
    border: none !important;
    box-sizing: border-box;
    padding: 10px !important;
    font-family: arial;
    font-size: 13px;
}

.relative100 {
    position: relative;
    float: left;
    width: 100%;
    z-index: 2;
}

.ortala {
    position: relative;
    float: left;
    width: 100%;
    z-index: 22;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.chkon {
    width: 22px;
    height: 22px;
    background: url(/Content/images/dolu.jpg) no-repeat;
    cursor: pointer;
    margin-top: 0px;
    position: absolute;
    float: left;
    z-index: 2;
    padding-top: 0px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #757573;
    font-size: 14px;
}

.chkof {
    width: 22px;
    height: 22px;
    background: url(/Content/images/bos.jpg) no-repeat;
    cursor: pointer;
    margin-top: 0;
    /* margin-bottom: 20px; */
    position: absolute;
    float: left;
    z-index: 2;
    /* padding-left: 32px; */
    padding-top: 0px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #757573;
    font-size: 14px;
}

#inline1 {
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    padding: 15px;
    display: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

    #inline1 h3 {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

.topmenu {
    height: 110px;
    z-index: 6;
}

.topcontact {
    position: absolute;
    left: 20px;
    top: 20px;
}

.a1 {
    color: #143153;
    text-decoration: none;
    font-family: Arial;
    font-size: 18px;
    position: relative;
    float: left;
    margin-top: 1px;
    letter-spacing: -1px;
    display: block;
}

.span1 {
    background-color: #143153;
    display: block;
    width: 2px;
    height: 19px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1px;
}

.span2 {
    color: #143153;
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
    position: relative;
    float: left;
    margin-top: 2px;
    font-weight: bold;
}

.img1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    display: block;
    /* z-index: 99999999; */
    width: 260px;
}

.span3 {
    position: absolute;
    right: 35px;
    top: -2px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #1d1d1b;
}

.img2 {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    z-index: 1;
    margin-top: -40px;
}

.img3 {
    position: relative;
    display: inline-block;
    z-index: 3;
    top: -180px;
}

.img4 {
    position: relative;
    display: inline-block;
    top: -115px;
    z-index: 2;
    margin-left: 50px;
    margin-right: 50px;
    max-width: 350px;
    width: 96%;
    -webkit-animation: ball 3s linear infinite;
    -moz-animation: ball 3s linear infinite;
    -ms-animation: ball 3s linear infinite;
    -o-animation: ball 3s linear infinite;
    animation: ball 3s linear infinite;
}

@media screen and (max-width: 616px) {
    .img4 {
        -webkit-animation: initial;
        -moz-animation: initial;
        -ms-animation: initial;
        -o-animation: initial;
        animation: initial;
    }
}

@-webkit-keyframes ball {
    0% {
        top: -115px;
    }

    25% {
        top: -110px;
    }

    50% {
        top: -105px;
    }

    75% {
        top: -110px;
    }

    100% {
        top: -115px;
    }
}

@-moz-keyframes ball {
    0% {
        top: -115px;
    }

    25% {
        top: -110px;
    }

    50% {
        top: -105px;
    }

    75% {
        top: -110px;
    }

    100% {
        top: -115px;
    }
}

@-ms-keyframes ball {
    0% {
        top: -115px;
    }

    25% {
        top: -110px;
    }

    50% {
        top: -105px;
    }

    75% {
        top: -110px;
    }

    100% {
        top: -115px;
    }
}

@-o-keyframes ball {
    0% {
        top: -115px;
    }

    25% {
        top: -110px;
    }

    50% {
        top: -105px;
    }

    75% {
        top: -110px;
    }

    100% {
        top: -115px;
    }
}

@keyframes ball {
    0% {
        top: -115px;
    }

    25% {
        top: -110px;
    }

    50% {
        top: -105px;
    }

    75% {
        top: -110px;
    }

    100% {
        top: -115px;
    }
}

.img5 {
    position: relative;
    display: inline-block;
    z-index: 2;
    top: -220px;
    max-width: 322px;
    width: 96%;
}

.p1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    color: #525252;
    margin-top: -60px;
}

.mainmidle {
    width: 100%;
    max-width: 1357px;
    position: relative;
    margin: auto;
    margin-top: 55px;
    height: 562px;
}

.img6div {
    width: 1011px;
    height: 562px;
    background-size: cover;
    background-position: left center;
    background-image: url(/Content/images/orta.jpg);
    position: relative;
    float: left;
}

.img6 {
    position: relative;
    float: left;
    width: 834px;
    display: block;
}

.img7 {
    position: absolute;
    left: -45px;
    top: -45px;
    z-index: 1;
}

.midleright {
    width: 413px;
    height: 393px;
    position: absolute;
    right: -82px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.img8 {
    position: absolute;
    width: 100%;
    max-width: 413px;
    top: -60px;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
}

.img9 {
    position: absolute;
    z-index: 2;
    right: -57px;
    bottom: 0;
    height: 107%;
}

.span4 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin-top: 83px;
    line-height: 25px;
    font-weight: 300;
    color: #1b2b4d;
}

.span5 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 37px;
    margin-top: 10px;
    line-height: 30px;
    font-weight: 600;
    color: #1d2d4e;
}

.span6 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin-top: 10px;
    line-height: 24px;
    font-weight: 300;
    color: #858897;
}

.span7 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding-left: 80px;
    padding-right: 30px;
    margin-top: 23px;
    color: #404040;
}

.span8 {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1px solid #ce9e70;
    border-radius: 50px;
    padding-top: 15px;
    text-align: center;
    color: #ce9e70;
    cursor: pointer;
    font-size: 10px;
    transition: ease 0.25s all;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: block;
    float: left;
    margin: 60px 0px 0px 80px;
    /* margin-left: 80px; */
    /* margin-top: 60px; */
}

    .span8:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(0%, 0%) rotate(180deg);
        background-color: #ce9e70;
        color: #fff;
        border: 1px solid #ce9e70;
    }

.img10 {
    position: relative;
    display: block;
    margin: auto;
    max-width: 464px;
    width: 96%;
}

.img11 {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 0;
}

.mapform {
    height: 580px;
}

    .mapform .left {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

    .mapform .right {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

.bsaform {
    width: 97%;
    max-width: 630px;
    height: 316px;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0;
    margin: auto;
}

.inputbox {
    position: relative;
    float: left;
    width: 49%;
    height: 59px;
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #9d9c98;
}

    .inputbox input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        padding-left: 11px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }

.type2 {
    float: right;
}

.uyari {
    width: 49%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #757573;
    font-size: 12px;
    position: relative;
    margin-top: 0;
}

.chkdiv {
    position: relative;
    float: right;
    width: 49%;
}

.uyarigizli {
    color: #000;
    line-height: 1.5em;
    font-size: 10px;
    display: none;
    position: relative;
    float: left;
    width: 49%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.span9 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    color: #2b2a28;
}

.span10 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
    color: #9f9e99;
    margin-bottom: 20px;
    margin-top: 18px;
}

.span11 {
    font-size: 42px;
    background: linear-gradient(140deg, #3d649a 0%,#0a1a33 100%);
    background: -webkit-linear-gradient(140deg, #3d649a 0%,#0a1a33 100%);
    background: -moz-linear-gradient(140deg, #3d649a 0%,#0a1a33 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

    .span11:hover {
        background: linear-gradient(140deg, #0a1a33 0%,#3d649a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.span12 {
    position: absolute;
    margin: auto;
    cursor: pointer;
    top: 0;
    bottom: 0;
    padding: 23px;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    -webkit-transition: border 300ms ease-in-out;
    transition: border 300ms ease-in-out;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
}

    .span12 img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    .span12:hover img {
        right: -10px;
    }

.img12 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.4;
    height: 524px;
}

.footer {
    width: 100%;
    max-width: 1230px;
    position: relative;
    margin: auto;
    background-color: #fff;
    height: 150px;
    padding-left: 10px;
    padding-right: 10px;
}

.img13 {
    position: relative;
    float: left;
    width: 203px;
    margin: auto;
    margin-top: 100px;
    display: block;
}

.bottomsocial {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    margin: auto;
    width: 300px;
    height: 50px;
    text-align: center;
}

    .bottomsocial a {
        text-decoration: none;
        position: relative;
        margin-left: 5px;
        margin-right: 5px;
    }

        .bottomsocial a span {
            border-radius: 50%;
            border: 1px solid #b6b6b6;
            background-color: #b6b6b6;
            width: 40px;
            height: 40px;
            text-align: center;
            color: #ffffff;
            display: inline-block;
            position: relative;
            cursor: pointer;
        }

            .bottomsocial a span i {
                display: inline-table;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: auto;
                font-size: 20px;
            }

.span13 {
    position: relative;
    float: right;
    display: block;
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

    .span13 .a2 {
        text-decoration: none;
        font-family: arial;
        font-size: 30px;
        font-weight: 600;
        text-align: right;
        line-height: 30px;
        color: #2b2a28;
        text-align: center;
    }

    .span13 .a3 {
        text-decoration: none;
        font-family: arial;
        font-size: 21px;
        font-weight: 600;
        text-align: right;
        line-height: 30px;
        color: #2b2a28;
        text-align: center;
    }



.bsa-btn {
    position: relative;
    float: left;
    cursor: pointer;
}

.bsa-btn2 {
    position: fixed;
    float: left;
    cursor: pointer;
    z-index: 22;
    top: 0;
    bottom: 0;
    margin: auto;
}

.deluxiaapp_img {
    position: relative;
    float: left;
    /* margin-left: 5px; */
}

.spanrightside {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 51px;
    height: 350px;
    z-index: 5;
}

.konseptheader {
    margin-top: -67px;
}

.konseptheader_img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
}

.p2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    color: #525252;
    margin-top: 40px;
    line-height: 1.5em;
}

.disk {
    position: relative;
    float: right;
    display: block;
}

.konseptleftyazi {
    position: absolute;
    display: block;
    top: 100px;
    left: 10px;
    margin: auto;
}

.konseptbina {
    position: relative;
    display: block;
    margin: auto;
    width: 98%;
    max-width: 892px;
}

.konseptbina_img {
    width: 100%;
}

.span14 {
    position: absolute;
    top: 260px;
    left: 21px;
    font-family: 'Poppins', sans-serif;
}

.span15 {
    font-size: 30px;
    font-weight: 300;
    color: #545454;
}

.span16 {
    color: #545454;
    font-weight: 300;
    font-size: 14px;
}

.span17 {
    position: absolute;
    top: 131px;
    right: 44px;
    width: 287px;
    text-align: right;
    font-family: 'Poppins', sans-serif;
}

.span18 {
    font-size: 30px;
    font-weight: 300;
    color: #545454;
    padding-right: 19px;
}

.span19 {
    color: #545454;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0px;
}

.span20 {
    position: absolute;
    top: 355px;
    right: 44px;
    width: 287px;
    text-align: right;
    font-family: 'Poppins', sans-serif;
}

.span21 {
    font-size: 30px;
    font-weight: 300;
    color: #545454;
    padding-right: 19px;
}

.span22 {
    color: #545454;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0px;
}

.span23 {
    color: #545454;
    width: 300px;
    font-size: 14px;
    padding-left: 0px;
    position: absolute;
    left: -150px;
    bottom: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    float: left;
}

.span24 {
    color: #545454;
    width: 300px;
    font-size: 14px;
    padding-left: 0px;
    position: absolute;
    right: -100px;
    bottom: 120px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    float: left;
}

.adalarmanzara {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1529px;
}

.p3 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 50px;
}

.span25 {
    color: #5b5756;
}

.span26 {
    color: #b7aa80;
}

.p4 {
    text-align: center;
    color: #575556;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 50px;
}

.yasamheader {
    margin-top: -67px;
}

.yasamheader_img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
}

.yildizbg_img {
    position: relative;
    display: block;
    margin: auto;
    margin-top: -150px;
}

.p5 {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    position: absolute;
    font-weight: 400;
    bottom: 144px;
    font-size: 14px;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    color: #525252;
    margin-top: 40px;
    line-height: 1.5em;
}

.yasamkoltuk {
    margin-top: -51px;
}

    .yasamkoltuk .left {
        position: relative;
        float: left;
        width: 50%;
        padding-right: 3%;
    }

    .yasamkoltuk .right {
        position: relative;
        float: left;
        width: 50%;
    }

.yasamleft {
    position: absolute;
    left: 10px;
    top: 30px;
}

.yasamsandalye {
    max-width: 598px;
    width: 96%;
    position: relative;
    display: block;
    margin: auto;
    margin-top: -56px;
}

.p6 {
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #565656;
    font-size: 50px;
    line-height: 40px;
    margin-top: 100px;
}

.p7 {
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #b3a77d;
    font-size: 50px;
    line-height: 40px;
}

.p8 {
    text-align: right;
    font-family: 'Poppins', sans-serif;
    color: #525252;
    font-weight: 400;
    font-size: 14px;
    padding-left: 10%;
    margin-top: 20px;
}

.p9 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #4f4f4d;
    font-size: 50px;
    line-height: 40px;
    margin-top: 0;
}

.p10 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #39667b;
    font-size: 50px;
    line-height: 40px;
}

.p11 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #55565a;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 15%;
}

.yasamhavuz {
    height: 477px;
    overflow: hidden;
    background-color: #e4eff3;
}

    .yasamhavuz .left {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

    .yasamhavuz .right {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

.yasamhavuz_img {
    position: absolute;
    left: 0;
    max-width: 1364px;
    height: 100%;
}

.yasamlat {
    height: 540px;
}

.yasamagac {
    position: absolute;
    left: 0;
    bottom: 0;
}

.yasamaltbox {
    position: relative;
    float: left;
    width: 456px;
    margin-left: 255px;
    height: 100%;
    display: block;
    margin: auto;
}

.p12 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #555555;
    font-size: 50px;
    line-height: 40px;
    margin-top: 120px;
}

.p13 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #b4a77a;
    font-size: 50px;
    line-height: 40px;
    margin-top: 13px;
}

.p14 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 0;
}

.yasambumerang {
    position: relative;
    float: left;
    margin-left: -96px;
    margin-top: 50px;
}

.yasamkopekcocuk {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 683px;
}

.lokasyonheader {
    margin-top: -67px;
}

.lokasyonheader_img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
}

.p15 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 16px;
    color: #fff;
}

.span27 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 25px;
    margin-bottom: 10px;
}

.span28 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 54px;
}

.p16 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding-left: 30%;
    padding-right: 30%;
    color: #525252;
    margin-top: 40px;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.lokasyonbox {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #525252;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .lokasyonbox .left {
        position: relative;
        display: inline-block;
        width: 320px;
        height: 79px;
    }

        .lokasyonbox .left img {
            position: relative;
            float: right;
            top: 15px;
        }

        .lokasyonbox .left span {
            position: relative;
            float: right;
            top: 20px;
            margin-left: 10px;
        }

    .lokasyonbox .midle {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
        width: 79px;
    }

        .lokasyonbox .midle span {
            position: relative;
            display: block;
            width: 79px;
            height: 79px;
            border: 5px solid #b4a77b;
            border-radius: 50px;
            top: -40px;
            padding-top: 10px;
        }

            .lokasyonbox .midle span label {
                font-size: 30px;
                position: relative;
                margin-left: 4px;
                font-weight: 300;
                top: 2px;
            }

            .lokasyonbox .midle span b {
                font-weight: normal;
                position: relative;
                top: 2px;
                left: -4px;
                font-size: 12px;
            }

    .lokasyonbox .right {
        position: relative;
        display: inline-block;
        width: 320px;
        height: 79px;
    }

        .lokasyonbox .right img {
            position: relative;
            float: left;
            top: 15px;
            margin-left: 10px;
        }

        .lokasyonbox .right span {
            position: relative;
            float: left;
            top: 20px;
        }

.dotline {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    bottom: -8px;
}

#lokmap {
    height: 390px;
    z-index: -1;
}

.lokbumerang {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}

.gal {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.spankroki {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 218px;
    height: 50px;
    background: linear-gradient(140deg, #0a1a33 0%,#3d649a 100%);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-top: 9px;
    cursor: pointer;
    margin-bottom: 4px;
}

.yoltarif {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 218px;
    height: 50px;
    background: linear-gradient(140deg, #3d649a 0%,#0a1a33 100%);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-top: 9px;
}

.p17 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 35px;
    color: #fff;
}

.span29 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 25px;
    margin-bottom: 10px;
}

.span30 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 49px;
    line-height: 54px;
}

.res1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    opacity: 0.2;
}

.span31 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 37px;
    margin-top: 10px;
    line-height: 30px;
    font-weight: 600;
    color: #1d2d4e;
}

.span32 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin-top: 10px;
    line-height: 25px;
    font-weight: 300;
    color: #1b2b4d;
}

.span33 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-top: 23px;
    color: #404040;
}

.iletisimheader {
    margin-top: -65px;
    z-index: 3;
}

.iletisimheader_img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
}

.p18 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.span34 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.span35 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 0;
}

.span36 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
}

    .span36 a {
        text-decoration: none;
        color: #fff;
    }

.span37 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 15px;
}

    .span37 a {
        text-decoration: none;
        color: #fff;
    }

.iletisimbum {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.iletisimform {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 830px;
    height: 500px;
}

#iletisimmap {
    height: 453px;
}

.yoltarifi2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
}

.bsaheader {
    margin-top: -75px;
    background-size: cover;
    background-position: center center;
    background-image: url(/Content/images/bsaheader.jpg);
}

.bsaheader_img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    display: none;
}

.basaform {
}

.aybeyaz {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 16px;
    /* left: 0; */
    /* right: 0; */
}

.bsalansman {
    position: absolute;
    right: -300px;
    top: 55px;
    display: block;
}

.menu_bg_img {
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    z-index: -1;
}

.iletisim_bsa_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.span38 {
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
}

.span39 {
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 10px;
}

.mobilesocial {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 50px;
    text-align: center;
}

    .mobilesocial a {
        text-decoration: none;
        position: relative;
        margin-left: 5px;
        margin-right: 5px;
    }

        .mobilesocial a span {
            border-radius: 50%;
            width: 40px;
            height: 40px;
            text-align: center;
            color: #ffffff;
            display: inline-block;
            position: relative;
            cursor: pointer;
        }

            .mobilesocial a span i {
                display: inline-table;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: auto;
                font-size: 25px;
                color: #c0b381;
            }

.sonkare {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    background-image: url(/Content/images/anamobil.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.havuzmobil_img {
    position: relative;
    float: left;
    width: 100%;
    display: none;
}

.lok2 .left {
    height: 40px;
    margin-bottom: 11px;
}

    .lok2 .left .imgspan {
        position: relative;
        float: left;
        display: block;
        width: 70px;
        margin-left: 10px;
        height: 100%;
    }

        .lok2 .left .imgspan img {
            position: relative;
            display: block;
            margin: auto;
            height: 100%;
            float: left;
        }

    .lok2 .left .yazispan {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #525252;
        position: relative;
        float: left;
        top: 50%;
        transform: translateY(-50%);
    }

.p19 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 30px;
}

.span40 {
    color: #212121;
}

.span41 {
    color: #235367;
}

.span42 {
    color: #212121;
}

.galleryoverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    transition: opacity 0.6s ease-out;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

    .galleryoverlay img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.galeridiv {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1100px;
}

.topline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #fff;
}



.loading_img {
    width: 172px;
    margin-left: -10px;
}

.loading-container,
.loading {
    height: 242px;
    position: absolute;
    left: 0;
    width: 242px;
    border-radius: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #fff transparent #fff;
}

.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #2b2929;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-left: 46px;
    margin-top: 90px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 153px;
}

.loaddiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    z-index: 9999999999999999;
    transition: all 0.5s ease-in-out;
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@-o-keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.mmenu {
    background-color: #fff;
    height: 77px;
    position: fixed;
    display: none;
    z-index: 999;
}

.a1x {
    color: #143153;
    text-decoration: none;
    font-family: Arial;
    font-size: 18px;
    position: relative;
    float: left;
    margin-top: 31px;
    letter-spacing: -1px;
    display: block;
    margin-left: 10px;
}

.img1x {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    display: block;
    width: 122px;
}

.asagiyakaydirin {
    position: absolute;
    left: 20px;
    top: 36px;
}

.bsaheadermobil {
    position: relative;
    float: left;
    width: 100%;
}

.marker-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #b5a77e;
    padding: 9px;
    position: relative;
    float: left;
    margin-left: 16px;
    padding-left: 0;
    padding-right: 0;
}

.slideitem {
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.indexmain {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .indexmain .left {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

    .indexmain .right {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

.indexlogo {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto;
    width: 270px;
    z-index: 2;
}

.lock-dots {
    height: 3px;
    position: absolute;
    left: 214px;
    right: 180px;
    overflow: hidden;
}

    .lock-dots i {
        width: 200%;
        height: 100%;
        display: block;
        position: relative;
        transform: translate3d(0, 0, 0);
    }

        .lock-dots i:before {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            animation: dots2 1s 0.2s linear infinite;
            background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5'><circle fill='%23ffffff' cx='2.5' cy='2.5' r='1.5'/></svg>") left center/5px;
        }

.lock-arrows {
    width: 18px;
    height: 9px;
    display: block;
    position: absolute;
    top: -4px;
    right: 156px;
    transition: all 0.2s 0.8s ease;
}

    .lock-arrows:before, .lock-arrows:after {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        top: 0;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(-136deg);
    }

    .lock-arrows:before {
        left: 0;
    }

    .lock-arrows:after {
        right: 0;
    }

.lock-dots2 {
    height: 3px;
    position: absolute;
    left: 190px;
    right: 214px;
    overflow: hidden;
}

    .lock-dots2 i {
        width: 200%;
        height: 100%;
        display: block;
        position: relative;
        transform: translate3d(0, 0, 0);
    }

        .lock-dots2 i:before {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            animation: dots2 1s 0.2s linear infinite;
            background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5'><circle fill='%23ffffff' cx='2.5' cy='2.5' r='1.5'/></svg>") left center/5px;
        }

.lock-arrows2 {
    width: 18px;
    height: 9px;
    display: block;
    position: absolute;
    top: -4px;
    left: 156px;
    transition: all 0.2s 0.8s ease;
}

    .lock-arrows2:before, .lock-arrows2:after {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        top: 0;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(45deg);
    }

    .lock-arrows2:before {
        left: 0;
    }

    .lock-arrows2:after {
        right: 0;
    }

@keyframes dots2 {
    from {
        transform: translate3d(0,0,0);
    }

    to {
        transform: translate3d(5px,0,0);
    }
}

.psurukle {
    position: absolute;
    width: 100%;
}

.indexsurukle {
    position: relative;
    display: block;
    margin: auto;
    cursor: move;
}

.indexresidence {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 75%;
}

.indexbusiness {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 75%;
}

.pindex1 {
}

.pindex2 {
    position: relative;
    float: left;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 35px;
    margin-left: 10px;
    margin-top: -24px;
}

.pindex3 { /* position: relative; */ /* float: left; */
}

.pindex4 {
}

.pindex5 {
    position: relative;
    float: right;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 35px;
    margin-right: 10px;
    margin-top: -24px;
}

.pindex6 {
}

.psurukleyazi {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    letter-spacing: 3px;
}

.sliderdots {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
    width: 50px;
    z-index: 2;
}

    .sliderdots span {
        display: block;
        width: 20px;
        height: 20px;
        margin: 5px 5px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: transparent;
        border: 2px solid #99743f;
        cursor: pointer;
    }

        .sliderdots span.active {
            background: #99743f;
        }

.bilgitalepheader {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bilgitalepform {
    width: 100%;
    max-width: 625px;
    height: 395px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

.btp1 {
}

    .btp1 img {
        position: relative;
        display: block;
        margin: auto;
        max-width: 633px;
        width: 100%;
    }

.btp2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.btp3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.inputbox2 {
    position: relative;
    float: left;
    max-width: 300px;
    width: 100%;
    height: 56px;
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #555;
    box-sizing: border-box;
}

    .inputbox2 input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        padding-left: 11px;
        box-sizing: border-box;
    }

.uyari2 {
    max-width: 300px;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 13px;
    position: relative;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.uyarigizli2 {
    line-height: 1.5em;
    font-size: 10px;
    display: none;
    position: relative;
    float: left;
    width: 100%;
    max-width: 300px;
    font-family: Arial;
    padding: 0;
    margin: 0;
    color: #fff;
}

.chkdiv2 {
    max-width: 300px;
    width: 100%;
    float: right;
    position: relative;
}

.chkon2 {
    width: 75px;
    height: 28px;
    background: url(/Content/landing/images/dolu2.png) no-repeat;
    cursor: pointer;
    margin-top: 9px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    z-index: 2;
    padding-left: 33px;
    padding-top: 4px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.chkof2 {
    width: 75px;
    height: 28px;
    background: url(/Content/landing/images/bos2.png) no-repeat;
    cursor: pointer;
    margin-top: 9px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    z-index: 2;
    padding-left: 32px;
    padding-top: 4px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.formSend2 {
    position: relative;
    float: right;
    display: inline-block;
    width: 150px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #767572;
    padding-top: 9px;
    cursor: pointer;
    margin-top: 5px;
}

.type3 {
    float: right;
}

.btoverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.41);
    z-index: 1;
}

.lokasyonheader2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 435px;
}

.lokasyonharita2 {
    margin-top: 20px;
}

    .lokasyonharita2 img {
        position: relative;
        display: block;
        margin: auto;
        max-width: 1214px;
        width: 100%;
    }

.btp4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #303030;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-top: -20px;
    margin-bottom: 5px;
}

.btp5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
}

.bussection1 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1045px;
    margin: auto;
    margin-top: 55px;
}

.buslokimg1 {
    position: relative;
    float: left;
}

.btp6 {
    position: relative;
    float: left;
    width: calc(100% - 450px);
    padding-left: 25px;
    box-sizing: border-box;
    padding-right: 25px;
}

.btp7 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #303030;
    font-size: 27px;
    line-height: 27px;
}

.btp8 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    text-align: center;
    font-size: 27px;
    line-height: 27px;
}

.btp9 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 13px;
    margin-top: 10px;
}

.bussection2 {
    height: 500px;
    margin-top: 50px;
}

    .bussection2 .left {
        position: relative;
        float: left;
        width: 60%;
        height: 100%;
    }

    .bussection2 .right {
        position: relative;
        float: left;
        width: 40%;
        height: 100%;
    }

#lokmap2 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.btp10 {
    text-align: center;
    margin-top: 75px;
}

    .btp10 span {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #303030;
        font-size: 27px;
        line-height: 27px;
    }

    .btp10 b {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        color: #303030;
        font-size: 27px;
        line-height: 27px;
    }

.btp11 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

.btp12 {
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #303030;
    font-size: 25px;
    line-height: 25px;
    margin-top: 10px;
}

.btp13 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}

.btp14 {
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #303030;
    font-size: 25px;
    line-height: 25px;
    margin-top: 10px;
}

.buslokyoltarif {
    text-decoration: none;
    display: block;
    position: relative;
    margin: auto;
    width: 180px;
    height: 50px;
    text-align: center;
    border: 2px solid #303030;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 20px;
    padding-top: 8px;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 27px;
}

.btp10x {
    text-align: center;
    margin-top: 165px;
}

    .btp10x span {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #fff;
        font-size: 27px;
        line-height: 27px;
    }

    .btp10x b {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        color: #fff;
        font-size: 27px;
        line-height: 27px;
    }

.btp11x {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

.btp12x {
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    margin-top: 10px;
}

.btp13x {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}

.btp14x {
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    margin-top: 10px;
}

.bussection3 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 525px;
}

.busiletisimadam_img {
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 100%;
}

.buskonsept1_img {
    position: relative;
    display: block;
    margin: auto;
    max-width: 983px;
    width: 98%;
    display: none;
}

.buskonsept12_img {
    position: relative;
    display: block;
    margin: auto;
    max-width: 933px;
    width: 98%;
}

.btp15 {
    text-align: center;
    margin-top: 75px;
}

.btp16 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #303030;
    font-size: 27px;
    line-height: 27px;
}

.btp17 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #303030;
    font-size: 27px;
    line-height: 27px;
}

.btp18 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 13px;
    margin-top: 22px;
    text-align: center;
}

.bussection5 {
    height: 415px;
    margin-top: 40px;
}

    .bussection5 .left {
        position: relative;
        float: left;
        width: 45%;
        height: 100%;
        z-index: 1;
    }

    .bussection5 .right {
        position: relative;
        float: right;
        width: 55%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 2;
    }

        .bussection5 .right img {
            position: absolute;
            left: -70px;
            bottom: 0;
            height: 100%;
            z-index: 2;
        }

.btp19 {
    padding-left: 30%;
    text-align: center;
    padding-right: 20%;
}

.btp20 {
    text-align: center;
}

    .btp20 span {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #303030;
        font-size: 40px;
        line-height: 40px;
    }

    .btp20 b {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #303030;
        font-size: 40px;
        line-height: 40px;
        margin-left: 10px;
    }

.btp21 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 13px;
    margin-top: 22px;
}

.lineleft1_img {
    position: relative;
    float: right;
    margin-right: -30%;
}

.linemidle1 {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bussection6 {
    height: 560px;
    margin-top: 40px;
    margin-bottom: 65px;
}

    .bussection6 .left {
        position: relative;
        float: left;
        width: 55%;
        height: 100%;
    }

    .bussection6 .right {
        position: relative;
        float: left;
        width: 45%;
        height: 100%;
    }

.btp22 {
    padding-left: 0;
    text-align: center;
    padding-right: 0;
}

.btp23 {
    text-align: center;
}

    .btp23 span {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #303030;
        font-size: 40px;
        line-height: 40px;
    }

    .btp23 b {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #303030;
        font-size: 40px;
        line-height: 40px;
        margin-left: 10px;
    }

.btp24 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 13px;
    margin-top: 22px;
    padding-left: 15%;
    padding-right: 15%;
}

.lineright1_img {
    position: relative;
    float: left;
    margin-left: 0;
}

.linemidle2 {
    position: relative;
    display: block;
    margin: auto;
    margin-top: -15px;
    margin-bottom: 15px;
}

.btp25 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10p;
}

.btp26 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #303030;
    font-size: 27px;
    line-height: 27px;
}

.btp27 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #303030;
    font-size: 27px;
    line-height: 27px;
}

.btp28 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 13px;
    margin-top: 22px;
    text-align: center;
}

.bussection7 {
    position: relative;
    display: block;
    height: 450px;
    width: 100%;
    max-width: 1150px;
    margin: auto;
    margin-top: 40px;
}

    .bussection7 .left {
        position: relative;
        float: left;
        width: 40%;
        height: 100%;
        margin-left: 1%;
        margin-right: 1%;
    }

        .bussection7 .left div {
            position: relative;
            float: left;
            height: 48%;
            margin-top: 0%;
            margin-bottom: 3%;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

    .bussection7 .right {
        position: relative;
        float: left;
        width: 58%;
        height: 100%;
        margin-top: 0%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

.linemidle3 {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btp29 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10p;
}

.btp30 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #303030;
    font-size: 27px;
    line-height: 27px;
}

.btp31 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #303030;
    font-size: 27px;
    line-height: 27px;
}

.btp32 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 13px;
    margin-top: 22px;
    text-align: center;
}

.bussection8 {
    position: relative;
    display: block;
    height: 450px;
    width: 100%;
    max-width: 1150px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .bussection8 .right {
        position: relative;
        float: left;
        width: 40%;
        height: 100%;
        margin-left: 1%;
        margin-right: 1%;
    }

        .bussection8 .right div {
            position: relative;
            float: left;
            height: 48%;
            margin-top: 0%;
            margin-bottom: 3%;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

    .bussection8 .left {
        position: relative;
        float: left;
        width: 58%;
        height: 100%;
        margin-top: 0%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

.lineright2_img {
    position: absolute;
    left: 0;
    top: 97px;
}

.btp33 {
}

    .btp33 img {
        position: relative;
        display: block;
        margin: auto;
        max-width: 559px;
        width: 98%;
    }

.btp34 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 13px;
    margin-top: 22px;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}

.bussection9 {
    text-align: center;
    height: 200px;
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1010px;
    margin-top: 50px;
    margin-bottom: 55px;
}

    .bussection9 .box {
        position: relative;
        display: inline-block;
        width: 230px;
        height: 200px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: 2px;
        margin-right: 2px;
    }

.busbsa1 {
    position: absolute;
    z-index: 3;
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
}

.busbsa2 {
    position: absolute;
    z-index: 3;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 290px;
}

.scrolldown {
    padding-top: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 38px;
    margin: auto;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    cursor: pointer;
}

    .scrolldown span {
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 38px;
        right: 0;
        border: 1px solid #fff;
        border-radius: 100%;
        box-sizing: border-box;
    }

        .scrolldown span::before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            content: '';
            width: 38px;
            height: 38px;
            box-shadow: 0 0 0 0 rgba(255,255,255,.1);
            border-radius: 100%;
            opacity: 0;
            -webkit-animation: sdb03 3s infinite;
            animation: sdb03 3s infinite;
            box-sizing: border-box;
        }

        .scrolldown span::after {
            position: absolute;
            top: 50%;
            left: 50%;
            content: '';
            width: 16px;
            height: 16px;
            margin: -12px 0 0 -8px;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            box-sizing: border-box;
        }

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.div1 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.signal1 {
    top: 141px;
    left: 103px;
    /* right: 0; */
    margin: auto;
}

    .signal1 .scb_info {
        position: absolute;
        left: -103px;
        width: 100px;
        font-size: 14px;
        top: 0px;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        opacity: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
    }

.signal2 {
    top: 232px;
    left: 290px;
    right: initial;
    margin: auto;
}

    .signal2 .scb_info {
        position: absolute;
        left: 50px;
        width: 223px;
        font-size: 14px;
        top: 0px;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        opacity: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        line-height: 1em;
    }

.signal3 {
    top: 324px;
    left: 287px;
    right: initial;
    margin: auto;
}

    .signal3 .scb_info {
        position: absolute;
        left: 50px;
        width: 223px;
        font-size: 14px;
        top: 0px;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        opacity: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        line-height: 1em;
    }

.signal4 {
    top: 322px;
    left: 100px;
    /* right: 0; */
    margin: auto;
}

    .signal4 .scb_info {
        position: absolute;
        left: -120px;
        width: 136px;
        font-size: 14px;
        top: 0px;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        opacity: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
    }

.signal5 {
    bottom: 234px;
    left: inherit;
    right: 82px;
    margin: auto;
}

    .signal5 .scb_info {
        position: absolute;
        left: 50px;
        width: 223px;
        font-size: 14px;
        top: 0px;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        opacity: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        line-height: 1em;
    }

.signal6 {
    bottom: 100px;
    left: inherit;
    right: 20px;
    margin: auto;
}

    .signal6 .scb_info {
        position: absolute;
        left: 50px;
        width: 139px;
        font-size: 14px;
        top: 0px;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        opacity: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        line-height: 1em;
    }

.signal7 {
    bottom: 100px;
    left: 20px;
    right: initial;
    margin: auto;
}

    .signal7 .scb_info {
        position: absolute;
        left: -123px;
        width: 161px;
        font-size: 14px;
        top: 0px;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        opacity: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        line-height: 1em;
    }

.SCBbuttonMain {
    position: absolute;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    opacity: 1;
    z-index: 2;
}

.scb_bg_puls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #ee697c;
    background-color: #ee697c;
    opacity: 1;
    -webkit-animation: scb_bg_puls_anime 2s infinite ease-in-out;
    animation: scb_bg_puls_anime 2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.scb_but_img {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: no-repeat center center;
    background-color: #a01228;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #a01228;
    opacity: 1;
    z-index: 2;
}

@keyframes scb_bg_puls_anime {
    0% {
        -webkit-transform: scale(0.7) skew(1deg);
        -moz-transform: scale(0.7) skew(1deg);
        -ms-transform: scale(0.7) skew(1deg);
        -o-transform: scale(0.7) skew(1deg);
        transform: scale(0.7) skew(1deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.7) skew(1deg);
        -moz-transform: scale(0.7) skew(1deg);
        -ms-transform: scale(0.7) skew(1deg);
        -o-transform: scale(0.7) skew(1deg);
        transform: scale(0.7) skew(1deg);
        opacity: 1;
    }
}

#data1 {
    background-image: url(/Content/images/business2.jpg);
}

.birlesik_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
}

.modalPencere {
    opacity: 0;
    overflow: hidden;
    background: transparent url(/Content/images/alistebg.png) repeat 0 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}

.modal {
    background: #fff;
    width: 84%;
    max-width: 700px;
    padding: 3%;
    max-height: 623px;
    position: relative;
    top: 50px;
    margin: 0 auto;
    z-index: 2;
    outline: none !important;
}

.modalIc {
    overflow: auto;
    width: 100%;
}

    .modalIc.scrollPane {
        height: 400px;
        outline: none !important;
    }

.modal h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    padding: 0 0 0px;
    color: #000;
    margin: 0;
    font-family: arial;
}

    .modal h5 span {
        color: #c19767;
    }

.modal.formCevap {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    top: 150px;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspHorizontalBar, .jspPane, .jspVerticalBar {
    position: absolute;
    font-size: 13px;
    line-height: 1.8em;
}

.jspVerticalBar {
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

    .jspHorizontalBar *, .jspVerticalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspDrag, .jspHorizontalBar .jspTrack {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: 0;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.jspVerticalBar, .jspTrack {
    background: transparent;
}

.jspHorizontalBar {
    display: none;
}

.jspTrack {
    border-right: 1px solid #3F3F3F;
    width: 10px;
    right: 1px;
}

.jspDrag {
    background: #9e9e9e;
    width: 7px;
    right: -6px;
    left: auto;
}

.jspCap {
    display: block;
    background: transparent;
    height: 10px;
}

.mKapat {
    display: block;
    text-indent: -9999em;
    background: transparent url(/Content/images/close4.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    position: absolute;
    top: 6px;
    right: -20px;
}

.modalover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.jspPane p {
    margin-bottom: 12px;
    color: #292828;
    font-family: arial;
    font-size: 12px;
}

    .jspPane p a {
        text-decoration: none;
        color: #000;
        font-weight: 600;
    }

.jspPane b {
    color: #292828;
}

.bilgilendirmediv2 {
    position: relative;
    float: left;
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 10px;
}

    .bilgilendirmediv2 p {
        position: relative;
        float: left;
        font-size: 11px;
        padding-left: 37px !important;
        color: #676666;
        font-weight: 600;
        margin-top: 2px;
        box-sizing: border-box;
        font-family: arial;
        z-index: 1;
    }

    .bilgilendirmediv2 span {
        color: #676666;
        font-size: 10px;
        margin-top: 14px;
        text-align: justify;
        line-height: 1.6em;
        box-sizing: border-box;
        font-family: arial;
    }

    .bilgilendirmediv2 b {
        position: relative;
        float: left;
        font-size: 11px;
        margin: 0;
        padding-left: 0;
        color: #676666;
        font-weight: normal;
        line-height: 13px;
        box-sizing: border-box;
        text-align: left;
        margin-top: 22px;
        font-family: arial;
    }

        .bilgilendirmediv2 b a {
            color: #3c3b3b;
            font-weight: 600;
        }

.gizlilik3 {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

.gizlilik4 {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}
.modalPopup {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9000000000000;
    background-color: rgba(0, 0, 0, 0.82);
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.modaldiv {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    margin: auto;
    max-width: 800px;
}

.modaldivic {
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 48px;
    display: inline-block;
}

.modaldivic img {
    position: relative;
    float: left;
    width: 100%;
}

.closebtn {
    cursor: pointer;
    position: absolute;
    background-image: url(/Content/images/mainsprite.png);
    background-position: 0px 0px;
    display: block;
    right: 0;
    top: 15px;
    z-index: 4;
    width: 26px;
    height: 26px;
}

#fademodal {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    -moz-opacity: 0.85;
    opacity: .85;
    filter: alpha(opacity=85);
    width: 100%;
    height: 100%;
    z-index: 1000;
}


.kapat_img {
    position: absolute !important;
    width: 50px !important;
    right: -60px;
    top: 0;
    cursor: pointer;
}
@media screen and (max-width: 1030px) {
    .buskonsept12_img, .div1 .SCBbuttonMain {
        display: none;
    }

    .buskonsept1_img {
        display: block;
    }

    .div1 {
        max-width: 95%;
    }

    @media screen and (max-width: 784px) {
        .kiraci_img, .spanrightside {
            display: none !important;
        }

        #data1 {
            background-image: none;
        }

        .bilgilendirmediv2 p, .bilgilendirmediv2 b, .bilgilendirmediv2 span, .gizlilik3, .gizlilik4, .bilgilendirmediv2 b a {
            color: #565656 !important;
        }
    }
}

.modaldiv {
    max-width: 750px !important;
}

#sliderup6 {
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    width: 35px;
    height: 35px;
    margin: auto;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
}

    #sliderup6 span {
        color: #080808;
        font-size: 17px;
    }

#sliderdown6 {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
}

    #sliderdown6 span {
        color: #080808;
        font-size: 17px;
    }

.slidermidlecontrol6 {
    background-color: #ffffff;
    z-index: 3;
}

.mobilsliderdiv {
    display: none;
    margin-top: 77px;
}

.footerBottom {
    width: 100%;
    float: left;
    padding: 9px 0;
    background: #f9f9f9;
    font-family: Arial;
}

.footerCenter {
    width: 97%;
    margin: auto;
}

.leftFooter {
    float: left;
    width: auto;
    font-size: 9px;
    color: #5c5c5c;
}

    .leftFooter span {
        width: auto;
        display: inline-block;
    }

.rightFooter {
    float: right;
    width: auto;
}

    .rightFooter a {
        display: block;
        float: left;
        margin: 0 18px 0 0;
        position: relative;
        top: 8px;
    }

        .rightFooter a:last-child {
            margin: 0;
        }

.vonbelogo {
    width: 50px;
}

.mainslider {
    height: 600px !important;
}

    .mainslider .slick-dots {
        position: absolute;
        bottom: 0 !important;
        left: 15px !important;
        top: 0 !important;
        height: 82px !important;
        margin: auto;
        width: 10px !important;
    }

        .mainslider .slick-dots li {
            margin: 6px 3px !important;
        }

            .mainslider .slick-dots li button {
                border-radius: 32px !important;
            }

.slidertacs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
}

.tacust {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.tacalt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.turlink {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
    .mainslider {
        height: 400px !important;
    }

    .slidertacs {
        height: 400px;
    }

    .modaldiv {
        max-width: 709px !important;
    }
}

@media screen and (max-width: 600px) {
    .mobilsliderdiv {
        display: block;
    }

    .rel1 {
        display: none;
    }

    .leftFooter {
        width: 100%;
        text-align: center;
    }

    .rightFooter {
        width: 100%;
        text-align: center;
    }

        .rightFooter a {
            float: none;
        }
}
