﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #000000;
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
}

div#div_PageContent
{
	height: 100%;
	width: 100%;
	position: relative;
}

div.VideoPlayer
{
	height: 100%;
	width: 100%;
	position: relative;
}

div.vpl_inline
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

video,
img.Poster,
div.vpl_interface,
div.vpl_error,
div.vpl_next,
div.vpl_export,
div.vpl_controls
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.vpl_infos
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px;
	cursor: pointer;
}

div.vpl_error
{
	z-index: 100;
	background-color: #000000;
	color: #e0e0e0;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	vertical-align: middle;
}

div.vpl_error p
{
	margin: 20px auto;
}

div.vpl_error p a
{
	color: inherit;
	text-decoration: none;
}

div.vpl_error p a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

div.vpl_export
{
	background-image: url(./Img/Shader.png);
	background-repeat: repeat;
	background-position: 0 0;
	
	width: calc(100% - 150px);
	padding: 0px 100px 0px 50px;
	
	display: none;
}

div.vpl_export h2
{
	color: #ffffff;
	opacity: 0.45;
	font-size: 24px;
	text-transform: uppercase;
	margin: 14px 0 0 0;
	line-height: 26px;
}

div.vpl_exportBox
{
	background-color: #dddbdb;
	border: solid 1px #cccccc;
	padding: 4px;
	border-radius: 8px;
	width: 444px;
}

div.vpl_exportBox span
{
	background-color: #ffffff;
	color: #606060;
	border: solid 1px #cccccc;
	padding: 4px 8px 4px 8px;
	border-radius: 8px;
	width: 342px;
	display: inline-block;
}

a.vpl_sizeBut
{
	background-color: transparent;
	border: solid 1px transparent;
	padding: 4px;
	border-radius: 8px;
	
	text-align: center;
	color: #000000;
	display: inline-block;
	margin-top: 10px;
	
	width: 92px;
	height: 70px;	
	valign: bottom;
}

a.vpl_sizeBut + a.vpl_sizeBut
{
	margin-left: 10px;
}

a.vpl_sizeButSelected,
a.vpl_sizeBut:hover
{
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

a.vpl_sizeBut span
{
	border: none;
	border-radius: 0;
	background-color: #333333;
	display: inline-block;
}

a.vpl_sizeBut span.s1 { width: 50px; height: 26px;}
a.vpl_sizeBut span.s2 { width: 58px; height: 31px;}
a.vpl_sizeBut span.s3 { width: 66px; height: 36px;}
a.vpl_sizeBut span.s4 { width: 74px; height: 41px;}

video.vpl_video
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

div.vpl_Ad
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*display: none;*/
	background-color: #000000;
	/*z-index: 10;*/
}

div.vpl_AdClickThrough
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

div.vpl_Countdown
{
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.75);
	height: 12px;
	line-height: 12px;
	color: #e0e0e0;
	font-size: 11px;
	padding: 4px;
}

a.vpl_PlayBut,
a.vpl_PauseBut,
a.vpl_RestartBut
{
	background-image: url(./Img/vpl.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 67px;
	height: 42px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: transparent;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

a.vpl_PlayBut { background-position: -280px 0; }
a.vpl_PlayBut:hover { background-position: -280px -42px; }
a.vpl_PauseBut { background-position: -347px 0; }
a.vpl_PauseBut:hover { background-position: -347px -42px; }
a.vpl_RestartBut { background-position: -414px 0; }
a.vpl_RestartBut:hover { background-position: -414px -42px; }

a.vpl_TwitterBut,
a.vpl_FacebookBut,
a.vpl_ExportBut,
a.vpl_FavoriteBut
{
	background-image: url(./img/vpl.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 70px;
	height: 44px;
	display: inline-block;
	position: relative;
	float: right;
	margin: 8px 8px 0 0;
	color: #ffffff;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
	clear: both;
}

a.vpl_TwitterBut { background-position: -70px 0; }
a.vpl_TwitterBut:hover { background-position: -70px -44px; }
a.vpl_FacebookBut { background-position: 0 0; }
a.vpl_FacebookBut:hover { background-position: 0 -44px; }
a.vpl_ExportBut { background-position: -140px 0; }
a.vpl_ExportBut:hover { background-position: -140px -44px; }
a.vpl_FavoriteBut { background-position: -210px 0; display: none; }
a.vpl_FavoriteBut:hover { background-position: -210px -44px; }

h2.vpl_title,
h3.vpl_description
{
	position: relative;
	background-color: rgba(0, 0, 0, 0.75);
	background-repeat: repeat;
	background-position: 0 0;
	padding: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	float: left;
	clear: both;
	max-width: 480px;
}

h3.vpl_description
{
	font-size: 12px;
}

div.vpl_controlsBottom
{
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
}

div.vpl_controlsbar
{
	position: relative;
	margin: 0 auto 0 auto;
	width: 592px;
	height: 42px;
	background-image: url(./img/vpl.png);
	background-repeat: no-repeat;
	background-position: -8px -100px;
}

span.vpl_played
{
	background-image: url(./img/vpl.png);
	background-repeat: no-repeat;
	background-position: -600px -75px;
	
	color: #000000;
	display: block;
	padding: 1px 0 0 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 42px;
	height: 23px;
	margin-left: -22px;
	text-align: center;
	color: #000000;
	font-size: 11px;
}

div.vpl_timebox
{
	position: absolute;
	bottom: 15px;
	left: 74px;
	
	display: block;
	width: 350px;
	height: 10px;
	border: solid 1px #666666;
	background-color: #111111;
	border-radius: 12px;
}

span.vpl_duration
{
	position: absolute;
	bottom: 9px;
	left: 426px;
	
	display: block;
	width: 40px;
	height: 20px;
	
	color: #ffffff;
	text-align: center;	
}

div.vpl_playedbar,
div.vpl_loadedbar
{
	display: block;
	height: 9px;
	position: absolute;
	top: 1px;
	left: 0px;
	border-radius: 12px;/* 0 0 12px;*/
	background-color: #ff0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#ff0000));
	background: -moz-linear-gradient(top,  #990000,  #ff0000);
}

div.vpl_loadedbar
{
	background-color: #505050;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#505050));
	background: -moz-linear-gradient(top,  #505050,  #505050);
}

a.vpl_MuteBut,
a.vpl_MutedBut
{
	background-image: url(./img/vpl.png);
	background-repeat: no-repeat;
	background-position: -328px -84px;
	width: 9px;
	height: 16px;
	display: block;
	position: absolute;
	left: 480px;
	bottom: 13px;
	color: transparent;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

a.vpl_MutedBut
{
	background-position: -280px -84px;
}

div.vpl_VolumeSlider,
div.vpl_Volume
{
	background-image: url(./img/vpl.png);
	background-repeat: no-repeat;
	background-position: -294px -84px;
	width: 28px;
	height: 16px;
	display: block;
	position: absolute;
	left: 494px;
	bottom: 13px;
}

div.vpl_Volume
{
	background-position: -342px -84px;
	width: 14px;
	left: 0px;
	bottom: 0px;
}

a.vpl_FSBut
{
	background-image: url(./img/vpl.png);
	background-repeat: no-repeat;
	background-position: -574px 0;
	width: 20px;
	height: 40px;
	display: block;
	position: absolute;
	left: 554px;
	top: 2px;
	color: transparent;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

a.vpl_StartBut
{
	background-image: url(./img/vpl.png);
	background-repeat: no-repeat;
	background-position: -482px 0;
	width: 86px;
	height: 50px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	left: calc(50% - 43px);
	top: calc(50% - 25px);
	color: transparent;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

a.vpl_StartBut:hover
{
	background-position: -482px -50px;
}

div.vpl_next
{
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 9px;
	width: 314px;
	height: 174px;
	left: 133px;
	top: 72px;
	border-radius: 16px;
	display: none;
}

div.vpl_next img
{
	width: 314px;
	height: 174px;	
}

div.vpl_next h3
{
	background-color: rgba(0, 0, 0, 0.75);
	background-repeat: repeat;
	background-position: 0 0;
	
	position: absolute;
	bottom: 10px;
	width: 298px;
	font-size: 16px;
	font-weight: normal;
	color: #d0d0d0;
	padding: 8px;
}

div.vpl_next a
{
	background-image: url(./img/vpl.png);
	background-repeat: no-repeat;
	background-position: -482px 0;
	width: 86px;
	height: 50px;
	display: block;
	position: absolute;
	left: 124px;
	top: 56px;
	color: transparent;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

div.VPL_SeekPreview
{
	display: none;
	position: absolute;
	bottom: 110%;
	border:solid 1px #000000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	width: 160px;
	height: 90px;
	background-color: #a0a0a0;
}

div.noThumbnails
{
	height: 0px;
	border: none;
	box-shadow: none;
}

div.vpl_timebox:hover div.VPL_SeekPreview
{
	display: block;
}

div.VPL_SeekPreview img
{
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}

div.VPL_SeekPreview span
{
	background-image: url(./img/vpl.png);
	background-repeat: no-repeat;
	background-position: -600px -75px;
	
	color: #000000;
	display: block;
	padding: 1px 0 0 0;
	position: absolute;
	bottom: -9px;
	left: 80px;
	width: 42px;
	height: 23px;
	margin-left: -22px;
	text-align: center;
	color: #000000;
	font-size: 11px;
}

div.vpl_EndScreen
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: calc(100% - 20px);
	height: calc(100% - 58px);
	padding: 29px 10px 29px 10px;
}

div.vpl_EndScreen li
{
	position: relative;
	display: inline-block;
	width: 280px;
	height: 157px;
	margin: 4px;
	border: solid 1px #000000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

div.vpl_EndScreen li:hover h4.next
{
	display: none;
}

div.vpl_EndScreen li + li
{
	margin-left: 4px;
}

div.vpl_EndScreen li h4.next
{
	display: block;
}

div.vpl_EndScreen li + li + li h4.next
{
	display: none;
}

div.vpl_EndScreen li + li + li
{
	width: 183px;
	height: 103px;
	margin: 4px;
}

div.vpl_EndScreen li img
{
	width: 100%;
	height: 100%;
}

div.vpl_EndScreen li h4
{
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	font-size: 12px;
	display: none;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

div.vpl_EndScreen li:hover h4
{
	display: inline-block;
}

div.vpl_EndScreen li span
{
	position: absolute;
	padding: 4px;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

div.vpl_EndScreen li span.countdown
{
	position: absolute;
	width: 50px;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	text-align: center;
	color: rgba(255,255,255,0.9);
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	background-color: rgba(0,0,0,0.8);
	padding: 8px;
	border-radius: 8px;
	bottom: 50px;
	right: 107px;
}

div.vpl_EndScreen li span.replay
{
	position: absolute;
	width: 66px;
	height: 42px;
	top: 46px;
	left: 87px;
	line-height: 42px;
	text-align: center;
	background-color: transparent;
	background-image: url(./img/vpl.png);
	background-position: -415px 0;
	background-repeat: no-repeat;
	padding: 0;
}

.fadeout
{
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.fadein
{
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.5s ease-out;
}


div.vpl_error p input
{
	line-height: 20px;
	font-size: 20px;
	border-radius: 16px;
	padding: 8px;
	border: none;
}

div.VP_GigyaForm
{
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

div.VP_GigyaForm > div
{
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.66);
}

div.VP_GigyaForm > div > div
{
	display: table;
	width: 100%;
	max-width: 800px;
	margin: auto;
}

div.VP_GigyaForm > div > div > div
{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 1% 4%;
}

div.VP_GigyaForm h2
{
	padding: 10px 20px 0 20px;
	font-weight: normal;
    font-size: 24px;
    margin-bottom: 10px;
    width: calc(100% - 40px);
    text-align: center;
}

div.VP_GigyaForm a
{
	color: #ffffff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: block;
}

div.VP_GigyaForm span a
{
	font-size: inherit;
	display: inline;
}

a.FB
{
	display: block;
	margin: 0 auto 20px auto;
    background-color: #3b57a0;
    border-radius: 24px;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    height: 48px;
    background-image: url(./img/facebook.png);
    background-repeat: no-repeat;
    background-position: 32px center;
    padding: 0 0px 0 0px;
    line-height: 44px;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

a.Connect
{
    display: block;
   margin: 0 auto 10px auto;
    background-color: #db3e45;
    border-radius: 24px;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    height: 48px;
    padding: 0 0px 0 0px;
    line-height: 44px;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

div.VP_GigyaForm span
{
	width: calc(100% - 20px);
	max-width: 400px;
	display: block;
	margin: 0 auto 5px auto;
	text-align: left;
}

div.VP_GigyaForm div > div > div + div span
{
	width: 100%;
}

div.VP_GigyaForm input[type="text"],
div.VP_GigyaForm input[type="password"]
{
	display: block;
    border: solid 8px #ffffff;
    border-radius: 6px;
    line-height: 16px;
    width: calc(100% - 16px);
    max-width: 400px;
    margin: 0 auto 20px auto;
    padding: 0;
}

div.VP_GigyaForm label
{
	width: 100%;
	max-width: 400px;
    margin: 0px auto 10px auto;
    text-align: left;
    display: block;
    cursor: pointer;
}

div.VP_GigyaForm > div > div > div > label
{
	width: 100%;
}

div.VP_GigyaForm > div > div > div > label span
{
	display: inline-block;
    width: calc(100% - 20px);
    margin-top: 0px;
}

div.VP_GigyaForm > div > div > div > label.multi
{
    margin: 5px 0 0px 10px;
    text-align: left;
    display: inline-block;
}

div.VP_GigyaForm > div > div > div > label.multi span
{
	width: auto;
}

div.VP_GigyaForm input[type="checkbox"]
{
	margin: 1px 5px 0 0;
    vertical-align: top;
}

div.VP_GigyaForm span.Error
{
	display: block;
	background-image: url(./img/warning.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #ffffff;
    font-size: 14px;
    padding: 0px 20px 0px 60px;
    line-height: 40px;
    width: calc(100% - 80px);
	max-width: 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #ff8000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    
    cursor: pointer;
    overflow: hidden;
    max-height: 150px;
    transition: max-height 0.5s;
}

div.VP_GigyaForm span.Error.Hidden
{
	max-height: 0px;
	transition: max-height 0.5s;
}

div.VP_GigyaForm hr
{
	margin: 10px 0 30px 0;
}

div.VP_GigyaForm a.PswdForgotten
{
	text-align: right;
	width: calc(100% - 20px);
	max-width: 400px;
	display: block;
	margin: -10px auto 15px auto;
	font-size: 11px;
}

div.vpl_Wait
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	background-image: url(./img/busy.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

noscript
{
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
}

@media screen and (min-width : 0px)
{

div.VP_GigyaForm > div > div > div
{
	padding: 1% 1%;
}

div.VP_GigyaForm h2
{
	pading: 5px 10px 0 10px;
	margin-bottom: 5px;
}

div.VP_GigyaForm input[type="text"],
div.VP_GigyaForm input[type="password"]
{
	border: solid 4px #ffffff;
}

a.Connect
{
	line-height: 32px;
	/*max-width: 220px;*/
	height: 32px;
	border-radius: 12px;
}

}

@media screen and (min-width : 520px)
{

div.VP_GigyaForm > div > div > div
{
	padding: 1% 4%;
}

div.VP_GigyaForm h2
{
	pading: 10px 10px 0 10px;
	margin-bottom: 10px;
}

div.VP_GigyaForm input[type="text"],
div.VP_GigyaForm input[type="password"]
{
	border: solid 8px #ffffff;
}

a.Connect
{
	line-height: 44px;
	max-width: 400px;
	height: 44px;
	border-radius: 16px;
}

}