/* ----------------------- */
/* -------- media -------- */
/* ----------------------- */

.social-media {
	margin-top: -4px;
	/*background-image: url('/images/social_media_placeholder_2.jpg');*/
	/*width: 168px;*/
	height: 20px;
}

.videos {
	margin: 24px 0 50px 0;
	position: relative;
}

.videos a {
	width: 30px;
	height: 30px;
	background-image: url('/images/icn_arrow_big.png');
	float: left;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	z-index: 110;
	top: 130px;
	position: absolute;
	display: block;
}
.videos a:hover { background-position: -30px 0; }
.videos a.right { background-position: -60px 0; }
.videos a.right:hover { background-position: -90px 0; }

.videos a.left {
	left: 28px;
}
.videos a.right {
	right: 28px;
}

.videos .video {
	margin: 0 auto;
	width: 458px;
	height: 288px;
	border: 1px solid #fff;
	z-index: 110;
	position: relative;
}
.videos .video iframe {
	position: relative;
	z-index: 1;
}

.videos .video .video-shadow {
	background-image: url('/images/shadow_img.png');
	width: 608px;
	height: 146px;
	background-position: top left;
	position: absolute;
	bottom: -46px;
	left: -74px;
	/*z-index: 10;*/
}

.videos .video .video-shadow.iframe {
	background-image: url('/images/shadow_iframe.png');
	width: 632px;
}


/* ----------------------- */
/* --- tab nav wrapper --- */
/* ----------------------- */

.column-1-and-2-of-3 .tab-nav.tab-content {
	clear: both;
	margin-top: -10px;
	padding-top: 40px;
	width: 620px !important;
	border: 1px solid #d1d1d1;
	border-top: 0;
	top: inherit !important;
	left: inherit !important;
	position: relative !important;
	background-image: none !important;
	background-color: #f5f5f5;
}

.column-1-and-2-of-3 .tab-nav.tab-content ul {
	margin-left: 0;
}

.column-1-and-2-of-3 .tab-nav.tab-content ul li a {
	color: #007cb6;
}

.column-1-and-2-of-3 .tab-nav.tab-content ul li.active a {
	color: #474747;
}


/* ----------------------- */
/* ---- video gallery ---- */
/* ----------------------- */

.video-gallery a.video-with-title {
	padding-bottom: 30px;
	padding-right: 7px;
	float: left;
	display: block;
	width: 148px;
	height: 126px;
	position: relative;
	outline: 0;
	color: #000;
}
.video-gallery a.video-with-title:first-child {
	margin-left: 0;
}

.video-gallery a.video-with-title span {
	display: block;
}
.video-gallery a.video-with-title span.title {
	font-weight: bold;
	font-size: 13px;
}
.video-gallery a.video-with-title span.date {
	color: #474747;
}
.video-gallery a.video-with-title span.img-with-border {
	margin: 2px 0 1px 0;
	border: 1px solid #fff;
}

.video-gallery a.video-with-title span img {
	display: none;
}
.video-gallery a.video-with-title span img:first-child {
	display: block;
	position: relative;
}
.video-gallery a.video-with-title:hover {
	text-decoration: none;
}
.video-gallery a.video-with-title:hover span img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.video-gallery a.video-with-title:hover span img:first-child {
	display: block;
	position: relative;
}


.social-media iframe {
	height: 21px !important;
	width: 100px !important;
	float: left !important;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
