@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('fonts/icomoon.woff') format('woff'),
	url('fonts/icomoon.ttf') format('truetype'),
	url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

videogular {
	position: absolute;
	background-color: #000000;
	overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
		top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}

videogular div {
	cursor: pointer;
}

videogular.fullscreen {
	position: absolute;
	left: 0;
	top: 0;
}

videogular video {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
		top: 0;
	z-index: 1;
}

.container {
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
}

.maincontainer{
	width:100%;
	height:100%;
}

.iconButton {
	color: #FFFFFF;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	z-index: 2147483647;
}

/**********************/
/* OverlayPlay plugin */
/**********************/
vg-overlay-play {
	width: 100%;
	height: 89%;
	position: absolute;
	z-index: 3;
}

vg-overlay-play div.replay:before {
	content:url(replay.png);
}

.overlayPlayContainer {
	font-size: 100px;
	width: 100%;
	height: 89%;
	position: absolute;
	display: table;
	cursor: pointer;

	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.overlayPlayContainer div {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

/********************/
/* Buffering plugin */
/********************/
vg-buffering {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4;
}

.bufferingContainer {
	width: 100%;
	position: absolute;
	cursor: pointer;
	top: 50%;
	margin-top: -50px;

	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/* Loading Spinner
 * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/
 */
.loadingSpinner {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(255,255,255,1);
	opacity:.9;
	border-top:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 35px #FFFFFF;
	width:50px;
	height:50px;
	margin: 0 auto;
	-moz-animation:spin .5s infinite linear;
	-webkit-animation:spin .5s infinite linear;
}

.stop {
	-webkit-animation-play-state:paused;
	-moz-animation-play-state:paused;
}

@-moz-keyframes spin {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg); }
}
@-moz-keyframes spinoff {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spinoff {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-360deg); }
}

/*********************/
/* Controlbar plugin */
/*********************/
vg-controls {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 5;
}
vg-controls #controls-container {
	width: 100%;
	height: 50px;
	background-color: #000000;
	position: absolute;
	display: table;

	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

vg-play-pause-button {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

vg-timedisplay {
	color: #FFFFFF;
	display: table-cell;
	font-family: Arial;
	font-size: 18px;
	width: 75px;
	vertical-align: middle;
	text-align: center;
	cursor: default;
}

.vgTimeDisplay {
	display: table-cell;
	font-family: Arial;
	font-size: 18px;
	width: auto;
}

vg-scrubbar {
	width: auto;
	display: table-cell;
	cursor: pointer;
}

vg-scrubBarCurrentTime {
	background-color: #FFFFFF;
	width: 100%;
	height: 50px;
	display: block;
	cursor: pointer;
}

vg-volume {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

vg-volumebar {
	width: 50px;
	height: 100px;
	top: -100px;
	margin-left: -25px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	cursor: pointer;
}

/* IE10 hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	vg-volumebar {
		zoom: 1;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
}

vg-fullscreenButton {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

vg-volumebar .verticalVolumeBar {
	width: 50px;
	height: 100px;
	background-color: #000000;
	position: absolute;
}

vg-volumebar .volumeBackground {
	width: 20px;
	height: 70px;
	left: 15px;
	top: 15px;
	background-color: #222222;
	position: absolute;
}

vg-volumebar .volumeValue {
	width: 20px;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
}

vg-volumebar .volumeClickArea {
	width: 20px;
	height: 100%;
	position: absolute;
}

vg-controls .hide-animation {
	animation: hideControlsAnimationFrames ease-out 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards; /*when the spec is finished*/
	-webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: hideControlsAnimationFrames ease-out 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode:forwards; /*FF 5+*/
	-o-animation: hideControlsAnimationFrames ease-out 0.5s;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode:forwards; /*Not implemented yet*/
	-ms-animation: hideControlsAnimationFrames ease-out 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes hideControlsAnimationFrames{
	0% {
		left:0px;
		top:0px;
		opacity: 0.5;
		transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
	100% {
		left:0px;
		top:50px;
		opacity: 0.5;
		transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}

@-moz-keyframes hideControlsAnimationFrames{
	0% {
		left:0px;
		top:0px;
		opacity: 0.5;
		-moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
	100% {
		left:0px;
		top:50px;
		opacity: 0.5;
		-moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}

@-webkit-keyframes hideControlsAnimationFrames {
	0% {
		left:0px;
		top:0px;
		opacity: 0.5;
		-webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
	100% {
		left:0px;
		top:50px;
		opacity: 0.5;
		-webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}

@-o-keyframes hideControlsAnimationFrames {
	0% {
		left:0px;
		top:0px;
		opacity: 0.5;
		-o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
	100% {
		left:0px;
		top:50px;
		opacity: 0.5;
		-o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}

@-ms-keyframes hideControlsAnimationFrames {
	0% {
		left:0px;
		top:0px;
		opacity: 0.5;
		-ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
	100% {
		left:0px;
		top:50px;
		opacity: 0.5;
		-ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}

vg-controls .show-animation {
	animation: showControlsAnimationFrames ease-out 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards; /*when the spec is finished*/
	-webkit-animation: showControlsAnimationFrames ease-out 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: showControlsAnimationFrames ease-out 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode:forwards; /*FF 5+*/
	-o-animation: showControlsAnimationFrames ease-out 0.5s;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode:forwards; /*Not implemented yet*/
	-ms-animation: showControlsAnimationFrames ease-out 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes showControlsAnimationFrames{
	0% {
		left:0px;
		top:50px;
		opacity: 0.5;
		transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
	100% {
		left:0px;
		top:0px;
		opacity: 0.5;
		transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}

@-moz-keyframes showControlsAnimationFrames{
	0% {
		left:0px;
		top:50px;
		opacity: 0.5;
		-moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
	100% {
		left:0px;
		top:0px;
		opacity: 0.5;
		-moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}

@-webkit-keyframes showControlsAnimationFrames {
	0% {
		left:0px;
		top:50px;
		opacity: 0.5;
		-webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
	100% {
		left:0px;
		top:0px;
		opacity: 0.5;
		-webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}

@-o-keyframes showControlsAnimationFrames {
	0% {
		left:0px;
		top:50px;
		opacity: 0.5;
		-o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
	100% {
		left:0px;
		top:0px;
		opacity: 0.5;
		-o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}

@-ms-keyframes showControlsAnimationFrames {
	0% {
		left:0px;
		top:50px;
		opacity: 0.5;
		-ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
	100% {
		left:0px;
		top:0px;
		opacity: 0.5;
		-ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}

/* Controlbar icons */
vg-play-pause-button div.play:before {
	content: "\e000";
}

vg-play-pause-button div.pause:before {
	content: "\e001";
}

vg-mutebutton div.level3:before {
	content: "\e002";
}

vg-mutebutton div.level2:before {
	content: "\e003";
}

vg-mutebutton div.level1:before {
	content: "\e004";
}

vg-mutebutton div.level0:before {
	content: "\e005";
}

vg-mutebutton div.mute:before {
	content: "\e006";
}

vg-fullscreenButton div.enter:before {
	content: "\e007";
}

vg-fullscreenButton div.exit:before {
	content: "\e008";
}

/*****************/
/* Poster plugin */
/*****************/
vg-poster-image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

vg-poster-image img, vg-poster-image img.none {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
}

vg-poster-image img.fit {
	width: 100%;
}

vg-poster-image img.fill {
	max-width: none;
	height: 100%;
}

/**********************/
/* IMA ads plugin */
/**********************/
vg-ima-ads {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 6;
	display: none;
}


.ng-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #273a47;
  opacity: .5;
  filter:alpha(opacity=50);
  -ms-filter: "alpha(opacity = 50)";
}

.ng-modal-container {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2147483647;
}

.ng-modal-container .ng-modal {
    width: 400px;
    margin: auto;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 10px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #2f2f2f;
    text-align: center;
    opacity:0%;
}

.ng-modal-container .ng-modal .btn {
   margin: 20px;
}

.ng-modal-container .ng-modal .ng-modal-close {
    color: grey;
    position: relative;
    top: 0;
    left: 0;
    float: right;
    text-align: right;
    text-decoration: none;

}

.ng-modal-container .ng-modal .ng-modal-close:hover {
    color: grey;
}

.topleft{
	top:10px;
	left:10px;
}

.topright{
	top:10px;
	right:10px;
}

.bottomleft{
	bottom:10px;
	left:10px;
}

.bottomright{
	bottom:10px;
	right:10px;
}

.TopLeft{
	top:10px;
	left:10px;
}

.TopRight{
	top:10px;
	right:10px;
}

.BottomLeft{
	bottom:10px;
	left:10px;
}

.BottomCenter{
	bottom:0px;
	margin:auto;
}

.BottomRight{
	bottom:20px;
	right:5px;
}

.vast-blocker {
    display: block;
    position: absolute;
    padding: 0;
    height: 89%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647;
}

.vast-skip-button {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: auto;
    background-color: #000;
    color: #AAA;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    padding: 5px 0 5px 5px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0.6;
    z-index: 2147483647;
}

.vast-skip-button.enabled {
    cursor: pointer;
    visibility: visible;
    color: #fff;
}

.vast-skip-button.enabled:hover {
    cursor: pointer;
}

 .close-padding {
     color: #fff;
     cursor: pointer;
     margin: 0;
     padding-bottom: 10px;
     padding-left: 10px;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 1001
 }
 .close-button {
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAACXZwQWcAAAAPAAAADwBjHBMTAAAAt0lEQVQY03XQMW7CQBAAwLmTlSp9JFpHiCYfiFzkCZbfkqfwjshPoEART6BwWmRQ5IrqikDB4QQFb7V7o7vd2/CiPr26F5/aEJan0lR8KUos7uJWKV6LTvcvo7gercHzn2zk6ADW+nzzYO4iKDS5vOBck5+NkAwas9xvpjFIv0yyscu8s8k4cmcFHsFqnD1zDxbe8w76249ViGrfah9+VLdM5cEgSd7GzhR7T7YTO9+LbThO4FEbzuewMmr11FxHAAAAAElFTkSuQmCC);
     float: right;
     height: 15px;
     margin: 5px 4px 0 0;
     width: 15px ;
 }

.videoAdUiPreSkipContainer {
bottom: 22px;
cursor: default;
padding: 15px 0 15px 15px;
position: absolute;
right: 0;
z-index: 1000;
}

.videoAdUiSkipText {
background: rgba(0,0,0,0.8);
min-width: 155px;
color:#fff;
font-size:20px;
opacity:1;
padding: 6px;
padding-right: 10px;
}
.videoAdUiSkipText:hover {
cursor: pointer;
/*background: #333;*/
}
