﻿@import url('normalize.css');

::-webkit-input-placeholder {
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

::-moz-placeholder {
    color: white;
    opacity: 1;
}

:-moz-placeholder {
    color: white;
    opacity: 1;
}

@media screen and (min-width: 1250px) {
    #mainBtn {
        display: none;
    }

    body {
        overflow-x: hidden;
    }

    .modedmargin {
        margin-left: Calc(625px - 50vw) !important;
        margin-right: Calc(625px - 50vw) !important;
    }

    .modedpadding {
        padding-left: Calc(50vw - 625px) !important;
        padding-right: Calc(50vw - 625px) !important;
    }

    .inview.fadeInUp {
        transition: 1.5s;
    }

    .inview.fadeInLeft {
        transition: 2.5s;
    }

    .inview.hide.fadeInUp {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .inview.hide.fadeInLeft {
        opacity: 0;
        -webkit-transform: translate3d(-60vw, 0, 0);
        transform: translate3d(-60vw, 0, 0);
    }

    .withH1 {
        display: none;
        padding: 0;
        margin: 0;
        font: inherit;
    }

    html {
        background: #e9e9e9;
    }

    body {
        background: white;
        min-width: 1250px;
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-button {
        width: 0;
        height: 0;
    }

    ::-webkit-scrollbar-thumb {
        background: #e1e1e1;
        border: 100px none #ffffff;
        border-radius: 100px;
    }

        ::-webkit-scrollbar-thumb:hover {
            background: #ffffff;
        }

        ::-webkit-scrollbar-thumb:active {
            background: #000000;
        }

    ::-webkit-scrollbar-track {
        background: #666666;
        border: 44px none #ffffff;
        border-radius: 50px;
    }

        ::-webkit-scrollbar-track:hover {
            background: #666666;
        }

        ::-webkit-scrollbar-track:active {
            background: #333333;
        }

    ::-webkit-scrollbar-corner {
        background: transparent;
    }

    .onlymobile {
        display: none !important;
    }

    #container {
        width: 1250px;
        margin: 0 auto;
    }

    #contentbody {
        background-position: top center;
        padding-top: 10px;
        background-repeat: repeat-x;
    }

    .scaled #langCont {
        top: 11px;
    }

    #langCont {
        position: absolute;
        top: 40px;
        right: Calc(50vw - 595px);
        z-index: 10;
        font-size: 0;
        transition: top .2s;
    }

        #langCont > div, #langCont:hover > a {
            display: block;
            vertical-align: top;
            font-size: 18px;
            text-decoration: none;
            color: white;
            width: 38px;
            height: 36px;
            line-height: 36px;
            text-align: center;
        }

        #langCont:hover > a {
            background: rgba(0, 0, 0, .35);
        }

        #langCont > a:hover {
            background: rgba(0, 0, 0, .55);
        }


    header {
        font-size: 0;
        top: 0;
        z-index: 200;
        white-space: nowrap;
        display: block;
        width: 1250px;
        position: relative;
        position: fixed;
        /*background: white;*/
    }

    .header {
        height: 64px;
        transition: all .3s;
        text-align: right;
        /*background: black;*/
    }

    .scrolled .header {
        height: 50px;
        background: #fff;
    }

    .topBar {
        height: 45px;
        background: #323232;
    }

    .top-bar {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        transition: height .3s;
        display: none;
    }

        .top-bar .row > div {
            display: inline-block;
            vertical-align: top;
            height: 30px;
            width: 50%;
            text-align: left;
        }

            .top-bar .row > div:last-child {
                text-align: right;
            }

                .top-bar .row > div:last-child li {
                    padding-right: 20px;
                }

        .top-bar ul {
            list-style-type: none;
            padding: 0;
        }

            .top-bar ul li {
                display: inline-block;
                vertical-align: top;
                font-size: 14px;
                text-align: center;
            }

                .top-bar ul li i {
                    padding: 0 5px;
                }

                .top-bar ul li a {
                    color: #005484;
                    text-decoration: none;
                }

    .scrolled .top-bar {
        height: 0;
    }

    #slider img {
        max-height: 100vh;
        width: 1920px;
        height: 1080px;
        object-fit: cover;
        max-width: 100vw;
    }

    .cat {
        background: #b28a29;
    }

        .cat .owl-item a {
            height: 785px;
            display: table;
            width: 100%;
            position: relative;
            text-decoration: none;
            background: no-repeat center black;
            background-size: cover;
        }

            /*.cat .owl-item a:hover {
            background: #40b9f6;
        }*/

            .cat .owl-item a div {
                text-align: center;
                display: block;
            }

        .cat .owl-item:nth-child(odd) a > div {
            position: absolute;
            bottom: 0;
            width: 100%;
        }

        .cat .owl-item:nth-child(odd) a div .last,
        .cat .owl-item:nth-child(even) a div .first {
            height: 410px;
            width: 3px;
            background: #fbb200;
            transform: skew(-15deg);
            display: inline-block;
        }

        .cat .owl-item:nth-child(odd) a div .last {
            margin-left: -150px;
        }

        .cat .owl-item:nth-child(even) a div .first {
            margin-right: -150px;
        }

        .cat .owl-item a div h2 {
            font: inherit;
            padding: 0 30px;
            margin: 0;
            font-size: 30px;
            color: #fbb200;
            text-align: center;
            font-family: 'Open Sans';
            font-weight: 800;
            text-transform: uppercase;
            vertical-align: top;
        }


    #middle {
        font-size: 0;
        background: #f2f2f2;
        padding: 50px 0;
    }

        #middle > * {
            width: 50%;
            vertical-align: top;
            display: inline-block;
            overflow: hidden;
            box-sizing: border-box;
            height: 250px;
        }

    #anasayfaFormDesk {
        background: url(/content/img/7_24.png) #ea7824 no-repeat 410px center;
        background-size: 180px;
    }

        #anasayfaFormDesk div {
            padding-left: 10px;
        }

        #anasayfaFormDesk label {
            font-size: 21px;
            color: white;
            padding: 30px 20px 10px;
            display: block;
        }

        #anasayfaFormDesk input[type="text"] {
            font-size: 16px;
            margin: 10px 20px;
            display: block;
            width: 300px;
            box-sizing: border-box;
            padding: 5px 10px;
            outline: none;
            background: transparent;
            border: 2px solid #e86a20;
            color: white;
        }

        #anasayfaFormDesk button {
            font-size: 16px;
            margin: 0 20px 20px;
            position: relative;
            right: 0;
            width: 100px;
            left: 200px;
            background: transparent;
            border: none;
            color: white;
            padding: 10px 0;
            text-align: center;
            border: 2px solid #e86a20;
        }

    #newsTab {
        position: relative;
    }

        #newsTab > .title {
            display: inline-block;
            text-align: center;
            font-size: 18px;
            text-decoration: none;
            transform: rotate(270deg);
            transform-origin: 0 0;
            position: absolute;
            bottom: -50px;
            color: #ea7824;
            border-bottom: 4px solid #ea7824;
            left: 0;
            line-height: 50px;
            width: 260px;
            font-family: 'Open Sans';
            font-weight: 800;
            font-size: 28px;
        }

        /*#newsTab > .title:hover {
            background: #bc0721;
        }*/

        #newsTab .content {
            height: 250px;
            width: 575px;
            margin-left: 50px;
            padding: 20px;
            box-sizing: border-box;
        }

        #newsTab .newsItem {
            width: 500px;
            vertical-align: top;
            display: inline-block;
            margin: 10px;
            text-decoration: none;
            color: white;
            box-sizing: border-box;
            padding: 0 10px;
            border-right: 1px solid #a0a0a0;
            overflow: hidden;
        }

            #newsTab .newsItem:last-child {
                border-right: none;
            }

        #newsTab .newsTitle {
            font-size: 18px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 28px;
            height: 28px;
            color: #ea7824;
        }

            #newsTab .newsTitle > * {
                display: inherit;
                padding: 0;
                margin: 0;
                font: inherit;
            }

        #newsTab .newsCont {
            height: 180px;
            box-sizing: border-box;
            padding: 5px 0;
            overflow: hidden;
        }

        #newsTab .img {
            display: inline-block;
            width: 200px;
            overflow: hidden;
        }

            #newsTab .img img {
                width: 100%;
                height: 140px;
                object-fit: cover;
                background: white;
            }

        #newsTab .desc {
            display: inline-block;
            vertical-align: top;
            line-height: 18px;
            font-size: 14px;
            height: 140px;
            width: 280px;
            padding-left: 10px;
            box-sizing: border-box;
            overflow: hidden;
            text-align: justify;
            color: #444444;
        }

            #newsTab .desc h3 {
                display: inherit;
                font: inherit;
                padding: 0;
                margin: 0;
            }


    #logocont {
        transition: height .3s, top .3s;
        margin: 20px auto;
        float: left;
    }

        #logocont > a > img {
            object-fit: contain;
            object-position: left;
        }

    #menu {
        display: inline-block;
        height: 25px;
        width: 865px;
        /* padding: 5px 0; */
        text-align: right;
        transition: all .3s;
    }

        #menu .container li, #menu .container ul {
            background: white;
        }

        #menu li, #menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #menu > ul.topmenu a.active, #menu > ul.topmenu:hover > a, #menu ul.menuid_51.submenu.topmenu:hover:before {
                background: rgba(0, 84, 132, .75);
                color: white;
            }

        #menu > ul.topmenu {
            display: inline-block;
            list-style: none;
            padding: 0;
            margin: 0;
            vertical-align: top;
            position: relative;
        }

        #menu > ul:not(.topmenu) {
            display: none;
        }

        #menu > ul > a {
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            line-height: 24px;
            padding: 20px 14px;
            position: relative;
            font-family: 'Open Sans';
            text-transform: uppercase;
            /* font-weight: 600; */
            box-sizing: border-box;
        }

        #menu > ul > .container {
            box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .2);
            transition: opacity .0s;
            position: absolute;
            width: 200px;
            z-index: 2;
            text-align: left;
            pointer-events: none;
            opacity: 0;
            padding-bottom: 5px;
        }

    .scrolled #menu > ul > .container {
        padding-top: 24px;
    }


    .scrolled #menu > ul > a {
        padding-top: 13px;
        padding-bottom: 13px;
        color: #777;
    }

    #menu > ul:hover > .container {
        pointer-events: initial;
        opacity: 1;
        transition: opacity .6s ease-in-out;
        background: white;
    }

        #menu > ul:hover > .container > li {
            position: relative;
        }

    #menu > ul .container > :first-child {
        border-top: 4px solid #005484;
    }

    #menu > ul > .container .container {
        box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .2);
        position: absolute;
        font-size: 16px;
        left: calc(100% - 10px);
        background: white;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        top: 5px;
        pointer-events: none;
        width: 200px;
        z-index: 10;
        padding-bottom: 5px;
    }

    #menu > ul > .container *:hover .container {
        opacity: 1;
        pointer-events: auto;
    }

    .scrolled #menu > ul > a:before {
        top: 44px
    }

    .scrolled #menu > ul:hover > .container {
        padding-top: 0;
    }

    #menu > ul > .container > li.topmenu a {
        background: white;
        font-family: 'Century Gothic';
        text-decoration: none;
        line-height: 30px;
        transition: background-color .3s, color .3s;
        margin: 0 10px;
        text-align: left;
        padding: 0 10px;
        border: none;
        border-top: 1px solid white;
        white-space: normal;
        padding-right: 20px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
        padding: 10px;
        color: #999;
    }

        #menu > ul > .container a.active,
        #menu > ul > .container > li.topmenu:hover > a,
        #menu > ul > .container > li.topmenu a:hover {
            background: #034266 !important;
            color: white !important;
            box-sizing: border-box;
        }

    .scaled #menu > ul > a:before {
        bottom: -9px;
    }

    .scaled #menu > ul:hover > a:before {
        height: 55px;
    }

    .scaled #menu > ul > .container {
        margin-top: 9px;
    }

    #contentbody {
        font-size: 0;
        padding-bottom: 50px;
        padding-top: 0;
    }


    #sagicerik, #overridedsagicerik {
        font-size: 14px;
        box-sizing: border-box;
        vertical-align: top;
        padding-bottom: 20px;
        font-family: 'Open Sans';
    }

    #pagetitle, #overridedpagetitle {
        font-size: 48px;
        color: white;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Open Sans';
        font-weight: 800;
        text-align: center;
        line-height: 164px;
    }

    #overridedpagetitle {
        top: 236px;
        position: absolute;
        left: 0;
        right: 0;
    }

    #background-img {
        position: absolute;
        top: 0;
        width: 100vw;
        min-width: 1250px;
        left: 0;
        right: 0;
        height: 400px;
        background-position: center;
        display: block;
        background: #000105;
        padding-top: 236px;
        box-sizing: border-box;
    }

    #newsPage {
        font-size: 0;
    }

        #newsPage .haber-item {
            height: 160px;
            vertical-align: top;
            display: inline-block;
            width: 370px;
            margin: 0 35px 20px;
            box-sizing: border-box;
            box-shadow: 3px 5px 11px -6px black;
            background: white;
        }

            #newsPage .haber-item:nth-child(3n + 1) {
                margin-left: 0;
            }

            #newsPage .haber-item:nth-child(3n) {
                margin-right: 0;
            }

            #newsPage .haber-item > div {
                display: inline-block;
                vertical-align: top;
            }

        #newsPage .haber-img {
            width: 140px;
            margin: 10px;
            height: 140px;
            box-sizing: border-box;
            border: 1px solid #ddd;
            background: black;
            overflow: hidden;
        }

        #newsPage img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: white;
            transition: all .3s;
        }

            #newsPage img:hover {
                opacity: .8;
                transform: scale(1.2);
            }

        #newsPage .haber-content-body {
            height: 140px;
            border: 10px solid white;
            width: 190px;
            overflow: hidden;
        }

        #newsPage .haber-title {
            font-size: 14px;
            color: #0067ac;
            max-height: 32px;
            overflow: hidden;
            line-height: 16px;
        }

        #newsPage .haber-date {
            text-align: right;
            font-size: 10px;
            color: #333;
            line-height: 18px;
            height: 14px;
        }

        #newsPage .haber-content {
            padding: 10px 0;
            font-size: 12px;
            color: #333;
        }

    #newsPager {
        margin: 0 auto;
        display: table;
    }

        #newsPager a {
            text-decoration: none;
            display: inline-block;
            margin: 5px 2px;
            overflow: hidden;
        }

        #newsPager .haber-button {
            width: 32px;
            height: 32px;
            font-size: 16px;
            text-align: center;
            line-height: 32px;
            text-decoration: none;
            background: white;
            color: black;
            border: 1px solid black;
            border-radius: 5px;
            transition: all .3s;
        }

            #newsPager .haber-button:hover {
                background: #1c86ce;
                border-color: transparent;
                color: white;
            }

        #newsPager .haber-button-current {
            background: #0067ac;
            border-color: transparent;
            color: white;
        }

    #newsContainer {
        font-size: 0;
    }

        #newsContainer .newsHeader {
            text-align: right;
            display: block;
        }

        #newsContainer > * {
            display: inline-block;
            vertical-align: top;
        }

        #newsContainer > .newsContent {
            padding-left: 20px;
            width: 980px;
            font-size: 14px;
        }

            #newsContainer > .newsContent > p {
                margin: 0;
                padding: 0;
            }

    #newsMainImg {
        width: 250px;
        overflow: hidden;
        height: 200px;
        display: inline-block;
        border: 1px solid #eee;
        box-sizing: border-box;
        background: white;
        padding: 10px;
    }

        #newsMainImg > div {
            width: 230px;
            height: 180px;
            overflow: hidden;
            background: black;
        }

        #newsMainImg img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: white;
            box-sizing: border-box;
            transition: all .3s;
        }

            #newsMainImg img:hover {
                transform: scale(1.2);
                opacity: .8;
            }

    .newsPhotosContainer {
        padding: 10px 0;
        font-size: 0;
    }

    .newsPhotosContainerTitle, .projPhotosTitle {
        font-size: 18px;
        line-height: 26px;
        margin-top: 10px;
        color: #0067ac;
    }

    .newsPhotosCollections > a {
        display: inline-block;
        vertical-align: top;
        width: 234px;
        height: 180px;
        margin: 10px;
        background: black;
        overflow: hidden;
    }

        .newsPhotosCollections > a:nth-child(5n) {
            margin-right: 0;
        }

        .newsPhotosCollections > a:nth-child(5n + 1) {
            margin-left: 0;
        }

        .newsPhotosCollections > a img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border: 1px solid #eee;
            box-sizing: border-box;
            padding: 10px;
            background: white;
            transition: all .3s;
        }

            .newsPhotosCollections > a img:hover {
                opacity: .8;
                transform: scale(1.2);
            }

    #urunlerpage {
        font-size: 0;
    }

    .kategori-item {
        width: 290px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        margin: 10px;
        text-decoration: none;
        color: #111;
        box-sizing: border-box;
        border: 1px solid #eaeaea;
        box-shadow: 3px 5px 11px -6px black;
    }

        .kategori-item h2, .kategori-item h3 {
            font: inherit;
            padding: 0;
            margin: 0;
        }

        .kategori-item:nth-child(3n + 1) {
            margin-left: 0;
        }

        .kategori-item:nth-child(3n) {
            margin-right: 0;
        }

        .kategori-item .img {
            height: 250px;
            background: black;
            overflow: hidden;
            border: 10px solid white;
        }

        .kategori-item .cont {
            display: block;
            box-sizing: border-box;
            padding: 0 10px;
            font-size: 14px;
            line-height: 28px;
            text-align: center;
            background: #fff;
            position: relative;
            z-index: 1;
            border-top: 1px solid #eaeaea;
        }

        .kategori-item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: white;
            transition: all .3s;
        }

            .kategori-item img:hover {
                transform: scale(1.2);
                opacity: .8;
            }

    .urunkategori-item {
        display: table;
        margin-bottom: 20px;
        padding: 10px;
    }

        .urunkategori-item > div {
            display: inline-block;
            vertical-align: top;
        }

        .urunkategori-item > .cont {
            font-size: 14px;
            color: #333;
            width: 670px;
            margin-left: 20px;
            line-height: 29px;
            border: 1px dotted #aaa;
            box-sizing: border-box;
        }

            .urunkategori-item > .cont h2 {
                margin: 0;
                padding: 0;
                font: inherit;
                display: inline;
            }

            .urunkategori-item > .cont > div {
                border-bottom: 1px dotted #aaa;
            }

                .urunkategori-item > .cont > div:last-child {
                    border-bottom: none;
                }

            .urunkategori-item > .cont span:first-child {
                display: table-cell;
                vertical-align: top;
                width: 120px;
                background: #0067ac;
                padding: 0 10px;
                color: white;
                margin-right: 10px;
            }

            .urunkategori-item > .cont span:last-child {
                width: 530px;
                overflow: hidden;
                display: table-cell;
                padding: 0 10px;
                position: relative;
                box-sizing: border-box;
            }

                .urunkategori-item > .cont span:last-child p {
                    margin: 0;
                    padding: 0;
                }

        .urunkategori-item > .img {
            width: 200px;
            height: 120px;
            background: black;
            overflow: hidden;
        }

            .urunkategori-item > .img img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                background: white;
                border: 1px dotted #aaa;
                box-sizing: border-box;
                transition: all .3s;
            }

            .urunkategori-item > .img:hover img {
                transform: scale(1.2);
                opacity: .8;
            }


    #slider {
        max-height: 100vh;
        position: relative;
    }

    #mainpageslider {
        width: 100vw;
        min-width: 1250px;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

        #mainpageslider .owl-dots {
            margin-top: -30px;
            z-index: 10;
            margin-bottom: 10px;
            position: absolute;
            bottom: 0;
            width: 100%;
        }

            #mainpageslider .owl-dots .owl-dot span {
                background: #e67a25;
            }

            #mainpageslider .owl-dots .owl-dot.active span,
            #mainpageslider .owl-dots .owl-dot:hover span {
                background: #ffa55f;
            }

    #phototab {
        margin: 20px 0;
    }

        #phototab a {
            display: block;
            overflow: hidden;
        }

        #phototab .urunimg {
            height: 140px;
            font-size: 0;
        }

            #phototab .urunimg img {
                height: 100%;
                width: 100%;
                object-fit: cover;
                transition: all .3s;
            }

            #phototab .urunimg:hover img {
                transform: scale(1.2);
            }

        #phototab .zoomImg {
            height: 140px;
            line-height: 140px;
            text-align: center;
            font-size: 40px;
            color: white;
            transition: all .3s;
            transform: translateY(-140px);
        }

            #phototab .zoomImg:hover {
                background: rgba(0, 0, 0, 0.41);
            }

            #phototab .zoomImg > i {
                transform: translateY(140px);
                transition: all .3s;
            }

            #phototab .zoomImg:hover > i {
                transform: translateY(0);
            }

    #projectDetail {
        font-size: 0;
        border: 1px dotted #aaa;
    }

        #projectDetail .row {
            border-bottom: 1px dotted #aaa;
            box-sizing: border-box;
            display: table;
        }

            #projectDetail .row:last-child {
                border-bottom: none;
            }

        #projectDetail .title {
            line-height: 30px;
            display: table-cell;
            vertical-align: top;
            width: 250px;
            font-size: 16px;
            background: #0067ac;
            padding: 0 10px;
            color: white;
            margin-right: 10px;
        }

        #projectDetail .content {
            line-height: 30px;
            font-size: 16px;
            vertical-align: top;
            display: table-cell;
            width: 975px;
            padding: 0 10px;
        }

    #uretimDPhoto {
        font-size: 0;
    }

        #uretimDPhoto .videoItem {
            cursor: pointer;
            display: inline-block;
            border: 1px solid #aeaeae;
            padding: 10px;
            width: 186px;
            margin: 13px;
            vertical-align: top;
        }

        #uretimDPhoto .title {
            font-size: 14px;
            text-align: center;
        }

        #uretimDPhoto .uretim-foto-img,
        #uretimDPhoto .uretim-video-img {
            display: inline-block;
            vertical-align: top;
            width: 166px;
            margin: 0 10px 10px;
            height: 140px;
            overflow: hidden;
            background: black;
        }

        #uretimDPhoto > a:nth-child(4n).videoItem,
        #uretimDPhoto > a:nth-child(5n) .uretim-foto-img {
            margin-right: 0;
        }

        #uretimDPhoto > a:nth-child(4n + 1).videoItem,
        #uretimDPhoto > a:nth-child(5n + 1) .uretim-foto-img {
            margin-left: 0;
        }

        #uretimDPhoto .uretim-video-img img,
        #uretimDPhoto .uretim-foto-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: white;
            transition: all .3s;
        }

        #uretimDPhoto .uretim-video-img:hover img,
        #uretimDPhoto .uretim-foto-img:hover img {
            transform: scale(1.2);
            opacity: .8;
        }

    .g-recaptcha {
        display: inline-block;
    }

    .reflist {
        font-size: 0;
    }

        .reflist .refTitle {
            background: #0067ac;
            color: white;
            line-height: 32px;
            padding: 0 5px;
            font-size: 16px;
        }

        .reflist > a {
            display: inline-block;
            width: 230px;
            overflow: hidden;
            margin: 9px;
            border: 1px solid #afafaf;
            box-sizing: border-box;
            padding-bottom: 0;
            text-align: center;
            background: white;
            text-decoration: none;
            color: inherit;
            vertical-align: top;
            background: black;
        }

            .reflist > a:nth-child(5n) {
                margin-right: 0;
            }

            .reflist > a:nth-child(5n + 1) {
                margin-left: 0;
            }

            .reflist > a > div {
                font-size: 14px;
                line-height: 28px;
                margin: 0 -5px;
                background: #eee;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                position: relative;
                z-index: 1;
            }

            .reflist > a img {
                width: 100%;
                height: 160px;
                object-fit: contain;
                box-sizing: border-box;
                padding: 5px;
                background: white;
                transition: all .3s;
            }

            .reflist > a:hover img {
                transform: scale(1.12);
                opacity: .8;
            }

    #prodDetail > #changer {
        display: flex;
    }

        #prodDetail > #changer > div {
            width: 100%;
            border-bottom: 4px solid #8f959c;
            background: #ececec;
            line-height: 30px;
            padding-left: 10px;
            font-size: 11px;
            font-weight: bold;
            cursor: pointer;
        }

            #prodDetail > #changer > div:hover {
                border-bottom: 4px solid #f89d0f;
                color: #f89d0f;
                background: #e6e6e6;
            }

            #prodDetail > #changer > div.active {
                border-bottom: 4px solid #ea7824;
                color: #ea7824;
                background: #e6e6e6;
            }


            #prodDetail > #changer > div > i {
                margin-right: 10px;
                font-size: 24px;
                padding-bottom: 4px;
                display: inline-block;
                vertical-align: middle;
                text-shadow: 1px 1px 0 #afafaf;
            }

    #prodContent {
        font-size: 16px;
    }

        #prodContent > div {
            display: none;
        }

            #prodContent > div.active {
                display: block;
            }

    .prodDescHeader {
        font-size: 0;
        margin: 5%;
    }

        .prodDescHeader > div {
            display: inline-block;
        }

    .prodDescHeaderImg {
        width: 30%;
        overflow: hidden;
        vertical-align: top;
        height: 250px;
        border: 1px solid #f1f1f1;
        box-sizing: border-box;
        display: inline-block;
    }

        .prodDescHeaderImg img {
            width: 90%;
            height: 90%;
            object-fit: cover;
            object-position: center;
            margin: 5%;
        }

    .prodDescHeaderContent {
        width: 70%;
        height: 130px;
        padding-top: 20px;
        vertical-align: top;
    }

        .prodDescHeaderContent > div {
            font-size: 15px;
        }

            .prodDescHeaderContent > div > div {
                display: inline-block;
            }

                .prodDescHeaderContent > div > div.field {
                    color: #ea7824;
                    font-weight: bold;
                    width: 100px;
                    padding: 10px 10px 10px 30px;
                    text-align: right;
                }

                .prodDescHeaderContent > div > div.text {
                    color: #666666;
                    font-weight: bold;
                    font-size: 14px;
                }

    #iletisimform {
        width: 300px;
        margin: 0 auto;
    }

        #iletisimform > * {
            width: 100%;
            display: inline-block;
            box-sizing: border-box;
            resize: none;
        }

        #iletisimform .title {
            text-align: center;
            line-height: 20px;
            font-weight: bold;
            color: #666666;
            border-bottom: 1px solid;
            margin-top: 20px;
        }

        #iletisimform .left {
            line-height: 20px;
            margin-top: 10px;
            margin-bottom: 5px;
        }

    #FotoGaleri_Content > a, #VideoGaleri_Content > a {
        display: inline-block;
        width: 18%;
        padding: 1%;
        overflow: hidden;
        vertical-align: top;
        font-size: 12px;
        text-align: center;
        line-height: 12px;
        color: #666;
        text-decoration: none;
    }

    .fotoGalleryImg {
        height: 140px;
        border: 1px solid white;
        box-shadow: 0 0 5px #8c8c8c;
        border-radius: 5px;
    }

        .fotoGalleryImg img {
            height: 100%;
            object-fit: contain;
            width: 100%;
            object-position: center;
        }

    .fotoGalleryTitle {
        padding-top: 5px;
    }

    #contentPageTitle {
        display: block;
        height: 24px;
    }

    .fb_iframe_widget {
        line-height: 16px;
        float: right;
    }

    #vertLine h1, #vertLine h2, #vertLine h3 {
        padding: inherit;
        margin: inherit;
        font-size: inherit;
        font-weight: inherit;
    }

    #mainPageMap {
        height: 300px;
    }

    .scaled #searchCont {
        top: 17px;
    }

    #searchCont {
        position: absolute;
        font-size: 24px;
        color: white;
        top: 45px;
        line-height: 28px;
        right: Calc(50vw - 635px);
        text-align: right;
        transition: top .2s;
    }

        #searchCont > div {
            display: none;
            clear: both;
        }

        #searchCont i {
            font-size: 22px;
            cursor: pointer;
            transition: font-size .2s;
            line-height: 26px;
            float: right;
            padding-bottom: 5px;
        }

            #searchCont i:hover {
                font-size: 26px;
            }

        #searchCont div {
            width: 100%;
        }

        #searchCont .tt-suggestion {
            background: #0093dd;
            padding: 0 5px;
            box-sizing: border-box;
            text-align: left;
        }


        #searchCont input {
            color: #222;
        }

    .ref .item img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }

    .ref .item span {
        font-size: 16px;
        line-height: 35px;
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .6);
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
        overflow: hidden;
        text-align: center;
        color: white;
        text-overflow: ellipsis;
    }

    .galleryPhoto {
        display: inline-block;
        width: 290px;
        vertical-align: top;
        height: 200px;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 5px 10px;
        position: relative;
    }

        .galleryPhoto img {
            width: 100%;
            height: 100%;
            transition: transform .2s;
            object-fit: cover;
            transform-origin: 50% 50%;
        }


        .galleryPhoto:hover img {
            transform: scale(1.1);
        }

        .galleryPhoto > div {
            position: absolute;
            line-height: 35px;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, .6);
            width: 100%;
            padding: 0 5px;
            box-sizing: border-box;
            overflow: hidden;
            text-align: center;
            color: white;
            text-overflow: ellipsis;
        }

    #FotoGaleri {
        padding: 20px 0;
        font-size: 0;
    }

    #FotoGaleriTitle {
        font-size: 18px;
        line-height: 36px;
        background: #f4f4f4;
        margin-bottom: 10px;
        box-sizing: border-box;
        padding: 0 10px;
        border-bottom: 4px solid #ea7824;
        color: #ea7824;
    }

    #FotoGaleri .vlightbox1 {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        width: 210px;
        height: 210px;
        margin: 10px;
        border: 1px solid #ededed;
    }

        #FotoGaleri .vlightbox1:nth-child(4n + 1) {
            margin-right: 0;
        }

        #FotoGaleri .vlightbox1:nth-child(4n + 2) {
            margin-left: 0;
        }

        #FotoGaleri .vlightbox1 .fotoGalleryImg {
            width: 192px;
            height: 192px;
            margin: 10px;
            overflow: hidden;
        }

            #FotoGaleri .vlightbox1 .fotoGalleryImg img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: all .2s;
            }

                #FotoGaleri .vlightbox1 .fotoGalleryImg img:hover {
                    transform: scale(1.2);
                }

        #FotoGaleri .vlightbox1 .fotoGalleryTitle {
            display: none;
        }

    .references {
        font-size: 0;
        display: table;
        border: 1px solid #fff5e9;
    }

        .references > a {
            display: table-row;
            text-decoration: none;
            color: black;
        }

            .references > a:nth-child(odd) {
                background: #f0f0f0;
            }

            .references > a > * {
                display: table-cell;
                vertical-align: middle;
                font-size: 14px;
                box-sizing: border-box;
                padding: 10px;
                width: 681px;
            }

            .references > a > .img {
                width: 227px;
            }

            .references > a > .content > div {
                display: table-cell;
            }

            .references > a .title {
                width: 360px;
            }

            .references > a .type, .references > a .location {
                width: 160px;
            }

            .references > a > .img img {
                width: 100%;
                object-fit: contain;
                max-height: 120px;
            }

    #midnavigation {
        font-size: 0;
        position: relative;
        z-index: 5;
    }

        #midnavigation > a {
            width: 23%;
            margin: 0 1%;
            padding: 40px 2%;
            display: inline-block;
            color: #201f1b;
            vertical-align: top;
            text-align: center;
            box-sizing: border-box;
            font-family: 'Open Sans';
            position: relative;
            z-index: 5;
            text-decoration: none;
            transition: all .3s;
        }

            #midnavigation > a:hover {
                background-color: #323232;
                color: white;
            }

        #midnavigation img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        #midnavigation .title {
            font-size: 16px;
            font-weight: 600;
            padding-bottom: 30px;
            margin-bottom: 10px;
            border-bottom: 1px solid black;
            transition: border-bottom-color .3s;
        }

        #midnavigation > a:hover .title {
            border-bottom-color: white;
        }

        #midnavigation .img {
            height: 100px;
        }

    #midCnc {
        height: 500px;
        background: url('/content/img/midCnc.jpg') no-repeat center;
    }

        #midCnc > div {
            display: table-cell;
            vertical-align: middle;
            height: 500px;
            font-size: 30px;
            padding-left: 550px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
        }

        #midCnc a {
            float: right;
        }

    #copyright {
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 10px;
        font-weight: 300;
        line-height: 26px;
    }

    #pagetitle i.fa {
        display: none;
    }

    #aboutUs {
        height: 860px;
        text-align: center;
        background: url(/Content/img/hakkimizdaBack.png) no-repeat center;
        color: white;
        font-family: 'Open Sans', sans-serif;
    }

        #aboutUs > div {
            padding-top: 350px;
        }

        #aboutUs .title {
            font-size: 40.82px;
            font-weight: 800;
        }

        #aboutUs .content {
            font-size: 40.82px;
            font-weight: 300;
            font-style: italic;
        }

        #aboutUs a {
            display: inline-block;
            margin-top: 20px;
        }

    #menu ul.menuid_51.submenu.topmenu:before {
        content: '\f0d7';
        font-family: FontAwesome;
        display: block;
        color: #868686;
        font-size: 12px;
        position: absolute;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    #midtopnavigation .box {
        font-size: 16px;
        display: inline-block;
        width: 288px;
        margin: 0 12px;
        color: inherit;
        text-decoration: none;
        vertical-align: top;
    }

    #midtopnavigation img {
        width: 100%;
        height: 124px;
        object-fit: contain;
        transition: transform .3s;
    }

        #midtopnavigation img:hover {
            transform: scale(1.1) translateZ(0);
        }

    #midtopnavigation .text {
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        color: #616161;
        padding: 30px 0;
        line-height: 20px;
        max-height: 140px;
        overflow: hidden;
    }

    .alternate .header {
        background: #323232;
        height: 70px;
    }

    .alternate #logocont {
        height: 70px;
        box-sizing: border-box;
        padding: 15px 0;
    }

    .alternate #menu {
        padding: 23px 0;
    }

        .alternate #menu > ul > .container {
            padding-top: 23px;
        }

            .alternate #menu > ul > .container > li.topmenu > a {
                background: #323232;
                color: white;
                border-top-color: white;
            }

                .alternate #menu > ul > .container > li.topmenu > a:hover {
                    color: #1fc26f;
                    box-sizing: border-box;
                }

        .alternate #menu > ul > a {
            color: white;
        }

    .alternate ul.menuid_51.submenu.topmenu:before {
        color: white;
    }

    #cozumOrtaklari {
        margin-top: 40px;
        width: 1150px;
        display: inline-block;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        background: #eee;
    }

        #cozumOrtaklari img {
            height: 115px;
            object-fit: contain;
            padding: 20px 10px;
            box-sizing: border-box;
        }

        #cozumOrtaklari .owl-item {
            background: #fff;
        }

    #slider video {
        max-height: 100vh;
        width: 16000px;
        height: 9000px;
        object-fit: cover;
        max-width: 100vw;
    }

    #pageBanner {
        padding: 35px 0;
        color: white;
        font-size: 0;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        background: black;
        padding-top: 210px;
    }

        #pageBanner > div.left {
            box-sizing: border-box;
            text-transform: uppercase;
            color: white;
            color: #eee;
            margin-bottom: 20px;
            padding-bottom: 20px;
            position: relative;
            display: inline-block;
            font-size: 44px;
            line-height: 44px;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
        }

            #pageBanner > div.left:before {
                content: "";
                position: absolute;
                bottom: 0;
                width: 20%;
                height: 1px;
                left: 0;
                background-color: #005484;
            }

            #pageBanner > div.left:after {
                content: "";
                position: absolute;
                height: 1px;
                left: 0;
                background-color: #005484;
                bottom: -5px;
                width: 40%;
            }

        #pageBanner > div.right {
            font-size: 14px;
            line-height: 32px;
            font-family: 'Roboto', sans-serif;
        }

            #pageBanner > div.right a {
                text-decoration: none;
                display: inline-block;
                vertical-align: top;
                padding: 0 5px;
                color: white;
                color: #eee;
            }

                #pageBanner > div.right a:after {
                    display: inline-block;
                    content: '/';
                    padding-left: 10px;
                }

                #pageBanner > div.right a:last-child {
                    color: #fff;
                }

                    #pageBanner > div.right a:last-child:after {
                        display: none;
                    }

    #solmenu ul, #solmenu li {
        padding: 0;
        position: relative;
    }

    #solmenu ul {
        margin-right: 20px !important;
    }

    #solmenu .menuid_51.submenu.topmenu.active > a {
        display: none !important;
    }

    #solmenu .menuid_51.submenu.topmenu.active li:first-child a {
        border-top: none
    }

    #solmenu .container > * > .container {
        display: none;
        padding-left: 10px;
        color: #6b6b6b;
    }

    #solmenu .container span.btn {
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        width: 30px;
        height: 36px;
        line-height: 36px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }


        #solmenu .container span.btn:after {
            content: "\f0d7";
        }

        #solmenu .container span.btn.open:after {
            content: "\f0d8";
        }

    header #logocont img {
        transition: all .3s;
        position: absolute;
    }

        header #logocont img.scaledImg {
            transform: translateY(-1000px);
        }

    header.scrolled #logocont img.scaledImg {
        transform: translateY(0);
    }

    header.scrolled #logocont img:not(.scaledImg) {
        opacity: 0;
    }

    #menu .hasSub > a:after {
        content: '\f054';
        position: absolute;
        color: inherit;
        font-size: 20px;
        z-index: 1;
        top: 13px;
        right: 15px;
        margin: auto;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    footer {
        border-top: 4px solid #005484;
        background: #323a45;
        color: #888;
        padding: 40px 0;
        font-size: 0;
        clear: both;
    }

        footer > div {
            display: inline-block;
            width: 25%;
            vertical-align: top;
            font-family: 'Century Gothic';
            font-size: 14px;
            padding: 0 10px;
            box-sizing: border-box;
        }

            footer > div:first-child {
                padding-right: 60px
            }

            footer > div > .title {
                font-size: 20px;
                font-weight: 300;
                color: #D5D5D5;
                margin: 0 0 20px 0;
            }

            footer > div > div > div {
                padding: 5px 0;
            }

        footer a {
            color: inherit;
            text-decoration: none;
            transition: color .6s, padding-left .6s ease-in-out;
            display: block;
        }

            footer a:hover {
                color: #10bdf0;
                padding-left: 5px;
            }

            footer a i {
                font-size: 12px !important;
                padding-right: 3px;
            }

    #footerBottom {
        background: #3e4653;
        color: #727A87;
        bottom: 0;
        height: 60px;
        font-family: 'century gothic';
        font-size: 14px;
    }

        #footerBottom > * {
            line-height: 60px;
            float: left;
            display: block;
        }

        #footerBottom > a {
            height: 60px;
            float: right;
            width: 60px;
            text-align: center;
        }

            #footerBottom > a img {
                width: 35px;
                height: 60px;
                object-fit: contain;
            }

    #map {
        height: 400px;
        margin: 40px 0 50px;
    }

    #iletisimPart {
        font-size: 0;
        font-family: 'Century Gothic';
    }

        #iletisimPart > div {
            width: 66%;
            display: inline-block;
            padding-right: 20px;
            box-sizing: border-box;
            vertical-align: top;
            float: left;
        }

            #iletisimPart > div:first-child {
                width: 33%;
                float: right;
            }

        #iletisimPart .title {
            font-size: 20px;
            font-weight: 300;
            color: #353535;
            line-height: 40px;
            text-rendering: optimizelegibility;
            margin: 15px 0;
        }

        #iletisimPart .text {
            font-size: 14px;
            line-height: 20px;
            color: #666;
            margin: 0 0 10px;
            font-weight: 400;
        }

        #iletisimPart input,
        #iletisimPart textarea {
            resize: none;
            width: 100%;
            display: inline-block;
            font-size: 14px;
            min-height: 50px;
            text-shadow: none;
            color: rgb(102, 102, 102);
            box-shadow: none;
            border-radius: 0px;
            background: none;
            border-width: 1px;
            border-style: solid;
            border-color: rgb(229, 229, 229);
            border-image: initial;
            transition: all .2s;
            height: 20px;
            padding: 4px 6px;
            box-sizing: border-box;
            outline: none;
            box-shadow: 0 0 0 0 #005484;
        }

            #iletisimPart input:focus,
            #iletisimPart textarea:focus {
                box-shadow: 0 0 2px 0 #005484;
            }

        #iletisimPart textarea {
            height: 200px;
            margin-bottom: 20px;
        }

        #iletisimPart button {
            box-shadow: none;
            text-shadow: none;
            transition: all .4s;
            border-radius: 3px;
            box-sizing: border-box;
            padding: 10px 10px;
            color: #fff;
            border: 1px solid transparent;
            background: #005484;
            font-size: 16px;
            outline: none;
            margin-top: 20px;
        }

            #iletisimPart button:hover {
                color: #005484;
                border: 1px solid #005484;
                background: white;
            }

    #form-Isim, #form-EPosta, #form-Konu {
        width: 33.33%;
        vertical-align: top;
        display: inline-block;
        padding-right: 15px;
        box-sizing: border-box;
        margin-top: 10px;
    }

    #form-Mesaj {
        margin-top: 20px;
        padding-right: 15px;
    }

    #iletisimPart .text a {
        text-decoration: none;
        font-size: 16px;
        padding: 5px 0;
        display: inline-block;
        font-weight: 400;
        color: #005484;
    }

        #iletisimPart .text a:hover {
            text-decoration: none;
            font-size: 16px;
            padding: 5px 0;
            display: inline-block;
            font-weight: 400;
            color: #005484;
            transition: all .3s;
        }

        #iletisimPart .text a:hover {
            color: #02a4e0
        }

    #sliderOverlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }

        #sliderOverlay > div {
            width: 40px;
            height: 40px;
            background: #000;
            background: rgba(0, 0, 0, .5);
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            line-height: 40px;
            text-align: center;
            color: white;
            opacity: 0;
            font-size: 23px;
            transition: opacity .5s ease-in-out;
            cursor: pointer;
        }

        #sliderOverlay:hover > div {
            opacity: 1;
        }

    #slideToNext {
        right: 30px;
    }

    #slideToPrev {
        left: 30px;
    }

    .sliderItem {
        display: block;
        width: 100vw;
        position: relative;
    }

        .sliderItem .text {
            position: absolute;
            /*top: 0;*/
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
            width: 100%;
            height: Calc(50vh + 50px);
            vertical-align: middle;
            margin: auto;
            width: 1250px;
        }

            .sliderItem .text span {
                display: block;
            }

        .sliderItem .title {
            line-height: 72px;
            border-width: 0px;
            margin: 0px;
            padding: 0px;
            letter-spacing: 0px;
            font-weight: 700;
            font-size: 62px;
            white-space: nowrap;
            min-height: 0px;
            min-width: 0px;
            max-height: none;
            max-width: none;
            color: white;
            font-family: Roboto, sans-serif;
            overflow: hidden;
        }

    .active .title span {
        animation-delay: .3s;
        -webkit-animation-name: text; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: .6s; /* Safari 4.0 - 8.0 */
        animation-name: text;
        transition-timing-function: ease;
        animation-duration: .6s;
        animation-fill-mode: forwards;
        transform: translateY(100px);
    }

    .sliderItem .content {
        color: white;
        line-height: 34px;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-weight: 700;
        font-size: 24px;
        white-space: nowrap;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        overflow: hidden;
        font-family: Roboto, sans-serif;
    }

    .active .content span {
        animation-delay: .6s;
        -webkit-animation-name: text; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: .6s; /* Safari 4.0 - 8.0 */
        animation-name: text;
        transition-timing-function: ease;
        animation-duration: .6s;
        animation-fill-mode: forwards;
        transform: translateY(100px);
    }

    #QuickAccessBoxMain {
        background: #f5f5f5;
        position: relative;
        z-index: 10;
        text-align: center;
    }

        #QuickAccessBoxMain .owl-carousel .owl-stage-outer {
            overflow: visible;
        }

        #QuickAccessBoxMain .item {
            display: inline-block;
            text-decoration: none;
            text-align: left;
            padding: 20px;
            border-radius: 5px;
            background-color: #fff;
            -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
            -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
            -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
            -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
            -webkit-transition: all 250ms ease-in-out 0;
            -moz-transition: all 250ms ease-in-out 0;
            -ms-transition: all 250ms ease-in-out 0;
            -o-transition: all 250ms ease-in-out 0;
            transition: all 250ms ease-in-out 0;
            margin: 10px;
            transform: translateY(-100px);
            vertical-align: top;
            width: Calc(25% - 60px);
        }

            #QuickAccessBoxMain .item:hover {
                -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
                -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
                -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
                box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
                -webkit-transition: all 250ms ease-in-out 0;
                -moz-transition: all 250ms ease-in-out 0;
                -ms-transition: all 250ms ease-in-out 0;
                -o-transition: all 250ms ease-in-out 0;
                transition: all 250ms ease-in-out 0;
            }

            #QuickAccessBoxMain .item .topPart > div {
                display: inline-block;
                vertical-align: top;
            }

                #QuickAccessBoxMain .item .topPart > div.icon {
                    width: 64px;
                    height: 64px;
                }

                #QuickAccessBoxMain .item .topPart > div.title {
                    font-size: 20px;
                    line-height: 28px;
                    margin-bottom: 5px;
                    color: #333;
                    font-weight: 300;
                    margin-top: 5px;
                    box-sizing: border-box;
                    padding: 0;
                    font-family: Roboto, sans-serif;
                    width: Calc(100% - 64px);
                    padding-left: 10px;
                }

            #QuickAccessBoxMain .item .bottomPart {
                margin-bottom: 20px;
                margin-top: 15px;
                color: #333;
                line-height: 1.4;
                font-size: 13px;
                font-family: 'Roboto', sans-serif;
            }

    @-webkit-keyframes text {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }

        25% {
            transform: translateY(100px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes text {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }

        25% {
            transform: translateY(100px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    #MainAboutUs {
        padding-bottom: 50px;
        background: #f5f5f5;
        text-align: center;
        font-family: 'proxima nova', 'Open Sans', sans-serif
    }

        #MainAboutUs .title {
            color: #015585;
            font-size: 32px;
            margin-bottom: 25px;
            font-weight: 600;
        }

        #MainAboutUs .content {
            font-size: 16px;
            line-height: 28px;
            color: #555;
            padding: 0 120px;
            margin-bottom: 20px;
        }

        #MainAboutUs .btn {
            text-align: center;
        }

            #MainAboutUs .btn a {
                display: inline-block;
                padding: 10px 35px;
                color: #015585;
                border: 1px solid #015585;
                border-radius: 30px;
                transition: all .5s;
                font-weight: 400;
                font-size: 14px;
                text-decoration: none;
            }

                #MainAboutUs .btn a:hover {
                    color: white;
                    background: #015585;
                }

    #COprev, #COnext {
        font-size: 20px;
        color: #333;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #333;
        border-radius: 50%;
        margin-top: 85px;
        opacity: .5;
        transition: all .3s;
        cursor: pointer;
    }

        #COprev:hover, #COnext:hover {
            opacity: 1;
            background: #333;
            color: #fff;
        }

    #COprev {
        float: left;
    }

    #COnext {
        float: right;
    }

    #CoTitle {
        display: inline-block;
        padding-bottom: 20px;
        color: #333;
        font-size: 28px;
        font-family: 'proxima nova', 'Open Sans', sans-serif;
        font-weight: 700;
        border-bottom: 1px solid #E1E1E1;
        padding-top: 50px;
    }

    .boxArea {
        background: #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        .boxArea .item {
            padding: 50px 0;
            display: block;
            background: #f5f5f5;
            text-decoration: none;
        }

        .boxArea .img {
            height: 100px;
            text-align: center;
        }

            .boxArea .img img {
                height: 100%;
                width: auto !important;
                display: inline-block !important;
                filter: grayscale(1);
                transition: all .5s;
                transform: scale(1);
            }

        .boxArea .item:hover .img img {
            filter: grayscale(0);
            transform: scale(1.1) translateZ(0);
        }

        .boxArea .title {
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 15px;
            color: #ED1B24;
            font-family: 'proxima nova bold', 'Open Sans', sans-serif;
            text-align: center;
            margin-top: 30px;
            padding: 0 20px;
        }

        .boxArea .text {
            font-size: 14px;
            line-height: 22px;
            color: #444;
            font-weight: 300;
            height: 88px;
            overflow: hidden;
            padding: 0 40px;
            text-align: center;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }
}

@media screen and (max-width:1250px) {

    .withH1 {
        display: none;
        padding: 0;
        margin: 0;
        font: inherit;
    }

    .inview.fadeInUp {
        transition: 1.5s;
    }

    .inview.fadeInLeft {
        transition: 2.5s;
    }

    .inview.hide.fadeInUp {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .inview.hide.fadeInLeft {
        opacity: 0;
        -webkit-transform: translate3d(-60vw, 0, 0);
        transform: translate3d(-60vw, 0, 0);
    }

    .cat h2, .cat h3, #newsPage h2, #newsPage h3 {
        font: inherit;
        display: inherit;
        padding: 0;
        margin: 0;
        width: inherit;
        overflow: inherit;
        text-overflow: ellipsis;
    }

    ::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
    }

    ::-webkit-scrollbar-thumb {
        background: #e1e1e1;
        border: 100px none #ffffff;
        border-radius: 100px;
    }

        ::-webkit-scrollbar-thumb:hover {
            background: #ffffff;
        }

        ::-webkit-scrollbar-thumb:active {
            background: #000000;
        }

    ::-webkit-scrollbar-track {
        background: #666666;
        border: 44px none #ffffff;
        border-radius: 50px;
    }

        ::-webkit-scrollbar-track:hover {
            background: #666666;
        }

        ::-webkit-scrollbar-track:active {
            background: #333333;
        }

    ::-webkit-scrollbar-corner {
        background: transparent;
    }

    .onlynomobile {
        display: none !important;
    }

    #mobilheadertop {
        background: #005484;
        height: 10vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        /*box-shadow: 0 0 1px 0 black;*/
        z-index: 1000000;
        background-size: 100vw 10vh;
        box-sizing: border-box;
    }

    #menubutton {
        width: 40px;
        height: 40px;
        background: #005484 url(/Content/img/menu.png) center no-repeat;
        position: absolute;
        display: inline-block;
        top: Calc(5vh - 20px);
        left: Calc(5vh - 20px);
        z-index: 10;
        color: white;
    }

    #langMobile {
        width: 40px;
        height: 40px;
        position: absolute;
        top: Calc(5vh - 20px);
        right: 14vw;
        -webkit-appearance: none;
        padding: 8px;
        display: inline-block;
        background: transparent;
        color: white;
        outline: none;
        border: none;
    }

    header {
        position: fixed;
        width: 80vw;
        height: 100%;
        z-index: 1000000;
        top: 0;
        left: 0;
        margin-left: -100vw;
        transition: margin-left .3s ease-in-out;
        max-width: 510px;
    }

        header.show {
            margin-left: 0;
        }

    #logocont > a {
        height: 10vh;
        line-height: 10vh;
        text-align: center;
        display: block;
        text-decoration: none;
        color: #E5E5E5;
        font-size: 20px;
        background-color: #1D1D1D;
    }

    #container.show {
        width: 100vw;
        margin-left: 80vw;
        margin-right: -80vw;
    }

    #container {
        transition: margin .3s ease-in-out;
    }

    #menu {
        background-image: url(/content/img/menuBg.jpg);
        min-height: 90vh;
        max-height: 90vh;
        padding-top: 1px;
        overflow-y: auto;
    }

        #menu ul:not(.topmenu), #menu li:not(.topmenu) {
            display: none;
        }

        #menu > ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #menu > .menuid_1 {
            display: none;
        }

        #menu > ul > a {
            color: #2793e6;
            height: 30px;
            line-height: 30px;
            width: 145px;
            margin: 5px 0;
            padding: 0 25px 0 10px;
            text-decoration: none;
            background-image: url(/content/img/mobilmenuback.png);
        }

        #menu > ul > div > li {
            padding: 0;
            margin-left: 40px;
        }

            #menu > ul > div > li:after {
                position: relative;
                left: 0;
                height: 2px;
                background: url(/content/img/menuSeperator.png) no-repeat bottom;
                content: '';
                display: block;
                margin-left: -40px;
            }

            #menu > ul > div > li > a {
                margin: 2px;
                height: 30px;
                color: #fff;
                line-height: 30px;
                font-size: 12px;
                text-decoration: none;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding-right: 10px;
            }

                #menu > ul > div > li > a:before {
                    content: "•";
                    color: White;
                    margin-right: 5px;
                    display: inline-block;
                }

    #menusubline {
        z-index: 10;
        position: absolute;
        background: rgba(0,0,0,0.10);
        width: 20vw;
        height: 100vh;
        top: 0;
        right: -20vw;
    }

    #mainpageslider {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    #wowslider-container1 {
        height: 30vh;
    }

        #wowslider-container1 .ws_images canvas {
            width: auto !important;
            position: absolute !important;
            left: -99990px !important;
            right: -99990px;
            margin: auto;
        }

    #footer-mid .item {
        height: 10vh;
    }

        #footer-mid .item img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }


    #sagicerik {
        padding: 0 5vw;
        font-size: 12px;
        background: #fff;
        overflow: auto;
        width: 100vw;
        box-sizing: border-box;
        overflow-x: hidden;
        padding-bottom: 2vh;
    }

    #pagetitle, #overridedpagetitle {
        color: white;
        line-height: 30px;
        padding-left: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
        box-sizing: border-box;
        max-height: 60px;
        overflow: hidden;
        background: #333;
        margin: 0 -5vw;
    }

    #pagetitle {
        margin-top: 40px;
        padding: 0 10vw;
    }

    .foto-image-box {
        margin: 5px;
        display: inline-block;
        width: 45%;
        vertical-align: top;
        background-color: #03428e;
        background-color: rgba(3, 66, 142, 0.15);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .foto-image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    #urunlerpage {
        font-size: 0;
    }

    .kategori-item {
        vertical-align: top;
        width: 40vw;
        display: inline-block;
        overflow: hidden;
        text-decoration: none;
        margin: 2vh 5vw;
        color: #111;
        background: white;
        box-sizing: border-box;
        border: 1px solid #eaeaea;
        box-shadow: 3px 5px 11px -6px black;
    }

        .kategori-item:nth-child(odd) {
            margin-left: 0;
        }

        .kategori-item:nth-child(even) {
            margin-right: 0;
        }

        .kategori-item img {
            width: 40vw;
            height: 40vw;
            object-fit: contain;
            background: #f9f9f9;
        }

        .kategori-item h2, .kategori-item h3 {
            margin: 0;
            padding: 0;
            font: inherit;
        }

        .kategori-item .cont {
            font-size: 14px;
            line-height: 24px;
            padding: 0 10px;
            text-align: center;
        }

    .urunkategori-item {
        display: block;
        font-size: 0;
        box-sizing: border-box;
        text-decoration: none;
        border: 1px dotted #aaa;
        margin-bottom: 3vh;
    }

        .urunkategori-item .img {
            display: none;
        }

            .urunkategori-item .img img {
                width: 100%;
            }

        .urunkategori-item .cont {
            display: block;
        }

            .urunkategori-item .cont h2 {
                font: inherit;
                margin: 0;
                padding: 0;
            }

        .urunkategori-item > div span {
            border-bottom: 1px dotted #aaa;
            display: block;
            color: #484848;
            box-sizing: border-box;
            padding: 5px 10px;
        }

        .urunkategori-item .cont > div,
        .urunkategori-item .cont > div h2 {
            font-size: 14px;
            line-height: 18px;
        }

            .urunkategori-item .cont > div:last-child span:last-child {
                border-bottom: none;
            }

            .urunkategori-item .cont > div span:first-child {
                display: block;
                background: #0067ac;
                padding: 0 10px;
                color: white;
                line-height: 30px;
            }

            .urunkategori-item .cont > div.title span:first-child {
                background: #d76d00;
            }

    #projectDetail {
        border: 1px dotted #aaa;
        box-sizing: border-box;
    }

        #projectDetail .row .title {
            font-size: 14px;
            line-height: 30px;
            background: #0067ac;
            box-sizing: border-box;
            padding: 0 10px;
            color: white;
        }

        #projectDetail .row:first-child .title {
            background: #d76d00;
        }

        #projectDetail .row > div {
            border-bottom: 1px dotted #aaa;
        }

        #projectDetail .row:last-child > div:last-child {
            border-bottom: none;
        }

        #projectDetail .row .content {
            font-size: 14px;
            box-sizing: border-box;
            padding: 5px 10px;
            line-height: 18px;
        }

    .projPhotosTitle {
        display: none;
    }

    footer {
        background: #322f2f;
        padding: 2vh 5vw;
        color: white;
        text-align: center;
    }

        footer .left {
            text-align: left;
        }

        footer .title {
            font-weight: 600;
            color: #fdb813;
            font-size: 18px;
        }

        footer .content {
            padding: 1vh 0;
        }

            footer .content > div > div {
                display: inline-block;
                vertical-align: top;
                width: 90vw;
                padding: 5px 0;
                line-height: 18px;
            }

    #midnavigation {
        background: #322f2f;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
    }

    #bilisimofis {
        font-size: 0;
    }

        #bilisimofis a {
            width: 35px;
            height: 35px;
            display: inline-block;
            background: url(/content/img/bilisimofis.png);
            margin-top: 20px;
        }

    #footer-top {
        text-decoration: none;
    }

        #footer-top .title, #newsTitle,
        #footer-top .title, #catTitle {
            height: 5vh;
            line-height: 5vh;
            padding: 0 5vw;
            color: white;
            background: rgb(0, 147, 221);
            font-size: 16px;
            display: block;
            text-decoration: none;
            border-bottom: 1px solid white;
        }

        #footer-top .content {
            background: white;
        }

        #footer-top .footerTitle > a,
        #footer-midmobile .title,
        #projelerTab .footerContent > a {
            color: white;
            display: block;
            text-decoration: none;
            line-height: 40px;
            background: rgba(255, 255, 255, 0.12);
            position: relative;
            padding: 0 5vw;
            margin-bottom: 1px;
            font-size: 16px;
            text-align: center;
        }

    .news .newsItem {
        height: 20vh;
        vertical-align: top;
        display: block;
        margin: 1vh 0;
        text-decoration: none;
        color: white;
        box-sizing: border-box;
        padding: 0 10px;
        overflow: hidden;
        font-size: 0;
    }

        .news .newsItem > div {
            display: inline-block;
            vertical-align: top;
        }

        .news .newsItem .img {
            width: 30vw;
            overflow: hidden;
            height: 20vh;
        }

        .news .newsItem .newsCont {
            width: 60vw;
            overflow: hidden;
            height: 20vh;
            padding-left: 4vw;
        }

        .news .newsItem .newsTitle {
            font-size: 14px;
            line-height: 24px;
            color: #040404;
        }

            .news .newsItem .newsTitle h1 {
                font: inherit;
                padding: 0;
                margin: 0;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                width: 60vw;
            }

        .news .newsItem .desc h2 {
            font: inherit;
            padding: 0;
            margin: 0;
        }


    #projelerTab .footerContent {
        font-size: 0;
    }

        #projelerTab .footerContent > a {
            display: inline-block;
            width: 50vw;
            box-sizing: border-box;
            border-right: 1px solid #040404;
        }

    footer .social {
        display: block;
        text-align: center;
        font-size: 0;
    }

        footer .social a {
            display: inline-block;
            text-align: center;
            height: 12vw;
            width: 12vw;
            line-height: 12vw;
            font-size: 6vw;
            margin: 5vw 2vw;
            color: white;
            max-width: 70px;
            max-height: 70px;
            background: rgba(0, 0, 0, 0.68);
            border-radius: 2vw;
        }

            footer .social a.facebook {
                background: #3B5998;
            }

            footer .social a.twitter {
                background: #1da1f2;
            }

            footer .social a.youtube {
                background: #cc181e;
            }

            footer .social a.instagram {
                background: #8e8e8e;
            }

    div#copyright {
        font-size: 12px;
    }

    #iletisimTab .footerContent .img {
        display: none;
    }

    #iletisimTab .footerContent .text {
        color: white;
        padding: 0 5vw;
        font-size: 14px;
        text-align: center;
    }

        #iletisimTab .footerContent .text a {
            color: white;
            text-decoration: none;
        }


    #iletisimTab .desc > div {
        line-height: 30px;
    }

        #iletisimTab .desc > div span {
            margin-right: 2vw;
        }

    #footer-bottom {
        text-align: center;
        font-size: 0;
    }

        #footer-bottom > div:first-child {
            font-size: 14px;
            color: white;
            line-height: 24px;
        }

        #footer-bottom a {
            width: 56px;
            height: 56px;
            display: inline-block;
            vertical-align: top;
            font-size: 0;
            background: url(/content/img/bilisimofis.png) center no-repeat;
            text-decoration: none;
            color: inherit;
        }

    #newsPage .haber-item {
        text-decoration: none;
        padding: 1vh 5vw;
        box-sizing: border-box;
        border: 1px solid #040404;
        display: block;
        margin: 1vh 0;
        border-radius: 4px;
        font-size: 0;
    }

        #newsPage .haber-item > div {
            display: inline-block;
            vertical-align: top;
        }

            #newsPage .haber-item > div.haber-img {
                width: 30vw;
                overflow: hidden;
            }

                #newsPage .haber-item > div.haber-img img {
                    width: 100%;
                    height: 30vw;
                    object-fit: contain;
                }

            #newsPage .haber-item > div.haber-content-body > div {
                width: 45vw;
                margin-left: 4vw;
                line-height: 6vw;
                color: #040404;
                font-size: 14px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                #newsPage .haber-item > div.haber-content-body > div.haber-date {
                    font-size: 10px;
                }

                #newsPage .haber-item > div.haber-content-body > div.haber-content {
                    white-space: normal;
                    max-height: 18vw;
                }

    #newsPager {
        text-align: center;
        margin: 2vh 0;
    }

        #newsPager a {
            text-decoration: none;
            display: inline-block;
            vertical-align: top;
            margin: 0 5px;
        }

    .haber-button {
        width: 23px;
        height: 24px;
        border: 1px solid #222222;
        text-align: center;
        line-height: 24px;
        border-radius: 2px;
        color: #222222;
    }

        .haber-button.haber-button-current {
            background: #222222;
            color: white;
        }

    #newsMainImg {
        display: block;
    }

        #newsMainImg > div {
            width: 100%;
            height: 100%;
        }

        #newsMainImg img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

    #newsMainContainer .newsHeadDate {
        text-align: right;
    }

    #solmenu {
        display: none;
    }


    #overridedsolmenu {
        max-height: 6vh;
        overflow: hidden;
        transition: max-height .3s;
        margin: 0 -5vw;
    }

        #overridedsolmenu.show {
            max-height: 100vh;
        }

        #overridedsolmenu ul, #overridedsolmenu li, #overridedsolmenu h1 {
            margin: 0;
            padding: 0;
            list-style: none;
            font: inherit;
        }

        #overridedsolmenu a {
            height: 6vh;
            line-height: 6vh;
            display: block;
            text-decoration: none;
            border-bottom: 1px solid #040404;
            color: #040404;
            padding: 0 5vw;
            font-size: 16px;
        }

    #iletisim {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

        #iletisim input[type="text"], #iletisim textarea {
            box-sizing: border-box;
            width: 100%;
            padding: 4px 10px;
            margin-bottom: 10px;
            resize: none;
        }

        #iletisim textarea {
            height: 100px;
        }

        #iletisim input[type="submit"], #iletisim input[type="reset"] {
            margin: 1vh 5vw;
            padding: 2vh 5vw;
            border: none;
            background: #0067b3;
            color: white;
        }

    #sertifikalarTab_m img {
        width: 100%;
        height: 20vh;
        object-fit: contain;
        padding: 10px;
        box-sizing: border-box;
    }

    #haberlerTab {
        display: block;
    }

        #haberlerTab a {
            display: block;
            text-decoration: none;
            background: white;
            color: #040404;
            box-sizing: border-box;
            padding: 1vh 5vw;
            font-size: 0;
            max-height: Calc(90px + 2vh);
        }

            #haberlerTab a > div {
                display: inline-block;
                vertical-align: top;
                width: 60vw;
                font-size: 14px;
                line-height: 18px;
                height: 90px;
                overflow: hidden;
                box-sizing: border-box;
                padding-left: 2vw;
            }

                #haberlerTab a > div.img {
                    width: 30vw;
                    padding: 0;
                }

        #haberlerTab img {
            background: white;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        #haberlerTab .owl-dots {
            position: absolute;
            top: 0;
            right: 2vw;
        }

    .g-recaptcha {
        display: block;
    }

        .g-recaptcha > div {
            margin: auto;
        }

    .reflist {
        font-size: 0;
    }

        .reflist > div {
            margin: 2vh 2.5vw;
            width: 40vw;
            display: inline-block;
            vertical-align: top;
            overflow: hidden;
            box-sizing: border-box;
            border: 1px solid #e0e0e0;
        }

            .reflist > div img {
                width: 100%;
                height: 20vw;
                background: white;
                padding: 10px;
                box-sizing: border-box;
                object-fit: contain;
            }

            .reflist > div > div {
                text-align: center;
                font-size: 16px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                line-height: 30px;
                background: #f9f9f9;
            }

    #footer-midmobile {
        display: block;
        text-decoration: none;
    }

        #footer-midmobile .item {
            margin: 1px;
            box-sizing: border-box;
            padding: 5px;
            background: white;
            height: 10vh;
        }

            #footer-midmobile .item img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

    #footer-mid .copyright, #footer-mid .mail {
        font-size: 14px;
        color: white;
        text-align: center;
        line-height: 28px;
        text-decoration: none;
    }

    .prodDescHeader {
        width: 100%;
        overflow: hidden;
        margin-top: 5vw;
    }

        .prodDescHeader img {
            width: 100%;
        }

    .prodDescHeaderContent {
        font-size: 0;
    }

        .prodDescHeaderContent > div {
            white-space: nowrap;
            width: 90vw;
        }

            .prodDescHeaderContent > div > div {
                text-overflow: ellipsis;
                overflow: hidden;
                display: inline-block;
                font-size: 2.5vh;
                line-height: 5vh;
                vertical-align: top;
                width: 70vw;
            }

                .prodDescHeaderContent > div > div h3 {
                    display: inherit;
                    font: inherit;
                    padding: 0;
                    margin: 0;
                }

        .prodDescHeaderContent .field {
            color: #0093dd;
            width: 20vw;
            text-align: right;
            padding-right: 1vw;
            line-height: 5vh;
        }

    #prodContent > div:not(.mobilContentBar):not(.active):not(.prodDescHeader) {
        display: none;
    }

    .mobilContentBar,
    #FotoGaleriTitle {
        height: 6vh;
        line-height: 6vh;
        background: #ea7824;
        ;
        margin: 0 -5vw;
        padding: 0 5vw;
        color: white;
        font-size: 2.5vh;
        border-bottom: 1px solid white;
    }

        .mobilContentBar i {
            height: 6vh;
            line-height: 6vh;
            font-size: 5vh;
            display: inline-block;
            margin-right: 2vw;
            vertical-align: middle;
            width: 6vh;
            text-align: center;
        }

        .mobilContentBar:after {
            content: '\f078';
            display: block;
            float: right;
            line-height: 6vh;
            font-family: FontAwesome, sans-serif;
        }

        .mobilContentBar.opened:after {
            content: '\f077';
        }

    #Aciklama_Content .prodDescDetail {
        overflow-x: auto;
    }

    form#iletisimform input, form#iletisimform textarea {
        width: 80vw;
        box-sizing: border-box;
        resize: none;
        display: block;
        margin: 0 auto;
        padding: 1vh 3vw;
    }

    form#iletisimform .title {
        width: 80vw;
        display: block;
        margin: 0 auto;
        font-size: 3vh;
        line-height: 5vh;
    }

    form#iletisimform .left {
        width: 80vw;
        margin: 2vh 8vw 1vh;
    }

    form#iletisimform input[type="submit"] {
        margin: 3vh 5vw 2vh;
        height: 5vh;
        background: #aaa;
        border: none;
        color: white;
    }

    #FotoGaleri_Content {
        font-size: 0;
    }

        #FotoGaleri_Content > a {
            display: inline-block;
            width: 41vw;
            margin: 2vw;
            overflow: hidden;
            height: 41vw;
            color: black;
            text-decoration: none;
            padding-bottom: 2vh;
        }

        #FotoGaleri_Content img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }

        #FotoGaleri_Content .fotoGalleryTitle {
            font-size: 2.5vh;
        }

    #container {
        /*max-height: 90vh;*/
        height: auto;
        padding-top: 10vh;
    }

    section.refTitle {
        background: #333333;
        font-size: 16px;
        padding: 0 5vw;
        margin: 0 -2.5vw;
        line-height: 28px;
        color: white;
    }

    div#middle {
        background: #ea7824;
        padding-bottom: 1px;
    }

    .cat {
        font-size: 0;
    }

        .cat .last, .cat .first {
            height: 9vw;
        }

        .cat a {
            width: 100vw;
            overflow: hidden;
            height: 50vw;
            text-decoration: none;
            color: #fbb200;
            background: #111;
            font-size: 26px;
            text-align: center;
            padding: 2vh 3vw;
            display: block;
            vertical-align: middle;
            box-sizing: border-box;
            border-left: 1px solid white;
            border-right: 1px solid white;
            text-transform: uppercase;
        }


            .cat a:nth-child(odd) .first,
            .cat a:nth-child(even) .last {
                background: rgba(251, 178, 0, 0.72);
                height: 25vw;
                transform: skew(-20deg);
                width: 3px;
                position: relative;
            }

            .cat a:nth-child(odd) .first {
                margin-left: 25vw;
                top: -15px;
            }

            .cat a:nth-child(even) .last {
                margin-left: 75vw;
                top: 15px;
            }

            .cat a:nth-child(odd) h2 {
                text-align: left;
            }


            .cat a:nth-child(even) h2 {
                text-align: right;
            }

        .cat .img {
            height: 30vw;
        }

        .cat img {
            width: 40vw;
            height: 100%;
            object-fit: cover;
        }

        .cat .title {
            font-size: 14px;
            line-height: 24px;
        }

            .cat .title h1 {
                font: inherit;
                padding: inherit;
                margin: inherit;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 40vw;
            }

    #anasayfaFormDesk {
        width: 90vw;
        background: rgb(248, 157, 15);
        right: 11px;
        margin: 5vw;
    }

        #anasayfaFormDesk > div {
            box-sizing: border-box;
            padding: 0 5vw;
            text-align: right;
        }

        #anasayfaFormDesk label {
            font-size: 16px;
            color: white;
            padding: 10px 0;
            display: block;
            float: left;
        }

        #anasayfaFormDesk input[type="text"] {
            font-size: 16px;
            margin: 10px 0;
            display: block;
            width: 100%;
            box-sizing: border-box;
            padding: 5px 10px;
            outline: none;
            border: none;
            color: white;
            background: transparent;
            border: 1px solid #0093dd;
        }

        #anasayfaFormDesk button {
            font-size: 16px;
            margin: 0 0 20px;
            right: 0;
            width: 100px;
            background: rgb(0, 147, 221);
            border: none;
            color: white;
            padding: 10px 0;
            text-align: center;
        }

    #searchContM {
        position: absolute;
        top: 0;
        right: 2vw;
    }

        #searchContM i {
            float: right;
            color: white;
            font-size: 24px;
            width: 6vw;
            height: 10vh;
            line-height: 10vh;
        }

        #searchContM.active > div {
            opacity: 1;
            pointer-events: initial;
            height: 90vh;
            background: rgba(0, 0, 0, .5);
        }

        #searchContM > div {
            pointer-events: none;
            opacity: 0;
            clear: both;
            position: absolute;
            width: 100vw;
            right: -2vw;
            top: 10vh;
            transition: all .2s;
        }

            #searchContM > div span.twitter-typeahead {
                width: 100%;
            }

                #searchContM > div span.twitter-typeahead input {
                    width: 100%;
                    padding: 0 2vw;
                    box-sizing: border-box;
                    line-height: 8vh;
                    outline: none;
                    border: 1px solid #666;
                }

        #searchContM .tt-suggestion {
            width: 100vw;
            background: white;
            padding: 1vh 5vw;
            box-sizing: border-box;
        }

    #newsTab {
        background: #0093dd;
        padding-bottom: 5vh;
    }

        #newsTab .title {
            font-size: 16px;
            color: white;
            text-decoration: none;
            padding: 0 5vw;
            display: block;
            line-height: 5vh;
            border-bottom: 1px solid white;
        }

    .newsItem {
        text-decoration: none;
    }

        .newsItem .newsTitle {
            color: white;
            padding: 0 5vw;
            font-size: 16px;
            line-height: 34px;
        }

            .newsItem .newsTitle * {
                font: inherit;
                display: inherit;
                padding: 0;
                margin: 0;
            }

    .newsCont > div {
        display: inline-block;
        vertical-align: top;
        padding: 0 5vw;
    }

    .newsCont > .img {
        width: 30vw;
    }

    .newsCont > .desc {
        width: 50vw;
        font-size: 14px;
        color: white;
    }

        .newsCont > .desc * {
            font: inherit;
            padding: 0;
            margin: 0;
            display: inherit;
        }

    .ref .item img {
        height: 24vh;
        width: 100%;
        object-fit: cover;
    }

    .ref .item span {
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .6);
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
        overflow: hidden;
        text-align: center;
        color: white;
        text-overflow: ellipsis;
    }

    .galleryPhoto {
        clear: right;
        width: 43vw;
        overflow: hidden;
        height: 30vw;
        margin-bottom: 4vw;
        position: relative;
    }

        .galleryPhoto:nth-child(odd) {
            float: right;
        }

        .galleryPhoto:nth-child(even) {
            float: left;
        }

        .galleryPhoto img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .galleryPhoto > div {
            font-size: 16px;
            line-height: 24px;
            position: absolute;
            z-index: 10;
            left: 0;
            bottom: 0;
            background: rgba(0, 0, 0, .6);
            width: 100%;
            padding: 0 5px;
            box-sizing: border-box;
            overflow: hidden;
            text-align: center;
            color: white;
            text-overflow: ellipsis;
        }

    #FotoGaleri {
        font-size: 0;
    }

        #FotoGaleri .vlightbox1 {
            width: 40vw;
            display: inline-block;
            vertical-align: top;
            overflow: hidden;
            margin: 5vw;
            background: #e0cdb4;
            text-decoration: none;
        }

            #FotoGaleri .vlightbox1:nth-child(even) {
                margin-left: 0;
            }

            #FotoGaleri .vlightbox1:nth-child(odd) {
                margin-right: 0;
            }

        #FotoGaleri .fotoGalleryImg {
            height: 40vw;
        }

            #FotoGaleri .fotoGalleryImg img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

        #FotoGaleri .fotoGalleryTitle {
            line-height: 4vh;
            font-size: 14px;
        }

            #FotoGaleri .fotoGalleryTitle h4 {
                margin: 0;
                padding: 0 2vw;
                color: white;
                font: inherit;
                width: 100%;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

    .references {
        display: table;
    }

        .references > a {
            display: table-row;
            background: #d9f2ff;
        }

            .references > a:nth-child(odd) {
                background: #ffeed4;
            }

        .references .img {
            display: table-cell;
            width: 20vw;
            clear: left;
            overflow: hidden;
            vertical-align: middle;
            padding: 2vw;
            box-sizing: border-box;
        }

        .references img {
            width: 100%;
        }

        .references .content {
            display: table-cell;
            vertical-align: middle;
            padding: 0 5vw;
        }

    #midnavigation a {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        color: #fff;
        vertical-align: top;
        background: #322f2f;
        text-align: center;
        box-sizing: border-box;
        font-family: 'Open Sans';
        font-weight: 400;
        position: relative;
        z-index: 5;
        text-decoration: none;
    }

    #midnavigation .title {
        line-height: 5vh;
    }

    #midnavigation .img {
        padding: 0 20vw;
        padding-bottom: 5vh;
    }

    #aboutUs {
        height: 80vw;
        text-align: center;
        background: url(/Content/img/hakkimizdaBack.png) no-repeat center;
        color: white;
        font-family: 'Open Sans',sans-serif;
        background-size: cover;
        display: table-cell;
        vertical-align: middle;
        width: 100vw;
        overflow: hidden;
    }

        #aboutUs .title {
            font-size: 20px;
            font-weight: 800;
        }

        #aboutUs .content {
            font-size: 15px;
            font-weight: 400;
            font-style: italic;
        }

        #aboutUs a {
            display: inline-block;
            margin-top: 20px;
            position: relative;
        }

            #aboutUs a img {
                position: absolute;
                top: -9999px;
                bottom: -9999px;
                left: -9999px;
                right: -9999px;
                margin: auto;
            }

    #midCnc {
        height: 40vw;
        background: url(/content/img/midCnc.jpg) no-repeat center;
        background-size: cover;
        text-align: right;
    }

        #midCnc > div {
            display: table-cell;
            vertical-align: middle;
            height: 40vw;
            font-size: 10px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            text-align: left;
            padding-left: 40vw;
            position: relative;
        }

        #midCnc a {
            position: absolute;
            opacity: 0;
            background: red;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

    #mobilheadertop .logo {
        background: url(/Content/img/logo_alt.png) no-repeat center;
        background-size: contain;
        display: inline-block;
        height: 8vh;
        margin-left: 20vw;
        width: 60vw;
        padding: 1vh 0;
    }

    #slider {
        width: 100vw !important;
        max-height: 100vh;
        position: relative;
    }


        #slider img {
            max-height: 100vh;
            width: 1920px;
            height: 1080px;
            object-fit: cover;
            max-width: 100vw;
        }

        #slider video {
            max-height: 100vh;
            width: 1920px;
            height: 1080px;
            object-fit: cover;
            max-width: 100vw;
        }

    #sliderOverlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }

        #sliderOverlay > div {
            width: 40px;
            height: 40px;
            background: #000;
            background: rgba(0,0,0,.5);
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            line-height: 40px;
            text-align: center;
            color: white;
            opacity: 0;
            font-size: 23px;
            transition: opacity .5s ease-in-out;
            cursor: pointer;
        }

        #sliderOverlay:hover > div {
            opacity: 1;
        }

    #slideToNext {
        right: 30px;
    }

    #slideToPrev {
        left: 30px;
    }

    .sliderItem {
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .sliderItem .text {
            position: absolute;
            /*top: 0;*/
            bottom: 50vh;
            left: 0;
            right: 0;
            display: table;
            height: 100%;
            vertical-align: middle;
            margin: auto 5%;
            width: 90%;
        }

            .sliderItem .text span {
                display: block;
            }

        .sliderItem .title {
            line-height: 32px;
            border-width: 0px;
            margin: 0px;
            padding: 0px;
            letter-spacing: 0px;
            font-weight: 700;
            font-size: 26px;
            max-width: none;
            color: white;
            font-family: Roboto, sans-serif;
            overflow: hidden;
        }

    .active .title span {
        animation-delay: .3s;
        -webkit-animation-name: text; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: .6s; /* Safari 4.0 - 8.0 */
        animation-name: text;
        transition-timing-function: ease;
        animation-duration: .6s;
        animation-fill-mode: forwards;
        transform: translateY(100px);
    }

    .sliderItem .content {
        color: white;
        line-height: 20px;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        padding-top: 10px;
        letter-spacing: 0px;
        font-weight: 700;
        font-size: 16px;
        overflow: hidden;
        font-family: Roboto, sans-serif;
    }

    .active .content span {
        animation-delay: .6s;
        -webkit-animation-name: text; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: .6s; /* Safari 4.0 - 8.0 */
        animation-name: text;
        transition-timing-function: ease;
        animation-duration: .6s;
        animation-fill-mode: forwards;
        transform: translateY(100px);
    }

    @-webkit-keyframes text {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }

        25% {
            transform: translateY(100px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes text {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }

        25% {
            transform: translateY(100px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    #mainpageslider {
        width: 100vw;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

        #mainpageslider .owl-dots {
            margin-top: -30px;
            z-index: 10;
            margin-bottom: 10px;
            position: absolute;
            bottom: 0;
            width: 100%;
        }

            #mainpageslider .owl-dots .owl-dot span {
                background: #e67a25;
            }

            #mainpageslider .owl-dots .owl-dot.active span,
            #mainpageslider .owl-dots .owl-dot:hover span {
                background: #ffa55f;
            }

    footer {
        border-top: 4px solid #005484;
        background: #323a45;
        color: #888;
        padding: 40px 0;
        font-size: 0;
        clear: both;
        text-align: left;
    }

        footer > div {
            display: block;
            width: 90vw;
            vertical-align: top;
            font-family: 'Century Gothic';
            font-size: 14px;
            padding: 0 5vw;
            box-sizing: border-box;
        }

            footer > div > .title {
                font-size: 20px;
                font-weight: 300;
                color: #D5D5D5;
                margin: 20px 0 5px;
            }

            footer > div > div > div {
                padding: 5px 0;
            }

        footer a {
            color: inherit;
            text-decoration: none;
            transition: color .6s, padding-left .6s ease-in-out;
            display: block;
        }

            footer a:hover {
                color: #10bdf0;
                padding-left: 5px;
            }

            footer a i {
                font-size: 12px !important;
                padding-right: 3px;
            }

    .map iframe {
        max-width: 90vw;
    }

    #cozumOrtaklari {
        padding: 2vh 5vw;
        width: 90vw;
    }

        #cozumOrtaklari img {
            height: 64px;
            object-fit: contain;
            width: 100%;
        }

    #midtopnavigation a {
        display: block;
        padding-top: 20px;
        text-decoration: none;
    }

    #midtopnavigation img {
        height: 128px;
        width: 100%;
        object-fit: contain;
    }

    #midtopnavigation .text {
        padding: 20px 10vw;
        line-height: 20px;
        max-height: 140px;
        overflow: hidden;
        font-size: 16px;
        text-transform: uppercase;
        color: #616161;
        text-align: center;
        font-weight: 600;
    }

    .sliderItem {
        overflow: hidden;
    }

        .sliderItem img {
            height: 30vh;
            object-fit: cover;
        }

        .sliderItem video {
            width: 100vw;
            height: 30vh;
            object-fit: cover;
        }

    .top-bar {
        display: none;
    }


    #QuickAccessBoxMobile {
        background: #f5f5f5;
        position: relative;
        z-index: 10;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-bottom: 1px;
    }

        #QuickAccessBoxMobile .item {
            display: block;
            text-decoration: none;
            padding: 20px;
            border-radius: 5px;
            margin: 5vh 8vw;
            background: #fbfbfb;
            box-shadow: 0 0 4px 0 #ccc;
        }

            #QuickAccessBoxMobile .item .topPart > div {
                display: inline-block;
                vertical-align: top;
            }

                #QuickAccessBoxMobile .item .topPart > div.icon {
                    width: 64px;
                    height: 64px;
                }

                #QuickAccessBoxMobile .item .topPart > div.title {
                    font-size: 22px;
                    line-height: 28px;
                    margin-bottom: 5px;
                    color: #333;
                    font-weight: 300;
                    margin-top: 5px;
                    box-sizing: border-box;
                    padding: 0;
                    font-family: Roboto, sans-serif;
                    padding-left: 10px;
                    width: calc(100% - 64px);
                }

            #QuickAccessBoxMobile .item .bottomPart {
                margin-bottom: 20px;
                margin-top: 15px;
                color: #333;
                line-height: 1.4;
                font-size: 13px;
                font-family: 'Roboto',sans-serif;
            }

    #MainAboutUs {
        padding-bottom: 50px;
        background: #f5f5f5;
        text-align: center;
        font-family: 'proxima nova', 'Open Sans', sans-serif;
        padding-top: 50px;
    }

        #MainAboutUs .title {
            color: #015585;
            font-size: 32px;
            margin-bottom: 25px;
            font-weight: 600;
        }

        #MainAboutUs .content {
            font-size: 16px;
            line-height: 28px;
            color: #555;
            padding: 0 5vw;
            margin-bottom: 20px;
        }

        #MainAboutUs .btn {
            text-align: center;
        }

            #MainAboutUs .btn a {
                display: inline-block;
                padding: 10px 35px;
                color: #015585;
                border: 1px solid #015585;
                border-radius: 30px;
                transition: all .5s;
                font-weight: 400;
                font-size: 14px;
                text-decoration: none;
            }

                #MainAboutUs .btn a:hover {
                    color: white;
                    background: #015585;
                }

    .boxArea {
        background: #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        .boxArea .item {
            padding: 50px 0;
            display: block;
            background: #f5f5f5;
            text-decoration: none;
        }

            .boxArea .item:not(:last-child) {
                border-bottom: 1px solid #cccccc;
            }

        .boxArea .img {
            height: 100px;
            text-align: center;
        }

            .boxArea .img img {
                height: 100%;
                width: auto !important;
                display: inline-block !important;
                filter: grayscale(1);
                transition: all .5s;
                transform: scale(1);
            }

        .boxArea .item:hover .img img {
            filter: grayscale(0);
            transform: scale(1.1) translateZ(0);
        }

        .boxArea .title {
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 15px;
            color: #ED1B24;
            font-family: 'proxima nova bold', 'Open Sans', sans-serif;
            text-align: center;
            margin-top: 30px;
            padding: 0 20px;
        }

        .boxArea .text {
            font-size: 14px;
            line-height: 22px;
            color: #444;
            font-weight: 300;
            height: 88px;
            overflow: hidden;
            padding: 0 40px;
            text-align: center;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }


    #CoTitle {
        display: inline-block;
        padding-bottom: 20px;
        color: #333;
        font-size: 28px;
        font-family: 'proxima nova', 'Open Sans', sans-serif;
        font-weight: 700;
        border-bottom: 1px solid #E1E1E1;
        padding-top: 30px;
    }

    #footerBottom {
        background: #3e4653;
        color: #727A87;
        bottom: 0;
        font-family: 'century gothic';
        font-size: 0;
        padding: 2vh 0
    }

        #footerBottom > * {
            line-height: 20px;
            /* float: left; */
            display: block;
            padding: 0 10vw;
            font-size: 14px;
        }

        #footerBottom > a {
            height: 60px;
            display: block;
            text-align: center;
        }

            #footerBottom > a img {
                width: 35px;
                height: 60px;
                object-fit: contain;
            }

    #map {
        height: 400px;
        margin: 40px 0 50px;
    }

    #iletisimPart {
        font-size: 0;
        font-family: 'Century Gothic';
    }

        #iletisimPart > div {
            width: 100%;
            display: inline-block;
            box-sizing: border-box;
            vertical-align: top;
        }

        #iletisimPart .title {
            font-size: 20px;
            font-weight: 300;
            color: #353535;
            line-height: 40px;
            text-rendering: optimizelegibility;
            margin: 15px 0;
        }

        #iletisimPart .text {
            font-size: 14px;
            line-height: 20px;
            color: #666;
            margin: 0 0 10px;
            font-weight: 400;
        }

        #iletisimPart input,
        #iletisimPart textarea {
            resize: none;
            width: 100%;
            display: inline-block;
            font-size: 14px;
            min-height: 50px;
            text-shadow: none;
            color: rgb(102, 102, 102);
            box-shadow: none;
            border-radius: 0px;
            background: none;
            border-width: 1px;
            border-style: solid;
            border-color: rgb(229, 229, 229);
            border-image: initial;
            transition: all .2s;
            height: 20px;
            padding: 4px 6px;
            box-sizing: border-box;
            outline: none;
            box-shadow: 0 0 0 0 #005484;
        }

            #iletisimPart input:focus,
            #iletisimPart textarea:focus {
                box-shadow: 0 0 2px 0 #005484;
            }

        #iletisimPart textarea {
            height: 200px;
            margin-bottom: 20px;
        }

        #iletisimPart button {
            box-shadow: none;
            text-shadow: none;
            transition: all .4s;
            border-radius: 3px;
            box-sizing: border-box;
            padding: 10px 10px;
            color: #fff;
            border: 1px solid transparent;
            background: #005484;
            font-size: 16px;
            outline: none;
            margin-top: 20px;
        }

            #iletisimPart button:hover {
                color: #005484;
                border: 1px solid #005484;
                background: white;
            }

    #form-Isim, #form-EPosta, #form-Konu {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        box-sizing: border-box;
        margin-top: 10px;
    }

    #form-Mesaj {
        margin-top: 20px;
    }

    #iletisimPart .text a {
        text-decoration: none;
        font-size: 16px;
        padding: 5px 0;
        display: inline-block;
        font-weight: 400;
        color: #005484;
    }

        #iletisimPart .text a:hover {
            text-decoration: none;
            font-size: 16px;
            padding: 5px 0;
            display: inline-block;
            font-weight: 400;
            color: #005484;
            transition: all .3s;
        }

        #iletisimPart .text a:hover {
            color: #02a4e0
        }


    #pageBanner {
        padding: 35px 5vw;
        color: white;
        font-size: 0;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        background: black;
    }

        #pageBanner > div.left {
            box-sizing: border-box;
            text-transform: uppercase;
            color: white;
            color: #eee;
            margin-bottom: 20px;
            padding-bottom: 20px;
            position: relative;
            display: inline-block;
            font-size: 44px;
            line-height: 44px;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
        }

            #pageBanner > div.left:before {
                content: "";
                position: absolute;
                bottom: 0;
                width: 20%;
                height: 1px;
                left: 0;
                background-color: #005484;
            }

            #pageBanner > div.left:after {
                content: "";
                position: absolute;
                height: 1px;
                left: 0;
                background-color: #005484;
                bottom: -5px;
                width: 40%;
            }

        #pageBanner > div.right {
            font-size: 14px;
            line-height: 32px;
            font-family: 'Roboto', sans-serif;
        }

            #pageBanner > div.right a {
                text-decoration: none;
                display: inline-block;
                vertical-align: top;
                padding: 0 5px;
                color: white;
                color: #eee;
            }

                #pageBanner > div.right a:after {
                    display: inline-block;
                    content: '/';
                    padding-left: 10px;
                }

                #pageBanner > div.right a:last-child {
                    color: #fff;
                }

                    #pageBanner > div.right a:last-child:after {
                        display: none;
                    }

    #solmenu ul, #solmenu li {
        padding: 0;
        position: relative;
    }

    #solmenu .menuid_51.submenu.topmenu.active > a {
        display: none !important;
    }

    #solmenu .menuid_51.submenu.topmenu.active li:first-child a {
        border-top: none
    }

    #solmenu .container > * > .container {
        display: none;
        padding-left: 10px;
        color: #6b6b6b;
    }

    #solmenu .container span.btn {
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        width: 30px;
        height: 36px;
        line-height: 36px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }


        #solmenu .container span.btn:after {
            content: "\f0d7";
        }

        #solmenu .container span.btn.open:after {
            content: "\f0d8";
        }

    #sagicerik:not(.mainpage) > :not(#map) img {
        width: 100% !important;
        height: auto !important
    }
}


@media screen and (min-height:500px) and (min-width:530px) {
    #mobilheadertop .logo {
        background-size: auto 38px;
    }
}

@media screen and (min-width:1250px) {

    #solmenu + .btnForMenu {
        display: none;
    }

    .solmenuactive #solmenu {
        display: inline-block;
        width: 350px;
        float: right;
    }

    .solmenuactive #sagicerik {
        width: 880px;
        padding-right: 20px;
        display: inline-block;
    }


    .solmenuactive #solmenu ul, #solmenu li {
        list-style: none;
        margin: 0;
    }

    .solmenuactive #solmenu a {
        color: #565656;
        text-decoration: none;
        padding: 10px;
        font-size: 14px;
        transition: all .3s;
    }

    .solmenuactive #solmenu .container li a {
        border-top: 1px solid #d3d3d3;
    }

    .solmenuactive #solmenu a:hover {
        color: #005484;
        text-indent: 10px;
    }

    .solmenuactive #solmenu > * > a {
        pointer-events: none;
        line-height: 40px;
        font-size: 20px;
        padding: 20px 10px;
        text-transform: uppercase;
    }

    .container.mobilefocus {
        display: block !important;
    }
}

@media screen and (max-width:1250px) {
    .solmenuactive #solmenu {
        display: block;
        box-sizing: border-box;
    }

        .solmenuactive #solmenu.show {
            transform: translateX(0);
        }

        .solmenuactive #solmenu > ul {
            border-bottom: 1px solid black
        }

    .solmenuactive #sagicerik {
        width: 100%;
        display: inline-block;
    }


    .solmenuactive #solmenu ul, #solmenu li {
        list-style: none;
        margin: 0;
    }

    .solmenuactive #solmenu a {
        color: #565656;
        text-decoration: none;
        padding: 10px;
        font-size: 14px;
        transition: all .3s;
    }

    .solmenuactive #solmenu .container li a {
        border-top: 1px solid #d3d3d3;
    }

    .solmenuactive #solmenu a:hover {
        color: #005484;
        text-indent: 10px;
    }

    .solmenuactive #solmenu > * > a {
        pointer-events: none;
        line-height: 40px;
        font-size: 20px;
        padding: 10px;
        text-transform: uppercase;
    }

    #solmenu + .btnForMenu {
        position: fixed;
        right: 0;
        width: 40px;
        height: 40px;
        background: rgba(0, 84, 132, 0.5);
        text-align: center;
        line-height: 40px;
        font-size: 32px;
        color: white;
        top: 10vh;
        transition: all .3s ease-in-out;
    }

    #solmenu.show + .btnForMenu {
        right: 80vw;
    }

    #mainBtn {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 60px;
        width: 60px;
        text-align: center;
    }

    .container.mobilefocus {
        display: none;
    }
}

@media screen and (min-width:638px) and (max-width:1250px) {
    #menusubline {
        width: calc(100vw - 510px);
        right: calc(-100vw + 510px);
    }

    #container.show {
        width: 100vw;
        margin-left: 510px;
        margin-right: -510px;
    }
}

@media screen and (min-width:700px) {
    #QuickAccessBoxMobile .item {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 80px);
        margin: 20px;
    }
}

#slider .owl-item {
    overflow: hidden;
}

@supports (-ms-ime-align:auto) {
    #slider video {
        min-height: 100vh;
        min-width: 100vw;
        position: absolute;
        height: auto;
        width: auto;
        object-fit: none;
        max-height: none;
        max-width: none;
        left: -100vw;
        right: -100vw;
        top: -100vh;
        bottom: -100vh;
        margin: auto;
    }

        #slider video + div {
            width: 100vw;
            height: 100vh;
        }
}
