﻿@import url('normalize.css');
@import url('../fonts/ArialMT/styles.css');
@import url('../fonts/FranklinGothic-Book/styles.css');
/*@import url('../fonts/Open Sans/styles.css');*/
@import url('../fonts/GothamNarrow-Ultra/styles.css');
@import url('../fonts/HelveticaNeue/styles.css');
@import url('../fonts/HelveticaNeue-Bold/styles.css');
@import url('../fonts/HelveticaNeue-Light/styles.css');
@import url('../fonts/Nexa-XBold/styles.css');
@import url('../fonts/GothamNarrow-Thin/styles.css');
@import url('../fonts/GothamNarrow-Light/styles.css');
@import url('../fonts/GothamNarrow-Medium/styles.css');

a {
    color: #1d4f8a;
}

::-moz-selection { /* Code for Firefox */
    color: inherit;
    background: transparent;
}

::selection {
    color: inherit;
    background: transparent;
}

@media screen and (min-width: 1252px) {
    body {
        overflow-x: hidden;
    }

    .modedmargin {
        margin-left: Calc(626px - 50vw) !important;
        margin-right: Calc(626px - 50vw) !important;
    }

    .modedpadding {
        padding-left: Calc(50vw - 626px) !important;
        padding-right: Calc(50vw - 626px) !important;
    }
}

html {
    background: #e9e9e9;
}

body {
    background: white;
    min-width: 1252px;
}

::-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: 1252px;
    margin: 0 auto;
    position: relative;
}

#contentbody {
    /*background: url(/content/img/contentback.jpg);*/
    background-position: top center;
    padding-top: 10px;
    background-repeat: repeat-x;
}

#menubutton {
    background: url(/content/img/logo-yatay.png);
}

header {
    height: 180px;
    font-size: 0;
    position: fixed;
    z-index: 2;
    white-space: nowrap;
    width: 1252px;
    /*overflow-x: hidden;*/
    transition: all .5s;
    top: 0;
    background: white;
}

    header.scrolled {
        height: 70px;
        /*overflow: hidden;*/
        background: white !important;
        transform: translateZ(1);
    }

        header.scrolled #logocont {
            display: inline-block;
        }

        header.scrolled #logocont a {
            height: 70px;
            margin: 0;
            /*margin-top: 114px;*/
        }

        header.scrolled #menuCont {
            padding-top: 0;
            background: white;
        }

        header.scrolled #logocont a {
            background: url(/content/img/logo-yatay.png) no-repeat center;
            background-size: contain;
        }

        header.scrolled #menu {
            padding-top: 0;
            padding-right: 260px;
            margin-left: 0;
        }

header.scrolled #menu a {
    color: #333;
}

        header.scrolled #onlineislem {
            margin-top: -110px;
            height: 180px;
            overflow: hidden;
        }

            header.scrolled #onlineislem img:hover {
                margin-top: -9px;
            }

#logocont {
    width: 220px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: white;
    z-index: 10;
    /*margin-top: -115px;*/
    /*margin-bottom: -25px;*/
    display: none;
}

    #logocont > a {
        display: block;
        margin: 0 auto;
        height: 180px;
        transition: all .5s;
        background: url(/content/img/logo.png) no-repeat center;
        background-size: contain;
        /*margin-bottom: 35px;
        margin-top: 10px;*/
    }

    #logocont img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

#menuCont {
    display: block;
    position: relative;
    vertical-align: top;
    border-bottom: 4px solid #333;
    padding-top: 20px;
    min-height: 70px;
}
.page_lang_tr #menuCont {
    background: url(/content/img/headerback_tr.jpg);
}

.page_lang_en #menuCont {
    background: url(/content/img/headerback_en.jpg);
}

#header-right {
    display: inline-block;
    color: white;
    padding-top: 63px;
    transition: all .5s;
    position: absolute;
    margin-left: 940px;
    top: 0px;
}

    #header-right a, #deskLang, #header-right i {
        color: inherit;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        cursor: default;
        transition: color .3s;
    }

        #header-right a i:hover {
            color: #00ab93;
        }

        /*#header-right a:last-child {
            display: block;
            text-align: center;
            padding: 10px;
            line-height: 30px;
            text-decoration: underline;
            cursor: pointer;
        }*/

    #header-right > a > i {
        cursor: pointer;
    }

    #header-right i {
        width: 36px;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }

    #header-right #deskLang i {
        font-size: 12px;
        display: inline-block;
        width: 11px;
        text-align: right;
        vertical-align: top;
    }

    #header-right #deskLang #langbar {
        position: absolute;
        height: 0;
        overflow: hidden;
        transition: height .5s;
    }

    #header-right #deskLang:hover #langbar {
        height: 40px;
    }

    #header-right #deskLang #langbar a {
        display: block;
        cursor: pointer;
    }

.scrolled #header-right #deskLang #langbar a {
    display: inline-block;
}

footer {
    font-size: 0;
}

    footer .footer-main {
        background: #eaeaea;
        padding: 50px 0;
    }

        footer .footer-main > div {
            width: 417px;
            display: table-cell;
            vertical-align: middle;
        }

            footer .footer-main > div.footerLink a {
                font-family: 'GothamNarrow-Light';
                font-size: 18px;
                text-decoration: none;
                display: inline-block;
                width: 50%;
                vertical-align: top;
                color: #5b5a5a;
                line-height: 42px;
            }

                footer .footer-main > div.footerLink a:nth-child(even) {
                    color: #44ca94;
                }

            footer .footer-main > div.footerInfo {
                line-height: 40px;
                font-size: 16px;
                font-family: 'GothamNarrow-Light';
            }

                footer .footer-main > div.footerInfo i {
                    color: #1d4f8a;
                    font-size: 22px;
                    width: 26px;
                    text-align: center;
                }

            footer .footer-main > div.footerLink a:nth-child(even) {
                color: #0d3e75;
            }

            footer .footer-main > div.footerSocial {
                font-size: 18px;
                font-family: 'gothamNarrow-Medium';
                text-align: center;
                color: #1d4f8a;
            }

                footer .footer-main > div.footerSocial div:last-child {
                    border-top: 1px solid #1d4f8a;
                    display: inline-block;
                }

                footer .footer-main > div.footerSocial a {
                    color: #1d4f8a;
                    font-size: 50px;
                    display: inline-block;
                    margin: 0 5px;
                }

#footer-bottom {
    font-size: 0;
    height: 115px;
    font-family: 'ArialMT';
}

    #footer-bottom > div {
        width: 626px;
        display: inline-block;
        vertical-align: top;
        line-height: 115px;
        font-size: 12px;
        color: #7d7d7d;
    }

        #footer-bottom > div:last-child {
            text-align: right;
        }

        #footer-bottom > div a {
            font: inherit;
            color: inherit;
            text-decoration: none;
        }

    #footer-bottom #desing span {
        font-size: 16px;
        color: #7d7d7d;
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px;
    }

    #footer-bottom #desing a {
        height: 65px;
        display: inline-block;
    }

        #footer-bottom #desing a img {
            height: 36px;
            display: inline-block;
            vertical-align: middle;
        }

#slider .sliderItem {
    display: block;
    position: relative;
}

@media screen and (min-width: 1252px) {
    #slider .content {
        left: Calc(50vw - 626px);
        right: Calc(50vw - 626px);
    }
}

#slider .content {
    position: absolute;
    font-size: 18px;
    bottom: 30px;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: left;
    left: 0;
    right: 0;
    width: 620px;
    padding: 20px;
    padding-top: 15px;
}

    #slider .content .title {
        font-size: 36px;
        line-height: 52px;
        font-family: 'Open Sans';
        font-weight: 800;
        text-align: left;
    }

    #slider .content .desc {
        font-size: 24px;
        line-height: 28px;
        font-family: 'FranklinGothic-Book';
    }

#slider img {
    object-fit: cover;
    object-position: center;
}

#menu {
    display: block;
    vertical-align: top;
    text-align: center;
    font-family: 'HelveticaNeue';
    transition: all .5s;
    padding-top: 115px;
    margin-left: 95px;
}

    #menu > ul.topmenu {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        vertical-align: top;
        height: 36px;
    }
    #menu > ul:not(.topmenu) {
        display: none;
    }

    #menu > ul > a {
        color: white;
        font-size: 18px;
        text-decoration: none;
        line-height: 28px;
        padding: 0 15px;
        transition: all .5s;
        font-family: 'GothamNarrow-Ultra';
        text-transform: uppercase;
    }

        #menu > ul > a:after {
            content: '';
            width: 0;
            background: #d10202;
            display: block;
            transition: width .2s;
            height: 2px;
            margin: auto;
        }

    #menu > ul:hover {
        height: auto;
    }

        #menu > ul:hover > :after {
            width: 100%;
        }

    #menu > ul > .container {
        /*overflow: hidden;*/
        margin: 0;
        position: absolute;
        pointer-events: none;
        opacity: 0;
        padding-top: 10px;
        transition: padding-top .3s, opacity .3s;
        z-index: 20;
    }

        #menu > ul:hover > .container, #menu > ul > .container:hover {
            /*padding-top: 63px;*/
            opacity: 1;
            pointer-events: initial;
        }

        #menu > ul > .container > li.topmenu > a,
        #menu .container .container a {
            border: 1px solid transparent;
            font-size: 14px;
            color: white;
            text-decoration: none;
            line-height: 40px;
            border-top: 1px solid;
            border-top-color: white;
            border-top-color: rgba(255, 255, 255, 0.15);
            transition: background-color .3s, color .3s;
            padding: 0 20px;
            background: #3d6b93;
        }

            #menu > ul > .container > li.topmenu > a:hover,
            #menu .container .container a:hover {
                background: white;
                color: #3d6b93;
                box-sizing: border-box;
                border-left: 1px solid #3d6b93;
                border-right: 1px solid #3d6b93;
            }

.scrolled #menu > ul > a {
    padding-top: 24px;
}

.scrolled #header-right {
    margin-top: -100px;
}

.scrolled #menu > ul:hover > .container, .scrolled #menu > ul > .container:hover {
    padding-top: 16px;
}

.scrolled #mainSlogan {
    margin-top: -100px;
}

#contentbody {
    font-size: 0;
    padding-bottom: 50px;
    padding-top: 190px;
}

#langCont {
    display: inline-block;
    color: white;
    transition: all .5s;
    position: absolute;
    width: 38px;
    height: 36px;
    margin-top: -2px;
}

#langCont > a{
    font-size: 0;
}
    #langCont > div {
    display: block;
    vertical-align: top;
    font-size: 18px;
    text-decoration: none;
    width: 38px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
#langCont img {
    height: 20px;
    margin: 4px 4px;
}

    #langCont > a:hover {
        background: rgba(255, 255,255, .1);
        cursor: pointer;
    }


#solmenu,
#overridedsolmenu {
    width: 315px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 30px;
    border-right: 1px solid #e2e2e2;
    position: relative;
}

    #solmenu h1,
    #overridedsolmenu h1 {
        margin: 0;
        padding: 0;
        font: inherit;
    }

    #solmenu > ul,
    #overridedsolmenu > ul {
        display: none;
    }

        #solmenu > ul.show,
        #overridedsolmenu > ul.show {
            display: block;
        }

        #solmenu > ul > a, #overridedsolmenu > ul > a {
            text-decoration: none;
            color: #0d99ca;
            font-size: 22px;
            padding: 0 15px;
            text-transform: uppercase;
            border-bottom: 2px solid #227dc0;
            border-top: 2px solid #227dc0;
            font-family: 'Open Sans';
            line-height: 57px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        #solmenu > ul > div > li,
        #overridedsolmenu > ul > div > li,
        #solmenu > ul > div > li > div > ul,
        #overridedsolmenu > ul > div > li > div > ul,
        #solmenu > ul > div > li > div > ul > div > li,
        #overridedsolmenu > ul > div > li > div > ul > div > li {
            list-style: none;
            padding: 0;
            margin: 2px 0;
            transition: background .2s;
            background: white;
            position: relative;
        }

            #overridedsolmenu > ul > div > li > i {
                position: absolute;
                top: 0;
                line-height: 48px;
                width: 24px;
                text-align: center;
                right: 0;
                color: #0d99ca;
            }

            #overridedsolmenu > ul > div > li > .subCat {
                display: none;
            }

                #overridedsolmenu > ul > div > li > .subCat > a {
                    display: block;
                    text-decoration: none;
                    padding: 0 15px;
                    line-height: 30px;
                    border-bottom: 1px solid #f4f4f4;
                }

        #solmenu > ul a:hover,
        #solmenu .active > a,
        #overridedsolmenu a:hover,
        #overridedsolmenu .active > a {
            background: #f4f4f4;
        }

        #solmenu > ul > div > li,
        #overridedsolmenu > ul > div > li {
            color: #0d99ca;
        }

            #solmenu > ul > div > li > a,
            #overridedsolmenu > ul > div > li > a {
                color: #0d99ca;
                padding: 0 15px;
                text-decoration: none;
                display: block;
                line-height: 48px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-family: 'Open Sans';
                font-weight: 100;
                font-size: 16px;
                border-bottom: 1px solid #f4f4f4;
            }

            #solmenu > ul > div > li > div > ul,
            #overridedsolmenu > ul > div > li > div > ul {
                color: #44ca94;
            }

                #solmenu > ul > div > li > div > ul a,
                #overridedsolmenu > ul > div > li > div > ul a {
                    color: #44ca94;
                    padding: 0 15px;
                    text-decoration: none;
                    display: block;
                    line-height: 44px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-family: 'Open Sans';
                    font-weight: 100;
                    font-size: 14px;
                    border-bottom: 1px solid #f4f4f4;
                }

            #solmenu > ul > div > li > div > ul,
            #overridedsolmenu > ul > div > li > div > ul {
                text-indent: 10px;
            }

                #solmenu > ul > div > li > div > ul > div > li,
                #overridedsolmenu > ul > div > li > div > ul > div > li {
                    text-indent: 20px;
                }

    #solmenu ul, #solmenu li,
    #overridedsolmenu ul, #overridedsolmenu li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

@media screen and (min-width: 1252px) {
    #solmenu .active > a, #overridedsolmenu .active > a {
        background: #f4f4f4;
        margin-left: Calc(626px - 50vw) !important;
        padding-left: Calc(50vw - 612px) !important;
    }

    /*#solmenu > ul > div > li.active:after, #overridedsolmenu > ul > div > li.active:after {
            content: '';
            display: block;
            background: #f4f4f4;
            height: 1px;
            margin-top: 1px;
        }*/
}

#solmenu > ul > i {
    display: none;
}

#sagicerik, #overridedsagicerik {
    width: 937px;
    font-size: 16px;
    padding-left: 30px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}

    #sagicerik p, #overridedsagicerik p {
        margin-top: 0;
    }

#pagetitle, #overridedpagetitle {
    font-size: 48px;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 110px;
    font-family: 'Open Sans';
    font-weight: 800;
    display: inline-block;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
}

#pagesubtitle, #overridedsubpagetitle {
    font-size: 36px;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    font-family: 'Open Sans';
    font-weight: 600;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 10px 20px;
}
#mainSlogan {
    position: absolute;
    top: 24px;
    width: 600px;
    margin-left: 258px;
    text-align: center;
    background-color: #666;
    color: white;
    padding: 12px 20px;
    font-family: 'GothamNarrow-Medium';
    font-size: 24px;
    transition: all .5s;
    display: none;
}
#background-img {
    width: 100vw;
    min-width: 1252px;
    height: 437px;
    background-position: center;
    background: url('/content/img/defaultback.jpg') no-repeat center;
    margin-top: -208px;
    padding-top: 140px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 34px;
    display: none;
}

#newsPage {
    font-size: 0;
}

    #newsPage .haber-item {
        height: 160px;
        vertical-align: top;
        display: inline-block;
        width: 353px;
        margin: 0 48px 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 .4s;
    }

        #newsPage img:hover {
            opacity: .8;
            transform: scale(1.1);
        }

    #newsPage .haber-content-body {
        height: 140px;
        border: 10px solid white;
        width: 173px;
        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 .4s;
    }

        #newsMainImg img:hover {
            transform: scale(1.1);
            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 .4s;
    }

        .newsPhotosCollections > a img:hover {
            opacity: .8;
            transform: scale(1.1);
        }

#prodDetail {
    font-size: 0;
}

    #prodDetail .prodMainImg {
        position: relative;
        width: 891px;
        height: 244px;
    }

        #prodDetail .prodMainImg .prodBroch {
            display: inline-block;
            width: 166px;
            height: 74px;
            background: rgba(0, 0, 0, 0.72);
            position: absolute;
            right: 7px;
            top: 203px;
            font-family: 'Open Sans';
            font-weight: 400;
            font-size: 22px;
            line-height: 74px;
            color: white;
            text-decoration: none;
            text-align: center;
        }

        #prodDetail .prodMainImg img {
            width: 40%;
            height: 244px;
            box-sizing: border-box;
            border: 1px solid #e4e4e4;
            object-fit: contain;
            margin: 0 5%;
        }

    #prodDetail .prodDesc {
        font-size: 16px;
        font-family: 'Open Sans';
        font-weight: 400;
        padding-top: 50px;
        text-align: justify;
    }

    #prodDetail .prodPhotos {
        font-size: 0;
        text-align: initial;
    }

        #prodDetail .prodPhotos > a {
            display: inline-block;
            box-sizing: border-box;
            vertical-align: top;
            width: 215px;
            height: 190px;
            padding: 8px;
            margin: 4px;
            overflow: hidden;
            border: 1px solid #ebebeb;
            box-shadow: 0 0 7px 1px #ebebeb;
            text-decoration: none;
        }

            #prodDetail .prodPhotos > a:nth-child(4n+1) {
                margin-left: 0;
            }

            #prodDetail .prodPhotos > a:nth-child(4n) {
                margin-right: 0;
            }

        #prodDetail .prodPhotos .img {
            height: 155px;
            overflow: hidden;
        }

        #prodDetail .prodPhotos img {
            width: 100%;
            height: 100%;
            background: white;
            object-fit: contain;
            transition: all .4s;
        }

            #prodDetail .prodPhotos img:hover {
                transform: scale(1.1);
            }

            #prodDetail .prodPhotos .photo-title {
                font-size: 14px;
            }

#urunlerpage {
    font-size: 0;
}

.kategori-item {
    width: 282px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    text-decoration: none;
    color: #111;
    box-sizing: border-box;
}

    .kategori-item h2 {
        font: inherit;
        padding: 0;
        margin: 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 28px;
    }

    .kategori-item .cont div {
        line-height: 20px;
        color: #d10202;
    }

    .kategori-item .img {
        box-shadow: 0 0 0 1px #eaeaea;
        overflow: hidden;
        border: 1px solid #f8f8f8;
        box-sizing: border-box;
        padding: 10px;
        height: 229px;
        overflow: hidden;
    }

        .kategori-item .img > div {
            overflow: hidden;
        }

    .kategori-item .cont {
        display: block;
        box-sizing: border-box;
        text-decoration: none;
        padding: 0 10px;
        font-size: 16px;
        line-height: 56px;
        text-align: center;
        background: #f6f6f6;
        height: 56px;
        position: relative;
        z-index: 1;
        margin-top: 5px;
        box-shadow: 0 0 0 1px #f6f6f6;
        font-family: 'Open Sans';
        color: #222222;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .kategori-item img {
        width: 100%;
        height: 207px;
        object-fit: contain;
        background: white;
        transition: all .3s;
        box-sizing: border-box;
        transition: all .4s;
    }

        .kategori-item img:hover {
            transform: scale(1.1);
        }

.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 .4s;
        }

        .urunkategori-item > .img:hover img {
            transform: scale(1.1);
            opacity: .8;
        }

#mainpageslider {
    width: 100vw;
    min-width: 1252px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

#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 .4s;
        }

        #phototab .urunimg:hover img {
            transform: scale(1.1);
        }

    #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: 26px;
        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(5n).videoItem,
    #uretimDPhoto > a:nth-child(5n) .uretim-foto-img {
        margin-right: 0;
    }

    #uretimDPhoto > a:nth-child(5n+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 .4s;
    }

    #uretimDPhoto .uretim-video-img:hover img,
    #uretimDPhoto .uretim-foto-img:hover img {
        transform: scale(1.1);
        opacity: .8;
    }

#iletisim {
    display: inline-block;
    text-align: center;
}

    #iletisim input[type="text"], #iletisim textarea {
        box-sizing: border-box;
        width: 500px;
        padding: 4px 10px;
        margin-bottom: 10px;
        resize: none;
    }

    #iletisim textarea {
        height: 100px;
    }

    #iletisim input[type="submit"], #iletisim input[type="reset"] {
        margin: 1vh 1vw;
        padding: 1vh 2vw;
        border: none;
        background: #0067b3;
        color: white;
    }

.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: 220px;
        overflow: hidden;
        margin: 4px;
        border: 1px solid #afafaf;
        box-sizing: border-box;
        padding-bottom: 0;
        text-align: center;
        background: white;
        text-decoration: none;
        color: inherit;
        vertical-align: top;
    }

        .reflist > a:nth-child(4n) {
            margin-right: 0;
        }

        .reflist > a:nth-child(4n+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: 100%;
            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 #d99000;
            color: #f9b000;
            background: #e6e6e6;
        }

        #prodDetail > #changer > div.active {
            border-bottom: 4px solid #f9b000;
            color: #f9b000;
            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: 150px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    display: inline-block;
}

    .prodDescHeaderImg img {
        width: 90%;
        height: 90%;
        object-fit: contain;
        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: #f9b000;
                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 {
    padding: inherit;
    margin: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#showcaseMain {
    background: #f0f0f0;
}

#showcaseMain, #boxMain {
    font-size: 0;
    position: relative;
    width: 1166px;
    left: -33px;
    border-bottom: 10px solid #f0f0f0;
}

@media screen and (max-width: 1252px) {

    #showcaseMain, #boxMain {
        font-size: 0;
        position: relative;
        width: 1166px;
    }
}

#showcaseMain > .title,
#boxMain > .title {
    font-size: 38px;
    padding-top: 20px;
    text-align: center;
    color: #222222;
}

#showcaseMain > .text,
#boxMain > .text {
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
    color: #222222;
}

.showCaseItem {
    display: inline-block;
    width: 322px;
    vertical-align: top;
    height: 322px;
    margin: 33px;
    position: relative;
}

    .showCaseItem img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .showCaseItem .title {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(251, 178, 0, .75);
        line-height: 45px;
        color: black;
        text-align: center;
        font-size: 20px;
    }

#MainPageBefore {
    font-size: 0;
    background-image: url('/content/img/mainpageBack.jpg');
}

    #MainPageBefore > .item {
        display: inline-block;
        vertical-align: top;
        margin-top: 40px;
        width: 383px;
        overflow: hidden;
        margin: 34px 17px 40px;
        color: inherit;
        text-decoration: none;
        height: 526px;
        box-sizing: border-box;
        border: 1px solid #dbdbdb;
        background-color: #f5f5f5;
        box-shadow: 0 0 1px 0 #dbdbdb;
        padding: 12px;
        cursor: pointer;
    }

    #MainPageBefore .img {
        margin: 8px 8px 0;
        overflow: hidden;
        height: 256px;
    }

    #MainPageBefore img {
        background: white;
        transition: all .4s;
        width: 100%;
        height: 100%;
    }

        #MainPageBefore img:hover {
            transform: scale(1.1);
        }


    #MainPageBefore .title {
        font-size: 25.65px;
        font-weight: bold;
        color: #333333;
        padding: 33px 12px 14px;
        font-family: 'HelveticaNeue-Bold';
    }


    #MainPageBefore .text {
        font-size: 15.82px;
        color: #9a9a9a;
        padding: 0 13px;
        text-align: justify;
        font-family: 'HelveticaNeue-Light';
        line-height: 20px;
        max-height: 60px;
        overflow: hidden;
    }

    #MainPageBefore .button {
        font-size: 19.24px;
        background: #3ca4d0;
        box-sizing: border-box;
        display: block;
        border: 1px solid rgba(222, 222, 222, 0.69);
        box-shadow: 0 0 1px 0 #bbbaba;
        color: white;
        text-decoration: none;
        line-height: 63px;
        margin: 20px 8px 0;
        padding-left: 30px;
        transition: all .2s;
    }

        #MainPageBefore .button:hover {
            background: #2c83a7;
        }

#subKutu {
    height: 456px;
    background: url(/content/img/subBox.jpg) no-repeat center;
    font-size: 0;
    position: relative;
}

    #subKutu > a {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 295px;
        color: white;
        text-decoration: none;
        background: rgba(68, 68, 68, .45);
        width: 660px;
    }

    #subKutu .title {
        font-size: 48px;
        font-family: 'Open Sans';
        font-weight: 800;
        padding: 20px;
        line-height: 48px;
        box-sizing: border-box;
    }

    #subKutu .text {
        font-size: 22px;
        font-family: 'HelveticaNeue-Light';
        padding: 0 20px;
        line-height: 26px;
        box-sizing: border-box;
        height: 182px;
        overflow: hidden;
        text-align: justify;
    }

@media screen and (min-width: 1252px) {
    #subKutu > a {
        padding-left: Calc(50vw - 626px);
        margin-left: Calc(626px - 50vw);
    }
}

#Documents {
    font-size: 0;
}

    #Documents a {
        display: inline-block;
        width: 132px;
        overflow: hidden;
        vertical-align: top;
        font-size: 12px;
        text-align: center;
        line-height: 12px;
        color: #666;
        text-decoration: none;
        box-sizing: border-box;
        border: 1px solid #9f9f9f;
        border-radius: 4px;
        margin: 10px 12px;
    }

    #Documents .file-img {
        height: 130px;
        overflow: hidden;
        background: black;
    }

    #Documents img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: white;
        transition: all .4s;
        padding: 10px;
        box-sizing: border-box;
    }

        #Documents img:hover {
            transform: scale(1.1);
            opacity: .8;
        }

    #Documents .file-title {
        font-size: 16px;
        line-height: 32px;
        background: #f0f0f0;
        color: #222222;
    }

#searchPage form {
    font-size: 16px;
}

    #searchPage form > * {
        box-sizing: border-box;
        height: 32px;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
    }

    #searchPage form > input {
        padding: 0 5px;
    }

    #searchPage form > label {
        line-height: 32px;
    }

#searchPage #searchResultInfo {
    font-size: 14px;
    font-weight: bold;
    color: red;
    line-height: 32px;
    padding-top: 20px;
}

#searchPage #searchResult .searchTitle {
    color: #2F7597;
    padding: 4px 0;
    font-weight: bold;
    font-size: 14px;
    border-bottom: dotted 1px #2F7597;
    margin-bottom: 3px;
    display: block;
    text-decoration: none;
}

#searchPage #searchResult .searchLinks {
    font-size: 11px;
}

    #searchPage #searchResult .searchLinks a {
        color: red;
        text-decoration: none;
    }

#searchPage .searchContent {
    font-size: 14px;
    text-decoration: none;
    color: #222;
}

    #searchPage .searchContent .hLight {
        color: #f9b000;
        font-weight: bold;
    }

#searchPager {
    font-size: 0;
    padding-top: 20px;
    text-align: center;
    font-family: 'FranklinGothic-Book';
}

    #searchPager > a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: white;
        text-decoration: none;
        margin: 3px;
        border-radius: 4px;
        transition: all .2s;
        color: #222222;
        background: #eeeeee;
    }

        #searchPager > a.current, #searchPager > a:hover {
            background: #f9b000;
            color: white;
        }

.contactInfo {
    font-family: 'Open Sans';
    font-size: 0;
    text-align: justify;
}

    .contactInfo .column {
        font-size: 16px;
        line-height: 32px;
        width: 707px;
        display: table-cell;
        vertical-align: middle;
    }

        .contactInfo .column:first-child {
            width: 200px;
            box-sizing: border-box;
            padding-right: 20px;
            padding-left: 7px;
        }

            .contactInfo .column:first-child:after {
                content: ':';
                float: right;
                line-height: 32px;
            }

.contactTitle {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    padding: 5px 0;
    padding-left: 7px;
    background: #1d4f8a;
    color: #fff;
}

#tabContainer {
    margin: 20px 0;
}

    #tabContainer * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.tabSwitch {
    cursor: pointer;
}

.tabSwitch, .prodPhotosTitle {
    font-size: 20px;
    line-height: 28px;
    padding-top: 20px;
    border-bottom: 1px solid #555;
}

    .tabSwitch i {
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        line-height: 24px;
        width: 30px;
    }

.prodPhotosTitle {
    margin-bottom: 20px;
    padding-top: 0;
}

.tabContainer {
    margin: 10px auto;
    display: none;
}

    .tabContainer input {
        height: 2.5em;
        width: 2.5em;
        visibility: hidden;
    }

    .tabContainer label {
        background: #f9f9f9;
        border-radius: .25em .25em 0 0;
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        line-height: 2.5em;
        padding: 0 1.5em;
        text-align: center;
    }

    .tabContainer input:not(:first-child) {
        margin-left: 10px;
    }

    .tabContainer input:hover + label {
        background: #ddd;
        color: #666;
    }

    .tabContainer input:checked + label {
        background: #f1f1f1;
        color: #444;
        position: relative;
    }

.tabContent {
    background: #f1f1f1;
    border-radius: 0 .25em .25em .25em;
    min-height: 20px;
    position: relative;
    width: 100%;
    font-size: 14px;
}

    .tabContent > div {
        display: none;
    }

.tabContainer input#tab-1:checked ~ .tabContent #content-1,
.tabContainer input#tab-2:checked ~ .tabContent #content-2,
.tabContainer input#tab-3:checked ~ .tabContent #content-3,
.tabContainer input#tab-4:checked ~ .tabContent #content-4,
.tabContainer input#tab-5:checked ~ .tabContent #content-5,
.tabContainer input#tab-6:checked ~ .tabContent #content-6 {
    display: block;
    padding: 10px;
}

input.visible {
    visibility: visible !important;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .datagrid table td {
        padding: 3px 10px;
    }

    .datagrid table thead tr td {
        background-color: #929292;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        border-left: 1px solid #A3A3A3;
    }

    .datagrid table thead tr th:first-child {
        border: none;
    }

    .datagrid table tbody td {
        color: #7D7D7D;
        border-left: 1px solid #DBDBDB;
        font-size: 12px;
        font-weight: normal;
    }

    .datagrid table tbody tr:nth-child(even) td {
        background: #EBEBEB;
        color: #7D7D7D;
    }

    .datagrid table tbody td:first-child {
        border-left: none;
    }

    .datagrid table tbody tr:last-child td {
        border-bottom: none;
    }

    .datagrid table tfoot td div {
        border-top: 1px solid #8C8C8C;
        background: #EBEBEB;
    }

    .datagrid table tfoot td {
        padding: 0;
        font-size: 12px;
    }

        .datagrid table tfoot td div {
            padding: 2px;
        }

        .datagrid table tfoot td ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: right;
        }

    .datagrid table tfoot li {
        display: inline;
    }

        .datagrid table tfoot li a {
            text-decoration: none;
            display: inline-block;
            padding: 2px 8px;
            margin: 1px;
            color: #F5F5F5;
            border: 1px solid #8C8C8C;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
            background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
            background-color: #8C8C8C;
        }

    .datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
        text-decoration: none;
        border-color: #7D7D7D;
        color: #F5F5F5;
        background: none;
        background-color: #8C8C8C;
    }

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
    position: fixed !important;
}

.tabContent #content-4 {
    background-color: white;
}

.tabContent #content-5 {
    background-color: white;
}

.tabContent #content-6 {
    background-color: white;
}

#mainCatTitle {
    font-size: 38px;
    color: black;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

#mainCatDots {
    background: black;
    color: white;
    font-size: 18px;
    /*height: 280px;*/
    overflow: hidden;
    text-align: center;
}

    #mainCatDots > div {
        display: table-cell;
        width: 312.5px;
        cursor: pointer;
        white-space: nowrap;
        font-size: 0;
        vertical-align: bottom;
        padding: 30px 0;
    }

        #mainCatDots > div:hover {
            background: #d10202;
        }

    #mainCatDots img {
        max-width: 69%;
        max-height: 200px;
        box-sizing: border-box;
        line-height: 300px;
    }

    #mainCatDots > div > div {
        line-height: 30px;
        font-size: 18px;
        height: 30px;
    }

#mainCat {
    text-align: center;
}

    #mainCat a {
        text-decoration: none;
    }

    #mainCat img {
        height: 500px;
        object-fit: contain;
        margin: 5px 0 0 5px;
        display: block;
    }

    #mainCat .title {
        font-size: 38px;
        color: black;
        line-height: 100px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Roboto Condensed';
    }

    #mainCat .content {
        width: 750px;
        display: inline-block;
        font-size: 20px;
        font-family: 'Open Sans';
        color: black;
    }

#boxes {
    font-size: 0;
    min-width: 1250px;
}

    #boxes .item {
        display: inline-block;
        width: 33.333%;
        height: 200px;
        position: relative;
        text-decoration: none;
        background-size: auto 100px !important;
    }

        #boxes .item div {
            color: white;
            font-size: 24px;
        }

    #boxes .title {
        margin-top: 150px;
        text-align: center;
    }

    #boxes .box1 {
        background: url(/Content/img/box1.png) no-repeat center 30px #474747;
        transition: background-color .3s;
    }

        #boxes .box1:hover {
            background-color: #272727;
        }

    #boxes .box2 {
        background: url(/Content/img/box2.png) no-repeat center 30px #3f3f3f;
        transition: background-color .3s;
    }

        #boxes .box2:hover {
            background-color: #1f1f1f;
        }

    #boxes .box3 {
        background: url(/Content/img/box3.png) no-repeat center 30px #262020;
        transition: background-color .3s;
    }

        #boxes .box3:hover {
            background-color: #060000;
        }

    #boxes .box4 {
        background: url(/Content/img/box4.png) no-repeat center 30px #262020;
        transition: background-color .3s;
    }

        #boxes .box4:hover {
            background-color: #060000;
        }

    #boxes .box5 {
        background: url(/Content/img/box5.png) no-repeat center 30px #575757;
        transition: background-color .3s;
    }

        #boxes .box5:hover {
            background-color: #373737;
        }

    #boxes .box6 {
        background: url(/Content/img/box6.png) no-repeat center 30px #474747;
        transition: background-color .3s;
    }

        #boxes .box6:hover {
            background-color: #272727;
        }

#belgelerimiz {
    font-size: 0;
    text-align: center;
}

    #belgelerimiz .vlightbox1 {
        width: 20%;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        margin: 0 15% 15%;
        box-sizing: border-box;
        border: 1px solid #d10202;
    }

    #belgelerimiz img {
        width: 100%;
    }

.urunTablo {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #c6c6c6;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .urunTablo table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .urunTablo tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .urunTablo table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .urunTablo table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .urunTablo tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .urunTablo tr:hover td {
    }

    .urunTablo tr:nth-child(odd) {
        background-color: #d6d6d6;
    }

    .urunTablo tr:nth-child(even) {
        background-color: #eaeaea;
    }

    .urunTablo td {
        vertical-align: middle;
        border: 1px solid #c6c6c6;
        border-width: 0px 1px 1px 0px;
        text-align: center;
        padding: 2px;
        font-size: 12px;
        font-family: Arial;
        font-weight: normal;
        color: #606060;
    }

    .urunTablo tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .urunTablo tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .urunTablo tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .urunTablo tr:first-child td {
        background: -o-linear-gradient(bottom, #bc1e24 5%, #bc1e24 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bc1e24), color-stop(1, #bc1e24) );
        background: -moz-linear-gradient( center top, #bc1e24 5%, #bc1e24 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bc1e24", endColorstr="#bc1e24");
        background: -o-linear-gradient(top,#bc1e24,bc1e24);
        background-color: #bc1e24;
        border: 0px solid #c6c6c6;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 13px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #ffffff;
    }

    .urunTablo tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #bc1e24 5%, #bc1e24 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bc1e24), color-stop(1, #bc1e24) );
        background: -moz-linear-gradient( center top, #bc1e24 5%, #bc1e24 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bc1e24", endColorstr="#bc1e24");
        background: -o-linear-gradient(top,#bc1e24,bc1e24);
        background-color: #bc1e24;
    }

    .urunTablo tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .urunTablo tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }

#mainAboutus {
    padding: 80px 0;
    font-size: 0;
    text-align: center;
    font-family: 'Open sans';
}

    #mainAboutus .title {
        font-size: 42px;
        line-height: 60px;
        font-weight: 700;
        font-family: 'roboto Condensed';
    }

    #mainAboutus .linkContainer {
        padding: 20px 0;
        font-family: 'roboto Condensed';
    }

        #mainAboutus .linkContainer .link {
            display: inline-block;
            font-size: 23px;
            text-decoration: none;
            color: black;
            border: 1px solid #d10202;
            transition: all .2s;
            padding: 10px;
            margin: 10px;
            background: white;
        }

            #mainAboutus .linkContainer .link:hover {
                border-color: black;
                color: white;
                background: black;
            }

    #mainAboutus .content {
        font-size: 18px;
    }

#mainpageslider img {
    max-height: Calc(100vh - 265px);
}

#prodDetail .videoItem .title {
    font-size: 12px;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    bottom: 10px;
    color: white;
    left: 8px;
    right: 8px;
    margin: auto;
    padding: 5px;
    text-align: center;
}

.galleryPhoto {
    display: inline-block;
    width: 193px;
    vertical-align: top;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 5px 10px;
    position: relative;
    text-align: center;
    border: 1px solid #acacac;
}

    .galleryPhoto img {
        max-width: 100%;
        max-height: 100%;
    }

#onlineislem {
    height: 36px;
    display: inline-block;
    vertical-align: top;
    margin-top: -145px;
    margin-left: 20px;
}

    #onlineislem img {
        height: 246px;
        margin-top: -9px;
        transition: margin .3s;
        z-index: 100;
        position: relative;
    }

        #onlineislem img:hover {
            margin-top: 0;
        }

div#mainpageslider .owl-dots {
    margin-top: -30px;
    z-index: 10;
    position: relative;
}

#mainpageSect1 {
    padding-top: 20px;
    height: 615px;
}

#aButton {
    font-size: 38px;
    float: left;
    transform: rotate(-90deg);
    top: 270px;
    position: relative;
    display: inline-block;
    line-height: 38px;
    padding: 10px;
    left: -250px;
    background: #00da93;
    color: white;
    text-decoration: none;
    transition: background .3s;
}

    #aButton:hover {
        background: #ce0314;
    }

    #aButton span:first-child {
        font-family: 'GothamNarrow-Ultra';
    }

    #aButton span:last-child {
        font-family: 'GothamNarrow-Medium';
    }

#mainpageSect1 img {
    margin-left: -420px;
    margin-top: 100px;
}

#mainpageSect1 > div {
    width: 630px;
    display: inline-block;
    vertical-align: top;
    height: 815px;
}

    #mainpageSect1 > div > div {
        width: 630px;
        display: table-cell;
        height: 615px;
        vertical-align: middle;
    }

        #mainpageSect1 > div > div > span:first-child {
            font-size: 58px;
            line-height: 58px;
            text-align: right;
            display: block;
            font-family: 'GothamNarrow-Medium';
            color: #04afb0;
        }

        #mainpageSect1 > div > div > span:nth-child(2) {
            font-size: 28px;
            line-height: 33px;
            text-align: right;
            display: block;
            font-family: 'GothamNarrow-Light';
            color: #04afb0;
            margin-top: 20px;
        }

        #mainpageSect1 > div > div > a {
            font-size: 26px;
            font-family: 'GothamNarrow-Medium';
            text-decoration: none;
            color: white;
            background: #04afb0;
            padding: 5px 15px;
            border-radius: 10px;
            display: inline-block;
            float: right;
            margin-top: 20px;
            transition: background .3s;
        }

            #mainpageSect1 > div > div > a:hover {
                background: #03c8ca;
            }

            #mainpageSect1 > div > div > a i,
            #mainpageSect2 > div > div > a i {
                width: 22px;
                height: 22px;
                display: inline-block;
                text-align: center;
                border: 2px solid white;
                border-radius: 50%;
                line-height: 22px;
                margin-left: 5px;
            }

#mainpageSect2 {
    background: url('/content/img/mainpage2.png') no-repeat center;
}

    #mainpageSect2 > * {
        display: inline-block;
        vertical-align: top;
    }

    #mainpageSect2 > img {
        margin-top: 30px;
    }

    #mainpageSect2 > div {
        width: 700px;
        height: 685px;
    }

        #mainpageSect2 > div > div {
            width: 700px;
            display: table-cell;
            height: 685px;
            vertical-align: middle;
        }

            #mainpageSect2 > div > div > span:first-child {
                font-size: 58px;
                line-height: 58px;
                text-align: left;
                display: block;
                font-family: 'GothamNarrow-Medium';
                color: white;
            }

            #mainpageSect2 > div > div > span:nth-child(2) {
                font-size: 28px;
                line-height: 33px;
                text-align: left;
                display: block;
                font-family: 'GothamNarrow-Light';
                color: white;
                margin-top: 20px;
            }

            #mainpageSect2 > div > div > a {
                font-size: 26px;
                font-family: 'GothamNarrow-Medium';
                text-decoration: none;
                color: white;
                background: #000000;
                padding: 5px 15px;
                border-radius: 10px;
                display: inline-block;
                float: left;
                margin-top: 20px;
            }

#mainpageSect3,
#mainpageSect5 {
    padding: 50px 0;
    font-size: 0;
}

    #mainpageSect3 > a,
    #mainpageSect5 > a {
        display: inline-block;
        vertical-align: top;
        width: 377px;
        padding: 30px 0;
        text-decoration: none;
    }

        #mainpageSect3 > a:nth-child(3n+2),
        #mainpageSect5 > a:nth-child(3n+2) {
            padding: 30px 60px;
        }

    #mainpageSect3 .img,
    #mainpageSect5 .img {
        height: 80px;
    }

    #mainpageSect3 .title,
    #mainpageSect5 .title {
        font-family: 'GothamNarrow-Medium';
        font-size: 24px;
        color: #02c5c9;
        line-height: 30px;
        text-align: left;
    }

    #mainpageSect3 .text,
    #mainpageSect5 .text {
        font-family: 'GothamNarrow-Light';
        font-size: 20px;
        line-height: 24px;
        color: #6d6d6d;
    }

    #mainpageSect3 img,
    #mainpageSect5 img {
        height: 80px;
    }

#mainpageProd {
    background: url(/Content/img/urunler.jpg) no-repeat center;
    height: 494px;
    margin: 30px 0;
}

    #mainpageProd > .title {
        font-family: 'GothamNarrow-Medium';
        font-size: 110px;
        color: white;
        text-align: center;
        line-height: 110px;
        margin-left: 290px;
        padding-top: 100px;
        text-decoration: none;
        display: block;
    }

    #mainpageProd .prodItem {
        text-align: center;
        width: 100%;
        text-decoration: none;
        padding: 10px 0;
        display: block;
    }

        #mainpageProd .prodItem .img {
            height: 210px;
            max-width: 317px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            margin: 0 50px;
        }

        #mainpageProd .prodItem .title {
            color: #1d4e8a;
            padding-top: 10px;
            font-size: 20px;
            font-family: 'GothamNarrow-Medium';
        }

    #mainpageProd .owl-nav {
        z-index: -1;
        margin: 0 -40px;
        margin-top: -90px;
        /*margin-bottom: 70px;*/
    }

        #mainpageProd .owl-nav > div {
            background: none;
            font-size: 24px;
            display: inline-block;
            padding: 0;
            margin: 0;
        }

            #mainpageProd .owl-nav > div:first-child {
                float: left;
            }

            #mainpageProd .owl-nav > div:last-child {
                float: right;
            }

            #mainpageProd .owl-nav > div i {
                display: inline-block;
                color: #0a413b;
                border-radius: 50%;
                line-height: 24px;
                border: 2px solid #0a413b;
                font-size: 24px;
                width: 24px;
                height: 24px;
            }

#mainpageRef {
    font-size: 0;
}

    #mainpageRef .title {
        line-height: 40px;
        font-size: 32px;
        font-family: 'GothamNarrow-Medium';
        border-bottom: 5px solid #999999;
        margin-top: 40px;
        color: #0a7c85;
    }

    #mainpageRef .refItem .img {
        display: block;
        height: 390px;
        margin: 40px 0 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    #mainpageRef .owl-nav {
        z-index: -1;
        margin: 0 -40px;
        margin-top: -210px;
        margin-bottom: 210px;
    }

        #mainpageRef .owl-nav > div {
            background: none;
            font-size: 24px;
            display: inline-block;
            padding: 0;
            margin: 0;
        }

            #mainpageRef .owl-nav > div:first-child {
                float: left;
            }

            #mainpageRef .owl-nav > div:last-child {
                float: right;
            }

            #mainpageRef .owl-nav > div i {
                display: inline-block;
                color: #999999;
                border-radius: 50%;
                line-height: 24px;
                border: 2px solid #999999;
                font-size: 24px;
                width: 24px;
                height: 24px;
            }

    #mainpageRef > a {
        float: right;
        font-size: 20px;
        margin-top: 10px;
        color: #07b0a9;
        text-decoration: none;
        font-family: 'gothamNarrow-Medium';
    }

#mainpageSect6 {
    border-top: 1px solid #04afb0;
    border-bottom: 1px solid #04afb0;
    padding: 40px 0;
    font-size: 0;
    text-align: center;
}

    #mainpageSect6 .imgCont {
        text-align: center;
    }

        #mainpageSect6 .imgCont div {
            display: inline-block;
            vertical-align: middle;
            padding: 0 40px;
        }

    #mainpageSect6 .slogan {
        color: #04afb0;
        font-size: 50px;
        line-height: 80px;
        font-family: 'GothamNarrow-Medium';
        text-align: center;
    }

    #mainpageSect6 .reflogos {
        text-align: center;
        width: 100%;
        text-decoration: none;
    }

        #mainpageSect6 .reflogos .img {
            height: 100px;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }


    #mainpageSect6 .owl-nav {
        z-index: -1;
        margin: 0 -40px;
        margin-top: -70px;
        margin-bottom: 70px;
    }

        #mainpageSect6 .owl-nav > div {
            background: none;
            font-size: 24px;
            display: inline-block;
            padding: 0;
            margin: 0;
        }

            #mainpageSect6 .owl-nav > div:first-child {
                float: left;
            }

            #mainpageSect6 .owl-nav > div:last-child {
                float: right;
            }

            #mainpageSect6 .owl-nav > div i {
                display: inline-block;
                color: #30b1b7;
                border-radius: 50%;
                line-height: 24px;
                border: 2px solid #30b1b7;
                font-size: 24px;
                width: 24px;
                height: 24px;
            }

    #mainpageSect6 > a {
        font-size: 26px;
        font-family: 'GothamNarrow-Medium';
        text-decoration: none;
        color: white;
        background: #04afb0;
        padding: 5px 15px;
        border-radius: 10px;
        display: inline-block;
        margin-top: 50px;
    }

        #mainpageSect6 > a i {
            width: 22px;
            height: 22px;
            display: inline-block;
            text-align: center;
            border: 2px solid white;
            border-radius: 50%;
            line-height: 22px;
            margin-left: 5px;
        }

#mainpageSect7 {
    height: 633px;
    background: url('/Content/img/sect7Img.jpg') no-repeat center;
    background-size: 1252px;
    display: table-cell;
    width: 1252px;
}

    #mainpageSect7 a {
        font-size: 26px;
        font-family: 'GothamNarrow-Medium';
        text-decoration: none;
        color: white;
        background: #0f4373;
        padding: 5px 15px;
        border-radius: 10px;
        margin-top: 520px;
        display: inline-block;
        vertical-align: bottom;
        margin-left: 70px;
        transition: background .3s;
    }

        #mainpageSect7 a:hover {
            background: #1369b9;
        }

        #mainpageSect7 a i {
            width: 22px;
            height: 22px;
            display: inline-block;
            text-align: center;
            border: 2px solid white;
            border-radius: 50%;
            line-height: 22px;
            margin-left: 5px;
        }

#mainpageNews {
    font-size: 0;
}

    #mainpageNews > .title {
        line-height: 40px;
        font-size: 32px;
        font-family: 'GothamNarrow-Medium';
        margin-top: 40px;
        color: #1d4e8a;
        text-decoration: none;
    }

    #mainpageNews .news {
        border-top: 5px solid #999999;
        border-bottom: 5px solid #999999;
        padding: 40px 0;
    }

    #mainpageNews .newsItem {
        text-decoration: none;
    }

        #mainpageNews .newsItem .title {
            font-size: 18px;
            color: #1d4f8a;
            font-family: 'GothamNarrow-Medium';
            line-height: 60px;
        }

        #mainpageNews .newsItem .img {
            height: 200px;
            /* background-position: center; */
            background-size: contain;
            background-repeat: no-repeat;
        }

    #mainpageNews .owl-nav {
        display: block !important;
        z-index: -1;
        margin: 0 -40px;
        margin-top: 30px;
        margin-bottom: -90px;
    }

        #mainpageNews .owl-nav > div {
            background: none;
            font-size: 24px;
            display: inline-block;
            padding: 0;
            margin: 0 5px;
        }

            #mainpageNews .owl-nav > div i {
                display: inline-block;
                color: #999999;
                border-radius: 50%;
                line-height: 24px;
                border: 2px solid #999999;
                font-size: 24px;
                width: 24px;
                height: 24px;
            }

#mainpageSect8 {
    margin-top: 100px;
    height: 250px;
    background: url('/Content/img/destekhatti.jpg') no-repeat center;
}

#mainpageMap {
    height: 500px;
    margin-top: 50px;
}

#prodTitle, #PageTitle {
    text-decoration: none;
    color: #0d99ca;
    font-size: 22px;
    padding: 0 15px;
    text-transform: uppercase;
    border-bottom: 2px solid #227dc0;
    border-top: 2px solid #227dc0;
    font-family: 'Open Sans';
    line-height: 57px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 20px;
}

#sagicerik > ul,
#sagicerik > p {
    font-size: 13px;
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
    word-wrap: break-word;
    line-height: 20.8px;
    color: #333;
}

    #sagicerik > ul > a,
    #sagicerik > p > a {
        color: #0782C1;
    }

.newsHeadDate {
    font-size: 12px;
    margin-bottom: 5px;
    color: #227dc0;
}

#mainpageNewsShowCont {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.66);
    top: 0;
    left: 0;
    z-index: 1000;
    font-size: 0;
}

div#newsKapat {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#mainpageNewsShow {
    width: 80vw;
    height: 80vh;
    background: white;
    max-width: 640px;
    max-height: 480px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-decoration: none;
}

    #mainpageNewsShow .title {
        line-height: 40px;
        font-size: 24px;
        height: 40px;
        overflow: hidden;
        text-align: center;
        padding: 0 20px;
        color: black;
    }

    #mainpageNewsShow .img {
        height: 440px;
        width: 640px;
    }

        #mainpageNewsShow .img img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

#catalogs {
    font-size: 0;
}

.katalog-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}

    .katalog-item > div {
        position: relative;
    }

.katalog-title {
    font-size: 14px;
    margin: 0 10px;
    display: block;
    text-align: center;
    background: #eee;
    line-height: 24px;
}

.catalogImage {
    height: 200px;
    width: 160px;
    background-color: black;
    margin: 10px;
    background-size: cover;
    position: relative;
}

    .catalogImage:hover > a {
        opacity: 1;
    }

.online, .pdf {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    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;
    transition: opacity .3s;
}

    .online:hover, .pdf:hover {
        opacity: 1;
    }

.online {
    top: 0;
}

.pdf {
    bottom: 0;
}

.mh-menu {
    /*height: 385px;*/
    width: 1250px;
    margin: 20px auto;
    position: relative;
    z-index: 1;
    padding: 0;
    padding-bottom: 200px;
}

    .mh-menu li {
        width: 300px;
        list-style: none;
    }

        .mh-menu li a {
            display: block;
            width: 280px;
            padding: 0px 10px;
            text-align: right;
            position: relative;
            z-index: 10;
            background: #fff;
            height: 97px;
            border-right: 1px solid #ddd;
            background-color: rgba(255,255,255, 0.8);
            text-decoration: none;
            color: black;
        }

        .mh-menu li:nth-child(4n + 1):hover a {
            background-color: rgba(174,54,55,0.9);
        }

        .mh-menu li:nth-child(4n + 2):hover a {
            background-color: rgba(195, 210, 67, 0.9);
        }

        .mh-menu li:nth-child(4n + 3):hover a {
            background-color: rgba(211, 132, 57, 0.9);
        }

        .mh-menu li:nth-child(4n):hover a {
            background-color: rgba(142, 116, 99, 0.9);
        }

        .mh-menu li a span {
            display: block;
        }

            .mh-menu li a span:first-child {
                font-weight: 700;
                font-size: 16px;
                color: #868686;
                padding-top: 10px;
                font-family: 'Alegreya SC', Georgia, serif;
                -webkit-transition: color 0.2s linear;
                -moz-transition: color 0.2s linear;
                -o-transition: color 0.2s linear;
                -ms-transition: color 0.2s linear;
                transition: color 0.2s linear;
                line-height: 20px;
            }

            .mh-menu li a span:nth-child(2) {
                font-weight: 400;
                font-style: italic;
                font-size: 24px;
                font-family: 'Alegreya SC', Georgia, serif;
                -webkit-transition: color 0.2s linear;
                -moz-transition: color 0.2s linear;
                -o-transition: color 0.2s linear;
                -ms-transition: color 0.2s linear;
                transition: color 0.2s linear;
                line-height: 36px;
            }

        .mh-menu li:hover span:nth-child(1),
        .mh-menu li:hover span:nth-child(2) {
            color: #fff;
        }

        .mh-menu li img {
            position: absolute;
            z-index: 1;
            left: 0px;
            margin-top: -97px;
            opacity: 0;
            -webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
            -moz-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
            -o-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
            -ms-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
            transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
            width: 200px;
        }

        .mh-menu li:hover img {
            left: 300px;
            opacity: 1;
        }

        .mh-menu li .ozgecmis {
            position: absolute;
            z-index: 1;
            left: 0px;
            margin-top: -97px;
            opacity: 0;
            -webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
            -moz-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
            -o-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
            -ms-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
            transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
            font-family: 'Alegreya SC', Georgia, serif;
        }

        .mh-menu li:hover .ozgecmis {
            left: 520px;
            opacity: 1;
            font-size: 16px;
        }

#photoContent {
    padding-bottom: 20px;
}

#faq {
    font-family: 'Open Sans', sans-serif;
}

    #faq .soruItem {
        border: 1px solid #EEE;
    }

    #faq .soru {
        color: #777;
        background: #f8f8f8;
        line-height: 26px;
        font-size: 14px;
        padding: 5px 15px;
        font-weight: 600;
    }

    #faq .cevap {
        display: none;
        padding: 10px;
    }

        #faq .cevap:after {
            content: '';
            display: block;
            clear: both;
        }


#solmenu .container ~ i {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    line-height: 48px;
    color: inherit;
    width: 48px;
    font-size: 18px;
    text-align: center;
    text-indent: 0;
}

#menu ul, #menu li {
    position: relative;
    padding: 0;
}

#solmenu .container .container:not(.show),
#menu .container .container:not(.show) {
    display: none;
}

#menu > ul li:hover > .container,
#menu > ul ul:hover > .container {
    position: absolute;
    top: 0;
    background: red;
    right: -100%;
    width: 130%;
    display: block !important;
}

#menu .container .container a {
    border: 1px solid transparent;
    font-size: 14px;
    color: white;
    text-decoration: none;
    line-height: 40px;
    border-top: 1px solid;
    border-top-color: white;
    border-top-color: rgba(255, 255, 255, 0.15);
    transition: background-color .3s, color .3s;
    padding: 0 20px;
    background: #3d6b93;
}