﻿@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-yatay.png) no-repeat center white;
    background-size: auto 10vh;
    display: inline-block;
    height: 10vh;
    width: 100vw;
}

#menubutton {
    width: 8vh;
    height: 8vh;
    background: url(/Content/img/menu.png) center no-repeat;
    position: absolute;
    display: inline-block;
    top: 1vh;
    right: 1vh;
    z-index: 10;
}

#langMobile {
    width: 10vh;
    height: 10vh;
    position: absolute;
    top: 0;
    right: 10vh;
    -webkit-appearance: none;
    padding: 8px;
    display: inline-block;
    
    border: none;
    
    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: white;
}

    header.show {
        margin-left: 0;
    }

#logocont > a {
    height: 10vh;
    line-height: 10vh;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #E5E5E5;
    font-size: 0;
    background: url(/Content/img/logo-yatay.png) no-repeat center white;
    background-size: contain;
}

#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 .container {
        display: none;
        position: relative;
    }

    #menu > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        #menu > ul > i {
            position: absolute;
            line-height: 40px;
            top: 0;
            right: 0;
            height: 40px;
            width: 40px;
            text-align: center;
            color: #1a2b98;
            padding-left: 20px;
        }

    #menu > .menuid_1 {
        display: none;
    }

    #menu > .onlineislem {
        color: white;
        text-decoration: none;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 25px 0 10px;
        background: #de3030;
        background: -moz-linear-gradient(45deg, #de3030 0%, #dc2121 29%, #c01d1d 100%);
        background: -webkit-linear-gradient(45deg, #de3030 0%,#dc2121 29%,#c01d1d 100%);
        background: linear-gradient(45deg, #de3030 0%,#dc2121 29%,#c01d1d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3030', endColorstr='#c01d1d',GradientType=1 );
    }

    #menu > .dokumanindir {
        color: white;
        text-decoration: none;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 25px 0 10px;
        background: #00aae1;
    }


        #menu > .dokumanindir.onlymobile i,
        #menu > .onlineislem.onlymobile i {
            padding: 0 5px;
            display: inline-block;
        }

            #menu > .dokumanindir.onlymobile i:last-child,
            #menu > .onlineislem.onlymobile i:last-child {
                float: right;
                line-height: 40px;
                width: 24px;
                text-align: right;
                position: relative;
                left: 12px;
                padding: 0;
            }

    #menu > ul a {
        color: #1a2b98;
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding: 0 25px 0 10px;
        text-decoration: none;
        white-space: nowrap;
        background-size: 100%;
        border-bottom: 1px solid #1a2b98;
        box-sizing: border-box;
    }

    #menu > ul > div > li,
    #menu > ul > div > li ul,
    #menu > ul > div > li ul li {
        padding: 0;
        list-style: none;
        position: relative;
        /*margin-left: 40px;*/
    }

        #menu > ul > div > li ul {
            text-indent: 5px;
        }

            #menu > ul > div > li ul li {
                text-indent: 10px;
            }

        /*#menu > ul > div li:after {
        position: relative;
        left: 0;
        height: 2px;
        border-bottom: 1px solid #00aae1;
        content: '';
        display: block;
        margin-left: -40px;
    }*/

        #menu > ul > div > li a {
            margin: 2px;
            height: 30px;
            color: #1a2b98;
            color: #1a2b98;
            line-height: 30px;
            font-size: 12px;
            text-decoration: none;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 10px;
        }

/*#menu > ul > div > li > a:before {
                content: "•";
                color: White;
                margin-right: 5px;
                display: inline-block;
            }*/

#menusubline {
    z-index: 10;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    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;
    display: none;
}

    .mobilebanner img {
        width: 100%;
    }

#background-img {
    background: #0081d1 !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;
        line-height: 4vh;
    }

        #background-img > div:not(:last-child):after {
            content: ' - ';
        }

    #background-img #pagetitle i {
        position: absolute;
        line-height: 4vh;
        right: 2vw;
        width: 4vh;
    }
.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: white;
}

#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;
    }

#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;
    }

#footer-social {
    font-size: 0;
    background: #d10202;
    text-align: center;
}

    #footer-social a {
        font-size: 16px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin: 10px;
        display: inline-block;
        color: white;
        background: black;
        border-radius: 50%;
        text-align: center;
    }

#footer-bottom {
    font-size: 0;
}

#copyright {
    line-height: 36px;
    text-align: center;
    font-size: 12px;
}

#desing {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}

    #desing > * {
        display: inline-block;
        vertical-align: middle;
    }

    #desing img {
        height: 38px;
    }

#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 > ul:not(.show) {
    display: none;
}

#solmenu ul,
#solmenu li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

#solmenu > ul a {
    text-decoration: none;
    color: #333;
    line-height: 5vh;
    padding: 0 5vw;
    border-bottom: 1px solid;
}

#solmenu .container ~ i {
    position: absolute;
    top: 0;
    line-height: 5vh;
    width: 5vh;
    text-align: center;
    right: 0;
}

#solmenu .container .container:not(.show) {
    display: none;
}

#solmenu ul:not(.submenu), #solmenu li:not(.submenu) {
    display: none;
}

#solmenu .container {
    display: none;
}

#solmenu > ul > .container > li > a {
    padding-left: 7vw;
}

#solmenu > ul > .container > li > .container > ul > a {
    padding-left: 9vw;
}

#solmenu > ul > .container > li > .container > ul > .container > li > a {
    padding-left: 11vw;
}

#solmenu > ul > .container > li > .container > ul > .container > li > .container > ul > a {
    padding-left: 13vw;
}

#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: 40vw;
            height: 40vw;
            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: 17vh;
        object-fit: cover;
    }

#mainCatTitle {
    display: block;
    font-size: 24px;
    text-align: center;
    color: black;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

#mainCat a {
    text-decoration: none;
}

#mainCat img {
    height: 60vw;
    width: 80vw;
    object-fit: contain;
    margin: 10vw;
}

#mainCat .title {
    display: block;
    background: #d10202;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

#Documents .mobile-file-title {
    text-align: center;
    max-height: 60px;
    line-height: 30px;
    background: #f0f0f0;
    overflow: hidden;
}

#Documents .foto-image-box img {
    object-fit: contain;
    height: 40vw;
    box-sizing: border-box;
    padding: 1vh 2vw;
}

#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: 30vw;
    padding: 1vh 0;
    vertical-align: middle;
}

    #contactInfo .column:first-child:after {
        content: ':';
        padding-right: 5px;
        float: right;
    }

    #contactInfo .column:last-child {
        width: 60vw;
    }

#prodTitle {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

#prodDetail {
    font-size: 0;
}

    #prodDetail .prodMainImg {
        width: 45vw;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        height: 45vw;
    }

        #prodDetail .prodMainImg img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    #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;
}

    #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: 0;
    padding-bottom: 20px;
}

.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;
    font-size: 0;
}

#boxes {
    font-size: 0;
}

    #boxes .item {
        display: inline-block;
        width: 33.333vw;
        height: 20vw;
        position: relative;
        text-decoration: none;
        background-size: auto 10vw !important;
    }

        #boxes .item div {
            color: white;
            font-size: 12px;
        }

    #boxes .title {
        margin-top: 14vw;
        line-height: 5vw;
        text-align: center;
    }

    #boxes .box1 {
        background: url(/Content/img/box1.png) no-repeat center 3vw #272727;
    }

    #boxes .box2 {
        background: url(/Content/img/box2.png) no-repeat center 3vw #1f1f1f;
    }

    #boxes .box3 {
        background: url(/Content/img/box3.png) no-repeat center 3vw #060000;
    }

    #boxes .box4 {
        background: url(/Content/img/box4.png) no-repeat center 3vw #060000;
    }

    #boxes .box5 {
        background: url(/Content/img/box5.png) no-repeat center 3vw #373737;
    }

    #boxes .box6 {
        background: url(/Content/img/box6.png) no-repeat center 3vw #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;
    }

#prodDetail .img {
    position: relative;
    padding: 2vh 2.5vw;
    box-sizing: border-box;
}

    #prodDetail .img img {
        height: 30vw;
        width: 100%;
        object-fit: contain;
    }

#prodDetail .prodPhotos .owl-item a {
    text-decoration: none;
}
#prodDetail .prodPhotos .photo-title {
    color: #1d4f8a;
    font-size: 16px;
}

.galleryPhoto {
    clear: right;
    width: 43vw;
    overflow: hidden;
    height: 30vw;
    margin: 4vw 0;
    position: relative;
}

a.galleryPhoto:nth-child(odd) {
    float: right;
}

a.galleryPhoto:nth-child(even) {
    float: left;
}

.galleryPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryPhoto > div {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    color: white;
    text-overflow: ellipsis;
}

footer {
    background: #eee;
}

#PageTitle {
    display: none;
}

.footerLink {
    display: none;
}

.footerInfo {
    padding: 2vh 5vw;
    text-align: center;
    line-height: 22px;
    color: #222;
}

    .footerInfo i {
        margin-right: 5px;
    }

.footerSocial {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

    .footerSocial a i {
        font-size: 28px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        color: #1a2b98;
    }

/*.container {
    display: none;
}*/

#mainpageSect1,
#mainpageSect2 {
    width: 90vw;
    text-align: center;
    margin: 2vh 5vw;
    border: 1px solid #efefef;
    padding: 2vh 5vw;
    box-sizing: border-box;
}

    #mainpageSect1 img,
    #mainpageSect2 img {
        width: 40vw;
        margin-bottom: 2vh;
    }

    #mainpageSect1 #aButton,
    #mainpageSect2 #aButton {
        font-size: 14px;
        display: block;
        text-decoration: none;
        background: #00da93;
        color: white;
        line-height: 30px;
        margin: 0 0 2vh;
    }

    #mainpageSect1 > div,
    #mainpageSect2 > div {
        font-size: 14px;
        color: #04afb0;
        line-height: 22px;
    }

        #mainpageSect1 > div > div > span,
        #mainpageSect2 > div > div > span {
            display: block;
        }

        #mainpageSect1 > div > div > a,
        #mainpageSect2 > div > div > a {
            background: #04afb0;
            color: white;
            text-decoration: none;
            padding: 5px 10px;
            border-radius: 10px;
        }

            #mainpageSect1 > div > div > a i,
            #mainpageSect2 > div > div > a i,
            #mainpageSect6 a i,
            #mainpageSect7 a i {
                width: 16px;
                height: 16px;
                display: inline-block;
                text-align: center;
                border: 1px solid white;
                border-radius: 50%;
                line-height: 16px;
                margin-left: 5px;
                margin-top: 10px;
            }

#mainpageSect2 {
    background: url(/content/img/mainpage2.png) no-repeat center;
    background-size: cover;
}

    #mainpageSect2 > div {
        color: white;
    }

        #mainpageSect2 > div > div > a {
            color: white;
            background: #1a2b98;
        }

#mainpageSect3,
#mainpageSect5 {
    margin: 0 5vw;
    width: 90vw;
    box-sizing: border-box;
    border: 1px solid #efefef;
}

    #mainpageSect3 .img,
    #mainpageSect5 .img {
        width: 30vw;
        margin: 0 auto;
        height: 30vw;
    }

        #mainpageSect3 .img img,
        #mainpageSect5 .img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    #mainpageSect3 a,
    #mainpageSect5 a {
        text-decoration: none;
    }

    #mainpageSect3 .title,
    #mainpageSect5 .title {
        font-size: 14px;
        text-align: center;
        color: #02c5c9;
    }

    #mainpageSect3 .text,
    #mainpageSect5 .text {
        font-size: 12px;
        color: black;
        padding: 0 3vw;
    }

#mainpageProd,
#mainpageRef,
#mainpageNews,
#mainpageSect6 {
    width: 90vw;
    margin: 2vh 5vw;
    border: 1px solid #efefef;
    box-sizing: border-box;
}

    #mainpageProd > .title,
    #mainpageNews > .title,
    #mainpageRef > .title {
        font-size: 14px;
        display: block;
        text-decoration: none;
        color: white;
        line-height: 30px;
        margin: 0 0 2vh;
        background: #1a2b98;
        text-align: center;
        margin: 2vh 5vw;
        text-decoration: none;
    }

    #mainpageProd .prods .prodItem,
    #mainpageRef .refs .refItem,
    #mainpageNews .news .newsItem,
    #mainpageSect6 .reflogos .refItem {
        text-decoration: none;
        display: block;
    }


        #mainpageProd .prods .prodItem .img,
        #mainpageRef .refs .refItem .img,
        #mainpageNews .news .newsItem .img,
        #mainpageSect6 .reflogos .refItem .img {
            height: 30vw;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

        #mainpageRef .refs .refItem .img {
            height: 40vw;
        }

        #mainpageSect6 .reflogos .refItem .img {
            height: 20vw;
        }

        #mainpageProd .prods .prodItem .title,
        #mainpageRef .refs .refItem .title,
        #mainpageNews .news .newsItem .title,
        #mainpageSect6 .reflogos .refItem .title {
            color: #1a2b98;
            font-size: 14px;
            text-align: center;
        }

    #mainpageSect6 .reflogos .refItem {
        padding: 0 2vw;
    }

    #mainpageSect6 .imgCont div {
        width: 50%;
        display: inline-block;
        text-align: right;
        padding: 0 5vw;
        box-sizing: border-box;
    }

        #mainpageSect6 .imgCont div img {
            max-width: 100%;
        }

    #mainpageSect6 .slogan {
        font-size: 20px;
        text-align: center;
        padding: 20px 0;
        color: #04afb0;
        line-height: 28px;
    }

#mainpageSect7 {
    height: 60vw;
    background: url(/Content/img/sect7Img.jpg) no-repeat left -15vw;
    background-size: 180vw;
    width: 90vw;
    border: 1px solid #efefef;
    margin: 0 auto;
    display: block;
    position: relative;
}

    #mainpageSect7 a,
    #mainpageSect6 > a:last-child {
        font-size: 14px;
        color: white;
        background: #0f4373;
        display: inline-block;
        vertical-align: bottom;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        position: absolute;
        right: 5vw;
        bottom: 5vw;
    }

        #mainpageSect7 a i {
            margin-top: 0;
        }

#mainpageSect6 {
    text-align: center;
}

    #mainpageSect6 > a:last-child {
        position: inherit;
        background: #05afaf;
        margin: 2vh 0;
    }

        #mainpageSect6 > a:last-child i {
            margin-top: 0;
        }

#mainpageSect8 {
    height: 24vw;
    background: url(/Content/img/destekhatti.jpg) no-repeat center;
    background-size: 210vw;
    margin-bottom: 2vh;
}

#mainpageMap {
    height: 30vh;
}

#Documents {
    width: 100vw;
    text-align: center;
}

ul.submenu .subCat {
    display: none;
}

#overridedsolmenu > .submenu > .container > li {
    position: relative;
}

    #overridedsolmenu > .submenu > .container > li > i {
        display: inline-block;
        position: absolute;
        top: 0;
        height: 6vh;
        line-height: 6vh;
        width: 6vh;
        text-align: center;
        right: 2vw;
    }

ul.mh-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    ul.mh-menu a {
        text-decoration: none;
    }

        ul.mh-menu a span {
            display: block;
            text-align: center;
        }

            ul.mh-menu a span:first-child {
                font-weight: 700;
                font-size: 16px;
                color: #868686;
                font-family: 'Alegreya SC', Georgia, serif;
                line-height: 20px;
            }


            ul.mh-menu a span:last-child {
                font-weight: 400;
                font-style: italic;
                font-size: 28px;
                font-family: 'Alegreya SC', Georgia, serif;
                line-height: 36px;
            }

    ul.mh-menu li img {
        width: 60vw !important;
        height: 60vw;
        object-fit: contain;
        display: inline-block !important;
    }

    ul.mh-menu li span {
        display: block;
    }

    ul.mh-menu .ozgecmis {
        font-family: 'Alegreya SC', Georgia, serif;
        text-align: justify;
        font-size: 16px;
        line-height: 22px;
    }

div#photoContent {
    margin: 0 5vw;
}

.contactTitle {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    margin: 5px 0;
    padding-left: 7px;
    background: #227dc0;
    color: #e1ffca;
}

.contactInfo {
    font-family: 'Open Sans';
    font-size: 0;
    text-align: justify;
}

    .contactInfo .column {
        font-size: 12px;
        line-height: 32px;
        width: Calc(90vw - 105px);
        display: inline-block;
        vertical-align: top;
    }


        .contactInfo .column:first-child {
            width: 105px;
            box-sizing: border-box;
            padding-right: 20px;
            padding-left: 7px;
        }

            .contactInfo .column:first-child:after {
                content: ':';
                float: right;
                line-height: 32px;
            }


#faq {
    font-family: 'Open Sans', sans-serif;
    padding: 2vh 0;
}

    #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: 2vh 5vw;
        overflow-x: auto;
    }

        #faq .cevap:after {
            content: '';
            display: block;
            clear: both;
        }

#menu .container .container {
    display: none;
}

#menu .container i {
    position: absolute;
    right: 0;
    line-height: 30px;
    width: 40px;
    text-align: center;
    color: #259601;
    top: 0;
}

#menu .fa-sort-asc,
#menu .fa-sort-desc {
    display: none;
}

