nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #777;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.top-area .weeb_digital_header_bar a{
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 999;
	line-height: 82px;
	/*background: #e53244;*/
	border-radius: 50%;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.top-area .weeb_digital_header_bar a:before{
	content: '';
    position: absolute;
    /*width: 100%;
    height: 100%;*/
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
    z-index: -1;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s cubic-bezier(.18,.06,.23,1),-webkit-transform .2s cubic-bezier(.18,.06,.23,1);
    transition: opacity .3s cubic-bezier(.18,.06,.23,1),-webkit-transform .2s cubic-bezier(.18,.06,.23,1);
    -o-transition: opacity .3s cubic-bezier(.18,.06,.23,1),transform .2s cubic-bezier(.18,.06,.23,1);
    transition: opacity .3s cubic-bezier(.18,.06,.23,1),transform .2s cubic-bezier(.18,.06,.23,1);
    transition: opacity .3s cubic-bezier(.18,.06,.23,1),transform .2s cubic-bezier(.18,.06,.23,1),-webkit-transform .2s cubic-bezier(.18,.06,.23,1);
}
.top-area.has-fixed .weeb_digital_header_bar a:before{
  left: 1px;
  top: 1px;
  bottom: 1px;
  right: 1px;
}
.top-area .weeb_digital_header_bar a:hover:before {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .3;
    -webkit-box-shadow: 1px 1px 2px rgba(255,255,255,.8);
    box-shadow: 1px 1px 2px rgba(255,255,255,.8);
}
.top-area .weeb_digital_header_bar a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #B82260;
    z-index: -1;
    left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .2s cubic-bezier(.18,.06,.23,1),background-color .2s cubic-bezier(.18,.06,.23,1),-webkit-transform .2s cubic-bezier(.18,.06,.23,1);
    transition: opacity .2s cubic-bezier(.18,.06,.23,1),background-color .2s cubic-bezier(.18,.06,.23,1),-webkit-transform .2s cubic-bezier(.18,.06,.23,1);
    -o-transition: opacity .2s cubic-bezier(.18,.06,.23,1),transform .2s cubic-bezier(.18,.06,.23,1),background-color .2s cubic-bezier(.18,.06,.23,1);
    transition: opacity .2s cubic-bezier(.18,.06,.23,1),transform .2s cubic-bezier(.18,.06,.23,1),background-color .2s cubic-bezier(.18,.06,.23,1);
    transition: opacity .2s cubic-bezier(.18,.06,.23,1),transform .2s cubic-bezier(.18,.06,.23,1),background-color .2s cubic-bezier(.18,.06,.23,1),-webkit-transform .2s cubic-bezier(.18,.06,.23,1);
}
.top-area .weeb_digital_header_bar a:hover:after{
	background: #fff;
	-webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.top-area .weeb_digital_header_bar a svg{
	fill: #fff;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.top-area .weeb_digital_header_bar a:hover svg{
	-webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    fill: #B82260;
    stroke: #B82260;
    stroke-width: 2px;
}
.header.has-fixed .weeb_digital_header_bar a:before,
.header.has-fixed .weeb_digital_header_bar a:after
{
	/*background: #fff;*/
}

.header{
	color: #fff;
}

.header.has-fixed
{
	color: #000;
	z-index: 999;
}

.top-area a:hover{
	text-decoration: none;
}
.top-area.has-fixed a.weeb_menu_bar span
{
	background: #fff;
}

/*.header .weeb_digital_header_bar a.weeb_menu_bar:before,
.header .weeb_digital_header_bar a.weeb_menu_bar:after
{
	content: '';
	display: block;
	background: #fff;
	height: 3px;
	width: 30px;
}*/
.top-area a.weeb_menu_bar span
{
	background: #fff;
	display: block;
	height: 3px;
	margin: 6px 0;
	width: 30px;
}

.weeb_digital_header{
	background-color: transparent;
	color: #000;
	height: 85px;
	line-height: 80px;
}

.mm-menu {
  --mm-color-background: #eee;
  --mm-color-text: #111;
}

 .mm-navbar { 
      --mm-color-background: #1E1E1E;
      --mm-color-text-dimmed: #fff;
      --mm-color-button: #fff;
   }
   .mm-panel { 
      --mm-color-background: #1E1E1E;
      --mm-color-text: #ffffff;
      --mm-color-button: #ffffff;
   }

  .three_element_wrapper{
  	margin-top: 44px;
  }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:10px;display:inline-block;cursor:pointer;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.8}.hamburger-box{width:30px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:30px;height:2px;background-color:#fff;border-radius:2px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.15s;transition-delay:.15s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner::after{top:-20px;transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner::before{transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.32s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;-ms-transform:rotate(-90deg);transform:rotate(-90deg);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1)}.hamburger--arrow.is-active .hamburger-inner::before{transform:translate3d(-8px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrow.is-active .hamburger-inner::after{transform:translate3d(-8px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r.is-active .hamburger-inner::before{transform:translate3d(8px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r.is-active .hamburger-inner::after{transform:translate3d(8px,0,0) rotate(-45deg) scale(.7,1)}