.navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background-color: transparent;
    border-bottom: 1px solid rgba(239, 239, 239, .1);
}

.navbar-brand {
    padding-top: 8px;
    margin-right: 20px;
}

.navbar-brand img {
    width: 101px;
    height: 35px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

.navbar-collapse {
    border-top: 1px solid rgba(239, 239, 239, .1) !important;
    box-shadow: none;
}

.navbar-text {
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: bold;
    margin-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /*color: #cccccc;*/
    color: rgba(35, 134, 238, 1);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: rgba(35, 134, 238, 1);
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu.custom1 > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu.custom1 > li > a:focus {
    color: rgba(35, 134, 238, 1);
    text-decoration: none;
    background-color: transparent;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu.custom3 {
    border: none;
    border-radius: 0px;
    width: 100%;
    background-color: #23375f;
}

.dropdown-menu.custom3 div{
    width: 100%;
}

.dropdown-menu.custom3  ul > li{
    list-style-type:none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-menu.custom3  ul > .li-first{
    width: 90%;
    font-weight: bolder;
    color: white !important;
    border-bottom: 1px solid white;
    line-height: 30px;
}

.dropdown-menu.custom3  ul > li > a {
    text-align: center;
    color: #ffffff;
    line-height: 25px;
}

.dropdown-menu.custom3  ul > li > a:hover,
.dropdown-menu.custom3  ul > li > a:focus {
    text-decoration: none;
    color:rgb(39,111,245);
}

@media (min-width: 768px) {

    .dropdown-menu.custom3 {
        border: none;
        border-radius: 0px;
        width: 100%;
        background-color: #23375f;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 10px;
        align-content: center;
    }

    .dropdown-menu.custom3 div{
        width: 25%;
        float: left
    }

    .dropdown-menu.custom3  ul > .li-first{
        width: 100%;
        font-weight: bolder;
        color: white !important;
        border-bottom: 1px solid white;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .dropdown-menu.custom1 {
        border: none;
        border-radius: 0px;
        width: 100%;
        background-color: rgba(32, 32, 48, 1);
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 30px;
    }

    .dropdown-menu.custom1 li {
        float: left;
        margin-top: 24px;
        width: 33.33%;
    }

    .dropdown-menu.custom1 li a {
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        line-height: 21px;
    }

    .dropdown-menu.custom2 > li > a {
        text-align: center;
        color: #ffffff !important;
    }

    .dropdown-menu.custom2 {
        background-color: #23375f;
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .dropdown-menu.custom2 > li > a:hover,
    .dropdown-menu.custom2 > li > a:focus {
        text-decoration: none;
        background-color: #1f274b;
    }
}