/* body{
overflow-x:hidden;
font-family: 'Lato', serif;
font-size: 15px;
}
.main-header{
background: #fff;
margin:0;
} */
ul li{
list-style-type: none
}
.caret-up {
width: 0; 
height: 0; 
border-left: 4px solid rgba(0, 0, 0, 0);
border-right: 4px solid rgba(0, 0, 0, 0);
border-bottom: 4px solid;

display: inline-block;
margin-left: 2px;
vertical-align: middle;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
text-decoration: none;
background: #B9B7B7 !important;
color: #fff;
}
.dropdown-menu{
padding:0px 0px !important;  
left: 32% !important;
}

.stripe {
height: 70px;
}
div.hamburger-box {
width: 50px;
height: 50px;
display: block;
position: absolute;
top: 10px;
right: 0;
cursor: pointer;
background: #312620;
z-index:9999;
}
.hamburger-box.active span{
display:none;
} 
.hamburger-box span {
color: #fff;
position: absolute;
line-height: 50px;
font-size: 16px;
right: 50px;
padding: 0 10px;
display: inline-block;
height: 50px;
width: 105%;
}
div.hamburger-box .bun,
div.hamburger-box .meat {
width: 30px;
height: 5px;
border-radius: 30%;
background-color: #fff;
position: absolute;
transition: all 600ms ease-in-out;
-webkit-transition: all 600ms ease-in-out;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
div.hamburger-box .top {
top: 12px;
}
div.hamburger-box .meat {
top: 50%;
margin-top: -3px;
}
div.hamburger-box .bottom {
bottom: 13px;
}
div.shamburger-box:hover .top {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 18px;
top: 17px;
}
div.hamburger-box.active .top {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg);
width: 28px;
top: 35%;
}
div.hamburger-box.active .top,
div.hamburger-box.active .bottom {
transition: all 800ms ease-in-out;
}
div.shamburger-box:hover .meat {
width: 22px;
margin-left: -10px;
}
div.hamburger-box.active .meat {
width: 0px;
margin-left: 0px;
}
div.shamburger-box:hover .bottom {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 18px;
bottom: 17px;
}
div.hamburger-box.active .bottom {
transform: rotate(225deg);
-webkit-transform: rotate(225deg);
width: 28px;
bottom: 55%;
}
.slide-container {
position: fixed;
text-align: center;
height:100%;
right:0;
z-index: 99;
}
a.toggle {
position: relative;
top: 30px;
}
.menu {
width: 200px;
background-color: #312620;
position: absolute;
top: 0;
right: -200px;
margin: 0;
text-align: left;
z-index:99;
height:100%;
}
.menu.active{
right:0;
overflow: auto;
}
.menu a {
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
color: #fff;
text-decoration: none;
display: block;
padding: 12px 15px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}
.menu a:first-child {
border-top: none;
}
.menu a:hover {
background-color: #333;
}
.slide-container, .menu {
    transition: right 300ms ease-out;
    -webkit-transition: right 300ms ease-out;
}
.menu-on .slide-container {
left: -200px;
}
div.hamburger-box{
    z-index: 999;
    width: 50px;
    right: 0px;
    top: 0;
}
.menu ul{
    background: #312620;
    padding:0px;
}
.dropbtn{
    color: #fff;
    padding: 12px 15px;
}
.dropdown-content{
    padding-left: 10px;
}
.hamburger-box span{
    right: 150%;
}
.hamburger-box.active {
    top:0;
    background: #312620;
}
.hamburger-box.active .bun{
    background: #fff;
}
div.hamburger-box.active .top, div.hamburger-box.active .bottom {
    right: 10px;
    top: 20px;
}
a.navbar-brand {
    display: none;
}

@media screen and (min-width: 992px) {
    a.navbar-brand {
        display: block;
    }
}


@media screen and (max-width: 992px) {
    /* .slide-container {
        display: none;
    } */

    .container-fluid {
        flex-direction: row-reverse;
    }

    ul li{
        list-style-type: none
        }
        .caret-up {
        width: 0; 
        height: 0; 
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-bottom: 4px solid;
        
        display: inline-block;
        margin-left: 2px;
        vertical-align: middle;
        }
        .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        text-decoration: none;
        background: #B9B7B7 !important;
        color: #fff;
        }
        .dropdown-menu{
        padding:0px 0px !important;  
        right: 32% !important;
        }
        
        .stripe {
        height: 70px;
        }
        div.hamburger-box {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        cursor: pointer;
        background: #312620;
        z-index:9999;
        }
        .hamburger-box.active span{
        display:none;
        } 
        .hamburger-box span {
        color: #fff;
        position: absolute;
        line-height: 50px;
        font-size: 16px;
        left: 50px;
        padding: 0 10px;
        display: inline-block;
        height: 50px;
        width: 105%;
        }
        div.hamburger-box .bun,
        div.hamburger-box .meat {
        width: 30px;
        height: 5px;
        border-radius: 30%;
        background-color: #fff;
        position: absolute;
        transition: all 600ms ease-in-out;
        -webkit-transition: all 600ms ease-in-out;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        }
        div.hamburger-box .top {
        top: 12px;
        }
        div.hamburger-box .meat {
        top: 50%;
        margin-top: -3px;
        }
        div.hamburger-box .bottom {
        bottom: 13px;
        }
        div.shamburger-box:hover .top {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 18px;
        top: 17px;
        }
        div.hamburger-box.active .top {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        width: 28px;
        top: 35%;
        }
        div.hamburger-box.active .top,
        div.hamburger-box.active .bottom {
        transition: all 800ms ease-in-out;
        }
        div.shamburger-box:hover .meat {
        width: 22px;
        margin-left: -10px;
        }
        div.hamburger-box.active .meat {
        width: 0px;
        margin-left: 0px;
        }
        div.shamburger-box:hover .bottom {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 18px;
        bottom: 17px;
        }
        div.hamburger-box.active .bottom {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        width: 28px;
        bottom: 55%;
        }
        .slide-container {
        position: fixed;
        text-align: center;
        height:100%;
        left:0;
        z-index: 99;
        width: 20%;
        }
        a.toggle {
        position: relative;
        top: 30px;
        }
        .menu {
        width: 200px;
        background-color: #312620;
        position: absolute;
        top: 0;
        left: -200px;
        margin: 0;
        text-align: left;
        z-index:99;
        height:100%;
        }
        .menu.active{
        left:0;
        overflow: auto;
        top: 6%;
        }
        .menu a {
            transition: all 200ms ease-in-out;
            -webkit-transition: all 200ms ease-in-out;
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 12px 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(200, 200, 200, 0.1);
        }
        .menu a:first-child {
        border-top: none;
        }
        .menu a:hover {
        background-color: #333;
        }
        .slide-container, .menu {
            transition: right 300ms ease-out;
            -webkit-transition: right 300ms ease-out;
        }
        .menu-on .slide-container {
        right: -200px;
        }
        div.hamburger-box{
            z-index: 999;
            width: 50px;
            left: 6%;
            top: 0;
        }
        .menu ul{
            background: #312620;
            padding:0px;
        }
        .dropbtn{
            color: #fff;
            padding: 12px 15px;
        }
        .dropdown-content{
            padding-left: 10px;
        }
        /* .hamburger-box span{
            left: 150%;
        } */
        .hamburger-box.active {
            top:0;
            background: #312620;
        }
        .hamburger-box.active .bun{
            background: #fff;
        }
        div.hamburger-box.active .top, div.hamburger-box.active .bottom {
            left: 10px;
            top: 20px;
        }
}