.front_main_menu_open, .front_main_menu_close {
    position: relative;
    font-family: 'proxima_novabold';
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 12px;
    position: absolute;
    top: 39px;
    left: 40px;
    z-index: 3;
    font-size: 14px;
    cursor: pointer;
}

.front_main_menu_open:after, .front_main_menu_close:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #eee;
    content: '';
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.overlay {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 50px;
    width: 100%;
    margin-top: 30px;
}

.overlay a {
    text-decoration: none;
    font-size: 75px;
    color: #ff0019;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: proxima_nova_blblack;
}

.overlay a:hover {
    color: #ccc;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.navbar-nav>li>.dropdown-menu {
  left: 50vw;
  top: 0;
}

.navbar-nav>li {
  display: block;
  float: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
  background: transparent!important;
}

.dropdown-menu {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}

.dropdown-menu>li>a {
  color: #ff0019;
}

.dropdown-menu>li>a:hover {
  background: transparent;
  color: #ccc;
}

.navbar-nav {
  margin-left: 130px;
  width: 100%
}

.dropdown-toggle:hover .dropdown-menu {
  display: block;
}

.navbar-nav>li>a {
  line-height: 50px;
}

.dropdown-menu li a {
  font-size: 50px;
  line-height: 50px;
}


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.sidenav {
    height: auto;
    width: auto;
    z-index: 1;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 0;
    text-decoration: none;
    font-size: 38px;
    color: #ff0019;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-family: proxima_nova_blblack;
    text-transform: uppercase;
    line-height: 38px;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #ccc;
}

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #fff;
}

.dropdown-container a {
    font-size: 18px;
    text-transform: none;
    font-family: proxima_novalight;
    line-height: 18px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.logo-small-dims {
    width: auto;
    height: auto;
}

.case__header .h1-wrapper {
    z-index: 9;
    font-family: proxima_novasemibold;
    width: 100%;
    text-align: center;
}

.nav__logo {
    right: 40px;
    left: auto;
}

.nav__list {
    left: 50%;
    margin-left: -92px;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
        position: absolute;
    }
    .navbar-nav {
        margin-left: 10px;
    }
    .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 10px;
    line-height: 20px;
	}
    .overlay a {
    text-decoration: none;
    font-size: 19px;
    color: #ff0019;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: proxima_nova_blblack;
	}
    .dropdown-menu li a {
        font-size: 13px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 0px 15px 5px 25px;
}
}