@import url('https://fonts.googleapis.com/css?family=Exo:500|Nunito:200,300,400,600,700,800,900&subset=latin-ext');

/********** Base **********/
html,body {
	overflow-x: hidden !important;
}
body {
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: "Nunito", sans-serif !important;
	font-weight: 300;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 170%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
p {
	margin: 0 !important;
}
.center-block {
	float: none !important;
}
.container {
	position: relative;
	z-index: 10 !important;
}
.section h2 {
	font-weight: 200;
	font-size: 50px;
	padding: 0px 0px 20px 0px;
}
.section h3 {
	font-weight: 300;
	font-size: 26px;
	padding: 0px 0px 20px 0px;
}
.base-btn {
	display: inline-block;
	height: 50px;
	line-height: 47px;
	font-weight: 200;
	font-size: 18px;
	color: #fff;
	padding: 0px 30px 0px 30px;
	border: 1px solid #ffffff;
	background-color: transparent;
}
.base-btn i {
	font-size: 18px;
	padding-left: 5px;
}
.base-btn:hover {
	background-color: #fff;
	color: #444444 !important;
}
a,button {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
input,button,a {
	outline: none !important;
	text-decoration: none !important;
}
textarea {
	outline: none;
}
button {
	background: none;
	border: none;
}
ul {
	margin-bottom: 0 !important;
	display: block;
}
a {
    color: #c02232;
    text-decoration: none;
}
.clearfix {
	clear: both;
}






/********** VIDEO HEADER **********/
.video-bg {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.video-bg video {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0px;
	object-fit: cover;
}
.logo-overlay {
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
	z-index: 10;
}
div.arrow {
    width: 100%;
    position: absolute;
    color: #ffffff;
    bottom: 70px;
    z-index: 100;
}
div.arrow i {
    font-size: 35px;
    -webkit-animation: pulsate 1.0s ease-out;
    -webkit-animation-iteration-count: infinite;
    color: #ffffff;
}
@keyframes pulsate {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(0.8);
    }
}





/********** ABOUT US **********/
.about-us {
	background-color: #cd0635;
	padding: 115px 0px 115px 0px;
	text-align: center;
	color: #ffffff;
}
.about-desc {
	padding: 0px 180px 30px 180px;
}
.about-btn {
	padding: 20px 0px 60px 0px;
}
.about-subtitle {
	padding: 0px 0px 30px 0px;
}





/********** REAL TIME **********/
.realtime {
	background-color: #131A1E;
	padding: 115px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
}
.real-title h2 {
	color: #cd0635;
}
.real-desc {
	padding: 0px 180px 30px 180px;
}
.real-featured-image {
	padding: 0px 180px 30px 180px;
}
.real-featured-image img {
	width: 100%;
	height: auto;
}
.real-youtube {
	padding: 0px 180px 60px 180px;
}
.real-youtube iframe {
	width: 100%;
	height: 400px;
}




/********** GAMES GRAPHICS **********/
.games {
	background-color: #131A1E;
	text-align: center;
	color: #ffffff;
	padding: 115px 0px 0px 0px;
}
.games-title h2 {
	color: #cd0635;
}
.games-desc {
	padding: 0px 180px 30px 180px;
}
.games-subcontent {
	padding: 60px 0px 0px 0px;
}




/********* LOGOS **********/
.logos .list-logo {
	display: inline-block;
	margin: 0px 30px 20px 30px;
}
.logos .list-logo img {
	width: auto;
	height: auto;
	opacity: 0.5;
}
.games-logos .game-logo img {
	opacity: 1;
}



/********* GALLERY **********/
.gallery {
	padding: 60px 0px 0px 0px;
}
.gallery .col-sm-3 {
	padding: 0px 0px 0px 0px;
}
.gallery-image {
	width: 100%;
	height: 250px;
}
.gallery-image a {
	width: 100%;
	height: 250px;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
}
.gallery-image a:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.8);
	transform: scale(1.05);
	position: relative;
	z-index: 100;
}






/********** NEWS **********/
.news {
	padding: 115px 0px 115px 0px;
	background-color: #181f23;
	text-align: center;
	color: #ffffff;
}
.news-title h2 {
	color: #cd0635;
}
.news-desc {
	padding: 0px 180px 60px 180px;
}
.news-col {
	background-color: #1e272c;
	height: 395px;
	margin: 0px 0px 30px 0px;
}
.news-col-img {
	width: 100%;
	height: 200px;
}
.news-col-img a {
	width: 100%;
	height: 200px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
}
.news-col-img a:hover {
	opacity: 0.5;
}
.news-col-title {
	font-size: 20px;
	font-weight: 800;
	padding: 30px 30px 0px 30px;
}
.news-col-title a {
	color: #ffffff;
}
.news-col-title a:hover {
	color: #cd0635;
}
.news-col-desc {
	font-size: 15px;
	font-weight: 300;
	padding: 15px 30px 30px 30px;
}
.news-list .col-sm-4 {
	display: none;
}
.news-more {
	padding: 30px 0px 0px 0px;
}
.news-hidden {
	display: none;
	width: 100%;
	max-width: 992px;
}
.news-hidden .news-hidden-content {
	max-height: calc(100vh - 100px);
	overflow: auto;
}
.news-hidden .news-hidden-content p {
 	padding: 0px 0px 30px 0px;
}




/********** FOOTER **********/
.footer {
	background-color: #cd0635;
	padding: 115px 0px 115px 0px;
	text-align: center;
	color: #ffffff;
}
.footer h2 {
	color: #ffffff;
	padding: 0px 0px 60px 0px;
}
.footer h4 {
	color: #131A1E;
	font-weight: 700;
	padding: 0px 0px 10px 0px;
	font-size: 22px;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	text-decoration: underline !important;
}
.footer-social {
	padding: 60px 0px 0px 0px;
}
.footer-social a img {
	width: 45px;
	height: auto;
	margin: 0px 8px 0px 8px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.footer-social a img:hover {
	opacity: 0.7;
}
.footer-copy {
	padding: 30px 0px 0px 0px;
	font-size: 13px;
}






/************* SIMPLE Cookie Bar cez third-party https://www.freeprivacypolicy.com/free-cookie-consent/ ***********/
.freeprivacypolicy-com---nb-simple {
	max-width: 100% !important;
	width: 100% !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
	background-color: #f9f9f9 !important;
	border-top: 1px solid #e6e6e6 !important;
	color: #111 !important;
}
.freeprivacypolicy-com---nb-simple .cc-nb-main-container,
.freeprivacypolicy-com---nb-simple .freeprivacypolicy-com---pc-dialog,
.freeprivacypolicy-com---nb-simple .freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs {
	font-family: "Nunito", sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-text {
	font-size: 14px !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-title {
	font-size: 19px !important;
}
.freeprivacypolicy-com---nb-simple .freeprivacypolicy-com---palette-light .cc-nb-reject {
	/*display: none !important;*/
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
	background-color: #f9f9f9 !important;
	border-top: 1px solid #e6e6e6 !important;
	color: #111 !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-title {
	display: none !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light .cc-nb-okagree {
	background-color: #f6d443 !important;
	border: 1px solid #f6d443 !important;
	border-radius: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	color: #171214 !important;
	font-weight: 400 !important;
	font-weight: 600 !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover {
	background-color: #ffffff !important;
	border: 1px solid #f6d443 !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light .cc-nb-changep {
	background-color: #ffffff !important;
	border: 1px solid #000000 !important;
	border-radius: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	color: #000000 !important;
	font-weight: 400 !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light .cc-nb-changep:hover {
	background-color: #ffffff !important;
	border: 1px solid #f6d443 !important;
}

@media (min-width: 768px) { 
	.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-main-container {
		padding: 1rem !important;
	}
	.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-text {
		margin: 0.65rem 0 0rem 0 !important;
	}
	.freeprivacypolicy-com---nb-simple .cc-nb-text-container {
		width: 80% !important;
		display: inline-block !important;
		vertical-align: top !important;
	}
	.freeprivacypolicy-com---nb-simple .cc-nb-buttons-container {
		width: 20% !important;
		display: inline-block !important;
		text-align: right !important;
		vertical-align: top !important;
	}
}

@media (max-width: 767px) {
	.freeprivacypolicy-com---nb-simple {
		zoom: 75% !important;
	}
	.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-main-container {
		padding: 1rem !important;
	}
	.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-text {
		font-size: 12px !important;
	}
}




/************* INTERSTITIAL Cookie Bar cez third-party https://www.freeprivacypolicy.com/free-cookie-consent/ ***********/
/*.freeprivacypolicy-com---nb-interstitial-overlay {
	background: rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
}*/
.freeprivacypolicy-com---nb-interstitial-overlay {
	background: rgba(0,0,0,0);
	margin: auto;
	left: 0;
	right: 0;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
.freeprivacypolicy-com---is-hidden {
	display: none !important;
}
.freeprivacypolicy-com---nb-interstitial {
	right: unset;
	top: unset;
	left: unset;
	margin: auto;
	position: relative;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2) !important;
	background-color: #ffffff !important;
}
.freeprivacypolicy-com---nb-interstitial .cc-nb-main-container,
.freeprivacypolicy-com---nb-interstitial .freeprivacypolicy-com---pc-dialog,
.freeprivacypolicy-com---nb-interstitial .freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs {
	font-family: "Nunito", sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
}
.freeprivacypolicy-com---nb-interstitial.freeprivacypolicy-com---nb .cc-nb-text {
	font-size: 17px !important;
	margin: 0 0 20px 0 !important;
}
.freeprivacypolicy-com---nb-interstitial.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
	background-color: #f6d443 !important;
	border: 1px solid #f6d443 !important;
	border-radius: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	color: #171214 !important;
	font-weight: 400 !important;
	font-size: 17px !important;
	font-weight: 600 !important;
}
.freeprivacypolicy-com---nb-interstitial.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover {
	background-color: #ffffff !important;
	border: 1px solid #f6d443 !important;
}
.freeprivacypolicy-com---nb-interstitial.freeprivacypolicy-com---palette-light .cc-nb-changep {
	background-color: #ffffff !important;
	border: 1px solid #000000 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-radius: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 17px !important;
}
.freeprivacypolicy-com---nb-interstitial.freeprivacypolicy-com---palette-light .cc-nb-changep:hover {
	background-color: #ffffff !important;
	border: 1px solid #f6d443 !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus {
	box-shadow: 0 0 0 0px #ff8d00;
}

@media (min-width: 992px) {
	.freeprivacypolicy-com---nb-interstitial-overlay {
		width: 39%;
	}
	/*.freeprivacypolicy-com---nb-interstitial {
		max-width: 40%;
	}*/
	.freeprivacypolicy-com---nb-interstitial {
		max-width: 100%;
	}
	.freeprivacypolicy-com---nb-interstitial.freeprivacypolicy-com---palette-light .cc-nb-changep {
		margin-left: 10px !important;
	}
}

@media (max-width: 991px) {
	.freeprivacypolicy-com---nb-interstitial-overlay {
		width: 90%;
	}
	/*.freeprivacypolicy-com---nb-interstitial {
		max-width: 90% !important;
	}*/
	.freeprivacypolicy-com---nb-interstitial {
		max-width: 100% !important;
	}
	.freeprivacypolicy-com---nb-interstitial.freeprivacypolicy-com---nb .cc-nb-text {
		font-size: 15px !important;
		margin: 0 0 20px 0 !important;
	}
	.freeprivacypolicy-com---nb-interstitial.freeprivacypolicy-com---palette-light .cc-nb-changep {
		margin-top: 10px !important;
	}
}



.freeprivacypolicy-com---palette-light .cc-pc-container {
	font-family: "Nunito", sans-serif !important;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs-item-link {
	font-family: "Nunito", sans-serif !important;
}
.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a {
	color: #d38600 !important;
}
.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a:hover {
	color: #d38600 !important;
	text-decoration: underline !important;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-foot-byline {
	visibility: hidden !important;
	display: none !important;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	justify-content: center;
}


@media (min-width: 992px) { 
	.freeprivacypolicy-com---is-visible {
		display: flex !important;
		align-items: center !important;
	}
}

