﻿@charset "UTF-8";

.dropdown-inline {
    display: inline-block;
    position: relative;
}

.menu > .dropdown > a > span {
    position: relative;
}

    .menu > .dropdown > a > span:after {
        position: absolute;
        bottom: -10px;
        content: '\f140';
        font-family: MaterialDesignIcons;
        color: #4c4c4c;
        font-size: 12pt;
        line-height: 1;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

.dropdown.dropdown:hover:after {
    color: #ee2d2f;
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    right: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: right;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: left;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-right-color: #000;
    position: absolute;
    left: 6px;
    top: 9px;
}

.dropdown-menu .dropdown:after {
    position: absolute;
    content: "\f141";
    font-family: MaterialDesignIcons;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #666;
    width: 100%;
    right: 0;
    text-align: left;
    font-size: 15pt;
    padding-left: 5px;
    z-index: 100;
}

.dropdown-menu li {
    position: relative;
}

    .dropdown-menu li a span {
        color: #808080;
    }

    .dropdown-menu li:hover:after, .dropdown-menu li:hover > a > span {
        color: #4c4c4c;
    }

    .dropdown-menu li:before {
        position: absolute;
        content: "⦁";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        color: #ee2d2f;
        width: 100%;
        right: 0;
        text-align: right;
        font-size: 15pt;
        padding-right: 10px;
    }



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: initial !important;
    text-decoration: none !important;
    background-color: none !important;
    background: none !important;
}

.dropdown-menu {
    min-width: 250px;
}

    .dropdown-menu > li {
        transition: 0.7s;
    }

        .dropdown-menu > li.open, .dropdown-menu > li:hover {
            background-color: rgba(0,0,0,0.07);
            text-decoration: none;
        }

            .dropdown-menu > li.open > a {
                color: #4c4c4c;
            }

    .dropdown-menu .dropdown-menu {
        right: 100%;
        margin: 0;
        left: auto;
        top: -1px;
        background: #ee2d2f;
    }

        .dropdown-menu .dropdown-menu li a span, .dropdown-menu .dropdown-menu li:before, .dropdown-menu .dropdown-menu .dropdown:after {
            color: #fff;
        }

        .dropdown-menu .dropdown-menu > li.open, .dropdown-menu .dropdown-menu > li:hover {
            background-color: rgba(0,0,0,0.15);
        }

.dropdown-menu-right .dropdown-menu, .navbar-right .dropdown-menu .dropdown-menu, .pull-right .dropdown-menu .dropdown-menu {
    right: auto;
    left: 100%;
}

.dropdown-menu.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

    .dropdown-menu.animated:before {
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
    }

.dropdownhover-top {
    margin-bottom: 2px;
    margin-top: 0;
}

    .navbar-fixed-bottom .dropdown-menu .dropdown-menu, .dropdownhover-top .dropdown-menu {
        bottom: -1px;
        top: auto;
    }

.navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
}

.dropdownhover-bottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.dropdownhover-left {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.dropdownhover-right {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.dropdownhover-top {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

ul.menu {
    margin: 0;
    padding: 0;
}

    ul.menu:after {
        clear: both;
        display: table;
        content: '';
    }

    ul.menu > li {
        float: right;
        list-style: none;
    }

        ul.menu > li:hover > a span, ul.menu > li.active > a span {
            color: #ee2d2f;
        }

        ul.menu > li > a {
            padding: 15px 0 10px 30px;
            display: block;
            color: #4c4c4c;
            font-size: 10pt;
            font-family: BIRANSans;
        }

ul.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    padding: 15px 0;
    border-radius: 0;
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.menu2 {
    display: none;
}

@media only screen and (max-width:768px) {
    .menu {
        display: none;
    }

    .menu2 {
        display: block;
        z-index: 10000000000;
        position: relative;
    }
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 30px;
    clear: both;
    font-weight: normal;
    line-height: 2.5;
    color: #666666;
    white-space: nowrap;
    font-size: 9.5pt;
    font-family: BIRANSans;
    position:relative;
    z-index:1;
}

.dropup, .dropdown {
    position: relative;
}
