
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/agencias_europlayas/img/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/agencias_europlayas/img/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(/agencias_europlayas/img/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(/agencias_europlayas/img/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

/****************************overlay small****************************************/

/* the overlayed element */
div.overlay-small {
	
	/* growing background image */
	background-image:url(/agencias_europlayas/img/overlay-350x250.png);
	
	/* dimensions after the growing animation finishes  */
	width:350px;
	height:250px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:10px;
}

/* default close button positioned on upper right corner */
div.overlay-small div.close {
	background-image:url(https://www.doltronicweb.com/europlayas/agencias_europlayas/www.doltronicweb.com/img/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay-small{
	/* dimensions after the growing animation finishes  */
	background-image:url(https://www.doltronicweb.com/europlayas/agencias_europlayas/www.doltronicweb.com/img/transparent.png);     
	color:#efefef;     
	height:450px; 
}
