﻿
@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('/Content/fonts/bebas/BebasNeue-Bold.eot');
    src: url('/Content/fonts/bebas/BebasNeue-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/bebas/BebasNeue-Bold.woff') format('woff'), url('/Content/fonts/bebas/BebasNeue-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'BebasNeue-Book';
    src: url('/Content/fonts/bebas/BebasNeue-Book.eot');
    src: url('/Content/fonts/bebas/BebasNeue-Book.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/bebas/BebasNeue-Book.woff') format('woff'), url('/Content/fonts/bebas/BebasNeue-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('/Content/fonts/bebas/BebasNeue-Regular.eot');
    src: url('/Content/fonts/bebas/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/bebas/BebasNeue-Regular.woff') format('woff'), url('/Content/fonts/bebas/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'BebasNeue-Thin';
    src: url('/Content/fonts/bebas/BebasNeue-Thin.eot');
    src: url('/Content/fonts/bebas/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/bebas/BebasNeue-Thin.woff') format('woff'), url('/Content/fonts/bebas/BebasNeue-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('/Content/fonts/gotham/Gotham-Black.eot');
    src: url('/Content/fonts/gotham/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/gotham/Gotham-Black.woff') format('woff'), url('/Content/fonts/gotham/Gotham-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/Content/fonts/gotham/Gotham-Bold.eot');
    src: url('/Content/fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/gotham/Gotham-Bold.woff') format('woff'), url('/Content/fonts/gotham/Gotham-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('/Content/fonts/gotham/Gotham-Light.eot');
    src: url('/Content/fonts/gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/gotham/Gotham-Light.woff') format('woff'), url('/Content/fonts/gotham/Gotham-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('/Content/fonts/gotham/Gotham-Medium.eot');
    src: url('/Content/fonts/gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/gotham/Gotham-Medium.woff') format('woff'), url('/Content/fonts/gotham/Gotham-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('/Content/fonts/gotham/Gotham-Book.eot');
    src: url('/Content/fonts/gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/gotham/Gotham-Book.woff') format('woff'), url('/Content/fonts/gotham/Gotham-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Thin';
    src: url('/Content/fonts/gotham/Gotham-Thin.eot');
    src: url('/Content/fonts/gotham/Gotham-Thin.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/gotham/Gotham-Thin.woff') format('woff'), url('/Content/fonts/gotham/Gotham-Thin.ttf') format('truetype');
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    border-radius: 0;
    border: none;
}

body {
    margin: 0;
}

#topmenu {
    position: relative;
    float: left;
    width: 100%;
    box-shadow: 0 0 10px 5px rgba(121, 121, 121, 0.08);
    z-index: 999;
}

    #topmenu ul {
        list-style-type: none;
        margin: 0;
        z-index: 1;
        padding: 0;
        width: 100%;
        height: 82px;
        text-align: center;
    }

        #topmenu ul li {
            display: inline-block;
            position: relative;
            width: 100%;
            max-width: 153px;
            height: 82px;
        }

            #topmenu ul li:hover .dropdownmenu {
                opacity: 1;
                top: 82px;
                visibility: visible;
                z-index: 1;
            }

            #topmenu ul li p {
                position: relative;
                float: left;
                width: 100%;
                text-align: center;
                top: 50%;
                transform: translateY(-50%);
                margin: 0;
                padding: 0;
            }

                #topmenu ul li p span {
                    position: relative;
                    float: left;
                    width: 100%;
                    font-family: "futura-pt",sans-serif;
                    font-weight: 700;
                    font-size: 14px;
                    letter-spacing: 2px;
                }

                #topmenu ul li p b {
                    font-weight: normal;
                    position: relative;
                    float: left;
                    width: 100%;
                    font-family: "futura-pt",sans-serif;
                    font-weight: 400;
                    font-size: 11px;
                    letter-spacing: 2px;
                }

            #topmenu ul li a {
                color: #000;
                text-decoration: none;
                z-index: 2;
                width: 100%;
                height: 100%;
                display: block;
                position: relative;
            }

.dropdownmenu {
    position: absolute;
    top: 150%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99999;
    opacity: 0;
    height: auto !important;
    width: 185px !important;
    left: -20px;
}

    .dropdownmenu li {
        height: 37px !important;
        background-color: #fff;
        max-width: 100% !important;
        float: left;
    }

        .dropdownmenu li a {
            font-family: arial;
            font-weight: 400;
            font-size: 12px;
            letter-spacing: 1px;
            /* top: 50%; */
            position: relative;
            /* transform: translateY(-50%); */
            display: block;
            height: 100%;
            box-sizing: border-box;
            padding-top: 10px;
        }

.logo_menu {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.mainslider {
    position: relative;
    float: left;
    width: 100%;
    height: 525px;
    /*background-size: cover;
    background-image: url(/Content/images/slider/slider1.jpg);*/
    margin-top: -10px;
    z-index: 1;
}

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

.bilgispan {
    width: 210px;
    height: 65px;
    border: 4px solid #050505;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 60px;
    cursor: pointer;
    z-index: 3;
}

    .bilgispan label {
        color: #fff;
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        font-family: "futura-pt",sans-serif;
        font-weight: 700;
        font-size: 17px;
        letter-spacing: 3px;
    }

.p1 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #444141;
    font-family: Gotham-Book;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 45px;
}

.mainmidleslider {
    position: relative;
    float: left;
    width: 100%;
    height: 460px;
    margin-top: 25px;
    margin-bottom: 54px;
}

.p2 {
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1.5em;
}

.midle_img {
    position: relative;
    display: block;
    margin: auto;
    height: 204px;
}

.span1 {
    color: #000;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: "futura-pt",sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 15px;
}

.span2 {
    font-family: Gotham-Book;
    color: #444141;
    position: relative;
    float: left;
    width: 100%;
    height: 145px;
    text-align: center;
    font-size: 12px;
    padding-bottom: 15px;
}

.span3 {
    font-family: "futura-pt",sans-serif;
    color: #fff;
    position: relative;
    float: left;
    text-align: center;
    font-size: 15px;
    margin: auto;
    width: 100%;
    display: block;
}

    .span3 a {
        color: #000;
        text-decoration: none;
        display: block;
    }

.mainbottomslider {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 75px;
    height: 485px;
}

.successbox {
    width: 100%;
    max-width: 460px;
    height: 135px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    z-index: 2;
    color: #fff;
}

.span4 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    font-family: "futura-pt",sans-serif;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: 5px;
    padding-top: 25px;
}

.span5 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 5px;
}

.span6 {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: block;
    width: 155px;
    height: 75px;
    background-color: #f68831;
    cursor: pointer;
}

    .span6 label {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        font-family: "futura-pt",sans-serif;
        font-weight: 400;
        font-size: 17px;
        letter-spacing: 1px;
        cursor: pointer;
    }

.mainform {
    position: relative;
    float: left;
    width: 100%;
    height: 665px;
}

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

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

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

.p3 {
    position: relative;
    float: left;
    width: 100%;
    font-family: "futura-pt",sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
    margin: 0;
}

.mainformic {
    position: relative;
    width: 98%;
    margin-left: 1%;
    max-width: 575px;
    height: 300px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.mainformdis {
    position: relative;
    display: block;
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: 1225px;
}

.contacttype1 {
    float: left;
}

.contacttype2 {
    float: right;
}

.iletisiminputbox {
    width: 277px;
    height: 80px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

    .iletisiminputbox p {
        position: relative;
        float: left;
        width: 100%;
        font-family: "futura-pt",sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: #000;
        padding-bottom: 0px;
        margin-bottom: 2px;
    }

.iletisiminput {
    width: 100%;
    height: 54px;
    border: 1px solid #a39fa0;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    font-family: Arial;
    font-size: 13px;
    margin-left: 0px;
}

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

.spaniletisimbtn {
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
    margin: auto;
    background-color: #d9986e;
    cursor: pointer;
}

    .spaniletisimbtn b {
        color: #fff;
        position: relative;
        float: left;
        width: 100%;
        font-weight: normal;
        text-align: center;
        font-family: arial;
        letter-spacing: 2px;
        padding-top: 17px;
    }

.footer {
    position: relative;
    float: left;
    width: 100%;
    height: 150px;
    background-color: #131112;
}

.footerbox {
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
}

.logofooter_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.footersocial {
    position: relative;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

    .footersocial img {
        padding-left: 10px;
    }

.bilgispanfooter {
    width: 210px;
    height: 65px;
    border: 2px solid #fff;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

    .bilgispanfooter label {
        color: #fff;
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        font-family: "futura-pt",sans-serif;
        font-weight: 500;
        font-size: 17px;
        letter-spacing: 3px;
    }

.p4 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: "futura-pt",sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.vonbe_img {
    position: absolute;
    display: block;
    right: 0;
    bottom: 27px;
    opacity: 0.9;
    margin: auto;
}

#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;
}

.topheader {
    position: relative;
    float: left;
    width: 100%;
    height: 495px;
    overflow: hidden;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.headerdetail {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    display: block;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    max-width: 525px;
    height: 250px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
}

    .headerdetail span {
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        float: left;
        vertical-align: middle;
        box-sizing: border-box;
        padding-top: 0;
    }

.b1 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: "BebasNeue-Bold";
    font-size: 50px;
    color: #fff;
}

.b2 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: "BebasNeue-Book";
    font-size: 50px;
    color: #fff;
}

.p5 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: "BebasNeue-Regular";
    font-size: 38px;
    color: #272526;
}

    .p5:after {
        background-color: #000;
        height: 1px;
        width: 127px;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        margin: auto;
    }

.p6 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: Gotham-Book;
    font-size: 12px;
    color: #444141;
    line-height: 2em;
    padding-top: 30px;
}

.relative100 {
    position: relative;
    float: left;
    width: 100%;
    /* overflow: hidden; */
}

.btnTanis {
    background-color: #353535;
    cursor: pointer;
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 355px;
    height: 65px;
    color: #fff;
    font-family: Gotham-Bold;
    /* font-weight: 700; */
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 20px;
}

    .btnTanis span {
        padding-top: 26px;
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 3;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 2px;
    }

#drpPersonal {
    position: relative;
    width: 277px;
    height: 54px;
    border: 1px solid #a39fa0;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    font-family: Arial;
    font-size: 13px;
    margin-left: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(/Content/images/arrowbottom.jpg) no-repeat;
    background-position: right 9px center;
    border-radius: 0;
}

.gymdiv {
    position: relative;
    float: left;
    width: 100%;
    /* height: 430px; */
    margin-top: 50px;
    margin-bottom: -20px;
    overflow: hidden;
}

    .gymdiv .box {
        position: relative;
        float: left;
        width: 33.3%;
        height: 430px;
        background-size: cover;
        background-position: center top;
    }

.kampanyaslider {
    position: relative;
    width: 100%;
    max-width: 950px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.kampanyaleft {
    position: relative;
    /* float: left; */
    width: 49%;
    margin-top: 25px;
    vertical-align: middle;
    display: inline-block;
}

    .kampanyaleft .item {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        height: 460px;
        background-size: cover;
        background-position: center center;
        border: 10px solid #eeeeee;
    }


.kampanyaright {
    position: relative;
    /* float: right; */
    width: 49%;
    margin-top: 25px;
    vertical-align: middle;
    display: inline-block;
}

    .kampanyaright .item {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        height: 460px;
        background-size: cover;
        background-position: center center;
        border: 10px solid #eeeeee;
    }

.kampanyaalt {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    background: #000;
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
}

.kampanyatitle {
    padding: 0;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    font-family: futura-pt;
    color: #fff;
    letter-spacing: 2px;
    float: left;
    width: 100%;
    text-align: center;
    height: 100%;
}

    .kampanyatitle label {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
        padding-top: 18px;
        cursor: pointer;
    }

.kampanyanum {
    font-weight: 700;
    position: relative;
    float: left;
    top: 0;
    font-size: 29px;
    font-family: "BebasNeue-Regular";
    color: #000;
    width: 50%;
    background-color: #fff;
    height: 100%;
    border: 3px solid #000;
    border-style: solid;
    border-right: 0;
    z-index: 2;
    padding-top: 9px;
}

.span7 {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    font-family: Gotham-Bold;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.p7 {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    font-family: Gotham-Book;
    font-size: 13px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.basket_img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 488px;
    width: 80%;
}

.basketust {
    position: relative;
    height: 380px;
    float: right;
    width: 90%;
    margin-top: 30px;
    overflow: hidden;
}

    .basketust:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 200px;
        background-color: #FFFFFF;
        top: 0;
        left: 0;
        z-index: 4;
    }

    .basketust:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 200px;
        background-color: #FFFFFF;
        top: 0;
        right: 0;
        z-index: 4;
    }

    .basketust.show-elements {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

        .basketust.show-elements:before {
            /*-webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
            transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
            transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
            -webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
            transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
            -webkit-transform: translate3d(-200px, 0, 0);
            transform: translate3d(-200px, 0, 0);*/
            -webkit-transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -o-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
            width: 0%;
        }

        .basketust.show-elements:after {
            /*-webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
            transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
            transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
            -webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
            transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
            -webkit-transform: translate3d(200px, 0, 0);
            transform: translate3d(200px, 0, 0);*/
            -webkit-transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -o-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
            width: 0%;
        }

.basketalt {
    position: relative;
    /* height: 380px; */
    float: left;
    width: 90%;
    margin-bottom: 150px;
}

    .basketalt:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 200px;
        background-color: #FFFFFF;
        top: 0;
        left: 0;
        z-index: 4;
    }

    .basketalt:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 200px;
        background-color: #FFFFFF;
        top: 0;
        right: 0;
        z-index: 4;
    }

    .basketalt.show-elements {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

        .basketalt.show-elements:before {
            -webkit-transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -o-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
            width: 0%;
        }

        .basketalt.show-elements:after {
            -webkit-transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -o-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
            width: 0%;
        }

.basketheader {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background-color: #f1f1f1;
}

.basket1_img {
    position: relative;
    float: left;
    z-index: 2;
    margin-right: 33px;
    margin: auto;
    display: block;
}



.basket2_img {
    position: relative;
    float: right;
    z-index: 2;
    margin-left: 30px;
    display: block;
    margin: auto;
    max-width: 315px;
    width: 100%;
}

.p8 {
    text-align: center;
    position: absolute;
    z-index: 3;
    width: 100%;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 2px;
    color: #33312e;
    margin-bottom: 0;
}

.p9 {
    position: relative;
    float: left;
    width: 100%;
    max-width: 614px;
    margin: 0;
    margin-left: 600px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    box-sizing: border-box;
    padding-right: 15px;
    font-family: Gotham-Book;
    font-size: 12px;
    color: #444141;
    line-height: 1.4em;
    padding-left: 5px;
    padding-right: 5px;
}

    .p9:before {
        background-color: #000;
        height: 6px;
        width: 100px;
        content: "";
        position: absolute;
        left: 0;
        top: -30px;
        margin: auto;
        display: block;
    }

@media screen and (max-width: 1117px) {
    .p9:before {
        display: none;
    }
}

.p10 {
    text-align: right;
    position: absolute;
    z-index: 3;
    width: 100%;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 2px;
    box-sizing: border-box;
    padding-right: 239px;
    margin-bottom: 0;
}

.p11 {
    position: relative;
    float: right;
    width: 100%;
    max-width: 431px;
    text-align: right;
    margin: 0;
    margin-right: 330px;
    top: 88px;
    transform: translateY(-50%);
    z-index: 3;
    box-sizing: border-box;
    padding-right: 15px;
    font-family: Gotham-Book;
    font-size: 12px;
    color: #444141;
    line-height: 1.7em;
    padding-top: 7px;
}

    .p11:before {
        background-color: #000;
        height: 6px;
        width: 100px;
        content: "";
        position: absolute;
        right: 15px;
        top: -30px;
        margin: auto;
    }

@media screen and (max-width: 777px) {
    .p11:before {
        display: none;
    }
}

.span8 {
    color: #444041;
    font-family: 'Gotham-Book';
    border: 3px solid #000000;
    box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    position: absolute;
    width: 175px;
    height: 175px;
    right: -73px;
    bottom: -91px;
    z-index: 3;
}

.a1 {
    position: absolute;
    display: block;
    height: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.b3 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -2px;
}

.b4 {
    font-weight: normal;
    position: relative;
    float: left;
    width: 100%;
    font-size: 23px;
    letter-spacing: 1px;
}

.b5 {
    font-weight: normal;
    position: relative;
    float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
}

.kidsdiv {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: auto;
    margin-bottom: 50px;
    height: 575px;
}

    .kidsdiv:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 150px;
        background-color: #FFFFFF;
        top: 0;
        left: 0;
        z-index: 4;
    }

    .kidsdiv:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 200px;
        background-color: #FFFFFF;
        top: 0;
        right: 0;
        z-index: 4;
    }

    .kidsdiv.show-elements {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

        .kidsdiv.show-elements:before {
            -webkit-transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -o-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
            width: 0%;
        }

        .kidsdiv.show-elements:after {
            -webkit-transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -o-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
            width: 0%;
        }

.p12 {
    text-align: center;
    position: absolute;
    z-index: 3;
    width: 100%;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 2px;
    top: 0;
}

.p13 {
    position: absolute;
    float: left;
    width: 100%;
    max-width: 521px;
    margin: 0;
    margin-left: 510px;
    top: 133px;
    /* transform: translateY(-50%); */
    z-index: 3;
    box-sizing: border-box;
    padding-right: 15px;
    font-family: Gotham-Book;
    font-size: 12px;
    color: #444141;
    line-height: 1.4em;
}

    .p13:before {
        background-color: #000;
        height: 6px;
        width: 100px;
        content: "";
        position: absolute;
        left: 0;
        top: -30px;
        margin: auto;
    }

    .p13 span {
        position: relative;
        float: left;
        width: 100%;
        font-family: "futura-pt",sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 15px;
        text-align: center;
        line-height: 1.4em;
        margin-top: 50px;
        letter-spacing: 5px;
    }

        .p13 span b {
            position: relative;
            float: left;
            width: 100%;
            font-weight: normal;
            margin-bottom: 25px;
            margin-top: 25px;
        }

            .p13 span b img {
                position: relative;
                display: block;
                margin: auto;
            }

@media screen and (max-width: 886px) {
    .p13:before {
        display: none;
    }
}

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

.sliderleft {
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #231f20;
    width: 90px;
    height: 65px;
    z-index: 5;
}

    .sliderleft img {
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.sliderright {
    position: absolute;
    left: 93px;
    bottom: 0;
    cursor: pointer;
    background-color: #fff;
    width: 90px;
    height: 65px;
    z-index: 5;
}

    .sliderright img {
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.slideritem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .slideritem img {
        display: block;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
    }

.slideric {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
}

.sliderbg {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}

.box {
    background-size: cover;
    background-position: center bottom;
}

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

.sliderprogram {
    position: absolute;
    right: 11px;
    bottom: 60px;
    cursor: pointer;
    z-index: 5;
}

    .sliderprogram span {
        position: relative;
        float: left;
        font-family: "futura-pt",sans-serif;
        font-weight: 500;
        color: #333534;
        font-size: 16px;
        letter-spacing: 1px;
        margin-top: 7px;
    }

    .sliderprogram img {
        position: relative;
        float: left;
        margin-left: 10px;
    }

.sliderdersler {
    position: absolute;
    right: 12px;
    bottom: 15px;
    cursor: pointer;
    z-index: 5;
}

    .sliderdersler span {
        position: relative;
        float: left;
        font-family: "futura-pt",sans-serif;
        font-weight: 500;
        color: #333534;
        font-size: 16px;
        letter-spacing: 1px;
        margin-top: 2px;
    }

    .sliderdersler img {
        position: relative;
        float: left;
        margin-left: 10px;
    }

.p14 {
    position: absolute;
    left: -60px;
    top: 7%;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 150px;
    font-family: Gotham-Thin;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15 {
    position: absolute;
    left: 220px;
    top: 50%;
    width: 100%;
    bottom: 20%;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    z-index: 4;
    font-size: 40px;
    font-size: 89px;
    letter-spacing: 14px;
    font-family: Gotham-Medium;
    animation-delay: 0.5s;
}

.p16 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: Gotham-Bold;
    font-size: 40px;
    color: #272526;
    margin-bottom: 20px;
}

    .p16:after {
        background-color: #000;
        height: 2px;
        width: 127px;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -12px;
        margin: auto;
    }

.p17 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: "BebasNeue-Regular";
    font-size: 38px;
    color: #272526;
}

.std1 {
    /* width: 185px; */
    height: 35px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #5e5556;
    color: #fff;
    font-family: Gotham-Book;
    font-size: 12px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2px;
}

    .std1 span {
        padding-top: 11px;
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 3;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 2px;
    }

.std2 {
    /* width: 185px; */
    height: 35px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #5e5556;
    background-color: #fff;
    color: #5e5556;
    font-family: Gotham-Book;
    font-size: 12px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

    .std2 span {
        padding-top: 8px;
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 3;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 2px;
    }

.std3 {
    width: 185px;
    height: 35px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #5e5556;
    color: #fff;
    font-family: Gotham-Book;
    font-size: 12px;
    cursor: pointer;
}

    .std3 span {
        padding-top: 11px;
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 3;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 2px;
    }

.dersprogrami {
    position: relative;
    width: 100%;
    max-width: 1060px;
    margin: auto;
}

.dersprogramiadibox {
    width: 12.5%;
    position: relative;
    float: left;
    height: 50px;
    text-align: center;
}

    .dersprogramiadibox span {
        position: relative;
        float: left;
        width: 100%;
        color: #5e5556;
        font-family: Gotham-Book;
        font-size: 14px;
        box-sizing: border-box;
        padding-top: 17px;
    }

.dersprogramibox {
    width: 12.5%;
    position: relative;
    float: left;
    height: 50px;
    background-color: #e4e4e4;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

    .dersprogramibox span {
        position: relative;
        float: left;
        width: 100%;
        color: #111010;
        font-family: Gotham-Book;
        font-size: 13px;
        box-sizing: border-box;
        padding-top: 8px;
    }

        .dersprogramibox span b {
            position: relative;
            float: left;
            width: 100%;
            color: #c75b5b;
            font-family: Gotham-Book;
            font-size: 11px;
            box-sizing: border-box;
            /* padding-top: 17px; */
            font-weight: normal;
        }

.clock {
    padding-top: 17px;
}

.p18 {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: -60px;
    width: 100%;
    font-family: Gotham-Bold;
    letter-spacing: 2px;
    color: #000;
    font-size: 15px;
}

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

.span9 {
    color: #444041;
    font-family: 'Gotham-Book';
    border: 3px solid #000000;
    box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    position: relative;
    float: left;
    width: 125px;
    height: 125px;
    top: calc(100% - 125px);
    bottom: -91px;
    z-index: 3;
    margin-left: 15px;
}

.a2 {
    position: absolute;
    display: block;
    height: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.b6 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 60px;
    margin-top: -25px;
    letter-spacing: -2px;
    font-family: "futura-pt",sans-serif;
}

.b7 {
    font-weight: normal;
    position: relative;
    float: left;
    width: 100%;
    font-size: 19px;
    letter-spacing: 1px;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
}

.span10 {
    color: #fff;
    font-family: 'Gotham-Book';
    border: 3px solid #000000;
    background-color: #000;
    box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 166px;
    height: 158px;
    left: -150px;
}

.a3 {
    position: absolute;
    display: block;
    height: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.b8 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 41px;
    margin-top: -8px;
    letter-spacing: -2px;
    font-family: "futura-pt",sans-serif;
    font-weight: 400;
}

.b9 {
    font-weight: normal;
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
    margin-top: 12px;
    letter-spacing: 1px;
    font-family: "futura-pt",sans-serif;
    font-weight: 400;
}

.span11 {
    color: #000;
    font-family: 'Gotham-Book';
    border: 3px solid #000000;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 166px;
    height: 158px;
    left: -150px;
}

.a4 {
    position: absolute;
    display: block;
    height: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.b10 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 39px;
    margin-top: -19px;
    letter-spacing: -2px;
    color: #454140;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-style: italic;
}

.b11 {
    font-weight: normal;
    position: relative;
    float: left;
    width: 100%;
    font-size: 26px;
    margin-top: 12px;
    letter-spacing: 1px;
    font-family: "futura-pt",sans-serif;
    font-weight: 400;
}

.acikhavuz {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1005px;
}

.videodiv {
    width: 100%;
    max-width: 825px;
    height: 440px;
    position: relative;
    float: right;
    background-image: url(/Content/images/havuz-video-cover.jpg);
    background-size: cover;
    margin: auto;
    z-index: 3;
}

.video_icon {
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    position: absolute;
}

.span12 {
    color: #444041;
    font-family: 'Gotham-Book';
    border: 3px solid #000000;
    box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    position: relative;
    float: left;
    width: 125px;
    height: 125px;
    top: calc(100% - 150px);
    margin-left: -128px;
    z-index: 3;
}

.a5 {
    position: absolute;
    display: block;
    height: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.b12 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    margin-top: -25px;
    letter-spacing: -2px;
}

.b13 {
    font-weight: normal;
    position: relative;
    float: left;
    width: 100%;
    font-size: 19px;
    letter-spacing: 1px;
}

.span13 {
    color: #444041;
    font-family: 'Gotham-Book';
    border: 3px solid #000000;
    box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    position: relative;
    float: left;
    width: 125px;
    height: 125px;
    top: calc(100% - 20px);
    margin-left: -128px;
    z-index: 3;
}

.a6 {
    position: absolute;
    display: block;
    height: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.b14 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    margin-top: -25px;
    letter-spacing: -2px;
}

.b15 {
    font-weight: normal;
    position: relative;
    float: left;
    width: 100%;
    font-size: 19px;
    letter-spacing: 1px;
}

.p19 {
    position: relative;
    text-align: center;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 2px;
    width: 100%;
    max-width: 648px;
    margin: auto;
}

    .p19 span {
        position: relative;
        float: left;
        width: 100%;
        text-align: left;
        font-size: 15px;
        box-sizing: border-box;
        padding-left: 30px;
    }

    .p19 b {
        position: relative;
        float: left;
        width: 100%;
        text-align: left;
        font-size: 15px;
        font-weight: normal;
        box-sizing: border-box;
        padding-left: 30px;
        letter-spacing: 1px;
    }

.outdoor3_img {
    position: relative;
    float: right;
    display: block;
    max-width: 752px;
    width: 100%;
}

.oudoor_img {
    position: absolute;
    right: 527px;
    top: -70px;
}

.p20 {
    position: absolute;
    bottom: 0;
    left: -150px;
    width: 100%;
    text-align: center;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #33322e;
    letter-spacing: 6px;
}

.outdoor4_img {
    position: relative;
    float: left;
    max-width: 602px;
    width: 100%;
}

.p21 {
    position: relative;
    margin-top: -131px;
    float: left;
    width: 100%;
    text-align: center;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #33322e;
    letter-spacing: 6px;
}

.outdoor5_img {
    position: relative;
    float: right;
    max-width: 611px;
    width: 100%;
}

.outdooralt {
    position: relative;
    float: left;
    width: 50%;
    height: 180px;
    background-color: #f1f1f1;
    margin-top: 265px;
    margin-right: 15px;
}

.oudoor_alt {
    position: relative;
    float: right;
    box-sizing: border-box;
    border-left: 10px solid #fff;
}

.uyelikdiv {
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin: auto;
    height: 340px;
    margin-bottom: 19px;
}

.uyelikcontent {
    width: 640px;
    height: 240px;
    background-color: #f1f1f1;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: visible;
}

.uyelik_img {
    position: relative;
    float: left;
    display: block;
    margin: auto;
    /*max-width: 392px;*/
    width: 100%;
}

.span14 {
    text-align: left;
    position: relative;
    float: left;
    z-index: 3;
    width: 100%;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 2px;
    box-sizing: border-box;
    margin-top: -29px;
}

.p22 {
    position: relative;
    float: left;
    width: 100%;
    max-width: 400px;
    margin: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 3;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Gotham-Book;
    font-size: 13px;
    color: #424041;
    line-height: 1.4em;
}

    .p22:before {
        background-color: #000;
        height: 6px;
        width: 100px;
        content: "";
        position: absolute;
        left: 16px;
        top: -30px;
        margin: auto;
    }

.uyelikinfo {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: Gotham-Book;
    font-size: 13px;
    color: #424041;
    margin-top: 30px;
    margin-bottom: 50px;
}

.imagediv {
    position: relative;
    height: 340px;
    width: 100%;
    max-width: 390px;
}

.uyeliknumber {
    position: absolute;
    margin: 0;
    bottom: -3px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #32312d;
}

    .uyeliknumber span {
        position: relative;
        float: left;
        width: 100%;
        font-size: 30px;
    }

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

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

    .saatbilgi b {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-family: "futura-pt",sans-serif;
        font-weight: 700;
        font-size: 16px;
    }

    .saatbilgi p {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-family: Gotham-Book;
        font-size: 13px;
    }

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

.is-fixed {
    position: fixed !important;
    top: 0 !important;
    z-index: 999;
    background-color: #fff;
}

.iletisimic {
    position: relative;
    width: 100%;
    max-width: 1170px;
    display: block;
    margin: auto;
    height: 100%;
    box-sizing: border-box;
    margin-top: 75px;
    /* padding-right: 10px; */
}

.iletisimsol {
    position: relative;
    float: left;
    width: 65%;
    height: 600px;
}

.iletisimsag {
    position: relative;
    float: right;
    width: 35%;
    height: 500px;
}

.map-canvas {
    width: 100%;
    height: 507px;
    position: absolute;
    top: 0;
    left: 0;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.p23 {
    font-family: "proxima-nova",sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.5em;
    color: #5c5c5c;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-left: 40px;
    height: 316px;
}

    .p23 span {
        font-size: 15px;
        letter-spacing: 3px;
        float: left;
        display: block;
        width: 100%;
    }

    .p23 b {
        font-size: 38px;
        letter-spacing: 6px;
        font-weight: normal;
        font-family: "BebasNeue-Regular";
        color: #000;
        float: left;
        display: block;
        width: 100%;
        position: relative;
    }

        .p23 b:after {
            background-color: #000;
            height: 2px;
            width: 127px;
            content: "";
            position: absolute;
            left: 0;
            /* right: 0; */
            bottom: -28px;
            margin: auto;
        }

    .p23 p {
        margin-top: 50px;
        padding-bottom: 20px;
    }

.iletisimtarif {
    width: 100%;
    max-width: 176px;
    height: 62px;
    background-color: #313131;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: block;
    /* float: left; */
    margin-bottom: 5px;
}

    .iletisimtarif label {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 19px;
        font-size: 12px;
        letter-spacing: 3px;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        font-family: Gotham-Book;
    }

.iletisimrezervasyon {
    width: 100%;
    max-width: 176px;
    height: 62px;
    background-color: #313131;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    float: left;
    margin-left: 6px;
}

    .iletisimrezervasyon label {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 21px;
        font-size: 12px;
        letter-spacing: 3px;
        color: #fff;
        cursor: pointer;
        font-family: Gotham-Book;
    }

.diyetisyentop {
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
    background-color: #c5b7d0;
}

.diyetisyen_img {
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    margin: auto;
    display: block;
}

.diyetic {
    position: relative;
    height: 100%;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.p24 {
    position: absolute;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    top: 50%;
    transform: translateY(-50%);
    left: 101px;
    margin: auto;
}

    .p24 span {
        position: relative;
        float: left;
        width: 100%;
        font-family: "BebasNeue-Regular";
        font-size: 40px;
        color: #fff;
        letter-spacing: 5px;
    }

    .p24 b {
        position: relative;
        float: left;
        width: 100%;
        font-weight: normal;
        font-family: Gotham-Book;
        font-size: 12px;
        color: #fff;
        line-height: 1.8em;
        padding-top: 11px;
    }

.diyetisyenalt {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.diyetleft {
    position: relative;
    float: left;
    width: 60%;
}

.diyetright {
    position: relative;
    float: left;
    width: 40%;
}

.diyetyazi {
    color: #000;
    line-height: 2em;
    text-align: left;
    white-space: normal;
    letter-spacing: 0;
    font-family: 'Gotham-Book';
    font-size: 12px;
    text-align: justify;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    float: left;
    margin-top: 160px;
}

    .diyetyazi span {
        position: relative;
        float: left;
        width: 100%;
        font-family: "BebasNeue-Regular";
        font-size: 30px;
        color: #444141;
        letter-spacing: 5px;
        padding-bottom: 53px;
    }

        .diyetyazi span:after {
            background-color: #000;
            height: 2px;
            width: 127px;
            content: "";
            position: absolute;
            left: 0;
            /* right: 0; */
            bottom: 16px;
            margin: auto;
        }

.diyetright img {
    max-width: 519px;
    /* width: 90%; */
    /* float: right; */
    margin-top: 85px;
    /* margin-left: 32px; */
}

.diyetimg2 {
    position: absolute;
    left: 0;
    top: -70px;
    display: block;
}

.memnuniyetslider {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1082px;
    height: 575px;
    margin-bottom: 100px;
    background-image: url(/Content/images/uye1.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.memnuniyetsag {
    position: absolute;
    width: 96%;
    max-width: 550px;
    height: 505px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    background-color: #fff;
    z-index: 2;
    font-family: Gotham-Book;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
}

    .memnuniyetsag p {
        position: relative;
        float: left;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        box-sizing: border-box;
        padding-left: 30px;
        padding-right: 30px;
        text-align: justify;
        line-height: 1.8em;
        letter-spacing: 0px;
    }

        .memnuniyetsag p span {
            font-size: 27px;
            letter-spacing: 6px;
            font-family: "BebasNeue-Bold";
            color: #000;
            float: left;
            display: block;
            width: 100%;
            position: relative;
            text-align: left;
            padding-bottom: 15px;
        }

.p25 {
    position: relative;
    float: left;
    width: 100%;
    font-family: "BebasNeue-Bold";
    font-size: 34px;
    color: #000;
    letter-spacing: 5px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 50px;
}

.uyealt {
    position: relative;
    float: left;
    width: 65%;
    height: 540px;
    background-size: cover;
    background-position: center top;
    margin-bottom: 140px;
}

    .uyealt div {
        width: 96%;
        max-width: 570px;
        height: 380px;
        background-color: #fff;
        position: absolute;
        right: -350px;
        top: 0;
        bottom: 0;
        margin: auto;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

        .uyealt div b {
            font-size: 40px;
            letter-spacing: 6px;
            font-weight: normal;
            font-family: "BebasNeue-Bold";
            color: #000;
            float: left;
            display: block;
            width: 100%;
            position: relative;
            padding-top: 72px;
        }

            .uyealt div b:after {
                background-color: #000;
                height: 2px;
                width: 127px;
                content: "";
                position: absolute;
                left: 0;
                bottom: -28px;
                margin: auto;
            }

        .uyealt div p {
            margin-top: 50px;
            padding-bottom: 20px;
            position: relative;
            float: left;
            width: 100%;
            font-family: Gotham-Book;
            font-size: 12px;
            line-height: 1.8em;
        }

.uye3_img {
    position: absolute;
    bottom: -132px;
    right: 0;
    display: block;
}

.memnuniyetbottom {
    position: relative;
    float: left;
    width: 100%;
    height: 550px;
    background-position: center bottom;
    background-size: cover;
    margin-top: 131px;
}

.altyazi {
    width: 655px;
    height: 385px;
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}

    .altyazi p {
        position: relative;
        float: left;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        font-family: Gotham-Book;
        font-size: 12px;
        color: #444141;
        line-height: 1.4em;
    }

        .altyazi p:before {
            background-color: #000;
            height: 2px;
            width: 100px;
            content: "";
            position: absolute;
            left: 15px;
            top: -30px;
            margin: auto;
        }

.guickoverlay {
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1000000;
    display: none;
}

.guickic {
    max-width: 1250px;
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    margin-top: 60px;
}

    .guickic .img {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 254px;
        width: 19%;
        cursor: pointer;
        margin-bottom: 0px;
        margin-right: -4px;
    }

.quickbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 254px;
    width: 19%;
    height: 219px;
    cursor: pointer;
    margin-bottom: 0px;
    margin-right: -4px;
    overflow: hidden;
}

    .quickbox:hover > .quickboxic {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

.quickboxic {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.studyokapat {
    position: relative;
    float: right;
    right: 30px;
    cursor: pointer;
    margin-top: -46px;
    margin-bottom: 10px;
}

.footer2 {
    position: relative;
    width: 100%;
    max-width: 1250px;
    box-sizing: border-box;
    height: 95px;
    padding-bottom: 0;
    margin: auto;
    z-index: 5;
    margin-top: 50px;
}

.footerlogo2 {
    position: relative;
    float: left;
    width: 20%;
    height: 100%;
}

.footerlogo_img {
    display: block;
    position: relative;
    /* width: 162px; */
    box-sizing: border-box;
    /* padding-left: 10px; */
    float: left;
    margin: auto;
}

.footersocial2 {
    position: relative;
    float: left;
    width: 60%;
    height: 100%;
    text-align: center;
    padding-top: 30px;
}

    .footersocial2 a {
        text-decoration: none !important;
        padding-right: 20px;
    }

    .footersocial2 span {
        border-radius: 50%;
        border: 1px solid #444141;
        width: 50px;
        height: 50px;
        text-align: center;
        color: #444141;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

        .footersocial2 span i {
            display: inline-block;
            height: 16px;
            font-size: 21px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            margin: auto;
            color: #444141;
        }

.footeradres {
    font-family: Gotham-Book;
    color: #444141;
    font-size: 17px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: -22px;
    margin-bottom: 10px;
}



.footertel {
    position: relative;
    float: left;
    width: 20%;
    box-sizing: border-box;
    /* padding-right: 10px; */
    height: 100%;
}

    .footertel span {
        position: relative;
        display: inline-block;
        text-align: right;
        color: #fff;
        font-family: 'Gotham-Book';
        font-size: 14px;
        padding-bottom: 0;
        width: 100%;
        height: 100%;
    }

.loaderdiv {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 999999;
}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #000;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    bottom: 0;
    top: 0;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mihaalt {
    position: relative;
    margin: auto;
    max-width: 932px;
    width: 100%;
}

.mihavideodiv {
    width: 493px;
    height: 490px;
    position: relative;
    float: left;
    background-image: url(/Content/images/mihavideo.jpg);
    background-size: cover;
}

.p26 {
    position: relative;
    float: left;
    width: 100%;
    max-width: 500px;
    font-family: Gotham-Book;
    font-size: 12px;
    line-height: 1.8em;
    margin: 0;
    margin-top: 100px;
    color: #444141;
    padding-left: 5px;
    padding-right: 5px;
}

    .p26 img {
        position: relative;
        float: right;
        margin-top: -62px;
        margin-bottom: 40px;
        padding-left: 11px;
    }

    .p26 span {
        position: relative;
        float: left;
        font-weight: bold;
        color: #000;
    }

.miha2_img {
    position: relative;
    float: right;
    margin-top: 36px;
}

.kuafor_img {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 50px;
    max-width: 1000px;
    width: 100%;
}

.p27 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: Gotham-Bold;
}

.ilkgundiv {
    position: relative;
    width: 60%;
    max-width: 800px;
    margin: auto;
}

.p28 {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .p28 span {
        position: relative;
        float: left;
        width: 51px;
        height: 51px;
        background-color: #000;
        color: #fff;
        padding: 0;
        font-size: 31px;
        padding-top: 7px;
        font-family: Gotham-Book;
        text-align: center;
    }

    .p28 b {
        position: relative;
        float: left;
        width: calc(100% - 51px);
        font-weight: normal;
        /* margin-top: 16px; */
        box-sizing: border-box;
        padding-left: 17px;
        font-family: Gotham-Book;
        font-size: 13px;
        text-align: left;
    }

        .p28 b b {
            width: initial;
            font-weight: bold;
            float: none;
            padding: initial;
            text-decoration: underline;
        }

.sportyblack_img {
    position: absolute;
    left: -200px;
    top: 0;
    display: block;
}

.etindiv {
    position: relative;
    width: 90%;
    max-width: 1162px;
    float: none;
    margin: auto;
    margin-top: 10px;
}

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

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

    .etinright img {
        position: relative;
        display: block;
        width: 97%;
        max-width: 560px;
        float: right;
        margin: auto;
    }

.porta {
    position: relative;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.etinn_logo_img {
    position: relative;
    float: right;
    display: block;
    margin: auto;
}

.p29 {
    position: relative;
    float: left;
    width: 100%;
    font-family: Gotham-Book;
    font-size: 12px;
    color: #444141;
    line-height: 1.4em;
    text-align: right;
    margin-top: 11px;
}

.etin_img {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    max-height: 200px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ebultenuyelik {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 800px;
}

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

    .ebultenuyelik .right {
        position: relative;
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }

.p30 {
    position: relative;
    float: left;
    width: 100%;
    font-family: Gotham-Bold;
    font-size: 12px;
    color: #444141;
    line-height: 1.4em;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
}

.subscription-form {
    max-width: 586px;
    width: 100%;
    max-height: 59px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    line-height: 0;
    font-size: 0;
}

    .subscription-form input {
        width: calc(100% - 100px);
        max-width: 540px;
        max-height: 60px;
        background-color: transparent;
        z-index: 10;
        font-family: Gotham-Book;
        padding-left: 22px;
        height: 60px;
        line-height: 60px;
        border: 1px solid #000;
        background: none;
    }

.btn.subscribe-btn {
    width: 100px;
    height: 60px;
    background-color: #000000;
    margin: 0;
    position: relative;
    float: right;
    border: 1px solid #000;
    cursor: pointer;
}

    .btn.subscribe-btn span {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        height: 100%;
        color: #fff;
        display: block;
        font-size: 14px;
        box-sizing: border-box;
        font-family: Gotham-Book;
        padding-top: 27px;
        letter-spacing: 1px;
    }

#mihaustanim:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 4;
}

#mihaustanim:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #FFFFFF;
    top: 0;
    right: 0;
    z-index: 4;
}

#mihaustanim.show-elements {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

    #mihaustanim.show-elements:before {
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }

    #mihaustanim.show-elements:after {
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }

#mihaaltanim:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 4;
}

#mihaaltanim:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #FFFFFF;
    top: 0;
    right: 0;
    z-index: 4;
}

#mihaaltanim.show-elements {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

    #mihaaltanim.show-elements:before {
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }

    #mihaaltanim.show-elements:after {
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: transform 2s cubic-bezier(0.37, -0.01, 0.22, 1), -webkit-transform 2s cubic-bezier(0.37, -0.01, 0.22, 1);
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }

.mobilelogo {
    position: relative;
    float: right;
    width: 135px;
    margin-right: 10px;
    margin-top: 5px;
}

.kids2_img {
    position: relative;
    display: block;
    margin: auto;
    float: left;
}

.saglikli {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

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

.kurallar {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    height: 175px;
}

    .kurallar span {
        position: relative;
        float: left;
        width: 100%;
        font-family: Gotham-Book;
        color: #444141;
        letter-spacing: 1px;
        font-size: 12px;
        margin-top: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }

.indorslideust {
    position: relative;
    float: left;
    width: 100%;
    max-width: 530px;
    height: 495px;
    margin: auto;
}

.indoor2_img {
    position: absolute;
    left: 535px;
    bottom: 115px;
    display: block;
}

.suaktivite {
    width: 225px;
    height: 105px;
    position: absolute;
    bottom: 0;
    border: 3px solid #000000;
    left: 305px;
}

    .suaktivite span {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        color: #454140;
        font-family: "futura-pt",sans-serif;
        font-weight: 700;
        font-size: 21px;
        letter-spacing: 1px;
        padding-top: 33px;
    }

.gocardslideust {
    position: relative;
    float: left;
    width: 100%;
    max-width: 475px;
    height: 445px;
    margin: auto;
}

.gocard {
    width: 225px;
    height: 105px;
    position: relative;
    bottom: 0;
    border: 3px solid #000000;
    float: right;
    margin: auto;
    margin-top: -115px;
}

    .gocard span {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        color: #454140;
        font-family: "futura-pt",sans-serif;
        font-weight: 700;
        font-size: 21px;
        letter-spacing: 1px;
        padding-top: 33px;
    }

.masajlardiv {
    position: relative;
    margin: auto;
    width: 100%;
    margin-top: 22px;
}

.masajboxdiv {
    position: relative;
    float: left;
    width: 25%;
    height: 610px;
}

.masajbox {
    position: relative;
    float: left;
    width: 100%;
    height: 305px;
    background-size: cover;
    background-position: center bottom;
}

.p18x {
    position: relative;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.span3x {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: futura-pt;
    color: #000000;
    font-size: 15px;
    letter-spacing: 3px;
    padding-bottom: 10px;
    font-weight: 600;
}

.span4x {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: Gotham-Book;
    color: #5d5858;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.8em;
}

.borderx {
    border: 1px solid #000000;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.p14mx1 {
    position: absolute;
    left: -60px;
    top: 95px;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 150px;
    font-family: Gotham-Thin;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx1 {
    position: absolute;
    left: 220px;
    top: 300px;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    z-index: 4;
    font-size: 89px;
    letter-spacing: 14px;
    font-family: Gotham-Medium;
    animation-delay: 0.5s;
}

.p14mx2 {
    position: absolute;
    left: -60px;
    top: 200px;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 372px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx2 {
    position: absolute;
    left: -52px;
    top: 174px;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 109px;
    letter-spacing: 14px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx3 {
    position: absolute;
    left: -137px;
    top: 220px;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    z-index: 2;
    font-size: 125px;
    font-family: Gotham-Thin;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx3 {
    position: absolute;
    left: 220px;
    top: 300px;
    width: 100%;
    padding: 0;
    padding-left: 181px;
    padding-top: 73px;
    margin: 0;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 89px;
    letter-spacing: 14px;
    font-family: Gotham-Medium;
    animation-delay: 0.5s;
}

.p14mx4 {
    position: absolute;
    left: -60px;
    bottom: 102px;
    top: initial;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    padding-right: 66px;
    font-size: 123px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx4 {
    position: absolute;
    left: 220px;
    top: 215px;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 105px;
    letter-spacing: 26px;
    margin-left: -128px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx5 {
    position: absolute;
    right: -36px;
    left: initial;
    bottom: 5px;
    top: initial;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    padding-right: 0px;
    font-size: 224px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx5 {
    position: absolute;
    left: 220px;
    top: 165px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -254px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 156px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p15mx6 {
    position: absolute;
    left: -33px;
    bottom: 50px;
    top: initial;
    width: 100%;
    padding: 0;
    padding-right: 0;
    font-size: 229px;
    margin: 0;
    text-align: left;
    color: #fff;
    z-index: 4;
    letter-spacing: 14px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p15mx7 {
    position: absolute;
    left: 0;
    bottom: 102px;
    top: initial;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: right;
    color: #fff;
    z-index: 4;
    font-size: 123px;
    letter-spacing: 23px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx8 {
    position: absolute;
    left: -60px;
    bottom: 64px;
    top: initial;
    padding: 0;
    padding-right: 48px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 223px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx8 {
    position: absolute;
    left: 220px;
    top: 120px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -262px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 227px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx9 {
    position: absolute;
    left: initial;
    right: -237px;
    bottom: 0;
    top: 105px;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 136px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx9 {
    position: absolute;
    left: 220px;
    top: initial;
    bottom: 120px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -323px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 134px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx10 {
    position: absolute;
    left: initial;
    right: -166px;
    bottom: 231px;
    top: initial;
    padding: 0;
    padding-right: 0px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 143px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx10 {
    position: absolute;
    left: initial;
    right: -173px;
    top: 163px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -128px;
    text-align: right;
    color: #fff;
    z-index: 4;
    font-size: 105px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx11 {
    position: absolute;
    left: initial;
    right: -48px;
    bottom: 81px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 123px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx11 {
    position: absolute;
    left: 220px;
    top: 225px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -187px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 105px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx12 {
    position: absolute;
    left: initial;
    right: -198px;
    bottom: 255px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 123px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx12 {
    position: absolute;
    left: 220px;
    top: 395px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -215px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 105px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx13 {
    position: absolute;
    left: -365px;
    bottom: 183px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 4;
    font-size: 123px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx13 {
    position: absolute;
    left: 220px;
    top: 216px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -290px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 105px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx14 {
    position: absolute;
    left: initial;
    right: -235px;
    bottom: 204px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 110px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx14 {
    position: absolute;
    left: 220px;
    top: 100px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -392px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 137px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx15 {
    position: absolute;
    left: initial;
    bottom: 38px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 230px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx15 {
    position: absolute;
    left: 63px;
    top: 150px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -178px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 130px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx16 {
    position: absolute;
    left: 0;
    bottom: 50px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 182px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx16 {
    position: absolute;
    left: 131px;
    bottom: 195px;
    top: initial;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -128px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 150px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p15mx17 {
    position: absolute;
    left: 0;
    bottom: 102px;
    top: initial;
    width: 100%;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    text-align: right;
    color: #fff;
    z-index: 4;
    font-size: 123px;
    letter-spacing: 14px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx18 {
    position: absolute;
    left: 0px;
    bottom: 188px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 130px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx18 {
    position: absolute;
    left: 220px;
    top: 120px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -63px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 130px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p15mx19 {
    position: absolute;
    left: 89px;
    bottom: 239px;
    top: initial;
    width: 100%;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    text-align: right;
    color: #fff;
    z-index: 4;
    font-size: 123px;
    letter-spacing: 26px;
    font-family: Gotham-Medium;
    animation-delay: 0.5s;
}

.p15mx20 {
    position: absolute;
    left: 0px;
    bottom: 102px;
    top: initial;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    z-index: 4;
    font-size: 123px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx21 {
    position: absolute;
    left: 62px;
    bottom: -19px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 230px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx21 {
    position: absolute;
    left: 64px;
    bottom: 159px;
    top: initial;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -128px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 160px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx22 {
    position: absolute;
    left: -60px;
    bottom: 161px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 220px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx22 {
    position: absolute;
    left: 0px;
    top: 267px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -128px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 140px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx23 {
    position: absolute;
    left: 21px;
    bottom: 51px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 155px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx23 {
    position: absolute;
    left: 133px;
    bottom: 192px;
    top: initial;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -128px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 105px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx24 {
    position: absolute;
    left: -20px;
    right: 0;
    bottom: 174px;
    top: initial;
    padding: 0;
    padding-right: 0px;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 58px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx24 {
    position: absolute;
    left: 220px;
    top: 225px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -128px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 105px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx25 {
    position: absolute;
    left: 0px;
    bottom: 50px;
    top: initial;
    padding: 0;
    padding-right: 66px;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    z-index: 2;
    font-size: 182px;
    font-family: Gotham-Medium;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx25 {
    position: absolute;
    left: 131px;
    bottom: 221px;
    top: initial;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -80px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 110px;
    letter-spacing: 13px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p15mx26 {
    position: absolute;
    left: 0px;
    bottom: 102px;
    top: initial;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    z-index: 4;
    font-size: 123px;
    letter-spacing: 26px;
    font-family: Gotham-Thin;
    animation-delay: 0.5s;
}

.p14mx26 {
    position: absolute;
    left: 0px;
    bottom: 173px;
    top: initial;
    padding: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 110px;
    font-family: Gotham-Thin;
    letter-spacing: 16px;
    animation-delay: 0.2s;
}

.p15mx27 {
    position: absolute;
    left: 467px;
    bottom: 173px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -80px;
    text-align: left;
    color: #fff;
    z-index: 4;
    font-size: 110px;
    letter-spacing: 13px;
    font-family: Gotham-Medium;
    animation-delay: 0.5s;
}

.visyazi {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    display: none;
    margin-top: 0;
    margin-bottom: 15px;
}

.indoorgaleri {
    position: relative;
    margin: auto;
    max-width: 982px;
    width: 100%;
    height: 370px;
    margin-top: 50px;
    margin-bottom: 130px;
}

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

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

.span15 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 4px;
    color: #33312e;
    padding-right: 10px;
}

    .span15:after {
        background-color: #000;
        height: 6px;
        width: 100px;
        content: "";
        position: absolute;
        right: 10px;
        bottom: -15px;
        margin: auto;
        display: block;
    }

@media screen and (max-width: 692px) {
    .span15:after {
        display: none;
    }
}

.span16 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    font-family: Gotham-Book;
    font-size: 12px;
    color: #444141;
    line-height: 1.8em;
    letter-spacing: 2px;
    margin-top: 30px;
    padding-right: 10px;
}

.masterclass {
    width: 225px;
    height: 105px;
    position: absolute;
    bottom: -120px;
    border: 3px solid #000000;
    left: 0;
    margin: auto;
}

    .masterclass span {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        color: #454140;
        font-family: "futura-pt",sans-serif;
        font-weight: 700;
        font-size: 21px;
        letter-spacing: 1px;
        padding-top: 18px;
    }

.topsocial {
    position: absolute;
    left: 25px;
    top: 29px;
}

    .topsocial a {
        text-decoration: none;
        color: #f58831;
        position: relative;
        float: left;
        margin-left: 8px;
        font-size: 19px;
    }

.birinci_img {
    position: absolute;
    left: 85px;
    bottom: 0;
    width: 225px;
    z-index: 111;
}

.projelerdiv {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 875px;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
}

    .projelerdiv .box {
        position: relative;
        float: left;
        width: 98%;
        max-width: 271px;
        margin: auto;
        height: 189px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 30px;
        background-size: cover;
        background-position: center center;
    }

.spanplus {
    position: relative;
    display: block;
    height: 42px;
    padding-left: 3px;
    right: 10px;
    bottom: 5px;
    padding-top: 15px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    margin: auto;
    transition: ease 0.25s all;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

    .spanplus span {
        font-size: 14px;
    }

.cs {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: Gotham-Book;
    font-size: 13px;
    color: #424041;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pduyuru {
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    color: #f68931;
    font-size: 35px;
    text-align: center;
    margin-top: 40px;
}

.divduyuru {
    text-align: center;
    margin-top: 20px;
}

    .divduyuru img {
        position: relative;
        display: inline-block;
        width: 49%;
        max-width: 277px;
        cursor: pointer;
    }

.videoover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}

.videodiv2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 700px;
    height: 393px;
}

#videoContainer {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #000;
}

.studyokapat {
    right: 0;
}

.p5x {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: Gotham-Book;
    font-size: 20px;
    color: #272526;
}

.covidtedbir {
    position: relative;
    width: 60%;
    max-width: 800px;
    margin: auto;
    font-family: Gotham-Book;
    margin-bottom: 50px;
    margin-top: 0;
}

    .covidtedbir p {
        font-size: 14px;
        line-height: 1.7em;
    }

        .covidtedbir p strong {
            font-size: 20px;
        }

    .covidtedbir ul {
    }

        .covidtedbir ul li {
            font-size: 14px;
            line-height: 1.7em;
        }

.kurallarul {
    list-style: none;
    position: absolute;
    display: inline-block;
    padding-top: 40px;
    z-index: 2;
    font-family: Gotham-Book;
    margin: auto;
    width: 20%;
    max-width: 260px;
    height: 180px;
    box-sizing: border-box;
    padding-left: 17px;
    top: 37px;
    right: 0;
    background-color: #f68931;
}

    .kurallarul li {
        margin-bottom: 15px;
    }

        .kurallarul li a {
            text-decoration: none;
            color: #ffffff;
            letter-spacing: 1px;
            font-size: 15px;
        }

            .kurallarul li a:before {
                content: '';
                width: 0px;
                border-top: 2px solid #fff;
                margin-left: 3px;
                margin-right: 6px;
                margin-top: -1px;
                display: inline-block;
                vertical-align: middle;
                -webkit-opacity: 1;
                opacity: 1;
                -webkit-transition: width cubic-bezier(.23,.81,.4,1) .5s;
                -moz-transition: width cubic-bezier(.23,.81,.4,1) .5s;
                transition: width cubic-bezier(.23,.81,.4,1) .5s;
            }

        .kurallarul li:hover a:before {
            width: 20px;
        }

        .kurallarul li a.active {
            font-weight: 600;
            color: #270202;
        }

.onlemdiv {
    text-align: center;
    margin-top: 20px;
}

    .onlemdiv ul {
        list-style: none;
        position: relative;
        display: flex;
        height: 50px;
        z-index: 2;
        font-family: Gotham-Book;
        margin: auto;
        width: 98%;
        max-width: 800px;
        justify-content: center;
        box-sizing: border-box;
        padding-left: 17px;
        /* top: 37px; */
        right: 0;
        align-items: center;
    }

        .onlemdiv ul li {
            margin-bottom: initial;
            position: relative;
            display: flex;
            width: 30%;
            /* background-color: #b75f17; */
            padding: 6px;
            height: 100%;
            margin-left: 1%;
            margin-right: 1%;
            justify-content: center;
            align-items: center;
        }

            .onlemdiv ul li a {
                text-decoration: none;
                color: #ffffff;
                letter-spacing: 1px;
                font-size: 13px;
                text-align: center;
                padding-left: 4%;
                padding-right: 4%;
            }



            .onlemdiv ul li.onlemli1 {
                background-color: #d89872;
            }

            .onlemdiv ul li.onlemli2 {
                background-color: #ae724e;
            }

            .onlemdiv ul li.onlemli3 {
                background-color: #8c593a;
            }

.dersdiv {
    text-align: center;
    margin-bottom: 50px;
}

    .dersdiv img {
        width: 100%;
        max-width: 1300px;
    }

@media screen and (max-width:1100px) {
    .covidtedbir, .ilkgundiv {
        width: 50%;
    }

    .kurallarul, .onlemdiv ul {
        width: 25%;
    }
}

@media screen and (max-width:800px) {
    .kurallarul, .onlemdiv ul {
        position: relative;
        float: left;
        width: 100%;
        max-width: 100%;
        height: initial;
        text-align: center;
        padding-top: 13px;
        padding-bottom: 13px;
        top: 0;
        padding-left: 0;
    }

        .kurallarul li, .onlemdiv ul li {
            margin-bottom: initial;
            position: relative;
            display: inline-block;
            width: 32%;
            background-color: #b75f17;
            padding: 6px;
        }

    .covidtedbir, .ilkgundiv {
        width: 96%;
        float: left;
        margin-top: 5px;
        margin-left: 2%;
    }
}

@media screen and (max-width:700px) {
    .videodiv2 {
        width: 360px;
        height: 202px;
    }

    .pduyuru {
        font-size: 25px;
        margin-top: 22px;
    }

    .topheader {
        height: 300px !important;
    }

    .p5 {
        font-size: 24px;
    }

        .p5 br {
            display: none;
        }

    .onlemdiv ul li {
        height: 88px;
        display: flex;
    }

        .kurallarul li a, .onlemdiv ul li a {
            font-size: 12px;
        }

            .kurallarul li a:before {
                display: none;
            }
}

@media screen and (max-width:682px) {
    .p5x{
        margin-top:100px !important;
    }
}
