/* MSK Overlay Menu */
.mskoverlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.8);
    overflow-y: hidden;
    transition: 0.5s;
}

.mskoverlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menuholder {
	position: relative;
	max-width: 330px;
	margin: 0 auto;
}

.labelbutton {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 15px 0;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 10px;
	transition: 0.3s;
	border-radius: 3px;
}

.labelbutton:hover {
	background-color: transparent !important;
}

.button-label1 { background-color: #8ba3a7; }
.button-l1active,
.button-label1:hover
{ color: #8ba3a7 !important; }

.button-label2 { background-color: #d7a52a; }
.button-l2active,
.button-label2:hover { color: #d7a52a !important; }

.button-label3 { background-color: #a1895b; }
.button-l3active,
.button-label3:hover { color: #a1895b !important; }

.button-label4 { background-color: #653d48; }
.button-l4active,
.button-label4:hover { color: #653d48 !important; }

.button-label5 { background-color: #324846; }
.button-l5active,
.button-label5:hover { color: #324846 !important; }


.mskoverlay a {
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
	color: #fff;
    transition: 0.3s;
}

	.mskoverlay .closebtn {
    position: absolute;
	font-weight: normal;
    top: 50px;
    right: 50px;
    font-size: 40px;
}

.mskoverlay a.l1:hover { color: #8ba3a7; }
.mskoverlay a.l2:hover { color: #d7a52a; }
.mskoverlay a.l3:hover { color: #a1895b; }
.mskoverlay a.l4:hover { color: #653d48; }
.mskoverlay a.l5:hover { color: #324846; }

.mskoverlay a.l1active { color: #8ba3a7; }
.mskoverlay a.l2active { color: #d7a52a; }
.mskoverlay a.l3active { color: #a1895b; }
.mskoverlay a.l4active { color: #653d48; }
.mskoverlay a.l5active { color: #324846; }

.lcirc1 { font-size: 10px !important; color: #8ba3a7; vertical-align: middle; }
.lcirc2 { font-size: 10px !important; color: #d7a52a; vertical-align: middle; }
.lcirc3 { font-size: 10px !important; color: #a1895b; vertical-align: middle; }
.lcirc4 { font-size: 10px !important; color: #653d48; vertical-align: middle; }
.lcirc5 { font-size: 10px !important; color: #324846; vertical-align: middle; }



.openlabel {
	position: fixed;
	cursor: pointer;
	z-index: 201;
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	top: 15px;
	left: 45.5%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.openlabel > .button { border: 1px solid #BFBFBF; }

@media screen and (max-height: 450px) {
  .mskoverlay a {font-size: 20px}
  .mskoverlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .openlabel {
	left: 40%;
}
}

@media (max-width: 767px) {
	 .openlabel {
	left: 35%;
}
	
}

@media (max-width: 479px) {

  .openlabel {
	left: 60%;
  	-webkit-transform: translateY(40px) !important;
	-ms-transform: translateY(40px) !important;
	-o-transform: translateY(40px) !important;
	transform: translateY(40px) !important;
}
	.openlabel > a > span { font-size: 12px !important; }
	.openlabel > .button { padding: 0 10px;}
	
	body.top-search-open .openlabel {
-webkit-transform: translateY(60px) !important;
	-ms-transform: translateY(60px) !important;
	-o-transform: translateY(60px) !important;
	transform: translateY(60px) !important;
}
	
	.mskoverlay .closebtn {
    top: 100px;
    right: 50px;
}
}