
/* Vector fonts buttons */
.EVPMainButtonsNormalState{
	overflow: visible !important;
	font-size:20px !important;
	color:#6a6a6a !important;
}

.EVPMainButtonsSelectedState{
	overflow: visible !important;
	font-size:20px !important;
	color:#000000 !important;
}

.EVPLargePlayButtonNormalState{
	position:absolute;
	font-size:30px;
	width:86px;
	height:59px;
	cursor: pointer;
	background-color:rgba(255,255,255,.7) ;
	color:#6a6a6a;
}

.EVPLargePlayButtonSelectedState{
	position:absolute;
	font-size:30px;
	width:80px;
	height:80px;
	cursor: pointer;
	background-color: #FFFFFF;
	color:#6a6a6a !important;
}

.EVPCloseButtonNormalState{
	overflow: visible;
	position:absolute;
	font-size:12px;
	width:40px;
	height:39px;
	cursor: pointer;
	background-color:rgba(255,255,255,.7);
	color:#6a6a6a;
}

.EVPCloseButtonSelectedState{
	overflow: visible;
	position:absolute;
	font-size:12px;
	width:40px;
	height:39px;
	cursor: pointer;
	background-color:#FFFFFF;
	color:#000000;
}

.EVPSocialMediaButtonsNormalState{
	font-size:18px !important;
	color:#6a6a6a !important;
	font-weight:100;
}

.EVPSocialMediaButtonsSelectedState{
	font-size:18px !important;
	color:#000000 !important;
}