@charset "utf-8";
/* CSS Document */

/* De aici controlez iframe-ul care se incarca in lightbox */
.fb_inside_lightbox {
	position: absolute;
	top: 114%;
	left: 50%;
	margin-left: -150px; /* Pt centrare, trebuie sa scad jumatate din width (si el sa fie pozitionat la 50%) */
	vertical-align: middle;
	border: none;
	overflow:hidden; 
	width: 300px; 
	height: 25px; 
	display:inline;
}


/* Loading
----------------------------------------------------------------------------------------------------*/

#lightbox-loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	font-family: Arial, Helvetica, sans-serif;

}

#lightbox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
/*	background-image: url('loading.gif'); */
}


/* Lightbox
----------------------------------------------------------------------------------------------------*/

#lightbox-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
}

#lightbox-tmp {
	display: none;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
}

#lightbox-wrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
}

#lightbox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #eee; /* Background-ul in spatele pozelor, cand se face trecerea de la una la alta */
	-moz-box-shadow: 0px 0px 15px #555;
	-webkit-box-shadow: 0px 0px 15px #555;
	box-shadow: 0px 0px 15px #555;	
}

#lightbox-content {
	position: relative;
	width: 0;
	height: 0;
	padding: 0;
	border: 0px solid #FFF;
	outline: none;
	overflow: hidden;
	z-index: 1102;
}

#lightbox-close {
	display: none;
	position: absolute;
	top: -17px;
	right: -17px;
	width: 34px;
	height: 34px;
	background: url('close.png') 0 0 no-repeat;
	cursor: pointer;
	z-index: 1103;
}


/* Special Content
----------------------------------------------------------------------------------------------------*/

#lightbox-error {
	margin: 0;
	padding: 14px;
	font: normal 12px/20px Arial;
	color: #444;
}

#lightbox-img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#lightbox-frame {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}


/* Previous/Next Navigation
----------------------------------------------------------------------------------------------------*/

#lightbox-left,
#lightbox-right {
	display: none;
	position: absolute;
	top: 100px;
	bottom: 100px;
	width: 35%;
	outline: none;
	background: url('blank.gif');
	z-index: 1102;
	cursor: pointer;
}

#lightbox-left { left: 0px; }
#lightbox-right { right: 0px; }

#lightbox-left-ico,
#lightbox-right-ico {
	display: block;
	position: absolute;
	top: 50%;
	left: -9999px;
	z-index: 1102;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url('buttons.png') 0 0 no-repeat;
	cursor: pointer;
}
#lightbox-right-ico { background-position: 0 -50px; }

#lightbox-left:hover span { left: 30px; }
#lightbox-right:hover span {
	left: auto;
	right: 30px;
}


/* Titles
----------------------------------------------------------------------------------------------------*/

#lightbox-title {
	font-size: 12px;  /* Dimnesiunea fontului */
	z-index: 1102;
}

#lightbox-title.lightbox-title-float {
	padding: 5px 10px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background: #000; /* IE */
	background: rgba(0, 0, 0, 0.7);
	color: #FFF;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#lightbox-title.lightbox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #FFF;
	position: relative;
}

#lightbox-title.lightbox-title-outside {
	padding-top: 10px;
	color: #FFF;
}

#lightbox-title.lightbox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ddd;
	text-align: center;
	background: #000; /* IE */
	background: rgba(0, 0, 0, 0.4); /* DE AICI SE MODIFICA BACKGROUND-UL PT TITLU - OPACITY / TRANSPARENCY */
}

#lightbox-title-over { padding: 10px; }


/* WidgetKit
----------------------------------------------------------------------------------------------------*/

/* Slideshow */
.wk-slideshow-default .nav {
	position: absolute;
	z-index: 9;
	bottom: 20px;
	right: 30px;
	height: 24px;
	padding: 4px 8px 0 8px;
	border: 1px solid rgba(255,255,255,0.35);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background: rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 0 8px rgba(255,255,255,0.25);
	-webkit-box-shadow: inset 0 0 8px rgba(255,255,255,0.25);
	box-shadow: inset 0 0 8px rgba(255,255,255,0.25);
}

.wk-slideshow-default .nav span {
	width: 20px;
	height: 20px;
	background: url(../images/widgetkit/nav.png) 0 0 no-repeat;
}

.wk-slideshow-default .nav span:hover { background-position: 0 -40px; }
.wk-slideshow-default .nav span:active { background-position: 0 -120px; }
.wk-slideshow-default .nav .active span { background-position: 0 -80px; }

.wk-slideshow-default > div:hover .next,
.wk-slideshow-default > div:hover .prev {
	background-image: url(../images/widgetkit/buttons.png);
	background-repeat: no-repeat;
}

.wk-slideshow-default > div:hover .next { background-position: 0 0; }
.wk-slideshow-default > div:hover .next:hover { background-position: 0 -70px; }
.wk-slideshow-default > div:hover .next:active { background-position: 0 -140px; }

.wk-slideshow-default > div:hover .prev { background-position: 0 -210px; }
.wk-slideshow-default > div:hover .prev:hover { background-position: 0 -280px; }
.wk-slideshow-default > div:hover .prev:active { background-position: 0 -350px; }

.wk-slideshow .slides {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}


/* Spotlight */
.spotlight .overlay-default { background: rgba(0,0,0,0.5) 50% 50% no-repeat; } /* era si  url(../images/widgetkit/magnifier.png)  */

/* Lightbox */
#lightbox-overlay { background-color: #000!important; } /* De aici schimb culoarea de background overlay */