#menu{
	background-color: rgba(0,0,0,0.1) !important;
	z-index: 999;
}
#slider{
	width:100%;
	height:410px;
	padding-top:50px;
	margin-top:-45px;
	position:relative;
	background:url(/images/slider.jpg) center;
}
#slider .slider-league{
	height:90px;
	padding: 0 0 20px 0;
	position: relative;
	text-align: center;
}
#slider .slider-league img{
	max-height: 90px;
	position: relative;
}
#slider .slider-event{
	width:100%;
	min-height:79px;
	padding: 0;
	position: relative;
}
#slider .slider-date{
	width:120px;
	min-height:79px;
	top:0;
	left:calc(50% - 60px);
	padding: 0;
	position: absolute;
	text-align: center;
	color:#fff;
}
#slider .slider-date p{
	width: 100%;
	position: relative !important;
	padding: 0;
	margin: 0;
	display:block;
	text-align: center !important;
	color:#d1d1d1;
}
#slider .slider-date p:nth-child(1){
	font-size: 35px;
	line-height: 50px;
}
#slider .slider-date p:nth-child(2){
	font-size: 17px;
	line-height: 20px;
}
#slider .slider-event .team{
	height: 75px;
	line-height: 75px;
	font-size: 18px;
	width:calc(50% - 60px);
	position: absolute;
	top:0;
	right:0;
	text-align: left;
	color:#fff;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
}
#slider .slider-event .team img{
	max-height: 75px;
	vertical-align: middle;
	position:relative !important;
}
#slider .slider-event .team:nth-child(1){
	text-align: right;
	left: 0;
}
#slider .slider-event .team:nth-child(1) img{
	margin-left: 10px;
}
#slider .slider-event .team:nth-child(2){
	right: 0;
}
#slider .slider-event .team:nth-child(2) img{
	margin-right: 10px;
}
#slider .slider-sport{
	width:100%;
	background-size:70%;
	height:170px;
	margin-top:60px;
}
#slider .slider-sport-football{
	background:url(/images/homelightslider4-Stadium.png) bottom center no-repeat;
	background-size:70%;
}
#slider .slider-sport-basketball{
	background:url(/images/basketball-field.png) bottom center no-repeat;
	background-size:60% 90%;
}
.row{
	font-size: 0;
}
.home-title {
    width: 100%;
    height: 50px;
    margin:20px 0 40px 0;
}
.home-title h3 {
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #333;
    padding: 0;
    font-size: 32px;
    border-bottom: 2px solid #D61919;
    display: inline-block;
}
#top-players{
	width:50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 5%;
	box-sizing: border-box;
	padding-bottom: 40px;
}
#latest-events{
	width:50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
#top-players ul{
	padding: 0;
	margin: 0;
	width:100%;
}
#top-players ul li{
	width:100%;
	min-height: 55px;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
	padding: 0;
}
#top-players .number{
	width:55px;
	font-size:58px;
	color:#f1f1f1;
	height: 55px;
	line-height:55px;
	padding:0 5px;
	margin:0;
	display: inline-block;
	vertical-align: top;
	position: absolute;
}
#top-players .nickname{
	width:55%;
	height: 55px;
	line-height: 55px;
	padding:0 15px 0 67px;
	margin:0;
	display: inline-block;
	vertical-align: top;
	color:#323232;
	font-size: 18px;
	font-weight: 600;
	box-sizing: border-box;
}
#top-players .nickname a{
	color:#323232;
	transition: ease 0.25s;
}
#top-players .nickname a:hover{
	color:#D61919;
}
#top-players .avatar{
	width:40px;
	height:40px;
	padding:0;
	margin:8px 7px 0 0;
	display: inline-block;
	vertical-align: top;
	border-radius:50%;
	background-size:cover;
}
#top-players .stat{
	width:22.5%;
	height: 55px;
	padding:0 5px;
	margin:0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
}
#top-players .stat label{
	height: 18px;
	line-height: 18px;
	padding-top: 4px;
	font-size:15px;
	display: inline-block;
	width:100%;
	color:#aeaeae;
}
#top-players .stat span{
	height: 30px;
	line-height: 30px;
	font-size:25px;
	display: inline-block;
	width:100%;
	color:#D61919;
}
#latest-events ul{
	padding: 0;
	margin: 0;
	width:100%;
}
#latest-events ul li{
	width:100%;
	min-height:79px;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
	padding: 0;
	position: relative;
}
#latest-events ul li div{
	display: inline-block;
}
#latest-events .team{
	height: 75px;
	line-height: 75px;
	font-size: 18px;
	width:calc(50% - 40px);
	position: absolute;
	top:0;
	right:0;
	white-space: nowrap;
	overflow: hidden;
}
#latest-events .team img{
	max-height: 50px;
	vertical-align: middle;
}
#latest-events .team:nth-child(1){
	text-align: right;
	left: 0;
	direction: rtl;
}
#latest-events .score{
	position: absolute;
	top:0;
	width:80px;
	text-align: center;
	height: 75px;
	left:calc(50% - 40px);
}
#latest-events .score span{
	background: #f1f1f1;
	font-size: 18px;
	color:#323232;
	height: 30px;
	line-height: 30px;
	margin-top: 24px;
	width: 60px;
	font-weight: 600;
	display: inline-block;
}
#contest-updates{
    width: 100%;
    height: 440px;
    padding-top: 30px;
    background: url(/images/home-slide-bg-2.jpg) center;
		background: url(/images/euro-winners.jpg) center;
    background-size: cover;
}
.best-tipsters-title {
    width: 100%;
    min-height: 60px;
    margin-bottom: 45px;
    text-align: center;
}
.best-tipsters-title h3 {
    display: inline-block;
    width: auto;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin: 0 auto;
    padding: 0 5%;
    font-size: 32px;
    border-bottom: 2px solid #D61919;
}
#contest-updates ul {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    list-style: none;
		font-size: 0;
}
#contest-updates ul li {
    height: 45px;
    width: 31.333%;
    margin:1%;
    margin-bottom: 25px;
		display: inline-block;
		box-sizing: border-box;
		padding-left:50px;
		position: relative;
}
#contest-updates .tipster {
    line-height: 22px;
    overflow: hidden;
    display: inline-block;
    height: 45px;
    width: 100%;
}
#contest-updates .avatar{
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	top:0;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}
#contest-updates .tipster a {
    color: #fefefe;
    font-weight: 500;
    font-size: 18px;
    float: left;
    clear: both;
    width: 100%;
    transition: ease 0.25s;
}
#contest-updates .tipster p {
    width: 100%;
    float: left;
    color: #aaa;
    padding: 0;
    margin: 0;
		font-size: 14px;
}
.home-more-link {
    width: 100%;
    height: 40px;
    float: left;
    margin: 20px auto;
    text-align: center;
}
.home-more-link a:hover {
    background-color: #af1a1d;
    border: 2px solid #af1a1d;
}
.home-more-link a {
    width: auto;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #D61919;
    color: #fefefe;
    font-size: 17px;
    border: 2px solid #D61919;
    border-radius: 5px;
    transition: ease 0.25s;
    padding: 0 20px;
}
#news-feed{
	font-size: 0;
}
.blog-news {
    width: 31.333%;
    height: 230px;
    margin: 0 0 20px 2%;
		display: inline-block;
		vertical-align: top;
}
.blog-news-image {
    width: 100%;
    height: 165px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-news-title {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 20px;
    color: #333;
    text-align: center;
}
.blog-news-title a {
    color: #333;
    border: none;
    transition: ease 0.25s;
}
#news-feed .all-blog-news {
    width: 100%;
    height: 35px;
    font-size: 18px;
    text-align: center;
    margin: 15px 0 30px 0;
}
#news-feed .all-blog-news a {
    background-color: #D61919;
    border: 2px solid #D61919;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    display: inline-block;
    color: #fefefe;
    transition: ease 0.25s;
}
#news-feed .all-blog-news a:hover {
    background-color: #af1a1d;
    border: 2px solid #af1a1d;
}

@media only screen and (max-width: 768px){
	#top-players,#latest-events{
		width:100%;
	}
	#latest-events{
		margin-bottom: 30px;
	}
	#contest-updates ul li{
		width: 48%;
	}
	#contest-updates{
		height: auto;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){
#slider .slider-event .team{
	font-size:0;
}
#contest-updates ul li{
	width: 98%;
}
#top-players,#latest-events{
	width:100%;
	padding:0 2.5%;
}
#top-players .number{
	display: none;
}
#top-players .nickname{
	padding-left: 5px;
	width:75%;
}
#top-players .stat{
	width:25%;
}
#top-players .stat:nth-child(4){
	display: none;
}
#latest-events{
	margin-bottom: 30px;
}
.blog-news{
	width:96%;
}
}
