/***   VIDEO SLIDESHOW   ***/

.twobc_video_slideshow_container {
	position: relative;
	overflow:hidden;
	max-width: 100%;
}

.twobc_video_slideshow_container .twobc_slides_container {
	height: 100%;
	position: relative;
}
.twobc_video_slideshow_container.op_trans .twobc_slide_container {
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.twobc_video_slideshow_container.op_trans .twobc_slide_container:not(.twobc_current_slide) {
	z-index: -1;
}
.twobc_video_slideshow_container .twobc_slide_container {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.twobc_video_slideshow_container .twobc_position_indicator {
	position:absolute;
	bottom: 20px;
	left: 20px;
}

.twobc_video_slideshow_container .twobc_position_indicator .twobc_page_selector {
	display: inline-block;
	margin-right: 20px;
	color: white;
	background: rgba(0,0,0,.5);
	padding: 5px;
	cursor:pointer;
}

.twobc_video_slideshow_container .twobc_slide_container .twobc_video_wrap {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	filter:alpha(opacity=0);
}

.twobc_video_slideshow_container .twobc_slide_container .twobc_slide_image{
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.twobc_video_slideshow_container .twobc_slide_container .twobc_video_overlay{
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.twobc_video_slideshow_container .twobc_slide_container .twobc_inner_content{
	position: relative;
	z-index: 3;
}

.twobc_video_slideshow_container .twobc_slide_container .twobc_mobile_play_pause {
	width: 40px;
	height: 40px;
	background-image: url(../images/scsheet60a.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: -40px 0;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -20px;
	z-index: 4;
	display: none!important;
}
.twobc_video_slideshow_container .twobc_slide_container .twobc_mobile_play_pause.paused {
	background-position: 0 0;
}

/*** Base Styles ***/
.twobc_slideshow_container {
	margin:20px auto;
	background: #010101;
	max-width: 100%;
	position: relative;
	overflow:hidden;
	text-align:center;
}
	.twobc_slideshow_container .twobc_slideshow_button {
		-moz-transition: opacity 1s ease;
		-webkit-transition: opacity 1s ease;
		-o-transition: opacity 1s ease;
		-ms-transition: opacity 1s ease;
		transition: opacity 1s ease;
		display: inline-block;
		opacity: .3;
		filter:alpha(opacity=30); /* For IE8 and earlier */
	}
		.twobc_slideshow_container .twobc_slideshow_button:hover {
			opacity: 1;
			filter:alpha(opacity=100); /* For IE8 and earlier */
		}
	.twobc_slideshow_container .slideshow_arrows {
		height:32px;
		position: absolute;
		width:32px;
		z-index:2;
	}
	.twobc_slideshow_container .left_ss_arrow {
		left: 10px;
		background: transparent url('../images/prev_next_overlay.png') 0 0;
	}
		.twobc_slideshow_container .left_ss_arrow .twobc_slideshow_button {
			background: transparent url('../images/prev_next_bg.png') 0 0;
			cursor: pointer;
			height:32px;
			width:32px;
		}
	.twobc_slideshow_container .right_ss_arrow {
		right: 10px;
		background: transparent url('../images/prev_next_overlay.png') 0 -32px;
	}
		.twobc_slideshow_container .right_ss_arrow .twobc_slideshow_button {
			background: transparent url('../images/prev_next_bg.png') 0 -32px;
			cursor: pointer;
			width:32px;
			height:32px;
		}
	.twobc_slideshow_container img {
		height:100%;
		margin:0 auto;
		width:auto;
	}
	
	

/***  Opacity Transition ***/
.twobc_slideshow_container.op_trans .twobc_slide_container {
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	position: absolute;
	top: 0;
	overflow:hidden;
	z-index: 0;
}
.twobc_slideshow_container.op_trans .slide_show {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	z-index: 1;
}
.twobc_slideshow_container.op_trans .slide_dismiss {
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	z-index: 0;
}
.twobc_slideshow_container.op_trans .slide_return_next {
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	z-index: 0;
}

/***  Left Transition ***/
.twobc_slideshow_container.left_trans .twobc_slide_container {
	-moz-transition: left 1s ease;
	-webkit-transition: left 1s ease;
	-o-transition: left 1s ease;
	-ms-transition: left 1s ease;
	transition: left 1s ease;
	left: -100%;
	position: absolute;
	z-index: 0;
}
.twobc_slideshow_container.left_trans .slide_show {
	left: 0;
	z-index: 1;
}
.twobc_slideshow_container.left_trans .slide_dismiss {
	left: 100%;
	z-index: 0;
}
.twobc_slideshow_container.left_trans .slide_return_prev {
	z-index: -1;
	left: -100%;
}
.twobc_slideshow_container.left_trans .slide_return_next {
	z-index: -1;
	left: 100%;
}

/***  Top Transition ***/
.twobc_slideshow_container.top_trans .twobc_slide_container {
	-moz-transition: top 1s ease;
	-webkit-transition: top 1s ease;
	-o-transition: top 1s ease;
	-ms-transition: top 1s ease;
	transition: top 1s ease;
	top: -100%;
	position: absolute;
	z-index: 0;
}
.twobc_slideshow_container.top_trans .slide_show {
	top: 0;
	z-index: 1;
}
.twobc_slideshow_container.top_trans .slide_dismiss {
	top: 100%;
	z-index: 0;
}
.twobc_slideshow_container.top_trans .slide_return_prev {
	z-index: -1;
	top: -100%;
}
.twobc_slideshow_container.top_trans .slide_return_next {
	z-index: -1;
	top: 100%;
}

/***  Filmstrip Transition ***/
.twobc_slideshow_container.fs_trans .twobc_slides_container {
	-moz-transition: left 1s ease;
	-webkit-transition: left 1s ease;
	-o-transition: left 1s ease;
	-ms-transition: left 1s ease;
	transition: left 1s ease;
	position: relative;
	z-index: 0;
	text-align: left;
	left: 0;
}

.twobc_slideshow_container.fs_trans .twobc_slides_container > a {
	font-size: 0;
}

.twobc_slideshow_container.fs_trans .twobc_slide_container {
	display: inline-block;
	position: relative;
	font-size: 16px;
	vertical-align: top;
	overflow:hidden;
}

.twobc_slideshow_container.fs_trans .twobc_position_indicator {
	margin: 10px 0;
	text-align: center;
	
}

.twobc_slideshow_container.fs_trans .twobc_position_indicator .twobc_page_selector {
	display: inline-block;
	background: #ccc;
	margin: 5px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	border-radius: 50%;
	-moz-transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.twobc_slideshow_container.fs_trans .twobc_position_indicator .twobc_page_selector:hover {
	background: #999;
}

.twobc_slideshow_container.fs_trans .twobc_position_indicator .twobc_page_selector.current {
	background: #999;
}

.twobc_slideshow_container.fs_trans .twobc_slide_container img {
	
	width: 100%;
	height: auto;

}

/*** Overlay elements ***/
.ss_dark_overlay {
	text-align: left;
}

.twobc_slideshow_container .ss_dark_overlay {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: transparent url('../images/drop_down_bg.png');
	color: #fefefe;
}
	.twobc_slideshow_container .ss_dark_overlay .twobc_slide_description {
		display: inline-block;
		font-size: 1.2em;
		padding:10px;
		max-width: 60%;
		vertical-align: middle;
	}
	.twobc_slideshow_container .ss_dark_overlay .twobc_slide_title {
		display: inline-block;
		padding:10px;
		font-size: 1.5em;
		max-width: 40%;
		vertical-align: middle;
	}

/*** Thumbs ***/
.twobc_slideshow_container .twobc_thumb_wrapper {
	position: absolute;
	background: #010101;
	bottom: 0;
	overflow: hidden;
	height: 85px;
	z-index: 1;
}
	.twobc_slideshow_container .twobc_thumb_wrapper {
		position: absolute;
		background: #010101;
		bottom: 0;
		overflow: hidden;
		height: 85px;
		z-index: 1;
	}
		.twobc_slideshow_container .twobc_thumb_wrapper .twobc_thumb_container {
			position: absolute;
			margin-top: 5px;
		}
			.twobc_slideshow_container .twobc_thumb_wrapper .twobc_thumb_container img {
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-o-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
				-moz-user-select: none;
				-khtml-user-select: none;
				-webkit-user-select: none;
				-o-user-select: none;
				opacity: .3;
				filter:alpha(opacity=30); /* For IE8 and earlier */
				cursor: pointer;
				margin-right: 10px;
			}
				.twobc_slideshow_container .twobc_thumb_wrapper .twobc_thumb_container img:hover {
					opacity: .6;
					filter:alpha(opacity=60); /* For IE8 and earlier */
				}
				.twobc_slideshow_container .twobc_thumb_wrapper .twobc_thumb_container img.this_thumb_show {
					opacity: 1;
					filter:alpha(opacity=100); /* For IE8 and earlier */
				}
				
/** Placeholder slide **/
.twobc_slideshow_container .placeholder_slide img {
	opacity: 0;
	filter: alpha(opacity=0);
}

@media screen and (max-width: 1024px) {
	.twobc_video_slideshow_container .twobc_slide_container .twobc_mobile_play_pause {
		/*display: block;*/
	}
}