/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
body {
	background: #212121;
	margin: 0px;
	padding: 0px;
}
body.sport-1 {
	background: #212121 url(img/sport-1-bg.jpg) no-repeat center 217px;	
}
body.sport-2 {
	background: #212121 url(img/sport-2-bg.jpg) no-repeat center 217px;	
}
body.sport-3 {
	background: #212121 url(img/sport-3-bg.jpg) no-repeat center 217px;	
}
.clear {
	clear: both;
	display: block;
}
img {
	border: none;
}
input:focus, textarea:focus {
	outline: none;
}


/* top menu Start */
nav.menu-main {
	height: 65px;
	background: #282828;
	position: relative;
	z-index: 10;
}
.menu-main-back {
	display: none !important;
	position: absolute;
	left: 29px;
	top: 18px;	
	background: url(img/images.png) no-repeat;
	background-position: -11px -321px;
	width: 75px;
	height: 29px;
}
.menu-main-back:hover {
	background-position: -11px -366px;
}

.scroll-top {
	display: none;
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: calc( 25% + 70px );
	left: calc( 50% + 610px );
	cursor: pointer;
	background-color:rgb(119 118 118);
}


.scroll-top:hover {
	background-color:rgb(150, 150, 150);
}

.paging1 a {
	display:inline-block;
	height:100%;
	padding:0px 15px 0px 15px;
	line-height:2.67;
	margin: 0 2px;
	text-decoration: none; 
	color: #aaaaaa;
	font-family: 'CrystalBetUni';
	font-weight: normal;
	font-style: normal;
	font-size:0.875em;
	background-color:#fff;
	border:1px solid #e3e3e3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.paging1 a:hover {
	color: #372f07 !important;
	background-color:#fde053;
}
.paging1 a:hover img {
	opacity:1;
}
.paging1 a img {
	margin-top:-0.2rem;
}
.paging span {
	display:inline-block;
	height:100%;
	padding:4px 11px 4px 11px;
	text-align: center;
	text-decoration: none; 
	color: #8b9199 !important;
	font-family: 'CrystalBetUni';
	font-weight: bold;
	font-style: normal;
	font-size:13px;
	margin: 0;
	/*background-color:#fff;
	border:1px solid #e3e3e3;*/
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/*line-height:2;*/

}
.paging span:hover, .paging span.active {
	cursor:pointer;
	background-color:#e5e8ed;
}	
.paging span:hover i, .paging span.active i {
	background-color: #1d2127 !important;
	cursor:pointer;
}
.paging span:active,
.paging .paging-next:active,
.paging .paging-prev:active {
	background-color:#fde053!important;
}
.paging .paging-next:hover,
.paging .paging-prev:hover 
 {
	background-color:#e5e8ed;
}
.paging .paging-prev,
.paging .paging-next  {
	padding:4px 10px 4px 10px;
	float:right;
	height:26px;
}
.paging .paging-prev i,
.paging .paging-next i {
	display:inline-block;
	mask-repeat:no-repeat;
	background-color:#b4bfc7;
	height:18px;
	width: 11px;
}
.hp-homenews-nav .hp-nav-arrow-container {
	display:none;
}
.ad-topmost-xs {
	display: none;
}
.svg-chevronleft {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M2.7 256l22.6 22.6 192 192L240 493.3 285.3 448l-22.6-22.6L93.3 256 262.6 86.6 285.3 64 240 18.7 217.4 41.4l-192 192L2.7 256z"/></svg>');
}
.svg-chevronright {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M317.3 256l-22.6 22.6-192 192L80 493.3 34.7 448l22.6-22.6L226.7 256 57.4 86.6 34.7 64 80 18.7l22.6 22.6 192 192L317.3 256z"/></svg>');
}
.svg-circle-chevronup {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM377 271L273 167c-9.4-9.4-24.6-9.4-33.9 0L135 271c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l87-87 87 87c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9z"/></svg>');
}
/*

	Addendum 27.01.18  George Andguladze
	In compliance with Bootstrap responsive framework

*/
/*

/* Ultra small devices */
@media (min-width: 330px) {
	.nav-footer-buttons {
		/*display:flex!important;*/
	}
	.navbar-social {
		margin:0!important;
	}
	#menu-nav .navbar-collapse .nav-link,
	#menu-main .navbar-collapse .nav-link {
		font-size:23px;
	}
	.main-item-details, .tnc-news-shorttext {
		display:none;
	}
	#ytpopup_modal .modal-dialog {
		margin:1.4rem;	
	}
	.paragraph-yellbkgr.social {
		width:initial!important;
	}
	.ad-topmost-xs {
		display: flex;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
	.col-news-placeholder-fluid {
		height:220px !important;
	}
	.col-news-fluid-margin {
		margin-top:-222px !important;
	}

	.pr-sm-1-5 {
		padding-right: .5rem!important;
	}
	.pl-sm-1-5 {
		padding-left: .5rem!important;
	}
	.main-item-details, .tnc-news-shorttext {
		display:block;
	}
	.col-news-container-main > .row {
		margin-bottom: 0px !important;
	}
	.col-news-container-main .main-item-heading {
		margin-top: 0px !important;
	}
	.wt-item  .wt-item-image-container {
		padding-left:15px!important;
		padding-right:15px!important;
	}

	.wt-item  .wt-item-text-container {
		padding-left:15px!important;
		padding-right:15px!important;
	}
	
	.slick-two-slides .slick-list {
		padding:0!important;	
	}
	.vp-cbplayer-container {
		height:303px;
	}

	#menu-main .nav-item .nav-link {
		padding-top:0px;
		padding-bottom:0px;
	}
	.row-news-generic2 .rng2-content-news iframe[src^="https://www.facebook.com"] {
		width:500px!important;
	}
	#ytpopup_modal .modal-dialog {
		margin:1.75rem auto;	
	}
	
	.ad-topmost-xs {
		display: none!important;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#menu-main .logoN svg {
		width:224px;
	}
	#menu-main.scrolled .logoN {
		width:41px;
	}
	#menu-main.scrolled .logoN svg #bg {
		display:none;
	}
	#menu-main.scrolled .logoN svg #sm {
		display:inline;
	}
	#menu-nav .navbar-collapse .nav-link,
	#menu-main .navbar-collapse .nav-link {
		font-size:15px;
	}
	.row-home-videos .carousel-control-prev-cust,
	.row-home-videos .carousel-control-next-cust {
		top:27% !important;
	}
	.col-news-placeholder-fluid {
		height:220px !important;
	}
	.col-news-fluid-margin {
		margin-top:-222px !important;
	}
	.navbar-social {
		margin-left: 3rem!important;
	}
	.hp-homenews-nav .col-12 > .row {
		-ms-flex-wrap: unset!important;
		flex-wrap: unset!important;
		overflow-x: hidden!important;
		-webkit-overflow-scrolling: hidden!important;
	}
	.vp-videos-container .hp-homenews-nav .col-12 > .row {
		-ms-flex-wrap: nowrap!important;
	    flex-wrap: nowrap!important;
    	overflow-x: hidden!important;
    	-webkit-overflow-scrolling: hidden!important;
	}
	.hp-homenews-header {
		padding-left: 30px!important;
	}
	.hp-homenews-nav-container {
		padding-left:15px!important;
	}
	.hp-homenews-title-container {
		padding-bottom:0px!important;
	}
	.np-next-news-container {
		padding: 20px 0px 20px 0px !important;
	}
	.np-assoc-news-container .np-assoc-news-item .np-assoc-news-img {
		width:100% !important;
		flex: 0 0 auto;
	}
	.np-assoc-news-container  .np-assoc-news-itemtitle {
		padding-top:7px !important;
		width:100% !important;
	}
	.np-assoc-news-container .np-assoc-news-header {
		border-bottom:1px solid #e5e8ed !important;
		text-align:left !important;
	}
	.np-assoc-news-container .np-assoc-news-header :first-child {
		font-weight: 500 !important;
		font-size:14px !important;
	}
	.slick-two-slides .slick-list {
		padding:0px 12%!important;		
	}
	#menu-nav {
		display:block;
	}
	.cn-head-container .cn-head-team {
		flex: 0 0 32px!important;
		margin:5px 8px;
	}
	.cn-head-container .cn-head-team img {
		width:28px!important;
	}
	.cn-head-container .cn-head-teams-container {
		padding:20px!important;
	}
	.cn-head-container .cn-head-header {
		padding:20px;
	}
	.np-assoc-news-container.cp-hotnews-container .np-assoc-news-innercont .row {
		overflow-x: initial!important;
	
	}
	.vp-videos-container {
		padding-top:30px!important;
	}
	.vp-cbplayer-container {
		height:405px;
	}
	.bl-news-container .wt-item  .bl-item-text-container {
		padding-left:5px!important;
		padding-right:15px!important;
	}
	#menu-main.scrolled {
		padding: .0px 48px !important;
	}
	#menu-main {
		z-index:102;
		background-color:#181b1f;
		padding: 13px 48px!important;
	}
	.bl-btn-more {
		width:auto!important;
	}
	.ctp-date-title {
		
		padding-left: 15px!important;
	}
	.col-12 .cr-carbanner-appear {
		display:none!important;
	}
	.col-12 .cr-carbanner-ifr-appear {
		display:none!important;
	}
	.cr-carbanner-ifr.d-md-none {
		display:none!important;
	}
	
	.hp-homenews-nav .col-12 {
		border-radius:6px;
		overflow: hidden;
	}
	.hp-homenews-nav .hp-nav-arrow-container {
		display:block;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#carouselGameDetailsContainer table td .club-name {
		max-width:110px;
	}
	.row-home-videos .carousel-control-prev-cust,
	.row-home-videos .carousel-control-next-cust {
		top:30% !important;
	}
	.carouselNewsTitle h5 {
		font-size:1.1em !important;
		background-color: transparent !important;
		color: #fde053 !important;
		margin-bottom: .5rem !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.col-news-placeholder-fluid {
		height:0px !important;
	}
	.col-news-fluid-margin {
		margin-top:-202px !important;
	}
	.menu-right-sticky {
		top:98px;
	}
	.menu-right-sticky-wc {
		top:178px;
	}
	#menu-nav {
		display:block;
	}
	.carouselNewsTitle {
		background-color: transparent !important;
		padding-top: 0 !important;
	}
	#carouselGameDetails .cgd-txtbets {
		font-size:0.82em !important;
	}
	.hp-prev-container {
		padding-left: 2.15rem!important;
		padding-right: 2.15rem!important;
	}
	.hp-homenews-nav .col {
		padding-left:8px!important;
		padding-right:8px!important;
	}
	.md-thnews-container .md-thnews-content {
		overflow-x: unset!important;
	}
	.md-thnews-container .md-thnews-item {
		padding:0px 30px 30px 30px !important;
	}
	.slick-two-slides .slick-list {
		padding:0px 19%!important;		
	}
	.slick-three-slides .slick-list {
		padding:0px 3.8%!important;		
	}
	.vp-negative-margin-container {
		margin-top:-50px!important;
	}
	.head-prev {
		height:185px!important;
	}
	.vp-news .rng2-subdata {
		padding-top:20px!important;
	}
	.vp-news .rng2-content .rng2-title {
		padding:0px!important;
	}
	.vp-cbplayer-container {
		height:540px;
	}
	.vp-media {
		padding: 30px 0px 80px 0px!important;
	}
	.blog-bkgr-static {
		background-color:#fcca23;
	}
	.bl-html.bl-carousel .row {
		overflow-x: initial!important;
		-webkit-overflow-scrolling: touch;
	}
	.bl-html.bl-carousel .rw-fl {
		margin-right:-15px!important;
		margin-left:-15px!important;
	}
	

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#carouselGameDetailsContainer table td .club-name {
		max-width:100px;
	}
	.row-home-videos .carousel-control-prev-cust,
	.row-home-videos .carousel-control-next-cust {
		top:30% !important;
	}
	.carouselNewsTitle h5 {
		font-size:1.31em !important;
		background-color: transparent !important;
		color: #fde053 !important;
		margin-bottom: .5rem !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.col-news-fluid-margin {
		margin-top:-212px !important;
	}
	.menu-right-sticky {
		top:105px;
	}
	.menu-right-sticky-wc {
		top:185px;
	}
	.carouselNewsTitle {
		background-color: transparent !important;
		padding-top: 0 !important;
	}
	#carouselGameDetails .cgd-txtbets {
		font-size:0.82em !important;
	}
	.img-parepl {
		display:none;
	}
	.parallax-mirror {
		display:block  !important;
	}
	.hp-homenews-nav .col {
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.slick-two-slides .slick-list {
		padding:0px 25%!important;		
	}
	.slick-three-slides .slick-list {
		padding:0px 12.7%!important;		
	}
	#menu-nav {
		display:block;
	}
	.cn-head-container .cn-head-teams-container {
		overflow-x: hidden!important;
		-webkit-overflow-scrolling: touch;
	}
	.vp-cbplayer-container {
		height:663px;
	}
	.bl-html.bl-carousel {
		padding-left:150px!important;
		padding-right:150px!important;
	}
	.ctp-date-title {
		padding-left: 25px!important;
	}

}

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

	opacity: 0;
	z-index:9999;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}
#search h3 {

	width: 100%;
	color: #fff;
	text-align: center;
}
#search input[type="search"] {

	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 4.0vw;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}
#search .search-button-container {
	position:absolute;
	left: 50%;
}
#search .search-button-container .btn {

	position: relative;
	left:-50%;
	min-width: 100px;
	max-width: 200px;
	margin-top: 30px;

}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #888;
	border-color: #ccc;
	opacity: 1;
	padding: 10px 17px;
	font-weight: Bold;
	font-style: normal;
	font-size: 27px;
}
#search .search-inner-container {
	position: absolute;
	top: 30%;
	width: 100%;
}

.color-crystal {
	color: #fde053;
}
/* bootstrap navbar  nested dropdown support */

.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}
.drop-shadow {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.27);
	-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.27);
	box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.27);
}

.font-CrystalBetUni-Medium {
	font-family: 'CrystalBetUni'!important;
	font-weight: 500;
	font-style: normal;
}
.font-CrystalNU4-Regular {
	font-family: 'CrystalNU4'!important;
	font-weight: normal;
	font-style: normal;
}
.font-CrystalNU4-Light {
	font-family: 'CrystalNU4'!important;
	font-weight: 100;
	font-style: normal;
}
.font-Roboto-Bold {
	font-family: 'Roboto'!important;
	font-weight: Bold;
	font-style: normal;
}
.full-width {
	width:100%;
}
.div-img-flex {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 350px; /* or other desired height */
	overflow: hidden;
	align-items: center
}
.text-gray {
	color: #b8b8b8;
}
.text-gray-faded {
	color: rgba(255, 255, 255, 0.3);
}
.text-gray-overlay {
	color: #747474;
}
.text-gray-cust {
	color: #8c8c8c;
}

/* Bootstrap Carousel fade effect */

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.w-40 {
	width:40%;
}
.w-20 {
	width:20%;
}

#menu-footer {
	background-color:#181b1f;
	max-height: 70px;

 }
#menu-footer .navbar {
	background-color:#181b1f;
}

#menu-footer .navbar-toggle {
	margin-top: 23px;
	padding: 9px 10px !important;
}
.logo-footer {
	color:#c2c2c2;
	font-size:2em;
}
.logo-footer:hover {
	color:#000000 !important;
	text-decoration:none;
}
#menu-footer .logoN svg {
	width:7em;
}
#menu-footer .nav-link {
	color:#636870;
}
#menu-footer .nav-link:hover {
	color:#fde053;
	text-decoration:none;
}
#menu-footer .navbar-text {
	color:#9d9d9d;
}
#menu-footer .navbar-social {
	color:#3b5998;
}
.fa-vertical-line:after {
	content: "\2758";
	font-size:50px;
}
.cont-copyright {
	min-height:100px;
	background-color: #1d2127;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}
.copyright-text {
	line-height:1.2;
}
.copyright-text span {
	font-family: 'CrystalBetUni';
	font-weight: 500;
	font-style: normal;
	font-size:11px;
	color:#636870;
}
.row-news-generic {
	border-top: 5px solid #fde053 !important;
	background-color:#ffffff;
}
.row-news-various {
	border-top: 5px solid #fde053;
	background-color:#ffffff;
}
.row-news-football {
	border-top: 5px solid #2fc82b !important;
	background-color:#ffffff;
}
.row-news-basketball {
	border-top: 5px solid #cc7918 !important;
	background-color:#ffffff;
}
.row-news-tennis {
	border-top: 5px solid #1c82e0 !important;
	background-color:#ffffff;
}

.row-news-various .navbar-brand {
	font-size:16px;
	color:#000;
}
.row-news-football .navbar-brand {
	font-size:16px;
	color:#2fc82b;
}
.row-news-basketball .navbar-brand {
	font-size:16px;
	color:#cc7918;
}
.row-news-tennis .navbar-brand {
	font-size:16px;
	color:#1c82e0;
}

.img-ico-news {
	margin-top:-3px;
	margin-right:10px;
}

.text-red {
	color:#ff2525;
}
.row-news-generic2 .rng2-content-news .twitter-tweet {
	word-break: break-all;
}
.row-news-generic2 .rng2-content-news iframe:not([src^="https://www.facebook.com"]) {
	width:100%!important;
}
.row-news-generic2 .rng2-content-news iframe[src^="https://www.facebook.com"] {
	width:100%;
}
.row-news-generic2 .rng2-content-assocnews {
	border-bottom: 1px solid #e1e1e1;
	font-size: 0.8em;
}
.row-news-generic2 .rng2-content-news p {
	font-family: 'CrystalNU4'!important;
	font-weight: normal;
	font-style: normal;
	color:#181b1f;
	font-size:16px;
}
.row-news-generic2 .rng2-content-assocnews p {
	font-family: 'CrystalBetUni'!important;
	font-weight: normal;
	font-style: normal;
	color:#111111!important;
	font-size:15px!important;
}
.row-news-generic2 .rng2-assocnews-title {
	margin-left:-15px;
}
.row-news-generic2 .rng2-assocnews-title .title-container {
	width:142px;
	height:24px;
	background-color:#fde053;
	padding-left:15px;
}
.row-news-generic2 .rng2-assocnews-title p {
	font-family: 'CrystalBetUni'!important;
	font-weight: bold;
	font-style: normal;
	line-height:24px;
	color:#111111!important;
	font-size:14px!important;
}
.row-news-generic2 .rng2-tag {
	display:inline-block;
	padding:4px 12px;
	margin:4px;
	border: 1px solid #e5e8ed;
	color:#7a7c81;
	font-family: 'CrystalNU4'!important;
	font-weight: normal;
	font-style: normal;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.row-news-generic2 .rng2-tag:hover {
	background-color:#fde053;
	color:#000;
}
.row-news-generic2 .rng2-content-social {
	border-top: 1px solid #e5e8ed;
}
.row-news-generic2 .rng2-content-social .d-flex {
	display: flex;
    align-items: center;

}
.row-news-generic2 .rng2-content-social a {
	color:#fff;
}
.row-news-generic2 .rng2-content-social a:hover {
	color:#fff;
}
.input-group input {
	font-family: 'Roboto'!important;
}
.input-group label, button {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

.pagination-ico-right {
	background-image: url('img/ico_btnarrowbl_right.png');
	background-repeat:no-repeat;
	background-position: center center;
	opacity:.3;
	margin-right: .5rem!important;
}
.pagination-ico-left {
	background-image: url('img/ico_btnarrowbl_left.png');
	background-repeat:no-repeat;
	background-position: center center;
	opacity:.3;
	margin-bottom: .20rem!important;
	margin-left: .5rem!important;
}
.div-img-flex-s {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 127px; /* or other desired height */
	overflow: hidden;
	align-items: center
}
.img-flex-none-s {
	flex: none; /* keep aspect ratio */
	height:127px; /* IE10 issues... */
	width:100%;
}
.nav-footer-buttons {
	font-family: 'CrystalBetUni';
	font-weight: 500;
	font-style: normal;
	font-size:13px;
	color:#636870;
	
}
.col-news-container-main > .row {
	margin-bottom: 20px;
}
.col-news-container-main .main-item-heading {
	margin-top: 7px;
}

.img-fullwidth {
	width:100%;
	height:auto;
}

.btn-navutil img {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.btn-telft:hover {
	border-color: #fde053;
	text-decoration: none;
	color:#fde053;
}
.btn-telft:hover .ico-contactphone {
	background:url('img/ico_contactphone_p.png') no-repeat center;
}
.btn-mailenvelope:hover {
	border-color: #fde053;
	text-decoration: none;
	color:#fde053;
}
.btn-mailenvelope:hover .ico-mailenvelope {
	background:url('img/ico_mailenvelope_p.png') no-repeat center;
}
.btn-cblink {
	border-color: #fde053;
	text-decoration: none;
	color:#ffffff;
	background-color: #080a0b;
	padding: 9.006px 9.6px!important;
}
.btn-cblink .nav-cblogo {
	color:#fde053;
}
.btn-cblink .nav-cblogo span {
	color:#fff;
}

.btn-cblink:hover {
	border-color: #fde053;
	text-decoration: none;
	color:#ffffff;
	background-color: #080a0b;
}
.btn-cblink:hover .nav-cblogo {
	color:#fde053;
}
.btn-cblink:hover .nav-cblogo span {
	color:#fff;
}
.scheletrone .nw-badge {
	display:none;
}
.scheletrone .vd-badge {
	display:none;
}
.vd-badge {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background:url('img/ico_video_nw.png') no-repeat center;
	width:35px;
	height:23px;
}
.ico-nwvideo {
	position: absolute;
    left: 0;
    right: 0;
    width: 38px;
    margin: auto;
    top: 0;
	bottom: 0;
	border-radius:50%;
	-webkit-transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.7, 1);
	transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.7, 1);
}
a:hover .ico-nwvideo {
	box-shadow: 0 0 1px 7px rgba(255, 187, 0, 0.8), 0 0 1px 15px rgba(197, 167, 33, 0.4), 0 0 1px 25px rgba(219, 184, 27, 0.1);
}
.ico-gnvideo {
	position: absolute;
    left: 0;
    right: 0;
	width: 50px;
	height:50px;
	border-radius:50%;
    margin: auto;
    top: 0;
	bottom: 0;
	background-color:rgba(0,0,0,.6);
	transition: box-shadow .15s ease-in-out;
}
.ico-gnvideo:after {
	width: 13px;
    height: 17px;
	transition: background-color .15s ease-in-out;
	background-color:#fff;
}
a:hover .ico-gnvideo {
	box-shadow:inset 0px 0px 0px 2px #fde053;
}
a:hover .ico-gnvideo:after {
	background-color:#fde053;
}
.hp-homenews-container  {
	padding-top:30px;
}
.hp-homenews-header {
	padding-left:0;
}
.hp-homenews-title-container {
	padding-bottom:30px;
}
.hp-homenews-nav-container {
	padding-left:0;
}
.hp-homenews-container .hp-homenews-title h2 {
	font-family: 'CrystalBetUni';
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	color:#181b1f;
	margin-bottom:0px;
}
.hp-homenews-nav .hp-nav-item h3 {
	font-family: 'CrystalBetUni';
	font-weight: 500;
	font-style: normal;
	font-size:14px;
	color:#8b9199;
	
	margin-bottom:0px;
}

.hp-homenews-nav .hp-nav-item {
	text-align:center;
	padding: 15px 0px;
	position:relative;
}
.hp-homenews-nav .hp-nav-item .hp-nav-hilighter {
	display:none;
}
.hp-homenews-nav .hp-nav-arrow-right {
	height: 100%;
    position: absolute;
    width: 30px;
    right: 0;
    top: 0;
    background-color: #1d2127;
	display:none;
}
.hp-homenews-nav .hp-nav-arrow-left {
	height: 100%;
    position: absolute;
    width: 30px;
    left: 0;
    top: 0;
    background-color: #1d2127;
	display:none;
}
.hp-homenews-nav .hp-nav-arrow-right span {
    background: url(img/ico_wt_paging_right.png) no-repeat center;
    height: 26px;
    position: absolute;
    width: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hp-homenews-nav .hp-nav-arrow-left span {
    background: url(img/ico_wt_paging_left.png) no-repeat center;
    height: 26px;
    position: absolute;
    width: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hp-homenews-nav .hp-nav-arrow-right:hover,
.hp-homenews-nav .hp-nav-arrow-left:hover {
	cursor:pointer;
}
.hp-homenews-nav .hp-nav-arrow-right:hover span {
	background: url(img/ico_wt_paging_right_py.png) no-repeat center;
}
.hp-homenews-nav .hp-nav-arrow-left:hover span {
	background: url(img/ico_wt_paging_left_py.png) no-repeat center;
}
.hp-homenews-nav .hp-nav-item.active .hp-nav-hilighter {
	bottom:0;
	width:100%;
	height:4px;
	background-color: rgb(253 224 83);
	border-radius: 50px 50px 0px 0px; 
	position:absolute;
	display:block;
}
.hp-homenews-nav {
	padding:0px 15px;
}
.hp-homenews-nav .col-12 {
	background-color:#1d2127;
}
.hp-homenews-nav .col-12 > .row {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}
.hp-homenews-nav .hp-nav-icon {
	display:inline-block;
}
.hp-homenews-nav .hp-nav-item.active .hp-nav-icon-all,
.hp-homenews-nav .hp-nav-item:hover .hp-nav-icon-all {
	background: url('img/ico_hp_homenews_all_p.png');
}
.hp-homenews-nav .hp-nav-item.active .hp-nav-icon-football,
.hp-homenews-nav .hp-nav-item:hover .hp-nav-icon-football {
	background: url('img/ico_hp_homenews_football_p.png');
}
.hp-homenews-nav .hp-nav-item.active .hp-nav-icon-basketball,
.hp-homenews-nav .hp-nav-item:hover .hp-nav-icon-basketball {
	background: url('img/ico_hp_homenews_basketball_p.png');
}
.hp-homenews-nav .hp-nav-item.active .hp-nav-icon-tennis,
.hp-homenews-nav .hp-nav-item:hover .hp-nav-icon-tennis {
	background: url('img/ico_hp_homenews_tennis_p.png');
}
.hp-homenews-nav .hp-nav-item.active .hp-nav-icon-read,
.hp-homenews-nav .hp-nav-item:hover .hp-nav-icon-read {
	background: url('img/ico_hp_homenews_read_p.png');
}
.hp-homenews-nav .hp-nav-item.active .hp-nav-icon-other,
.hp-homenews-nav .hp-nav-item:hover .hp-nav-icon-other {
	background: url('img/ico_hp_homenews_other_p.png');
}

.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-all,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-all {
	background: url('img/ico_vp_n_all_p.png');
}
.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-football,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-football {
	background: url('img/ico_vp_n_football_p.png');
}
.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-basketball,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-basketball {
	background: url('img/ico_vp_n_basketball_p.png');
}
.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-tennis,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-tennis {
	background: url('img/ico_vp_n_tennis_p.png');
}
.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-other,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-other {
	background: url('img/ico_vp_n_other_p.png');
}
.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-decl,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-decl {
	background: url('img/ico_vp_n_decl_p.png');
}
.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-docfilms,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-docfilms {
	background: url('img/ico_vp_n_docfilms_p.png');
}
.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-ftof,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-ftof {
	background: url('img/ico_vp_n_ftof_p.png');
}
.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-hist,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-hist {
	background: url('img/ico_vp_n_hist_p.png');
}
.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-masterclass,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-masterclass {
	background: url('img/ico_vp_n_masterclass_p.png');
}
.hp-homenews-nav .hp-nav-item.active .vp-nav-icon-top,
.hp-homenews-nav .hp-nav-item:hover .vp-nav-icon-top {
	background: url('img/ico_vp_n_top_p.png');
}


.hp-homenews-nav .hp-nav-item.active h3,
.hp-homenews-nav .hp-nav-item:hover h3 {
	color:#fde053;
	cursor:pointer;
}
.hp-homenews-nav .hp-nav-item:hover {
	cursor:pointer;
}

.m-30 {
	margin:30px;
}
.mt-30 {
	margin-top:30px;
}
.ml-30 {
	margin-left:30px;
}
.mr-30 {
	margin-right:30px;
}
.mb-30 {
	margin-bottom:30px;
}


.p-30 {
	padding:30px;
}
.pt-30 {
	padding-top:30px;
}
.pl-30 {
	padding-left:30px;
}
.pr-30 {
	padding-right:30px;
}
.pb-30 {
	padding-bottom:30px;
}


.m-15 {
	margin:15px;
}
.mt-15 {
	margin-top:15px;
}
.ml-15 {
	margin-left:15px;
}
.mr-15 {
	margin-right:15px;
}
.mb-15 {
	margin-bottom:15px;
}
.p-15 {
	padding:15px;
}
.pt-15 {
	padding-top:15px;
}
.pl-15 {
	padding-left:15px;
}
.pr-15 {
	padding-right:15px;
}
.pb-15 {
	padding-bottom:15px;
}

.wt-item {
	margin-bottom:30px;
}
.wt-item  .wt-item-image-container {
	padding:0;
}
.wt-item  .wt-item-text-container {
	padding:0;
}
.wt-item .wt-item-title h4 {
	font-family: 'CrystalNU4'!important;
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	color:#181b1f;
	margin-bottom:0;
}
.wt-item .wt-item-text p {
	font-family: 'CrystalNU4'!important;
	font-weight: normal;
	font-style: normal;
	font-size:13px;
	color:#8b9199;
	margin-bottom:0;
	max-height: 60px;
    overflow: hidden;
}


.wt-item .wt-item-datetime span {
	font-family: 'CrystalNU4'!important;
	font-weight: normal;
	font-style: normal;
	font-size:12px;
	color:#919499;

}
.wt-item .wt-item-image {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wt-item  .wt-item-timeicon {
	width:14px;
	height:14px;
	display:inline-block;
	vertical-align: middle;
	background-color:#c1c6cc;
	margin-right:5px;
}

.wt-pagination-container {
	border-top: 1px solid #e5e8ed;
	padding:15px 30px 15px 30px;
}
.disable-scrollbars::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}

.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.hp-video-container .hp-video-heading {
	padding: 20px 30px 20px 30px;
	border-bottom:1px solid #e5e8ed;
}
.hp-video-container .hp-video-item-image {
	position:relative;
}
.hp-video-container .hp-video-item-image a {
	display:block;
}
.hp-video-container .hp-video-heading h2 {
	margin-bottom:0;
	font-family: 'CrystalBetUni'!important;
	font-weight: 500;
	font-style: normal;
	font-size:14px;
	color:#181b1f;
	display:inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.hp-video-container .hp-video-heading img {
	vertical-align: middle;
}
.hp-video-container .hp-video-items-container {
	padding: 30px 30px 0px 30px;
}
.hp-video-container .hp-video-item-title h4 {
	font-family: 'CrystalNU4'!important;
	font-weight: bold;
	font-style: normal;
	font-size:15px;
	color:#181b1f;
}
.hp-video-container .hp-video-item {
	font-family: 'CrystalNU4'!important;
	font-weight: bold;
	font-style: normal;
	font-size:15px;
	color:#181b1f;
	padding-bottom:30px;
}
.hp-video-container .hp-video-footer {
	text-align:center;
	border-top:1px solid #e5e8ed;
}
.hp-video-container .hp-video-footer a {
	padding:20px 0px 20px 0px;
	display:block;
	width:100%;
}
.hp-video-container .hp-video-footer a:hover {
	background-color:#fde053;
	text-decoration:none;
}
.hp-video-container .hp-video-footer span {
	font-family: 'CrystalBetUni';
	font-weight: bold;
	font-style: normal;
	font-size:13px;
	color:#1d2127;
	margin:0;
}
.hp-videomobile-container {
	padding:20px 0px 20px 0px;
}
.hp-videomobile-title-container {
	text-align:center;
}
.hp-videomobile-title-container h2 {
	margin-bottom:0;
	font-family: 'CrystalBetUni'!important;
	font-weight: 500;
	font-style: normal;
	font-size:18px;
	color:#181b1f;
	display:inline-block;
	margin-left: 5px;
	vertical-align: middle;

}
.hp-videomobile-items-container {
	padding-top:20px;
}
.hp-videomobile-container .hp-videomobile-item-image {
	position:relative;
}
.hp-videomobile-container .hp-videomobile-item-title h4 {
	font-family: 'CrystalNU4'!important;
	font-weight: bold;
	font-style: normal;
	font-size:14px;
	color:#181b1f;
}
.hp-videomobile-items-container > .row {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;

}

.ico-contactphone {
	background:url('img/ico_contactphone.png') no-repeat center;
	width:15px;
	height:26px;
	display:inline-block;
	vertical-align: middle;
	margin-right: 15px;
	transition: background-image .15s ease-in-out;
}
.ico-contactphone.mobile {
	width:12px;
	height:20px;
	background-size:contain!important;
	margin-right: 5px;
}
.nav-phone:hover .ico-contactphone {
	background:url('img/ico_contactphone_p.png') no-repeat center;
}

.ico-mailenvelope {
	background:url('img/ico_mailenvelope.png') no-repeat center;
	width:25px;
	height:18px;
	display:inline-block;
	vertical-align: middle;
	margin-right: 15px;
	transition: background-image .15s ease-in-out;
}
.nav-mail:hover .ico-mailenvelope {
	background:url('img/ico_mailenvelope_p.png') no-repeat center;
}
.nav-mail span,
.nav-phone span {
	vertical-align:middle;
	font-size:14px!important;
}
#menu-footer .nav-link {
	transition: color .15s ease-in-out;
}
.rng2-content-social-title {
	font-family: 'CrystalBetUni'!important;
	font-weight: 500;
	font-style: normal;
	font-size:14px;
	color:#1d2127;
}
.np-next-news-container {
	background: rgb(254,191,26);
	background: linear-gradient(270deg, rgba(254,191,26,1) 0%, rgba(248,220,51,1) 100%);
	padding: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration:none!important;
}
.np-next-news-container:hover {
	cursor:pointer;
	background: rgb(252,206,83);
	background: linear-gradient(270deg, rgba(252,206,83,1) 0%, rgba(249,230,115,1) 100%);
}
.np-next-news-container:active {
	cursor:pointer;
	background: rgb(254,191,26);
	background: linear-gradient(270deg, rgba(254,191,26,1) 0%, rgba(248,220,51,1) 100%);
}
.np-next-news-container .np-next-news-btn {
	width:150px;
	height:70px;
	background-color:#181b1f;
}
.np-next-news-container .np-next-news-btn span {
	font-family: 'CrystalBetUni';
	font-weight: bold;
	font-style: normal;
	font-size:18px;
	color:#fff;
	line-height:1.3;
}
.np-next-news-container .np-next-news-image img {
	max-height:115px;
	width:auto;
}
.np-next-news-container .np-next-news-text :first-child {
	font-family: 'CrystalNU4'!important;
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	color:#181b1f;
	max-width:350px;
	padding-left:30px;
}
.np-next-news-container  .np-next-news-arrow {
	height:90px;
	border-left:1px solid #d9a620;
}
.np-next-news-container .np-next-news-btnmobile {
	height:50px;
}
.np-next-news-container .np-next-news-btnmobile span {
	font-family: 'CrystalBetUni';
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	color:#251d02;
	margin-left:15px;
}
.np-next-news-container .np-next-news-btnmobile img {
	width:12px;
	height:20px;
	margin-right:20px;
}
.np-next-news-container .np-next-news-itemsmobile img {
	max-height:80px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:auto;
}
.np-next-news-container .np-next-news-textmobile :first-child {
	font-family: 'CrystalNU4'!important;
	font-weight: bold;
	font-style: normal;
	font-size:14px;
	color:#181b1f;
	margin-left:15px;
}
.np-next-news-container .np-next-news-itemmobilecontainer {
	border-top: 1px solid #d9a620;
	margin-left:15px;
	margin-right:15px;
	padding:15px 0px;
	width:100%;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								supported by Chrome, Opera and Firefox */
}
.np-assoc-news-container .np-assoc-news-header {
	padding:20px 30px;
	text-align:center;
}
.np-assoc-news-container .np-assoc-news-header :first-child {
	font-family: 'CrystalBetUni';
	font-weight: bold;
	font-style: normal;
	font-size:18px;
	color:#181b1f;
	margin-bottom:0;
}
.np-assoc-news-container .np-assoc-news-item {
	display:block;

}
.np-assoc-news-container .np-assoc-news-item img {
	display:block;
}
.np-assoc-news-container .np-assoc-news-item .np-assoc-news-img {
	width:50%;
}
.np-assoc-news-container .np-assoc-news-itemtitle {
	padding-top:10px;
	width:50%;
}
.np-assoc-news-container .np-assoc-news-itemtitle :first-child {
	font-family: 'CrystalNU4'!important;
	font-weight: bold;
	font-style: normal;
	font-size:14px;
	color:#181b1f;
}
.np-assoc-news-container .np-assoc-news-itemshorttext p {
	margin-bottom:0;
	font-family: 'CrystalNU4'!important;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #8b9199;
    margin-bottom: 0;
  
}
.np-assoc-news-container  .carousel-item {
	min-height:500px;
}

.np-assoc-news-container .np-assoc-news-carousel-footer {
	padding:20px 30px;
	border-top:1px solid #e5e8ed;
}
.wt-pagination-container .pg-dot {
	width:10px;
	height:10px;
	background-color:#e5e8ed;
	mask-repeat:no-repeat;
}
.wt-pagination-container .pg-dot:hover,
.wt-pagination-container .pg-dot.active {
	background-color:#181b1f;
}
.wt-pagination-container .pg-dot:active {

}
.wt-pagination-container .carousel-indicators {
	position:static!important;
	display:flex!important;
}
.svg-circle {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"/></svg>');
}
.mn-hidden {
	display:none!important;
}
.mn-show {
	display:block!important;
}

.cn-head-container.sp-search {
	border-bottom: 1px solid #e5e8ed;
}
.cn-head-container.ctp-head .cn-head-title h1 {
	font-size:22px!important;
}
.cn-head-container .cn-head-header {
	padding:15px;
}
.cn-head-container  .cn-head-logo-container {
	width:70px;
	height:60px;
	background-color:#f2f3f6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	padding:10px;
	margin-right:10px;
}
.cn-head-container  .cn-head-logo-container img {
	flex-shrink: 0;
}
.cn-head-container  .cn-head-logo-container-nobkgr {
	width:116px;
	height:116px;
	border:2px solid #fde053;
	border-radius:50%;
	margin-right:10px;
}
.cn-head-container  .cn-head-logo-container-nobkgr img {
	flex-shrink: 0;
}
.cn-head-container .cn-head-title-container {
	padding-left:10px;
}
.cn-head-container .cn-head-title h1 {
	font-family: 'CrystalBetUni';
	font-weight: bold;
	font-style: normal;
	font-size:18px;
	color:#181b1f;
	margin-bottom:0;
}

.cn-head-container .cn-head-breadcrumbs span {
	font-family: 'CrystalNU4'!important;
	font-weight: 500;
	font-style: normal;
	font-size:12px;
	color:#8b9199;
}
.cn-head-container .cn-arrow {
	margin:0px 5px;
	display:inline-block;
	background:url('img/ico_delimiter_arrow.png') no-repeat center;
	width:4px;
	height:8px;
}
.cn-head-container .cn-head-teams-container {
	padding:7px;
	border-top:1px solid #e5e8ed;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.cn-head-container .cn-head-team {
	flex: 0 0 34px;
	margin:5px 8px;
}
.cn-head-container .cn-head-team img {
	width:34px;
}
.tooltip_templates { display: none; }
.cn-head-tooltip_templates {
	display:none;
}
.cn-head-tooltip_templates .tc {
	font-family: 'CrystalNU4'!important;
	font-weight: normal;
	font-style: normal;
	font-size:12px!important;
	color:#ffffff;
}
.np-assoc-news-container.cp-hotnews-container .np-assoc-news-innercont .row {
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.np-assoc-news-container.cp-hotnews-container .np-assoc-news-item img {
	width:100%!important;
}

.np-assoc-news-container.cp-hotnews-container .np-assoc-news-itemtitle {
	width:100%!important;
}
.cp-news-container .cp-news-header {
	padding: 20px 30px;
	border-bottom: 1px solid #e5e8ed !important;
    text-align: left !important;
}
.cp-news-container .cp-news-header h2 {
	font-family: 'CrystalBetUni';
	font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #181b1f;
    margin-bottom: 0;
}
.cn-head-team.last {
	flex: 0 0 50px!important;
	-webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: start!important;
}

.vp-p-play-icon {
    height: 38px;
    left: 50%;
    margin: -19px 0 0 -19px;
    position: absolute;
    top: 50%;
    width: 38px;
    cursor: pointer;
    z-index: 5;
	display: block;
	border-radius:50%;
	transition: box-shadow .15s ease-in-out;
	background-color: rgba(0, 0, 0, .6);
}
a:hover .vp-p-play-icon {
	box-shadow:inset 0px 0px 0px 2px #fde053;
}
.vp-p-play-icon:after {
	left: 50%;
    width: 12px;
    height: 16px;
    transition: background-color .15s ease-in-out;
    position: relative;
    display: block;
    margin-left: 1px;
}
a:hover .vp-p-play-icon:after {
	background-color: #fde053;
}
.np-assoc-news-container .np-assoc-news-item .np-assoc-news-img {
	position:relative;
}

.video-js .vjs-poster {
	display: none;
}

a:hover {
	color:#000;
}


.fb-comments iframe {
	width:100%!important;
}
.video-js {
	background:none!important;
}
.no-bkgr {
	background:none!important;
}

#mdNotificationPermit {
	position: fixed;
    top: 0;
	left: 50%;
    transform: translate(-50%, 0);
    z-index: 1050;
    display: none;
    overflow: hidden;
	outline: 0;
	bottom:auto;
	right:auto;
	/*min-width:500px;*/
}
#mdNotificationPermit .modal-dialog {
	margin-top:0;
	margin-bottom:0;
}
#mdNotificationPermit .modal-content {
	border:none;
}
#mdNotificationPermit .btn-primary {
	min-width:70px;
}
.modal-open {
    overflow: auto !important;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
#mdNotificationPermit .mdN-logo {
	padding:7px 15px;
	background-color:#181b20;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	align-self: flex-start;
}
#mdNotificationPermit .mdN-message {
	padding-left:20px;
}
#mdNotificationPermit .mdN-message p {
	margin:0px;
	font-family: 'CrystalBetUni'!important;
	font-weight: 500;
	font-style: normal;
	font-size:14px;
	color:#181b20;

}
#mdNotificationPermit .modal-body {
	padding:25px;
}

#mdNotificationPermit .modal-content {
	border-radius:0!important;
	-webkit-border-bottom-right-radius: 5px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-radius-bottomright: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	border-bottom-right-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
}
#mdNotificationPermit .btn-link {
	font-family: 'CrystalBetUni'!important;
	font-weight: 500;
	font-style: normal;
	font-size:14px;
	color:#858585;
}
#mdNotificationPermit .btn-warning {
	font-family: 'CrystalBetUni'!important;
	font-weight: 500;
	font-style: normal;
	font-size:14px;
	color:#000000;
	padding: .375rem 1.75rem!important;
}

.nw-badge-vd-ico {
	margin-top:1px;
	margin-right:3px;
	background:url('img/ico_video_sm.png');
	background-repeat: no-repeat;
	width:6px;
	height:9px;
}

.paragraph-yellbkgr {
	background-color: #fae252;
    font-weight: bold!important;
    font-style: italic!important;
    color: #151516!important;
    padding: 20px 40px!important;
	position:relative;
	display: inline-block;
}

.paragraph-yellbkgr:after {
	position: absolute;
	content: '';
	border-left: 15px solid #151516;
	transform: translate(-8px,21%);
	-ms-transform: translate(-8px,21%);
	-webkit-transform: translate(-8px,21%);
	-moz-transform: translate(-8px,21%);
	-o-transform: translate(-8px,21%);
	left: 0;
	height: 70%;
	top: 0;
}

.paragraph-yellbkgr.social {
	font-family: 'CrystalBetUni';
	font-weight: bold;
	font-style: normal!important;
	font-size:18px!important;
	padding: 10px 20px 10px 13px!important;
	margin-bottom:15px;
	width:100%;

}

.paragraph-indent {
	position:relative;
	display: inline-block;
	padding-left:30px;
	font-weight: bold!important;
    font-style: italic!important;
}

.paragraph-indent:after {
	position: absolute;
	content: 'll';
	font-family: 'Roboto';
	font-weight: bold;
	font-style: italic;
	font-size:30px;
	color:#fae252;
	line-height:1;
	left:0;
	top:-5px;
}

.rng2-content-news p.paragraph-sub-title-under {
	display: inline-block;
	color: #181b1f !important;
	font-family: 'CrystalBetUni'!important;
	font-weight: bold!important;
	font-style: normal!important;
	font-size:20px!important;
	border-bottom:4px solid #fae252;
	line-height: 1;
	padding-bottom:5px;
}

.rng2-content-news p.paragraph-sub-title-left {
	display: inline-block;
	color: #181b1f !important;
	font-family: 'CrystalBetUni'!important;
	font-weight: bold!important;
	font-style: normal!important;
	font-size:20px!important;
	border-left:7px solid #fae252;
	line-height: 1;
	padding-left:5px;
}

.rng2-content-news p.paragraph-gray {
	position:relative;
	display: inline-block;
	padding:9px;
	margin-left:12px;
	line-height:1.3;
	background-color:#e2e2e2;
}

.rng2-content-news p.paragraph-gray:after {
	position: absolute;
	content: '';
	border-left: 7px solid #fae252;
	transform: translate(-12px,0%);
	-ms-transform: translate(-12px,0%);
	-webkit-transform: translate(-12px,0%);
	-moz-transform: translate(-12px,0%);
	-o-transform: translate(-12px,0%);
	left: 0;
	height: 100%;
	top: 0;
}


.rng2-content-news p.paragraph-dark {
	position:relative;
	display: inline-block;
	padding:9px;
	margin-left:12px;
	line-height:1.3;
	color:#fff!important;
	background-color:#2f2c2c;
}

.rng2-content-news p.paragraph-dark:after {
	position: absolute;
	content: '';
	border-left: 7px solid #fae252;
	transform: translate(-12px,0%);
	-ms-transform: translate(-12px,0%);
	-webkit-transform: translate(-12px,0%);
	-moz-transform: translate(-12px,0%);
	-o-transform: translate(-12px,0%);
	left: 0;
	height: 100%;
	top: 0;
}
.img-max-fluid {
	width:100%!important;
	height:auto!important;
}
.md-thnews-container .md-thnews-header {
	padding:20px 30px;
	border-bottom:1px solid #e5e8ed;
}
.md-thnews-container .md-thnews-header > * {
	font-family: 'CrystalBetUni';
	font-weight: 500;
	font-style: normal;
	font-size:14px;
	color:#181b1f;
	margin-bottom:0;
} 
.md-thnews-container .md-thnews-content {
	padding-top:30px;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.md-thnews-container .md-thnews-item {
	padding:0px 0px 30px 30px;
}
.md-thnews-container .md-thnews-item a {
	display:block;
}
.md-thnews-container .md-thnews-item img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.md-thnews-container .md-thnews-title :first-child {
	font-family: 'CrystalNU4'!important;
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
	color: #181b1f;
	margin-bottom:0;
}
.md-thnews-container .md-thnews-footer a {
	display:block;
	width:100%;
	padding: 20px 0px;
}
.md-thnews-container  .md-thnews-footer a:hover {
	text-decoration:none;
	background-color:#fde053;
}
.md-thnews-container  .md-thnews-footer {

	text-align:center;
	border-top:1px solid #e5e8ed;
}
.md-thnews-container  .md-thnews-footer span {
	font-family: 'CrystalBetUni';
	font-weight: bold;
	font-style: normal;
	font-size:13px;
	color:#1d2127;
	margin-bottom:0;
}
.md-thnews-container .md-thnews-item.last {
	padding-right:30px!important;
}
.cr-ytsubscribe {
	height:130px;
	bottom:0px;
	background: rgb(179 179 179);
	width:100%;
	-webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
}
.cr-ytsubscribe-transition {
	transition-duration:0.6s;
}
@supports (margin-bottom: constant(safe-area-inset-bottom)) {
	.cr-ytsubscribe {
		--safe-area-inset-bottom: constant(safe-area-inset-bottom);
		margin-bottom: var(--safe-area-inset-bottom);
		bottom: calc((var(--safe-area-inset-bottom) * -1));
	}
}

@supports (margin-bottom: env(safe-area-inset-bottom)) {
	.cr-ytsubscribe {
		--safe-area-inset-bottom: env(safe-area-inset-bottom);
		margin-bottom: var(--safe-area-inset-bottom);
		bottom: calc((var(--safe-area-inset-bottom) * -1));
	}
}
.cr-ytsubscribe-nodisplay {
	display:none!important;
}

.cr-ytsubscribe-close {
	padding:0;
	position:absolute;
	border:2px solid #fde053;
	border-radius: 50%;
	background-color:#282828;
	height: 27px;
	width: 27px;
	color:#fde053;
	cursor:pointer;
	top: -5px;
    right: 0px;
}
.cr-ytsubscribe-close:active {
	background-color:#5a5737;
}
.cr-ytsubscribe-close .mn-xmark {
	cursor:pointer;
}
.cr-ytsubscribe-content {
	position:relative;
	padding:10px;
}

.cr-mappoffer-content span,
.cr-ytsubscribe-content span {
	font-family: 'CrystalNU4'!important;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    color: #181b1f;

}

.cr-ytsubscribe-actions {
	padding-right:15px;
	padding-left:5px!important;
}

.cr-ytsubscribe-actions .btn-cr-mapp {
	border-radius: 25px;
	padding:8px 15px;
	background-color:#fff;
	font-family: 'CrystalBetUni'!important;
    font-weight: bold;
    font-style: normal;
	font-size: 15px;
	color: #251d02;
	cursor:pointer;
	text-decoration: none;
}
.cr-ytsubscribe-actions .btn-cr-mapp:active {
	background-color:rgb(168, 168, 168);
}

.cr-ytsubscribe-crlogo .crlogo-container {
	background-color:#181b1f;
	border-radius: 50%;
}

.yt-video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.yt-video-container .ytvid-poster-image {
	max-width: 100%;
    height: auto;
}

.yt-video-container  .ytvid-play-icon {
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width:68px;
	height:44px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMTcuNCAyMDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzE3LjQgMjAxLjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRjAwMDA7fQ0KCS5zdDF7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMxNC4xLDE1MC4xYy0yLjgsMjYuMS0yMS40LDQzLTQ2LjMsNDYuM2MtMjcsMy42LTUwLjIsNS0xMDguOSw1Yy02MC43LDAtODIuMS0xLjUtMTA5LjItNQ0KCQkJYy0yNS44LTMuNC00NC4xLTIwLTQ2LjMtNDYuM0MyLjksMTQ0LjcsMCwxMjcuMywwLDk4LjRjMC0yMC45LDIuOS00MS4yLDMuMy00Ni4yQzUuNiwyNi4zLDIzLjksOS44LDQ5LjcsNS44DQoJCQljMjctNC4yLDQ3LTUuOCwxMDkuMi01LjhjNjIsMCw4MS45LDIuMywxMDguOSw1LjhjMjYuNCwzLjQsNDQuMiwxOS41LDQ2LjMsNDYuM2MwLjQsNS4yLDMuMywyMi40LDMuMyw0OC43DQoJCQlDMzE3LjQsMTI3LjksMzE0LjcsMTQ0LjksMzE0LjEsMTUwLjF6Ii8+DQoJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTM3LjEsMTM5LjcgMjA2LjksOTkuNCAxMzcuMSw1OS4xIAkJIi8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=");
	background-repeat: no-repeat;
}
.input-group{
	position:relative;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	width:100%
}
