@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix{
	display: block;
}
html{
	text-size-adjust:none;
	-webkit-text-size-adjust:none;
}
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:relative;
	min-height: 100%;
	background:#f9f9f9;
}
img{
	display:block;
	max-width:100%;
}
html,body{
	min-height:100%;
	position:relative;
}
body{
/*	font-family: 'CircularStd-Medium';*/
	font-family: helvetica,"Segoe UI",Arial,sans-serif;
	font-weight:400;
	margin:0;
	padding:0;
	font-size:14px;
}
a{
	color:#000;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover{
	text-decoration:none;
	color:#84c225;
}
a:focus,
input:focus,
button:focus,
select:focus,
button:focus{
	outline:none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration:none;
}
ul{
	margin-bottom:20px;
}
p{
	font-weight:400;
	margin-bottom:20px;
}
p:last-child{
	margin-bottom:0;
}
.mt-30{
	margin-top:30px
}
.main-content{
	float:left;
	width:100%;
}
.container{
	width:1280px;
	margin:0 auto;
	position:relative;
}
.float-none{
	float:none;
}
.m-0{
	margin:0 !important;
}
.spt{
	padding-top:50px; 
}
.spb{
	padding-bottom:50px; 
}
.green-text{
	color:#84c225 !important;
}
.grey-text{
	color:#9b9b9b !important;
}
h2{
	font-size:40px;
	font-family: 'CircularStd-Bold';
}
h3{
	font-size:25px;
	font-family: 'CircularStd-Bold';
}
h4{
	font-size:24px;
	font-family: 'CircularStd-Medium';
}
.p-30{
	padding:30px;
}
.d-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.justify-content-center{
	-webkit-justify-content:center;
	justify-content:center;
}
.justify-content-space-between{
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.align-items-center{
	-webkit-align-items:center;
	align-items:center;
}
.light-grey{
	background:#f7f7f7;
}
.content-block{
	float:left;
	width:100%; 
}
.small-btn{
	background:#84c225;
	min-width:97px;
	color:#fff;
	font-size:14px;
	font-family: 'CircularStd-Bold';
	text-transform:uppercase;	
	display:inline-block;
	text-align:center;
	padding:7px 0;
}
.small-btn:hover,
.big-btn:hover{
	background:#1f1a17;
	color:#fff;
}
.big-btn{
	background:#84c225;
	min-width:160px;
	font-size:14px;
	font-family: 'CircularStd-Bold';
	text-transform:uppercase;	
	display:inline-block;
	text-align:center;
	color:#fff;
	padding:13px 0;
}
.black-btn{
	background:#1f1a17;
	min-width:96px;
	font-size:14px;
	font-family: 'CircularStd-Bold';
	text-transform:uppercase;	
	display:inline-block;
	text-align:center;
	color:#fff;
	padding:8px 0;
}
.black-btn:hover{
	background:#84c225;
	color:#fff;
}
#return-to-top {
	z-index: 2;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background:#84c225;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background:#84c225;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.login-box{
	padding:15px;
}
.no-bg{
	background:none !important;	
}


/*** Header Start ***/
.header-top{
	background:#1f1a17;
	padding:10px 0;
}
.follow-us-top{
	display:inline-block;
}
.follow-us-top span{
	font-family: 'CircularStd-Medium';
	font-size:12px;
	color:#fff;
}
.follow-us-top a{
	color:#fff;
	margin-left:13px;
	font-size:16px;
}
.follow-us-top a:hover{
	color:#84c225;
}
.search-right{
	float:right;
}
.search-right input[type="search"]{
	font-family: 'CircularStd-Book';
	width:90px;
	height:22px;
	background:none;
	border-bottom:#424140 solid 1px;
	border-top:0;
	border-right:0;
	border-left:0;
	padding-right:20px;
	color:#fff;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-right input[type="search"]:focus{
	width:150px;
}
.search-right span{
	cursor:pointer;
	position:absolute;
	right:15px;
	color:#fff;
	font-size:16px;
}
.navbar-inverse{
	background:#fff;
	-webkit-border-radius:0;
	border-radius:0;
	border:0;
	margin:0;
}
.navbar-brand{
	height:auto;
}
.navbar-collapse{
	max-width:70%;
	margin:0 auto !important;
	text-align:center;
}
.navbar-nav{
	float:none;
	display:inline-block;
	margin:29px 0px 23px 0px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{
	background:none;
	color:#84c225;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus{
	color:#84c225;
}
.navbar-nav > li{
	margin:0 16px;
}
.navbar-nav > li > a{
	padding:0;
	font-size:14px;
	font-family: 'CircularStd-Medium';
	text-transform:uppercase;
}
.navbar-inverse .navbar-nav > li > a{
	color:#1f1a17;
}
.login-btn{
	float:right;
	margin:22px 0;
}
/*** Header End ***/


/*** Main Banner Start ***/
.main-banner{
	display:block;
	min-height:435px;
	background-size:cover;
}
.banner-text{
	max-width:780px;
	margin:107px 0;
}
.banner-text h2{
	color:#fff;
	margin-bottom:20px;
}
.banner-text p{
	font-size:16px;
	font-family: 'CircularStd-Book';
	color:#fff;
	margin-bottom:20px;
}
/*** Main Banner End ***/


/*** Content Block Start ***/

/* Home Page Start */
.match-list-block{
	margin-top:50px;
}
.ml-wrapper .nav-tabs{
	border:0;
	text-align:center;
	margin:0 0 20px 0;
}
.ml-wrapper .nav-tabs > li{
	float:none;
	display:inline-block;
	margin:0 4px;
}
.ml-wrapper .nav-tabs > li > a{
	padding:10px 35px;
	border:0;
	background:#fff;
	color:#1f1a17;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'CircularStd-Bold';
}
.ml-wrapper .nav-tabs > li > a:hover{
	border:0;
}
.ml-wrapper .nav-tabs > li.active > a,
.ml-wrapper .nav-tabs > li.active > a:hover,
.ml-wrapper .nav-tabs > li.active > a:focus{
	-webkit-border-radius:0;
	border-radius:0;
	border:0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
	background:#84c225;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'CircularStd-Bold';
}
.ml-wrapper .ls-box{
	background:#fff;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.06);
	box-shadow:0 0 10px rgba(0,0,0,.06);
}
.center-column{
	margin:0;
}
.white-box{
	background:#fff;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.06);
	box-shadow:0 0 10px rgba(0,0,0,.06);
}
.white-box h5{
	padding:18px 30px;
	color:#1f1a17;
	font-family: 'CircularStd-Black';
	text-transform:uppercase;
	border-bottom:#e8e8e8 solid 1px;
}
.white-box ul{
	padding:20px 30px;
}
.white-box ul li{
	list-style:outside;
	margin-bottom:14px;
	line-height:18px;
}
.white-box ul li:last-child{
	margin-bottom:0;
}
.white-box ul li a{
	font-size:13px;
	color:#1f1a17;
	font-family: 'CircularStd-Book';
}
.white-box ul li a:hover{
	color:#84c225;
}
.white-box .team-title{
	font-size:13px;
	font-family: 'CircularStd-Book';
	color:#000;
	padding:0 30px;
	margin-top:15px;
	display:block;
}
ul.team-list li{
	list-style:none;
	font-size:13px;
	color:#1f1a17;
	font-family: 'CircularStd-Book';
	margin-bottom:20px;
}
ul.team-list li a{
	display:block;
}
ul.team-list li:last-child{
	margin-bottom:0;
}
ul.team-list li a > img{
	vertical-align:middle;
	display:inline-block;
	margin-right:10px;
}
.news-block{
	border-bottom:#e8e8e8 solid 1px;
}
.news-block > img{
	width:100%;
}
.news-block:last-child{
	border-bottom:none;
}
.news-block .news-title{
	padding:30px;
}
.news-block .news-title span{
	 font-family: 'CircularStd-Medium';
	 font-size:14px;
	 color:#84c225;
	 text-transform:uppercase;
	 margin-bottom:18px;
	 display:block;
}
.news-block .news-title h3{
	color:#1f1a17;
}
.news-text{
	padding:20px 30px 30px 30px;
}
.news-text p{
	font-family: 'CircularStd-Medium';
	font-size:14px;
	color:#1f1a17;
	line-height:18px;
	margin-bottom:17px;
}
.autor-date{
	color:#bababa;
	font-size:13px;
}
.autor-date ul{
	padding:0;
	float:right;
	margin:0;
}
.autor-date ul li{
	list-style:none;
	display:inline-block;
	margin-left:10px;
	margin-bottom:0;
}
.autor-date ul li a{
	font-size:16px;
	color:#bababa;
}
.ls-box{
	display:inline-block;
	width:100%;
	border-bottom:#e8e8e8 solid 1px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ls-box:last-child{
	border-bottom:none;
}
.ls-box a:hover{
	background:#f2f9e9;
	color:#000;
}
.ls-box a{
	padding:16px 30px;
	display:block;
}
.ls-box a > span{
	font-size:13px;
	color:#5f5f5f;
	font-family: 'CircularStd-Book';
	margin-bottom:14px;
	display:block;
}
.ls-content .team-name{
	display:block;
	font-size:18px;
	font-family: 'CircularStd-Bold';
	text-transform:uppercase;
}
.ls-content .team-name img{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	margin-top:-3px;
}
.ls-content .run-over{
	font-size:13px;
	font-family: 'CircularStd-Book';
	color:#1f1a17;
	margin-top:11px;
	display:block;
}
.ls-content.text-right .team-name > img{
	margin-right:0;
	margin-left:7px;
}
.ls-vs{
	width:30px;
	height:30px;
	display:inline-block;
	-webkit-border-radius:100%;
	border-radius:100%;
	text-align:center;
	line-height:26px;
	border:#84c225 solid 1px;
	font-size:11px;
	font-family: 'CircularStd-Medium';
	color:#84c225;
}
/* Gallery */
.gallery-section{
	padding-bottom:70px;
	background:#fff;
}
.gallery-section h2{
	color:#1f1a17;
	margin-bottom:30px;
	font-size:30px;
}
.gallery-section #portfolio .col-md-3{
	display:block;
	margin-bottom:30px;
}
/* Home Page End */

/* Match Center Page Start */
.score-block{
	background:#1f1a17;
	padding:34px 0;
	text-align:center;
}
.sb-left,
.sb-right{
	min-width:200px;
	display:inline-block;
	vertical-align:middle;
}
.sb-center{
	display:inline-block;
	vertical-align:top;
}
.sb-left span.teamname,
.sb-right span.teamname{
	font-size:50px;
	color:#fff;
	font-family: 'CircularStd-Bold';
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 20px;
}
.sb-right span.teamname{
	margin:0 20px 0 0;
}
.sb-left img,
.sb-right img{
	display:inline-block;
	vertical-align:middle;
}
.sb-text{
	text-align:right;
	padding-right:97px;
	padding-top:12px;
}
.sb-right{
	text-align:right;
}
.sb-right .sb-text{
	padding-right:0;
}
.sb-text h4{
	font-size:30px;
	color:#fff;
	font-family: 'CircularStd-Bold';
	line-height:30px;
}
.sb-text span{
	font-family: 'CircularStd-Book';
	font-size:15px;
	color:#fff;
}
.sb-text h5{
	font-size:16px;
	color:#fff;
	font-family: 'CircularStd-Bold';
}
.sb-center{
	font-size:20px;
	font-family: 'CircularStd-Medium';
	color:#fff;
	margin:25px 0;
}
.match-center-content,
.mc-content-block{
	width:100%;
}
.mc-content-block .white-box{
	/*float:left;*/
	display:block;
	width:100%;
}
.top-score-block .container .row .mt-30{
	margin:0;
}
.advertise-banner{
	text-align:center;
}
.advertise-banner > img{
	margin:0 auto;
}
.top-tile-details{
	padding:50px 0;
}
.top-tile-details h3{
	color:#1f1a17;
}
.top-tile-details p{
	color:#5f5f5f;
	font-size:16px;
	font-family: 'CircularStd-Book';
}
.white-box.tab-menu ul{
	padding:0;
	border:0;
}
.white-box.tab-menu ul li{
	width:100%;
	margin:0;
	border-bottom:#e5e5e5 solid 1px;
}
.white-box.tab-menu ul li:last-child{
	border:0;
}
.white-box.tab-menu ul li a{
	-webkit-border-radius:0;
	border-radius:0;
	padding:16px 15px;
	font-size:14px;
	font-family: 'CircularStd-Bold';
	color:#1f1a17;
	margin:0;
	border:0;
	text-transform:uppercase;
}
.white-box.tab-menu ul li a:hover{
	background:none;
}
.white-box.tab-menu ul li.active a{
	background:#84c225;
	border:0;
	color:#fff;
}
.match-details ul li{
	list-style:none;
	margin:0 0 10px 0;
}
.match-details li span{
	font-size:14px;
	font-family: 'CircularStd-Black';
	color:#1f1a17;
	min-width:150px;
	float:left;
}
.match-details li p{
	font-size:14px;
	font-family: 'CircularStd-Book';
	color:#1f1a17;
	display:block;
	line-height:22px;
	overflow:hidden;
}
.team-list h3,
.player-list h3{
	font-size:20px;
	font-family: 'CircularStd-Bold';
	color:#fff;
	background:#1f1a17;
	padding:19px 30px;
}
.player-list{
	float:left;
	width:100%;
	padding:0 0 30px 0;
}
.player-list ul.nav-tabs{
	padding:0;
	background:#1f1a17;
	border:0;
}
.player-list ul li{
	margin:0;
}
.player-list ul li.active a,
.player-list ul li a:hover{
	background:#84c225 !important;
	color:#fff !important;
}
.player-list ul li a{
	padding:20px 30px;
	color:#fff;
	border:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	font-size:16px;
	font-family: 'CircularStd-Bold';
	margin-right:1px;
	position:relative;
}
/*.player-list ul li.active a:after{
	content:'';
	position:absolute;
	background:#fff;
	width:100%;
	height:3px;
	left:0;
	bottom:0;
}*/
.player-list .tab-content{
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.team-list thead{
	background:#84c225;
}
.team-list thead th{
	color:#fff;
	font-size:16px;
	font-family: 'CircularStd-Black';
	text-transform:uppercase;
	border-bottom:1px solid #e5e5e5 !important;
}
.team-list tr th,
.team-list tr td{
	padding:20px 30px !important;
}
.team-list tbody tr td{
	font-size:16px;
	font-family: 'CircularStd-Medium';
	color:#1f1a17;
	border-color:#e5e5e5;
}
.full-team-details{
	padding:30px 0;
}
.capton-img img{
	display:inline-block;
}
.capton-img h6{
	font-size:15px;
	font-family: 'CircularStd-Book';
	color:#1f1a17;
	margin-top:18px;
}
.capton-img p{
	font-size:15px;
	font-family: 'CircularStd-Book';
	color:#5f5f5f;
}
.team-photo{
	width:25%;
	padding-top:50px;
	float:left;
}
.team-photo img{
	display:inline-block;
}
.team-photo h6{
	font-size:15px;
	font-family: 'CircularStd-Bold';
	color:#1f1a17;
	padding:15px 0 0 0;
}
.team-photo p{
	font-size:15px;
	font-family: 'CircularStd-Book';
	color:#5f5f5f;
}
.commentry-tab{
	width:100%;
}
.cm-number-list{
	background:#1f1a17;
	width:100%;
}
.cm-number-list .slick-arrow{
	background:#4c4845;
	border:0;
	font-size:30px;
	padding:15px 21px;
	cursor:pointer;
	color:#fff;
	position:absolute;
	z-index:1;
}
.cm-number-list .fa-angle-left.slick-arrow{
	left:0;
	top:0;
}
.cm-number-list .fa-angle-right.slick-arrow{
	right:0;
	top:0;
}
.cm-number-list .slick-slide{
	line-height:60px;
	text-align:center;
	font-size:22px;
	font-family: 'CircularStd-Book';
	color:#fff;
	cursor:pointer;
	z-index:0;
	border-right:solid 1px rgba(255,255,255,.2);
}
.cm-number-list .slick-slide.slick-active.slick-current,
.cm-number-list .slick-slide.slick-current{
	background:#84c225;
}
.mc-content-block .tab-content > .tab-pane{
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow-y: hidden; /* no-overflow                */
}
.mc-content-block .tab-content > .active{
    height: auto;       /* let the content decide it  */
}
.mc-content-block .tab-content{
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.06);
	box-shadow:0 0 10px rgba(0,0,0,.06);
}
.commentry-data{
	padding:30px;
}
.select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:#4c4845 solid 1px;
	background:#fff url(../images/select-arrow.png) no-repeat 90% center;
	min-width:200px;
	padding:8px 22px;
	font-size:16px;
	color:#1f1a17;
	font-family: 'CircularStd-Medium';
}
.all-link{
	border:#4c4845 solid 1px;
	background:#fff;
	padding:8px 22px;
	font-size:16px;
	color:#1f1a17;
	font-family: 'CircularStd-Medium';
}
.all-link:hover{
	background:#1f1a17;
	color:#fff;
}
.player-name{
	padding:0;
	background:#f6f6f6;
}
.player-name ul{
	padding:20px;
	margin:0;
}
.player-name ul li{
	list-style:none;
	width:100%;
	background:url(../images/player-icon.png) no-repeat;
	padding:9px 0 9px 60px;
	margin-bottom:10px;
}
.player-name ul li:last-child{
	margin-bottom:0;
}
.player-bolwer-list{
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
	background:#e4e4e4;
}
.bowler-name{
	padding:20px;
}
.bowler-name th{
	padding-bottom:5px;
}
.bowler-name th,
.bowler-name tr td strong{
	font-size:16px;
	color:#1f1a17;
	font-family: 'CircularStd-Bold';
}
.over-list{
	display:inline-block;
	width:100%;
}
.ol-block{
	width:100%;
	margin-bottom:20px;
}
.ol-block:last-child{
	margin:0;
}
.ol-block h4{
	font-size:16px;
	font-family: 'CircularStd-Black';
	color:#1f1a17;
	text-transform:uppercase;
	margin-bottom:15px;
}
.ol-block p{
	font-size:14px;
	color:#1f1a17;
	font-family: 'CircularStd-Book';
	width:90%;
	display:inline-block;
	vertical-align:middle;
}
.cm-wicket{
	width:40px;
	height:40px;
	background:#e10000;
	color:#fff;
	font-size:18px;
	font-family: 'CircularStd-Medium';
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius:40px;
	border-radius:40px;
	margin:-20px 0 0 30px;
	text-align:center;
	line-height:40px;
}
.cm-runs{
	background:#1f1a17;
	width:40px;
	height:40px;
	color:#fff;
	font-size:18px;
	font-family: 'CircularStd-Medium';
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius:40px;
	border-radius:40px;
	margin:-20px 0 0 30px;
	text-align:center;
	line-height:40px;
}
.cm-runs.cm-fours{
	background:#0bbe79;
}
.cm-runs.cm-six{
	background:#7a25c2;
}
/* Match Center Page End */

/* News Page Start */
.news-block .col-md-4{
	margin-top:30px;
}
.news-box a{
	display:block;
}
.news-box a > img{
	width:100%;
}
.news-block .row .col-md-4:nth-child(1),
.news-block .row .col-md-4:nth-child(2),
.news-block .row .col-md-4:nth-child(3){
	margin-top:0;
}
.news-box-details{
	padding:30px 20px 20px;
	background:#fff;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.06);
	box-shadow:0 0 10px rgba(0,0,0,.06);
}
.news-box-details h3{
	margin-bottom:10px;
}
.news-box-details h3{
	display:block;
	font-size:20px;
	font-family: 'CircularStd-Bold';
	color:#1f1a17;
	letter-spacing:-0.1px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.news-box:hover h3{
	color:#84c225;
}
.news-box-details p{
	font-size:16px;
	font-family: 'CircularStd-Book';
	color:#1f1a17;
}
.by-time{
	font-size:14px;
	font-family: 'CircularStd-Book';
	color:#5f5f5f;
}
.by-time strong{
	font-family: 'CircularStd-Bold';
}
.news-details{
	background:#fff;
	padding:25px;
}
.news-details h3{
	font-size:20px;
	font-family: 'CircularStd-Bold';
	color:#1f1a17;
	margin:25px 0 10px 0;
}
.news-details h4{
	margin-bottom:20px;
}
.news-details h4,
.news-details p{
	font-size:18px;
/*	font-family: 'CircularStd-Book';*/
	color:#1f1a17;
}
.news-details p{
	font-size:16px;
}
/* News Page End */

/* Series Overview Start */
.series-content{
	padding:30px;
}
.match-shedule-box{
	background:#fafafa;
	border:#e5e5e5 solid 1px;
}
.match-shedule-box h5{
	font-family: 'CircularStd-Bold';
	color:#fff;
	font-size:14px;
	background:#84c225;
	text-align:center;
	padding:9px 0;
}
.ms-team{
	padding:20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.team1,
.team2{
	text-align:center;
	width:38%;
}
.team1 img,
.team2 img{
	display:inline-block;
}
.team1 span,
.team2 span{
	font-size:14px;
	font-family: 'CircularStd-Bold';
	color:#000;
	display:block;
	text-transform:uppercase;
	margin-top:10px;
}
.ms-date{
	background:#000;
	font-size:14px;
	font-family: 'CircularStd-Bold';
	color:#fff;
	padding:10px;
	text-transform:uppercase;
}
.series-content .col-md-6:nth-child(1),
.series-content .col-md-6:nth-child(2){
	margin-top:0;
}
.series-content .col-md-6{
	margin-top:30px;
}
.series-content .ls-box{
	border:#e5e5e5 solid 1px;
}
.series-content .ls-box:hover{
	border-color:#f2f9e9;
}
.match-center-text{
	position:absolute;
	top:5px;
	right:20px;
	font-family: 'CircularStd-Medium';
	color:#fff;
	font-size:11px;
	background:#84c225;
	text-transform:uppercase;
	padding:4px 14px;
}
.stats-block{
	border:#e5e5e5 solid 1px;
}
.stats-block ul{
	margin:0;
	padding:0;
}
.stats-block ul li{
	list-style:none;
	padding:20px 30px;
	border-bottom:#e8e8e8 solid 1px;
	margin:0;
}
.stats-block ul li:last-child{
	border:0;
}
.sb-img img,
.sb-img-text,
.sb-runs,
.sb-sr{
	display:inline-block;
	vertical-align:middle;
}
.sb-img-text{
	padding:0 0 0 20px;
}
.sb-img-text h4{
	color:#1f1a17;
	font-size:14px;
	font-family: 'CircularStd-Medium';
}
.sb-img-text span{
	font-size:12px;
	color:#5f5f5f;
	font-family: 'CircularStd-Medium';
}
.sb-runs{	
	font-size:14px;
	font-family: 'CircularStd-Medium';
	color:#84c225;
	padding-right:30px;
}
.sb-sr{
	font-size:14px;
	font-family: 'CircularStd-Medium';
	color:#5f5f5f;
}
.point-table{
	border:#e5e5e5 solid 1px;
	margin:0;
}
.point-table tr th.teams{
	width:50%;
	text-align:left;
}
.point-table tr th{
	font-size:14px;
	font-family: 'CircularStd-Black';
	color:#1f1a17;
	text-transform:uppercase;
	padding:20px !important;
	text-align:center;
	border-bottom:#e8e8e8 solid 1px !important;
}
.point-table tr td{
	text-align:center;
	padding:20px !important;
	vertical-align:middle !important;
}
.news-post-details{
	position:absolute;
	bottom:50px;
	left:65px;
}
.news-post-details span{
	font-size:16px;
	color:#fff;
	font-family: 'CircularStd-Book';
	text-transform:uppercase;
}
.news-post-details h3{
	font-size:35px;
	color:#fff;
	font-family: 'CircularStd-Bold';
	width:90%;
	line-height:40px;
	margin:8px 0 18px 0;
}
.news-post-details h4{
	color:#e10000;
	font-size:16px;
	font-family: 'CircularStd-Medium';
}
.news-post-box{
	background:#fff;
	border:#eaeaea solid 1px;
}
.np-details{
	padding:20px;
}
.np-details span{
	color:#84c225;
	font-size:13px;
	font-family: 'CircularStd-Medium';
	text-transform:uppercase;
	margin-bottom:15px;
	display:block;
}
.np-details h3{
	margin-bottom:15px;
	line-height:20px;
	letter-spacing:-0.5px;
}
.np-details h3 a{
	color:#1f1a17;
	font-size:18px;
	font-family: 'CircularStd-Medium';
}
.np-details h3 a:hover{
	color:#84c225;
}
.np-details p{
	color:#5f5f5f;
	font-size:14px;
	font-family: 'CircularStd-Book';
}
.news-post-block .col-md-4{
	margin-top:30px;
}
/* Series Overview End */


/* Series Start */ 
.series-box{
	border:#e8e8e8 solid 1px;
	padding:20px;
}
.series-box h3{
	font-size:18px;
	font-family: 'CircularStd-Bold';
	color:#1f1a17;
	margin-bottom:17px;
}
.series-box h3 span{
	color:#5e5e5e;
}
.series-box a.black-btn{
	margin-top:17px;
}
.series-box-text{
	width:33.3333%;
	float:left;
}
.series-box-text strong{
	font-size:14px;
	font-family: 'CircularStd-Bold';
	color:#1f1a17;
	display:block;
}
.series-box-text span{
	font-size:14px;
	font-family: 'CircularStd-Book';
	color:#1f1a17;
}
/* Series End */ 

/* Player Profile Start */
.player-photo img{
	width:100%;
}
.player-content{
	padding:20px;
}
.player-content ul li{
	list-style:none;
}
.player-content h4{
	font-size:16px;
	color:#1f1a17;
	text-transform:uppercase;
	font-family: 'CircularStd-Black';
	margin-bottom:15px;
}
.player-content ul{
	margin:0;
}
.player-content ul li{
	margin-bottom:13px !important;
	border:0 !important;
}
.player-content ul li:last-child{
	margin-bottom:0 !important;
}
.player-content ul li h5{
	padding:0;
	border:0;
	font-size:14px;
	color:#1f1a17;
	text-transform:uppercase;
	font-family: 'CircularStd-Black';
	margin:0 0 3px 0;
}
.player-content ul li p{
	font-size:14px;
	font-family: 'CircularStd-Book';
	color:#1f1a17;
}
.batting-table h5{
	padding:18px 20px;
}
.batting-table thead{
	background:#f9f9f9;
}
.batting-table thead th{
	font-size:14px;
	font-family: 'CircularStd-Black';
	text-transform:uppercase;
	border:0 !important;
	text-align:center;
}
.batting-table tbody tr td:first-child{
	font-size:14px;
	font-family: 'CircularStd-Black';
	text-transform:uppercase;
	padding-left:20px;
}
.batting-table tbody tr td{
	border:0 !important;
	text-align:center;
}
.player-description{
	padding:20px;
}
.player-description h5{
	border:0;
	padding:18px 0 !important;
}
.player-description p{
	font-size:16px;
	font-family: 'CircularStd-Book';
}
.player-profile-block.mt-30{
	margin-top:0;
}
/* Player Profile End */

/* Privacy Policy Start */
.pp-block{
	background:#fff;
	padding:25px;
}
.pp-block h3{
	font-size:20px;
	font-family: 'CircularStd-Bold';
	color:#1f1a17;
	margin:30px 0 10px 0;
}
.pp-block h4{
	margin-bottom:20px;
}
.pp-block h4{
	font-size:18px;
	font-family: 'CircularStd-Book';
	color:#1f1a17;
}
.pp-block p,
.pp-block ul li{
	font-family: 'CircularStd-Book';
	color:#1f1a17;
	font-size:16px;
}
.pp-block ul{
	padding:0 0 0 15px;
}
.pp-block ul li{
	list-style:outside;
}
/* Privacy Policy End */

/*** Content Block End ***/


/*** Footer Start ***/
footer{
	float:left;
	width:100%;
	background:#1f1a17;
	padding:40px 0 0 0;
}
.footer-wrapper{
	width:100%;
}
.get-app a{
	display:inline-block;
	margin-right:5px;
}
.get-app p{
	font-size:15px;
	color:#fff;
	line-height:20px;
	font-family: 'CircularStd-Book';
}
.footer-col h4{
	color:#fff;
	margin-bottom:35px;
}
.footer-col ul{
	margin:0;
}
.footer-col ul li > a{
	font-size:15px;
	color:#fff;
	line-height:30px;
	font-family: 'CircularStd-Book';
}
.footer-col ul li > a:hover{
	color:#84c225;
}
.footer-video{
	width:100%;
	margin-bottom:20px;
}
.footer-bottom{
	margin-top:48px;
	padding:28px 0;
	border-top:#2e2723 solid 1px;
	float:left;
	width:100%;
}
.copyright{
	float:left;
	font-family: 'CircularStd-Book';
	font-size:14px;
	color:#fff;
}
.footer-link{
	float:right;
}
.footer-link ul li{
	float:left;
	margin-left:25px;
}
.footer-link ul li a{
	font-family: 'CircularStd-Book';
	font-size:14px;
	color:#fff;
}
.footer-link ul li a:hover{
	color:#84c225;
}
/*** Footer End ***/


/*** Responsive Media Queris Start ***/

@media(max-width: 1299px){
	
	.container{
		width:100%;
		margin:0 auto;
		position:relative;
	}

	.news-box-details{
		min-height:235px;
	}

}

@media(max-width: 1199px){


	.center-column{
		margin:0;
	}
	.ls-content .team-name{
		font-size:14px;
	}
	.ls-content .run-over{
		font-size:10px;
	}
	.ls-vs{
		width:22px;
		height:22px;
		line-height:18px;
		font-size:12px;
	}
	.news-box-details{
		min-height:258px;
	}

	.ms-team{
		padding:20px 15px;
	}
	.team1, .team2{
		width:37%;
	}
	.series-content{
		padding:20px;
	}

	.stats-block ul li{
		padding:15px;
	}
	.sb-runs{
		padding-right:10px;
	}
	.cm-wicket,
	.cm-runs{
		margin:-20px 0 0 20px;
	}
	
}

@media(max-width: 991px){

	.navbar-brand{
		width:180px;
	}
	.navbar-collapse{
		padding:0;
	}
	.navbar-nav > li{
		margin:0 7px;
	}
	.navbar-nav > li > a{
		font-size:13px;
	}
	.login-btn{
		margin:18px 0;
	}

	.ml-wrapper .tab-content .col-md-3{
		margin-bottom:20px;
	}
	
	.news-box-details{
		min-height:260px;
	}
	.news-block .row .col-md-4:nth-child(3),
	.news-block .row .col-md-4{
		margin-top:20px;
	}


	.footer-wrapper .row > .col-md-3,
	.series-content-block,
	.series-content .col-md-6:nth-child(2){
		margin-top:20px;
	}
	.series-content .col-md-6{
		margin-top:20px;
	}

	.news-post-full a img,
	.news-post-box img{
		width:100%;
	}
	.news-post-details{
		bottom:30px;
		left:45px;
	}

	.match-center-column{
		margin-top:20px;
	}
	.cm-wicket,
	.cm-runs{
		margin:-20px 0 0 20px;
	}
	.top-score-block .container .row .mt-30{
		margin:30px 0 0 0;
	}

	.player-left-column{
		float:none;
		display:block;
		margin:0 auto;
	}
	.player-profile-block.mt-30{
		margin-top:30px;
	}
	

}

@media(max-width: 767px){

	h2,
	.gallery-section h2{
		font-size:28px;
	}
	h3{
		font-size:20px;
	}
	.big-btn{
		min-width:130px;
		font-size:13px;
		padding:8px 0;
	}
	#return-to-top{
		width:40px;
		height:40px;
	}
	#return-to-top i{
		left:13px;
		top:11px;
		font-size:16px;
	}
	.spt{
		padding-top:30px;
	}
	.spb{
		padding-bottom:30px;
	}


	.navbar-brand{
		width:170px;
	}
	.navbar-inverse .navbar-toggle{
		border:0;
		background:#1f1a17;
	}
	.navbar-toggle{
		margin-top:18px;
	}
	.navbar-collapse{
		max-width:100%;
		border:0;
		padding:0;
	}
	.navbar-nav{
		display:block;
		margin:0;
	}
	.navbar-nav li{
		margin:0 0 8px 0;
		text-align:left;
	}
	.navbar-collapse .login-btn{
		width:100%;
		float:left;
		text-align:left;
		margin:0 0 20px 0;
	}

	.main-banner{
		min-height:inherit;
		background-position:center center;
	}
	.banner-text{
		margin:50px 0;
	}
	.banner-text h2{
		font-size:23px;
		margin-bottom:15px;
	}
	.banner-text h2 br,
	.banner-text p br{
		display:none;
	}

	.ml-wrapper .tab-content .col-md-3{
		margin-bottom:20px;
	}
	.ml-wrapper .tab-content .col-md-3:last-child{
		margin-bottom:0;
	}
	.center-column{
		margin:20px 0;
	}
	.news-block .news-title,
	.news-text{
		padding:20px;
	}
	.white-box h5{
		padding:10px 20px;
	}
	.autor-date ul{
		margin-top:4px;
		display:inline-block;
		float:none;
	}
	.autor-date ul li{
		margin-left:5px;
	}
	.gallery-section{
		padding-bottom:30px;
	}

	.footer-wrapper .row > .col-md-3{
		margin-bottom:30px
	}
	.footer-col h4{
		margin-bottom:15px;
	}
	.footer-bottom{
		margin-top:0;
	}
	.footer-bottom .copyright{
		width:100%;
		text-align:center;
	}
	.footer-link{
		float:none;
		display:block;
		text-align:center;
	}
	.footer-link ul{
		margin:0;
	}
	.footer-link ul li{
		display:inline-block;
		float:none;
		margin:0 5px;
	}
	.footer-link ul li a{
		font-size:12px;
	}

	.news-block .row .col-md-4:nth-child(2),
	.news-block .row .col-md-4:nth-child(3),
	.news-block .row .col-md-4{
		margin-top:20px;
	}
	.news-box-details{
		min-height:inherit;
	}
	.news-box-details{
		padding:20px 15px 20px;
	}
	.news-details{
		padding:15px;
	}
		
	.top-tile-details{
		padding:30px 0;
	}
	
	.series-content,
	.series-box{
		padding:15px;
	}
	.series-box-text{
		width:50%;
		margin-bottom:15px;
	}
	.series-box a.black-btn{
		margin-top:0;
	}
	.ms-team{
		padding:15px;
	}
	.team1, .team2{
		width:34%;
	}
	.team1 span, .team2 span{
		font-size:13px;
		margin-top:5px;
	}
	.ms-date{
		font-size:13px;
		padding:5px 10px;
	}
	.news-post-details h3{
		font-size:25px;
		line-height:30px;
	}

	.pp-block{
		padding:15px;
	}

	.footer-wrapper .row > .col-md-3{
		margin-top:0;
	}
	.cm-wicket,
	.cm-runs{
		margin:-20px 0 0 10px;
	}
	.cm-wicket,
	.cm-runs{
		width:30px;
		height:30px;
		line-height:30px;
		font-size:16px;
	}
	


}

@media(max-width: 568px){

	.ml-wrapper .nav-tabs > li{
		width:100%;
		margin:0;
	}
	.search-right input[type="search"]:focus{
		width:110px;
	}
	.series-box-text{
		width:100%;
	}
	.white-box.tab-menu ul li a{
		padding:10px;
		font-size:13px;
	}
	.ls-box a{
		padding:30px 30px 20px 30px;
	}


	.stats-block ul li{
		padding:10px;
	}
	.sb-img-text{
		padding:0 0 0 10px;
	}
	.sb-img img{
		width:40px; 
	}
	.sb-runs{
		padding-right:5px;
		font-size:13px;
	}
	.sb-sr{
		font-size:13px;
	}
	.sb-img-text h4{
		font-size:13px;
	}
	.news-post-details h3{
		font-size:16px;
		line-height:20px;
		margin-bottom:10px;
	}
	.news-post-details span,
	.news-post-details h4{
		font-size:15px;
	}
	.news-post-details{
		bottom:10px;
		left:25px;
	}

	.cm-number-list .slick-arrow{
		padding:15px 17px;
	}
	.sb-center{
		margin:20px 0;
		display:block;
	}
	.sb-left span.teamname, .sb-right span.teamname{
		font-size:30px;
	}
	.sb-left img,
	.sb-right img{
		width:45px;
	}
	.sb-text{
		text-align:center;
		padding:10px 0 0 0;
	}
	.sb-right{
		text-align:center;
	}
	.select{
		min-width:120px;
		padding:8px 10px;
	}
	.commentry-data{
		padding:15px;
	}
	.player-name ul li{
		padding:9px 0 9px 50px;
	}
	.cm-wicket,
	.cm-runs{
		margin:-20px 0 0 10px;
	}
	
	.match-details li{
		margin-bottom:15px;
	}
	.match-details li span,
	.match-details li p{
		width:100%;
	}
	.white-box ul{
		padding:20px;
	}
	.match-center-column .white-box ul:last-child{
		margin:0;
	}
	.player-list ul li a{
		padding:12px 20px;
		font-size:14px;
	}
	.team-photo{
		width:50%;
	}

}

@media(max-width: 500px){

	.ol-block p{
		width:83%;
	}

}


/*** Responsive Media Queris End ***/
