﻿/* OVERLAY */
/* overlay content */
/* .expose { position: relative } */

.overlay-video, .overlay-video-wide, .overlay-photoessay, .overlay-flickr
{
	background: #fff url(images/bgr-overlay-chernobyl.png) no-repeat;
	display: none;
	text-align: left;
	padding: 25px;
}
.overlay-video
{
	width: 500px;
	height: 311px;
}
.overlay-video-wide
{
	width: 512px;
}
.overlay-photoessay
{
	width: 850px;
}
.overlay-photoessay-galleria
{
	width: 1130px;
}
.overlay-flickr
{
	width: 600px;
}
.close
{
	background-image: url(images/bgr-overlay-close.png);
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -25px;
	top: -25px;
	text-indent: -9999px;
}
.overlay-video-wide h4, .overlay-video-wide p
{
	text-align: left;
}
.overlay-video-wide p
{
	color: #333;
}


.overlay-content
{
	background: url("images/bgr-overlay-chernobyl.png") no-repeat scroll 0 0 #FFFFFF;
	display: none; /* border: 10px solid #000; */
	min-height: 200px;
	padding: 25px;
	text-align: left;
	z-index: 10000;
}

.video-play
{
	position: absolute;
	text-indent: -9999em;
	background: url(images/video-play.png) no-repeat 50%;
	height: 124px;
	opacity: 0.35;
	transition: opacity 0.2s ease-in-out;
}
.video-play:hover, .video-play:focus
{
	opacity: 0.7;
}

.exposeloader
{
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(images/ajax-loader-2.gif) no-repeat 50%;
	text-indent: -9999em;
}
.exposecaption
{
	display: none;
}
.exposethumb
{
	position: relative;
	margin-bottom: 20px;
}

.w-1130
{
	width: 1130px;
}
.w-850
{
	width: 850px;
}
.w-800
{
	width: 800px;
}
.w-640
{
	width: 640px;
}
.w-600
{
	width: 600px;
}
.w-520
{
	width: 520px;
}
.w-220
{
	width: 220px;
}
.w-200
{
	width: 200px;
}
.w-180
{
	width: 180px;
}
.w-160
{
	width: 160px;
}
.w-140
{
	width: 140px;
}
.h-35
{
	height: 35px;
}
.h-140
{
	height: 140px;
}
.border-12
{
	border-radius: 12px;
}
.b-20
{
	margin-bottom: 20px;
}

p.mediacaption
{
	margin: 10px 0 0 0;
}
