body{
	background-color:#0b0e14 !important;
	background-color:#000000 !important;
	color:#fff;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-size:cover;
}

.iq-card{
	border-radius:0px;
}

.footer{
	padding: 29px 0 20px;
}

.form-control{
	border-radius:0px;
}

.partners{
	border-top:1px solid #24272c;
	border-bottom:0px solid #24272c;
	border-top:1px solid rgba(255,255,255,.05);
	
	
	
	    padding: 20px;
    padding-bottom: 20px;
}



.partners img {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.375);
    -moz-transition: -moz-transform .6s cubic-bezier(.175,.885,.32,1.375);
    -o-transition: -o-transform .6s cubic-bezier(.175,.885,.32,1.375);
    transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.375),-moz-transform .6s cubic-bezier(.175,.885,.32,1.375),-o-transform .6s cubic-bezier(.175,.885,.32,1.375),transform .6s cubic-bezier(.175,.885,.32,1.375);
	filter: grayscale(100%);
	//filter: sepia(100%) hue-rotate(190deg) saturate(-90%);
	//filter: none;
}

.partners img.ltx-img-hover{
position: absolute;
    top: 0;
    left: 50%;
	    -webkit-transform: translate(-50%,-100%);
    -moz-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
     transform: translate(-50%,-100%);
	 filter: none;
}

.item{
position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
	margin:20px 50px;
}



.partners .item:hover img:not(.ltx-img-hover){-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}
.partners .item:hover .ltx-img-hover{-webkit-transform:translate(-50%,0%);-moz-transform:translate(-50%,0%);-ms-transform:translate(-50%,0%);-o-transform:translate(-50%,0%);transform:translate(-50%,0%)}


.header{
	height:149px;
	line-height:149px;
	border-bottom: 0px solid rgba(255,255,255,.05);
	margin-top:0px;
}

.logo img{
height:130px;
margin-top:5px;

}




a{
	color:#e0ae4d;
	color:#f46d00;
	color:#f1d36f;
	color:#007740;
}

a:hover {
	color:#fff;
}

.header-right{
	text-align:right;
}

.header-center{
	text-align:center;
}

.header .header-left a {
	margin:5px;
	//font-size:20px;
}

.header .header-right a {
	margin:5px;
}

.header .header-right a {
	font-weight:bold;
	color:#fff;
}

.header .header-right a i {
	font-weight:normal;
	color:#e0ae4d;
	color:#f46d00;
	color:#f1d36f;
	color:#007740;
}	

.header .header-right a:hover i {
	color:#fff;
}

a i{
	    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
/*
.counter-layout{
	position: relative;
    padding: 0 38px;
    background-color: #007740;
    display: inline-block;
	line-height: 68px;
	font-size:30px;
}

.counter-layout::before{
content: "";
    position: absolute;
    left: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 70px 24px;
    border-color: transparent transparent #007740 transparent;
	line-height: 70px;
	top:2px;
}

.counter-layout::after{
    content: "";
    position: absolute;
    top: 0px;
    right: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 70px 24px 0px 0px;
    border-color: #007740 transparent transparent transparent;
	line-height: 70px;

}
*/
.content{
	padding-top:100px;
	padding-bottom:100px;
}

.buttons{
	margin-top:40px;
}	

h1{
	font-size:90px;
	line-height:100px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom:30px;
	margin-top:30px;
}

h1 span{
	color:#007740;
	color:#007740;
}

.place{
	font-size:24px;
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	
	line-height:40px;
}

.place strong{
	font-size:40px;
	color:#007740;
	text-transform:uppercase;
}


.btn1{
	position: relative;
    padding: 0 38px;
    background-color: #007740;
    display: inline-block;
	line-height: 48px;
	font-size:16px;
	color:#fff;
	margin:0px 30px;
	//font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:Bold;
}



.btn1::before{
content: "";
    position: absolute;
    left: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 46px 24px;
    border-color: transparent transparent #007740 transparent;
	line-height: 50px;
	top:2px;
	 -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.btn1::after{
    content: "";
    position: absolute;
    top: 0px;
    right: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 46px 24px 0px 0px;
    border-color: #007740 transparent transparent transparent;
	line-height: 50px;
	 -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}

.btn1:hover{
	background-color:#fff;
	color:#007740;
	 -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.btn1:hover::before{
	 border-color: transparent transparent #fff transparent;
}

.btn1:hover::after{
	 border-color: #fff transparent transparent transparent;
}

.footer a{
	color:#777777;
}

.footer a:hover{
	color:#fff;
}

.footer .text-left a{
	margin-right:10px;
}



/*
@-webkit-keyframes y {
    0% { -webkit-transform: rotateY(0deg); }
    100% { -webkit-transform: rotateY(360deg); }
}
.logo:hover img {
    -webkit-animation: y 5s infinite linear;
}
*/





.clock-row div{
	position: relative;
    padding: 0 38px;
    background-color: #007740;
    display: inline-block;
	line-height: 78px;
	font-size:60px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.clock-row div::before{
content: "";
    position: absolute;
    left: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 80px 24px;
    border-color: transparent transparent #007740 transparent;
	line-height: 80px;
	top:-2px;
}

.clock-row div::after{
    content: "";
    position: absolute;
    top: 0px;
    right: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 80px 24px 0px 0px;
    border-color: #007740 transparent transparent transparent;
	line-height: 80px;

}

.clock-row{
	display:inline-block;
	margin:0px 30px;
}

.clock-row span{
	display:block;
	font-size:20px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
}

.language-box{
	position:relative;
	float:left;
	margin-right:30px;
}

.language-box img{
width:30px;
}



.language-box-popup-abs img{
	filter: grayscale(100%);
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.language-box-popup-abs a:hover img{
	filter: none;
}

.language-btn{
	//border:3px solid #fff;
	//border-radius:20px;
	cursor:pointer;

}

.language-btn span{
	//font-size:20px;
}

.language-box-popup-abs{
	position:absolute;
	left:-5px;
	top:90px;
	line-height:30px;
	display:none;
}

.cards{
	//border-top:1px solid #24272c;
	    padding: 50px;
		padding: 22px;
    padding-bottom: 50px;
}


h3{
	font-size:50px;
	line-height:60px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom:30px;
	margin-top:0px;
	color:#fff !important;
}

h3 span{
	color:#007740;
	color:#007740;
}

.box1, .box2{
	max-width:100%;
}




.card-name{
	position: relative;
    padding: 0 18px;
    background-color: #007740;
    display: inline-block;
	line-height: 48px;
	//line-height: 24px;
	font-size:16px;
	color:#fff;
	margin:0px 30px;
	//font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:Bold;
	margin-bottom:20px;
	width:40%;
	margin-top:30px;

}



.card-name::before{
content: "";
    position: absolute;
    left: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 46px 24px;
    border-color: transparent transparent #007740 transparent;
	line-height: 50px;
	top:2px;
	 -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.card-name::after{
    content: "";
    position: absolute;
    top: 0px;
    right: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 46px 24px 0px 0px;
    border-color: #007740 transparent transparent transparent;
	line-height: 50px;
	 -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}





.card-name-white{
	position: relative;
    padding: 0 28px;
    background-color: #fff;
    display: inline-block;
	line-height: 48px;
	font-size:16px;
	color:#0b0e14 ;
	margin:0px 30px;
	//font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:Bold;
	margin-bottom:10px;
	margin-top:15px;
	//width:100%;
	overflow:hidden;

}

.card-name-white::before{
	width:19px;
	height:49px;
	background-image:url('../img/larr.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	content:""
}

.card-name-white::after{
	width:19px;
	height:49px;
	background-image:url('../img/rarr.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	content:""
}



.card-name-white1::before{
content: "";
    position: absolute;
    left: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 46px 24px;
    border-color: transparent transparent #fff transparent;
	line-height: 50px;
	top:2px;
	 -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.card-name-white1::after{
    content: "";
    position: absolute;
    top: 0px;
    right: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 46px 24px 0px 0px;
    border-color: #fff transparent transparent transparent;
	line-height: 50px;
	 -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}















.card-name-sub{
	position: relative;
    padding: 0 18px;
    background-color: #007740;
    display: inline-block;
	line-height: 48px;
	font-size:16px;
	color:#fff;
	margin:0px 0px;
	//font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:Bold;
	margin-right:10px;
	margin-left:10px;
	width:120px;

}

.card-name-sub::after{
	width:19px;
	height:49px;
	background-image:url('../img/larr2.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	content:""
}


.card-name-sub::before{
	width:19px;
	height:49px;
	background-image:url('../img/rarr2.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	content:""
}




.card-name-sub2::before{
content: "";
    position: absolute;
    left: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 46px 24px;
    border-color: transparent transparent #007740 transparent;
	line-height: 50px;
	top:2px;
	 -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.card-name-sub2::after{
    content: "";
    position: absolute;
    top: 0px;
    right: -24px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 46px 24px 0px 0px;
    border-color: #007740 transparent transparent transparent;
	line-height: 50px;
	 -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}



.box1{
animation-name: boxing_vs_left;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(.445,.05,.55,.95);
    animation-iteration-count: infinite;
	position: absolute;
	left:0px;
}

.box2{
animation-name: boxing_vs_right;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(.445,.05,.55,.95);
    animation-iteration-count: infinite;
	position: absolute;
	left:0px;
}


@keyframes boxing_vs_left{
	0%{top:10px}
	50%{top:-10px}
	100%{top:10px}
}

@keyframes boxing_vs_right{
	0%{top:-10px}
	50%{top:10px}
	100%{top:-10px}
}


@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}


.relative{
	position:relative;
	overflow:hidden;
}

.card-vs{
	position: relative;
    padding: 0 28px;
    background-color: #fff;
    display: inline-block;
	line-height: 80px;
	font-size:30px;
	color:#0b0e14 ;
	margin:0px 30px;
	//font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:Bold;
	margin-bottom:10px;
	margin-top:10px;
	//width:100%;
	//overflow:hidden;
	margin-left: -50px;
    margin-right: -50px;
    z-index: 100;
	position: absolute;
	top:0px;

}

.card-vs::after{
width:45px;
	height:80px;
	background-image:url('../img/larr3.png');
	background-position:left center;
	background-repeat:no-repeat;
	position:absolute;
	left:-36px;
	top:0px;
	content:""
}

.card-vs::before{
width:45px;
	height:80px;
	background-image:url('../img/rarr3.png');
	background-position:left center;
	background-repeat:no-repeat;
	position:absolute;
	right:-36px;
	top:0px;
	content:""
}


#video {
  object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

#video-bg{
	width: 100vw;height: 100vh;position: fixed;top: 0;left: 0;
	
	//background-color:black;
	//opacity:0.8
}

#video-bg:before{
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.7035189075630253) 0%, rgba(0,0,0,1) 70%);
content:"";
position:fixed;left:0px;top:0px;
width:100%;
height:50%
}

#video-bg:after{
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.7035189075630253) 0%, rgba(0,0,0,1) 70%);
content:"";
position:fixed;left:0px;bottom:0px;
width:100%;
height:50%
}


/* Add some content at the bottom of the video/page */
.contentVideo2 {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}


.modal-content{
	background-color:transparent;
	border:0px;
	box-shadow:none;
	color:#fff;
}

.modal-content label{
	color:#fff;
}

.modal-backdrop.show {
	opacity: .95
}

.close{
	color:#fff;
	text-shadow:none;
	opacity:1
}

.close:hover{
	color:#007740;
}	

.btn{
	border-radius:0px;
}

@media (max-width: 991.98px){
.header .header-left .language-box{
	display:none;
}

.header .header-right{
	line-height:30px;
	padding-top:35px;
	font-size:12px;
}

.header .header-right a{
	display:block;
} 

}





#async-player .fp-ratio{

	background-image:url('../images/ppv.jpg');
	background-position:center;
	background-size:cover;
}

.fp-error{
	height:50% !important;
	display:none !important; 
}


 .is-playing.is-error .fp-middle, .is-playing.is-error .fp-togglable, .is-waiting .fp-togglable, .is-waiting .fp-middle,
 .is-error .fp-middle, .is-error .fp-togglable{
	display: flex !important;
}


.is-playing.is-error .fp-secondary.fp-togglable, .is-waiting .fp-secondary.fp-togglable, .is-error .fp-secondary.fp-togglable{
	display: block !important;
}


#async-player.no-bg{
	background-image:none !important;
}

.fp-share-menu{
	display:none !important;
}

#async-player.flowplayer{
	background-color:#000 !important;
}	


#async-player.flowplayer.is-playing{
	background-color:transparent !important;
	background-image:none!important;
}	


.fp-error{
	height:50% !important;
	display:none !important; 
}


 .is-playing.is-error .fp-middle, .is-playing.is-error .fp-togglable, .is-waiting .fp-togglable, .is-waiting .fp-middle,
 .is-error .fp-middle, .is-error .fp-togglable{
	display: flex !important;
}


.is-playing.is-error .fp-secondary.fp-togglable, .is-waiting .fp-secondary.fp-togglable, .is-error .fp-secondary.fp-togglable{
	display: block !important;
}


.fp-error{
	height:50% !important;
	display:none !important; 
}


 .is-playing.is-error .fp-middle, .is-playing.is-error .fp-togglable, .is-waiting .fp-togglable, .is-waiting .fp-middle,
 .is-error .fp-middle, .is-error .fp-togglable{
	display: flex !important;
}


.is-playing.is-error .fp-secondary.fp-togglable, .is-waiting .fp-secondary.fp-togglable, .is-error .fp-secondary.fp-togglable{
	display: block !important;
}



#async-player.flowplayer{
	background-color:#000 !important;
}	


#async-player.flowplayer.is-playing, #async-player.flowplayer.is-fullscreen{
	background-color:transparent !important;
	background-image:none!important;
}	

#async-player.flowplayer.is-fullscreen{
	border:0px !important;
}

#async-player.flowplayer.is-fullscreen .fp-ratio{
	background-color:transparent !important;
	background-image:none!important;
}
