.sm-blue {
    background: transparent;
}

    .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
        padding: 20px 20px;
        line-height: 23px;
        text-decoration: none;
    }

        .sm-blue a.current {
            background: #006892;
        }

        .sm-blue a span.sub-arrow {
            position: absolute;
            top: 50%;
            margin-top: -17px;
            left: auto;
            right: 4px;
            width: 34px;
            height: 34px;
            overflow: hidden;
            font: normal 16px/34px monospace !important;
            text-align: center;
            text-shadow: none;
            background: rgb(152, 68, 160);
            color: #fff;
        }

        .sm-blue a.highlighted span.sub-arrow:before {
            display: block;
            content: '-';
        }

    .sm-blue ul {
        background: white;
    }

        .sm-blue ul ul {
            background: rgba(102, 102, 102, 0.1);
        }

        .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
            background: transparent;
            margin-left: 1em;
            color: #8e8e8e;
            font-size: 16px;
            text-shadow: none;
        }

            .sm-blue ul a.current {
                background: #006892;
            }

            .sm-blue ul a.disabled {
                color: #b3b3b3;
            }

        .sm-blue ul li {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

            .sm-blue ul li:first-child {
                border-top: 0;
            }



@media (min-width:1025px) {
    .sm-blue ul {
        position: absolute;
        width: 12em;
    }

    .sm-blue li {
        float: left;
    }

    .sm-blue.sm-rtl li {
        float: right;
    }

    .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
        float: none;
    }

    .sm-blue a {
        white-space: nowrap;
        color: #1d1d1d;
    }

    .sm-blue ul a, .sm-blue.sm-vertical a {
        white-space: normal;
    }

    .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    /* ...end */
    .sm-blue {
        /*background-color: rgba(255, 255, 255, 0.00);*/
    }

        .sm-blue li a.has-submenu {
            /*background-image: url(../img/icon/icon-arrow.png);*/
            background-position: right center;
            background-repeat: no-repeat;
            margin-right: 15px;
        }

        .sm-blue > li > a:not(.has-submenu) {
            /*margin-right: 5px;*/
        }

        .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
            padding: 13px 17px;
            /*margin-right: 15px;*/
        }

            .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
                background-color: rgba(255, 255, 255, 0);
            }

            .sm-blue a.current {
                background: #006892;
            }

            .sm-blue a.disabled {
                background: #3092c0;
            }

            .sm-blue a span.sub-arrow {
                top: auto;
                margin-top: 0;
                bottom: 2px;
                left: 50%;
                margin-left: -5px;
                right: auto;
                width: 0;
                height: 0;
                background: transparent;
            }

            .sm-blue a.highlighted span.sub-arrow:before {
                display: none;
            }

        .sm-blue > li {
        }

            .sm-blue > li:first-child {
                border-left: 0;
            }

        .sm-blue ul {
            background: white;
            -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
        }

            .sm-blue ul ul {
                background: white;
            }

            .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
                border-bottom: 1px dashed #ebebeb;
                padding: 9px 23px;
                background: transparent;
                color: #6d6d6d;
                margin-left: 0;
            }

                .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
                    background: #e3e3e3;
                }

                .sm-blue ul a.current {
                    background: #006892;
                }

                .sm-blue ul a.disabled {
                    background: white;
                    color: #b3b3b3;
                }

                .sm-blue ul a span.sub-arrow {
                    top: 50%;
                    margin-top: -5px;
                    bottom: auto;
                    left: auto;
                    margin-left: 0;
                    right: 10px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent #e3e3e3;
                }

            .sm-blue ul li {
                border: 0;
            }

        .sm-blue span.scroll-up,
        .sm-blue span.scroll-down {
            position: absolute;
            display: none;
            visibility: hidden;
            overflow: hidden;
            background: white;
            height: 20px;
        }

        .sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {
            position: absolute;
            top: -2px;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 8px;
            border-style: dashed dashed solid dashed;
            border-color: transparent transparent #8d1e97 transparent;
        }

        .sm-blue span.scroll-down-arrow {
            top: 6px;
            border-style: solid dashed dashed dashed;
            border-color: #8d1e97 transparent transparent transparent;
        }

        .sm-blue.sm-rtl.sm-vertical a span.sub-arrow {
            right: auto;
            left: 10px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #e3e3e3 transparent transparent;
        }

        .sm-blue.sm-rtl > li:first-child {
        }

        .sm-blue.sm-rtl > li:last-child {
            border-left: 0;
        }

        .sm-blue.sm-rtl ul a span.sub-arrow {
            right: auto;
            left: 10px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #e3e3e3 transparent transparent;
        }

        .sm-blue.sm-vertical {
        }

            .sm-blue.sm-vertical a {
                padding: 9px 23px;
            }

                .sm-blue.sm-vertical a span.sub-arrow {
                    top: 50%;
                    margin-top: -5px;
                    bottom: auto;
                    left: auto;
                    margin-left: 0;
                    right: 10px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent #e3e3e3;
                }

            .sm-blue.sm-vertical > li {
                border-left: 0 !important;
            }

            .sm-blue.sm-vertical ul a {
                padding: 9px 23px;
            }
}

/* button */
.main-menu-btn {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    position: absolute;
    top: 20px;
    left: 12px;
    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .main-menu-btn-icon:before {
        content: '';
        top: -7px;
        left: 0;
    }

    .main-menu-btn-icon:after {
        content: '';
        top: 7px;
        left: 0;
    }
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}
    /* hide the menu in mobile view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: none;
    }

    #main-menu-state:checked ~ #main-menu {
        display: block;
    }

@media (min-width: 1025px) {
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}

@media (max-width: 1024px) {

    .main-menu-btn, #main-menu-state {
        float: none;
        /*margin-top: 2px !important;*/
        /*position: fixed;*/
        padding: 7px 10px;
        z-index: 99999999999999;
    }
}
