﻿@import url('normalize.css');

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-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: #ffffff;
    height: 10vh;
    position: fixed;
    width: 100vw;
    top: 0;
    box-shadow: 0 0 6px -2px black;
    z-index: 10;
}

#menubutton {
    width: 40px;
    height: 40px;
    background: url(/Content/img/menu.png) center no-repeat;
    position: absolute;
    display: inline-block;
    top: Calc(5vh - 20px);
    right: 10px;
    z-index: 10;
}

#langMobile {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-appearance: none;
    padding: 8px;
    display: inline-block;
    background: #231f20;
    color: white;
    outline: none;
}

header {
    position: fixed;
    width: 80vw;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    margin-left: -100vw;
    transition: margin-left .3s ease-in-out;
}

    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: #6c4205;
}

#container.show {
    /*margin-left: 80vw;
    margin-right: -80vw;*/
}

#container {
    width: 100vw;
    /*transition: margin .3s ease-in-out;*/
    /*height: 90vh;*/
    /*overflow: auto;*/
    padding-top: 10vh;
    /*position: relative;*/
    /*overflow-x: hidden;*/
}

#menu {
    background-image: url(/content/img/menuBg.jpg);
    padding-top: 1px;
    height: 90vh;
    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: #ffffff;
        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: #6c4205;
            line-height: 30px;
            font-size: 12px;
            text-decoration: none;
        }

            #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 {
    background: #fff;
    color: white;
    line-height: 30px;
    padding-left: 20px;
    margin: 0 -5vw;
    margin-bottom: 10px;
    text-transform: uppercase;
    box-sizing: border-box;
    max-height: 60px;
    overflow: hidden;
}

.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;
    }

    .kategori-item h2 {
        margin: 0;
        padding: 0;
        font: inherit;
    }

    .kategori-item .cont {
        font-size: 14px;
        line-height: 24px;
        padding: 0 10px;
        text-align: center;
        display: block;
        color: inherit;
        text-decoration: none;
    }

.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: #040404;
}

#footer-top .footerTitle > a,
#footer-top .footerTitle > span,
#footer-midmobile .title,
#projelerTab .footerContent > a {
    color: white;
    display: block;
    text-decoration: none;
    line-height: 40px;
    background: #ac7b37;
    position: relative;
    padding: 0 5vw;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

#projelerTab .footerContent {
    font-size: 0;
    padding: 20px;
    box-sizing: border-box;
    background: #c19b69;
}

    #projelerTab .footerContent > a {
        display: inline-block;
        width: 50vw;
        box-sizing: border-box;
        border-right: 1px solid #040404;
    }

#haberlerTab {
    text-decoration: none;
}

    #haberlerTab .footerContent {
        box-sizing: border-box;
        padding: 20px;
        background: #c19b69;
    }

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;
    }

        footer .social a.facebook {
            background: #3B5998;
        }

        footer .social a.twitter {
            background: #1da1f2;
        }

        footer .social a.youtube {
            background: #cc181e;
        }

        footer .social a.instagram {
            background: #8e8e8e;
        }

#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: inline-block;
}

.footerContent {
    padding-top: 2vh;
}

.reflist {
    font-size: 0;
}

    .reflist > div {
        margin: 2vh 5vw;
        width: 40vw;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid #e0e0e0;
    }

        .reflist > div:nth-child(odd) {
            margin-left: 0;
        }

        .reflist > div:nth-child(even) {
            margin-right: 0;
        }

        .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;
        }

#searchProj {
    margin-bottom: 2vh;
}

    #searchProj input {
        width: 100vw;
        padding: 1vh 5vw;
        border: 1px solid #eaeaea;
        box-sizing: border-box;
        margin: -2vh -5vw;
        font-size: 16px;
        font-family: FontAwesome, sans-serif;
    }


    #searchProj .tt-menu {
        background: white;
        width: Calc(100% - 10px);
        border: 1px solid rgba(0, 0, 0, .22);
        box-sizing: border-box;
        width: 100vw;
        margin-left: -5vw;
        font-size: 16px;
    }

    #searchProj .tt-suggestion.tt-selectable {
        border-bottom: 1px dotted #aaa;
        box-sizing: border-box;
        padding: 1vh 5vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

.prodDescHeader {
    width: 100%;
    overflow: hidden;
    margin-top: 5vw;
}

.prodDescHeaderContent {
    font-size: 0;
}

    .prodDescHeaderContent > div {
        white-space: nowrap;
        width: 90vw;
    }

    .prodDescHeaderContent .field {
        color: #ac7b37;
        width: 20vw;
        text-align: right;
        padding-right: 1vw;
        line-height: 5vh;
    }

    .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;
        }

.mobilContentBar, #FotoGaleriTitle {
    height: 6vh;
    line-height: 6vh;
    background: #ac7b37;
    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;
    }

#prodContent > div:not(.mobilContentBar):not(.active):not(.prodDescHeader) {
    display: none;
}

#Aciklama_Content .prodDescDetail {
    overflow-x: auto;
    padding: 1vh 0;
}

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 .g-recaptcha {
    display: block;
}

    form#iletisimform .g-recaptcha > div {
        margin: auto;
    }

form#iletisimform input[type="submit"] {
    margin: 3vh 5vw 2vh;
    height: 5vh;
    background: #ac7b37;
    border: none;
    color: white;
}

#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: contain;
        }

    #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;
        }

.prodDescHeader img {
    width: 100%;
}

#catalogs {
    font-size: 0;
}

.katalog-item {
    display: inline-block;
    vertical-align: top;
    width: 40vw;
    margin: 1vh 5vw;
}

    .katalog-item:nth-child(odd) {
        margin-left: 0;
    }

    .katalog-item:nth-child(even) {
        margin-right: 0;
    }

.katalog-title {
    font-size: 14px;
    padding: 0 2vw;
    display: block;
    text-align: center;
    background: #eee;
    line-height: 24px;
}

.catalogImage {
    height: 50vw;
    width: 40vw;
    background-color: black;
    background-size: cover;
    position: relative;
}

    .catalogImage:hover > a {
        opacity: 1;
    }

.online, .pdf {
    background-color: rgba(0, 0, 0, 0.25);
    height: 100px;
    line-height: 76px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: white;
    font-weight: bold;
    border: 12px solid rgba(0, 0, 0, 0.25);
    font-size: 20px;
    position: absolute;
    box-sizing: border-box;
}

.online {
    top: 0;
}

.pdf {
    bottom: 0;
}
