	
/*Message overlay*/
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index:100;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  overflow-x: hidden;
 }




.overlay-box {
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
	
	left: 50%;
	position: relative;
	padding: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 600px;

}

.overlay-box-mobile {
	background: #ffffff;
	border: 2px solid #eeeeee;
	border-radius: 10px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
	
	left: 50%;
	position: relative;
	padding: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 85%;

}


.overlay-zoom {
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
	
	left: 50%;
	position: relative;
	padding: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 95%;

}

.overlay-close {
  position: relative;
	top: -20px;
  text-align: right;
  
}

.overlay-close-mobile {
  position: relative;
	top: -30px;
	right: 15px;
  text-align: right;
  
}
.overlay-content {
	position: relative;
	top: -20px;
	padding: 0px 10px 10px 10px;
	text-align: left;

}

.overlay-content-mobile {
	position: relative;
	top: -30px;
	padding: 0px 30px 0px 30px;
	text-align: left;

}

.overlay-heading{
	display: inline-block;
	padding: 1px 2px;
	position: relative;
	top: -20px;
	font-weight: bold; 
	font-size: 16px;
	background-color: #ef1616;
	color: #ffffff;
}

.overlay-heading-mobile{
	display: inline-block;
	padding: 1px 2px;
	position: relative;
	top: -35px;
	font-weight: bold; 
	font-size: 40px;
	background-color: #ef1616;
	color: #ffffff;
}  


.overlay-logo {
	width: 100px;
	height: 100px;
	padding: 5px;
	float: left;
}

.overlay-logo-screener {
	width: 80px;
	height: 80px;
	padding-right: 5px;
	float: left;
}

.overlay-logo-mobile {
	width: 200px;
	height: 200px;
	padding: 15px;
	float: left;
}
