.navbar-right {
    margin: 0
}

.modal_close,
.modal_open {
    margin: 3%;
    background: #000;
    color: #FFF;
    cursor: pointer;
    outline: 0;
    width: 42px;
    height: 42px;
    transition: transform .6s
}

.fa-chevron-right {
    vertical-align: middle;
    font-size: 15px
}

.modal_close {
    border: none;
    border-radius: 50%;
    display: none
}

.modal_open {
    text-align: center;
    border: none;
    border-radius: 50%
}

.modalopen,
.modalspan:after,
.modalspan:before,
button.modal_close span {
    content: '';
    cursor: pointer;
    display: block;
    height: 2px;
    width: 20px
}

.modalopen {
    background: #FFF;
    margin: 5px auto
}

.modal_close:hover,
.modal_open:hover {
    background: #000;
    border: 2px solid #fff;
    transform: rotate(360deg) scale(1.1);
    transition: transform .6s
}

.modalspan:after,
.modalspan:before,
button.modal_close span {
    background: #FFF
}

button.modal_close .modalspan:first-child {
    background: 0 0;
    margin: auto
}

.dropdown-menu,
header {
    background: rgba(0, 0, 0, .8)
}

button.modal_close .modalspan:before {
    transform: rotate(45deg)
}

button.modal_close .modalspan:after {
    transform: translateY(-2px) rotate(-45deg);
    top: 2px
}

.sub-menu>a {
    line-height: 1.5
}

header {
    width: 100%;
    padding: 1% 0;
    position: fixed;
    top: 0;
    z-index: 1000
}

.logo {
    width: auto;
    height: 70px
}

.navbar-nav {
    padding-top: 16px
}

.current {
    display: inline-block
}

.dropdown-toggle {
    font-size: 2rem;
    color: #fff;
    font-weight: 100
}

.dropdown-menu {
    left: 0!important
}

.sub-menu {
    list-style: none;
    text-decoration: none;
    background: 0 0;
    font-weight: 100;
    line-height: 2em
}

.row {
    margin: 0
}

.white {
    color: #fff
}

@media (max-width:992px) {
    .navbar-nav {
        display: none
    }
    .logo {
        height: 50px;
        width: auto
    }
}

@media (max-width:738px) {
    .navbar-nav {
        padding-top: 73px
    }
    .white {
        font-size: 20px!important;
        line-height: 1.5!important;
        left: 50px!important
    }
}

@media (max-width:640px) {
    .dropdown-toggle {
        width: 50%;
        border: none;
        background: 0 0
    }
    .dropdown-toggle:focus,
    .dropdown-toggle:hover,
    .signIn {
        border: none!important;
        background: 0 0!important
    }
    .signIn {
        text-align: left!important
    }
}