
.widget_video
{
	line-height: 15px;
}

.widget_video .title
{
	color: #333;
	font-size: 14px;
	text-decoration: underline;
}

.widget_video .video_last
{
	font-size: 14px;
}

.widget_video .video_preview
{
	text-align: center;
	position: relative;
	margin: 10px 0;
}


.widget_video .video_preview_image
{
	max-width: 100%;
	max-height: 190px;
}

.widget_video .video_preview_play
{
	position: absolute;
	background-color: rgba(26, 25, 25, 0.4);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	opacity: 0.7;
}

.widget_video .video_preview_play .fa-play-circle
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	font-size: 70px;
	color: white;
}

.widget_video .title:hover
{
	color: rgb(2, 50, 68);
}

/* Tiny Carousel */
.widget_video .video_carousel
{
	height: 390px;
	overflow: hidden;
	position: relative;
}

.widget_video .video_carousel .viewport
{
	height: 350px;
	overflow: hidden;
	position: relative;
}

.widget_video .video_carousel .buttons
{
	display: block;
	position: relative;
	width: 100%;
	height: 20px;
	color: #ABBDD2;
	background: url('//i.sdska.ru/_img/system/default/carousel-vertical-arrow.png') no-repeat center;
}

.widget_video .video_carousel .next
{
	transform: rotate(180deg);
}

.widget_video .video_carousel .disable
{
	visibility: hidden;
}

.widget_video .video_carousel .overview
{
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	/*width: 240px;*/
	left: 0;
	top: 0;
}

.widget_video .video_carousel .overview li
{
	float: left;
	margin: 0;
	padding: 1px;
	height: 90px;
	width: 100%;
}

.widget_video .video_carousel .preview
{
	float: left;
	margin-right: 10px;
	position: relative;
}

.widget_video .video_carousel .preview_logo
{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	opacity: 0.7;
}

.widget_video .video_carousel .preview_logo .fa-play-circle
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	font-size: 50px;
	color: white;
}

.widget_video .video_carousel .preview .img
{
	width: 110px;
	height: 73px;
	background-size: cover;
	background-position: center center;
}

.widget_video .video_carousel .section
{
	font-size: 12px;
	color: #B7B7B7;
	margin-bottom: 3px;
}

.widget_video .video_carousel a.title
{
	font-size: 14px;
	color: #2189B1;
	line-height: 14px;
	text-decoration: none;
}

.widget_video .video_carousel a.title:hover
{
	text-decoration: underline;
	color: #023244;
}

.widget_video .video_carousel .prev
{
	display: none;
}

.widget_video .video_carousel .prev, .widget_video .video_carousel .next
{
	position: absolute;
}

.widget_video .video_carousel .next {
	bottom: 0;
}

.widget_video .video_carousel .viewport
{
	margin: 20px 0;
}

/*  end of Tiny Carousel */