@font-face {
	font-family: TitilliumWeb-SemiBold;
	src: url('../fonts/TitilliumWeb-SemiBold.ttf');
}
@font-face {
	font-family: TitilliumWeb-Bold;
	src: url('../fonts/TitilliumWeb-Bold.ttf');
}
/* JQuery mobile disable text shadow*/
* {
    text-shadow: none !important;
}
.container-fluid {
   padding: 0px;
   overflow: hidden;
}
#widget{
	background-repeat:no-repeat;
	background-size:cover;
	color: white;
	padding: 20px 10px;
	/* HERE SET HIGHT FOR WIDGET BECAUSE OF BACKGROUND IMAGE*/
	min-height: 100vh;
}
.widget-sport-S{
	background-image: url('../images/background/sport_S_bg.jpg');
}
.widget-sport-B{	
	background-image: url('../images/background/sport_B_bg.jpg');
}
.widget-sport-E{	
	background-image: url('../images/background/sport_E_bg.png');
}
.widget-sport-BD{	
	background-image: url('../images/background/sport_BD_bg.png');
}
.widget-sport-W{	
	background-image: url('../images/background/sport_W_bg.png');
}
.widget-sport-R{	
	background-image: url('../images/background/sport_R_bg.png');
}
.widget-sport-SK{	
	background-image: url('../images/background/sport_SK_bg.png');
}
.widget-sport-SN{	
	background-image: url('../images/background/sport_SN_bg.png');
}
.widget-sport-T{	
	background-image: url('../images/background/sport_T_bg.jpg');
}
.widget-sport-TT{	
	background-image: url('../images/background/sport_TT_bg.png');
}
.widget-sport-H{	
	background-image: url('../images/background/sport_H_bg.png');
}
.widget-sport-HB{	
	background-image: url('../images/background/sport_HB_bg.png');
}
.widget-sport-V{	
	background-image: url('../images/background/sport_V_bg.png');
}
.widget-sport-VS{	
	background-image: url('../images/background/sport_VS_bg.png');
}
.icon a.active{
	-webkit-filter: drop-shadow(5px 10px 5px #000);
	filter: drop-shadow(5px 10px 5px #000);
}

.title{
	font-family: TitilliumWeb-SemiBold;
	font-size: 50px;
}
.nav{
	padding-right: 15px;
}
ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	display: inline;
}
#plus-18{
	position: absolute;
	right: 15px;
	top: 5px;
	height: 45px;
}
.ticket-button{
	font-family: TitilliumWeb-Bold;
	font-size: 47px;
	background-color: #5bbe04;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	box-shadow: 0px 10px 15px 0px #000000;
	border: 1px solid #fff;
}
#total-odd{
	font-size: 46px;
}
.ticket-button:hover{
	color:white;
	text-decoration: none;
}
.match{
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.odd{
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	font-size: 38px;
	height: 100%;
	flex: 1;
	/* margin-right: 10px; */
}
.odd.empty-odd{
  	pointer-events: none;
}
.odd .odd-value{
	font-size: 68px;
	font-family: TitilliumWeb-Bold;
}
.kickOffTime{
	font-family: TitilliumWeb-SemiBold;
	color: #ff5722;
	font-size: 38px;
}
.home, .away{
	font-family: TitilliumWeb-SemiBold;
	font-size: 41px;
}
.tab-footer{
	height: 12px;
	border-radius: 10px;
	background-color: #ff5722;
	width: 100%;
}
.tab-pane{
	touch-action: none;
}
.tab-pane>.page {
	display: none;
}
.tab-pane>.active {
	display: block;
}
.carousel-indicators {
  position: relative;
}
.carousel-indicators li {
 	background-color:#8d9491;
 	min-height:8px; 
 	border: 0;
	border-radius: 8px;
	width: 130px;
}
.carousel-indicators .active , .odd.selected{
   	background-color: #ff5721!important;
}

/* Device that can hover (desktops) */
@media (hover: hover) and (pointer: fine) {
    .odd:hover{
		background-color: rgba(255, 255, 255, 0.3);
	}
}


@media screen and (max-width: 355px) {
	.nav{
		padding-right: 5px;
	}
	#plus-18{
		right: 10px;
		top: 10px;
		height: 12px;
	}
	.icon img{
		max-height: 13px;
	}
	.ticket-button{
		margin-right: 5px;
	}
	#widget{
		/*padding: 20px 5px;*/
		padding: 20px 8px;
	}
	.title, .ticket-button{
		font-size: 12px;
	}
	#total-odd{
		font-size: 11px;
	}
	.odd{
		font-size: 12px;
		/* margin-right: 5px; */
	}
	.odd .odd-value{
		font-size: 18px;
	}
	.home, .away{
		font-size: 13px;
	}
	.kickOffTime{
		font-size: 12px;
	}
}

@media screen and (min-width: 356px) and (max-width: 400px) {
	.nav{
		padding-right: 5px;
	}
	#plus-18{
		right: 10px;
		top: 5px;
		height: 15px;
	}
	.icon img{
		max-height: 17px;
	}
	.ticket-button{
		margin-right: 5px;
	}
	#widget{
		padding: 20px 8px;
	}
	.title, .ticket-button{
		font-size: 13px;
	}
	#total-odd{
		font-size: 12px;
	}
	.odd{
		font-size: 12px;
	}
	.odd .odd-value{
		font-size: 19px;
	}
	.home, .away{
		font-size: 13px;
	}
	.kickOffTime{
		font-size: 12px;
	}
}


@media screen and (min-width: 401px) and (max-width: 575px) {
	.nav{
		padding-right: 20px;
	}
	#plus-18{
		right: 10px;
		top: 5px;
		height: 19px;
	}
	.icon img{
		max-height: 19px;
	}
	.ticket-button{
		margin-right: 20px;
	}
	.title, .ticket-button{
		font-size: 16px;
	}
	#total-odd{
		font-size: 15px;
	}
	.odd{
		font-size: 15px;
	}
	.odd .odd-value{
		font-size: 23px;
	}
	.home, .away{
		font-size: 15px;
	}
	.kickOffTime{
		font-size: 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#plus-18{
		right: 10px;
		top: 10px;
		height: 25px;
	}
	.icon img{
		max-height: 26px;
	}
	.title, .ticket-button{
		font-size: 22px;
	}
	#total-odd{
		font-size: 21px;
	}
	.odd{
		font-size: 18px;
	}
	.odd .odd-value{
		font-size: 26px;
	}
	.home, .away{
		font-size: 20px;
	}
	.kickOffTime{
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.icon img{
		max-height: 35px;
	}
	.title, .ticket-button{
		font-size: 30px;
	}
	#total-odd{
		font-size: 29px;
	}
	.odd{
		font-size: 28px;
	}
	.odd .odd-value{
		font-size: 45px;
	}
	.home, .away{
		font-size: 30px;
	}
	.kickOffTime{
		font-size: 28px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1140px) {
	.icon img{
		max-height: 50px;
	}
	.title, .ticket-button{
		font-size: 46px;
	}
	#total-odd{
		font-size: 45px;
	}
	.odd{
		font-size: 35px;
	}
	.odd .odd-value{
		font-size: 60px;
	}
	.home, .away{
		font-size: 40px;
	}
	.kickOffTime{
		font-size: 27px;
	}
}