.RTL * {
    direction: rtl !important;
}

.LTR * {
    direction: ltr !important;
}

html {
    min-height: 100%;
    color: #444;
    font-family: 'Roboto', sans-serif !important;
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    padding-right: 0 !important;
}

main {
    min-height: calc(100vh - 171px);
    margin: auto;
    overflow: hidden;
}

.sm main,
.xs main {
    padding-top: 0;
}

h1, h2, h3, h4, h5,
strong, b, th {
    font-weight: 500;
}

button,
button:focus,
button:hover {
    outline: none !important;
}

a:link,
a:active,
a:visited {
    color: #666;
    text-decoration: none;
    outline: none;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}

a:hover {
    color: #000;
}

/* Header */
.header {
    background-color: #fff;
}

.sm .header,
.xs .header {
    position: relative;
}

.header-top {
    padding: 10px 0;
}

    .logo figure {
        float: left;
        margin-right: 20px;
    }

    .logo img {
        float: left;
        max-height: 65px;
        margin-right: 20px;
    }

    .xs .logo img {
        max-height: 50px;
        margin-right: 10px;
    }

    .logo h1 {
        float: left;
        font-size: 1.3em;
    }

    .xs .logo h1 {
        font-size: 1em;
    }

    .sm .logo figure,
    .xs .logo figure {
        margin-right: 0;
    }

.header-bottom {
    background-color: #e5e5e5;
    height: 50px;
}

.social-network {
    margin: 12px 0 0;
    padding: 0;
    float: right;
    list-style-type: none;
}

.social-network li {
    display: inline-block;
    margin-left: 8px;
}

.social-network li a {
    display: block;
    opacity: 1;
}

.social-network li a:hover {
    opacity: 0.8;
}

/* MainMenu */
.main-menu {
    margin-top: 15px;
}

.ul1 {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    float: left;
}

.li1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.menu-pipe {
    display: inline-block;
    content: "|";
    padding: 0 6px;
    font-weight: 300;
}

.a1 {
    display: block;
    padding: 0 10px;
    color: #444 !important;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    white-space: nowrap;
}

.li1:hover .a1,
.li1.highlighted .a1 {
    color: #004884 !important;
    opacity: 0.66;
}

/* MainMenu / Pushy */
.pushy > ul {
    padding: 0;
    list-style-type: none;
}

    .pushy > ul > li {
        border-top: 1px solid #ccc;
    }

        .pushy > ul > li:first-child {
            border-top: none;
        }

        .pushy > ul > li > a {
            color: #555;
            padding: 12px 50px 12px 12px;
            font-size: 1.2em;
        }

            .pushy > ul > li > a:hover {
                color: #111;
            }

            .pushy > ul > li > a:after {
                font-size: 1.4em;
                color: #ccc;
            }

.pushy a {
    display: block;
    padding: 8px 16px;
}

.RTL .pushy-submenu > a::after {
    top: 16px;
}

.pushy ul ul {
    background-color: #fff;
    list-style-type: disc;
    color: #aaa;
}

    .pushy ul ul li {
        position: relative;
        bottom: -2px;
    }

    .pushy ul ul a {
        font-size: 1em !important;
        padding: 10px 0 10px 10px;
    }

@media (max-width: 991px) {
    .logo figure {
        float: none;
        text-align: center;
    }

    .main-menu {
        width: 100%;
        margin: 0 !important;
    }

    .main-menu-handle {
        text-align: left;
        padding-top: 8px;
        cursor: pointer;
        color: #ccc;
    }

        .main-menu-handle .menu-btn {
            float: left;
            border: 2px solid #999;
            padding: 8px 10px 4px;
            color: #999;
            transition: 0.3s all;
            -webkit-transition: 0.3s all;
            -moz-transition: 0.3s all;
            -o-transition: 0.3s all;
        }

            .main-menu-handle .menu-btn span {
                position: relative;
                bottom: -6px;
            }

        .main-menu-handle:hover,
        .main-menu-handle:hover .menu-btn {
            color: #555;
            border-color: #555;
        }

    .ul1 {
        display: none;
    }
}

/* Footer */
.footer {
    color: #ccc;
    box-shadow: 0 1px 40px 0 RGBA(255, 255, 255, 0.4);
    background-color: RGBA(33, 33, 33, 0.8);
}

    .footer ul {
        margin: 0;
        padding: 0;
    }

    .footer a {
        color: #ddd;
    }

        .footer a:hover {
            color: #fff;
            text-decoration: none;
        }

.footer-top {
    background-color: #444;
    padding: 36px 0;
    font-weight: 300;
}

.footer-col {
    border-left: 1px solid #555;
}

.footer-col:first-child {
    border-left: none;
}

.footer-logo img {
    max-width: 80%;
    max-height: 120px;
}

.footer-links ul {
    list-style-type: none;
}

.footer-links li a {
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
}

.footer-bottom {
    background-color: #2f2f2f;
    padding: 2px 0;
}

.footer-developer {
    margin: 2px 0;
    text-align: center;
    font-size: 0.7em;
}

.footer-copyright p {
    margin-bottom: 0;
}

/* Slider */
.home-slider {
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
}

    .home-slider .ms-layer {
        padding: 24px;
        background-color: rgba(255,255,255,0.8);
        min-width: 440px;
        color: #444;
    }

        .home-slider .ms-layer h1 {
            font-size: 1.6em;
            margin-bottom: 15px;
        }

        .home-slider .ms-layer hr {
            border-color: #ccc;
        }

        .home-slider .ms-layer p {
            font-weight: 300;
            font-size: 1em;
            line-height: 180%;
        }

/* Page list */
.page-item-container {
    padding-top: 3em;
    padding-bottom: 3em;
    background-size: cover;
}

    .page-item-container .read-more {
        display: block;
        padding: 10px 20px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        transition: 0.1s ease;
        margin-top: 1.5em;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        background-color: transparent;
    }

        .page-item-container .read-more:hover {
            background-color: #fff;
            color: #444;
        }

        .page-item-container.even {
            background-color: #e5e5e5
        }

.page-item-detail-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-item-detail {
    padding: 24px;
    color: white;
    background-color: #aaa;
    font-weight: 300;
    font-size: 0.9em;
}

.page-item-detail .page-item-parent {
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 0.1em;
    margin: 0 0 12px;
}

    .page-item-detail h1 {
        font-weight: 100 !important;
        font-size: 2.5em;
        line-height: 44px;
        letter-spacing: 0.05em;
        margin: 0 0 12px;
    }

        .page-item-detail h1 strong {
            font-weight: 400;
            font-size: 1em !important;
        }

    .page-item-detail h4 {
        margin-top: 0;
        font-size: 1.3em;
        line-height: 24px;
        font-weight: 300;
    }

        .page-item-image-container {
            margin-top: 15px;
            margin-bottom: 15px;
        }

.page-item-image {
    overflow: hidden;
}

            .page-item-image img {
                min-width: 100%;
            }

            .subpage-item {
                margin-top: 15px;
                margin-bottom: 15px;
            }

    .subpage-item a {
        display: block;
        position: relative;
    }

.subpage-item-content {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

    .subpage-item-content h2 {
        font-size: 1.3em;
        font-weight: 300;
        line-height: 1.5;
        text-transform: uppercase;
        margin: 0 auto;
        padding: 6px;
        background: #fff;
        width: 80%;
        max-width: 270px;
        position: relative;
        bottom: -34px;
        letter-spacing: 0.05em;
        color: #444;
    }

        .subpage-item-content h2 strong {
            font-weight: 600;
            display: block;
        }

    .subpage-item-content > p {
        background: rgba(0,0,0,0.7);
        padding: 48px 40px 0;
        margin-bottom: 0;
        color: white;
        font-weight: 300;
        font-size: 0.9em;
        transition: background-color 0.3s ease-in-out;
        transition: padding 0.3s ease-in-out;
        display: block;
        width: 100%;
    }

        .subpage-item-content > p:after {
            content: "\e259";
            font-family: 'Glyphicons Halflings';
            font-size: 1.2em;
            display: block;
            padding-top: 18px;
            line-height: 0.8em;
            opacity: 0;
            transition: opacity 0.4s ease-in-out;
        }

.subpage-item a:hover .subpage-item-content > p:after {
    opacity: 1;
}

.subpage-item a:hover .subpage-item-content > p {
    padding-bottom: 24px;
}

.subpage-item img {
    width: 100%;
}

/* Inner pages */
.page-header {
    margin-top: 0;
    padding: 0;
    height: 380px;
    background-size: cover;
    background-position: center center;
}

.page-header .container-fluid {
    padding: 0;
}

.page-header h1 {
    margin: 0;
    font-size: 1.4em;
}

.qlinks ul {
    list-style-type: none;
    padding: 8px 12px 8px 0;
}

.qlinks li li a {
    padding: 6px 20px 6px 0 !important;
    font-weight: 300;
}

    .qlinks li li a:before {
        color: #777 !important;
        margin-left: 4px;
    }

.qlinks li li:hover a:before {
    color: #0b386a !important;
}

.content-header {
    padding-top: 20px;
    margin-bottom: 39px;
    position: relative;
    z-index: 500;
}

    .content-header h1 {
        font-size: 1.5em;
        line-height: 1.250em;
        margin: 16px 0;
        color: #444e56;
    }

.content-body {
    line-height: 160%;
    padding-top: 10px;
    padding-bottom: 50px;
    max-width: 1280px;
    min-height: 400px;
    color: #111;
    font-weight: 300;
    font-size: 1em;
}

    .content-body h1,
    .content-body h2,
    .content-body h3,
    .content-body h4,
    .content-body h5,
    .content-body h6 {
        font-weight: 400;
    }

    .content-body h1 {
        font-size: 1.8333em;
    }

    .content-body h2 {
        font-size: 1.4em;
    }

    .content-body h3 {
        font-size: 1.2em;
    }

    .content-body h4 {
        font-size: 1.1em;
    }

    .content-body h5 {
        font-size: 1em;
    }

    .content-body h6 {
        font-size: 0.9em;
    }

    .content-body img {
        max-width: 100%;
    }

.content-body iframe {
    border: none;
    padding: 4px;
    margin-bottom: 20px;
    background-color: #222;
}

.content-side {
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

    .content-side .person {
        padding-bottom: 20px;
    }

    .content-side h4 {
        margin-top: 0;
        padding-top: 12px;
        font-size: 1.1em;
        font-weight: 300;
    }

    .content-side .person-fullname {
        margin: 12px 0 10px;
        font-size: 1.1em;
    }

    .content-side .person-avatar {
        max-width: 100%;
    }

    .content-side .person-position {
        font-size: 0.85em;
        text-transform: none;
    }

.xs .content-side .person-email a {
    width: 35%;
    margin: auto;
}

.sm .content-side .person-email a {
    width: 33%;
    margin: auto;
}

        .content-side .person-email a {
            color: #fff;
            display: block;
            padding: 10px;
            background-color: #aaa;
        }

        .content-side .person-email a:hover {
            background-color: #444 !important;
        }

/* Breadcrumb */
.bc-container {
        font-size: 1em;
    margin-bottom: 8px;
}

.bc-container + hr {
    margin-top: 10px;
    margin-bottom: 16px;
}

.xs .bc-container {
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 12px;
    padding-top: 8px;
}

.bc-container a,
.bc-container .glyphicon {
    color: #aaa;
}

.bc-container .glyphicon {
    padding: 0 4px;
}

.bc-container a:hover .glyphicon,
.bc-container a:hover,
.bc-active {
    color: #000;
}

.bc-container a .glyphicon {
    font-size: 1.1em;
}

/* Sitemap */
.sitemap a:hover {
    color: #000;
}

.sitemap ul {
    margin: 5px 10px 10px;
    padding: 5px 20px 10px;
}

.sitemap > ul > li {
    list-style-type: disc;
    color: #0b386a;
    margin-top: 6px;
}

    .sitemap > ul > li > a {
        color: #000;
        font-size: 1.1em;
    }

        .sitemap > ul > li > a:hover {
            color: #0b386a;
        }

    .sitemap > ul > li > ul {
        color: #888;
        font-size: 1em;
    }

        .sitemap > ul > li > ul > li {
            list-style-type: circle;
            margin-top: 2px;
        }

            .sitemap > ul > li > ul > li > a {
                color: #666;
            }

                .sitemap > ul > li > ul > li > a:hover {
                    color: #000;
                }

            .sitemap > ul > li > ul > li ul {
                color: #aaa;
            }

/* Pagination */
.pagination-container {
    margin-top: 20px;
}

.pagination {
    list-style-type: none;
    text-align: center;
    margin: 0;
}

    .pagination li {
        display: inline-block;
        padding: 0 1px;
    }

    .pagination a {
        border-radius: 0 !important;
        color: #fff !important;
        border: none !important;
        padding: 6px 11px 4px !important;
        background-color: #444 !important;
    }

        .pagination a:hover {
            background-color: #555 !important;
        }

    .pagination li.active a {
        background-color: #777 !important;
        box-shadow: inset 1px 1px 4px 0 RGBA(0, 0, 0, 0.2);
    }

        .pagination li.active a:hover {
            background-color: #888 !important;
        }

    .pagination i {
        margin: 0 20px;
    }

/* Sidebox */
.content-side-box {
    margin-bottom: 20px;
}

.content-side-header {
    background-color: #f3f3f3;
    margin-top: 1px;
    border-top: 1px solid #e3e5e6;
    border-bottom: 1px solid #e3e5e6;
    color: #333;
    font-size: 0.95em;
    padding: 8px 20px 8px 0;
    line-height: 1.222em;
}

.content-side-body {
    padding: 10px;
}

/* Filter */
.sm .content-filter,
.xs .content-filter {
    display: none;
}

/* Player */
.jw-container {
    border: 4px solid #222;
    margin-bottom: 20px;
}

    .jw-container * {
        outline: none;
        direction: ltr !important;
    }

    .jw-container .jw-title-primary {
        font-weight: 300;
        font-size: 1.3em;
        text-align: center;
    }

    .jw-container .jw-preview {
        background-size: 60% !important;
    }

/* Toggle menu */
.toggle-menu {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin: 0 0 30px;
}

    .toggle-menu li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 5px;
        background-color: #666;
        border: 1px solid #666;
        border-radius: 6px;
    }

        .toggle-menu li:hover {
            background-color: #555;
        }

        .toggle-menu li.active {
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: inset 0 -1px 10px RGBA(0, 0, 0, 0.3);
        }

        .toggle-menu li a {
            display: block;
            width: 100px;
            padding: 4px 0;
            color: #fff;
            font-weight: 300;
            font-size: 1em;
        }

        .toggle-menu li.active a {
            color: #000;
        }

/* News & Events */
.home-press {
    padding-top: 3em;
    padding-bottom: 3em
}

    .home-press h3 {
        margin-bottom: 18px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        font-weight: 300;
        font-size: 1.4em;
        text-transform: uppercase;
    }

/* News */
.news-item {
    margin-bottom: 20px;
}

.news-item a {
    display: block;
}

.news-item .news-abstract {
    position: relative;
    z-index: 10;
    color: #444;
}

.news-item .news-date {
    font-size: 0.8em;
    color: #777;
    margin-bottom: 7px;
}

.news-item .news-title {
    font-size: 1em;
    margin: 0 auto 14px;
    line-height: 150%;
}

.content-body .news-teaser {
    overflow: hidden;
}

    .content-body .news-teaser img {
        min-width: 100%;
        max-height: 200px;
        max-width: none;
    }

.xs .content-body .news-teaser img,
.sm .content-body .news-teaser img {
    max-height: none;
}

    .content-body .news-detail .news-teaser img {
        width: 100%;
        max-height: none;
    }

    .news-detail .news-title {
        font-size: 1.5em;
    }

.news-item .news-title a {
    color: #000;
}

    .news-item .news-title a:hover {
        color: #007bff;
    }

.news-item .news-summary {
    color: #777;
    line-height: 150%;
    font-size: 0.85em;
    margin-bottom: 6px;
}

.news-item .news-more {
    color: #007bff;
    font-size: 0.85em;
}

    .news-item .news-more:hover {
        text-decoration: underline;
    }

.news-text {
    margin-top: 40px;
}

/* Events */
.home-event {
    background-color: #f3f3f3;
}

.event-item {
    margin-bottom: 20px;
}

    .home-event .event-item {
        padding: 0;
        border: none;
        margin-bottom: 10px;
    }

.event-item .event-title {
    margin-top: 6px;
    line-height: 160%;
}

    .event-item .event-title a {
        display: block;
        color: #000;
    }

        .event-item .event-title a:hover {
            color: #007bff;
        }

.event-item .event-when {
    margin-top: 20px;
    font-size: 0.85em;
    color: #000;
    line-height: 150%;
}

.event-item .event-summary {
    line-height: 160%;
    margin-top: 10px;
    color: #666;
    font-size: 0.9em;
}

.event-item .glyphicon {
    font-size: 1em;
}

.event-text {
    margin-top: 40px;
}

/* Content menu */
.content-menu-inner {
    z-index: 10;
    position: relative;
    position: sticky;
    margin-top: -140px;
    padding-bottom: 20px;
}

.xs .content-menu-inner,
.sm .content-menu-inner {
    margin-top: 0;
}

    .xs .content-menu {
        margin: 0;
    }

.sm .content-menu {
    margin-top: 0;
    margin-bottom: 10px;
}

.xs .content-body,
.sm .content-body {
    padding-top: 0;
}

.content-menu-breadcrumb {
    height: 180px;
    margin-bottom: 1em;
    padding: 22px 20px 20px;
    background-color: #aaa;
    line-height: 1.125;
    text-transform: uppercase;
}

    .xs .content-menu-breadcrumb,
    .sm .content-menu-breadcrumb {
        height: auto;
    }


    .content-menu-breadcrumb a {
        color: #fff;
        display: block;
        font-size: 0.9em;
        word-wrap: break-word;
        font-weight: 200;
    }

        .content-menu-breadcrumb a + a {
            margin-top: 58px;
            font-size: 1.5em;
            letter-spacing: 1px;
        }

.content-menu ul {
    list-style-type: none;
}

.content-menu-subpages-1 {
    margin: 0;
    padding: 0;
}

    .content-menu-subpages-1 a {
        position: relative;
        display: block;
        padding: 10px 60px 10px 20px;
        background-color: #e5e5e5;
        border: 2px solid #e5e5e5;
        transition: 0.2s ease;
        margin-bottom: 0.7em;
    }

    .content-menu-subpages-1 ul {
        padding: 0 0 0 12px;
        margin: 0 0 24px 0;
    }

    .content-menu-subpages-1 a:after {
        content: "\e258";
        font-family: 'Glyphicons Halflings';
        width: 24px;
        bottom: -2px;
        right: -2px;
        top: -2px;
        position: absolute;
        display: block;
        padding: 16px 30px 12px 16px;
        text-align: center;
        background-color: #444;
        color: #fff;
        font-size: 0.8em;
        display: block;
    }

    .content-menu-subpages-1 a.no-after:after {
        display: none;
    }

    .content-menu-subpages-1 a:hover,
    .content-menu-subpages-1 .highlighted > a {
        background-color: #444;
        border-color: #444;
        color: #fff;
        cursor: pointer;
    }

        .content-menu-subpages-1 .highlighted > a:after {
            content: "\e259";
            background-color: #444 !important;
        }

.is-sticky {
    margin-top: 10px;
}

/* Gallery */
.gallery-item {
    width: 100%;
    height: 380px;
    overflow: hidden;
    background-color: #eee;
    position: relative;
}

.xs .gallery-item-1,
.sm .gallery-item-1 {
    margin-bottom: 20px;
}

    .xs .gallery-item-1 img,
    .sm .gallery-item-1 img {
        width: 100%;
    }

.gallery-item-1 img {
    min-height: 380px;
}

.gallery-item-2 {
    margin-bottom: 20px;
}

.gallery-item-2,
.gallery-item-3 {
    height: 180px;
}

    .gallery-item-2 img,
    .gallery-item-3 img {
        width: 50% !important;
        min-height: 180px;
    }

.gallery-item-1 .gallery-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
    color: #fff;
    opacity: 0;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    text-shadow: 1px 1px 4px RGBA(0, 0, 0, 0.7);
}

.gallery-item-1 a:hover .gallery-content {
    opacity: 1;
}

.gallery-item-2 .gallery-content,
.gallery-item-3 .gallery-content {
    position: relative;
    z-index: 10;
    width: 50%;
    float: left;
    background-color: #555;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    color: #fff;
    padding: 20px;
    height: 180px
}

.gallery-item-2 a:hover .gallery-content,
.gallery-item-3 a:hover .gallery-content {
    background-color: #333;
}

.gallery-content h3 {
    font-size: 1.2em;
    margin-bottom: 18px;
}

.gallery-item-2 h3,
.gallery-item-3 h3 {
    margin-top: 8px;
    font-size: 1em;
}

.gallery-item p {
    font-size: 1em;
    font-weight: 300;
    line-height: 180%;
    text-align: justify;
}

.gallery-item-2 p,
.gallery-item-3 p {
    font-size: 0.75em;
}

.gallery-item img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.gallery-item a:hover img {
    margin: auto;
    transform: scale(1.1);
}

.home-gallery .gallery-item a:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.gallery-body .gallery-item {
    background-color: #fff;
    height: 220px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.xs .gallery-body .gallery-item {
    height: auto;
}

.xs .gallery-detail .gallery-item {
    height: auto;
}

.gallery-detail .gallery-summary {
    background-color: #f7f7f7;
    border-color: #ccc;
    font-weight: 200;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    text-align: justify;
}

.gallery-detail h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #000;
}

.gallery-detail .gallery-teaser {
    box-shadow: 1px 1px 7px 0 RGBA(0, 0, 0,0.3);
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
}

.gallery-body .gallery-teaser {
    padding: 0;
    box-shadow: none;
    border: none;
}

    .gallery-body .gallery-teaser img {
        min-height: 220px;
        min-width: 100%;
    }

.gallery-body {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .gallery-body img {
        border: none;
        border-radius: 0;
        margin-bottom: 0;
    }

.sm .gallery-detail .gallery-teaser img,
.xs .gallery-detail .gallery-teaser img {
    width: 100%;
}

.search-menu a,
.contact-menu a {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    padding-right: 8px;
    padding-left: 8px;
    cursor: pointer;
}

.contact-menu {
    text-align: right;
}

.special-menu-text {
    float: right;
    width: 70px;
    padding-top: 2px;
    font-weight: 300;
    word-break: break-all;
    white-space: normal;
    font-size: 0.5em;
}

.drawer {
    display: none;
    position: absolute;
    top: 35px;
    left: -16px;
    background: #e5e5e5;
    padding: 16px;
    z-index: 100;
    box-shadow: 1px 3px 3px 0 RGBA(0, 0, 0, 0.3);
}

.search-menu input {
    padding: 4px 10px;
    border: none;
    background-color: #333;
    color: #fff;
    font-size: .8em;
}

.search-menu button {
    padding: 3px 8px;
    border: 0;
    color: #fff;
    font-size: .8em;
    margin: 8px 8px 8px 0;
    display: block;
    text-align: center;
    width: 100%;
    background-color: #004884;
}

.search-menu button:hover {
   background-color: #444;
}

.contact-menu .drawer {
    font-size: 0.9em;
}

    .contact-menu .drawer p {
        margin: 0;
    }

    .contact-menu strong {
        color: #0b386a;
        display: block;
        text-align: center;
        margin-bottom: 4px;
    }

/* Search */
.searched-item {
    margin-top: 10px;
}

    .searched-item a {
        color: inherit;
    }

    .searched-item:first-child {
        margin-top: 0;
    }

.search-form .btn {
    background-color: #004884;
    color: #fff;
    width: 49%;
    margin-top: 24px;
    position: relative;
    display: block;
    padding: 0 40px;
    border-radius: 0;
}

.search-form .btn:hover {
    background-color: #444;
}

/* aux menu */
.aux-menu {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    font-size: 0.9em;
}

.xs .aux-menu {
    margin-top: 20px;
}

.aux-menu li {
    float: right;
    border-right: 1px solid #ddd;
}

.xs .aux-menu li {
    float: none;
    padding: 0;
    display: inline-block;
    border-right: none;
    border-left: 1px solid #ddd;
}

.aux-menu li:first-child {
    border-right: none;
}

.xs .aux-menu li:first-child {
    border-left: none;
}

    .aux-menu li > a,
    .aux-menu li > span {
        display: block;
        padding: 0 10px;
    }

    .aux-menu li > span {
        color: #aaa;
    }