/**
 * see http://webdesignerwall.com/tutorials/css-elastic-videos and http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
 */
body.vmmaplayer_embed_body {
	padding: 0;
	margin: 0;
}

/* Enable this to set a maximum width of 800px for the player */
.vmmaplayer-video {
	position: relative;
	width: 100%;
	min-width: 250px;
	overflow: hidden;
}

.vmmaplayer-play-image {
	position: absolute;
	width: 100%;
	height: auto;
}

.vmmaplayer-playbutton {
	background-image: url(../imgs/video-play-big.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}

.container-vmmaplayer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	overflow: hidden; /* This is necessary to make the player responsive in IE. */
	height: 0;
	background-color: #000;
	font-family: klavika, arial;
}

.video-fullscreen{
    position:fixed;
    z-index:10000;
    left:0; right:0; top:0; bottom:0;
    width:100%;
    height:100%;
    background:#000000;
    overflow:hidden;
}

.vmmaplayer-object-wrapper iframe,.vmmaplayer-object-wrapper object,.vmmaplayer-object-wrapper embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vmmaplayer-object-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container-vmmaplayer video {
	max-width: 100%;
	width: 100%;
  height: auto;
}

.vmmaplayer_embed_body .vmmaplayer-play-image, .container-vmmaplayer .vmmaplayer-play-image {
	position: absolute;
	top: 0;
	border: none;
  height: 100%; /* Needed to show the image when there is no "video" or "embed" element with height:100%; */
}

.vmmaplayer_embed_body a,.vmmaplayer_embed_body a:hover,.vmmaplayer_embed_body a:visited
	{
	text-decoration: none;
	color: #FFF;
}

.vmmaplayer-title {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity =   70);
	font-size: 18px;
	color: #FFF;
	padding: 5%;
}

/* @group Popup */
.vmmaplayer-popup form {
	margin: 0;
	padding: 0;
	display: block;
}

.vmmaplayer-popup {
	position: absolute;
	background: transparent;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
	zoom: 1;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0;
	top: 25%;
	width: 70%;
	left: 15%;
	z-index: 30;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "GeogrotesqueRegular",helveticaneue,Helvetica,Arial,"Nimbus Sans L",sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.vmmaplayer-popup label {
	color: #FFF;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 7px 0 3px;
	font-weight: bold;
}

.vmmaplayer-popup textarea {
	padding: 0;
	display: block;
	height: 120px;
	width: 95%;
	margin: 10px auto;
	overflow: hidden;
	border: none;
	font-family: courier;
	font-weight: normal;
	font-size: 11px;
	color: #CCC;
	background-color: transparent;
}

.vmmaplayer-popup button {
	background: #00cccc;
	color: #ffffff;
	border: none;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
}

.vmmaplayer-popup a.close {
	display: block;
	zoom: 1;
	position: absolute;
	top: 0px;
	right: -1px;
	height: 25px;
	width: 25px;
	overflow: hidden;
	border: none !important;
}

.vmmaplayer-popup input {
	margin-left: 10px;
	width: 80%;
}

.vmmaplayer-popup ul.sites {
	list-style-type: none;
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-top: 10px;
}

.vmmaplayer-popup ul.sites li {
	display: inline;
	margin-right: 10px;
}

.vmmaplayer-popup.error {
	background-image: none;
	background-color: #f2dede;
	border: 1px solid red;
	padding: 10px;
}

.vmmaplayer-popup.error a, .vmmaplayer-popup.error a:visited {
	color: #b94a48;
	text-decoration: underline;
}

/* @end */

.clickable {
	cursor: pointer;
}

.vmmaplayer-channel {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 67px;
	height: 25px;
	text-indent: -1000px;
}

.vmmaplayer-error {
	background-color: #CCCCCC;
	color: #000;
}

.vmmaplayer-loading {
	display: none;
	position: absolute;
	top: 45%;
	left: 45%;
}
