@charset "utf-8";
.DisplayVast{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
}
/*--------------------- COMMON ---------------------*/
.DisplayVast svg{
	overflow: hidden; /*FUCKING IE*/
}
.DisplayVast .dp-autoSize{
	width: 100%;
	height: 100%;
}
.DisplayVast .dp-absolute{
	position: absolute;
}
.DisplayVast .dp-btn{
	cursor: pointer;
}
.DisplayVast .dp-btn.dp-disabled{
	opacity: 0.4;
}
.DisplayVast .dp-disabled{
	pointer-events: none;
}
/*----------------------- AD -----------------------*/
.DisplayVast .dp-adDisplay{
	overflow: hidden;
}
.DisplayVast .dp-linearAd .dp-wrapper{
	left: 50%;
	top: 50%;
}
.DisplayVast .dp-skip, .DisplayVast .dp-adCounter{
	width: 160px;
	bottom: 40px;
	right: 0px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid;
	border-right: 0px;
	border-color: rgba(255,255,255,0.25);
}
.DisplayVast .dp-skip{
	padding: 8px 20px 7px 20px;
}
.DisplayVast .dp-skip:hover{
	background: rgba(0,0,0,1);
	border-color: rgba(255,255,255,1);
}
.DisplayVast .dp-skip .dp-text{
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	width: 97px;
}
.DisplayVast .dp-skip .dp-icon{
	display: table-cell;
	padding-left: 10px;
}
.DisplayVast .dp-adCounter{
	cursor: default;
	padding: 7px 20px 7px 20px;
	text-align: center;
	line-height: 15px;	
}
.DisplayVast .dp-adAttribution{
	cursor: default;
	left: 10px;
	top: 10px;
	opacity: 0.8;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.DisplayVast .dp-hashtagButton{
	right: 10px;
	top: 6px;
	padding: 5px;
	opacity: 0.9;
}
.DisplayVast .dp-hashtagButton:hover{
	opacity: 1;
}
.DisplayVast .dp-hashtagButton .dp-tag{
	font-weight: bold;
	float: left;
	margin-top: 2px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.DisplayVast .dp-hashtagButton .dp-twitterIcon{
	float: left;
	padding-right: 5px;
}
/*------------------ VOLUME BUTTON -----------------*/
.DisplayVast .dp-volumeButton{
	width: 32px;
	height: 32px;
	left: 10px;
	top: 10px;
}
/*--------------------------------------------------*/