/******************
Video Responsive
****************/

.pop-video-container {
	position: relative;
}


.pop-video-container a i {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	top: 40%;
	color: #fff;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border: 3px solid;
	border-radius: 50%;
	line-height: 65px;
	font-size: 20px;
}

.demo-1:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.2s;
	-webkit-transition-property: top, left, right, bottom;
	-moz-transition-property: top, left, right, bottom;
	-ms-transition-property: top, left, right, bottom;
	-o-transition-property: top, left, right, bottom;
	transition-property: top, left, right, bottom;
}

.demo-1:hover:before, .demo-1:focus:before {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	border: #fff solid 3px;
	bottom: -7px;
	left: -7px;
	top: -7px;
	right: -7px;
}

.pop-video-container a i:hover {
	color: #fff;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-primary {
	background-color: #0275d8;
}

.bg-success {
	background-color: #337ab7;
}

.bg-info {
	background-color: #279fba;
}

.bg-warning {
	background-color: #fd7140;
}

.bg-danger {
	background-color: #ef4a44;
}

.bg-inverse {
	background-color: #292b2c;
}
