/* Important, layout.min.css is not automatically compiled */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html,
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #0B1724;
}
input,
select,
textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #0B1724;
}
body {
	background: #fff;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
}
a,
input {
	outline: none;
	text-decoration: none;
	color: #48A914;
}
ul,
ol{
	list-style: none;
}
h1{
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}
h2{
	font-weight: 700;
	font-size: 21px;
	line-height: 21px;
	color: #48A914;
}
h3{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #0B1724;
}
h4{
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	color: #59616A;
}
p{
	font-size: 14px;
	line-height: 20px;
	color: #0B1724;
}
.container{
	margin: 0 auto;
	padding: 0px 12px;
	max-width: 1124px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.row > div {
	padding-left: 15px;
	padding-right: 15px;
}
.col3{
	width: 33.33%;
}
.col4 {
	width: 25%;
}
.col5{
	width: 20%;
}
.col6 {
	width: 50%;
}
.d-flex {
	display: flex !important;
}
.display-flex {
	display: flex !important;
}
.display-inline-flex {
	display: inline-flex !important;
}
.align-center {
	align-items: center !important;
}
.align-tp {
	align-items: flex-start !important;
}
.align-btm {
	align-items: flex-end !important;
}
.justify-between {
	justify-content: space-between !important;
}
.justify-center {
	justify-content: center !important;
}
.justify-end {
	justify-content: flex-end !important;
}
.row-reverse {
	flex-direction: row-reverse !important;
}
.column-reverse {
    flex-direction: column-reverse !important;
}
.text-center {
	text-align: center !important;
}
.column {
    flex-direction: column !important;
}
.mt-0{
	margin-top: 0 !important;
}

/* template  */

#template {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}
/* layout */

#layout {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	padding-top: 54px;
}
/* header */

#header-part {
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 9999;
	top: 0;
}
.header-bar .right-panel {
	width: calc(100% - 160px);
	background: #0B1724;
	position: relative;
}
.header-bar .right-panel:after {
	position: absolute;
	left: 100%;
	top: 0;
	content: "";
	width: 250px;
	height: 100%;
	background: #0B1724;
}
.logo{
    max-width: 165px;
    width: 100%;
    position: relative;
}
.logo:after{
    position: absolute;
    right: 100%;
    top: 0;
    content: "";
    width: 200%;
    height: 100%;
    background: #48A914;
}
.logo a{
    display: block;
    position: absolute;
    z-index: 1;
    left: -90px;
    top: -1px;
    width: 165%;
}

/* nav bar */
.nav-bar > ul {
	display: flex;
	align-items: center;
}
.nav-bar > ul > li{
    margin-left: 24px;
    position: relative;
}
.nav-bar > ul > li:first-child {
    margin-left: 0px;
}
.nav-bar > ul > li > a{
	display: block;
	padding: 15px 0px;
	position: relative;
}
.nav-bar > ul > li > a:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 4px;
	background: #B6DDA1;
	display: none;
}
.nav-bar > ul > li:hover > a:after{
	display: block;
}
.nav-bar ul li a{
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	transition: all 0.3s;
}
.nav-bar > ul > li:hover > a,
.nav-bar > ul > li > ul > li > a:hover{
	color: #48A914;	
}
.nav-bar > ul > li > ul{
	background: #0B1724;
	box-shadow: 0px 0px 6px rgba(5, 31, 54, 0.3);
	border-radius: 0px 0px 2px 2px;
	position: absolute;
	left: 0;
	top: 100%;
	width: 240px;
	z-index: 99;
	padding: 8px 16px 8px;
	display: none;
}
.nav-bar > ul > li:hover > ul{
	display: block;
}
.nav-bar > ul > li > ul > li > a{
	color: #F5F6F6;
	border-bottom: 1px solid #59616A;
	display: flex;
	padding: 7px 0px;
}
.nav-bar > ul > li > ul > li:last-child > a{
	border: none;
}
.nav-bar > ul > li > ul > li.active > a{
	color: #91CB72;
}
.social-panel {
	margin-left: 25px;
}
.social-panel ul li {
	margin-left: 17px;
}
.social-panel ul li:first-child {
	margin-left: 0;
}
.social-panel ul li a{
	display: block;
}
.select-panel {
	max-width: 123px;
	background: #E2E3E5;
	padding: 18px 8px;
}
.select-panel ul li{
    margin-bottom: 8px;
}
.select-panel ul li:last-child{
    margin-bottom: 0px;
}
.selectdropdown{
	width: 107px;
	height: 32px;
	background: #F5F6F6 url(../images/angle-down.svg)no-repeat right 5px center/auto 8px;
	padding-left: 7px;
	appearance: none;
	-webkit-appearance: none;
	font-size: 12px;
	line-height: 16px;
	color: #28333E;
	border: 1px solid #7B8187;
	border-radius: 2px;
	font-weight: 700;
}

#banner-part {
    border-top: 1px solid #7B8187;
    border-bottom: 1px solid #7B8187;
}
.slider-panel {
	width: calc(100% - 107px);
	padding: 0px 42px 0px 26px;
	background: #F5F6F6;
}
.team-score-panel {
	padding-top: 10px;
	padding-bottom: 13px;
}
.team-score-panel h6{
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}
.team-score-panel .matches{
	position: absolute;
	left: 11px;
    top: 20px;
	background: #0B1724;
	mix-blend-mode: multiply;
	border-radius: 2px;
	width: 20px;
	height: 52px;
}
.team-score-panel .matches li{
	color: #fff;
	text-align: center;
    padding: 3px 0px 4px;
}
.team-score-panel .matches li,
.team-score-panel .team span {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	display: block;
}
.team-score-panel .panel {
	position: relative;
	padding: 0px 0px 0px 11px;
}
.team-score-panel  {
	border-left: solid 1px #E2E3E5;
	border-right: solid 1px #E2E3E5;
	margin: 7.5px 0px;
}
.team-score-panel .panel > div{
    padding-top: 4px;
    padding-left: 32px;
}
.team-score-panel .team {
	padding-right: 24px;
	padding-bottom: 4px;
}
.team-score-panel .team figure{
	width: 28px;
}
.team-score-panel .team span {
    width: calc(100% - 28px);
    white-space: nowrap;
}
.pl-0{
	padding-left: 0 !important
}
.team-score-panel .panel:first-child:after {
	position: absolute;
	right: 0;
	top: 0px;
	content: "";
	width: 1px;
	height: 100%;
	background: #E2E3E5;
}
#slider1 .slick-slide .team-score-panel.live {
	border: 1px solid #7FC35B;
	background: #fff;
}
#slider1 .slick-slide .team-score-panel.live .panel:first-child:after {
	top: -10px;
	height: calc(100% + 23px);
	background: #7FC35B;
}
#slider1 .slick-arrow {
	position: absolute;
	top: 0;
	width: 26px;
	height: 100%;
	border: 1px solid #7B8187;
	font-size: 0;
	z-index: 99;
	border-bottom: none;
	border-top: none;
	cursor: pointer;
}
#slider1 .slick-prev {
	background:#F5F6F6 url(../images/angle-right.svg) no-repeat center/7px;
    left: -26px;
}
#slider1 .slick-next {
	background: #F5F6F6 url(../images/angle-right.svg) no-repeat center/7px;
	right: -26px;
	transform: rotate(180deg);
}
#slider1 .slick-slide .team-score-panel.live h6 {
	color: #48A914;
}
#slider1 .slick-slide .team-score-panel.live .matches li {
	color: #3A8710;
}
#slider1 .slick-slide .team-score-panel.live .matches {
	background: #DAEED0;
}

/* content */
.large-leaderboard770{
	width: 100%;
	max-width: 970px;
	/*height: 90px;*/
	margin: 0 auto 20px;
    padding: 5px 6px;
    position: relative;
}
.large-leaderboard770 h6{
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #465B60;
	margin-bottom: 35px;
}
.large-leaderboard770 span{
	font-size: 16px;
	line-height: 20px;
	color: #465B60;
	position: absolute;
    left: 5px;
    bottom: 2px;
}

/*feature-article-bar*/
.feature-article-bar .col1{
    width: 62%;
}
.feature-article-bar .col2{
	width: 38%;
}
.feature-article-bar .row{
	margin: 0 -11px;
}
.feature-article-bar .row > div {
    padding-left: 11px;
    padding-right: 11px;
}
.article-title {
	position: relative;
}
.article-title > div {
	padding: 0px 17px 12px 17px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.article-title >div:after {
	position: absolute;
	left: 0;
	bottom:0;
	content: "";
	width: 100%;
	height: 180px;
	background: linear-gradient(180deg, rgba(11, 23, 36, 0) 0%, rgb(11 23 36 / 20%) 17.89%, rgb(11 23 36 / 70%) 37.23%);
}
.article-title >div > div {
	position: relative;
	z-index: 8;
}
.article-title h1{
	color: #fff;
	margin-bottom: 10px;
}
.comments ul li{
    margin-right: 22px;
    display: flex;
    align-items: center;
    position: relative;
}
.comments ul li:after{
	position: absolute;
    right: -13px;
    top: 5px;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #E2E3E5;
}
.comments ul li:last-child:after{
	display: none;
}
.comments ul li span{
	font-size: 13px;
	line-height: 16px;
	color: #E2E3E5;
	margin-left: 3px;
	display: block;
}
.sidebar-panel .comments ul li span{
	font-size: 12px;
}
.comments.change ul li span{
	color: #555555;
	white-space: nowrap;
}
.article-panel .panel:first-child {
	padding-top: 0px;
}
.article-panel .panel {
    border-bottom: 1px solid #dfe0e2;
    padding-bottom: 16px;
    padding-top: 15px;
}
.article-panel .panel:last-child {
	border: none;
}
.feature-article-bar .article-panel .panel, .matches-block__panel__day, .sidebar-panel .matches-block .panel .matches-panel, .sidebar-panel .standings .score-block-panel-row {
	border-bottom: 1px solid #cacbcd;
	position: revert;
}
.feature-article-bar .article-panel .panel:last-child, .sidebar-panel .standings .score-block-panel-row:last-child{
	border-bottom: none !important;
}
.article-panel .fig-panel figure{
	border-radius: 2px;
	overflow: hidden;
}
.homepage .article-panel .text-panel{
    width: calc(100% - 110px) !important;
}
.feature-article-bar .article-panel .text-panel{
	width: calc(100% - 150px) !important;
}
.article-panel h2,
.article-panel h3{
    line-height: 26px;
    margin-bottom: 5px;
}
.top-section {
	background: #EBECED;
    padding: 20px 0 5px;
}

/*most-read-part*/
.most-read-part {
	padding: 24px 0px 0px;
}
.most-read-part h2{
	margin-bottom: 20px;
}
.most-read-part .row {
	margin: 0 -8.1px;
	width: 1108px;
}
.most-read-part .row > div {
    padding-left: 8.1px;
    padding-right: 8.1px;
}
.article-panel2 h4{
	font-size: 12px;
	line-height: 16px;
	color: #48A914;
	font-weight: 700;
	display: none;
	margin: 0px 0px 8px;
}
.article-panel2 h3{
    margin-bottom: 8px;
}
.article-panel2 .text{
	padding: 12px 0px 13px;
}
.bill-board-728 {
	max-width: 728px;
	height: 180px;
	margin: 20px auto 20px;
}

/*day-content-part*/
.day-content-part .inner{
	border-top: solid 1px #B6DDA1;
    padding: 20px 0px 12px;
}
/* .day-content-part .row {
    margin: 0 -10px;
}
.day-content-part .row > div{
	padding-left: 10px;
	padding-right: 10px;
} */
.day-content-part .inner > .row > .col2,
.mega-article-part > .container > .row > .col1{
	width: 70%;
}
.day-content-part .col3,
.mega-article-part > .container > .row > .col2{
    width: 30%;
}
.day-content-part .col4{
    width: 19%;
}
.day-content-part .col5{
    width: 81%;
}
.day-content-part .col2 > .row{
	padding-bottom: 17px;
	position: relative;
    margin-bottom: 18px;
}
.day-content-part .col5 > .row{
	border-bottom: 1px solid #dfe0e2;
}
.mega-article-panel .article-panel .panel:first-child {
    padding-top: 13px;
}
.mega-article-panel .article-panel .text-panel {
	width: calc(100% - 110px);
}
.mega-article-panel .article-panel .panel {
	padding-bottom: 11px;
	padding-top: 12px;
}
.mega-article-panel .article-panel h3 {
    position: relative;
    margin-top: -6px;
}
.row.article-panel .s-text,
.mega-article-panel .article-panel .s-text{
	display: block;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #3A8710;
	text-transform: uppercase;
	padding: 0 8px 0 6px;
	background: #C8E5B9;
	margin-right: 9px;
	position: relative;
}
.row.article-panel .s-text:after,
.mega-article-panel .article-panel .s-text:after{
    position: absolute;
    right: -12px;
    top: 0;
    width: 15px;
    height: 130%;
    content: "";
    background: #ffffff;
    transform: rotate(10deg);
}
ul.tags li:after, ul.categories li:after{
	display: inline-block !important;
	position: absolute;
    right: -12px;
    top: 0;
    width: 15px;
    height: 130%;
    content: "";
    background: #ffffff;
    transform: rotate(10deg);
}
ul.tags a:hover li{
	opacity:0.8;
}
.mega-article-panel.last-border .article-panel .panel:last-child{
	border-bottom: 1px solid #dfe0e2;
}
.day-content-part .col2 > .row:last-child:after {
    display: none;
}
.more-panel {
	padding: 18px 0px 0;
}
.more-panel a{
	background: #48A914;
	border-radius: 4px;
	display: block;
	max-width: 592px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding: 8px 0px;
}
.leaderboard728 {
	max-width: 728px;
}
.left-side-panel h2{
	margin-bottom: 17px;
}
.leaderboard600 {
    max-width: 120px;
    height: 600px;
}
.leaderboard600 h6{
	font-size: 16px;
	line-height: 32px;
}

/*features-panel*/
.features-panel {
	margin-bottom: 25px;
}
.features-panel h2{
	margin-bottom: 23px;
}
.features-panel ul{
	background: #EBECED;
	border-radius: 2px;
	padding: 12px;
}
.features-panel ul li{
	margin-bottom: 7px;
}
.features-panel ul li:last-child{
	margin-bottom: 0px;
}
.features-panel ul li a{
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 14px;
	line-height: 24px;
	color: #0B1724;
	padding: 8px 8px;
}
.features-panel ul li a span{
	display: inline-block;
	margin-left: 7px;
	position: relative;
}
.features-panel ul li a span:after{
	position: absolute;
	right: -16px;
	top: 0;
	content: "";
	width: 8px;
	height: 100%;
	background: url(../images/angle-right2.svg) no-repeat center/8px;
}

.matches-block {
	padding-bottom: 23px;
}
.matches-block h2{
	margin-bottom: 15px;
}
.matches-block .panel{
	background: #F5F6F6;
	padding: 8px 12px 3px;
	border-bottom: solid 1px #91cb72;
	overflow: hidden;
}
.matches-block .panel .matches-panel:last-child,
.matches-block .panel:last-child{
    /*border-bottom: none;*/
}
.matches-block .panel h4{
    text-align: center;
    margin-bottom: 2px;
    position: relative;
}
.matches-block .panel h4 img{
    position: absolute;
    left: 0;
    top: 4px;
    margin: 0;
}
.matches-block .panel span{
	font-size: 12px;
	line-height: 24px;
	color: #28333E;
	white-space: nowrap;
}
.matches-block .panel div.player-name{
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
}
.matches-block .panel img{
	margin: 0px 4px;
}
.matches-block .score {
	background: #B1B5B9;
	border-radius: 2px;
	text-align: center;
    width: 17%;
	height: 24px;
}

.matches-block .score span{
	font-size: 12px;
	color: #59616A;
	/*font-family: 'SF Pro Text';*/
	font-weight: normal;
}
.matches-block .score i{
	font-style: normal;
	font-size: 12px;
	line-height: 24px;
	display: block;
	padding: 0px 6px;
	position: relative;
}
.matches-block .score i:after{
    position: absolute;
    right: -2px;
    top: 11px;
    content: "";
    width: 5px;
    height: 1px;
    background: #28333E;
}
.matches-block .score i:last-child:after{
	display: none;
}
.matches-block .panel .left-team{
	width: 41.5%;
	overflow: hidden;
}
.matches-block .panel .right-team{
	width: 41.5%;
	overflow: hidden;
}
.matches-panel {
    padding-top: 8px;
    padding-bottom: 7px;
    border-bottom: solid 1px #dfe0e2;
}
.bg-green {
	background: #c8e5b9 !important;
}
.bg-white {
	background: #fff !important;
}
.large-leaderboard770.leaderboard300 {
	max-width: 300px;
	height: 250px;
}
.scrore-block {
	padding: 5px 0px 24px;
}
.scrore-block h2{
	margin-bottom: 15px;
}
.scrore-block .panel{
	background: #F5F6F6;
	border-radius: 2px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.scrore-block .panel .heading.row{
	padding: 7px 0px 14px 11px;
	border-bottom: none;
}
.scrore-block .panel .row{
	padding: 3px 0px 4px 11px;
	margin: 0;
	border-bottom: solid 1px #dfe0e2;;
	position: relative;
}
.scrore-block .panel .row:last-child{
	border-bottom: none; 
}
.scrore-block .panel .row > div{
	padding: 0;
}
.scrore-block .panel .heading.row .tr1{
	width: 38px;
}
.scrore-block .panel .heading.row .tr2 {
	width: 155px;
}
.scrore-block .tr1 {
    width: 20px;
}
.scrore-block .tr2 {
	width: 155px;
}
.scrore-block .tr3 {
	width: 20px;
}
.scrore-block .panel .heading .tr2 strong{
	letter-spacing: 0.01em;
	color: #59616A;
}
.scrore-block .panel .heading strong{
	font-weight: 700;
	font-size: 13px;
	color: #0B1724;
}
.scrore-block .panel span{
	font-size: 14px;
	line-height: 20px;
	color: #0B1724;
}
.scrore-block .panel .tr2 span{
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-left: 3px;
}
.scrore-block .panel .tr2 figure{
	width: 30px;
}
.links-block h2{
    margin-bottom: 3px;
}
.links-block ul li{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #dfe0e2;
}
.links-block ul li:last-child{
	border-bottom: none;
}
.links-block ul li,
.links-block ul li a{
	font-size: 14px;
	line-height: 20px;
	color: #0B1724;
}
.links-block ul li a{
	color: #0058AB;
	text-decoration: underline;
}
.links-block ul li a:hover{
	opacity: 0.85;
}

/* footer part */

#footer-part {
	width: 100%;
}
.footer-top-bar {
	background: #f5f6f6;
    padding: 40px 0px 28px;
}
.footer-top-bar .col1{
	width: 17%;
}
.footer-top-bar .col2{
	width: 49%;
}
.footer-top-bar h3,
.footer-bottom-bar h3{
	color: #48A914;
	margin-bottom: 11px;
}
.footer-top-bar a,
.footer-top-bar p{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #0B1724;
}
.footer-top-bar li {
    margin-bottom: 12px;
}

/*footer-bottom-bar*/

.footer-bottom-bar {
	background: #EBECED;
	padding: 40px 0px;
}
.footer-bottom-bar .title{
	margin-bottom: 40px;
}
.footer-bottom-bar h3{
	margin-bottom: 8px;
}
.footer-bottom-bar .f-social li {
	margin-right: 32px;
	position: relative;
}
.footer-bottom-bar .f-social li:after,
.copy-panel li:after {
	position: absolute;
	right: -17px;
	top: 4px;
	content: "";
	width: 1.5px;
	height: 13px;
	background: #7B8187;
	transform: rotate(15deg);
}
.footer-bottom-bar .f-social li:last-child:after,
.copy-panel ul li:last-child:after {
	display: none;
}
.footer-bottom-bar .f-social a,
.copy-panel a,
.copy-panel button {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #0B1724;
}
.footer-bottom-bar .f-social a img{
	margin-right: 8px;
}
.copy-panel {
	padding: 20px 0px 0;
}
.copy-panel li{
	margin-right: 22px;
	position: relative;
}
.copy-panel a,
.copy-panel p,
.copy-panel button{
	color: #59616A;
}
.copy-panel p{
	color: #59616A;
	display: flex;
	align-items: center;
}
.copy-panel p a{
	color: #48A914;
	margin: 0px 2px;
}
.copy-panel li:after {
	right: -12px;
}

/*article*/
.breadcrumbs-block {
	margin-bottom: 13px;
}
.breadcrumbs-block ul li{
	margin-right: 30px;
	position: relative;
}
.breadcrumbs-block ul li:after{
    position: absolute;
    right: -22px;
    top: 0;
    content: "";
    width: 10px;
    height: 100%;
    background: url(../images/angle-right2.svg) no-repeat center/8px;
}
.breadcrumbs-block ul li:last-child:after{
	display: none;
}
.breadcrumbs-block ul li a{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #59616A;
}
.breadcrumbs-block ul li a img{
	margin-left: 10px;
}
.large-leaderboard770.m-20{
	margin: 20px auto 20px;
}

/*mega-article-part*/
.mega-article-part .title h1{
    font-size: 40px;
    line-height: 46px;
	color: #0B1724;
	margin-bottom: 10px;
}
.mega-article-part .title .meta-panel {
	margin-bottom: 12px;
}
.mega-article-part .title .meta-panel .person{
	margin-right: 20px;
	position: relative;
}
.mega-article-part .title .meta-panel .person:after,
.mega-article-part .title .meta-panel .time:after{
	position: absolute;
	right: 0;
	top: 0;
	content:"";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #dfe0e2;
}
.mega-article-part .title .meta-panel .person:after{
    right: -13px;
    top: 15px;
	position: initial;
	margin-left: 7px;
}
.mega-article-part .title .meta-panel .time:after{
    right: -10px;
    top: 8px;
}
.mega-article-part .title .meta-panel .person img{
	margin-right: 10px;
}
.mega-article-part .title .meta-panel .person span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #0058AB;
}
.mega-article-part .title .meta-panel .time{
	margin-right: 20px;
	position: relative;
}
.mega-article-part .title .meta-panel .time span{
	font-size: 14px;
	line-height: 20px;
	color: #0b17249e;
	margin-left: 2px;
}
.mega-article-part .title .meta-panel ul li, .bottomTags ul.categories li{
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #3A8710;
    padding: 0px 10px;
    background: #C8E5B9;
    margin-right: 10px;
    position: relative;
	white-space: nowrap;
}
.bottomTags ul.categories li{
	line-height: 24px;
	margin-bottom: 3px;
}
.bottomTags ul.categories a:hover li{
	opacity: 0.8;
}
.bottomTags .tagsHead{
	font-size: 25px;
    line-height: 28px;
    margin-top: 0px;
    color: #0B1724;
	font-weight: bold;
	font-family: roboto condensed,sans-serif;
	margin-bottom: 5px;
}
.bottomTags {
	padding-bottom: 0px;
}
.mega-article-part .tags{
	display: inline-block !important;
	padding-top: 5px;
}
.mega-article-part .tags a, .mega-article-part .tags span{
	display: inline-block;
	margin-bottom: 5px;
}
.mega-article-part .title .meta-panel .person, .mega-article-part .title .meta-panel .time{
	white-space: nowrap;
}
.mega-article-part .title .meta-panel .time b{
	font-weight:500;
}
.picture-panel figure img{
	width: 100%;
}
.picture-panel figcaption{
    background: #EBECED;
    border-radius: 2px;
    padding: 6px;
    font-size: 13px;
    line-height: 17px;
    color: #7B8187;
    padding-left: 10px;
}
.paragraph-panel {
    padding: 18px 0px 0;
}
.paragraph-panel.no-picture{
	padding: 5px 0px 0;
}
.paragraph-panel .row{
	margin-bottom: 5px;
}
.paragraph-panel p{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #0B1724;
}
.paragraph-panel iframe {
	margin-bottom: 20px;
}
.paragraph-panel #fcupdate.nl_mob_mobilerectangle_320x240_2 iframe {
	margin-bottom: 10px;
}
.paragraph-panel.legacy p:first-child{
	font-weight:700;
}
.paragraph-panel p a{
	color: #0058AB;
}
.paragraph-panel p a:hover{
	text-decoration: underline;
}
.quote-panel {
	width: 100%;
	max-width: 520px;
	margin: 0 auto 20px;
}
.quote-panel label{
	display: block;
	font-weight: 700;
	font-size: 22px;
	color: #0B1724;
}
.quote-panel label{
	margin-bottom: 6px;
	position: relative;
}
.quote-panel label:after,
.quote-panel label:before{
	position: absolute;
	left: -56px;
	top: -10px;
	content: "";
	width: 45px;
	height: 50px;
	background: url(../images/quote1.svg) no-repeat center/45px;
}
.quote-panel label:before{
	left: inherit;
    right: -50px;
    top: inherit;
    bottom: -35px;
	background: url(../images/quote2.svg) no-repeat center/45px;
}
.quote-panel span{
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #7B8187;
}
.paragraph-panel.pt-0{
	padding-top: 0;
}
.scrore-block.style2 .tr2,
.scrore-block.style2 .panel .heading.row .tr2 {
    width: 80%;
}
.scrore-block.style2 .panel .heading.row .tr1 {
    width: 25px;
}
.article-panel.style2 .text-panel {
    width: calc(100% - 100px);
}
.line-green:after,
.line-light-green:after,
.line-light-black:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	content: "";
	background: #48A914;
}
.line-light-black:after{
	background: #B1B5B9;
}
.poll {
	margin-bottom: 20px;
}
.large-leaderboard770.d-hide {
	display: none;
}
.features-panel.d-hide{
	display: none;
}
.title.d-hide{
	display: none;
}
.leaderboard300.d-hide,
.large-leaderboard300.d-hide{
	display: none;
}
.m-toggle-menu {
	display: none;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 3.5px;
	background-color: #ffffff;
    margin: 0px 0 5px;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px) ;
	transform: rotate(-45deg) translate(-6px, 6px) ;
}
body.homepage .headTitle h1{
	font-size: 21px;
}
.change .bar2 {
 	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -7px) ;
	transform: rotate(45deg) translate(-6px, -7px) ;
}

.custom-radio-btn {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	line-height: 20px;
	color: #0B1724;
}
.custom-radio-btn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
    top: 10px;
    left: 15px;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border-radius: 100%;
	border: 1px solid #59616A;
	display: block;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.custom-radio-btn input:checked ~ .checkmark:after {
	display: block;
}
.custom-radio-btn .checkmark:after {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #177991;
	position: absolute;
}

.poll-panel {
	margin-bottom: 20px;
	position: relative;
	margin-top: 10px;
    float: left;
    width: 100%;
}
.poll-panel .inner{
	background: #F5F6F6;
    padding: 26px 12px 33px;
	border-top: solid 2px #48A914;
}
.poll-panel .title{
	padding-bottom: 23px;
}
.poll-panel h2{
	margin-bottom: 7px;
}
.poll-panel h3{
	color: #7B8187;
	font-size: 16px;
	line-height: 24px;
	display: block;
	font-weight: 400;
}
.poll-panel form{
	margin: 0 auto;
	max-width: 460px;
}
.poll-panel .custom-radio-btn{
	padding: 10px 48px;
	background: #FFFFFF;
	border: 1px solid #E2E3E5;
	border-radius: 2px;
}
.poll-panel .form-group{
	margin-bottom: 10px;
}
.poll-panel .btn{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 24px;
	background: #E2E3E5;
	border-radius: 4px;
}

/* responsive */
@media only screen and (max-width: 1199px) {
	.nav-bar > ul > li {
	    margin-left: 20px;
	}
	.social-panel {
	    margin-left: 20px;
	}
	.nav-bar ul li a {
	    font-size: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.footer-top-bar .row > div {
		margin-bottom: 10px;
	}
	.footer-top-bar .col1{
		width: 33.33%;
	}
	.footer-bottom-bar .col6{
		width: 100%;
	}
	.copy-panel {
	   flex-direction: column;
	}
	.copy-panel > div {
	   justify-content: center !important;
	   margin-top: 10px;
	}
	.feature-article-bar .col1,
	.feature-article-bar .col2 {
	    width: 100%;
	}
	.feature-article-bar > .container > .row > div{
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.feature-article-bar > .container > .row > div:first-child{
		border-bottom: 1px solid #dfe0e2;
	}
	.day-content-part .col4 {
		display: none;
	}
	.day-content-part .inner > .row > .col2, .mega-article-part > .container > .row > .col1,.day-content-part .col5 ,
	.day-content-part .col3, .mega-article-part > .container > .row > .col2{
	    width: 100%;
	}
	.large-leaderboard770.m-20{
		height: 50px;
	}
	.leaderboard300.d-hide {
		display: block;
	}
	.mega-article-part .title h1 {
	    font-size: 32px;
	    line-height: 40px;
	}
	.article-panel.style2{
		display: none;
	}
	.leaderboard300.m-hide,
	.leaderboard728.m-hide{
		display: none;
	}
	.large-leaderboard770.m-20.m-hide{
		display: none;
	}
	.large-leaderboard300.d-hide{
		display: block;
	}
	.scrore-block .tr2 {
	    width: 80%;
	}
	.scrore-block .panel .heading.row .tr2 {
	    width: 78%;
	}
	.m-toggle {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background: #0B1724;
		z-index: 999;
		padding: 15px 15px;
	}
	.m-toggle-menu {
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(-0%,-50%);
	}
	.logo {
		position: absolute;
		left: 15px;
		top: 0;
	}
	.header-bar .right-panel {
	    width: 100%;
	    position: inherit;
	    background: transparent;
	}
	.header-bar {
		background: #0B1724;
		position: relative;
		min-height: 54px;
	}
	.nav-bar > ul {
	    flex-direction: column;
	}
	.nav-bar > ul > li {
	    margin-left: 0;
	    width: 100%;
	}
	.social-panel {
	    margin-left: 0;
	}
	.social-panel ul li {
		margin-left: 0px;
		margin-bottom: 15px;
	}
	.social-panel ul{
		display: block;
	}
	.m-toggle > div {
	    width: 100%;
	    display: block;
	}
	.nav-bar > ul > li > a {
	    padding: 8px 0px;
	}
	.nav-bar > ul > li:hover > ul {
	    display: none;
	}
	.nav-bar > ul > li > ul {
	    position: relative;
	    width: 100%;
	}
	.nav-bar {
	    margin-bottom: 15px;
	}
	.scrore-block .panel{
	    width: calc(100% + 24px);
	    padding: 0px 12px;
	    position: relative;
	    left: -12px;
	}
}
@media only screen and (max-width: 767px) {
	.select-panel {
	    display: none;
	}
	.slider-panel {
	    width: 100%;
	    padding: 0;
	}
	#slider1 .slick-arrow {
		display: none;
	}
	.footer-top-bar .col1,
	.footer-top-bar .col2,
	.col6{
		width: 100%;
	}
	.footer-top-bar .col1:nth-child(2n),
	.footer-top-bar .col1:nth-child(3n){
		width: 50%;
	}
	.f-social{
		position: absolute;
    	right: 15px;
		top: 0;
	}
	.f-social,
	.copy-panel ul{
		flex-direction: column;
	}
	.footer-bottom-bar .f-social li:after, 
	.copy-panel li:after {
		display: none;
	}
	.copy-panel {
	    padding: 0;
	}
	.footer-bottom-bar .down {
		position: relative;
	}
	#footer-part .container{
		padding: 0px 24px;
	}
	.copy-panel ul{
		justify-content: flex-start;
	}
	.copy-panel li {
	    margin-right: 0px;
	    margin-bottom: 12px;
	    width: 100%;
	}
	.f-social li{
		margin-bottom: 12px;
	}
	.footer-bottom-bar .title {
	    margin-bottom: 24px;
	}
	.large-leaderboard770 {
	    height: 50px;
	}
	.col6 {
	    width: 100%;
	}
	.large-leaderboard770.d-hide,
	.features-panel.d-hide,
	.leaderboard300.d-hide {
		display: block;
	}
	.large-leaderboard770.m-hide,
	.features-panel.m-hide {
		display: none;
	}
	.article-title >div {
	    padding: 0px 20px 20px 20px;
	}
	.title.d-hide{
		display: block;
		margin-bottom: 12px;
	}
	.mega-article-part .title .meta-panel {
	    flex-direction: column;
	    padding-bottom: 10px;
	}
	.mega-article-part .title .meta-panel > div,
	.mega-article-part .title .meta-panel > ul{
		width: 100%;
		margin: 10px 0px 0;
	}
	.quote-panel {
	    padding: 0px 40px;
	}
	.quote-panel.by-user {
	    padding: 0px 0px;
	}
	.quote-panel label:after, .quote-panel label:before {
	   background-size: 32px;
	   width: 35px;
	}
	.quote-panel.by-user label:after {
		top: -30px;
	 }
	 .quote-panel.by-user label:before{
	 	bottom: 0px;
	}
	.quote-panel label:after{
		left: -40px;
	}
	.quote-panel label:before {
    	right: -30px;
	}
}
@media only screen and (max-width: 750px) {
	.scrore-block .tr2, 
	.scrore-block .panel .heading.row .tr2 {
	    width: 70%;
	}
}
@media only screen and (max-width: 575px) {
	.team-score-panel h6 {
	    font-size: 12px;
	}
	.article-panel2 h4{
		display: block;
	}
	.article-panel .text-panel {
	    width: calc(100% - 96px);
	    margin-left: 12px;
	}
	.article-panel .fig-panel figure {
	    width: 108px;
	}
	.scrore-block.style2 .tr2, 
	.scrore-block.style2 .panel .heading.row .tr2 {
	    width: 60%;
	}
}
@media only screen and (max-width: 479px) {
	.scrore-block .tr2{
	    width: 185px;
	}
	.scrore-block .panel .heading.row .tr2 {
	    width: 175px;
	}
}
