/* BUTTONS */
.btn-primary {
    border-radius: 3px;
    font-weight: 700;
    padding: 16px 32px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none !important;
    background: #00679a;
    border: 1px solid #00679a;
    color: #fff
}

@media screen and (min-width:768px) {
    .btn-primary {
        width: auto;
        margin: .25em
    }
}

.btn-primary:hover:not(.inactive), .btn-primary:active:not(.inactive),
.btn-primary:focus:not(.inactive) {
    background: #212329;
    border: 1px solid #212329;
    color: #fff;
    box-shadow: none
}

.btn-primary.inactive {
    opacity: .3;
    cursor: not-allowed
}

.btn-primary.inactive:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.btn-secondary {
    border-radius: 3px;
    font-weight: 700;
    padding: 16px 32px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none !important;
    background: #36852e;
    border: 1px solid #36852e;
    color: #fff
}

@media screen and (min-width:768px) {
    .btn-secondary {
        width: auto;
        margin: .25em
    }
}

.btn-secondary:hover:not(.inactive), .btn-secondary:active:not(.inactive),
.btn-secondary:focus:not(.inactive) {
    background: #212329;
    border: 1px solid #212329;
    color: #fff;
    box-shadow: none
}

.btn-secondary.inactive {
    opacity: .3;
    cursor: not-allowed
}

.btn-secondary.inactive:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.btn-primary-ghost {
    border-radius: 3px;
    font-weight: 700;
    padding: 16px 32px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none !important;
    background: transparent;
    border: 1px solid #00679a;
    color: #00679a
}

@media screen and (min-width:768px) {
    .btn-primary-ghost {
        width: auto;
        margin: .25em
    }
}

.btn-primary-ghost:hover:not(.inactive), .btn-primary-ghost:active:not(.inactive),
.btn-primary-ghost:focus:not(.inactive) {
    background: #00679a;
    color: #fff;
    border: 1px solid #00679a;
    box-shadow: none
}

.btn-primary-ghost.inactive, .btn-primary-ghost:disabled {
    opacity: .3;
    cursor: not-allowed
}

.btn-primary-ghost.inactive:hover, .btn-primary-ghost:disabled:hover {
    background: transparent;
    color: #00679a;
    border: 1px solid #00679a
}

.btn-primary-ghost:disabled {
    opacity: .3;
    cursor: not-allowed
}

.btn-primary-ghost:disabled:hover {
    background: transparent;
    color: #00679a;
    border: 1px solid #00679a
}

.btn-secondary-ghost {
    border-radius: 3px;
    font-weight: 700;
    padding: 16px 32px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none !important;
    background: transparent;
    border: 1px solid #36852e;
    color: #36852e
}

@media screen and (min-width:768px) {
    .btn-secondary-ghost {
        width: auto;
        margin: .25em
    }
}

.btn-secondary-ghost:hover:not(.inactive), .btn-secondary-ghost:active:not(.inactive),
.btn-secondary-ghost:focus:not(.inactive) {
    background: #36852e;
    color: #fff;
    border: 1px solid #36852e;
    box-shadow: none
}

.btn-secondary-ghost.inactive, .btn-secondary-ghost:disabled {
    opacity: .3;
    cursor: not-allowed
}

.btn-secondary-ghost.inactive:hover, .btn-secondary-ghost:disabled:hover {
    background: transparent;
    color: #36852e;
    border: 1px solid #36852e
}

.btn-secondary-ghost:disabled {
    opacity: .3;
    cursor: not-allowed
}

.btn-secondary-ghost:disabled:hover {
    background: transparent;
    color: #36852e;
    border: 1px solid #36852e
}

.btn-lrg {
    font-size: 1.14em;
    padding: 16px 32px
}

/*NAVBAR*/
.navbar {
    background-image: none !important;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    clear: both;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

@media(min-width:768px) {
    .navbar {
        height: 74px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .navbar .nav-container-overwrite {
        width: 100%;
        padding: 0
    }
}

/* .navbar .headerlogo {
    line-height: 0;
    font-size: 0;
    color: transparent;
    background: url(../svgs/logo-bug.svg) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    margin: 10px
}

@media screen and (min-width:768px) {
    .navbar .headerlogo {
        background: url(../svgs/logo.svg) no-repeat;
        height: 36px;
        margin: 20px 0 !important;
        width: 180px
    }
} */

.navbar .navbar-nav li a {
    color: #333740;
    font-size: 16px;
    font-weight: bold;
    line-height: 74px;
    padding: 0 16px
}

.navbar .btn {
    font-size: 13.95px;
    padding: 7px 14px;
    margin: 20px 6px
}

@media screen and (max-width:992px) {
    .navbar .btn.collapse-btns {
        width: 90%;
        margin: .5em 5%;
        padding: 14px
    }
}

.navbar .header-demo-button {
    transition: all 10s ease-out linear;
    display: none
}

@media screen and (min-width:993px) {
    .navbar .header-demo-button, .navbar .header-login-button {
        float: right
    }
}

.navbar .mobile-header-btn {
    display: none
}

@media screen and (max-width:992px) {
    .navbar .mobile-header-btn {
        display: block;
        max-width: 7em;
        float: right;
        margin: .5em 1.35em !important
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .navbar .mobile-header-btn {
        margin: 1.35em !important
    }
}

@media(max-width:992px) {
    .navbar-header {
        float: none
    }

    .navbar-left, .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block;
        color: #333740;
        float: left;
        height: 50px;
        width: 50px;
        padding: 0;
        margin: 0;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .navbar-toggle {
        height: 74px;
        width: 60px
    }
}

@media(max-width:992px) {
    .navbar-toggle .ham {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .navbar-toggle .ham.active {
        transform: rotate(45deg)
    }

    .navbar-toggle .ham .line {
        fill: none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke: #000;
        stroke-width: 5.5;
        stroke-linecap: round
    }

    .navbar-toggle .ham1 .top {
        stroke-dasharray: 40 139
    }

    .navbar-toggle .ham1 .bottom {
        stroke-dasharray: 40 180
    }

    .navbar-toggle .ham1.active .top {
        stroke-dashoffset: -98px
    }

    .navbar-toggle .ham1.active .bottom {
        stroke-dashoffset: -138px
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        background-color: #fff;
        padding-left: 0;
        padding-right: 0
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important
    }

    .navbar-nav > li {
        float: none
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapse.in {
        display: block !important
    }
}

@media screen and (max-width:768px) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: calc(100vh - 50px);
        height: calc(100vh - 50px)
    }
}

@media screen and (max-width:768px) {
    .mega-dropdown a.dropdown-toggle:after {
        content: " ";
        content: "";
        font-family: FontAwesome;
        float: right
    }

    .mega-dropdown.open a.dropdown-toggle:after {
        transform: rotate(90deg)
    }
}

.mega-menu .dropdown-nav-group li a {
    padding: 0 0 0 14px !important
}

.dropdown-menu-small .dropdown-nav-group li a {
    padding: 2px 36px !important
}

.navbar .dropdown ul.dropdown-menu .dropdown-nav-group li {
    font-size: 15px;
    margin: 0
}

.navbar .dropdown ul.dropdown-menu li a {
    font-size: 15px;
    color: #494747;
    line-height: 3.2;
    font-weight: 400;
    display: block
}

.navbar .dropdown ul.dropdown-menu a .appplay-mini {
    margin-bottom: 16px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.dropdown-nav-group h4 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 2.2;
    padding-top: 8px
}

.dropdown .dropdown-nav-group ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 4px
}

.dropdown-nav-group li {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    margin: 4px 0 8px
}

.dropdown-nav-group li a {
    color: #000;
    line-height: 3.2
}

.navbar.navbar .dropdown-menu.mega-menu {
    top: 60px
}

@media screen and (min-width:768px) {
    .dropdown-menu {
        margin-top: 0
    }

    .navbar-default .navbar-nav > li > a, .navbar-header {
        height: 82px
    }

    .navbar .dropdown-menu.dropdown-menu-small {
        left: 50%;
        top: calc(100% - 16px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: 256px;
        padding: 12px 0 18px
    }

    .navbar-default .dropdown.open .dropdown-toggle::after {
        position: absolute;
        content: "";
        border: 22px solid transparent;
        border-bottom-width: 20px;
        height: 0;
        left: 50%;
        top: calc(100% - 44px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .navbar .dropdown .dropdown-menu-small li a {
        padding: 0 16px 0 32px !important
    }

    .nav .dropdown.mega-dropdown {
        position: static
    }

    .navbar .dropdown-menu.mega-menu {
        position: absolute;
        top: 216px;
        width: 100%;
        left: 0;
        margin-top: 14px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        padding: 6px 0;
        border: none;
        border-top: 1px solid #00679a
    }

    .navbar .dropdown-menu.mega-menu, .navbar .dropdown-menu.dropdown-menu-small {
        border: none;
        border-top: 1px solid #00679a
    }

    .dropdown-nav-group h4 {
        padding-top: 0;
        margin-bottom: 2px;
        font-size: 15px;
        font-weight: 600;
        line-height: 2;
        border-bottom: 1px solid #27699b
    }

    .menu-list {
        padding: 16px 0
    }

    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:hover {
        background-color: #ccc
    }

    .dropdown-nav-group li:first-child {
        padding-top: 10px
    }

    .dropdown-nav-group ul {
        margin-bottom: 20px
    }

    .navbar .dropdown ul.dropdown-menu li a {
        font-size: 15px;
        color: #494747;
        line-height: 2.067;
        display: block
    }

    .navbar .dropdown ul.dropdown-menu li a:hover {
        color: #27699b;
        background-color: #f3f4f7;
        background-image: none;
        text-decoration: none
    }

    .dropdown.mega-dropdown.open a.dropdown-toggle {
        position: relative
    }

    .dropdown.mega-dropdown.open a.dropdown-toggle:after {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #00679a;
        bottom: 0;
        left: calc(50% - 4px)
    }

    .dropdown.open a.dropdown-toggle {
        position: relative
    }

    .dropdown.open a.dropdown-toggle:after {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #00679a;
        bottom: 0;
        left: calc(50% - 4px)
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .dropdown a.dropdown-toggle:after {
        content: " ";
        content: "";
        font-family: FontAwesome;
        float: right
    }
}

@media screen and (max-width:767px) {
    .navbar-default .dropdown-toggle::after {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        right: 14px;
        top: calc(50% - 10px);
        font-size: 26px
    }

    .navbar-default .open:not(.mega-dropdown) a.dropdown-toggle {
        margin-bottom: -6px
    }

    .navbar-default .open a.dropdown-toggle {
        color: #0971ce !important
    }

    .navbar-default .open .dropdown-toggle::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .headerlogo {
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .dropdown-nav-group, .login-menu-item, ul.nav li.dropdown ~ li.dropdown {
        border-top: 1px solid #e7e7e7
    }

    .navbar .navbar-collapse {
        padding: 0
    }

    .navbar-default {
        padding: 7px 0 !important
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding-top: 0;
        padding-bottom: 0
    }

    dropdown.open .dropdown-toggle {
        padding-bottom: 0
    }

    ul.dropdown-menu-small {
        margin-bottom: 4px
    }
}

.navbar.navbar-default .dropdown-toggle {
    height: 48px
}

a.nav-image {
    display: block
}

a.nav-image img {
    margin: 3em
}

.dropdown-toggle::after {
    content: " ";
}
