﻿/*primary color: 47993c*/

nav.navbar.app-custom-header *:after, nav.navbar.app-custom-header *:before {
    content: none;
}


.app-custom-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    z-index: 2;
    border-radius: 0;
    background-color: rgba(255,255,255,1);
    font-family: 'Source Sans Pro', sans-serif;
}



.app-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.app-nav-container a.navbar-brand {
    display: inline-block;
    float: left;
    height: auto;
    padding: 0;
}

.app-nav-container .header-center {
    display: flex;
    justify-content: center;
}

.app-nav-container .header-right {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}


.app-nav-container a.navbar-brand img {
    max-height: 80px;
}

.app-custom-header-placeholder {
    height: 120px;
}

.app-custom-header img {
    max-width: 100%;
}

.app-custom-header.scroll-up {
    position: fixed !important;
    animation-name: showNavAnimation;
    animation-duration: 0.5s;
    top: 0;
    height: auto;
    background-color: rgba(255,255,255,1)
}



@keyframes showNavAnimation {
    from {
        opacity: 0;
        transform: translateY(-300px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-top-booknow {
    background-color: #443d8e !important;
    color: #fff !important;
    padding: 7px 26px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}

.btn-top-booknow:hover {
    opacity: 0.8;
    color: #fff !important;
    text-decoration: none;
}

.app-custom-header .app-top-menus {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    padding: 0;
    justify-content: flex-start
}

.app-custom-header .app-top-menus li {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 10px 0 10px;
}

.app-custom-header .app-top-menus li a {
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
}

.app-custom-header .app-top-menus li a:hover {
    color: #443d8e;
    text-decoration: none;
}

.show-desktop {
    display: block !important;
}

.hide-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .app-custom-header {
        height: auto;
    }

    .app-custom-header .container {
        width: 100%;
    }

    .app-custom-header .navbar-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    .app-nav-container {
        flex-direction: column;
    }

    .app-custom-header .navbar-header .navbar-toggle {
    }

    .app-nav-container a.navbar-brand img {
        max-height: 60px;
    }

    .app-custom-header-placeholder {
        height: 82px;
    }

    .app-custom-header {
        flex-direction: column;
    }

    .app-nav-container .header-center {
        width: 100%;
    }

    .app-nav-container .header-center .navbar-collapse {
        width: 100%;
        margin-top: 10px;
    }

    .app-custom-header .app-logo img {
        height: 52px;
    }

    .app-custom-header .app-top-menus {
        margin: 0px 0;
        justify-content: center;
        flex-direction: column;
    }

    .app-custom-header .app-top-menus li {
        margin: 3px 10px;
        font-size: 16px;
        text-align: center;
    }

    .show-desktop {
        display: none !important;
    }

    .hide-desktop {
        display: block !important;
    }
}
