#menu {
  height: 80px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.menu-bg #menu {
  background: rgba(2,59,130,0.5);
}

.menu-seperator {
  background: #fff;
  width: 1px;
}

#menu-wrapper {
  height: inherit;
  padding-top: 10px;
  /*width: 100%;*/
  /*position: absolute;*/
  top: 0px;
  background: rgba(255,255,255,0);
}

.brand img {
  width: 125px;
}

#menu-flex {
  /*width: 100%;*/
}

#brand_location {
  position: relative;
  top: -18px;
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  margin-left: 5px;
  text-transform: uppercase;
}

#burger {
  cursor: pointer;
  opacity:1;
  transition: opacity 0.5s;
}

#burger:hover{

  opacity:0.6;
}

#burger i {
  font-size: 28px;
  color: #fff;
}

#links-flex {
  width: 350px;
}

#links a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

#links a.active {
  color: #fcd900;
}

#menu-right-flex {
  width: 250px;
}

#social {
  width: 90px;
}

#social img {
  width: 31px;
  height: 31px;
}

@media (min-width: 768px) {
  #social img {
    width: 31px;
    height: 31px;
  }
}

@media (min-width: 992px) {
  #social img {
    width: 31px;
    height: 31px;
  }
}

#lang {
  width: 60px;
  font-size: 18px;
}

#lang a {
  color: #fff;
  font-weight: 300;
}

#lang a.active {
  font-weight: 700;
}


#small_menu
{
  position: fixed;
  right:-120%;
  height:100vh;
  width:100vw;
  max-width:300px;
  z-index:100;
  transition: right 0.8s;
}

.menu_open #small_menu
{
  right:0%;
}

#small_menu_wrapper
{
  width:100%;
  height:100%;
 background: #023b82;
 box-shadow: -3px 0px 8px -6px #022772;

 padding: 30px;
}

#small_menu #social, #small_menu #lang
{margin-top:20px;
border-top:dashed 1px #f2f2f2;
padding-top:20px;}

.small_menu_top
{
  margin-bottom:20px;
}

.small_logo img
{
  width:100px;
}
.small_close
{
  padding:5px;
  font-size: 24px;
  cursor: pointer;
  opacity:1;
  transition: opacity 0.5s;

  color:#fff;
}

.small_close:hover
{
  opacity:0.6;
}
