body {
	background: #f2f2f2;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

a{
	color: #e50000;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
a:hover{
	opacity: 0.8;
}

a.social-link,
.navbar-default .navbar-nav>li>a.social-link{
	display: inline-block;
	color: #fff;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 1px 3px;
	padding: 0;
}
a.social-link:hover,
.navbar-default .navbar-nav>li>a.social-link:hover{
	color: #fff;
}
a.social-link[href*="facebook.com"]{
	background-color: #3a589b !important;
}
a.social-link[href*="twitter.com"]{
	background-color: #598dca !important;
}
a.social-link[href*="youtube.com"]{
	background-color: #cf3427 !important;
}
a.social-link > i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

img.alignleft{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.alignright{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/* Button */
.btn-primary,
.elm-button{
	background-color: #e50000;
	border-color: #e50000;
	border-radius: 0;
	font-weight: 700;
	line-height: 23px;
	padding-left: 16px;
	padding-right: 16px;
}
.btn-primary:hover,
.elm-button:hover{
	background-color: #bb0000;
	border-color: #bb0000;
}
.btn-link{
	color: #e50000;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
}
.btn-link .fa{
	font-size: 10px;
}
.btn-link:hover{
	color: #bb0000;
}

/* Form */
.form-control{
	background-color: #f2f2f2;
	border-color: #e3e3e3;
	border-radius: 0;
	box-shadow: none;
}
.navbar li.search .input-group .form-control{
	background-color: #ededed;
	border: none;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    font-size: 12px;
    height: 32px;
}
.navbar li.search .input-group .input-group-btn>.btn{
	background-color: #ededed;
	border: none;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
}


/* Layout */
.row.no-padding{
	margin-left: 0;
	margin-right: 0;
}
.row.no-padding > .col-xs-12{
	padding-left: 0;
	padding-right: 0;
}
.box-title{
	font-weight: 700;
}
.box-shadowed{
	border: 1px solid #ebebeb;
	box-shadow: 4px 4px 0 rgba(0,0,0,0.05);
}
.box-bordered{
	border: 1px solid #ebebeb;
}
.box-bordered .table-responsive{
	border: none;
	margin-bottom: 0;
}

/* Header */
#header{
	z-index: 9999;
	position: relative;
}

/* Navigation */
.navbar-default{
	background-color: #fff;
	border: none;
	box-shadow: 2px 0 8px rgba(0,0,0,0.1);
}
.navbar-default .navbar-nav>li>a{
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
	background: none;
	color: #e50000;
	opacity: 1;
}
.navbar-default .navbar-nav>.active>a{
	border-bottom-color: #e50000;
}
.navbar-default .navbar-nav>li.search form{
	max-width: 180px;
	margin-left: 3px;
}
.navbar-brand{
	height: auto;
}

/* Ads Bannder */
.ads-banner .banner-wrapper{
	position: relative;
	padding-bottom: 10px;
}
.ads-banner .top-banner img{
	max-width: 100%;
}
.ads-banner .side-banner{
	position: absolute;
	top: 100%;
	left: 100%;
	padding-left: 10px;
}

/* Featured */
.featured-news{
	margin-bottom: 20px;
}
.featured-list{
	padding-left: 35px;
	padding-right: 35px;
}
.featured-item,
.featured-item .image{
	position: relative;
}
.featured-item .image:before{
	background-color: rgba(0,0,0,0.7);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.featured-large .image:before{
	background-color: rgba(0,0,0,0.5);
}
.featured-item .image img{
	max-width: 100%;
}
.featured-item .content{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 10px;
}
.featured-item .content .title{
	color: #fff;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}
.featured-thumb:hover .content .title{
	opacity: 0.8;
}
.featured-item .content .meta{
	color: #8d8d8d;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 0;
}
.featured-large .content .entry{
	max-width: 846px;
	padding-top: 30px;
}
.featured-large .content .title{
	margin-bottom: 15px;
}
.featured-large .content .title:after{
	background-color: #df0000;
	content: "";
	display: block;
	width: 47px;
	height: 2px;
	margin-top: 2px;
}
.featured-large .content .excerpt{
    color: #fff;
    margin-bottom: 20px;
	text-shadow: 1px 0 1px #000;
}
.featured-thumb {
	display: block;
}
.featured-thumb:hover{
	opacity: 1;
}
.featured-thumb .content{
	top: auto;
	bottom: 0;
}

/* Widget */
.widget{
	background-color: #fff;
	margin-bottom: 15px;
}
.widget-title{
	font-weight: 700;
	padding: 10px 20px;
	margin: 0;
	position: relative;
}
.widget-title:after{
	background-color: #000;
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	margin-top: 3px;
}
.headline-category{
	background-color: #f6f6f6;
	color: #171d2e;
	font-size: 11px;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.headline-category > span{
	display: inline-block;
	vertical-align: middle;
}
.headline-category > span.icon-game{
	font-size: 18px;
}
.list-headline{
	margin-bottom: 0;
}
.list-headline li{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.list-headline li:before{
	content: '';
	height: 20px;
	width: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.list-headline li.less-than-6:before{
	background-color: #3c3c3c;
}
.list-headline li.less-than-12:before{
	background-color: #a0a0a0;
}
.list-headline li.old-than-12:before{
	background-color: #e0e0e0;
}
.list-headline li a{
	border-bottom: 1px solid #f0f0f0;
	color: #5e5e5e;
	display: block;
	font-size: 12px;
	text-decoration: none;
	line-height: 34px;
}
.list-headline li:last-child a{
	border-bottom: none;
}
.list-headline li a:hover{
	color: #000;
	font-weight: 700;
}
.livestream-widget,
.match-result-widget{
	padding-left: 20px;
	padding-right: 20px;
}
.livestream-widget .nav-tabs,
.match-result-widget .nav-tabs{
	border-bottom: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
.list-livestream,
.list-match-result{
	margin-bottom: 0;
}
.list-livestream li a,
.list-match-result li a{
	border-bottom: 1px solid #f0f0f0;
	color: #5e5e5e;
	display: block;
	font-weight: 600;
	line-height: 34px;
	text-decoration: none;
	position: relative;
}
.list-livestream li a{
	padding-right: 70px;
}
.list-livestream li:last-child a,
.list-match-result li:last-child a{
	border-bottom: none;
}
.list-livestream li a span{
	display: inline-block;
	vertical-align: middle;
}
.list-livestream li a .icon-game,
.list-match-result li a .icon-game{
	font-size: 18px;
}
.list-livestream li a .viewers,
.list-match-result li a .status{
	color: #c4c4c4;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
}
.match-result-widget .match-score{
	margin-top: 0;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
}
.list-match-result li a{
	font-size: 10px;
	font-weight: 600;
}
.list-match-result li a span,
.list-match-result li a .title .flag,
.list-match-result li a .title .name {
	display: inline-block;
	vertical-align: middle;
}
.list-match-result li a .icon-game{
	color: #e72738;
	font-size: 15px;
	margin-right: 3px;
}
.list-match-result li a .title{
	color: #939393;
	text-transform: capitalize;
max-width: 230px;
line-height: 1.5;
}
.list-match-result li a .title .vs{
	color: #171d2e;
	font-weight: 900;
	margin-left: 3px;
	margin-right: 3px;
}
.list-match-result li a .title .flag{
	/*width: 20px;*/
}
.list-match-result li a .status{
	color: #000000;
	font-weight: 600;
}
.dropdown-competition{
	margin-bottom: 10px;
}
.dropdown-competition .btn{
	border-radius: 0;
	color: #262626;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	position: relative;
}
.dropdown-competition .btn .fa{
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.dropdown-competition .dropdown-menu{
	width: 100%;
}
.nav-tabs>li>a.icon-game-tab-button{
	color: #d3d3d3;
	border: 1px solid #eaeaea;
	border-radius: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	position: relative;
}
.nav-tabs>li.active>a.icon-game-tab-button{
	color: #e72738;
}
.nav-tabs>li>a.icon-game-tab-button .icon-game{
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.not-found{
	font-weight: 700;
	padding: 10px;
}
/* Main */
#main{
	background-image: url(../img/bg/main-top.png), url(../img/bg/main-bottom.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	position: relative;
	padding-top: 50px;
	min-height: 600px;
	padding-bottom: 50px;
}
.page-title{
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
article.post.team .page-title,
article.post.player .page-title,
article.post.match .page-title{
	font-size: 22px;
	margin-bottom: 30px;
}
.page-title:after{
	background-color: #000;
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	margin-top: 3px;
}
article.post, article.page{
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
article.post.post-list{
	padding: 10px;
}
article.post .entry-content,
article.page .entry_content,
.entry-comments,
.author-content,
.most-content{
	position: relative;
	padding: 20px;
}
article.post.post-list .entry-content{
	padding: 0;
}
article.post.post-list .entry-content.has-thumbnail{
	min-height: 143px;
	padding-left: 192px;
}
article.post.post-list .entry-content.has-thumbnail .image{
	position: absolute;
	left: 0;
	top: 0;
}
.elm-wrapper{
	text-align: left !important;
}
.entry-content .meta a{
	color: #e51224;
}
.entry-content .meta .datetime{
	font-size: 12px;
	margin-left: 5px;
}
.entry-content .meta > span{
	display: inline-block;
}
.entry-content .title a{
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}
.entry-content .excerpt{
	color: #939393;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}
.entry-content .excerpt p:last-child{
	margin-bottom: 0;
}
.entry-content blockquote{
	background-color: #f2f2f2;
	border-left: none;
	font-size: 14px;
	padding: 30px;
}
.entry-content ul.lineup{
	list-style: none;
	padding: 0;
	margin: 0;
}
.share-content{
	background-color: #f6f6f6;
	padding: 10px 33px;
}
.share-content ul{
	margin-bottom: 0;
}
.share-content ul li{
	line-height: 0;
	vertical-align: middle;
}
.share-content ul li a{
	margin-left: 0;
	margin-right: 0;
}
.popular-post .title{
	color: #171d2e;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}
.author-box{
	position: relative;
	padding: 10px;
}
.social-share{
	text-align:center
}
.author-box .image img{
	max-width: 90px;
}
.author-box .name{
	font-weight: 700;
}
.author-box .bio{
	color: #5e5e5e;
	font-size: 15px;
	line-height: 25px;
}
.author-box .btn{
	border-radius: 0;
	font-size: 15px;
	font-weight: 700;
}
.author-box .btn.twitter{
	background-color: #4086cd;
	border-color: #4086cd;
}
.author-box .btn.facebook{
	background-color: #3C5999;
	border-color: #3C5999;
}
.single-post article.post{
	padding: 0;
}
.wpp-list-item h5{
	margin-top: 5px;
	margin-bottom: 0;
}
.wpp-list-item h5 a{
	color: #171d2e;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.wpp-list-item .meta{
	line-height: 1;
}
.wpp-list-item .meta .date{
	color: #bebebe;
	font-size: 12px;
	font-weight: 600;
}
.single-post .entry-content{
	color: #757575;
	padding: 35px 33px;
	text-align: justify;
}
.single-post .entry-content .title{
	margin-bottom: 0px;
}
.single-post .entry-content .meta .datetime{
	color: #939393;
	margin-left: 0;
	margin-bottom: 20px;
}
.single-post .entry-content .entry-lineup h4{
	text-transform: capitalize;
}
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6{
	color: #000;
	font-weight: 600;
}
.single-post .social-link i.fa-facebook-square:before{
	content: "\f09a";
}

.single-post .entry-content h1.title {
 font-size:26px;
}


/* Player & Team & Match */
.player-name,
.team-name{
	font-weight: 600;
	    font-size: 20px;
}
.player-name img,
.team-name img,
.player-name span,
.team-name span,
.match-livestream span{
	display: inline-block;
	vertical-align: middle;
}
.player-picture,
.player-desc{
	margin-bottom: 25px;
}
.team-picture{
	max-width: 216px;
	text-align: center;
}
.match-desc,
.match-livestream,
.player-desc,
.team-desc{
	padding: 25px;
}
.match-desc li,
.player-desc li,
.team-desc li{
	border-bottom: 1px solid #ebebeb;
	padding-top: 5px;
	padding-bottom: 5px;
}
.match-desc li:last-child,
.player-desc li:last-child,
.team-desc li:last-child{
	border-bottom: none;
}
.match-desc li label,
.player-desc li label,
.team-desc li label{
	font-weight: 400;
}
.match-desc li span,
.player-desc li span,
.team-desc li span,
.match-desc li a,
.player-desc li a,
.team-desc li a{
	color: #9c9c9c;
}
.match-desc ul,
.match-livestream ul,
.player-desc ul,
.team-desc ul,
.match-desc li label,
.player-desc li label,
.team-desc li label{
	margin-bottom: 0;
}
.player-career .box-bordered{
	padding: 18px 10px;
}
.player-career table{
	color: #575252;
	font-size: 16px;
}
article.post.team table,
article.post.player table,
article.post.match table{
	width: 100%;
	margin-bottom: 0;
}
article.post.team table td,
article.post.player table td,
article.post.match table td{
	vertical-align: middle;
}
article.post.team table td img,
article.post.player table td img,
article.post.match table td img{
	display: inline-block;
}
.player-career td:first-child{
	min-width: 110px;
}
.player-career table tr:last-child td{
	/*font-weight: 700;*/
}
.player-team .box-bordered{
	max-width: 217px;
	text-align: center;
}
.player-team .team-name,
.player-team .team-name a{
	color: #737373;
	margin-bottom: 0;
	line-height: 1.5;
}
.team-picture,
.team-desc,
.team-lineup,
.player-team,
.player-career{
	margin-bottom: 40px;
}
.team-picture{
	min-height: 150px;
	position: relative;
}
.team-picture img{
	max-height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.match-desc .category a:hover,
.match-desc .category a:focus,
.player-desc .category a:hover,
.player-desc .category a:focus
.team-desc .category a:hover,
.team-desc .category a:focus{
	cursor: text;
	opacity: 1;
	text-decoration: none;
}
.team-lineup .box-bordered{
	padding: 7px;
	position: relative;
}
.team-logo-background{
    background-position: top -60px left -70px;
	background-repeat: no-repeat;
	background-size: auto 180%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.2;
}
.team-lineup .player-item{
	float: left;
	width: 100%;
	padding: 6px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.team-lineup .player-item img{
	max-width: 100%;
}
.team-lineup .player-item p{
	color: #737373;
	font-weight: 600;
	margin-bottom: 0;
}
.team-lastresult table td,
.team-achievement table td{
	color: #464646;
	font-weight: 600;
}
.team-lastresult table td:first-child,
.team-achievement table td:last-child{
	color: #adadad;
}
.team-lastresult table td.green{
	color: #02c93f;
}
.team-lastresult table td.red{
	color: #cb0000;
}
.match-desc,
.match-livestream{
	margin-bottom: 25px;
}
.match-team-1,
.match-team-2{
	text-align: center;
	width: 216px;
	max-width: 100%;
}
.match-score{
	color: #a2a2a2;
	font-size: 24px;
	font-weight: 700;
	margin-top: 95px;
	text-align: center;
}
.match-score span{
	display: inline-block;
	vertical-align: middle;
}
.match-score span.green{
	color: #01b01f;
}
.match-score span.red{
	color: #ff0000;
}
.match-livestream ul{
	margin-bottom: 2px;
}
.match-livestream li a{
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.match-livestream span.type{
	min-width: 20px;
	margin-right: 5px;
	text-align: center;
}
.match-livestream span.viewers{
	color: #9c9c9c;
}
.map-item{
	margin-bottom: 20px;
}
.map-item .image{
	position: relative;
}
.map-item .image img{
	max-width: 100%;
}
.map-item .image label{
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
	margin-right: 5px;
}
.map-item .time{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.map-item .time .green{
	color: #02c93f;
}
.map-item .time .red{
	color: #d10000;
}
.match-lineup{
	margin-bottom: 20px;
}
.match-lineup .team-lineup{
	margin-bottom: 10px;
}
.match-lineup .team-name{
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ebebeb;
	margin-bottom: 0;
	padding: 10px;
}
.match-lineup .team-name a{
	color: #e50000;
}
/* Comments */
.entry-comments,
.most-content{
	border-top: 1px solid #ececec;
}
.entry-comments .section-title{
	color: #171d2e;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
}
li.comment{
	margin-bottom: 25px;
}
.comment-meta{
	margin-bottom: 5px;
	position: relative;
	padding-right: 80px;
}
.comment-author-name{
	color: #474747;
	font-weight: 600;
}
.comment-author-name span{
	color: #e50000;
}
.comment-date{
	color: #cccccc;
	font-weight: 600;
	position: absolute;
	top: 0;
	right: 0;
}
.comment-text{
	color: #a5a5a5;
	font-size: 13px;
	line-height: 22px;
}
/* Footer */
.footer-top{
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 35px;
}
.footer-about .footer-desc{
	padding-top: 10px;
}
.footer-about .footer-desc .title{
	color: #171d2e;
	font-size: 21px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}
.footer-about .footer-desc .desc{
	color: #9a9a9a;
	font-size: 13px;
	font-weight: 300;
}
.footer-bottom{
	background-color: #e50000;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	padding-top: 12px;
	padding-bottom: 12px;
}
.copyright{
	margin-bottom: 0;
}
.footer-menu .menu-item{
	position: relative;
}
.footer-menu .menu-item:not(:last-child):after{
	background-color: #d9d9d9;
	content: "";
	display: block;
	width: 28px;
	height: 1px;
}
.footer-menu .menu-item a{
	color: #a9a9a9;
	font-size: 13px;
	font-weight: 300;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}
.footer-menu .menu-item a:hover,
.footer-menu .menu-item.current-menu-item a{
	color: #000;
}
.footer-menu .menu-item.current-menu-item a{
	font-weight: 700;
}
.css-events-list .events-table {
	width: 100%;
}
.css-events-list table.events-table th.event-time {
	width: 60%;
}

@media (max-width: 991px) {
	.featured-large .content .entry{
		padding-top: 10px;
	}
	.featured-large .content .excerpt p{
		max-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}
	.featured-list{
		margin-top: -40px;
	}
	.featured-item .image img{
		width: 100%;
	}
	.footer-about{
		margin-bottom: 15px;
	}
}
@media (max-width: 767px){
	.featured-large .content{
		background-color: rgba(0,0,0,0.6);
		margin-bottom: 20px;
		position: static;
	}
	.featured-list{
		margin-top: 0px;
		padding-left: 0;
		padding-right: 0;
	}
	article.post.post-list .entry-content.has-thumbnail .image,
	article.page.post-list .entry-content.has-thumbnail .image{
		margin-bottom: 20px;
		position: static;
	}
	article.post.post-list .entry-content.has-thumbnail .image img,
	article.page.post-list .entry-content.has-thumbnail .image img{
		width: 100%;
	}
	article.post.post-list .entry-content.has-thumbnail,
	article.page.post-list .entry-content.has-thumbnail{
		padding-left: 0;
	}
	.match-team-1, .match-team-2, .team-picture{
		margin-left: auto;
		margin-right: auto;
	}
	.match-score{
		margin-top: 0px;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	/* Navigation */
	.navbar {
	    border-radius: 0px;
	}
	/* Main */
	#main{
		padding-top: 10px;
	}
	#adfronttop{padding-bottom: 10px;}
	.box-bordered .table-responsive{
		overflow: visible;
	}
	.player-career td:first-child{
		width: 40%;
	}
	.team-lineup .player-item{
		width: 33.33%;
	}
	.match-team-1{
		float: right;
	}
	.author-box{
		min-height: 115px;
		padding-left: 110px;
	}
	.author-box .image{
		max-width: 90px;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.author-box .desc{

	}
	/* Footer */
	.footer-about {
		position: relative;
		padding-left: 170px;
		min-height: 146px;
	}
	.footer-about .footer-logo{
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	/* Navigation mobile appear earlier */
	.navbar-default .navbar-collapse {
		margin-left: -3%;
		margin-right: -3%;
		background: #fff;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-right: 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
        padding-right: 15px;
    }
    .navbar-nav.navbar-right{
    	padding-left: 15px;
    }
    .navbar-nav>li {
        float: none;
        margin-bottom: 5px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	/* End Navigation */
}

@media (min-width: 992px) {
	/* Navigation */
	.navbar-nav>li>a {
	    padding: 20px 6px;
	    line-height: 22px;
	}
	.navbar-default .navbar-nav.navbar-right li {
	    padding-top: 17px;
	    padding-bottom: 13px;
	}
	.navbar-brand{
		padding-top: 22px;
		padding-bottom: 22px;
	}
	/* Main */
	.team-lineup .player-item{
		width: 20%;
	}
	/* Sidebar */
	#sidebar{
		padding-left: 0;
	}
	/* Featured */
	.featured-list{
		margin-top: -60px;
	}
	.featured-large .content .title{
		font-size: 40px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li.search form{
		max-width: 140px;
	}
}

@media (min-width: 1200px) {
	/* Layout */
	#content{
		width: 72.5%;
	}
	#sidebar{
		width: 27.5%;
	}
	/* Navigation */
	.navbar-nav>li>a {
	    padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-default .navbar-nav>li.search form{
		max-width: 244px;
	}
	/* Featured */
	.featured-list{
		margin-top: -110px;
	}
	.featured-large .content{
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Main */
	article.post .entry-content,
	.entry-comments,
	.author-content,
	.most-content{
		padding: 25px 50px;
	}
	article.page .entry-content {
		padding: 0px 50px 25px 50px;
	}

	article.post.post-list .entry-content,
	article.page.post-list .entry-content{
		padding: 0px;
	}
}

@media (min-width: 1250px) {
	.container{
		width: 1220px;
	}

	/* Footer */
	.footer-about{
		padding-right: 75px;
	}
}

/** JB 20180704 - AdFramework */
#adzoneA {
	max-width: 728px;
	margin: auto;
	margin-bottom: 25px;
}
/* new styles - 04122019*/
ul.list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}

ul.list li {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
ul.list li:before
{
	    background-color: #e0e0e0;
	content: '';
    height: 20px;
    width: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
ul.list li a {
    border-bottom: 1px solid #f0f0f0;
    color: #5e5e5e;
    display: block;
    font-size: 13px;
    text-decoration: none;
}
.player-desc.box-shadowed {
    display: table;width: 100%;
}
.rbordere
{
	border-right: solid 1px #ddd;
}
.marketvalueinfo {
    border-bottom: solid 1px #ddd;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    display: table;
    padding-bottom: 10px;
}

span.value {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 34px;
}

span.datea {
    width: 100%;
    float: left;
    text-align: right;
	margin-top:10px;
}
.userating {
        text-align: right;
    margin-top: 10px;
    width: 100%;
}
span.thumbs-rating-already-voted {
    background: #b3da87;
    margin: 0px;
    text-align: center;
    width: 100% !important;
}
.userating img {
    width: 62%;
}
/*-----------------------------------------------------------------------------------*/
/* Thumbs Ratings Styles */
/*-----------------------------------------------------------------------------------*/

.thumbs-rating-container{
	
	padding:0;
	display: block;
}
.thumbs-rating-container .thumbs-rating-up, .thumbs-rating-container .thumbs-rating-down{
	
	padding: 0px;
	cursor:pointer;
} 
.thumbs-rating-container .thumbs-rating-up img, .thumbs-rating-container .thumbs-rating-down img {
    width: 50px;
}

.thumbs-rating-container .thumbs-rating-already-voted{
	padding-top: 1em;
	font-size: 0.9em;
	display: none;
}
span.icon-game.icon-fortnite {
    background-image: url(images/fortnite.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
span.icon-game.icon-rainbow-six {
    background-image: url(images/rb6.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
span.icon-game.icon-fifa {
    background-image: url(images/fifa.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
span.icon-game.icon-misc {
    background-image: url(images/misc.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
.col-xs-12.col-sm-3.col-md-3.col-lg-3.player-picture {
    padding-right: 0px;
}

.col-xs-12.col-sm-4.col-md-4.col-lg-4.MARKTWERT {
    padding-left: 0px;
}
.col-xs-12.col-sm-3.col-md-3.col-lg-3.team-logo {
    padding-right: 0px;
}
.userating h5 {
    font-weight: bold;
}
span.thumbs-rating-up i {
    background: -webkit-linear-gradient(#7fbe3f, #0e8b27);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 45px;
}
span.thumbs-rating-down i {

    font-size: 45px;
	background: -webkit-linear-gradient(rgba(233,94,96,1), rgb(99, 0, 3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-lastresult img.flag {
    margin-right: 15px;
}
.player-desc.kariere.box-shadowed {
    padding: 10px;
}
@media only screen and (max-width: 768px) {
	section.featured-news {
		display: none;
	}
	.home section.featured-news {
		display: block;
	}
}