@CHARSET "UTF-8";

.wrapper {
	z-index: 100;
}

#popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 1100;	
}

#popup-overlay .popup-wrap {
}

#popup-overlay .popup-inner {
	opacity: 1;
	z-index: 1200;
	width: 1px;
	height: 1px;
	position: absolute;
	background: #fff;
	background-color: rgba(255, 255, 255, 0.7);
}

.popup-loading {
	position: relative;
}

#countdown_dashboard, #countdown_dashboard .dash, #countdown_dashboard .digit {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	-margin-top: 3px;
	vertical-align: top;
}
#countdown_dashboard {
	height: 26px;
	max-height: 26px;
	overflow: hidden;
	width: 103px;
	text-align: left;
	padding-left: 0.26em;
}
#countdown_dashboard .dash {
	margin-right: -0.28em;
}
#countdown_dashboard .digit {
	margin-left: -0.28em; 
}


/* Icon Bar */

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.nav-list .icon-bar {
   background: #878787 ;
   -webkit-transition: 0.3s all;
   -moz-transition: 0.3s all;
   -o-transition: 0.3s all;
   transition: 0.3s all;
   width: 30px;
   height: 3px;
   position: relative;
 }
.nav-list .icon-bar {
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 .nav-list .icon-bar:last-child {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
   top: -8px;
 }
.popup-close {
	position: relative;
	top: 10px;
	display: block;
	width: 150px;
	height: 30px;
}

.icon-bar + .icon-bar {
  margin-top: 4px;
}
.close-cross {
	display: block;
	position: relative;
	left: 20px;
}

.close-text {	
	position: relative;
	top: -20px;
	left: 0px;
}