﻿@import url('fonts/fonts.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    font-size: 17px;
}

body {
}

.container {
    max-width: 1060px;
}
/*NavbarReset*/
.navbar-default {
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
    min-height: 125px;
}

    .navbar-default .navbar-nav > li > a {
        color: black;
        font-family: 'Century Gothic';
        font-size: 13px;
        line-height: 27px;
        padding: 0 10px 0 0;
        margin-right: 20px;
    }

.navbar-nav {
    float: left;
    margin: 60px 0 0 10px;
}

 
.navbar-brand {
    height: auto;
}
/*NavbarReset*/



.header {
    /*background: url(../images/homeHeader.png) no-repeat center center;*/
    height: 110vh;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-color: white;
}

.content {
    /*height: 445px;
    width: 100%;*/
    height: 100vh;
    display: table !important;
    padding-top: 140px;
}

.logo {
    margin-right: 80px;
}

.caption {
    display: table-cell;
    vertical-align: middle;
}

.headerText {
        font-family: 'Century Gothic';
    font-size: 22px;
    color: white;
    line-height: 27px;
}

    .headerText b {
        font-family: 'Century Gothic';
    }

    .headerText span {
        font-family: 'Century Gothic';
        /*font-size: 109px;*/
        font-size: 76px;
        letter-spacing: 4px;
        line-height: 75px;
    }

.single-item .slick-prev, .ingle-item .slick-next {
    width: 42px;
    height: 42px;
}

.single-item .slick-prev {
    left: 60px;
    z-index: 99;
}

    .single-item .slick-prev:before {
        content: url(../images/prev.png);
    }

.single-item .slick-next {
    right: 95px;
}

    .single-item .slick-next:before {
        content: url(../images/next.png);
    }

.single-item {
 }

.slick-dots {
    bottom: 25px;
}

    .slick-dots li button:before {
        content: url(../images/dots-passive.png);
        opacity: 1;
    }

    .slick-dots li.slick-active button:before {
        content: url(../images/dots-active.png);
        opacity: 1;
    }

.homeImg {
    margin: 26px 0 46px 0;
}

.homeMobil {
    display: none;
}

.homeBottom {
    position: absolute;
    left: 40%;
    margin-left: -663px;
}

    .homeBottom .title {
        float: left;
        font-family: 'Century Gothic';
        text-align: center;
        font-size: 16px;
        color: #c05835;
    }

        .homeBottom .title p {
            margin-bottom: 20px;
        }

    .homeBottom .left {
        position: relative;
        left: 190px;
    }

    .homeBottom .center {
        position: relative;
    }

    .homeBottom .right {
        position: relative;
        right: 190px;
    }

.form {
    position: fixed;
    top: 0px;
    right: 0;
    width: 347px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}


    .form.open {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

.openbtn {
    background: url(../images/sizi.png) no-repeat center center;
}

.form.open .relative .openbtn {
    left: 0px;
}

.relative {
    position: relative;
}

.form form {
    background: url(../images/formBg.png) no-repeat top center;
    height: 662px;
    padding: 10px 30px;
}

.relative .openbtn {
    position: absolute;
    width: 60px;
    height: 310px;
    display: block;
    top: 51%;
    margin-top: -56px;
    left: -60px;
    z-index: -1;
}





.form form .form-group {
    position: relative;
    margin-bottom: 30px;
}



    .form form .form-group .form-control {
        border-radius: 0;
        color: #878787;
        font-size: 17px;
        resize: none;
        border-color: #e1e1e1;
        outline: none !important;
        box-shadow: none;
    }

form input[type="text"], form input[type="email"] {
    height: 25px;
}

textarea.form-control {
    height: 135px;
}

.form form .btn {
    background: url(../images/submit.png) no-repeat center center;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    height: 30px;
    font-size: 20px;
        font-family: 'Century Gothic';
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-color: none;
}

.form form p {
    font-size: 19px;
    color: white;
    letter-spacing: 0.5px;
}

.form form .checkbox {
    position: relative;
    padding-left: 30px;
    color: #252525;
    font-size: 12px;
    font-weight: bold;
}

    .form form .checkbox label {
        width: 16px;
        height: 16px;
        display: block;
        border: 1px solid #e1e1e1;
        position: absolute;
        left: 0;
        top: -3px;
        z-index: 0;
    }

        .form form .checkbox label:before {
            content: url(../images/check.png);
            left: 5px;
            top: 2px;
            position: absolute;
            opacity: 0;
        }

    .form form .checkbox input[type="checkbox"] {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 24px;
        top: -5px;
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .form form .checkbox input[type="checkbox"]:checked + label:before {
            opacity: 1;
        }

.frmbtn {
    display: none !important;
}

.addBg {
    height: 100vh;
    background: rgba(48, 47, 51, 0.8);
}

.closebtn {
    position: absolute;
    top: 48%;
    left: 0px;
}

input[type="checkbox"].css3checkbox {
    display: none;
}

label.toggler { /* checkbox label */
    display: block;
    position: relative;
    padding-left: 19px;
    padding-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 9px;
        font-family: 'Century Gothic';
    color: white;
    line-height: 15px;
    letter-spacing: 0.4px;
    font-weight: normal;
}

    label.toggler::before { /* flat box */
        content: '';
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        background: #ffffff;
        box-shadow: 0 0 3px #ffffff inset;
        left: 0;
        top: 0;
    }

    label.toggler::after { /* check mark inside flat box*/
        content: '\f00c';
        position: absolute;
        left: 1px;
        top: 1px;
        font: bold 10px FontAwesome;
        color: #c1984c;
        width: 0;
        overflow: hidden;
    }

input[type="checkbox"]:checked + label.toggler::after { /* check mark when checkbox is checked */
    transition: width 0.2s; /* CSS3 transition on width property */
    width: 25px; /* expand check mark to show it. Value should reflect that of container box */
}

.formText {
    margin: 60px 0 30px 0;
}

    .formText p {
        font-family: 'Century Gothic';
        font-size: 13px;
        color: white;
        text-align: center;
        margin-bottom: 10px;
    }

        .formText p span {
        font-family: 'Century Gothic';
            font-size: 27px;
            color: #c1984c;
            letter-spacing: 0;
        }

.subPage {
    background: #f6f6f6;
}

    .subPage .content {
        height: 100vh;
    }

    .subPage .background {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: -1;
        background: url(../images/konseptBg.png) no-repeat top center;
        background-size: cover;
    }

    .subPage .headerText p {
        font-family: 'Century Gothic';
        color: white;
        font-size: 21px;
        line-height: 27px;
    }

        .subPage .headerText p span {
        font-family: 'Century Gothic';
            font-size: 43px;
            line-height: 50px;
            color: white;
        }

        .subPage .headerText p b {
        font-family: 'Century Gothic';
        }

 
.konseptSection2 {
    height: 100px;
    color: white;
    text-align: center;
        font-family: 'Century Gothic';
    display: block;
    padding: 60px 0;
    background: #a5d268;
}

    .konseptSection2 h2 {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 27px;
    }

    .konseptSection2 p {
        font-size: 17px;
        line-height: 25px;
    }

.konseptSection3 {
    position: relative;
        font-family: 'Century Gothic';
    color: #002e67;
    padding: 100px 0;
}

    .konseptSection3 .bulut {
        position: absolute;
        top: -44px;
        right: 0;
    }

    .konseptSection3 .cocuk {
        position: absolute;
        top: 0;
    }

    .konseptSection3 h2 {
        font-size: 50px;
        line-height: 45px;
        letter-spacing: 2px;
    }

        .konseptSection3 h2 span {
        font-family: 'Century Gothic';
            font-size: 42px;
        }

    .konseptSection3 p {
        font-size: 19px;
        line-height: 24px;
    }

        .konseptSection3 p b {
        font-family: 'Century Gothic';
        }

    .konseptSection3 .subP {
        font-size: 17px;
    }

    .konseptSection3 .col-md-8 {
        float: right;
    }

.konum .konseptSection3 .col-md-8 {
    padding-left: 100px;
}

.konseptSlider {
    margin-top: 260px;
}

.lazySlide img {
    border: 3px solid white;
    border-radius: 5px;
}

.lazySlide .slick-prev, .lazySlide .slick-next {
    width: 42px;
    height: 42px;
}

.lazySlide .slick-prev {
    left: -40px;
}

    .lazySlide .slick-prev:before {
        content: url(../images/konseptLeft.png);
    }

.lazySlide .slick-next {
    right: -30px;
}

    .lazySlide .slick-next:before {
        content: url(../images/konseptRight.png);
    }

.konseptSection4 {
        font-family: 'Century Gothic';
    color: white;
    height: 490px;
    /*background: rgba(106, 43, 21, 0.76);*/
    background: url(../images/sosyalBg.png)no-repeat center center;
    background-size: cover;
    margin-top: 257px;
    padding: 60px 0;
    position: relative;
}

    .konseptSection4 .col-md-6 {
        padding: 0;
    }

    .konseptSection4 .rightImg {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .konseptSection4 h2 {
        font-size: 34px;
        line-height: 45px;
        letter-spacing: 2px;
    }

        .konseptSection4 h2 span {
        font-family: 'Century Gothic';
        }

    .konseptSection4 p {
        font-size: 19px;
        line-height: 24px;
    }

        .konseptSection4 p b {
        font-family: 'Century Gothic';
        }

    .konseptSection4 .subP {
        font-size: 17px;
    }


.footer {
    height: 50px;
    background: #434343;
    padding: 10px 0;
}

    .footer p {
        font-family: 'Century Gothic';
        font-size: 18px;
        text-align: right;
        text-shadow: 2px 2px 12px black;
        padding: 5px 0;
    }

        .footer p a {
            color: white;
        }

.subPage .konum .caption {
    display: -webkit-box;
    padding-top: 10%;
}

.subPage .background.konum {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    background: url(../images/konumBg.png) no-repeat center;
    background-size: cover;
}

.subPage .konum .headerText p {
        font-family: 'Century Gothic';
    color: white;
    font-size: 21px;
    line-height: 27px;
}

.konseptSection3 ul li {
    list-style-type: disc;
    font-size: 17px;
    line-height: 30px;
}

.subPage .konum .konseptSection4 {
    margin-top: 195px;
    height: 350px;
}

.subPage .konum .konseptSection2 {
    padding: 120px 0 0 0;
}


.subPage .ayricaliklar .caption {
    display: -webkit-box;
    padding-top: 10%;
}
.subPage .background.ayricaliklarr {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    background: url(../images/ayricaliklarBg.png) no-repeat center;
    background-size: cover;
}

.subPage .background.ayricaliklar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    background: url(../images/ayricaliklarBg.png) no-repeat top center;
    background-size: cover;
}

.subPage .ayricaliklar .headerText p {
        font-family: 'Century Gothic';
    color: white;
    font-size: 21px;
    line-height: 27px;
}


.subPage .ayricaliklar .konseptSection4 {
    margin-top: 30px;
    height: 230px;
}

    .subPage .ayricaliklar .konseptSection4 h2 {
        margin: 30px 0;
    }

.subPage .ayricaliklar .konseptSection2 {
    padding: 120px 0 0 0;
}

.konseptSection4 ul li {
    list-style-type: disc;
        font-family: 'Century Gothic';
    font-size: 19px;
    line-height: 35px;
}

.galeri {
    margin-bottom: 50px;
}

    .galeri img {
        transform: scale(1.0);
        margin: 0 auto;
        border: 2px solid white;
        border-radius: 5px;
    }

    .galeri .slick-center img {
        transform: scale(1.5);
    }

    .galeri .slick-list {
        height: 300px;
        padding-top: 30px !important;
    }
/*.galeri .slick-slide {
  
    width: 280px !important;
}*/

.galeriTitle {
        font-family: 'Century Gothic';
    color: #002e67;
    text-align: center;
    margin-bottom: 30px;
}

    .galeriTitle h2 {
        line-height: 86px;
        font-size: 41px;
    }

    .galeriTitle p {
        font-size: 15px;
        padding: 0 225px;
    }


.galeri .slick-prev, .lazySlide .slick-next {
    width: 42px;
    height: 42px;
}

.galeri .slick-prev {
    left: 82px;
    z-index: 1;
    top: 44%;
}

    .galeri .slick-prev:before {
        content: url(../images/galeriLeft.png);
    }

.galeri .slick-next {
    right: 96px;
    z-index: 1;
    top: 40%;
}

    .galeri .slick-next:before {
        content: url(../images/galeriRight.png);
    }

.galeriPage {
    background: url(../images/galeriBg.png) no-repeat top center;
    background-size: cover;
}

#galeri .content {
    height: 60vh;
}

#galeri {
    height: auto;
}

#gmap {
    width: 100%;
    height: 285px;
}

.iletisim {
    background: url(../images/iletisimHeader.png) no-repeat top center;
    background-size: cover;
        font-family: 'Century Gothic';
    color: #c1984c;
    height: auto;
}

    .iletisim .content {
        height: 490px;
    }

    .iletisim .title {
        margin: 25px;
    }

        .iletisim .title h2 {
            font-size: 25px;
            text-align: center;
        }

    .iletisim .detail h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }

    .iletisim .detail {
        margin-top: 200px;
        /*padding: 0 0 0 150px;*/
        margin-bottom: 15px;
    }

        .iletisim .detail p {
            color: white;
        font-family: 'Century Gothic';
            font-size: 14px;
            line-height: 21px;
            text-align: center;
        }

            .iletisim .detail p a {
                color: white;
                text-decoration: none;
                font-size: 20px;
                font-weight: bold;
                margin-top: 10px;
                display: block;
            }

    .iletisim form .form-group .form-control {
        height: 25px;
        border: none;
        border-radius: 0 !important;
    }

    .iletisim textarea.form-control {
        height: 90px !important;
        resize: none;
    }

    .iletisim .btn-default {
        height: 25px;
        background: #ebc277;
        width: 100%;
        color: white;
        text-align: center;
        font-family: 'Century Gothic';
        font-size: 14px;
        border-radius: 0 !important;
        padding: 0;
        border: none;
    }

        .iletisim .btn-default.active.focus,
        .iletisim .btn-default.active:focus,
        .iletisim .btn-default.active:hover,
        .iletisim .btn-default:active.focus,
        .iletisim .btn-default:active:focus,
        .iletisim .btn-default:active:hover,
        .iletisim .open > .dropdown-toggle.btn-default.focus,
        .iletisim .open > .dropdown-toggle.btn-default:focus,
        .iletisim .open > .dropdown-toggle.btn-default:hover {
            color: white;
            background: #ebc277;
            border: none;
        }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-family: 'Century Gothic';
    font-size: 14px;
    color: #bbbbbb;
}

::-moz-placeholder { /* Firefox 19+ */
        font-family: 'Century Gothic';
    font-size: 14px;
    color: #bbbbbb;
}

:-ms-input-placeholder { /* IE 10+ */
        font-family: 'Century Gothic';
    font-size: 14px;
    color: #bbbbbb;
}

:-moz-placeholder { /* Firefox 18- */
        font-family: 'Century Gothic';
    font-size: 14px;
    color: #bbbbbb;
}



.subPage .planlar .caption {
    display: -webkit-box;
    padding-top: 10%;
}

.subPage .background.planlar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    background-image: url(../images/planlarHeader.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ededed;
}

.planBg {
    background-image: url(../images/planlarLeft.png),url(../images/planlarBottom.png);
    background-position: center left,bottom right;
    background-repeat: no-repeat,no-repeat;
    background-size: initial;
    margin-top: 100px;
}

.subPage .planlar .headerText p {
        font-family: 'Century Gothic';
    color: white;
    font-size: 21px;
    line-height: 27px;
}


.subPage .planlar .konseptSection4 {
    margin-top: 30px;
    height: 230px;
}

    .subPage .planlar .konseptSection4 h2 {
        margin: 30px 0;
    }

.subPage .planlar .konseptSection2 {
    padding: 120px 0 0 0;
}

/*KatPlanlariTab*/
#exTab1 .tab-content {
    padding: 5px 15px;
    position: relative;
}

#exTab1 .nav-pills > li > a {
    border-radius: 0;
    color: #a8a8a8;
    padding: 5px 0;
    text-align: center;
}

#exTab1 .nav {
    width: 88%;
    margin: 0 auto;
    padding: 5px;
}

#exTab1 .nav-pills > li {
    width: 160px;
    border: 2px solid #a9a9a9;
    border-radius: 10px 0;
    height: 30px;
    margin-right: 20px;
}

    #exTab1 .nav-pills > li:last-child {
        margin-right: 0;
    }

    #exTab1 .nav-pills > li.active > a,
    #exTab1 .nav-pills > li.active > a:focus,
    #exTab1 .nav-pills > li.active > a:hover,
    #exTab1 .nav > li > a:focus, .nav > li > a:hover {
        background-color: transparent;
        border-radius: 10px 0 !important;
        height: 30px;
        color: #cba050 !important;
    }

#exTab1 .nav-pills b:hover, b:focus, b:active {
    color: orange;
}

.nav-tabs-dropdown {
    display: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .nav-tabs-dropdown:before {
        content: "\f063 ";
        font: 300 15px FontAwesome;
        position: relative;
        right: -47%;
        top: 2px;
    }

@media screen and (min-width: 769px) {
    #nav-tabs-wrapper {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block !important;
        margin-top: 10px;
        border-radius: 10px 0;
        border: 2px solid #e0bf82;
        background: #c1a062;
        height: 30px;
        color: white !important;
        text-decoration: none !important;
        text-align: center;
        padding: 5px 0;
    }
    .footer{
        height: 100%;
    }

    .planDetail p span, .planDetail ul li{
        font-size: 45px;
    }

    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }

    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }

        .nav-tabs-horizontal > li {
            float: none;
        }

            .nav-tabs-horizontal > li + li {
                margin-left: 2px;
            }

            .nav-tabs-horizontal > li,
            .nav-tabs-horizontal > li > a {
                background: transparent;
                width: 100%;
            }

                .nav-tabs-horizontal > li > a {
                    border-radius: 4px;
                }

                .nav-tabs-horizontal > li.active > a,
                .nav-tabs-horizontal > li.active > a:hover,
                .nav-tabs-horizontal > li.active > a:focus {
                    color: #ffffff;
                    background-color: #428bca;
                }
}
/* change border radius for the tab , apply corners on top*/


/*KatPlanlariTab*/

.plan1Bg {
    background: url(../images/plan1Bg.png) no-repeat center center;
    background-size: contain;
    height: 340px;
    padding: 40px 0;
}

.plan2Bg {
    background: url(../images/plan2Bg.png) no-repeat center center;
    background-size: contain;
    height: 340px;
    padding: 40px 0;
}

.planDetail {
    border-bottom: 1px solid #eec170;
    padding: 20px 0px;
}

    .planDetail:last-child {
        border: none;
    }

    .planDetail img {
        margin: 0 auto;
        width: 348px;
        display: block;
    }

    .planDetail p {
        font-family: 'Century Gothic';
        font-size: 17px;
        color: #cba050;
        line-height: 25px;
        padding-top: 30px;
    }

    .planDetail .col-md-8,
    .planDetail .col-md-4 {
        padding: 0;
        margin-top: 30px;
    }

    .planDetail p span,
    .planDetail ul li {
        font-family: 'Century Gothic';
        font-size: 14px;
        color: #666c71;
        line-height: 32px;
    }

.fancyDetayText {
    display: none;
}




.fancybox-lock .fancybox-overlay {
    background: rgba(166, 166, 166, 0.55);
}

.fancyDetayText .container {
    height: 550px;
}

.fancyDetayText {
    background: url(../images/fancyBg.png) no-repeat top center;
}

    .fancyDetayText img {
        margin: 0 auto;
        height: 100%;
    }

    .fancyDetayText h2 {
        text-align: center;
        font-family: 'Century Gothic';
        font-size: 17px;
        margin-bottom: 32px;
        color: #cba050;
        position: absolute;
        top: 0;
        left: 0;
    }

    .fancyDetayText p {
        text-align: center;
        font-family: 'Century Gothic';
        font-size: 17px;
        color: #a6a6a6;
        padding: 0 150px;
        margin-bottom: 20px;
    }

.detayPlan {
    font-size: 9px !important;
}

.alertF {
    border-bottom: 2px solid red !important;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(250,250,250,0.9);
    z-index: 99;
    display: none;
}

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

.Mactive {
    text-decoration: underline;
}
.Mactive a {
    color: #cba050 !important;
}

.discovery img {
    margin-top: 40px;
}

 

.footerhome {
    height: 100px;
    background: #434343;
    padding: 30px 0;
}

    .footerhome p {
        font-family: 'Century Gothic';
        font-size: 18px;
        text-align: right;
        text-shadow: 2px 2px 12px black;
        padding: 5px 0;
    }

        .footerhome p a {
            color: white;
        }

.subPage .planlar .konseptSection2 {
    background: #ebc277;
    margin-top: -33px;
}

.tablo {
    position: relative;
    display: block;
    width: 100%;
    z-index: 5500;
}

    .tablo img {
        position: absolute;
        width: 180px;
        padding: 20px 10px;
        z-index: 9999;
    }
    .tablo .second{
        left:143px;
        top:90px;
        z-index:-1;
    }

    .mobilli{
        display:none !important;
    }


@media only screen and (max-width: 1024px) {
    .tablo img {
        left: 48%;
        width: 150px;
        top: 71px;
    }
}
@media only screen and (max-width:768px) {
    .tablo img {
        width: 125px;
    }
    .mobilli{
        display:block !important;
    }
    .tablo .second{
        left:35%;
        top:90px;
        z-index:-1;
    }
}
@media only screen and (max-width:640px) {
    .tablo img {
        width: 90px;
        left:auto;
        top:0px;
        right:10px;
    }
    .tablo .second{
        left:auto;
        top:90px;
        z-index:-1;
    }
}
@media only screen and (max-width: 1024px) and (max-height: 768px) {

}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    .tablo img {
        width: 90px;
        left:40%;
        top:50px;
    }
    .navbar-default .navbar-brand{
        position:absolute;
        z-index:0;
    }
    .mobile-bar {
        background: transparent;
    }
        .navbar-toggle {
        margin: 10px auto;
    }

    .navbar-default .navbar-toggle {
        background-color: #ebc277;
        border-radius: 0;
        border: none;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ead1a2;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #a7732e;
        }
        .container-fluid>.navbar-header, .container>.navbar-header , .navbar-brand{
            z-index:0;
        }
     .navbar-collapse  {
        border: none;
        background: rgba(225, 225, 225, 0.92);
        z-index:9999;
    }

    .navbar-nav {
        margin: 0 auto;
    }

    .nav > li {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid rgba(174, 67, 28, 0.46);
    }

        .nav > li:last-child {
            border: none;
        }

    .navbar-default .navbar-nav > li > a {
        color: #c65835;
        text-align: center;
    }
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {    
    .home .content{
        height:90vh !important;
    }
    .navbar-default .navbar-brand{
        position:absolute;
        z-index:0;
    }
    .mobile-bar {
        background: transparent;
    }
        .navbar-toggle {
        margin: 10px auto;
    }

    .navbar-default .navbar-toggle {
        background-color: #ebc277;
        border-radius: 0;
        border: none;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ead1a2;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #a7732e;
        }
        .container-fluid>.navbar-header, .container>.navbar-header , .navbar-brand{
            z-index:0;
        }
     .navbar-collapse  {
        border: none;
        background: rgba(225, 225, 225, 0.92);
        z-index:9999;
    }

    .navbar-nav {
        margin: 0 auto;
    }

    .nav > li {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid rgba(174, 67, 28, 0.46);
    }

        .nav > li:last-child {
            border: none;
        }

    .navbar-default .navbar-nav > li > a {
        color: #c65835;
        text-align: center;
    }
}



.konseptSection6 {
    height: 290px;
    color: white;
    text-align: center;
        font-family: 'Century Gothic';
    display: block;
    padding: 60px 0;
    background: #a5d268;
}

    .konseptSection6 h2 {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 27px;
    }

    .konseptSection6 p {
        font-size: 17px;
        line-height: 25px;
    }

.konseptSection5 {
    position: relative;
        font-family: 'Century Gothic';
    color: #002e67;
    padding: 100px 0;
}

    .konseptSection5 .bulut {
        position: absolute;
        top: -44px;
        right: 0;
    }

    .konseptSection5 .cocuk {
        position: absolute;
        top: 0;
    }

    .konseptSection5 h2 {
        font-size: 50px;
        line-height: 45px;
        letter-spacing: 2px;
    }

        .konseptSection5 h2 span {
        font-family: 'Century Gothic';
            font-size: 42px;
        }

    .konseptSection5 p {
        font-size: 19px;
        line-height: 24px;
    }

        .konseptSection5 p b {
        font-family: 'Century Gothic';
        }

    .konseptSection5 .subP {
        font-size: 17px;
    }

    .konseptSection5 .col-md-8 {
        float: right;
    }

.konum .konseptSection5 .col-md-8 {
    padding-left: 100px;
}


.konseptSection7 {
    height: 120px;
    color: white;
    text-align: center;
        font-family: 'Century Gothic';
    display: block;
    padding: 20px 0;
    background: #a5d268;
}

    .konseptSection7 h2 {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 47px;
    }

    .konseptSection7 p {
        font-size: 17px;
        line-height: 25px;
    }

.konseptSection8 {
    height: 150px;
    color: white;
    text-align: center;
        font-family: 'Century Gothic';
    display: block;
    padding: 60px 0;
    background: #a5d268;
}

    .konseptSection8 h2 {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 27px;
    }

    .konseptSection8 p {
        font-size: 17px;
        line-height: 25px;
    }

    .konseptSection9 {
    height: 200px;
    color: white;
    text-align: center;
        font-family: 'Century Gothic';
    display: block;
    padding: 60px 0;
    background: #a5d268;
}

    .konseptSection9 h2 {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 27px;
    }

    .konseptSection9 p {
        font-size: 17px;
        line-height: 25px;
    }
