﻿@media (min-width: 768px) {
    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .menu-horizontal .sm-blue ul {
        position: absolute;
        width: 12em;
    }

    .menu-horizontal .sm-blue li {
        float: left;
    }

    .menu-horizontal .sm-blue.sm-rtl li {
        float: right;
    }

    .menu-horizontal .sm-blue ul li, .menu-horizontal .sm-blue.sm-rtl ul li {
        float: none;
    }

    .menu-horizontal .sm-blue a {
        white-space: nowrap;
    }

    .menu-horizontal .sm-blue ul a {
        white-space: normal;
    }

    .menu-horizontal .sm-blue .sm-nowrap > li > a, .menu-horizontal .sm-blue .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    /* ...end */
    .menu-horizontal .sm-blue {
        background: #3092c0;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
        background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }

    .menu-horizontal .sm-blue a, .menu-horizontal .sm-blue a:hover, .menu-horizontal .sm-blue a:focus, .menu-horizontal .sm-blue a:active, .menu-horizontal .sm-blue a.highlighted {
        padding: 13px 24px;
        background: #3092c0;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
        background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
        color: white;
    }

    .menu-horizontal .sm-blue a:hover, .menu-horizontal .sm-blue a:focus, .menu-horizontal sm-blue a:active, .menu-horizontal .sm-blue a.highlighted {
        background: #2b82ac;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #2d89b4), color-stop(100%, #297ca3));
        background-image: -webkit-linear-gradient(to bottom, #2d89b4, #297ca3);
        background-image: -moz-linear-gradient(to bottom, #2d89b4, #297ca3);
        background-image: -o-linear-gradient(to bottom, #2d89b4, #297ca3);
        background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
    }

    .menu-horizontal .sm-blue a.current {
        background: #006892;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
        background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
        background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
        background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
        background-image: linear-gradient(to bottom, #006188, #006f9c);
        color: white;
        }

    .menu-horizontal .sm-blue a.disabled {
        background: #3092c0;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
        background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
        color: #a1d1e8;
    }

    .menu-horizontal .sm-blue a span.sub-arrow {
        top: auto;
        margin-top: 0;
        bottom: 2px;
        left: 50%;
        margin-left: -5px;
        right: auto;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #a1d1e8 transparent transparent transparent;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .menu-horizontal .sm-blue a.highlighted span.sub-arrow:before {
        display: none;
    }

    .menu-horizontal .sm-blue > li:first-child > a, .menu-horizontal .sm-blue > li:first-child > :not(ul) a {
        -webkit-border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -ms-border-radius: 8px 0 0 8px;
        -o-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
    }

    .menu-horizontal .sm-blue > li:last-child > a, .menu-horizontal .sm-blue > li:last-child > :not(ul) a {
        -webkit-border-radius: 0 8px 8px 0 !important;
        -moz-border-radius: 0 8px 8px 0 !important;
        -ms-border-radius: 0 8px 8px 0 !important;
        -o-border-radius: 0 8px 8px 0 !important;
        border-radius: 0 8px 8px 0 !important;
    }

    .menu-horizontal .sm-blue > li {
        border-left: 1px solid #2b82ac;
    }

    .menu-horizontal .sm-blue > li:first-child {
        border-left: 0;
    }

    .menu-horizontal .sm-blue ul {
        border: 1px solid #a8a8a8;
        padding: 7px 0;
        background: white !important;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        -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);
    }

    .menu-horizontal .sm-blue ul ul {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background: white !important;
    }

    .menu-horizontal .sm-blue ul a, .menu-horizontal .sm-blue ul a:hover, .menu-horizontal .sm-blue ul a:focus, .menu-horizontal .sm-blue ul a:active, .menu-horizontal .sm-blue ul a.highlighted {
        border: 0 !important;
        padding: 9px 23px;
        background: transparent;
        color: #2b82ac;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .menu-horizontal .sm-blue ul a:hover, .menu-horizontal .sm-blue ul a:focus, .menu-horizontal .sm-blue ul a:active, .menu-horizontal .sm-blue ul a.highlighted {
        background: #3092c0;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
        background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
        color: white;
    }

    .menu-horizontal .sm-blue ul a.current {
        background: #006892;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
        background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
        background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
        background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
        background-image: linear-gradient(to bottom, #006188, #006f9c);
        color: white;
    }

    .menu-horizontal .sm-blue ul a.disabled {
        background: white;
        color: #b3b3b3;
    }

    .menu-horizontal .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 #a1d1e8;
    }

    .menu-horizontal .sm-blue ul li {
        border: 0;
    }

    .menu-horizontal .sm-blue span.scroll-up,
    .menu-horizontal .sm-blue span.scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: white;
        height: 20px;
    }

    .menu-horizontal .sm-blue span.scroll-up-arrow, .menu-horizontal .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 #2b82ac transparent;
    }

    .menu-horizontal .sm-blue span.scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #2b82ac transparent transparent transparent;
    }

    .menu-horizontal .sm-blue.sm-rtl > li:first-child > a, .menu-horizontal .sm-blue.sm-rtl > li:first-child > :not(ul) a {
        -webkit-border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -ms-border-radius: 0 8px 8px 0;
        -o-border-radius: 0 8px 8px 0;
        border-radius: 0 8px 8px 0;
    }

    .menu-horizontal .sm-blue.sm-rtl > li:last-child > a, .menu-horizontal .sm-blue.sm-rtl > li:last-child > :not(ul) a {
        -webkit-border-radius: 8px 0 0 8px !important;
        -moz-border-radius: 8px 0 0 8px !important;
        -ms-border-radius: 8px 0 0 8px !important;
        -o-border-radius: 8px 0 0 8px !important;
        border-radius: 8px 0 0 8px !important;
    }

    .menu-horizontal .sm-blue.sm-rtl > li:first-child {
        border-left: 1px solid #2b82ac;
    }

    .menu-horizontal .sm-blue.sm-rtl > li:last-child {
        border-left: 0;
    }

    .menu-horizontal .sm-blue.sm-rtl ul a span.sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent;
    }
}
