@charset "utf-8";
/* CSS Document */
.popalert {
	font-size: 15px;
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.8);
	padding: 25px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	display: inline-block;
	width: 100%;
}
.closelayer{
	background-repeat: no-repeat;
	background: url(/assets/images/closeBtn.png) no-repeat center center;
	background: url(/assets/images/closeBtn.png) no-repeat center center;
	background: url(/assets/images/closeBtn.png) no-repeat center center;
	width:15px;
	height:15px;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	
}
.rel{
	position:relative!important;
}
#popalertsmall{
	display:none;
}
#popalert{
	display:block;
}
.valign {
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width: 640px) {
	.popalert {
		font-size: 15px;
		position: fixed;
		z-index: 50;
		background-color: rgba(0,0,0,0.8);
		padding: 25px;
		top: 220px;
		bottom: 220px;
		left: 20px;
		right: 20px;
		color: #fff;
		display: table;
		width: calc(100% - 40px);
		/*height: calc(100% - 500px);*/
		height: auto;
	}
	.poptext {
		display: table-cell;
		vertical-align: middle;
		max-width: 1200px;
		margin: auto;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left 8px;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left 8px;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left 8px;
		-moz-background-size: auto 35px;
		-o-background-size: auto 35px;
		-webkit-background-size: auto 35px;
		background-size: auto 25px;
		padding: 0 0px 0 30px;
		color: #fff;
	}
	.closelayer {
		background-repeat: no-repeat;
		background: url(/assets/images/closeBtn.png) no-repeat center center;
		background: url(/assets/images/closeBtn.png) no-repeat center center;
		background: url(/assets/images/closeBtn.png) no-repeat center center;
		width: 15px;
		height: 15px;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 1000;
	}
	#popalertsmall{
		display:table;
	}
	#popalert{
		display:none;
	}
}
@media only screen and (min-width: 640px) and (max-width: 800px) {
	.poptext {
		display: table;
		vertical-align: middle;
		max-width:1140px;
		margin:auto;
		padding:0 40px;
		background-repeat: no-repeat;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left top;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left top;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left top;
		-moz-background-size: 25px auto;
		-o-background-size: 25px auto;
		-webkit-background-size: 25px auto;
		background-size: 25px auto;
		position: relative;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1280px) {
	.poptext {
		display: table;
		vertical-align: middle;
		max-width:1140px;
		margin:auto;
		padding:0 40px 0 40px;
		background-repeat: no-repeat;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left center;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left center;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left center;
		-moz-background-size: 25px auto;
		-o-background-size: 25px auto;
		-webkit-background-size: 25px auto;
		background-size: 25px auto;
		position: relative;
		min-height:36px;
	}
	
}
@media only screen and (min-width: 1280px) and (max-width: 9999999px) {
	.poptext {
		display: table;
		vertical-align: middle;
		max-width:1140px;
		margin:auto;
		padding:0 20px 0 55px;
		background-repeat: no-repeat;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left center;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left center;
		background: url(/assets/images/icon/exclamation_mark_yellow.png) no-repeat left center;
		-moz-background-size: auto 36px;
		-o-background-size: auto 36px;
		-webkit-background-size: auto 36px;
		background-size: auto 36px;
		position: relative;
		min-height:36px;
	}
}