.nicemodal-overlay{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	overflow-y: auto;
	background-color:rgba(0,0,0, 0.7);
}
.nicemodal-wrap-modal-content{
	display: none;
}
.nicemodal-window{
	position: relative;
	overflow:hidden;
	display: none;
	background-color: #FFF;
	z-index: 1000;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/loader.gif);
	background-opacity: 0.2;
	background-size: 40px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.nicemodal-close-button{
	cursor: pointer;
	background-image: url(../images/btn-close.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	margin: 10px 10px 0 0;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.6;
	z-index: 9;
}
.nicemodal-close-button:hover {
	opacity: 1;
}
.nicemodal-alert-message{
	background: #e74c3c;
	padding: 10px;
	margin: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font-size: 14px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	margin-top: 50px;
}

button#demo{
	display: block;
	float:right;
	width:16px;
	height:16px;
	background:url(../images/login-icon2.png) no-repeat center right;
	font-size:12px;
	color:#dbdbdb;
	margin-right:10px;
	margin-top:3px;
}

button#demo a:hover{
	display: block;
	float:right;
	width:16px;
	height:16px;
	background:url(../images/login-icon2.png) no-repeat center right;
	font-size:12px;
	color:#dbdbdb;
	margin-right:10px;
	margin-top:3px;
}

@media (min-width:980px) {

button#demo{
	display: none;
}

}

