/* Css Shortcuts */

.fr {
    float: right;
}

.fl {
    float: left;
}

.di {
    display: inline-block;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.mp {
    margin: 0;
    padding: 0;
}

.pl {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.fs30 {
    font-size: 30px;
}

.fs24 {
    font-size: 24px;
}

.fs16 {
    font-size: 16px;
}

body {
    font-family: "DINpro";
    color: #8b8b8b;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: #fff;
}

.social {
    margin: 5px 0 0;
}

    .social .fa {
        color: #fff;
        border-radius: 3px;
        font-size: 16px;
        margin-right: 4px;
        overflow: hidden;
        white-space: pre;
        width: 35px;
        position: relative;
        top: 10px;
    }

        .social .fa:Hover {
            color: #fff;
            border-color: transparent;
        }

        .social .fa::before {
            border-radius: 5px;
            display: inline-block;
            margin: 0 9999px 0 auto;
            min-width: 32px;
            padding: 8px 5px;
            text-align: center;
        }

        .social .fa.fa-facebook:hover {
            background: #3B5998;
        }

        .social .fa.fa-twitter:hover {
            background-color: #00acee;
        }

        .social .fa.fa-instagram:hover {
            background-color: #000;
        }

        .social .fa.fa-linkedin:hover {
            background-color: #3272BD;
        }

        .social .fa.fa-google-plus:hover {
            background-color: #D13F2D;
        }

        .social .fa.fa-pinterest:hover {
            background-color: #CE1E27;
        }

        .social .fa.fa-youtube:hover {
            background-color: #CE332D;
        }

        .social .fa.fa-envelope-o:hover {
            background-color: #000;
        }

.wp {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: none;
}

    .wp.activeWp {
        opacity: 1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }


/* Header */

#header {
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}

.master #header {
    background: #212934;
}

.shade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 297px;
    background: url(../images/shade.png) repeat-x; */
    height: 100px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

#header.fixedMenu {
    position: fixed;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background: #212934;
    height: 86px;
}

#header .logo {
    margin-top: 0;
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -ms-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    opacity: 1;
}

#header.fixedMenu .logo {
    opacity: 0;
}

.master #header .logo {
    margin: 15px 0;
}

#header .cimentas-icon {
    left: -100%;
    top: 0;
    -webkit-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
    -ms-transition: 1s ease-in;
    -o-transition: 1s ease-in;
    transition: 1s ease-in;
    padding: 10px;
    background: #fff;
    width: 155px;
}

    #header .cimentas-icon.show {
        left: 0;
    }

.diller {
    margin: 30px 15px 0 0;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

#header.fixedMenu .diller {
    margin: 19px 50px 0 0;
}

.diller a {
    display: inline-block;
    color: #fff;
    padding: 10px 13px;
    line-height: 1;
    border: 1px solid transparent;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

    .diller a:hover,
    .diller a.active {
        background: #fff;
        color: #000;
        border-color: #8e2140;
    }

#nav ul {
    margin: 20px 0 0;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

#header.fixedMenu #nav ul {
    margin: 10px 0 0 0;
}

#nav ul li {
    display: inline-block;
    margin-right: -4px
}

    #nav ul li a {
        /* color: #fff;
    font-weight: 500;
    display: block;
    padding: 20px 15px 10px;
    position: relative; */
        color: #0e113f;
        font-weight: 600;
        display: block;
        padding: 20px 15px 10px;
        position: relative;
        font-size: 16px;
        letter-spacing: 0.4px;
    }

.master #nav ul li a {
    color: #fff;
}

.fixedMenu #nav ul li a {
    color: #fff;
}

#nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #8e2140;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#nav ul li a:hover:after,
#nav ul li a:active #nav ul li a:hover:after {
    content: "";
    width: 100%;
}

#nav ul li ul {
    display: none;
}

.ulBaslik {
    color: #010101;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 0 0 15px;
}

    .ulBaslik:after {
        position: absolute;
        content: "";
        height: 3px;
        background: #015e4b;
        width: 100px;
        left: 0;
        bottom: 0;
    }

#harita {
    background: #005d49;
    padding: 40px 50px;
    margin: 35px auto 85px;
}

.harita_head h2 {
    color: #fff;
    font-size: 40px;
    line-height: 51px;
}

#bunlaribiliyormusunuz {
    background: #005d49;
    padding: 40px 50px;
    margin: 35px auto 85px;
}

    #bunlaribiliyormusunuz a {
        color: #fff;
    }

    #bunlaribiliyormusunuz .bbTitle {
        color: #fff;
        font-size: 28px;
        line-height: 1;
        font-weight: 700;
    }

        #bunlaribiliyormusunuz .bbTitle span {
            display: block;
            font-size: 15px;
            font-weight: 500;
        }

    #bunlaribiliyormusunuz .bbtext {
        color: #fff;
        font-weight: 700;
        padding: 15px 0;
        font-size: 15px;
    }

#baglantilar {
    padding: 50px 75px;
    z-index: 1;
}

    #baglantilar ul {
        margin: 25px 0 0;
    }

        #baglantilar ul li {
            display: block;
        }

            #baglantilar ul li a {
                color: #949494;
                font-size: 14px;
                font-weight: 500;
                padding: 3px 0 12px;
                display: block;
                -webkit-transition: 0.3s ease;
                -moz-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
            }

                #baglantilar ul li a:hover {
                    color: #181d4a;
                }

    #baglantilar .col-sm-2 {
        width: 12%;
    }

        #baglantilar .col-sm-2.ulWidth {
            width: 16%;
        }

.master #baglantilar {
    border-top: solid 1px #f2f2f2;
}

#footer {
    position: relative;
    margin: 25px 0 0;
    padding: 0 0 40px;
    z-index: -1;
    display: none;
}


    /*#footer:before { content: ""; position: absolute; top: -211px; left: 0; z-index: -1; width: 100%; height: 311px; background: url(/images/footerImg.jpg) no-repeat center 0; background-size:cover; opacity:.7 }*/

    #footer .flogo {
        margin-left: 75px;
        display: inline-block;
    }

    #footer .copyright {
        color: #b8b8b8;
        font-weight: 500;
        padding: 25px 75px 0 0;
    }

#footerBg {
    position: relative;
    margin: 0 0 -75px;
}

    #footerBg img {
        margin-top: -50px;
        opacity: .7;
        z-index: 1
    }

.master #footerBg {
    display: none;
    padding: 0 0 20px
}

#footinformation {
    background: #015e4b;
    padding: 20px 75px;
    position: relative;
    z-index: 2;
}

    #footinformation .adres {
        padding: 15px 65px 15px 65px;
        background: url(../images/adres.png) no-repeat 0 15px;
    }

    #footinformation .fabrikaTitle {
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
    }

    #footinformation .fabrikaAdres {
        color: #e85892;
    }

        #footinformation .fabrikaAdres a {
            color: #fff;
        }

    #footinformation .bilgiToplumu a {
        color: #fff;
        display: inline-block;
        margin-right: 10px;
        text-decoration: none;
    }

.social.foot {
    margin: -16px 0 0 0;
}

.socialmedia span {
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
}

#infoNav .owl-nav {
    position: absolute;
    right: 15px;
    top: 0;
}

#infoNav .owl-next,
#infoNav .owl-prev {
    display: block;
    background: none;
    color: #d53374;
    border: 1px solid #d53374;
    padding: 10px;
    border-radius: 0;
    line-height: 1;
}

    #infoNav .owl-next:hover,
    #infoNav .owl-prev:hover {
        border-color: #ac0e4d;
        background: #ac0e4d;
        color: #fff;
    }

.architect {
    font-size: 48px;
    color: #8e2140;
    font-family: 'Alex Brush';
    position: absolute;
    right: 70px;
    top: -20px;
    z-index: 3;
    display: none
}

.projectTable {
    width: 100% !important;
    border: none;
}

    .projectTable tr:first-child {
        font-weight: 700;
    }

    .projectTable tr td:last-child {
        padding-left: 10px;
        border-left: solid 1px #ddd;
    }

    .projectTable td {
        border: none;
        color: #212934;
        border-bottom: solid 1px #ddd;
        padding: 5px 0 5px;
    }

    .projectTable tr:last-child td {
        border-bottom: none;
    }

.projectDtitle {
    color: #8e2140;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.projectlocation {
    display: block;
    margin-bottom: 5px;
}

    .projectlocation span {
        background: #1c2b4f url(../images/proloc.png) no-repeat left 10px center;
        color: #fff;
        padding: 5px 15px 5px 30px;
        display: inline-block;
    }

.projectstart {
    background: #8e2140 url(../images/prostart.png) no-repeat left 10px center;
    color: #fff;
    display: inline-block;
    padding: 5px 10px 5px 40px;
}

.projectfinish {
    background: #8e2140 url(../images/proson.png) no-repeat left 10px center;
    color: #fff;
    display: inline-block;
    padding: 5px 10px 5px 40px;
}

.styled-select {
    background: #fff url(../images/down2.png) no-repeat right 10px center;
    height: 60px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 4px;
    border: solid 2px #eee
}

    .styled-select:after {
        content: '';
        background: #fff url(../images/down2.png) no-repeat left 2px center;
        width: 40px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        pointer-events: none;
    }

    .styled-select select {
        background: transparent;
        font-size: 18px;
        border: none;
        height: 60px;
        padding: 10px;
        width: 100%;
        border: none;
    }

        .styled-select select:focus {
            box-shadow: none;
        }

        .styled-select select option {
            padding: 15px 5px;
            color: #666;
            box-shadow: none;
            font-size: 18px;
        }

.links a {
    display: block;
    background: #8e2140;
    color: #fff;
    padding: 12px 26px;
    margin-bottom: 15px;
}

.slide_link {
    display: inline-block;
    max-width: 221px;
    font-size: 12px;
    position: absolute;
    font-weight: 500;
    background-color: #015e4b;
    background-image: url(../images/kurul-button-icon.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 65px;
    padding-right: 15px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 105px;
    margin-right: 10px;
    text-align: right;
    color: #fff;
    text-decoration: none;
    z-index: 1000;
    right: 0;
}

#video-3 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page_list_box {
    padding: 0;
}

    .page_list_box figure {
        padding: 15px;
    }

.slider .nk-header-table-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 280px 0;
    text-align: center;
}

.slider .nk-title {
    position: relative;
    z-index: 1;
}

.slider h1.nk-title {
    color: #fff;
    font-size: 60px;
}

.slider h2.nk-title {
    color: #fff;
    font-size: 30px;
}

.slider a {
    display: inline-block;
    cursor: pointer;
    line-height: 86px;
    text-align: center;
}

.slider .nk-video-icon-2-light, .nk-gif-icon-2-light {
    color: #fff;
}

.slider .nk-video-icon-2, .nk-video-icon-2-light, .nk-gif-icon-2, .nk-gif-icon-2-light {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .slider .nk-video-icon-2::before, .nk-video-icon-2-light::before, .nk-gif-icon-2::before, .nk-gif-icon-2-light::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 5px solid #fff;
        border-radius: 40px;
        opacity: 1;
        -webkit-transition: .3s opacity, .3s transform;
        -o-transition: .3s opacity, .3s transform;
        transition: .3s opacity, .3s transform;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .slider .nk-video-icon-2 > *.svg-inline--fa, .nk-video-icon-2-light > *.svg-inline--fa, .nk-gif-icon-2 > *.svg-inline--fa, .nk-gif-icon-2-light > *.svg-inline--fa {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: 0;
    }
.header::after{
    background:rgba(0,0,0,0.30);
    content:" ";
    width:100%;
    height:100%;
    position:absolute;
}
.header {
    position: relative;
    display: flex;
    height: 800px;
    max-height: 800px;
    background: #000;
    overflow: hidden;
}

    .header js-background-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120%;
        height: 0;
        padding-bottom: 66.25%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

.header__background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 0;
    padding-bottom: 66.25%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.header__video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
}

.header__video-overlay--fadeOut {
    opacity: 0;
    visibility: hidden;
}

.header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.header__title {
    position: relative;
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    font-family: "Permanent Marker", cursive;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    color: white;
    line-height: 1;
}
