/* for the mobile menu fixed position  */
body{
	margin-top: 60px;
}


.notYet{
	filter: brightness(50%);
	pointer-events: none;
}


.desktopNav{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	display: none;
}

.headerRemixWide{
	float: left; 
	width: 100%;
	height: auto;
	background-color: #000;
	padding: 6px 0;
}
.headerRemix{
	width: 96%;
	max-width: 868px;
	height: auto;
	margin: 0 auto;
}

.headerRemix .left{
	width: 50%;
	height: auto;
	float: left;
	color: #fff;
}

.headerRemix .left a{
	color: #fff;
	font-size: 16px;
}
.headerRemix .left a:hover{
	color: #d0baba;
	text-decoration: none;
}



.headerRemix .right{
	width: 50%;
	height: auto;
	float: right;
	text-align: right;
}

.headerRemix .right a{
	width: 24px;
	height: 24px;
	float: right;
	background-color: #fff;
	margin-left: 8px
}

.headerRemix .right a img{
	width: 100%;
	height: auto;
}



.navRemixWide{
	float: left; 
	width: 100%;
	height: auto;
	padding: 4px 0;
}

.navRemix{
	width: 100%;
	max-width: 868px;
	height: auto;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.navRemix a{
	width: 25%;
	max-width: 868px;
	height: auto;
	float: left;
	text-align: center;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	padding: 6px 0;
}




.mobileLogoBarWide{
	float: left; 
	width: 100%;
	height: auto;
	background-color: #000;
	padding: 6px 0 4px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	border-bottom: 1px solid #404040;
}


.mobileLogoBar{
	width: 96%;
	max-width: 868px;
	height: auto;
	margin: 0 auto;
}

.mobileLogoBar .left{
	width: 70%;
	height: auto;
	float: left;
	color: #fff;
	text-align: left;
}
.mobileLogoBar .right{
	width: 30%;
	height: auto;
	float: right;
}

.mobileSocialHolder{
	color:#fff;
	padding: 12px 0 12px 0 ;
	display: block;
	width: 100%;
	text-decoration: none;
	border-top: 1px solid #404040;
	float: left;
}

.mobileSocialHolder a{
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 12px 0 0;
}





@media only screen and (min-width: 900px) {
	
	body{
		margin-top: 0;
	}

	.desktopNav{
		display: block;
	}
	.mobileLogoBarWide{
		display: none;
	}
}





.mobileHomebutton{
	color: #fff;
	text-decoration: none;
	margin-top: 6px;
	float: left;
	font-size: 18px;
}
.mobileHomebutton:hover{
	color: #fff;
	text-decoration: none;
}


.animatedMenuMobileButton{
	width: 40px;
	height: 38px;
	float: right;
	margin: 0 0 0 0;
}




/*/////////////////////////////////////////////////////////////Animated X effect///////////////////////////////////////////////*/
#nav-icon3{
  width: 28px;
  height: 36px;
  position: relative;
  margin: 0 auto 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}




#nav-icon3 span:nth-child(1) {
  top: 5px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 15px;
}

#nav-icon3 span:nth-child(4) {
  top: 25px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/*/////////////////////////////////////////////////////////////END Animated X effect///////////////////////////////////////////////*/


.menuOverlay{
    background-color:rgba(0,0,0,0.8);
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:100;
    display: none;
    opacity: 0;
} 

.myMenu{
	width: 100%;
	/* max-width: 400px; */
	height: auto;
	display: grid;
	margin: 0 auto;
	background-color: #000;
	color:#fff;
	overflow: hidden;
	/* border-top: 1px solid #404040; */
	background-color: #000;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 2000;
	display: none;
}


.myMenu ul{
	width: 100%;
    list-style: none;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
}

.myMenu ul li {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	text-align: left;
	border-bottom: 1px solid #404040;
}

.myMenu ul li:hover {
	background-color: #1a1a1a;
}



.myMenu ul li a{
	color:#fff;
	padding: 16px 0 16px 4% ;
	display: block;
	width: 96%;
	text-decoration: none;
	font-size: 16px;
}

.myMenu ul li:hover > a {
	color:#fff;
}
















