@charset "iso-8859-2";



/* Lightbox */

#lightbox_layer *, #lightbox_layer *:before, #lightbox_layer *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
	
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	position: fixed;
	background-color: rgba(255,255,255,0.8);
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.4);
	margin: 4px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
}

a.lba {
	border: none !important;
}

#lba_prev, #lba_next, #lba_close {
	cursor: pointer;
	cursor: hand;
}

#lba_prev img, #lba_next img {
	height: 33px;
	padding: 5px;
	margin-left: 15px;
}


.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}



