

@charset "UTF-8";
@import url(font-awesome.min.css);
@font-face {
	font-family: 'BerlinSansFBDemi-Bold';
	src: url('../fonts/BerlinSansFBDemi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BerlinSansFBDemi-Bold.woff') format('woff'), url('../fonts/BerlinSansFBDemi-Bold.ttf') format('truetype'), url('../fonts/BerlinSansFBDemi-Bold.svg#BerlinSansFBDemi-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}


/*--------------------------------------reset end--------------------------------------*/


/*loader*/

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	background-color: #fefefe;
}

.play_ground_overlay {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.sticky+.content {
	padding-top: 102px;
}

.vs {
	color: #ffffff;
	margin: 0px 20px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}

.blue_bg {
	background-color: rgba(255, 150, 135, 0.8)
}

.m_t20 {
	margin-top: 20px
}

.m_t30 {
	margin-top: 30px
}


/*------button------*/

.next_btn {
	/*background: #040029;*/
	color: #ffffff;
	padding-right: 30px;
	padding-left: 30px;
	transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
	background: #ee3e24;
	box-shadow: inset 0 0 6px #ff4529;
	text-shadow: 0 0 5px #ffa294, 0 0 15px #ffa294, 0 0 20px #ffa294, 0 0 40px #ffa294, 0 0 60px #ffa294, 0 0 10px #ffa294, 0 0 98px #ffa294;
}

.next_btn:hover,
.next_btn:focus {
	background: #ee3e24;
	color: #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-box-shadow: 0 0 5px 2px #ffa294;
	-webkit-box-shadow: 0 0 5px 2px#ffa294;
}


/*------nav------*/

nav {
	min-height: 3vh;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #040029;
	/*background: linear-gradient(90deg, rgba(4,0,41,1) 10%,rgba(0,72,163,1) 50%,  rgba(0,147,198,1) 100%);*/
	padding: 5px 20px;
}


/*------logo------*/

.logo {
	display: block;
	vertical-align: middle;
}

.logo a {
	display: block;
	width: 188px;
	height: 42px
}

.logo a img {
	vertical-align: middle;
	width: 100%;
}

.league_icon {
	width: 50px;
	height: auto;
}

.league_icon img {
	vertical-align: middle;
	max-width: 100%;
}

.title_League {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}

.w_epl_logo {
	width: 90px;
}

.title_League img {
	max-width: 100%;
	vertical-align: middle;
}

.title_League h2 {
	font-size: 24px;
	color: #030044;
}

.play_ground {
	background-image: url("../images/play_ground.jpg");
	background-position: center;
	background-size: cover;
	padding: 20px 0px;
	position: relative;
	width: 100%;
	height: 100%;
}

.main_section {
	position: relative;
}


/*------matches------*/

.container_wrap {
	min-height: 700px
}

.container_wrap,
.subheader_wrap {
	/*max-width: 1140px;*/
	max-width: 900px;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
	background: rgba(255, 255, 255, 0);
}


/*.container_wrap{background: rgba(255,255,255,0.9);}*/

.match_menu {
	position: relative;
	padding: 40px 10px 30px;
	/*margin-top: 30px;*/
}

.match_menu .link_area {
	width: 90%;
	margin: auto;
	text-align: center;
}

.match_menu .link_area li {
	list-style: none;
	text-decoration: none;
	display: inline-block;
}

.match_menu .link_area a {
	color: #fff;
}

.match_menu .link_area a .img-btn {
	width: 150px;
	position: relative;
	height: 50px;
}

.match_menu .link_area a .img-btn img {
	width: 100%
}


/*.match_menu .link_area a:hover, .match_menu .link_area .active{ border: 1px solid #ee3e24; color: #fff; background: #ee3e24; box-shadow: inset 0 0 6px   #ff4529; text-shadow: 0 0 5px #ffa294, 0 0 15px #ffa294, 0 0 20px #ffa294, 0 0 40px #ffa294, 0 0 60px #ffa294, 0 0 10px #ffa294, 0 0 98px #ffa294;}*/


/*.match_menu .link_area a .img-btn img:hover, .match_menu .link_area .active{box-shadow:0px 8px 6px 6px   #ff4529;
    content:url(../images/hightlighthover.png);background-repeat: no-repeat; width:150px; z-index: 99; position: absolute; top 0px; left: 0px; bottom: 0px; height: 50px;

}*/

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem transparent;
}

.stadium img {
	max-width: 100%;
}

.next_menu {
	padding: 20px 0px
}

.title_bg {
	display: table;
	width: 100%;
	border-top: 1.8px solid #ff6e59;
	padding: 15px;
	border-bottom: 1.8px solid #ff6e59;
}

.title_bg3 {
	display: table;
	width: 100%;
	padding: 8px 10px;
}

.title_bg i {
	font-size: 32px;
	color: #ee3e24
}

.title_bg3 .team_logo {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.title_bg3 .team_name {
	display: inline-block;
}

.title_bg3 .team_logo img {
	width: 100%;
	height: 100%
}

.matches_list_outer,
.palyer_list,
.palyer_list_name {
	border-bottom: 1px solid #ff6e59;
	padding: 10px 0px;
	margin: 0px 0px;
}

.palyer_list,
.palyer_list_name {
	border-bottom: 1px solid #ff6e59;
	box-sizing: border-box;
	padding: 10px 6px;
	margin: 0px 0px;
}

.matches_list,
.palyer_list,
.palyer_list_name {
	display: table;
	width: 100%;
	position: relative;
	font-size: 17px;
}

.matches_list {
	position: inherit;
}

.matches_list_outer {
	display: block;
	width: 100%;
	position: relative;
	font-size: 15px;
	padding: 0px;
}

.matches_list {
	padding: 0px 10px 8px 10px;
}

.list_border_top {
	border-top: 1px solid #d5d5d5
}

.matches_list:hover,
.check,
.palyer_list:hover,
.palyer_list_name:hover {
	/*background-color: #e8e8e8;*/
	transition: all .5s ease-in-out;
	background: linear-gradient(rgba(238, 62, 36, .5) 0%, rgba(238, 62, 36, .5) 90%), linear-gradient(to right, rgba(238, 62, 36, .5) 0%, rgba(238, 62, 36, .5) 90%);
	background-blend-mode: screen, difference, lighten;
}

.palyer_list:hover,
.palyer_list_name:hover {
	/*background-color: #e8e8e8;*/
	transition: all .5s ease-in-out;
	box-sizing: border-box;
	padding: 10px 6px;
}

.matches_list_outer:last-child,
.palyer_list:last-child {
	border-bottom: 1px solid #ff6e59;
}

.palyer_wrap:nth-child(1) {
	border-top: 1px solid #ff6e59;
}

.list_col,
.matches_list_outer_cell {
	display: inline-block;
	width: auto;
	text-align: left;
	vertical-align: middle;
}

.width80 {
	width: 80%
}

.width20 {
	width: 20%
}

.matches_list .list_col {
	width: 30%;
}


/*.matches_list .list_col:nth-child(3n){  width: 180px; }*/

.title_bg .list_col {
	width: 33.33%;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.list_col {
	vertical-align: middle;
	color: #fff;
}

.list_col .game_logo {
	width: 70px;
	height: 70px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 10px
}

.list_col .game_logo img {
	width: 100%
}

.play_link,
.play_link a i {
	display: block;
	cursor: pointer;
	padding: 0px 10px
}

.play_link a i {
	display: block;
	animation: dot 0.5s ease-in-out infinite alternate;
}

.play_link a {
	vertical-align: middle;
	display: block;
	font-size: 25px;
	color: #212529;
	text-align: center;
	text-decoration: none
}

.play_link a label {
	font-size: 14px;
	cursor: pointer
}

.play_link a:hover i,
.play_link a i:active,
play_link a i:focus {
	animation: dot 0.5s ease-in-out infinite alternate;
}

@keyframes dot {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.3)
	}
}

.top_border {
	border-top: 1px solid #cecece;
}

.list_col.team_detail {
	width: 40%;
	position: relative
}

.list_col.team_detail .span {
	color: #ff6e59;
	font-weight: 600;
	font-size: 20px;
	width: 40px;
	display: inline-block;
	padding: 20px 0px;
	vertical-align: top;
}

.list_col.team_detail .box1 {
	display: inline-block;
	text-align: center;
	width: 150px;
}

.palyer_list .list_col {
	width: 50%;
	display: table-cell;
}

.palyer_list_name .list_col {
	width: 95%;
	display: table-cell;
}


/*.matches_list .list_col i{ font-size: 25px;}*/

.palyer_list .list_col i,
.palyer_list_name i {
	font-size: 20px;
}

.title_bg>.list_col {
	text-align: inherit;
}

.matches_list_outer .team_namediv {
	display: none;
}


/*------matches category------*/

.matches_list .list_col,
.list_col.team_detail,
.play_link a label {
	font-size: 17px;
}

.title_bg2 {
	display: block;
	width: 100%;
	padding: 5px 0px;
	text-align: center;
	margin-bottom: 20px;
}

.title_bg2 i {
	font-size: 32px;
	color: #0093c6
}

.title_bg2 .team_logo {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0px auto;
	/*margin-bottom: 5px;*/
}

.title_bg2 .team_name {
	display: inline-block;
	font-size: 14px;
}

.title_bg2 .team_logo img {
	width: 100%;
	height: 100%;
	text-align: center;
}

.title_bg2 .list_col2 {
	width: 28.2%;
	display: inline-grid;
	text-align: center;
}

#team_name {
	display: inline-block;
	text-align: center;
}

#team_name2 {
	display: inline-block;
	text-align: center;
}

.catg_wrap {
	position: relative;
	display: inline-block;
	width: 197px;
	margin: 8px;
	cursor: pointer;
	text-align: center;
	margin-bottom:10px;
}

.catg {
	border-radius: 10px;
	border: 2px solid #ff6e59;
	padding:30px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
}

.catg_wrap:nth-child(5n) {
	margin-right: 0px;
}

.catg.disabled {
	cursor: default;
	background: #414142;
}

.catg.disabled .checkbox_img {
	display: none
}

.catg .img_box {
	width: 80px;
	height: 80px;
	margin: auto;
}

.catg .img_box i.fa {
	font-size: 6em;
	color: #09bdff
}

.catg .img_box img {
	max-width: 100%;
	height: 100%
}

.catg_title {
	color: #fff;
	font-weight: 600;
	word-wrap: break-word;
}

.checkbox_img label {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	background: rgba(0, 0, 0, .0);
	margin: 0;
	font-weight: 400;
	left: 0px;
}

.catg .checkbox_img label {
	border-radius: 8px;
}

.catg.disabled:hover {
	border: 2px solid #959595;
}

.checkbox>input[type=checkbox],
.checkbox_img>input[type=checkbox] {
	display: none
}

.catg:hover {
	border: 2px solid #ffc9c1
}

.checkbox_img>input[type=checkbox]:checked+label,
.catg:hover label,
.matches_list:hover label {
	/* background: rgba(0, 0, 0, .7);*/
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 20px;
	font-weight: 400;
	text-align: center;
	color: #000;
	cursor: pointer;
	background: linear-gradient(rgba(255, 201, 193, .5) 0%, rgba(255, 201, 193, .5) 90%), linear-gradient(to right, rgba(255, 201, 193, .5) 0%, rgba(255, 201, 193, .5) 90%);
	background-blend-mode: screen, difference, lighten;
}

.shine {}

@-webkit-keyframes placeholderShimmer {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}

.matches_list:hover label {
	padding: 10px 0;
}

.catg:hover label,
.matches_list:hover label {
	color: #a5a5a5;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	position: absolute;
}

.matches_list:hover label {
	padding: 20px 0;
}

.checkbox_img:hover label:before {
	color: #000;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 40px;
}

.checkbox_img>input[type=checkbox]:checked+label {
	color: #fff;
}

.checkbox_img>input[type=checkbox]:checked+label:before {
	color: #000;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 50px;
	text-shadow: 0 0 20px #fff;
}

.sub_tile {
	border-bottom: 1px solid #cecece;
	padding: 20px 10px;
	font-weight: 500;
	color: #fff;
}

.sub_tile i {
	color: #1ab9e1;
	margin-right: 4px;
}

.video_wrap {
	border-bottom: 1px solid #cecece;
	padding: 20px 10px;
}

.video_inner video {
	width: 90%;
	margin: 0px auto;
}

.video_inner video {
	width: 100%;
}


/*player*/

.palyer_wrap a {
	color: #212529;
	text-decoration: none;
}

.palyer_wrap h5 {
	font-weight: 400;
	font-size: 14px;
}

.team_icon {
	width: 50px;
	height: 50px;
	display: inline-block
}

.team_icon img {
	vertical-align: middle;
	width: 100%;
	height: 100%
}

.player_name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

footer {
	position: relative;
	font-size: 13px;
}

.footer_wrap {
	background-color: #020110;
	text-align: center;
	color: #ffffff;
	padding: 20px;
	/*margin-top: 20px;*/
}

.container-matches {
	position: relative;
}

.select_multiple_game {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	display: block;
	z-index: 999;
	text-align: center;
}

.message {
	vertical-align: middle;
	color: #ffff;
	align-items: center;
	margin: 10% 0px
}

.instruction {
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 0px;
}

.instruction li {
	display: inline-block;
	font-size: 15px;
	margin: 0px 0px;
	text-align: center;
	position: relative;
	z-index: 8;
	border-right: 1px solid #fba498;
	padding: 0px 10px;
	text-align: center;
}

.instruction li:last-child {
	border-right: none;
}

.instruction .icon,
.instruction .active-icon {
	width: 60px;
	height: 60px;
	margin: 0px auto;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 5px 0px;
	margin-bottom: 0px;
}


/*.instruction li:after{ content: ''; background: #d3d3d3; width: 100%; height: 13px; position: absolute; top: 31%;
border-radius:0px;z-index: -1; box-shadow: inset 0 0 4px #5b5b5b;
left: 79%;}*/


/*.instruction li:first-of-type:after{ background: #d3d3d3;}*/


/*.instruction li:nth-of-type(n):after{ background: #00afc9;}*/


/*.instruction li:last-child:after{ display: none}*/


/*.instruction li .active-icon{ background: linear-gradient(45deg, #323232 50%,  #ff3f5f 50% );}*/

.instruction .icon .img {
	width: 50%;
	margin: 0px auto;
}


/*.instruction .span{ margin-right: 8px; 
	background: linear-gradient(#0484ae,  #0474ae ); 
	padding: 4px 10px;
	color: #fff; border-radius: 100%; text-align: left; font-size: 14px;}*/

.instruction .label {
	color: #fff;
	word-wrap: break-word;
	font-weight: 600;
}

.instruction .spanColor {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.instruction .spanColoractive {
	color: #fba498;
	font-size: 16px;
	text-align: center;
	text-shadow: 0 0 10px #ffa294, 0 0 15px #ffa294, 0 0 20px #ffa294;
}


/*
.instruction .active-icon + .label{  font-weight: 700;}
*/


/*
.direction{  text-align: center; overflow: hidden; width: 100%; margin-bottom: 10px; padding-top: 10px}
.direction .direction-inner {background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(9,9,121,1) 40%, rgba(0,212,255,1) 100%); height: 67px}
.direction .direction-inner img{ max-width: 100%;}
.direction li{display: inline-block;  position: relative; padding:0px 10px; color: #fff; text-align: left; margin: 0px 10px;}
.direction .boxwrap .textcontent{ display: inline-block;}
.direction li.active{ color: #2adeff;
 text-shadow: 0 0 5px #51e4ff, 0 0 15px #51e4ff, 0 0 20px #51e4ff, 0 0 40px #51e4ff, 0 0 60px #51e4ff, 0 0 10px #51e4ff, 0 0 98px #51e4ff;

}
.direction .boxwrap .block{ display:block; height: 100%; width:100%; position: relative;}*/

#video-player {
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
}

#loading {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	top: calc(50% - 34px);
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}

.ads-top {
	max-width: 900px;
	min-width: 300px;
	margin: auto;
}

.ads-top img {
	max-width: 90%;
	max-height: 100%
}

.ads-right {
	position: fixed;
	width: 200px;
	top: 40%;
	right: 0px
}

.ads-left {
	position: fixed;
	width: 200px;
	top: 40%;
	left: 0px
}

.ads-right img,
.ads-left img {
	max-width: 100%;
}

.vjs-icon-swanbaybrand{ 
	background-image:url("https://swanbay.tv/video-demo/celtic/assets/images/favicon.png")!important;
	background-repeat: no-repeat!important;
	background-size: 30px 30px!important;
}