﻿.appear-delay-10{transition:transform 1s cubic-bezier(.165,.84,.44,1) .7s,opacity 1s cubic-bezier(.165,.84,.44,1) .8s}
.appear-delay-9 {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .64s,opacity 1s cubic-bezier(.165,.84,.44,1) .74s
}
.appear-delay-8 {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .58s,opacity 1s cubic-bezier(.165,.84,.44,1) .68s
}
.appear-delay-7 {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .52s,opacity 1s cubic-bezier(.165,.84,.44,1) .62s
}
.appear-delay-6 {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .46s,opacity 1s cubic-bezier(.165,.84,.44,1) .56s
}
.appear-delay-5 {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .4s,opacity 1s cubic-bezier(.165,.84,.44,1) .5s
}
.appear-delay-4 {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .34s,opacity 1s cubic-bezier(.165,.84,.44,1) .44s
}
.appear-delay-3 {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .28s,opacity 1s cubic-bezier(.165,.84,.44,1) .38s
}
.appear-delay-2 {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .22s,opacity 1s cubic-bezier(.165,.84,.44,1) .32s
}
.appear-delay-1 {
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .1s,opacity 1s cubic-bezier(.165,.84,.44,1) .2s
}
div.top-nav {
    align-self:center;
    text-align:center;
}
ul.top-nav {
    margin: 0 auto;
    height: auto;
    background-color: #fff;
}
li.special > a, li.special > a:hover{color:var(--specialColor) !important}
li.special > a > span{color:var(--specialColor) !important}
li.level-1 div.megamenu{
    padding: 20px 0;
    line-height: 1.8;
    transform: none;
    opacity: 0;
    transition: all .3s cubic-bezier(.2,.06,.05,.95);
    transition-delay: .3s;
    direction:ltr;
}
 
li.level-1 {
    position: relative;
    display: inline-block;
    margin: 0;
}

li.separator.level-1 {
    font-size: 18px !important;
    color: #000;
}
li.level-1 > .nav-underline {
    padding: 0;
}
li.level-1 > a {
   color: #000;
    letter-spacing: normal;
    margin: 0;
}

li.level-1 > a > span.p-count {
    font-size: 16px !important;
    padding-right:3px;
    color:#999;
    display:none;
}
li.level-1 > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: solid 2px #999;
    transition: right .5s
}

.site-nav__dropdown>div.center{
    direction:rtl !important;
}
li.level-1:hover .site-nav__dropdown {
    display: block;
    visibility: visible;
    transform: translateZ(0);
    transition: all .3s cubic-bezier(.2,.06,.05,.95);
}
.site-nav__dropdown {
    position: absolute;
    left: 0;
    margin: 0;
    z-index: 500;
    visibility: hidden;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0 10px 20px #00000017;
    transform: translateY(-12px)
}
li.special button > span {
    display: none;
}

li.level-1 {
    z-index: 6
}

    li.level-1:hover {
        z-index: 7
    }

        li.level-1:hover > a {
            color: #000 !important;
            background-color: #fff;
            opacity: 1;
            transition: none
        }

    
    li.level-1:hover .megamenu {
        opacity: 1;
        transition-delay: 0s
    }

        li.level-1:hover .megamenu .appear-animation {
            opacity: 1;
            transform: none
        }

li.level-1:hover a:after {
    right: 0
}
   
    li.level-1 > a {
        padding: 18px 5px;
        padding-left: 0;
        margin: 0;
        position: relative;
        z-index: 6
    }

li.level-1 {
    margin: 0 !important;
    padding: 0 !important;
    position: static;
}

.columns-width {
    width: 10%;
}
div.level-1 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;

}
div.level-2 {
    margin-bottom: 10px;
    text-align: right !important;
    padding-right:40px
}
    div.level-2 > a {
        font-size: 18px !important;
        font-weight: 900 !important;
        font-family: assistant-bold; 
        color: #000;
        
    }
    div.level-2 > a > span.p-count {
        padding-right: 3px;
        font-size: 14px;
        color: #999;
        font-weight: 300 !important;
    }
    div.level-3 {
        text-align: right !important;
        direction: rtl !important;
        padding-right: 40px
    }
    div.level-3 > a {
        font-size: 18px !important;
        font-weight: 300 !important;
        color: #000;
    }
    div.level-3 > a > span.p-count {
        font-size: 14px !important;
        color: #999 !important;
        padding-right: 3px;
    }

@media only screen and (min-width:800px) and (orientation: landscape) {
    .columns-width{width:13%}

    li.level-1 {
        padding: 0 !important;
        margin: 0 !important;
    }
        li.level-1 > a {
            font-size: 13px !important;
            padding: 0 2px !important;
            margin: 0 !important;
            font-weight: 100;
            
        }
    li.separator.level-1 {
        font-size: 13px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    div.level-2 {
        margin-bottom: 3px;
        text-align: right !important;
    }

    div.level-2 > a {
        font-size: 10px !important;
        font-weight: 100 !important;
    }

    div.level-3 > a {
        font-size: 10px !important;
        font-weight: normal !important;
    }
    
}
@media only screen and (min-width:1024px) and (orientation: landscape) {
    div.top-nav {
        margin-top: 0px;
        position: relative !important;
    }
    .columns-width {
        width: 14%;
    }
    li.level-1 {
        margin:0 !important;
    }
    li.level-1 > a {
        font-size: 14px !important;
        font-weight: 100 !important;
        margin: 0 !important;
        padding: 0 5px !important;
    }
    li.separator.level-1 {
        font-size: 14px !important;
        color: #000;
        margin: 0 !important;
        padding:0 !important;
    }
    div.level-2 {
        margin-bottom: 3px;
        text-align: right !important;
    }

    div.level-2 > a {
        font-size: 14px !important;
        font-weight: 100 !important;
    }

    div.level-3 > a {
        font-size: 14px !important;
        font-weight: normal !important;
    }
}


@media only screen and (min-width:1152px) and (orientation: landscape) {
    .columns-width {
        width: 14%;
    }

    li.level-1 > a {
        font-size: 17px !important;
        font-weight: 100 !important;
        padding: 0 4px !important
    }

    div.level-2 > a {
        font-size: 14px !important;
        font-weight: 100 !important;
    }

    div.level-3 > a {
        font-size: 14px !important;
        font-weight: normal !important;
    }
}
        @media only screen and (min-width:1280px)and (orientation: landscape) {
            .columns-width {
                width: 14%;
            }

            li.level-1 > a {
                font-size: 17px !important;
                font-weight: 100 !important;
                padding: 0 7px !important
            }

            div.level-2 > a {
                font-size: 16px !important;
                font-weight: 100 !important;
            }

            div.level-3 > a {
                font-size: 16px !important;
                font-weight: normal !important;
            }
            
        }
        @media only screen and (min-width:1360px) and (orientation: landscape) {
            
            div.level-2 > a {
                font-size: 14px !important;
                font-weight: 100 !important;
            }

            div.level-3 > a {
                font-size: 14px !important;
                font-weight: normal !important;
            }
        }       
        @media only screen and (min-width:1366px) and (orientation: landscape) {
            .columns-width {
                width: 14%;
            }
            div.level-2 > a {
                font-size: 14px !important;
                font-weight: 100 !important;
            }

            div.level-3 > a {
                font-size: 14px !important;
                font-weight: normal !important;
            }
        }        
        @media only screen and (min-width:1400px) and (orientation: landscape) {
            .columns-width{width:14%}
            li.level-1 > a {
                font-size: 18px !important;
                padding: 0 7px !important
            }
            div.level-2 > a {
                font-size: 16px !important;
                font-weight: 100 !important
            }
            div.level-3 > a {
                font-size: 16px !important;
                font-weight: normal !important;
            }
        }
        @media only screen and (min-width:1440px) and (orientation: landscape) {
            
            div.level-2 > a {
                font-size: 16px !important;
                font-weight: 900 !important;
            }

            div.level-3 > a {
                font-size: 16px !important;
                font-weight: 300 !important;
            }
        }
        @media only screen and (min-width:1600px) and (orientation: landscape) {
        }
        @media only screen and (min-width:1680px) and (min-device-height: 1050px) and (orientation: landscape) {
            .columns-width {
                width: 14%;
            }

            li.level-1 > a {
                font-size: 20px !important;
                font-weight: 400 !important;
                padding: 0 !important;
            }

            div.level-2 > a {
                font-size: 18px !important;
                font-weight: 900 !important;
            }

            div.level-3 > a {
                font-size: 18px !important;
                font-weight: 300 !important;
            }
            li.level-1 {
                margin: 3px 15px !important;
            }

                li.level-1 > a {
                    margin: 0 !important;
                    padding: 0;
                }

            li.separator.level-1 {
                margin: 0 !important;
                font-size: 22px !important;
                padding: 0 !important;
            }
        }
        @media only screen and (min-width:1912px) and (min-device-height: 1080px) and (orientation: landscape) {
            .columns-width{width:14%}
            li.level-1 > a {
                font-size: 20px !important;
                font-weight: 400 !important;
            }
            div.level-2 > a {
                font-size: 18px !important;
                font-weight: 900 !important;
            }
            div.level-3 > a {
                font-size: 18px !important;
                font-weight: 300 !important;
            }
        }
@media only screen and (min-width:800px) and (min-device-height: 600px) and (orientation: landscape) {
    .line-top, .line-bottom {
        width: 100%;
        background-color: red;
        height: 1px;
        position: absolute;
        top: 25px;
        z-index: 50000;
        display: none;
    }

    .line-top {
        top: 10px
    }

    i.fa-search.desktop {
        margin-top: 6px;
        font-size: 14px
    }

    a.site-nav__link--icon img {
        margin-top: 0px !important
    }

    .div-logo {
        width: 12%;
        float: right;
        margin-top: 5px;
        padding-right: 5px;
    }

    div.div-icons {
        float: left;
        width: 12%;
        padding-left: 5px;
        margin-top: -2px;
    }

    .site-nav__icons {
        float: left;
        display: flex;
        flex: 0 0 auto;
    }

    .search-with-top-nav {
        width: 76%;
        margin-top: 5px
    }

    div.search1 {
        width: 80%;
        margin: auto;
        height: 25px
    }

    .search1 .inner {
        width: 100%;
        height: 24px
    }

    .site-nav__icons img {
        height: 22px
    }

    header > div img.logo {
        height: 28px
    }

    .spacer {
        width: 10px
    }

    div.search1 > div > input {
        height: 23px;
        border-radius: 15px;
        text-align: right;
        direction: rtl;
        padding-right: 15px;
        font-size: 18px;
        width: 100%;
    }
}

@media only screen and (min-width:1024px) and (orientation: landscape) {
    .line-bottom {
        top: 25px
    }

    div.search1 {
        height: 27px;
        margin-bottom: 10px
    }

    i.fa-search.desktop {
        margin-top: 7px
    }

    a.site-nav__link--icon img {
        margin-top: 0px !important
    }

    div.search1 > div > input {
        height: 26px
    }

    .div-logo, div.div-icons {
        width: 8%;
        margin-top: 6px
    }

    .search-with-top-nav {
        width: 84%
    }

    div.search1 input {
        width: 100%
    }

    .site-nav__icons img {
        height: 25px
    }

    /*header > div img.logo {
        height: 31px
    }*/

    .search1 .inner {
        width: 100%
    }

    .spacer {
        width: 1px
    }
}

@media only screen and (min-width:1152px) and (orientation: landscape) {
    .line-bottom {
        top: 30px
    }

    div.search1 > div > input {
        height: 29px
    }

    .site-nav__icons img {
        height: 20px
    }

    header > div img.logo {
        /*height: 35px;
        width: 104px;*/
    }

    .site-nav__icons img {
        height: 27px;
        width:27px;
    }
}

@media only screen and (min-width:1176px) and (orientation: landscape) {
}

@media only screen and (min-width:1280px) and (orientation: landscape) {
    div.search1 {
        height: 32px;
        margin-bottom: 10px
    }

    i.fa-search.desktop {
        margin-top: 7px
    }

    /*.site-nav__icons img {
        height: 27px
    }*/

    /*header > div img.logo {
        height: 35px;
        
    }*/

    .search1 .inner {
        width: 97%
    }

    .spacer {
        width: 1px
    }
}

@media only screen and (min-width:1360px) and (orientation: landscape) {

    header > div img.logo {
        /*height: 36px*/
    }

    div.search1 > div > input {
        height: 29px
    }

    .site-nav__icons img {
        height: 28px
    }

    .search1 .inner {
        width: 92%
    }
}

@media only screen and (min-width:1366px) and (orientation: landscape) {
}

@media only screen and (min-width:1400px) and (orientation: landscape) {
    .line-bottom {
        top: 40px
    }

    .search1 .inner {
        width: 93%
    }

    .site-nav__icons img {
        height: 36px
    }

    header > div img.logo {
        /*height: 45px*/
    }
    img.logo{
        height:34px !important;
        margin-top:-2px;
    }
    div.search1 > div > input {
        height: 29px;
        margin-top:5px;
    }

    i.fa-search.desktop {
        margin-top: 11px
    }

    .spacer {
        width: 18px
    }
}

@media only screen and (min-width:1440px) and (orientation: landscape) {

    .search1 .inner {
        width: 91%
    }
}

@media only screen and (min-width:1600px) and (orientation: landscape) {
    .search1 .inner {
        width: 82%
    }
}

@media only screen and (min-width:1672px) and (orientation: landscape) {
}

@media only screen and (min-width:1680px) and (orientation: landscape) {
    .search1 .inner {
        width: 100%
    }

    i.fa-search.desktop {
        margin-top: 13px;
        font-size: 15px
    }
}

@media only screen and (min-width:1760px) and (orientation: landscape) {
}

@media only screen and (min-width:1768px) and (orientation: landscape) {
}

@media only screen and (min-width:1912px) and (orientation: landscape) {
    .search1 .inner {
        width: 80%;
        
    }

    /*header > div img.logo {
        height: 50px;
        width: 100% !important; 
        border:solid 1px red !important
    }*/

    i.fa-search.desktop {
        margin-top: 13px;
        font-size: 16px
    }
}