html, 
body, 
/*#viewport, 
.content-wrap {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 200;
	width: 100%;
	height: 100%;
}*/
.content-wrap{
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

}
.content-wrap {
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
body.show-menu #logo-outer-wrap{
  display:none;
}

#hidden{
  visibility:hidden;
  height:0;
  position:absolute;
  height:auto;
  padding: 1.5em;
}

/* Menu */
.menu-wrap {
	text-align: left;
	position: fixed;
	z-index: 1001;
	height: 100%;
	padding: 1.5em 1.5em 0;
	font-size: 2em;

	right:-100%;
	width:80%;
	background:#979779;
  overflow-y: scroll;
  padding-bottom:100px;

   -moz-box-shadow:    0 0 10px #000000;
   -webkit-box-shadow: 0 0 10px #000000;
   box-shadow:         0 0 10px #000000;

	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
 	-ms-transition: all 0.3s;
 	-o-transition: all 0.3s;
 	transition: all 0.3s; 
}
.menu-top {
  position:relative;
  text-align: left;
  font-size: 2em;
  background:#979779;
  height:0;
  top:0;
  overflow:hidden;

   -moz-box-shadow:    0 0 10px #000000;
   -webkit-box-shadow: 0 0 10px #000000;
   box-shadow:         0 0 10px #000000;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}


.content-wrap {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
}

.menu{
	height: 100%;
}

/* Shown menu */
.show-menu .content-wrap{
	/*margin-left:-63%;*/
}
.show-menu.nav-top .menu-top{
  height:auto;
  padding: 1.5em;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 

}
.mobile #social-icons a.icon_email.text{
  text-align:center;
}

.mobile .footer_text{
  width:100%;
  text-align:center;
  margin-bottom:20px;
}
.mobile #social-icons{
  float: initial;
  display: block;
  width: 92%;
  margin: 10px auto;
  position: relative;
  margin-bottom:40px;
}
.mobile #ft {
  margin-top: 18px;
}

.show-menu.nav-side .menu-wrap {
  z-index: 9998;
}

.mobile #social-icons a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  float: initial;
  line-height: 20px;
  color: #009EFF;
  display: block!important;
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  background-repeat: no-repeat;
  padding: 10px;
  background-size: 30px;
  background-position: 5px 5px;
  margin: 12px auto !important;
  text-align: left;
  border-radius: 4px;
  text-indent: 37px;
  font-size: 1.2em;
  color:#fff;
}

.oc-menu ul.sub{
  display:none;
  margin-left:0;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}

.show-menu .oc-menu li.has-sub.open ul.sub{
  display:block;
  margin-left:10px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}

.has-sub b.caret {
  border-width: 8px;
  margin-left: 8px;
}


.menu-top-wrapper,
.menu-side-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  padding: 80px 18px;
  background: rgba(0,0,0,0.3);
}
.show-menu.nav-top .menu-top {
  width: 100%;
  height: 100%;
  background-color: red;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7779;
  overflow: hidden;
  overflow-y: scroll;
}

.show-menu.nav-top .menu-top ul{
  position:relative;
  z-index:3;
}


.show-menu.nav-side .menu-wrap {
  top:0;
  right: 0%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
}

.menu-wrap ul li,
.menu-top ul li{
	color:#fff;
	text-align: left;
}
.menu-wrap > ul > li,
.menu-top > ul > li{
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.menu-wrap ul li > ul{
	 margin-left:20px;
}
.menu-wrap ul li a:link,
.menu-wrap ul li a:visited,
.menu-top ul li a:link,
.menu-top ul li a:visited{
	color:#fff;
	text-align: left;
	padding:10px 0;
	padding-left:0px;
	display:block;
	
}
.menu-wrap ul li.active > a:link,
.menu-wrap ul li.active > a:visited,
.menu-top ul li.active > a:link,
.menu-top ul li.active > a:visited{
	/*background:rgba(0,0,0,0.2);*/
	/*background: rgba(255,255,255,0.2);*/
	/*padding-left:10px;*/
}
.menu-wrap ul li ul li{
	/*background:rgba(0,0,0,0.2);*/
	background: rgba(255,255,255,0) !important;
	padding-left:10px !important;
}

.menu-wrap ul li ul li.active{
	/*background:rgba(0,0,0,0.2);*/
	background: rgba(255,255,255,0.2) !important;
	padding-left:10px !important;
}
.menu-wrap li > span,
.menu-top li > span {
	display: inline-block;
	position: relative;
	margin: 10px 0;
	padding-left:0px;
	color: #fff;
}

/*HAMBURGER*/
#mobile-nav{
	position: fixed;
	padding: 16px;
	padding-bottom: 22px;
	top: 0px;
	right: 0px;
	z-index: 9999;
	background: rgba(0,0,0,0.3);
}

#mobile-nav button {
  display: inline-block;
  margin: 0;
  border: none;
  background: none;
}
#mobile-nav button span {
  display: block;
}

/* ====================== lines button ==================================================*/
.lines-button {
  /*padding: 2rem 1rem;*/
  background:#000;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  /*border-radius: 0.57143rem;*/
  /* */
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 4rem;
  height: 0.57143rem;
  background: #ecf0f1;
  /*border-radius: 0.28571rem;*/
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 4rem;
  height: 0.57143rem;
  background: #ecf0f1;
  /*border-radius: 0.28571rem;*/
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.lines:before {
  top: 1rem;
}
.lines:after {
  top: -1rem;
}

.lines-button:hover .lines:before {
  top: 1.14286rem;
}
.lines-button:hover .lines:after {
  top: -1.14286rem;
}

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 2.22222rem;
}
.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 4rem;
}

.lines-button.x.shut .lines {
  background: transparent;
}
.lines-button.x.shut .lines:before, .lines-button.x.shut .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 4rem;
}
.lines-button.x.shut .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.shut .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 4rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}