.desktop-display{display:none;}

header{position:fixed; background:transparent;width:100%;top:0;z-index:300;}



p{margin:0 0!important;}

h1{text-transform:uppercase;display:block; width: 80%!important;margin-left:5%; font-family: 'NHaasGroteskDSPro-55Rg';font-weight:bold;font-size:22px!important;}
.span-title{display:block; margin-bottom:-35px;}




@media (max-width:450px){

}


.title-nav{text-transform: uppercase;
display: block;
margin-left: 5%;
font-family: 'NHaasGroteskDSPro-55Rg';
font-weight: bold;
font-size:22px!important;
line-height: 1.1;
color: inherit;
text-decoration:none;
color:white;	
}



/*NAVIGATION*/


.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: black;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}


.overlay a{color:white!important;}
.overlay {
  position: fixed;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index:300;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;z-index:300;
  
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}

.overlay-menu{
}







.overlay nav {
  position: relative;
  height: 400px;
  top: 300px;
  transform: translateY(-50%);
  font-size: 18px;
  font-family: 'NHaasGroteskDSPro-45Lt';
  font-weight: 400;
  text-align: left;
  overflow-y: auto;
  width: 90%;
  margin:0 auto;
}




.overlay ul {
  list-style: none;
  padding: 0!important;
  margin: 0 auto!important;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 13%;
  padding: 0;
 
 
  position: relative;
  opacity: 0;
}



.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
   height: 80%;
  
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;	
  
  
}


@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


.overlay-img {position:fixed; left:5%; width:45%; background:transparent; z-index:10;padding-top:20px;}
.overlay-img img{width:47%;}
.overlay-title{width:100%; text-align:center;padding-top:20px;}
.overlay-title a {font-family: 'NHaasGroteskDSPro-55Rg'; letter-spacing:0.3vw;  font-size:1.2vw; color:white; text-transform:uppercase;font-weight:bold;}
.overlay-title a:hover{text-decoration:none!important;}

.rs-nav{position:relative;margin:0 auto!important;text-align:center!important;padding-top:2%;}

.button_container {
  position: fixed;
  top: 25px;
  right: 4%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  z-index:600;
}

/*
.content_hp{width:63%; position:relative; left:3%; top:100px; margin:0 auto;padding-bottom:4%;}
.logo img{width:100%;}
.content_hp h2{font-size:18px!important;}

@media (max-width:768px){
header{position:fixed;width:100%;top:0;z-index:300;background:white;box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.75);; 
}	


.content_hp{width:80%; position:relative; top:100px; margin:0 auto;padding-bottom:4%;left:0;}
.logo img{width:100%;}
.content_hp h2{font-size:18px!important;}

}

*/

.content_hp{width:75%; position:relative; left:4%; top:100px; margin:0 auto;padding-bottom:4%;}
.col-lg-6 .logo img{width:100%;}
.col-lg-12 .logo img{width:100%;}
.content_hp h2{font-size:16px!important;}

@media (max-width:768px){
header{position:fixed;width:100%;top:0;z-index:300;background:white;box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.75);; 
}	


.content_hp{width:95%; position:relative;left:0%;top:100px; margin:0 auto; padding-bottom:4%;}
.col-lg-6{width:100%!important;}
.col-lg-6 .logo img{width:100%;}
.col-lg-12 .logo img{width:100%;}
.content_hp h2{font-size:18px!important;}

}