﻿.listado-videos {
	background: #ececec;
	padding: 10px;
	margin: 20px 0;
}
.listado-videos h3 {
	display: block;
	color: #121212;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	font-family: "din-medium";
	margin: 10px 0;
	padding: 0;
}
.video-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.video-slider .box {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.video-slider .video-title {
	display: block;
	color: #808080;
    font-family: "din-regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0;
    text-transform: none;
    min-height: 33px;
}
.listado-videos .btn-video {
	display: block;
	position: relative;
	overflow: hidden;
}
.listado-videos .btn-video .play {
	display: block;
	position: absolute;
	width: 54px;
	height: 54px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
	background: url('../../assets/play-videos.png') left center no-repeat;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.listado-videos .btn-video:hover .play {
  opacity: .7;
}
.video-slider .owl-dots {
	display: block;
	position: relative;
	width: auto;
	margin: 15px 0 10px 0;
	overflow: hidden;
	text-align: center;
}
.video-slider .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #717171;
  opacity: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-slider .owl-dots .owl-dot:hover {
  opacity: 0.5;
}
.video-slider .owl-dots .owl-dot.active {
  background: #161616;
}
@media (max-width: 750px) {
	.video-slider.owl-carousel .owl-item img {
	    display: block;
	    width: auto;
	    max-width: 100%;
	    margin: 0 auto;
	}
	.video-slider .box {
		float: none;
		display: block;
		width: auto;
		margin: 0;
	}
}