﻿
@media(max-width:767px) {

    ul.cd-secondary-dropdown.default.is-active.fade-in.move-out .jusone {
        z-index: -1;
    }
    .cd-dropdown {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        color: #000000;
        visibility: hidden;
        /* Force Hardware Acceleration */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
        -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
        transition: transform 0.5s 0s, visibility 0s 0.5s;
    }


        .cd-dropdown .cd-close {
            /* 'X' close icon - mobile version only */
            position: absolute;
            z-index: 3;
            right: 0;
            top: 0;
            height: 58px;
            width: 58px;
            /* image replacement */
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
            color: white;
            background: #fff;
        }

            .cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
                /* this is the 'X' icon */
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                bottom: auto;
                right: auto;
                -webkit-transform: translateX(-50%) translateY(-50%);
                -moz-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                height: 20px;
                width: 2px;
                background-color: #565656;
            }

            .cd-dropdown .cd-close::after {
                -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
                -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
                -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
                -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
                transform: translateX(-50%) translateY(-50%) rotate(45deg);
            }

            .cd-dropdown .cd-close::before {
                -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
                -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
                -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
                -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
                transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            }

    .cd-dropdown-content a {
        display: block;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 20px 0 20px 22px;
        font-size: 15px;
        font-weight: 600;
        border-bottom: 1px solid #f3f3f3;
    }
    .cd-dropdown-content ul a {
        display: block;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 20px 0 20px 22px;
        font-size: 15px;
        font-weight: 500;
    }
    .cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
        border-top-width: 0;
    }

/*    .cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
        border-bottom-width: 0px;
    }*/

    .cd-dropdown-content .mobil-user a:first-child {
        border-bottom-width: 0px;
    }

    .cd-dropdown-content .mobil-user a {
        background: #f3f3f3;
        border-color: #e0e0e0;
    }

    .cd-dropdown-content .cd-menu-title a {
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        padding: 20px 0 20px 22px;
        line-height: 1;
    }

    .cd-dropdown-content a.menuicon img {
        display: inline-block;
        margin-right: 20px;
        max-width: 52px;
    }
}

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

    .cd-dropdown-content a, .cd-dropdown-content ul a {
        display: block;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .cd-dropdown-content a, .cd-dropdown-content .cd-search .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search {
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }

    .cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
        /* push the secondary dropdown items to the right */
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

        .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search {
            /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
            opacity: 0;
        }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search {
        /* push the dropdown items to the left when secondary dropdown slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
    .cd-dropdown-content > li.mobil-user {
        display: none;
    }

    .cd-dropdown-content .first-child > a {
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        color: #000000;
    }

    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search {
        /* reset mobile style */
        opacity: 1;
    }


}



.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #3f8654;
}

@media only screen and (min-width: 768px) {

    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 100%;
        padding: 0;
    }

        .cd-dropdown-content > li:last-of-type a {
            border-bottom: none;
        }

    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #3f8654;
    }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #f3f3f3;
    }

        .cd-dropdown-content .cd-secondary-dropdown::after {
            clear: both;
            content: "";
            display: table;
        }

        .cd-dropdown-content .cd-secondary-dropdown.default > li > ul > li > a span {
            text-align: center;
            display: block;
            padding-top: 7px;
        }

    .open-to-left .cd-dropdown-content .cd-secondary-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }

    .cd-dropdown-content .cd-secondary-dropdown.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }

        .cd-dropdown-content .cd-secondary-dropdown > .see-all a {
            margin: 0;
            height: 100%;
            line-height: 45px;
            background: #ebebeb;
            pointer-events: auto;
            -webkit-transition: color 0.2s, background-color 0.2s;
            -moz-transition: color 0.2s, background-color 0.2s;
            transition: color 0.2s, background-color 0.2s;
        }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover {
        color: #000000;
        background-color: #111433;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a {
        border: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li {
        float: left;
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 100%;
        max-width: 1440px;
        left: 0;
        padding: 10px;
        right: 0;
        margin: 0 auto;
        letter-spacing: 0;
    }

        .cd-dropdown-content .cd-secondary-dropdown > li > a {
            color: #000000;
            font-size: 1.6rem;
            font-weight: 600;
        }

            .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
                /* hide the arrow */
                display: none;
            }

        .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
            /* reset mobile style */
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }



        .cd-dropdown-content .cd-secondary-dropdown > li > ul {
            /* reset mobile style */
            -webkit-transform: translate(0);
            -moz-transform: translate(0);
            -ms-transform: translate(0);
            -o-transform: translate(0);
            transform: translate(0);
            position: relative;
            height: auto;
            padding: 0;
        }

            .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
                display: none;
            }

        .cd-dropdown-content .cd-secondary-dropdown a {
            font-size: 14px;
            padding: 0px 0;
            line-height: 16px;
            color: #595959;
        }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #3f8654;
    }

    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 0px;
        overflow: hidden;
        height: auto;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }

    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }

        .cd-dropdown-content > .has-children > ul.is-active {
            /* when hover over .cd-dropdown-content items - show subnavigation */
            visibility: visible;
        }


    .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        color: #000000;
        background: #f3f3f3;
    }

        .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
            background: #3f8654;
        }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #000000;
    border: none;
    border-radius: 0;
}

    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #000000;
    }

    .cd-search input[type="search"]::-moz-placeholder {
        color: #000000;
    }

    .cd-search input[type="search"]:-moz-placeholder {
        color: #000000;
    }

    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #000000;
    }

    .cd-search input[type="search"]:focus {
        background: #ffffff;
        color: #000000;
        outline: none;
    }

        .cd-search input[type="search"]:focus::-webkit-input-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus::-moz-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus:-moz-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus:-ms-input-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

@media only screen and (min-width: 768px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }

        .cd-search input[type="search"]::-webkit-input-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]::-moz-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]:-moz-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]:-ms-input-placeholder {
            color: #b3b3b3;
        }
}

.has-children > a, .go-back a {
    position: relative;
}

.has-children.jusone > a::before, .has-children.jusone > a::after {
    display: none;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 8px;
    background: #565656;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width:768px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
}


.has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 30px;
    -webkit-transform-origin: 7px 50%;
    -moz-transform-origin: 7px 50%;
    -ms-transform-origin: 7px 50%;
    -o-transform-origin: 7px 50%;
    transform-origin: 7px 50%;
}

@media only screen and (min-width:768px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }

        .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
            right: auto;
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%;
        }
}
.go-back {
    margin-bottom: 8px;
}
.cd-dropdown-content .go-back a {
    padding-left: 40px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
    line-height: 1;
}

    .cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
        /* arrow goes on the left side - go back button */
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media(min-width:768px) {

    .cd-dropdown-trigger, .cd-close, .has-children.first-child > a::before, .has-children.first-child > a::after {
        display: none;
    }

    .cd-dropdown-content, .cd-dropdown-content ul {
        top: auto;
    }

        .cd-dropdown-content > li {
            float: left;
        }
}

@media(max-width:767px) {
    .has-children {
        position: initial;
        padding: 0;
    }
}

.cd-dropdown-trigger.arrow {
    position: relative;
    cursor: pointer;
    margin: 20px 0 20px 15px;
    padding: 10px 14px;
    float: left;
}

    .cd-dropdown-trigger.arrow span {
        display: block;
        position: absolute;
        height: 2px;
        width: 26px;
        background: #2f2f2f;
        left: 0;
    }

        .cd-dropdown-trigger.arrow span:nth-child(1) {
            top: 0px;
        }

        .cd-dropdown-trigger.arrow span:nth-child(2) {
            top: 8px;
            width: 20px;
        }

        .cd-dropdown-trigger.arrow span:nth-child(3) {
            top: 16px;
        }


@media(min-width:768px) {
    .navbar-menu {
        border-top: 2px solid #f3f3f3;
    }
    .cd-dropdown-wrapper.center-menu {
        display: table;
        float: none;
        margin: 0 auto;
        width: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-tertiary-dropdown {
        overflow: hidden;
        width: 44%;
        left: 0;
        padding: 20px;
        visibility: hidden;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-tertiary-dropdown {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 270px;
        height: 100%;
        background-color: #ffffff;
        position: absolute;
        top: 0;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > ul.menu-img {
        right: 0;
        height: 100%;
        background-color: #ffffff;
        left: auto;
        position: fixed;
        top: 0;
        overflow: hidden;
        padding: 10px;
        visibility: hidden;
        border: none;
        max-width: 500px;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li:hover .menu-img {
        visibility: visible;
    }

    .cd-dropdown-content > li:hover .cd-secondary-dropdown > li:nth-child(2) .cd-tertiary-dropdown, .cd-dropdown-content > li:hover .cd-secondary-dropdown > li:nth-child(2) .menu-img {
        visibility: visible;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li .cd-tertiary-dropdown > li:first-child {
        display: inline-flex;
        float: left;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-tertiary-dropdown > li > ul {
        position: inherit;
        padding: 0;
        transform: none;
    }

    .open-to-left .cd-dropdown-content .cd-secondary-dropdown .cd-tertiary-dropdown {
        left: auto;
        right: 100%;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-tertiary-dropdown.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-tertiary-dropdown.fade-in {
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-tertiary-dropdown.fade-out {
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li:hover .cd-tertiary-dropdown {
        visibility: visible;
    }

    .cd-dropdown-content .cd-secondary-dropdown.sanat > li {
        display: block;
        width: 270px;
        float: none;
        border-right: 1px solid #eee;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li .cd-tertiary-dropdown > li > a {
        font-weight: 600;
        padding: 10px 0;
        font-size: 15px;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a {
        font-size: 15px;
        font-weight: 600;
        line-height: 18px;
        padding: 10px 30px;
        border-bottom: 1px solid #eee;
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        padding: 0;
    }

        .cd-dropdown-content .cd-secondary-dropdown .cd-tertiary-dropdown li.go-back, .cd-dropdown-content .cd-secondary-dropdown .cd-tertiary-dropdown .cd-quaternary-dropdown li.go-back {
            display: none !important;
        }

        .cd-dropdown-content .cd-secondary-dropdown .cd-tertiary-dropdown .has-children > a::before, .has-children > a::after {
            display: none;
        }

    .cd-quaternary-dropdown li {
        display: inline-block;
    }

    .cd-dropdown-content .cd-secondary-dropdown.default > li {
        border: none;
    }

        .cd-dropdown-content .cd-secondary-dropdown.default > li.has-children {
            float: left;
            border: none;
        }

        .cd-dropdown-content .cd-secondary-dropdown.default > li > a {
            border-bottom: none;
            padding: 8px 10px;
            font-weight: 600;
            font-size: 14px;
            text-transform: none;
            margin-bottom: 5px;
            color: #302C2C;
        }

        .cd-dropdown-content .cd-secondary-dropdown.default > li > ul > li > a {
            padding: 4px 10px;
        }

        .cd-dropdown-content .cd-secondary-dropdown.default > li.dmenu-img > ul > li > a {
            border-bottom: none;
        }

    .cd-dropdown-content .cd-secondary-dropdown.default {
        padding: 20px 15px;
    }

    .nefret {
        position: relative !important
    }

    .cd-dropdown-content .cd-secondary-dropdown.sanat > .go-back {
        display: none;
    }

    .double {
        width: 100%;
    }

    .dmenu-img.hobi img {
        border: 1px solid #ddd;
    }

    .cd-dropdown-content ul .commamenu a, .commamenu span {
        display: inline-block;
        vertical-align: middle;
    }

    .dmenu-img a {
        padding: 0px !important;
    }
}


@media(min-width:1410px) {
    .cd-dropdown-content .first-child > a {
        padding: 20px 30px;
    }
}
@media (max-width: 1410px) and  (min-width:768px) {
    .cd-dropdown-content .first-child > a {
        padding: 20px 20px;
    }
}