﻿@import url('normalize.css');

@media screen and (min-width: 1250px) {
    body {
        overflow-x: hidden;
    }

    .modedmargin {
        margin-left: Calc(625px - 50vw) !important;
        margin-right: Calc(625px - 50vw) !important;
    }

    .modedpadding {
        padding-left: Calc(50vw - 625px) !important;
        padding-right: Calc(50vw - 625px) !important;
    }
}

html {
    background: #040404;
}

body {
    background: white;
    min-width: 1250px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 100px none #ffffff;
    border-radius: 100px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #000000;
    }

::-webkit-scrollbar-track {
    background: #666666;
    border: 44px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: #666666;
    }

    ::-webkit-scrollbar-track:active {
        background: #333333;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.onlymobile {
    display: none !important;
}

#container {
    width: 1250px;
    margin: 0 auto;
    position: relative;
}

#contentbody {
    background: url(/content/img/contentback.jpg);
    background-position: top center;
    margin-top: 118px;
    background-repeat-y: no-repeat;
    padding-top: 20px;
}

#langCont {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 0;
}

    #langCont > a {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        text-decoration: none;
        color: black;
        width: 38px;
        height: 36px;
        background: gray;
        background: rgba(0, 0, 0, .22);
        line-height: 36px;
        text-align: center;
        transition: background .3s;
    }

        #langCont > a.active {
            color: white;
        }

        #langCont > a:hover {
            background: rgba(0, 0, 0, .35);
        }

header {
    height: 82px;
    font-size: 0;
    background: white;
    background: rgba(255, 255, 255, 0.93);
    top: 45px;
    position: relative;
    z-index: 2;
    margin-bottom: 73px;
}

#logocont {
    width: 230px;
    height: 103px;
    display: inline-block;
    top: -16px;
    position: relative;
    margin: 0 10px;
}

    #logocont > a {
        display: block;
        height: 230px;
        margin: 0 auto;
        width: 230px;
        position: relative;
        background: url(/content/img/logo.png) center no-repeat;
        top: -40px;
    }

.ayrac {
    display: inline-block;
    width: 69px;
    height: 82px;
    vertical-align: top;
    background: url(/content/img/ayrac.png);
    margin: 0 -40px;
    z-index: -1;
    position: relative;
}

#menu {
    display: block;
    vertical-align: top;
    text-align: center;
}

    #menu > ul.topmenu {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        vertical-align: top;
    }

    #menu > ul:not(.topmenu) {
        display: none;
    }

    #menu > ul > a {
        color: #b3803d;
        font-size: 20px;
        text-decoration: none;
        line-height: 82px;
        padding: 0 30px;
        font-family: 'Georgia';
        font-weight: normal;
        transition: color .2s;
    }

    #menu > ul:hover > a {
        color: #e2a759;
    }

    #menu > ul > .container {
        overflow: hidden;
        max-height: 0;
        background: white;
        background: rgba(255, 255, 255, 0.93);
        transition: max-height .3s ease-in-out;
        margin: 0 -40px;
    }

    #menu > ul:hover > .container {
        max-height: 240px;
    }

    #menu > ul > .container > li.topmenu > a {
        font-size: 14px;
        color: #b3803d;
        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;
        border-top: 1px solid #b3803d;
    }

    #menu > ul > .container > li.topmenu:last-child > a {
        border-bottom: 1px solid #b3803d;
    }

    #menu > ul > .container > li.topmenu > a:hover {
        background: white;
        color: white;
        background: #b3803d;
        box-sizing: border-box;
    }

footer {
    font-size: 0;
    margin-top: -50px;
}

#footer-top {
    position: relative;
    z-index: 5;
}

    #footer-top > div, #footer-top > a {
        display: inline-block;
        vertical-align: top;
        margin-right: 12px;
        height: 276px;
        text-decoration: none;
        overflow: hidden;
        background: #ac7b37;
        background: rgba(172, 123, 55, .1);
    }

        #footer-top > div:last-child {
            margin-right: 0;
        }

    #footer-top .footerTitle {
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        background: #aa7937;
        background: rgba(170, 121, 55, 0.46);
        color: white;
        display: block;
        text-decoration: none;
    }

        #footer-top .footerTitle > span,
        #footer-top .footerTitle > a {
            text-decoration: none;
            color: inherit;
            display: block;
            padding: 0 20px;
        }

    #footer-top #haberlerTab .footerContent {
        margin: 12px;
    }

    #footer-top #haberlerTab img {
        width: 100%;
        height: 202px;
        object-fit: contain;
    }

    #projelerTab .footerContent a:hover, #footer-top .footerTitle:hover {
        color: white;
        background: #252626;
    }

    #footer-top .footerTitle > a {
        text-decoration: none;
        color: inherit;
    }

    #footer-top .footerContent {
        height: 225px;
        margin: 5px;
        overflow: hidden;
    }

#projelerTab {
    width: 360px;
}


    #projelerTab .img {
        width: 100%;
        height: 225px;
        position: relative;
    }

        #projelerTab .img .title {
            position: absolute;
            top: 0;
            width: 100%;
            line-height: 28px;
            font-size: 16px;
            background: rgba(255, 255, 255, 0.25);
            transition: background .2s;
        }

        #projelerTab .img:hover .title {
            background: rgba(0, 0, 0, 0.25);
        }

        #projelerTab .img img {
            width: 100%;
            height: 202px;
            object-fit: contain;
        }

    #projelerTab .footerContent a.item {
        font-size: 24px;
        display: block;
        text-decoration: none;
        line-height: 72.5px;
        text-align: center;
        color: #252626;
        background: #ccc;
        background: rgba(37, 38, 38, .1);
        transition: all .3s;
        overflow: hidden;
        margin: 7px;
        width: 336px;
        height: 202px;
    }

#footer-top .footerTitle {
    transition: all .3s;
}

    #projelerTab .footerContent a:hover, #footer-top .footerTitle:hover {
        color: white;
        background: #aa7937;
    }

    #footer-top .footerTitle > a {
        text-decoration: none;
        color: inherit;
    }

#sertifikalarTab {
    width: 360px;
}

    #sertifikalarTab .footerContent {
        display: block;
        overflow: hidden;
    }

        #sertifikalarTab .footerContent img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: all .3s;
        }

        #sertifikalarTab .footerContent:hover img {
            transform: scale(1.2);
        }

#haberlerTab {
    width: 360px;
}

    #haberlerTab .img {
        width: 150px;
        height: 145px;
        display: inline-block;
        vertical-align: top;
    }

        #haberlerTab .img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: white;
        }


    #haberlerTab .text {
        height: 150px;
        width: 262px;
        display: inline-block;
        padding: 0 10px;
        box-sizing: border-box;
    }

        #haberlerTab .text .title {
            font-size: 20px;
            height: 36px;
            line-height: 30px;
            border-bottom: 1px solid #8e8e8e;
            color: #252626;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #haberlerTab .text .desc {
            font-size: 13px;
            line-height: 16px;
            color: #5a5a5a;
            padding: 10px 0;
            box-sizing: border-box;
            text-align: justify;
        }

    #haberlerTab .owl-dots {
        position: absolute;
        top: 0;
        right: 15px;
        margin: 0;
        height: 50px;
    }

        #haberlerTab .owl-dots .owl-dot span {
            margin: 20px 2px;
            background: #505050;
        }

        #haberlerTab .owl-dots .owl-dot.active span, #haberlerTab .owl-dots .owl-dot:hover span {
            background: #ac7b37;
        }

#iletisimTab {
    width: 506px;
}

    #iletisimTab .social {
        position: absolute;
        top: 0;
        right: 20px;
    }

        #iletisimTab .social a {
            color: #fff;
            border: 2px solid #fff;
            text-decoration: none;
            display: inline-block;
            vertical-align: top;
            width: 26px;
            margin: 10px 2px;
            font-size: 0;
            height: 26px;
            border-radius: 50%;
            transition: all .3s;
        }

            #iletisimTab .social a:hover {
                color: #ddd;
                border: 2px solid #ddd;
            }

            #iletisimTab .social a i {
                display: block;
                line-height: 26px;
                font-size: 16px;
                text-align: center;
            }

    #iletisimTab .img {
        display: inline-block;
        vertical-align: top;
        margin: 7px;
        background: black;
        overflow: hidden;
    }

        #iletisimTab .img img {
            transition: all .3s;
        }

        #iletisimTab .img:hover img {
            opacity: .8;
            transform: scale(1.2);
        }

    #iletisimTab .text {
        color: #5a5a5a;
        display: inline-block;
        vertical-align: top;
        width: 242px;
        height: 132px;
        margin: 7px 10px;
    }

    #iletisimTab .title {
        border-bottom: 1px solid #8e8e8e;
        margin: 0 -5px;
        height: 53px;
    }

        #iletisimTab .title > * {
            display: inline-block;
            vertical-align: top;
        }

        #iletisimTab .title > div {
            font-size: 13px;
            width: 185px;
            padding-left: 2px;
            margin-right: -2px;
            line-height: 21px;
        }

    #iletisimTab .desc {
        font-size: 14px;
        padding: 10px 0;
    }

        #iletisimTab .desc > div {
            white-space: nowrap;
        }

            #iletisimTab .desc > div > * {
                display: inline-block;
                vertical-align: top;
                line-height: 22px;
                color: inherit;
                text-decoration: none;
            }

        #iletisimTab .desc span {
            width: 70px;
        }

            #iletisimTab .desc span:after {
                content: ':';
            }

#mapLink {
    width: 53px;
    height: 53px;
    background: url(/content/img/mappin.png) center no-repeat;
    margin-top: -6px;
    margin-left: -6px;
}

#footer-mid {
    margin-top: 12px;
}

    #footer-mid .header {
        background: #ac7a37;
        background: rgba(172, 122, 55, 0.75);
        height: 50px;
        line-height: 50px;
    }

    #footer-mid .title {
        font-size: 20px;
        color: white;
        padding: 0 20px;
    }

    #footer-mid .content {
        width: 100vw;
        min-height: 67px;
        min-width: 1250px;
        padding: 10px 0;
        background: #e9e9e9;
    }

    #footer-mid .item {
        width: 222px;
        height: 126px;
        margin: 2px 5px;
        box-sizing: border-box;
        padding: 5px;
    }

        #footer-mid .item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

#footer-bottom {
    height: 56px;
    background: #ac7b37;
    line-height: 56px;
    font-size: 14px;
    color: white;
}

    #footer-bottom > * {
        height: 56px;
    }

    #footer-bottom > div:first-child {
        float: left;
    }

    #footer-bottom > div:last-child {
        float: right;
    }

    #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;
    }

#contentbody {
    font-size: 0;
    padding-bottom: 50px;
}

#solmenu,
#overridedsolmenu {
    width: 315px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

    #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: #ac7b37;
            font: bold 14px/32px Calibri;
            padding: 0 15px;
            text-transform: uppercase;
            border-bottom: 1px solid #ac7b37;
        }

        #solmenu > ul > div > li,
        #overridedsolmenu > ul > div > li {
            list-style: none;
            padding: 0;
            margin: 0;
            height: 30px;
            border-bottom: 1px solid #b3b3b3;
        }

            #solmenu > ul > div > li:hover, #solmenu > ul > div > li.active,
            #overridedsolmenu > ul > div > li:hover, #overridedsolmenu > ul > div > li.active {
                background: rgba(0, 0, 0, .1);
            }


                #solmenu > ul > div > li:hover > a, #solmenu > ul > div > li.active > a,
                #overridedsolmenu > ul > div > li:hover > a, #overridedsolmenu > ul > div > li.active > a {
                    color: #e5a244;
                }

            #solmenu > ul > div > li > a,
            #overridedsolmenu > ul > div > li > a {
                font-weight: bold;
                color: #ac7b37;
                padding: 0 15px;
                text-decoration: none;
                text-transform: uppercase;
                display: block;
                line-height: 30px;
            }

    #solmenu ul, #solmenu li,
    #overridedsolmenu ul, #overridedsolmenu li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

#sagicerik, #overridedsagicerik {
    width: 930px;
    font-size: 14px;
    padding-left: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}

#pagetitle, #overridedpagetitle {
    font: bold 24px Calibri;
    color: #ac7b37;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#background-img {
    position: absolute;
    top: 0;
    width: 100vw;
    min-width: 1250px;
    left: 0;
    right: 0;
    height: 200px;
    background-position: center;
}

#newsPage {
    font-size: 0;
}

    #newsPage .haber-item {
        height: 160px;
        vertical-align: top;
        display: inline-block;
        width: 372px;
        margin: 0 33px 20px;
        box-sizing: border-box;
        box-shadow: 3px 5px 11px -6px #b17f38;
        background: white;
        border: 1px solid #b17f38;
        overflow: hidden;
    }

        #newsPage .haber-item:nth-child(3n+1) {
            margin-left: 0;
        }

        #newsPage .haber-item:nth-child(3n) {
            margin-right: 0;
        }

        #newsPage .haber-item > div {
            display: inline-block;
            vertical-align: top;
        }

    #newsPage .haber-img {
        width: 140px;
        margin: 10px;
        height: 140px;
        box-sizing: border-box;
        border: 1px solid #ddd;
        background: black;
        overflow: hidden;
    }

    #newsPage img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: white;
        transition: all .3s;
    }

        #newsPage img:hover {
            opacity: .8;
            transform: scale(1.2);
        }

    #newsPage .haber-content-body {
        height: 140px;
        border: 10px solid white;
        width: 190px;
        overflow: hidden;
    }

    #newsPage .haber-title {
        font-size: 14px;
        color: #b17f38;
        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: #e2a759;
            border-color: transparent;
            color: white;
        }

    #newsPager .haber-button-current {
        background: #b17f38;
        border-color: transparent;
        color: white;
    }

#newsContainer {
    font-size: 0;
}

    #newsContainer .newsHeader {
        text-align: right;
        display: block;
    }

    #newsContainer > * {
        display: inline-block;
        vertical-align: top;
    }

    #newsContainer > .newsContent {
        padding-left: 20px;
        width: 980px;
        font-size: 14px;
    }

        #newsContainer > .newsContent > p {
            margin: 0;
            padding: 0;
        }

#newsMainImg {
    width: 250px;
    overflow: hidden;
    height: 200px;
    display: inline-block;
    border: 1px solid #eee;
    box-sizing: border-box;
    background: white;
    padding: 10px;
}

    #newsMainImg > div {
        width: 230px;
        height: 180px;
        overflow: hidden;
        background: black;
    }

    #newsMainImg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: white;
        box-sizing: border-box;
        transition: all .3s;
    }

        #newsMainImg img:hover {
            transform: scale(1.2);
            opacity: .8;
        }

.newsPhotosContainer {
    padding: 10px 0;
    font-size: 0;
}

.newsPhotosContainerTitle, .projPhotosTitle {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    color: #ac7b37;
}

.newsPhotosCollections > a {
    display: inline-block;
    vertical-align: top;
    width: 234px;
    height: 180px;
    margin: 10px;
    background: black;
    overflow: hidden;
}

    .newsPhotosCollections > a:nth-child(5n) {
        margin-right: 0;
    }

    .newsPhotosCollections > a:nth-child(5n+1) {
        margin-left: 0;
    }

    .newsPhotosCollections > a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border: 1px solid #eee;
        box-sizing: border-box;
        padding: 10px;
        background: white;
        transition: all .3s;
    }

        .newsPhotosCollections > a img:hover {
            opacity: .8;
            transform: scale(1.2);
        }

#urunlerpage {
    font-size: 0;
}

.kategori-item {
    width: 290px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    text-decoration: none;
    color: #111;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    box-shadow: 3px 5px 11px -6px black;
}
.kategori-item>a.vlightbox1 {
    display: block;
    height: 290px;
}
    .kategori-item h2 {
        font: inherit;
        padding: 0;
        margin: 0;
    }

    .kategori-item:nth-child(3n+1) {
        margin-left: 0;
    }

    .kategori-item:nth-child(3n) {
        margin-right: 0;
    }

    .kategori-item .vlightbox,
    .kategori-item .img {
        height: 250px;
        background: black;
        overflow: hidden;
        border: 10px solid white;
    }

    .kategori-item .cont {
        display: block;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        background: #fff;
        position: relative;
        z-index: 1;
        border-top: 1px solid #eaeaea;
        color: inherit;
        text-decoration: none;
    }

    .kategori-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background: white;
        transition: all .3s;
    }

        .kategori-item img:hover {
            transform: scale(1.2);
            opacity: .8;
        }

.urunkategori-item {
    display: table;
    margin-bottom: 20px;
    padding: 10px;
}

    .urunkategori-item > div {
        display: inline-block;
        vertical-align: top;
    }

    .urunkategori-item > .cont {
        font-size: 14px;
        color: #333;
        width: 670px;
        margin-left: 20px;
        line-height: 29px;
        border: 1px dotted #aaa;
        box-sizing: border-box;
    }

        .urunkategori-item > .cont h2 {
            margin: 0;
            padding: 0;
            font: inherit;
            display: inline;
        }

        .urunkategori-item > .cont > div {
            border-bottom: 1px dotted #aaa;
        }

            .urunkategori-item > .cont > div:last-child {
                border-bottom: none;
            }

        .urunkategori-item > .cont span:first-child {
            display: table-cell;
            vertical-align: top;
            width: 120px;
            background: #ac7b37;
            padding: 0 10px;
            color: white;
            margin-right: 10px;
        }

        .urunkategori-item > .cont span:last-child {
            width: 530px;
            overflow: hidden;
            display: table-cell;
            padding: 0 10px;
            position: relative;
            box-sizing: border-box;
        }

            .urunkategori-item > .cont span:last-child p {
                margin: 0;
                padding: 0;
            }

    .urunkategori-item > .img {
        width: 200px;
        height: 120px;
        background: black;
        overflow: hidden;
    }

        .urunkategori-item > .img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: white;
            border: 1px dotted #aaa;
            box-sizing: border-box;
            transition: all .3s;
        }

        .urunkategori-item > .img:hover img {
            transform: scale(1.2);
            opacity: .8;
        }

#mainpageslider {
    width: 100vw;
    margin-top: -200px;
    min-width: 1250px;
    z-index: 1;
    position: relative;
    max-height: 100vh;
    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 .3s;
        }

        #phototab .urunimg:hover img {
            transform: scale(1.2);
        }

    #phototab .zoomImg {
        height: 140px;
        line-height: 140px;
        text-align: center;
        font-size: 40px;
        color: white;
        transition: all .3s;
        transform: translateY(-140px);
    }

        #phototab .zoomImg:hover {
            background: rgba(0, 0, 0, 0.41);
        }

        #phototab .zoomImg > i {
            transform: translateY(140px);
            transition: all .3s;
        }

        #phototab .zoomImg:hover > i {
            transform: translateY(0);
        }

#projectDetail {
    font-size: 0;
    border: 1px dotted #aaa;
}

    #projectDetail .row {
        border-bottom: 1px dotted #aaa;
        box-sizing: border-box;
        display: table;
    }

        #projectDetail .row:last-child {
            border-bottom: none;
        }

    #projectDetail .title {
        line-height: 30px;
        display: table-cell;
        vertical-align: top;
        width: 250px;
        font-size: 16px;
        background: #ac7b37;
        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 .uretim-foto-img {
        display: inline-block;
        vertical-align: top;
        width: 166px;
        margin: 0 10px 10px;
        height: 133px;
        overflow: hidden;
        background: black;
    }

    #uretimDPhoto > a:nth-child(5n) .uretim-foto-img {
        margin-right: 0;
    }

    #uretimDPhoto > a:nth-child(5n+1) .uretim-foto-img {
        margin-left: 0;
    }

    #uretimDPhoto .uretim-foto-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: white;
        transition: all .3s;
    }

    #uretimDPhoto .uretim-foto-img:hover img {
        transform: scale(1.2);
        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: #ac7b37;
        color: white;
    }

.g-recaptcha {
    display: inline-block;
}

#searchCont {
    float: left;
    line-height: 30px;
    font-size: 14px;
}

    #searchCont input {
        width: 250px;
        height: 36px;
        border: 1px solid rgba(0, 0, 0, .22);
        box-sizing: border-box;
        margin-right: 10px;
        font-size: 14px;
        padding: 0 10px;
    }

    #searchCont .tt-menu {
        background: white;
        width: Calc(100% - 10px);
        border: 1px solid rgba(0, 0, 0, .22);
        box-sizing: border-box;
    }

    #searchCont .tt-suggestion.tt-selectable {
        border-bottom: 1px dotted #aaa;
        box-sizing: border-box;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

        #searchCont .tt-suggestion.tt-selectable:hover {
            background: #eaeaea;
        }

a#footer-mid {
    display: block;
    text-decoration: inherit;
    color: inherit;
}

.reflist {
    font-size: 0;
}

    .reflist > a {
        display: inline-block;
        width: 220px;
        overflow: hidden;
        margin: 5px;
        border: 1px solid #afafaf;
        box-sizing: border-box;
        padding-bottom: 0;
        text-align: center;
        background: white;
        text-decoration: none;
        color: inherit;
        vertical-align: top;
        background: black;
    }

        .reflist > a:nth-child(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: 100px;
            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: #e6e6e6;
        line-height: 30px;
        padding-left: 10px;
        font-size: 11px;
        font-weight: bold;
        cursor: pointer;
    }

        #prodDetail > #changer > div.active {
            border-bottom: 4px solid #ac7b37;
            color: #ac7b37;
            background: #f4f4f4;
        }

        #prodDetail > #changer > div:hover {
            border-bottom: 4px solid #93621e;
            color: #ac7b37;
            background: #f4f4f4;
        }

        #prodDetail > #changer > div > i {
            margin-right: 10px;
            font-size: 24px;
            padding-bottom: 4px;
            display: inline-block;
            vertical-align: middle;
            text-shadow: 1px 1px 0 #afafaf;
        }

#prodContent {
    font-size: 16px;
}

    #prodContent > div {
        display: none;
    }

        #prodContent > div.active {
            display: block;
        }

.prodDescHeader {
    font-size: 0;
    margin: 5%;
}

    .prodDescHeader > div {
        display: inline-block;
    }

.prodDescHeaderImg {
    width: 30%;
    overflow: hidden;
    vertical-align: top;
    height: 250px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    display: inline-block;
}

    .prodDescHeaderImg img {
        width: 90%;
        height: 90%;
        object-fit: 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: #ac7b37;
                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 {
    padding: 20px 0;
}

    #FotoGaleri .vlightbox1 {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        width: 210px;
        height: 210px;
        margin: 10px;
        border: 1px solid #ededed;
    }

        #FotoGaleri .vlightbox1:nth-child(4n+1) {
            margin-right: 0;
        }

        #FotoGaleri .vlightbox1:nth-child(4n+2) {
            margin-left: 0;
        }

        #FotoGaleri .vlightbox1 .fotoGalleryTitle {
            display: none;
        }

        #FotoGaleri .vlightbox1 .fotoGalleryImg {
            width: 192px;
            height: 192px;
            margin: 10px;
            overflow: hidden;
        }

            #FotoGaleri .vlightbox1 .fotoGalleryImg img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                transition: all .2s;
            }

                #FotoGaleri .vlightbox1 .fotoGalleryImg img:hover {
                    transform: scale(1.2);
                }

#FotoGaleriTitle {
    font-size: 18px;
    line-height: 36px;
    background: #f4f4f4;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 10px;
    border-bottom: 4px solid #ac7b37;
    color: #ac7b37;
}

#catalogs {
    font-size: 0;
}

.katalog-item {
    display: inline-block;
    vertical-align: top;
}

.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;
}

.online {
    top: 0;
}

.pdf {
    bottom: 0;
}
