.vp-cbplayer-container {
    position: relative;
    padding-bottom: 56.25%;
}
.vp-cbplayer {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vp-othervideos .md-thnews-header h2 {
	padding-left:10px;
}
.vp-othervideos .md-thnews-header img {
	width:20px;
}
.vp-nv {
	display:block;
	background: rgb(254,191,26);
	background: linear-gradient(270deg, rgba(254,191,26,1) 0%, rgba(248,220,51,1) 100%);
	padding:25px 30px 0px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:30px;
	text-decoration:none!important;
}
.vp-nv .vp-nv-img {
	margin-top:25px;
	position:relative;
}
.vp-nv .vp-nv-img img {

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.vp-nv .vp-nv-title span {
	font-family: 'CrystalBetUni'!important;
	font-weight: bold;
	font-style: normal;
	font-size:18px;
	color:#251d02;
}
.vp-nv .vp-nv-text {
	padding-top:10px;
}
.vp-nv .vp-nv-text h3 {
	font-family: 'CrystalNU4'!important;
	font-weight: bold;
	font-style: normal;
	font-size:14px;
	color:#181b1f;
} 

.vp-nv .vp-nv-arrow {
	margin-top:15px;
	border-top:1px solid #d9a620;
	padding: 15px;
}
.vp-nv .vp-nv-arrow img {
	width:12px;
	height:20px;
}

.vp-nv:hover {
	cursor:pointer;
	background: rgb(252,206,83);
	background: linear-gradient(270deg, rgba(252,206,83,1) 0%, rgba(249,230,115,1) 100%);
}
.vp-nv:active {
	cursor:pointer;
	background: rgb(254,191,26);
	background: linear-gradient(270deg, rgba(254,191,26,1) 0%, rgba(248,220,51,1) 100%);
}
.vp-loading-msg {
	margin-top:20px;
}
.vp-loading-msg span {

	font-family: 'CrystalBetUni'!important;
	font-weight: bold;
	font-style: normal;
	font-size:18px;
	color:#fff;
}
.vp-cbportal {
	display:none;
	min-width:664px;
}
.vp-p-smitem:hover {
	cursor:pointer;
}
.vp-p-smitem:hover .vp-p-title h3  {
	text-decoration: underline;
}
.vp-p-sm {
	padding-top:55px;
}
.vp-p-smitem {
	flex: 1 1 0px;
	margin-left:30px;
}
.vp-p-smitem .vp-p-title {
	padding-top:7px;
}
.vp-p-currvid {
	padding-right:15px;
	flex: 1 1 0px;
}
.vp-p-nextvid {
	padding-left:15px;
	flex: 1 1 0px;
}
.vp-p-img-elements {
	position:relative;
}
.vp-p-img-container {
	position:relative;
}
.vp-p-replay-icon {
	background:url('../../site/img/ico_vp_replay.png') no-repeat center;
	position:absolute;
    left: 0;
    right: 0;
	width: 56px;
	height:56px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.vp-p-nextvid-center {
	position:absolute;
	left: 0;
	right: 0;
	margin: auto;
    top: 0;
	bottom: 0;
	text-align:center;
}
.vp-p-img-overlay {
	background:rgba(0,0,0,.6);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.vp-p-currvid:hover {
	cursor:pointer;
}
.vp-p-currvid:hover .vp-p-replay-icon {
	background:url('../../site/img/ico_vp_replay_p.png') no-repeat center;
}
.vp-p-currvid:active .vp-p-replay-icon {
	background:url('../../site/img/ico_vp_replay.png') no-repeat center;
}
.vp-p-next-icon {
	background:url('../../site/img/ico_vp_next.png') no-repeat center;
	width: 56px;
	height:56px;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.vp-p-nextvid-counter {
	position: relative;
	margin:50px auto;
	width: 100%;
    text-align: center;
}
.vp-p-nextvid-counter canvas {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.vp-p-nextvid-title span {
	font-family: 'CrystalBetUni'!important;
	font-weight: 500;
	font-style: normal;
	font-size:16px;
	color:#fff;
}
.vp-p-nextvid-cancel span {
	font-family: 'CrystalNU4'!important;
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	color:#fff;
}
.vp-p-next-icon:hover {
	background:url('../../site/img/ico_vp_next_p.png') no-repeat center;
	cursor:pointer;
}
.vp-p-next-icon:active {
	background:url('../../site/img/ico_vp_next.png') no-repeat center;
	cursor:pointer;
}
.vp-p-nextvid-cancel {
	padding:10px 15px 8px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.vp-p-nextvid-cancel:hover {
	cursor:pointer;
	background-color:rgba(255,255,255,.3);
}
.vp-p-nextvid-cancel:active span {
	color:#fcc620;
}
.vp-p-title {
	padding-top:17px;
}
.vp-p-title h2,
.vp-p-title h3 {
	font-family: 'CrystalNU4'!important;
	font-weight: bold;
	font-style: normal;
	font-size:18px;
	color:#fff;
}
.vp-p-title h3 {
	font-size:14px;
}

.vp-media {
	padding: 0px;
	width:100%;
}
.vp-negative-margin-container {
	margin:0;
}
.vp-news .rng2-content .rng2-title h1 {
	font-size:20px;
}
.vp-news .rng2-subdata {
	padding-top:5px;
}
.vp-news .rng2-content .rng2-title {
	padding:20px 0px 0px 0px;
}
.head-vp {
	background-color: #121417;
}