a, a:hover, a:focus {
	text-decoration: none;
}
/* Plugin Css */

.lcw-series-container {
}
.lcw-series {
	display: block;
	background-color: #f7f7f7;
	color: #fff;
	margin-bottom: 20px;
}
.lcw-series img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto;
	padding: 0 0 34px;
}
.lcw-series .lcw-series-tiles {
	min-height: 55px;
	font-size: 20px;
	position: relative;
	color: #2E8DEF;
	background: #00ab4e;
	padding: 5px 10px;
}
.lcw-series .lcw-series-tiles p {
	position: relative;
	z-index: 1;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	/*	padding: 0px 10px 10px;*/
	line-height: 22px;
}
.lcw-series .lcw-series-tiles:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: -45px;
	left: 0;
	z-index: 0;
	min-height: 90px;
}
.lcw-series .lcw-series-tiles span {
	position: absolute;
	top: -20px;
	left: 0;
	background: #ffea00;
	height: 20px;
	line-height: 21px;
	font-size: 13px;
	color: #000;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.lcw-series .lcw-series-tiles span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #f4e001;
}
/* LCW Data Table */

.lcw-table {
	border: #e0e1e2 1px solid;
	padding: 1px;
	margin-top: 10px;
}
.lcw-table .lcw-thead {
	display: table-row;
}
.lcw-table .lcw-tr {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 16px 0 15px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.lcw-table .lcw-thead .lcw-tr {
	padding: 16px 0 15px;
}
.lcw-table .lcw-tbody .lcw-tr {
	padding: 8px 0;
}
.lcw-table .lcw-thead .lcw-tr {
	background: #00ab4e;
	color: #fff;
}
.lcw-table .lcw-tbody .lcw-tr:nth-child(even) {
	background-color: #f7f7f7;
}
.lcw-table .lcw-tbody .lcw-tr:hover {
	background-color: #f7f7f7;
}
.lcw-table .lcw-thead .lcw-td {
	font-weight: bold;
	font-size: 17px;
}
.lcw-table .lcw-td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
}
.lcw-table .lcw-td:nth-child(1), .lcw-table .lcw-td:nth-child(2) {
	text-align: left;
}
.lcw-table .lcw-td:nth-child(2) {
	width: 22%;
}
.lcw-table .lcw-td img {
	width: 50px;
	height: 35px;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
/* LCW Fixtures */
.lcw-fixtures-outer {
}
.lcw-fixtures {
	text-align: center;
	padding: 20px 0 0 0;
}
.lcw-fixtures .row {
	align-items: center;
	justify-content: center;
	min-height: 200px;
}
.lcw-fixtures:nth-child(odd) {
	background: #fafafa;
}
.lcw-team {
}
.lcw-team-title {
	font-size: 45px;
	font-weight: bold;
	color: #a4a4a4;
	text-transform: uppercase;
}
.lcw-team-logo {
	margin: 5px 0 10px;
}
.lcw-team-logo img {
	/*background: #fff;*/
	
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	/*border: #f3f3f3 1px solid;*/
	/*padding: 15px;*/
	margin: 0 auto;
}
.lcw-team-logo span {
	position: relative;
	display: inline-block;
}
.lcw-stip {
	position: absolute;
	top: 0;
	right: 0;
	background: #00ab4e;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	z-index: 1;
	padding: 2px 2px 1px;
}
.lcw-team-score {
	font-size: 16px;
	font-weight: bold;
	color: #a4a4a4;
}
.lcw-team-score span:nth-child(2) {
	margin: 0 5px;
}
.lcw-match-title {
	font-size: 16px;
	font-weight: normal;
	color: #00ab4e;
}
.lcw-match-timing {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 22px 0;
}
.lcw-green .lcw-match-title {
	color: #00ab4e;
}
.lcw-red .lcw-match-title {
	color: #ff0000;
}
.lcw-match-info {
	font-size: 16px;
	font-weight: light;
	color: #363636;
}
.lcw-team.lcw-winner .lcw-team-title, .lcw-team.lcw-winner .lcw-team-score {
	color: #00ab4e;
}
/* LCW Tabs */
.lcw-tabs {
	border-bottom: #00ab4e 1px solid;
	margin: 20px 0;
	text-align: center;
	font-size: 0;
}
.lcw-tabs a {
	display: inline-block;
	border: 1px solid #becbd2;
	border-bottom: none;
	font-size: 18px;
	line-height: 3.1;
	padding: 0 30px;
	white-space: nowrap;
	color: #363636;
	margin: 0 5px;
	position: relative;
}
.lcw-tabs a.active {
	border: 1px solid #00ab4e;
	border-bottom:none;
	box-shadow: inset 0 2px #00ab4e;
	color: #00ab4e;
}
/*.lcw-tabs a.active:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background:#fff;
}*/
/* LCW Tabs */
.lcw-tabs, .lcw-livescore-outer .nav-tabs {
	border-bottom: #00ab4e 1px solid;
	margin: 20px 0;
	text-align: center;
	font-size: 0;
}
.lcw-tabs a, .lcw-livescore-outer .nav-tabs .nav-link {
	display: inline-block;
	border: 1px solid #becbd2;
	border-bottom: none;
	font-size: 18px;
	line-height: 3.1;
	padding: 0 30px;
	white-space: nowrap;
	color: #363636;
	margin: 0 5px;
	position: relative;
	border-radius: 0;
}
.lcw-tabs a.active, .lcw-livescore-outer .nav-tabs .nav-link.active {
	border: 1px solid #00ab4e;
	border-bottom: none;
	box-shadow: inset 0 2px #00ab4e;
	color: #00ab4e;
}
.lcw-tabs a.active:after, .lcw-livescore-outer .nav-tabs .nav-link.active:after  {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #fff;
}
.lcw-days{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.lcw-match-info{
	/*border-bottom: #BECBD2 1px solid;*/
	/*padding-bottom: 20px;*/
	margin-bottom: 20px;
}
.lcw-home-team, .lcw-away-team{
	font-size: 20px;
}
.lcw-home-team{
	margin-bottom: 8px;
}
.lcw-home-team span, .lcw-away-team span, .lcw-short-state span{
	font-weight: bold;
}
.lcw-match-msg{
	font-size: 14px;
	margin-top: 15px;
}
.lcw-short-state{
	text-align: right;
	font-size: 16px;
	margin-top: 5px;
}
.lcw-short-state:first-of-type{
	margin-top: 0;
}
.lcw-livescore-info{
	background: #00ab4e;
	padding: 10px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.lcw-current-time span{
	font-weight: normal;
}
.lcw-batsmen .lcw-thead .lcw-tr{
	background: #3e3e3e;
}
 .lcw-batsmen .lcw-tr{
 	min-height: 42px;
 	padding-top: 0;
 	padding-bottom: 0;
 }
 .lcw-batsmen .lcw-tbody .lcw-td a:nth-child(1){
 	font-weight: bold;
 }
 .lcw-batsmen .lcw-td:nth-child(2){
 	text-align: center;
 }
 .lcw-batsmen .lcw-td:nth-child(1){
 	width: 30%;
 }
 .lcw-batsmen .lcw-td:nth-child(2),
 .lcw-batsmen .lcw-td:nth-child(3),
 .lcw-batsmen .lcw-td:nth-child(4),
 .lcw-batsmen .lcw-td:nth-child(5),
 .lcw-batsmen .lcw-td:nth-child(6),
 .lcw-batsmen .lcw-td:nth-child(7),
 .lcw-batsmen .lcw-td:nth-child(8),
 .lcw-batsmen .lcw-td:nth-child(9),
 .lcw-batsmen .lcw-td:nth-child(10),
 .lcw-batsmen .lcw-td:nth-child(11),
 .lcw-batsmen .lcw-td:nth-child(12),
 .lcw-batsmen .lcw-td:nth-child(13)
 {
 	width: 14%;
 }
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(2),
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(3),
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(4),
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(5),
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(6),
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(7){
 	width: 10%;
 }
 .lcw-commentry-box{
 	margin-top: 20px;
 }
 .lcw-commentry-title{
 	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
 }
 .lcw-commentry-box-header, .lcw-over-box{
 	display: table;
 	width: 100%;
 	height: 40px;
 	min-height: 40px;
 	background: #00ab4e;
 	padding-left: 10px;
 	padding-right: 10px;
 }
.lcw-total-overs, .lcw-total-runs, .lcw-endof-over, .lcw-endof-over-msg{
	display: table-cell;
	vertical-align:middle;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
.lcw-total-runs, .lcw-endof-over-msg{
	text-align: right;
}
.lcw-over-box{
	background: #3e3e3e;
}
 .lcw-endof-over{
 	background: #3e3e3e;
 	padding:8px 0;
  	color: #fff;
 	font-size: 16px;
 }
 .lcw-endof-over-msg{
	font-size: 16px;
	padding: 8px 0;
}
.lcw-commentry-filter{
	display: table;
	width: 100%;
	height: 50px;
	min-height: 50px;
}
.lcw-commentry-title, .lcw-filter-list{
	display: table-cell;
	vertical-align: middle;
}
.lcw-filter-list{
	text-align: right;
}
.lcw-filter-list a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
}
.lcw-filter-list a:nth-child(1),
.lcw-filter-list a:nth-child(3){
	background: #00ab4e;
}
.lcw-filter-list a:nth-child(2){
	background: #3e3e3e;
	margin: 0 10px;
}
.lcw-over-info{
	padding: 10px;
	display: table;
	width: 100%;
}
.lcw-over-info-left{
	float: left;
	width: 50px;
}
.lcw-over-info-inner{
	width: 95px;
}
.lcw-over-info-inner,
.lcw-over-info-right{
	display: table-cell;
	vertical-align: middle;
}

.lcw-over-ball{
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
}
.lcw-each-over,
.lcw-over-ball{
	display: inline-block;
	vertical-align: middle;
}

.lcw-each-over{
	/*background: #00ab4e;*/
	color: #000;
	font-size: 16px;
}
.lcw-over-ball{
	background: #3e3e3e;
	font-weight: bold;
	margin: 0 0px 0 10px;
}
.card{
	margin-bottom: 30px;
}
ul.list-group.list-group-flush{
	margin:0;
}
.lcw-over-info-right{
	line-height: 20px;
	/*padding-top: 3px;*/
	width: 90%;
}
.lcw-over-info:nth-child(odd){
	/*background: #F7F7F7;*/
}
.lcw-livescore-outer .nav-fill.nav-tabs .nav-link{
	display: block;
}
.popover .popover-title {
	background-color: #00ab4e; 
	color: #fff;
	font-size: 15px;

}
.popover .popover-content{
	font-size: 15px;
}
.list-group-item img.icon{
	padding-right: 5px;
}

.info{
	float: right;
    
    width: 77%;
    margin-top: 10px;
    line-height: 1;
}
.info p{
	
    line-height: 1;
}
.profile-img{
	float: left;
}
.dataTables_wrapper .dataTables_filter{
	text-align: left;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}
#accordion .card-header{
  background:#00ab4e
}
#accordion .card{
	margin-bottom: 3px;
}
#accordion .card-header{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
#accordion .card-header:hover{
	text-decoration: none;
	
}
#accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    font-size: 20px;
    color: #fff;
}
#accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
    font-size: 20px;
    color: #fff;
}
.accordion-toggle{  cursor: pointer; }
.lcw-match-dates p{

  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.matchSummaryText{
	font-size: 13px;
	margin-left: 10px;
    margin-right: 10px;
}
.progress{
	background-color: unset;

}
.player-name{
	font-weight: bold;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #f81ac1;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #f81ac1;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding:0;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}
.bg-success{
	background-color: #206f00 !important;
}
.series-logo{
    margin-top: 50px;
}
.separator {
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.2);
	width: 30px;
	height: 5px;
}
.new-deal{width:100%;float:left;padding:15px 0;}
.new-deal .item-slide{position: relative;overflow: hidden;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;margin:15px 0;}
.new-deal .slide-hover{ position: absolute;height: 100%;width: 100%;left: -100%; background:rgba(0,0,0,.9);top: 0;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-moz-border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;  }
.new-deal .item-slide:hover .slide-hover{left:0px;}
.new-deal img{max-width:100%;}
.text-wrap {position: absolute;bottom: 0;left: 0;width: 100%;color: #fff;background: rgba(0, 0, 0, .8);z-index: 999;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;text-align: center;padding: 16px 12px;border-radius: 0 0 4px 4px;}
.text-wrap h4{padding:0 5px;}
.box-img{width: 100%;   text-align: center;    -moz-border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;    overflow: hidden;    border: 1px solid #ccc;}
.text-wrap .desc{width:50%;float:left;padding:0 5px;}
.text-wrap p{padding: 15px;font-size: 15px;text-align: center;font-weight: normal;text-shadow: 2px 2px 3px #000;}
.text-wrap h4{color: #fff;font-size: 16px;padding: 0;margin-bottom: 0;}
.text-wrap .desc h4{margin:0px;font: 400 17px/21px "Roboto";}
.text-wrap .desc h3{margin:0px;font: 400 32px/36px "Roboto";}
.new-deal .item-slide:hover .text-wrap{background:none}
.book-now-c {float:right;padding:10px;}
.book-now-c a {background: #029a8b;color: #fff;padding: 5px;border-radius: 5px;margin-top:0px;float: left;min-width: 101px;text-align: center;font-size: 16px;}
book-now-c a:hover{color:#fff;}
.new-deal .item-slide:hover .box-img .text-wrap{bottom:-100%;}
.text-wrap span{
	font-size: 15px;
}
.square, .btn {
    border-radius: 0px!important;
}
.slide-hover .text-wrap {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    padding: 0 20px;
}
.slide-hover .text-wrap h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.date-p p {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
}
.date-p p:last-child {
    padding-right: 0px;
}
.slide-hover .text-wrap .book-now-c {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.slide-hover .text-wrap .book-now-c a {
    display: block;
    width: 100%;
    background-color: #dd333300 !important;
    border: 1px solid #ffffff;
    color: #fff;
    font-weight: 500;
    padding: 8px 10px;
    font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.slide-hover .text-wrap .book-now-c a:hover {
    background-color: #dd3333 !important;
    border-color: #d33;
    transition: 0.6s all;
}
.new-deal img {
    transform: rotateY(0deg);
}
.new-deal .item-slide:hover .box-img img {
    transform: rotateY(360deg);
    transition: 0.9s all;
}
/* -- color classes -- */
.coralbg {
    background-color: #fff;
} 

.coral {
    color: #FA396f;
}

.turqbg {
    background-color: #46D8D2;
}

.turq {
    color: #46D8D2;
}

.white {
    color: #000 !important;
}

/* -- The "User's Menu Container" specific elements. Custom container for the snippet -- */
div.user-menu-container {
  z-index: 10;
  background-color: #fff;
  margin-top: 20px;
  background-clip: padding-box;
  
}

div.user-menu-container .btn-lg {
    padding: 0px 12px;
}

div.user-menu-container h4 {
    font-weight: 300;
    color: #8b8b8b;
}

div.user-menu-container a, div.user-menu-container .btn  {
    transition: 1s ease;
}

div.user-menu-container .thumbnail {
   width:auto;
   border: 0px!important;
   padding: 0px;
   border-radius: 0;
   border: 0px!important;
}

/* -- Vertical Button Group -- */
div.user-menu-container .btn-group-vertical {
    display: block;
}

div.user-menu-container .btn-group-vertical>a {
    padding: 20px 25px;
    background-color: #46D8D2;
    color: white;
    border-color: #fff;
}

div.btn-group-vertical>a:hover {
    color: white;
    border-color: white;
}

div.btn-group-vertical>a.active {
    background: #FA396F;
    box-shadow: none;
    color: white;
}
/* -- Individual button styles of vertical btn group -- */
div.user-menu-btns {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.user-menu-btns div.btn-group-vertical>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #46D8D2;
}
/* -- The main tab & content styling of the vertical buttons info-- */
div.user-menu-content {
    color: #323232;
}

ul.user-menu-list {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #eee;
}
ul.user-menu-list>li {
    padding-bottom: 8px;
    text-align: center;
}

div.user-menu div.user-menu-content:not(.active){
  display: none;
}

/* -- The btn stylings for the btn icons -- */
.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

/* -- Custom classes for the snippet, won't effect any existing bootstrap classes of your site, but can be reused. -- */

.user-pad {
    padding: 20px 25px;
}

.no-pad {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.user-details {
    background: #eee;
    min-height: 333px;
}

.user-image {
  overflow:hidden;
}
.user-image .thumbnail {
  background-color: unset;
  margin-bottom: 0; 
}
.overview{
	    background-color: #dd3333;
}
.overview h3 {
    font-weight: 300;
    font-size: 15px;
    margin-top: 15px;
    margin: 10px 0 0 0;
    color: #fff !important;
}

.overview h4 {
    font-weight: bold!important;
    font-size: 20px;
    margin-top: 0;
    color: #fff !important;
}

.view {
    position:relative;
    overflow:hidden;
    margin-top: 10px;
}

.view p {
    margin-top: 20px;
    margin-bottom: 0;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background: rgba(70, 216, 210, 0.44);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

.caption a {
    padding-right: 10px;
    color: #fff;
}

.info {
    display: block;
    padding: 10px;
    background: #eee;
    text-transform: uppercase;
    font-weight: 300;
    text-align: right;
}

.info p, .stats p {
    margin-bottom: 0;
}

.stats {
    display: block;
    padding: 10px;
    color: white;
}

.share-links {
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 15px;
}

.square, .btn {
    border-radius: 0px!important;
}
.lcw-livescore-outer .nav li{

	padding: 0 !important; 
}
/* -- media query for user profile image -- */
@media (max-width: 767px) {
    .user-image {
        max-height: 400px;
    }
}
