/* MEGA GALLERY */
#content_gallery {
	position:fixed;
	left:0;
	top:0 !important;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url('../img/mega_gallery/caption.png') repeat 0 0;
	z-index:2147483645;
	display:none;
}
body>div#content_gallery {
	height:auto; 
	min-height:200%
}
.gallery_100 {
	width:100%;
	height:100%;
	overflow:hidden;
	position:fixed;
	left:0;
	top:0 !important;
	z-index: 2147483646;
	display:none;
	
}
#gallery_load {
	position:absolute; 
	right:50%; 
	top:50%;
	margin-left: -24px; 
	margin-left: -24px; 
	z-index:1000;
	width:48px;
	height:48px;
}
.gallery_prev_link {
	position:absolute; 
	left:20px; 
	top:50%;
	margin-top: -26px; 
	z-index:1000;
	width:52px;
	height:52px;		
}

.gallery_prev_link img {
	width:100%;
}
.gallery_next_link {
	position:absolute; 
	right:20px; 
	top:50%;
	margin-top: -26px; 
	z-index:1000;
	width:52px;
	height:52px;		
}
.gallery_next_link img {
	width:100%;
}
.gallery_enlarge_link {
	position:absolute; 
	left: 20px;
  top: 20px;
	z-index:1000;
	width:52px;
	height:52px;		
}
.gallery_enlarge_link img {
	width:100%;
}
.gallery_dislarge_link {
	position:absolute; 
	left:20px; 
	top:20px;
	z-index:1000;
	width:52px;
	height:52px;
	display:none;		
}
.gallery_dislarge_link img {
	width:100%;
}
.gallery_close_link {
	position:absolute; 
	right:20px; 
	top:20px;
	z-index:1000;
	width:52px;
	height:52px;		
}
.gallery_close_link img {
	width:100%;
}
.gallery_prev_link img.dis {
	opacity:0.2;
	filter:alpha(opacity=20);
}
.gallery_next_link img.dis {
	opacity:0.2;
	filter:alpha(opacity=20);
}
.mobile_hide {
	display:none !important;
}
#gallery 
{
	position:relative;
	left:0;
	top:0;
	float:left;
	display:inline;
	
	
	
	padding:0px;
	margin:0px;
	
	width:100%;
	
	
	
	height:100%;
}


#gallery .gallery_blocco
{
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;	
	height:100%;

}
#gallery .gallery_blocco iframe
{
	  width: 100% !important;
  height: 80% !important;
  border: 0;
  z-index: 2147483647;
  top: 72px;
  position: absolute;

}
#gallery .gallery_blocco .caption
{
	position:absolute;
	left:0;
	bottom:0;
	height:52px;
	background: #fabf21;
	overflow:hidden;
	text-align:center;
	width:100%;
	color:#074b64;
	z-index:100;

}

#gallery .gallery_blocco .caption .caption_title {
	line-height:52px;
	padding:0 0 0 18px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	

}
#gallery .gallery_blocco .caption .caption_share {
	display:none;
	/*float:right;
	line-height:52px;
	padding:0 18px 0 0;
	overflow:hidden;*/
}
#gallery .gallery_blocco .caption .caption_share ul {
	list-style-type:none;
	padding:0;
	margin:0;

}
#gallery .gallery_blocco .caption .caption_share ul li{
	float:left;
	padding:0 0 0 13px;
	margin:0;
}
#gallery .gallery_blocco .caption .caption_share ul li a.link_pi, #gallery .gallery_blocco .caption .caption_share ul li a.link_pi:visited, #gallery .gallery_blocco .caption .caption_share ul li a.link_pi:hover{
	display:block;
	width:26px; 
	height:26px;
	overflow:hidden;
	background:url('../img/mega_gallery/pinterest.png') no-repeat 0 0;
	margin:10px 0 0 0;
	text-indent:-9999px;
	
}
#gallery .gallery_blocco .caption .caption_share ul li a.link_tw, #gallery .gallery_blocco .caption .caption_share ul li a.link_tw:visited, #gallery .gallery_blocco .caption .caption_share ul li a.link_tw:hover{
	display:block;
	width:26px; 
	height:26px;
	overflow:hidden;
	background:url('../img/mega_gallery/twitter.png') no-repeat 0 0;
	margin:10px 0 0 0;
	text-indent:-9999px;
		
}

#gallery .gallery_blocco .caption .caption_share ul li a.link_fb, #gallery .gallery_blocco .caption .caption_share ul li a.link_fb:visited, #gallery .gallery_blocco .caption .caption_share ul li a.link_fb:hover{
	display:block;
	width:26px; 
	height:26px;
	overflow:hidden;
	background:url('../img/mega_gallery/facebook.png') no-repeat 0 0;
	margin:10px 0 0 0;
	text-indent:-9999px;
		
}


.gallery_blocco img {
	background: #fff;
	margin: 0 !important;
	top: 50%;
	z-index:10;
	left: 50%;
	position:relative;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ie7 .gallery_blocco img,
.ie8 .gallery_blocco img {
  background: #fff;
  margin: 0 !important;
  top: 100px;
  z-index: 10;
  left: 50%;
  position: relative;
  /* -webkit-transform: translate(-50%,-50%); */
  -ms-transform: translate(-50%,-50%);
  /* transform: translate(-50%,-50%); */
  left: 0;
  margin: 0 auto !important;
}
.content_gallery_tit {
	line-height:36px;
	text-transform:uppercase;
	color:#074b64;
	background:#1b1b1b;
}
div.content_gallery_tit {
	color:#074b64;
	text-transform:uppercase;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	#gallery .gallery_blocco iframe {
  height: 100% !important;
  top: 0;
}
#gallery .gallery_blocco .caption {
	display:none;
 }
.gallery_close_link {
	right:0; 
	top:0;
}
#gallery .gallery_blocco .caption .caption_title {
  padding: 0;
}
}
