/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}



/* PopUp */
#poverlay{
	background: rgba(0,0,0,0.7);
	width:100%;
	height:100% !important;
	z-index:2147483646;
	position:fixed;
	display:none;
}
#pcontainer{
	background: #fff;
	padding:10px;
	top:10%;
	left:25%;
	width:710px;
	height:595px;
	z-index:2147483647;
	position:fixed;
	display:none;
}
.center{
	text-align:center;
}
.pmail{
	border-radius:0px !important;
	border:0px;
	background:#EBEBEB;
	color:#333333;
	font-size:12px;
	height:35px;
	padding:2px 10px 2px 10px;
	min-width:40%;
}
.pgray{
	height:35px;
	background:#333333;
	color:#fff;
	border-radius:0px !important;
	line-height:15px;
}
.pgray:hover{
	color:#ccc;
}
.pclose{
	float:right;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border:3px solid #fff;
	line-height:20px;
	background:#000;
	color:#fff;
	padding:2px 0 0 5px;
	width:30px;
	height:30px;
	margin:-25px;
}