﻿@import url('normalize.css');
@import url('skeleton.css');
@import url('Fonts/fonts.css');

/*CSS RESET*/
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;
}

body {
    background-color: white;
}

.menu-bg {
    background: url(../Images/header-effect.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 248px;
    position: absolute;
    z-index: 2;
}

.home-galeri img {
    width: 225px;
    height: 153px;
}

header {
    margin: 0 auto;
    position: relative;
    height: auto;
    margin-top: 0px;
    z-index: 12;
}

.logo {
    background: url(../Images/logo1.png) no-repeat center left;
    float: left;
    width: 163px;
    height: 160px;
}

 


.logo:hover {
	background: url(../Images/logo2.png) no-repeat center left;
	float: left;
	width: 163px;
	height: 150px;
}



.top-phone {
    background: url(../Images/top-phone.png) no-repeat center left;
    width: 190px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 47px;
    font-size: 30px;
    color: white;
    font-family: 'exoblack';
    z-index: 10;
}

    .top-phone a {
        color: white;
        text-decoration: none;
    }

    .top-phone p {
        position: absolute;
        right: 0;
    }

.header-image {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    /*background-image: url(../Images/slider1.png);*/
    min-height: 680px;
    z-index: -10;
}

.slider-item {
    width: 100%;
    min-height: 680px;
}

.header-image img {
}

.header-image2 {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    min-height: 480px;
}


header .menu {
    position: absolute;
    left: -84px;
}

    header .menu ul {
        top: 20px;
        font-family: 'exodemibold';
        font-size: 16px;
        color: white;
        list-style: none outside none;
    }

        header .menu ul li {
            position: relative;
            /* display: inline; */
            margin-right: 10px;
            float: left;
            height: 35px;
            padding-top: 117px;
            margin: 0 5px;
            transition-duration: .4s;
        }

            header .menu ul li a {
                color: white;
                text-decoration: none;
                margin: 0 5px;
            }

            header .menu ul li:hover {
                background-color: rgba(29, 173, 146, 0.66);
            }


.selected {
    background-color: rgba(64,57,109,0.5);
    transition-duration: .5s;
}


.readmore {
    background: url(../Images/readmore.png) no-repeat center center;
    width: 33px;
    height: 40px;
    position: absolute;
    right: 50%;
    bottom: 0;
    cursor: pointer;
}

.readmore2 {
    background: url(../Images/readmore.png) no-repeat center center;
    width: 33px;
    height: 40px;
    position: absolute;
    right: 50%;
    bottom: 0;
    cursor: pointer;



}


.superbrands {
    float: left;
    position: absolute;
    bottom: 0;
    left: 28px;
}

.suryapi {
    float: right;
    position: absolute;
    bottom: 0;
    right: 40px;
    background: url(../Images/suryapi-logo.png);
    width: 120px;
    height: 150px;
}

.suryapi2 {
   float: right;
    position: absolute;
    bottom: 0;
    right: 40px;
    background: url(../Images/suryapi-logo.png);
    width: 120px;
    height: 154px;
}


.call-fixed {
    width: 41px;
    height: 170px;
    background-color: #739559;
    position: fixed;
    right: 0;
    top: 10%;
    z-index: 60;
}





.call-form {
    position: absolute;
    width: 0;
    /* height: 100%; */
    height: 651px;
    right: 0;
    top: 28px;
    z-index: 60;
    background-color: #0e5245;
    overflow: hidden;
    box-sizing: content-box;
    /*display:none;*/
}

    .call-form form {
        /* position: absolute; */
        width: 222px;
        height: 436px;
        left: 23px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 30px 60px 20px 30px;
    }

.top-text {
    background: url(../Images/top-text.png) no-repeat center center;
    width: 320px;
    height: 186px;
}

    .top-text h3 {
        font-family: 'exobold';
        font-size: 35px;
        color: white;
        text-align: left;
        line-height: 35px;
        letter-spacing: 1px;
        padding: 30px 0 0px 30px;
    }

.call-form .close {
    background: url(../Images/close-button.png) no-repeat center center;
    position: absolute;
    left: 280px;
    top: -560px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    /* display: none; */
    width: 27px;
    height: 24px;
}

.call-form input[type=text] {
    border-radius: 0;
    background: none;
    max-width: 228px;
    max-height: 35px;
    border: none;
    border-bottom: 1px solid #739559;
    margin-right: 20px;
    padding: 0;
    font-family: 'exolight';
    color: white;
    font-size: 16px;
}

.call-form textarea {
    padding: 0;
    border: none;
    margin-right: 20px;
    background: url("../Images/textarea-bg.png") no-repeat right 46px;
    border: medium none;
    box-sizing: border-box;
    height: 110px;
    overflow: hidden;
    resize: none;
    width: 100%;
    background-position-y: 32px;
    font-family: 'exolight';
    color: white;
    font-size: 16px;
    line-height: 30px;
}

.call-form button[type=button] {
    border-radius: 0;
    /* max-width: 165px; */
    max-height: 30px;
    background-color: #739559;
    color: #0e5245;
    border: none;
    font-family: 'exobold';
    font-size: 17px;
    padding: 0;
   padding:0 90px;
}

.container-top {
    background: url(../Images/topbg.png) no-repeat center center;
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: -1;
}

.konsept {
    background: url(../Images/row-concept.png) no-repeat center center;
    margin-top: 0px;
    padding-top: 75px;
    margin-bottom: 20px;
}

    .konsept .img {
        position: relative;
        min-height: 52%;
        min-width: 52%;
        opacity: 0.7;
        cursor: pointer;
    }

        .konsept .img:hover {
            opacity: 1;
        }

    .konsept .big {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .konsept .text {
        padding: 0 60px 20px 60px;
        margin-left: 0;
    }

        .konsept .text h3 {
            color: white;
            font-family: 'exobold';
            font-size: 35px;
            margin-bottom: 50px;
            line-height: 38px;
            letter-spacing: 1px;
        }


        .konsept .text p {
            font-size: 14px;
            font-family: 'exomedium';
            color: white;
            line-height: 18px;
            letter-spacing: 1px;
            margin-bottom: 50px;
        }

.detail {
    width: 130px;
    height: 10px;
    background-color: white;
    font-family: 'exobold';
    font-size: 14px;
    color: #3f3770;
    padding:10px;
    cursor: pointer;
}



.detail-buton a {
    text-decoration: none;
}

.detail-buton .detail:hover {
    opacity: 0.8;
    transition-duration: .5s;
}

.slider h3 {
    font-family: 'exobold';
    font-size: 35px;
    color: #3f3770;
    line-height: 35px;
    letter-spacing: 1px;
    margin: 50px 0 35px 0;
}

.slider img {
    border: 1px solid #3f3770;
    float: left;
}

.slider .text .projeAdi {
    font-family: 'exobold';
    color: #3f3770;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.slider .text {
    margin-left: 185px;
}

    .slider .text .projedetay {
        font-family: 'exomedium';
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #3f3770;
        margin-bottom: 13px;
    }



.detail2 {
    width: 240px;
    height: 10px;
    background-color: #3f3770;
    font-family: 'exobold';
    font-size: 14px;
    color: white;
    padding:10px;
    cursor: pointer;
}

.detail-buton .detail2:hover {
    opacity: 0.8;
    transition-duration: .5s;
}
.detail4 {
    width: 230px;
    height: 10px;
    background-color: #3f3770;
    font-family: 'exobold';
    font-size: 14px;
    color: white;
    padding:10px;
    cursor: pointer;
}

.detail-buton .detail4:hover {
    opacity: 0.8;
    transition-duration: .5s;
}

.animasyon-film {
    background-color: #3f3770;
    position: relative;
}

    .animasyon-film img {
        opacity: 0.6;
    }

        .animasyon-film img:hover {
            opacity: 0.1;
            transition-duration: .5s;
        }
    /*.animasyon-film .animasyon-hover:hover{ 
    opacity:0.1;
    transition-duration:.5s;
    z-index:-1;
}*/


    .animasyon-film .play-icon {
        background: url(../Images/play-icon.png) no-repeat center center;
        position: absolute;
        width: 89px;
        height: 89px;
        top: 96px;
        left: 190px;
        z-index: 1;
    }

    .animasyon-film .vaziyet-icon {
        background: url(../Images/vaziyet-icon.png) no-repeat center center;
        position: absolute;
        width: 89px;
        height: 89px;
        top: 86px;
        left: 180px;
        z-index: 1;
    }

    .animasyon-film p {
        font-family: 'exobold';
        font-size: 35px;
        line-height: 38px;
        letter-spacing: 1px;
        color: white;
        position: absolute;
        bottom: 53px;
        left: 97px;
    }

.lokasyon {
    background: url(../Images/lokasyon-bg.png) no-repeat center center;
    /*width: 960px;*/
    height: 369px;
    margin-top: 45px;
    margin-bottom: 20px;
}

    .lokasyon .text {
        background: url(../Images/lokasyon-text-bg.png) no-repeat center center;
        max-width: 852px;
        height: 213px;
    }

        .lokasyon .text h3 {
            font-family: 'exobold';
            font-size: 35px;
            color: white;
            letter-spacing: 2px;
            padding: 130px 0 20px 60px;
        }

    .lokasyon p {
        font-family: 'exomedium';
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        color: white;
        margin-left: 50px;
        margin-top: 24px;
    }

.detail3 {
    width: 130px;
    height: 10px;
    background-color: #182310;
    font-family: 'exobold';
    font-size: 14px;
    color: #739559;
    padding:10px;
    margin-left: 50px;
    margin-top: 30px;
    cursor: pointer;
}

.detail-buton .detail3:hover {
    opacity: 0.8;
    transition-duration: .5s;
}

footer {
    background: url(../Images/footer-bg.png) no-repeat center center;
    /*background-position-y: -40px;*/
    padding-top: 10px;
}

    footer ul {
        list-style: none outside none;
        background-color: #0e5245;
        margin-top: 15px;
        padding: 50px 0 20px 140px;
    }

        footer ul li {
            font-family: 'exodemibold';
            font-size: 16px;
            line-height: 36px;
            color: white;
            position: relative;
            display: inline;
            padding-right: 35px;
        }

            footer ul li a {
                font-family: 'exodemibold';
                font-size: 16px;
                line-height: 36px;
                color: white;
                text-decoration: none;
            }

                footer ul li a:hover {
                    color: white;
                }

    footer .u-pull-left img {
        margin: 10px 40px 10px 0;
    }

    footer .u-pull-right img {
        margin-top: 33px;
    }

    footer .bottom-phone a {
        font-family: 'exoblack';
        font-size: 30px;
        color: #0e5245;
        text-decoration: none;
    }

.proje-konsepti {
    margin-top: 50px;
    margin-bottom: 40px;
}

    .proje-konsepti h3 {
        font-family: 'exobold';
        font-size: 35px;
        color: #0e5245;
        line-height: 35px;
        margin-top: 50px;
        text-transform: uppercase;
    }

    .proje-konsepti span {
        font-family: 'exomedium';
        font-size: 20px;
        color: #0e5245;
        margin-top: 20px;
        display: block;
        margin-bottom: 40px;
    }

    .proje-konsepti p {
        font-family: 'exomedium';
        font-size: 14px;
        color: #0e5245;
        line-height: 18px;
        letter-spacing: 1px;
    }

.img-right {
    float: right;
    margin-left: 20px;
}

.img-left {
    float: left;
    margin-right: 20px;
}

.lokasyon_ {
    margin-top: 50px;
    margin-bottom: 40px;
}

    .lokasyon_ h3 {
        font-family: 'exobold';
        font-size: 35px;
        color: #3f3770;
        line-height: 35px;
        margin-top: 130px;
        text-transform: uppercase;
    }

    .lokasyon_ span {
        font-family: 'exomedium';
        font-size: 20px;
        color: #3f3770;
        margin-top: 19px;
        display: block;
    }

    .lokasyon_ p {
        font-family: 'exomedium';
        font-size: 14px;
        color: #3f3770;
        line-height: 18px;
        letter-spacing: 1px;
    }



.harita {
    background-color: #3f3770;
    position: relative;
}

    .harita .pin {
        background: url(../Images/pin.png) no-repeat center center;
        position: absolute;
        width: 89px;
        height: 89px;
        top: 96px;
        left: 190px;
    }

    .harita p {
        font-family: 'exobold';
        font-size: 35px;
        line-height: 38px;
        letter-spacing: 1px;
        color: white;
        position: absolute;
        bottom: 53px;
        left: 77px;
        padding-left: 100px;
    }

.harita {
    background-color: #3f3770;
    position: relative;
}

    .harita img {
        opacity: 0.6;
    }

        .harita img:hover {
            opacity: 0.1;
            transition-duration: .5s;
        }

.sosyal-yasam {
    margin-top: 50px;
    margin-bottom: 40px;
}

    .sosyal-yasam h3 {
        font-family: 'exobold';
        font-size: 35px;
        color: #3f3770;
        line-height: 35px;
        margin-top: 90px;
        text-transform: uppercase;
    }

    .sosyal-yasam span {
        font-family: 'exomedium';
        font-size: 20px;
        color: #3f3770;
        margin-top: 19px;
        display: block;
        margin-bottom: 20px;
    }

    .sosyal-yasam p {
        font-family: 'exomedium';
        font-size: 14px;
        color: #3f3770;
        line-height: 18px;
        letter-spacing: 1px;
    }

    .sosyal-yasam img {
        padding-left: 45px;
    }

.getway {
    background-color: #3f3770;
    position: relative;
}

    .getway .pin {
        background: url(../Images/getway.png) no-repeat center center;
        position: absolute;
        width: 89px;
        height: 89px;
        top: 176px;
        left: 190px;
    }

    .getway p {
        font-family: 'exolight';
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
        color: white;
        position: absolute;
        bottom: 113px;
        left: 127px;
        /* padding-left: 100px; */
        text-align: center;
    }



.getway2 {
    background-color: #182310;
    position: relative;
}

    .getway2 .pin {
        background: url(../Images/getway.png) no-repeat center center;
        position: absolute;
        width: 89px;
        height: 89px;
        top: 176px;
        left: 190px;
    }

    .getway2 p {
        font-family: 'exolight';
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
        color: white;
        position: absolute;
        bottom: 113px;
        left: 127px;
        /* padding-left: 100px; */
        text-align: center;
    }

.plan {
    margin-bottom: 20px;
}

.plan-top {
    background: url(../Images/plan-top.png) no-repeat center center;
    position: relative;
    height: auto;
    background-size: cover;
    overflow: hidden;
}

    .plan-top img {
        /*padding: 50px 0 0 144px;*/
        position: relative;
        width: 380px;
        left: 110px;
        top: -30px;
    }

        .plan-top img:hover {
            top: 40px;
            transition: .5s;
        }

.plan-bottom {
    background: url(../Images/plan-bottom.png) no-repeat center center;
    position: relative;
    height: auto;
    overflow: hidden;
    background-size: cover;
}

    .plan-bottom img {
        /*padding: 70px 144px 0 0;*/
        position: relative;
        top: 2px;
        left: 56px;
        width: 407px;
    }

        .plan-bottom img:hover {
            top: 40px;
            transition: .5s;
        }

.plan-text-left {
    margin: 50px 10px 10px 20px;
}

    .plan-text-left h3 {
        font-family: 'exoextrabold';
        font-size: 25px;
        color: white;
        line-height: 25px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .plan-text-left span {
        font-family: 'exomedium';
        font-size: 20px;
        color: white;
        line-height: 22px;
        letter-spacing: 1px;
        margin-bottom: 15px;
        display: block;
    }

    .plan-text-left p {
        font-family: 'exomedium';
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        color: white;
    }

.plan-text-right {
    padding: 73px 0 20px 50px;
}

    .plan-text-right h3 {
        font-family: 'exoextrabold';
        font-size: 25px;
        color: white;
        line-height: 25px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .plan-text-right span {
        font-family: 'exomedium';
        font-size: 20px;
        color: white;
        line-height: 22px;
        letter-spacing: 1px;
        margin-bottom: 15px;
        display: block;
    }

    .plan-text-right p {
        font-family: 'exomedium';
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        color: white;
    }

.medya {
    margin-top: 20px;
    background-color: rgba(255,255,255,0.60);
    padding: 125px 65px 0 65px;
}

    .medya h3 {
        font-family: 'exobold';
        font-size: 35px;
        color: #0e5245;
        margin-bottom: 65px;
    }

    .medya h2 {
        font-family: 'exomedium';
        font-size: 20px;
        color: #3f3770;
        line-height: 22px;
        letter-spacing: 1px;
    }

    .medya span {
        font-family: 'exobold';
        font-size: 15px;
        color: #3f3770;
        line-height: 22px;
        letter-spacing: 1px;
    }

        .medya span .date {
            font-family: 'exobold';
            font-size: 15px;
            color: #3f3770;
            line-height: 22px;
            letter-spacing: 1px;
        }

    .medya .date:after {
        content: '|';
        margin-left: 5px;
    }

    .medya p {
        font-family: 'exomedium';
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #070417;
    }

    .medya .row {
        border-bottom: 1px solid #dcdcdc;
        padding: 30px 0 30px 0;
    }

        .medya .row:last-child {

            border: none;
        }

.pagination {
}

    .pagination ul {
        list-style: none;
    }

        .pagination ul li a {
            float: left;
            width: 40px;
            font-family: 'exobold';
            font-size: 15px;
            background-color: #3f3770;
            color: white;
            text-align: center;
            padding: 15px 0;
            margin-right: 12px;
            text-decoration: none;
        }

            .pagination ul li a:hover {
                background-color: #739559;
            }

            .pagination ul li a:active {
                background-color: #739559;
            }

.iletisim {
    margin-top: 20px;
    background-color: rgba(255,255,255,0.60);
    padding: 125px 65px 0 65px;
}

    .iletisim h3 {
        font-size: 35px;
        color: #0e5245;
        line-height: 35px;
        letter-spacing: 1px;
        font-family: 'exobold';
        margin-bottom: 40px;
    }

    .iletisim .four h3 {
        font-family: 'exobold';
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

    .iletisim .four span {
        font-size: 20px;
        color: #739559;
        font-family: 'exomedium';
    }

    .iletisim .eight span {
        font-family: 'exomedium';
        font-size: 20px;
        color: #0e5245;
        margin-bottom: 11px;
        display: block;
        text-transform: uppercase;
    }

    .iletisim .eight p {
        font-family: 'exomedium';
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #070417;
    }

    .iletisim .map {
        margin: 30px 0 15px 0;
    }

.form {
    background: url(../Images/form-bg.png) no-repeat center center;
    padding: 50px 0 20px 60px;
    margin-bottom: 90px;
}

    .form .four span {
        color: white;
        text-align: right;
        font-family: 'exolight';
        font-size: 38px;
        line-height: 50px;
        letter-spacing: 1px;
    }

    .form .eight {
        padding-left: 10px;
    }

        .form .eight .four {
            width: 44% !important;
        }

    .form input[type=text] {
        border-radius: 0;
        background: none;
        max-width: 228px;
        max-height: 35px;
        border: none;
        border-bottom: 1px solid #739559;
        margin-right: 20px;
        padding: 0;
        font-family: 'exolight';
        color: white;
        font-size: 16px;
    }

    .form textarea {
        padding: 0;
        border: none;
        margin-right: 20px;
        background: url("../Images/textarea-bg.png") no-repeat right 46px;
        border: medium none;
        box-sizing: border-box;
        height: 110px;
        overflow: hidden;
        resize: none;
        width: 100%;
        background-position-y: 32px;
        font-family: 'exolight';
        color: white;
        font-size: 16px;
        line-height: 30px;
    }

    .form input[type=submit] {
        border-radius: 0;
        /* max-width: 165px; */
        max-height: 30px;
        background-color: #739559;
        color: #3f3770;
        border: none;
        font-family: 'exobold';
        font-size: 17px;
        padding: 0;
        padding-right: 90px;
        padding-top: 7px;
    }

    .form input[type=button] {
        border-radius: 0;
        /* max-width: 165px; */
        max-height: 30px;
        background-color: #739559;
        color: #0e5245;
        border: none;
        font-family: 'exobold';
        font-size: 17px;
        padding: 0 90px;
       
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'exolight';
    color: white;
    font-size: 16px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: 'exolight';
    color: white;
    font-size: 16px;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: 'exolight';
    color: white;
    font-size: 16px;
}


:-moz-placeholder { /* Firefox 18- */
    font-family: 'exolight';
    color: white;
    font-size: 16px;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
        padding-left: 13px;
        /*height:9px;*/
        display: inline-block;
        line-height: 18px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        color: white;
        vertical-align: middle;
        cursor: pointer;
        font-family: 'exomedium';
    }

        input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
            background-position: 0 -9px;
        }

label.css-label {
    background-image: url(../Images/check.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.galeri .item img {
    width: 246px;
    height: 153px;
}

.galeri .item a:hover .img-hover {
    background-color: rgba(30,174,147,0.65);
    z-index: 10;
    width: 246px;
    height: 153px;
    position: absolute;
    opacity: 1;
    transition-duration: 0.5s;
}

.img-hover {
    opacity: 0;
}

.mobile-menu-content {
    background: white;
    width: 100%;
    height: 115px;
    display: none;
}

.responsive-logo {
    display: none;
}

.mobile-menu {
    position: absolute;
    text-align: center;
    background-color: rgba(14,82,69,0.65);
    width: 100%;
    z-index: 20;
    left: 0;
    padding: 0;
    margin: 0;
    display: none;
    top: 0px;
}

    .mobile-menu li {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid;
    }

        .mobile-menu li a {
            color: #fff;
            text-decoration: none;
            font-family: 'exodemibold';
            font-size: 16px;
            line-height: 36px;
        }

.mobil_menu_icon {
    position: absolute;
    top: 70px;
    bottom: 510px;
    margin: auto;
    right: 5px;
    width: 40px;
    cursor: pointer;
    display: none;
}

.mobil_menu_icon2 {
    position: absolute;
    top: 70px;
    margin: auto;
    right: 5px;
    width: 40px;
    cursor: pointer;
    display: none;
}



.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
}

.home-galeri .owl-controls {
    left: 47% !important;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    color: white;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: rgba(157,153,182,0.65);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
        background: #3f3770;
        color: white;
        text-decoration: none;
    }

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #3f3770;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: rgba(157,153,182,0.65);
        transition-duration: .9s;
    }

.footer-suryapi {
    position: relative;
    bottom: 5px;
}

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

.plan-buton {
    background-color: #0e5245;
    max-height: 45px;
    border-radius: 3px;
    margin-bottom: 5px;
    font-family: 'exomedium';
    color: white;
    font-size: 20px;
    border: none;
}

    .plan-buton:hover {
        background-color: #3f3770;
        
        max-height: 45px;
        border-radius: 3px;
        bottom: -1px;
        position: relative;
        color: white;
        margin-bottom: 0;
    }

.active2 {
    background-color: #0e5245;
    height: 60px;
    bottom: -1px;
    position: relative;
    margin-bottom: 0;
}

.secenek {
    margin-left: 60px;
}

.home {
    height: 638px;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.menu-efekt {
    background: url(../Images/menu-efekt.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 340px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


    #popup a img{ width:100% !important; height:auto !important;}
