﻿@import url('normalize.css');
@import url('../fonts/ArialMT/styles.css');
@import url('../fonts/FranklinGothic-Book/styles.css');
@import url('../fonts/GothamNarrow-Book/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: #d10202;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 100px none #ffffff;
    border-radius: 100px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #000000;
    }

::-webkit-scrollbar-track {
    background: #666666;
    border: 44px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: #666666;
    }

    ::-webkit-scrollbar-track:active {
        background: #333333;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.onlynomobile {
    display: none !important;
}

#mobilheadertop {
    background: #e0e0e0;
    height: 10vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    box-shadow: 0 0 1px 0 black;
    z-index: 10;
}

#mobileLogo {
    background: url(/Content/img/logo.png) no-repeat center #fff;
    background-size: auto 10vh;
    display: inline-block;
    height: 10vh;
    width: 100vw;
}

#menubutton {
    width: 10vh;
    height: 10vh;
    background: url(/Content/img/menu.png) center no-repeat #fff;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    z-index: 10;
}

#langMobile {
    width: 10vh;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    padding: 8px;
    display: inline-block;
    background: #fff;
    border: none;
    color: #006089;
    outline: none;
    text-align: center;
    text-align-last: center;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
}

header {
    position: fixed;
    width: 80vw;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    margin-left: -100vw;
    transition: margin-left .3s ease-in-out;
    background: #1d1d1d;
}

    header.show {
        margin-left: 0;
    }

#logocont > a {
    height: 10vh;
    line-height: 10vh;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #E5E5E5;
    font-size: 12px;
    background-color: #006089;
}

#container.show {
    width: 100vw;
    margin-left: 80vw;
    margin-right: -80vw;
}

#container {
    transition: margin .3s ease-in-out;
}

#menu {
    padding-top: 1px;
    background-image: url(/content/img/menuBg.jpg);
    overflow-y: auto;
    height: 90vh;
}

    #menu ul:not(.topmenu), #menu li:not(.topmenu) {
        display: none;
    }

    #menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #menu > .menuid_1 {
        display: none;
    }

    #menu > ul > a {
        color: #fff;
        height: 30px;
        line-height: 30px;
        width: 42.5vw;
        margin: 5px 0;
        padding: 0 25px 0 10px;
        text-decoration: none;
        background-image: url(/content/img/mobilmenuback.png);
        white-space: nowrap;
        background-size: 100%;
    }

    #menu > ul > div > li {
        padding: 0;
        margin-left: 40px;
        position: relative;
    }

        #menu > ul > div > li i {
            color: white;
            display: inline-block;
            position: absolute;
            top: 0;
            line-height: 30px;
            width: 30px;
            height: 30px;
            text-align: center;
            right: 10px;
        }

    #menu .container .container {
        display: none;
        overflow: hidden;
        transition: max-height .3s;
        margin-left: -40px;
    }

        #menu .container .container a {
            padding-left: 40px;
        }

    #menu > ul > div li:after, #menu > ul > div li ul:before {
        position: relative;
        left: 0;
        height: 2px;
        background: url(/content/img/menuSeperator.png) no-repeat bottom;
        content: '';
        display: block;
        margin-left: -40px;
    }

    #menu > ul > div li ul:before {
        margin-left: calc(-5vw - 40px);
    }

    #menu > ul > div > li a {
        margin: 2px;
        height: 30px;
        color: #fff;
        line-height: 30px;
        font-size: 12px;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
    }

        #menu > ul > div > li a:before {
            content: "•";
            color: White;
            margin-right: 5px;
            display: inline-block;
        }

    #menu > ul > div > li ul,
    #menu > ul > div > li li {
        padding-left: 5vw;
        position: relative;
    }

#menusubline {
    z-index: 10;
    position: absolute;
    background: rgba(0,0,0,0.10);
    width: 20vw;
    height: 100vh;
    top: 0;
    right: -20vw;
}

#mainpageslider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#wowslider-container1 {
    height: 30vh;
}

    #wowslider-container1 .ws_images canvas {
        width: auto !important;
        position: absolute !important;
        left: -99990px !important;
        right: -99990px;
        margin: auto;
    }



#sagicerik {
    padding: 0 5vw;
    font-size: 12px;
    background: #fff;
    overflow: auto;
    width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
    padding-bottom: 2vh;
    text-align: justify;
}

.mobilebanner {
    font-size: 0;
    background: #d10202;
    margin-bottom: 2vh;
}

    .mobilebanner img {
        width: 100%;
    }

#background-img {
    background: #333 !important;
    color: white;
    line-height: 30px;
    padding-left: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    max-height: 60px;
    overflow: hidden;
}

    #background-img > div {
        display: inline-block;
    }

        #background-img > div:not(:last-child):after {
            content: ' - ';
        }

.foto-image-box {
    margin: 5px;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    background-color: #03428e;
    background-color: rgba(3, 66, 142, 0.15);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .foto-image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#urunlerpage {
    font-size: 0;
}

.kategori-item {
    vertical-align: top;
    width: 40vw;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    margin: 2vh 5vw;
    color: #111;
    background: white;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    box-shadow: 3px 5px 11px -6px black;
}

    .kategori-item:nth-child(odd) {
        margin-left: 0;
    }

    .kategori-item:nth-child(even) {
        margin-right: 0;
    }

    .kategori-item img {
        width: 40vw;
        height: 40vw;
        object-fit: contain;
        background: #f9f9f9;
    }

    .kategori-item h2 {
        margin: 0;
        padding: 0;
        font: inherit;
    }

    .kategori-item .cont {
        font-size: 14px;
        line-height: 18px;
        padding: 0 10px;
        text-align: center;
        display: block;
        text-decoration: none;
        color: inherit;
    }

        .kategori-item .cont div {
            color: red;
        }

.urunkategori-item {
    display: block;
    font-size: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px dotted #aaa;
    margin-bottom: 3vh;
}

    .urunkategori-item .img {
        display: none;
    }

        .urunkategori-item .img img {
            width: 100%;
        }

    .urunkategori-item .cont {
        display: block;
    }

        .urunkategori-item .cont h2 {
            font: inherit;
            margin: 0;
            padding: 0;
        }

    .urunkategori-item > div span {
        border-bottom: 1px dotted #aaa;
        display: block;
        color: #484848;
        box-sizing: border-box;
        padding: 5px 10px;
    }

    .urunkategori-item .cont > div,
    .urunkategori-item .cont > div h2 {
        font-size: 14px;
        line-height: 18px;
    }

        .urunkategori-item .cont > div:last-child span:last-child {
            border-bottom: none;
        }

        .urunkategori-item .cont > div span:first-child {
            display: block;
            background: #0067ac;
            padding: 0 10px;
            color: white;
            line-height: 30px;
        }

        .urunkategori-item .cont > div.title span:first-child {
            background: #d76d00;
        }

#projectDetail {
    border: 1px dotted #aaa;
    box-sizing: border-box;
}

    #projectDetail .row .title {
        font-size: 14px;
        line-height: 30px;
        background: #0067ac;
        box-sizing: border-box;
        padding: 0 10px;
        color: white;
    }

    #projectDetail .row:first-child .title {
        background: #d76d00;
    }

    #projectDetail .row > div {
        border-bottom: 1px dotted #aaa;
    }

    #projectDetail .row:last-child > div:last-child {
        border-bottom: none;
    }

    #projectDetail .row .content {
        font-size: 14px;
        box-sizing: border-box;
        padding: 5px 10px;
        line-height: 18px;
    }

.projPhotosTitle {
    display: none;
}

footer {
    background: #000;
}

#footer-top > ul {
    display: none;
}
/*
#footer-top {
    height: 200px;
    background: url(/content/img/footertop.jpg) center;
    text-align: center;
    background-size: cover;
    font-size: 0;
    display: table;
}

    #footer-top > div {
        display: table-cell;
        vertical-align: middle;
    }

    #footer-top .title {
        font-size: 28px;
        color: white;
        text-decoration: none;
        line-height: 64px;
    }

    #footer-top .logo img {
        height: 28px;
    }

    #footer-top .firma {
        font-size: 14px;
        color: white;
        line-height: 24px;
        padding-top: 10px;
    }

    #footer-top .line {
        display: inline-block;
        width: 60vw;
        height: 2px;
        background: white;
    }

    #footer-top .adres {
        font-size: 14px;
        display: inline-block;
        color: white;
        text-decoration: none;
        padding: 10px 5vw;
        width: 90vw;
    }*/

#telbox, #footer-bottom {
    background-color: #000000;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    color: #7C7C7C;
}

    #telbox > div {
        background-repeat: no-repeat;
        padding-left: 20px;
        line-height: 20px;
        background-size: 16px;
        text-align: center;
        display: inline-block;
        color: #7B7B7B;
    }

    #footer-bottom > div {
        padding: 10px;
    }

#bilisimofis > a {
    background-image: url(/Content/img/bilisimofis.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    display: inline-block;
}
/*#footer-mid {
    font-size: 0;
}

    #footer-mid .item {
        font-size: 14px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: white;
        padding: 2vh 5vw;
        line-height: 24px;
    }

        #footer-mid .item:nth-child(3n) {
            background: #363535;
        }

        #footer-mid .item:nth-child(3n+1) {
            background: #2d2b2b;
        }

        #footer-mid .item:nth-child(3n+2) {
            background: #000000;
        }

    #footer-mid .value {
        font-weight: 600;
        font-size: 16px;
    }

#footerDeskSocial {
    background: #623822;
    text-align: center;
}

    #footerDeskSocial > .title {
        font-size: 17px;
        color: white;
        font-family: 'GothamNarrow-Medium';
        line-height: 26px;
        border-bottom: 1px solid white;
        width: 80vw;
        margin: 0 auto;
        padding-top: 20px;
        letter-spacing: 1px;
        font-weight: bold;
    }

    #footerDeskSocial .socialBody a {
        display: inline-block;
        width: 90px;
        height: 90px;
        border: 2px solid white;
        border-radius: 50%;
        margin: 20px;
        font-size: 50px;
        color: white;
        line-height: 90px;
        box-sizing: border-box;
    }

    #footerDeskSocial .socialBody {
        font-size: 0;
    }

        #footerDeskSocial .socialBody a {
            display: inline-block;
            width: 14vw;
            height: 14vw;
            border: 2px solid white;
            border-radius: 50%;
            margin: 2vw;
            font-size: 7vw;
            color: white;
            line-height: 14vw;
            box-sizing: border-box;
        }

    #footerDeskSocial .follow {
        font-size: 16px;
        color: white;
        font-family: 'GothamNarrow-Thin';
    }

    #footerDeskSocial .ebulten {
        padding: 2vh 0;
    }

        #footerDeskSocial .ebulten label {
            color: white;
            font-size: 20px;
            font-family: 'GothamNarrow-Medium';
            line-height: 24px;
            display: block;
            vertical-align: top;
        }

        #footerDeskSocial .ebulten input {
            width: 200px;
            height: 24px;
            box-sizing: border-box;
            margin: 0 10px;
            font-size: 15px;
            padding: 0 5px;
            line-height: 24px;
            display: inline-block;
            display: block;
            margin: 10px auto;
        }

        #footerDeskSocial .ebulten button {
            background: #502f1d;
            border: none;
            height: 24px;
            box-sizing: border-box;
            display: inline-block;
            vertical-align: top;
            color: white;
            font-size: 14px;
        }

#footer-bottom {
    font-size: 0;
    background: #502f1d;
    font-family: 'ArialMT';
}

#copyright {
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    padding: 2vh 0;
    color: white;
}

#desing {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    color: white;
}

    #desing > * {
        display: inline-block;
        vertical-align: middle;
    }*/

#newsPage .haber-item {
    text-decoration: none;
    padding: 1vh 5vw;
    box-sizing: border-box;
    border: 1px solid #040404;
    display: block;
    margin: 1vh 0;
    border-radius: 4px;
    font-size: 0;
}

    #newsPage .haber-item > div {
        display: inline-block;
        vertical-align: top;
    }

        #newsPage .haber-item > div.haber-img {
            width: 30vw;
            overflow: hidden;
        }

            #newsPage .haber-item > div.haber-img img {
                width: 100%;
                height: 30vw;
                object-fit: contain;
            }

        #newsPage .haber-item > div.haber-content-body > div {
            width: 45vw;
            margin-left: 4vw;
            line-height: 6vw;
            color: #040404;
            font-size: 14px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            #newsPage .haber-item > div.haber-content-body > div.haber-date {
                font-size: 10px;
            }

            #newsPage .haber-item > div.haber-content-body > div.haber-content {
                white-space: normal;
                max-height: 18vw;
            }

#newsPager {
    text-align: center;
    margin: 2vh 0;
}

    #newsPager a {
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }

.haber-button {
    width: 23px;
    height: 24px;
    border: 1px solid #222222;
    text-align: center;
    line-height: 24px;
    border-radius: 2px;
    color: #222222;
}

    .haber-button.haber-button-current {
        background: #222222;
        color: white;
    }

#newsMainImg {
    display: block;
}

    #newsMainImg > div {
        width: 100%;
        height: 100%;
    }

    #newsMainImg img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

#newsMainContainer .newsHeadDate {
    text-align: right;
}

#solmenu {
    display: none;
}


#overridedsolmenu {
    max-height: 6vh;
    overflow: hidden;
    transition: max-height .3s;
    margin: 0 -5vw;
}

    #overridedsolmenu.show {
        max-height: 100vh;
    }

    #overridedsolmenu ul, #overridedsolmenu li, #overridedsolmenu h1 {
        margin: 0;
        padding: 0;
        list-style: none;
        font: inherit;
    }

    #overridedsolmenu a {
        height: 6vh;
        line-height: 6vh;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #040404;
        color: #040404;
        padding: 0 5vw;
        font-size: 16px;
    }

#iletisim {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    #iletisim input[type="text"], #iletisim textarea {
        box-sizing: border-box;
        width: 100%;
        padding: 4px 10px;
        margin-bottom: 10px;
        resize: none;
    }

    #iletisim textarea {
        height: 100px;
    }

    #iletisim input[type="submit"], #iletisim input[type="reset"] {
        margin: 1vh 5vw;
        padding: 2vh 5vw;
        border: none;
        background: #0067b3;
        color: white;
    }

#sertifikalarTab_m img {
    width: 100%;
    height: 20vh;
    object-fit: contain;
    padding: 10px;
    box-sizing: border-box;
}

#haberlerTab {
    display: block;
}

    #haberlerTab a {
        display: block;
        text-decoration: none;
        background: white;
        color: #040404;
        box-sizing: border-box;
        padding: 1vh 5vw;
        font-size: 0;
        max-height: Calc(90px + 2vh);
    }

        #haberlerTab a > div {
            display: inline-block;
            vertical-align: top;
            width: 60vw;
            font-size: 14px;
            line-height: 18px;
            height: 90px;
            overflow: hidden;
            box-sizing: border-box;
            padding-left: 2vw;
        }

            #haberlerTab a > div.img {
                width: 30vw;
                padding: 0;
            }

    #haberlerTab img {
        background: white;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #haberlerTab .owl-dots {
        position: absolute;
        top: 0;
        right: 2vw;
    }

.g-recaptcha {
    display: block;
}

    .g-recaptcha > div {
        margin: auto;
    }

.reflist {
    font-size: 0;
}

    .reflist > div {
        margin: 2vh 2.5vw;
        width: 40vw;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid #e0e0e0;
    }

        .reflist > div img {
            width: 100%;
            height: 20vw;
            background: white;
            padding: 10px;
            box-sizing: border-box;
            object-fit: contain;
        }

        .reflist > div > div {
            text-align: center;
            font-size: 16px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 30px;
            background: #f9f9f9;
        }

.prodDescHeader {
    width: 100%;
    overflow: hidden;
    margin-top: 5vw;
}

    .prodDescHeader img {
        width: 100%;
    }

.prodDescHeaderContent {
    font-size: 0;
}

    .prodDescHeaderContent > div {
        white-space: nowrap;
        width: 90vw;
    }

        .prodDescHeaderContent > div > div {
            text-overflow: ellipsis;
            overflow: hidden;
            display: inline-block;
            font-size: 2.5vh;
            line-height: 5vh;
            vertical-align: top;
            width: 70vw;
        }

    .prodDescHeaderContent .field {
        color: #f9b000;
        width: 20vw;
        text-align: right;
        padding-right: 1vw;
        line-height: 5vh;
    }

#prodContent > div:not(.mobilContentBar):not(.active):not(.prodDescHeader) {
    display: none;
}

.mobilContentBar {
    height: 6vh;
    line-height: 6vh;
    background: #f9b000;
    margin: 0 -5vw;
    padding: 0 5vw;
    color: white;
    font-size: 2.5vh;
    border-bottom: 1px solid white;
}

    .mobilContentBar i {
        height: 6vh;
        line-height: 6vh;
        font-size: 5vh;
        display: inline-block;
        margin-right: 2vw;
        vertical-align: middle;
        width: 6vh;
        text-align: center;
    }

    .mobilContentBar:after {
        content: '\f078';
        display: block;
        float: right;
        line-height: 6vh;
        font-family: FontAwesome, sans-serif;
    }

    .mobilContentBar.opened:after {
        content: '\f077';
    }

#Aciklama_Content .prodDescDetail {
    overflow-x: auto;
}

form#iletisimform input, form#iletisimform textarea {
    width: 80vw;
    box-sizing: border-box;
    resize: none;
    display: block;
    margin: 0 auto;
    padding: 1vh 3vw;
}

form#iletisimform .title {
    width: 80vw;
    display: block;
    margin: 0 auto;
    font-size: 3vh;
    line-height: 5vh;
}

form#iletisimform .left {
    width: 80vw;
    margin: 2vh 8vw 1vh;
}

form#iletisimform input[type="submit"] {
    margin: 3vh 5vw 2vh;
    height: 5vh;
    background: #aaa;
    border: none;
    color: white;
}

#FotoGaleri_Content {
    font-size: 0;
}

    #FotoGaleri_Content > a {
        display: inline-block;
        width: 41vw;
        margin: 2vw;
        overflow: hidden;
        height: 41vw;
        color: black;
        text-decoration: none;
        padding-bottom: 2vh;
    }

    #FotoGaleri_Content img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    #FotoGaleri_Content .fotoGalleryTitle {
        font-size: 2.5vh;
    }

#container {
    max-height: 90vh;
    padding-top: 10vh;
}

section.refTitle {
    background: #333333;
    font-size: 16px;
    padding: 0 5vw;
    margin: 0 -2.5vw;
    line-height: 28px;
    color: white;
}

.cat {
    font-size: 0;
}

    .cat a {
        display: inline-block;
        vertical-align: top;
        margin: 5vw;
        overflow: hidden;
        width: 40vw;
        text-decoration: none;
        color: #333;
    }

    .cat .img {
        height: 30vw;
    }

    .cat img {
        width: 40vw;
        height: 100%;
        object-fit: cover;
    }

    .cat .title {
        font-size: 14px;
        line-height: 24px;
    }

        .cat .title h1 {
            font: inherit;
            padding: inherit;
            margin: inherit;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 40vw;
        }

#slider {
    font-size: 0;
}

.sliderItem {
    position: relative;
    display: block;
}

    .sliderItem .content {
        position: absolute;
        top: 2vh;
        bottom: 2vh;
        left: 0;
        right: 0;
        margin: auto;
        color: white;
        padding: 0 5vw;
        box-sizing: border-box;
        text-shadow: 0 0 1px black;
    }

        .sliderItem .content .title, #subKutu .title {
            font-size: 22px;
            line-height: 26px;
            font-family: 'GothamNarrow-Ultra';
            background: rgba(0, 0, 0, 0.5);
            padding: 0 5vw;
            padding-top: 2vh;
        }

        .sliderItem .content .desc, #subKutu .text {
            font-size: 16px;
            line-height: 18px;
            font-family: 'FranklinGothic-Book';
            background: rgba(0, 0, 0, 0.5);
            padding: 0 5vw;
            padding-bottom: 2vh;
        }

    .sliderItem img {
        height: 30vh;
        object-fit: cover;
    }


/* MOBİL ÖZEL STİLLER (styled.css'den bağımsız) */
#Documents {
    display: grid;
    grid-template-columns: 1fr; /* Varsayılan: 1 sütun */
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}

    #Documents a,
    #Documents .foto-image-box {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: #666;
        background: white;
        height: 100%; /* Eşit yükseklik */
    }

        /* Resim Alanı (Mobil) */
        #Documents .file-img,
        #Documents .foto-image-box img {
            height: 50vw; /* Dinamik yükseklik (ekran genişliğinin %50'si) */
            max-height: 250px; /* Maksimum sınır */
            overflow: hidden;
            background: rgba(3, 66, 142, 0.15);
            flex-shrink: 0;
        }

    #Documents img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 10px;
        box-sizing: border-box;
    }

    /* Başlık Alanı (Mobil) */
    #Documents .file-title,
    #Documents .mobile-file-title {
        background: #f0f0f0;
        color: #222;
        padding: 8px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.2;
        font-size: 14px; /* Mobilde daha küçük font */
    }

/* Tablet veya Büyük Mobil Ekranlar (min-width: 768px) */
@media (min-width: 768px) {
    #Documents {
        grid-template-columns: repeat(2, 1fr); /* 2 sütun */
        gap: 15px;
        padding: 15px;
        max-width: 768px;
        margin: 0 auto;
    }

        #Documents .file-img,
        #Documents .foto-image-box img {
            height: 35vw; /* Daha küçük ekranlarda optimize */
            max-height: 200px;
        }
}

#MainPageBefore {
    font-size: 0;
    background-color: white;
}

    #MainPageBefore .img {
        margin: 0 5vw;
        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: 2vh 6vw;
        font-family: 'HelveticaNeue-Bold';
    }


    #MainPageBefore .text {
        font-size: 15.82px;
        color: #9a9a9a;
        padding: 0 6vw;
        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: 2vh 5vw;
        padding-left: 30px;
        transition: all .2s;
    }

        #MainPageBefore .button:hover {
            background: #2c83a7;
        }

.contact a {
    color: #5a5a5a;
    text-decoration: none;
    font-weight: bold;
}

#contactInfo .column {
    display: table-cell;
    width: 27vw;
    padding: 1vh 3vw 0 0;
    vertical-align: middle;
    position: relative;
}

    #contactInfo .column:first-child:after {
        content: ':';
        padding-right: 5px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 16px;
    }

    #contactInfo .column:last-child {
        width: 60vw;
        padding: 1vh 0;
    }

#prodDetail {
    font-size: 0;
}

    #prodDetail .prodMainImg {
        width: 40vw;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        height: 45vw;
        margin: 0 2.5vw;
    }

        #prodDetail .prodMainImg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    #prodDetail .prodDesc {
        font-size: 12px;
        padding: 2vh 0;
    }

#subKutu {
    font-size: 16px;
    background-size: cover;
    background-position: center;
    padding: 2vh 5vw;
}

    #subKutu a {
        color: White;
        text-decoration: none;
        text-shadow: 0 0 1px black;
    }

#mobileSearch {
    padding: 1vh 5vw;
    white-space: nowrap;
    display: none;
}

    #mobileSearch > input {
        width: 45vw;
        height: 30px;
        box-sizing: border-box;
        vertical-align: top;
        padding: 0 2vw;
    }

    #mobileSearch > button {
        width: 20vw;
        margin-left: 3vw;
        border: none;
        background: black;
        color: #f9b000;
        height: 30px;
        box-sizing: border-box;
    }

#searchPage > form > label {
    display: block;
    line-height: 30px;
    font-size: 18px;
    font-family: 'GothamNarrow-Light';
}

#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;
        }

#tabContainer {
    margin: 20px 0;
    clear: both;
}

    #tabContainer * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.tabSwitch, .prodPhotosTitle {
    font-size: 20px;
    line-height: 28px;
    padding-top: 20px;
    border-bottom: 1px solid #555;
}

.prodPhotosTitle {
    padding-top: 10px;
    padding-bottom: 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: block;
        font-size: 18px;
        line-height: 6vh;
        padding: 0 2vw;
        text-align: center;
        overflow: hidden;
        height: 6vh;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .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;
        z-index: 6;
    }

.tabContent {
    background: #f1f1f1;
    border-radius: 0 .25em .25em .25em;
    min-height: 20px;
    position: relative;
    width: 100%;
    z-index: 5;
    font-size: 12px;
}

    .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;
    width: 100%;
    overflow-x: auto;
}

input.visible {
    visibility: visible !important;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    background-color: white;
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: visible;
    -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;
}

#overridedsagicerik {
    text-align: justify;
}

#boxes {
    font-size: 0;
    margin: 4vh 0 0;
}

    #boxes .item {
        display: inline-block;
        width: 50vw;
        height: 40vw;
        position: relative;
        text-decoration: none;
        background-size: auto 20vw !important;
        /*border: 1px solid #4e4e4e;*/
        box-sizing: border-box;
    }

        #boxes .item div {
            color: #4e4e4e;
            font-size: 14px;
            font-family: 'GothamNarrow-Medium';
        }

    #boxes .title {
        margin-top: 26vw;
        line-height: 5vw;
        text-align: center;
    }

    #boxes .box1 {
        background: url(/Content/img/box1.png) no-repeat center 3vw;
        border-left: none;
    }

    #boxes .box2 {
        background: url(/Content/img/box2.png) no-repeat center 3vw;
        border-right: none;
        border-left: none;
    }

    #boxes .box3 {
        background: url(/Content/img/box3.png) no-repeat center 3vw;
        border-left: none;
        border-top: none;
    }

    #boxes .box4 {
        background: url(/Content/img/box4.png) no-repeat center 3vw;
        border-right: none;
        border-left: none;
        border-top: none;
    }


#belgelerimiz {
    font-size: 0;
    text-align: center;
}

    #belgelerimiz .vlightbox1 {
        width: 35vw;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        margin: 0 5vw 2vh;
        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;
    }

.prodPhotos a {
    color: inherit;
    text-decoration: none;
}

#prodDetail .img {
    position: relative;
    padding: 2vh 2.5vw;
    box-sizing: border-box;
}

    #prodDetail .img img {
        height: 30vw;
        width: 100%;
        object-fit: contain;
    }

#prodDetail .title {
    font-size: 14px;
    text-align: center;
}

.galleryPhoto {
    clear: right;
    width: 43vw;
    overflow: hidden;
    height: 30vw;
    margin-bottom: 4vw;
    position: relative;
}

a.galleryPhoto:nth-child(odd) {
    float: left;
}

a.galleryPhoto:nth-child(even) {
    float: right;
}

.galleryPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryPhoto > div {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    color: white;
    text-overflow: ellipsis;
}

#mainCat a {
    text-decoration: none;
    position: relative;
    display: block;
}

#mainCat img {
    height: 30vw;
    object-fit: contain;
    display: block;
}

#mainCat a .serial {
    position: absolute;
    font-size: 16px;
    bottom: 0;
    padding: 0 2vw;
    background: rgba(0, 0, 0, 0.49);
    line-height: 26px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    right: 0;
    left: 0;
}

#mainCatTitle {
    font-family: 'Open Sans';
    display: block;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    color: #383838;
    font-size: 24px;
    font-weight: 600;
    /*border-top: 1px solid #dadada;*/
    margin-top: 10px;
}

#mainColorSelect {
    background: #f4f4f4;
    text-align: right;
    /* background: url(/content/img/mainpageColorSelection.jpg) center no-repeat #f4f4f4; */
    background-size: cover;
    /* height: 30vw; */
    /* padding-left: 30vw; */
    /* display: table; */
    margin: 15px 0;
}

    #mainColorSelect video {
        width: 100vw;
        pointer-events: none;
    }
    #mainColorSelect > div {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    #mainColorSelect .title {
        font-size: 20px;
        display: block;
        font-family: 'GothamNarrow-Light';
        line-height: 24px;
        padding: 0 5vw;
    }

        #mainColorSelect .title span {
            font-family: 'GothamNarrow-Medium';
        }

    #mainColorSelect a {
        padding-right: 35px;
        font-size: 14px;
        text-decoration: none;
        background: url(/content/img/arrowred.png) no-repeat center right;
        font-family: 'GothamNarrow-Medium';
        height: 24px;
        display: inline-block;
        line-height: 24px;
        margin: 20px 0 0;
    }

    #mainColorSelect a {
        padding-right: 30px;
        font-size: 14px;
        text-decoration: none;
        background: url(/content/img/arrowred.png) no-repeat center right;
        font-family: 'GothamNarrow-Medium';
        height: 20px;
        display: inline-block;
        line-height: 20px;
        margin: 1vh 5vw 0;
        background-size: contain;
    }

#mapCont {
    height: 30vh;
}

.katalog-item {
    display: inline-block;
    vertical-align: top;
    width: 40vw;
    margin: 1vh 5vw;
}

    .katalog-item:nth-child(odd) {
        margin-left: 0;
    }

    .katalog-item:nth-child(even) {
        margin-right: 0;
    }

.catalogImage {
    height: 50vw;
    width: 40vw;
    background-color: black;
    background-size: cover;
    position: relative;
}

.katalog-title {
    font-size: 14px;
    padding: 0 2vw;
    display: block;
    text-align: center;
    background: #eee;
    line-height: 24px;
}

.online, .pdf {
    background-color: rgba(0, 0, 0, 0.25);
    height: 100px;
    line-height: 76px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: white;
    font-weight: bold;
    border: 12px solid rgba(0, 0, 0, 0.25);
    font-size: 20px;
    position: absolute;
    box-sizing: border-box;
}

.online {
    top: 0;
}

.pdf {
    bottom: 0;
}

#renkSecici {
    font-size: 0;
    padding: 0 5vw;
}

#craneImg {
    background: url(/content/img/chooser/trans.jpg) no-repeat center;
    width: 90vw;
    height: 60vw;
    margin: 0 5vw;
    background-size: contain;
}

    #craneImg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

#chooserTab > .title {
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid black;
    font-family: 'GothamNarrow-Medium';
}

.colorTab .color {
    display: inline-block;
    width: 20.5vw;
    padding: 1vh 1vw;
    font-size: 0;
}

    .colorTab .color.disabled {
        display: none;
    }

.colorTab img {
    width: 100%;
}

#warningMsg {
    padding: 0 5vw 4vh;
    font-family: 'Gothamnarrow-Light';
    font-size: 16px;
}

    #warningMsg i {
        color: #b50000;
        font-size: 18px;
        padding-right: 6px;
    }

#searchBarM {
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
}

.tt-input, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 69vw;
    height: 20px;
    padding: 2px 12px;
    font-size: 18px;
    line-height: 20px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    margin: 0 2vw;
    color: black;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 75vw;
    margin: 0 2vw;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }


.result.tt-suggestion.tt-selectable > a {
    display: block;
    border-bottom: 1px solid #dddddd;
}

.result.tt-suggestion.tt-selectable:last-child > a {
    border-bottom: none;
}

.result.tt-suggestion.tt-selectable > a > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

    .result.tt-suggestion.tt-selectable > a > div.title {
        padding-left: 12px;
        width: calc(75vw - 102px);
    }

#ProdDetBtnCon {
    text-align: right;
    float: left;
    margin-top: 30px;
    /* margin-bottom: -20px; */
    padding: 3px;
    /*background: #fdb51e;*/
    clear: both;
}

#formContainer {
    position: fixed;
    background: black;
    width: 100vw;
    height: 100vh;
    top: 0vh;
    left: 0;
    z-index: 100;
    transform: translateY(100vh);
    transition: all .3s ease-in-out;
}

    #formContainer.visible {
        transform: translateY(0);
        background: rgba(0, 0, 0, .75);
    }

#formBox {
    font-size: 14px;
}

#formContainer .title {
    color: white;
    line-height: 10vh;
    text-align: center;
    font-size: 4vh;
    pointer-events: none;
    margin-bottom: -2vh;
}

#formContainer input, #formContainer textarea {
    display: block;
    width: 90vw;
    resize: none;
    padding: 1vh 5vw;
    box-sizing: border-box;
    margin: 2vh 5vw;
}

#formContainer textarea {
    height: 15vh;
}

#formContainer input[type="submit"] {
    border: none;
    background: white;
    height: 6vh;
}

#close {
    position: fixed;
    top: 1vw;
    font-size: 24px;
    color: white;
    right: 0;
    width: 14vw;
    height: 14vw;
    line-height: 14vw;
    text-align: center;
}

#urunlerpage .price,
#prodDetail .price {
    background-color: #f4f4f4;
    clear: both;
    text-align: center;
    padding: 5px;
}

    #urunlerpage .price span,
    #prodDetail .price span {
        font-size: 12px;
        line-height: 16px;
        color: #484848;
        padding: 0 2px;
    }

        #urunlerpage .price span:first-child,
        #prodDetail .price span:first-child {
            font-size: 16px;
            font-weight: 800;
            color: #787878;
        }

#prodDetail .price {
    width: 180px;
    clear: both;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    line-height: 56px;
    box-sizing: border-box;
    height: 45px;
    margin-top: 30px;
}



@-webkit-keyframes tekresim {
    0% {
        -webkit-transform: scale(1.5) translateZ(0);
    }

    100% {
        -webkit-transform: scale(1) translateZ(0);
    }
}

@keyframes tekresim {
    0% {
        transform: scale(1.5) translateZ(0);
    }

    100% {
        transform: scale(1) translateZ(0);
    }
}
/*.swiper-slide {
    opacity: 0;
    transition: opacity 1s;
}*/
#slider .owl-item img {
    position: relative;
    height: 100%;
    object-fit: cover;
}

#slider .active.owl-item img {
    /*-ms-animation: tekresim ease-in-out;
    -webkit-animation: tekresim ease-in-out;
    animation: tekresim ease-in-out;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;*/
}

#slider {
    position: relative;
}

    #slider .owl-controls {
        font-size: 50px;
        position: absolute;
        width: 110%;
        top: 0;
        bottom: 0;
        height: 0;
        margin: auto;
        transition: all .3s;
        left: -5%;
        right: -5%;
        opacity: 0;
    }

    #slider:hover .owl-controls {
        width: 90%;
        opacity: 1;
        left: 5%;
        right: 5%;
    }

    #slider h1.heading-decorated {
        color: white;
        font-size: 56px;
    }

    #slider h4 {
        color: white;
    }

    #slider a.button.button-primary {
        background: #546570;
        border-color: #546570;
    }

        #slider a.button.button-primary:hover {
            background: #ffcc00;
            border-color: #ffcc00;
        }

@media screen and (max-width:800px) {

    #slider h1.heading-decorated {
        color: white;
        font-size: 26px;
        margin-top: 0;
    }

    #slider h4 {
        color: white;
        font-size: 16px
    }

    #slider a.button.button-primary {
        margin-top: 0;
    }
}

.swiper-slide-caption {
    position: relative;
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 25px 0 60px;
    min-height: inherit;
}

.range.range-md-center {
    text-align: center;
}

.countryitem {
    background-color: aliceblue;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
}

.countryname {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}

.countrycontent {
    font-size: 12px;
    line-height: 20px;
}

#logotext {
    display: none;
}

#social {
    height: 50px;
    background-color: #000000;
    text-align: center;
}

    #social > div {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 12px 5px;
        cursor: pointer;
        color: white;
        line-height: 30px;
        font-size: 20px;
        border-radius: 5px;
    }

#bizeulasin > div:first-child {
    text-align: center;
    padding: 5px;
}

#bizeulasin > div:last-child {
    border-bottom: none;
}

.iletisim-sol > span {
    display: inline-block;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #aaaaaa;
}

#bizeulasin {
    text-align: center;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    max-width: 600px;
    margin: 20px auto;
}

    #bizeulasin > div {
        border-bottom: 1px solid #aaaaaa;
    }

.iletisim-sag, .iletisim-sol {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 2%;
}

.iletisim-sag {
    width: 70%;
    border-left: 1px solid #aaaaaa;
    min-height: 38px;
}

.iletisim-sol {
    width: 20%;
    white-space: nowrap;
}

.satir-1 {
    background-color: #dddddd;
}

.satir-2 {
    background-color: #eeeeee;
}

@media screen and (max-width:481px) {
    .iletisim-sag, .iletisim-sol {
        display: block;
    }

    .iletisim-sol {
        font-weight: bold;
    }
}

#catalogs {
    font-size: 0;
}

.divTableRow {
    border-bottom: 1px solid black;
    padding: 10px 0;
}

    .divTableRow :not(:first-child) {
        display: inline-block;
        margin: 5px 10px;
        margin-top: 15px;
    }

.divTableCell img {
    height: 71px !important;
    width: auto !important;
}

.kvkk {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .kvkk a {
        flex-basis: 30%;
        padding: 10px;
        color: #0072a3;
        text-decoration: none;
        text-align: left;
        display: flex;
        line-height: 24px;
    }

        .kvkk a:hover {
            text-decoration: underline;
        }

    .kvkk img {
        height: 60px;
        margin: 4px;
    }
