



/*-------------------------------------------------------*/
/* Navigation Onepage
/*-------------------------------------------------------*/
@media (max-width:991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-nav,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.nav-type-1 .container-fluid {
    padding: 0 50px;
}

.navbar {
    margin-bottom: 0;
    border: none;
    min-height: 60px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1200;
}

.navbar-nav {
    margin: 0;
    float: none;
    display: inline-block;
}

.navigation {
    background-color: #fff;
}

.navigation-overlay {
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    line-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-overlay.sticky {
    background-color: rgba(17, 17, 17, 1);
    visibility: visible;
    opacity: 1;
}

.navigation-overlay.sticky .navbar-nav>li>a,
.navigation-overlay.sticky .menu-socials li>a {
    line-height: 60px;
}

.navbar-header {
    width: 20%;
    padding-right: 15px;
}

.nav-wrap {
    width: auto;
    float: right;
}

.navbar-nav>li>a {
    font-family: 'Montserrat', sans-serif;
    padding: 0 17px;
    line-height: 80px;
    color: #fff;
    font-size: 15px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li:last-child>a {
    padding-right: 0;
}

.logo-container {
    padding: 0 15px;
    float: left;
}

.logo-wrap {
    display: table;
    width: 100%;
}

.logo-wrap>a {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-wrap.shrink>a {
    height: 60px;
}

.logo-wrap img {
    display: block;
    margin: 0 auto;
    max-height: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-wrap.shrink img {}

.navbar-collapse.in {
    overflow-x: hidden;
}

.navbar-nav>li>a:hover,
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar-nav>.active>a:hover {
    opacity: 1;
    color: #0ba298;
}

.navbar-collapse {
    padding: 0;
    border-top: none;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    text-decoration: none;
    border-color: #f2f2f2;
}

@media (max-width:991px) {

    .navigation-overlay,
    .navigation-overlay.sticky {
        background-color: rgba(17, 17, 17, .9);
    }

    .nav-wrap {
        width: 100%;
        padding: 0;
        min-height: 0;
    }

    .nav-type-1 .container-fluid {
        padding: 0 15px;
    }

    .navbar-header {
        width: 100%;
        padding-right: 0;
    }

    .logo-wrap>a {
        height: 60px;
    }

    .logo-wrap img {
        max-height: 60px;
    }

    .navbar-nav {
        width: 100%;
        padding: 40px 0;
    }

    .navigation-overlay.sticky .navbar-nav>li>a,
    .navigation-overlay .navbar-nav>li>a {
        padding: 10px 20px;
        line-height: 30px;
    }
}

/*-------------------------------------------------------*/
/* Navigation Multi-Page
/*-------------------------------------------------------*/
.nav-type-2 {
    height: 80px;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

.nav-type-2.sticky,
.nav-type-2 .navigation.sticky {
    height: 60px;
}

.nav-type-2 .navbar-nav>li>a {
    color: #121212;
}

.nav-type-2 .navigation {
    position: fixed;
    width: 100%;
    height: 80px;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.navigation.sticky .navbar-nav>li>a {
    line-height: 60px;
}

/* Dropdown
-------------------------------------------------------*/
.navbar-nav .dropdown-menu {
    left: 0;
}

.navbar-nav .dropdown-menu.menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu {
    min-width: 200px;
    margin: 0;
    padding: 10px 0;
    border-top: 3px solid #0ba298;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: none;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.dropdown-menu>li>a {
    padding: 7px 20px;
    font-size: 14px;
    color: #7a7a7a;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 500;
}

.dropdown-menu>li>a:after {
    content: "";
    display: block;
    margin-top: 5px;
    border-bottom: 2px solid #0ba298;
    width: 0;
    transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
}

.dropdown-menu>li>a:hover:after {
    width: 100%;
}

.dropdown-submenu>a:after {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f105";
    right: 15px;
    color: #45464b;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #0ba298;
}

.dropdown-menu,
.dropdown-submenu>.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

.dropdown:hover>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu .megamenu-wrap ul>li>a {
    display: block;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #7a7a7a;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.navbar .dropdown-menu {
    margin-top: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
}

/* Mobile Navigation
-------------------------------------------------------*/
@media (max-width:991px) {

    .nav-type-2,
    .nav-type-2 .navigation {
        height: auto;
        position: relative;
    }

    .nav-type-2 .navbar-nav {
        padding: 0;
    }

    .nav-type-2 .navbar-collapse {
        border-top: 1px solid #f2f2f2;
    }

    .dropdown-menu {
        padding: 0;
    }

    .dropdown-menu,
    .dropdown-submenu>.dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav .open .dropdown-menu {
        width: auto !important;
    }

    .nav-type-2 .nav>li>a {
        padding: 15px 0 15px 15px;
        border-bottom: 1px solid #f2f2f2;
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        padding: 15px 0 15px 20px;
        border-bottom: 1px solid #f2f2f2;
    }

    .navbar-nav .open .dropdown-submenu .dropdown-menu>li>a {
        padding: 15px 0 15px 30px;
    }

    .navbar-nav .open .dropdown-submenu .dropdown-menu>li>ul>li>a {
        padding: 15px 0 15px 45px;
    }

    .navbar .navbar-collapse.in .navbar-nav .dropdown>a:after,
    .dropdown-submenu>a:after {
        font-family: "FontAwesome";
        position: absolute;
        content: "\f107";
        right: 15px;
        color: #45464b;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        color: #7a7a7a;
    }

    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: transparent;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #0ba298;
    }

    .dropdown-menu>li>a:after {
        display: none;
    }
}

.login {
    border: 1px solid #000;
    padding: 5px 12px;
    border-radius: 5px;
}

.login:hover {
    border: 1px solid #14b8ee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

/* Navigation Toggle
-------------------------------------------------------*/
.navbar-toggle {
    margin-top: 13px;
    border: none;
    z-index: 50;
    margin-right: 5px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 18px;
}

.nav-type-2 .navbar-toggle .icon-bar {
    background-color: #7a7a7a;
}

.nav-type-1 .navbar-toggle:focus .icon-bar,
.nav-type-1 .navbar-toggle:hover .icon-bar {
    background-color: #f2f2f2;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
    background-color: transparent;
}