/***** NAVIGATION BAR *****/
nav#menu-primary {
height:80px;
}

.color{
  /* background: url("../images/nav-bg.gif") no-repeat; */
  /* background-color: #E83A3A; */
  /* background-repeat: repeat-x; */
  /* background-size: cover; */
}

#open:before {
 
}

nav#menu-primary a, #open {

}
nav#menu-primary a{

}
nav#menu-primary a:hover {

}
 #open:hover {
   /*background-color: rgba(0, 0, 0, 0.1);*/
 }

/* Hide menu toggle and hide the checkbox */
#open{
  display: none;
}

  /* Show menu toggle */
  #open{
    display: block;
    cursor:pointer;
    /* background-color: #FFFFFF; */
    /* font-weight: normal; */
  }
  
  #menu-primary {
    padding: 0 !important;
  }
  
  /* all a block */
  #menu-primary a {

  }
  
  /* Hide Menu */
  #menu-primary-items {
  }
  
  /* Display Menu Items */
/*
  #menu-toggle:checked + label+ #menu-primary-items , .menu_resp:checked + label+ #menu-primary-items{
display: block;width: 100% !important;/* text-align: start; */top: 0;position: fixed;right: 0;background-color: #1b1919;width: 50% !important;padding-bottom: 10vh;height: 100vh;display: flex;align-items: center;padding-left:100px;

}*/
  
  /* Change Icon */
  #menu-toggle:checked + #open:before{

  }

.hid{
display:none;
}
.resp_menu{ 
    position: absolute;
    width: 100%;
}

.ts2 span{color: #dd1520;font-family: 'Segoe UI';font-weight: bold;font-size: 14px;padding-right: 20px;position: relative;text-align: left;margin-left: 10px;text-transform: uppercase;}
.ts2{
text-align:left;
  margin-bottom: 1vh;
}
.ts2 span:after {
    content: "";
    height: 2px;
    width: 15px;
    background-color: #dd1520;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    color: #dd1520;
}


#open span {
  display: block;
  position: absolute;
  width: 42px;
  height: 1px;
  background: #0b4499;
  content: " ";
  left: -17px;
}
#open span:nth-child(1) {
  top: 10px;
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
#open  span:nth-child(2) {
  top: 16px;
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  width: 42px;
}
#open  span:nth-child(3) {
  top: 22px;
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  width: 42px;
}
#open{
    cursor: pointer;
    background-color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    min-height: 45px;
    z-index: 99999;
    position: relative;
}
.mn{
    float: left;
    margin-right: 19px;
    line-height: 38px;
}
#menu-primary-items{display: flex;width: 100% !important;top: 0;right: 0;background-color: #FFFFFF;width: 220px !important;padding-bottom: 0;align-items: normal;padding-left: 0;z-index: -1;height: 100vh;margin-left: -40px;margin-top: -96px;box-shadow: 0 0px 14px rgba(0,0,0,0.2);transform: translateX(100vw);padding-top: 121px;position:relative;}
.blockmenu{transform: translateX(0vw) !important; justify-content:center; }

.hid{
display:none;
}
.blockmenu{ /*display:none;*/}

.active {
  display: block;
}
 .mask{
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;display:none;
z-index: 1;
}


