/*
 * @version		$Id: allvideoshare.css 3.0 2011-01-26 $
 * @package		All Video Share
 * @copyright   Copyright (C) 2012-2017 MrVinoth
 * @license     GNU/GPL http://www.gnu.org/licenses/gpl-2.0.html
*/

.avs-player {
	position:relative !important;
	width:100% !important;
	height:0 !important;
	padding-bottom:56.25% !important;
}

.avs-player object,
.avs-player embed,
.avs-player iframe,
.avs-player video {
	position:absolute !important;
	margin:0px !important;
	padding:0px !important;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
}

.avs-commercials,
.avs-commercials-content,
.avs-commercials-bg,
.avs-commercials-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.avs-commercials {
	cursor: pointer;
	z-index: 2;
}

.avs-commercials-content {
	display: none;
}

.avs-commercials-content.active {
	display: block;
}

.avs-commercials-bg {
	z-index: 1;
}

.avs-commercials-media {
	z-index: 2;
}

.avs-commercials-status-bar {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 7px;
	background: #999;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 3;
}

.avs-commercials-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #F00;	
	z-index: 4;
}

.avs .thumbnail,
.avs .thumbnail .caption {
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: 0;
			box-shadow: 0;
}

.avs-thumbnail {
	position: relative;
	display: block;
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 56.25%;
}

.avs-thumbnail .avs-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 1;
}

.avs-thumbnail .avs-play-icon {
	position: absolute;
	width: 32px;
	height: 32px;
	margin: -15px 0px 0px -15px;
	padding: 0px;
	top: 50%;
	left: 50%;
	z-index: 2;
}

#avs-video form input[type="text"] {
	margin: 0;
}