html,
body{
	padding:0;
	margin:0;
	overflow:hidden;
	width:100%;
	height:100%;
}

body{
	color:#fff;
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
    background-position: center center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.header{
	background:#fff;
height: 157px;text-align: right;;}
.logo{
	position: absolute;
    z-index: 100;
    width: 465px;	
float: left;top: 0;}
#weather-2{
	
	width: 900px;
display: block;float: right;}
.better-weather[max-width~="2000px"] .bw_date-loc{
	display:none !important;
}
#leftSide{
	width: 100%;
	float:left;
}

#rightSide{
	width:610px;
	float:right;
	position:fixed;
	right:0;
	top:0;
	height: 100%;
}
#bottomSide{
	background:#fff;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height: 73px;
	line-height: 73px;
	color:#000;
}
.newsCaption{	
	line-height:73px;
	float:left;
	min-width: 10%;
	text-align:center;
	font-weight:600;
	font-size:30px;
	display:none;
}
.marquee{
	width: 100%;
	overflow: hidden;
	float: right;
	font-size: 25px;
font-weight: 700;}
#slides .item{
	padding-bottom:25px;
}
#slides img{
-webkit-box-shadow: 10px 10px 16px -6px rgba(0,0,0,0.74);
-moz-box-shadow: 10px 10px 16px -6px rgba(0,0,0,0.74);
box-shadow: 10px 10px 16px -6px rgba(0,0,0,0.74);
}
.slideCaption{
	position:absolute;
	left:0;
	padding:15px;
	background:rgba(232,19,19, 0.8);
	z-index:1;
	bottom:20%;
	font-size:45px;
}

.date{font-size: 20px;font-weight: 400;color: #0c2446;margin-bottom: 10px;text-align: right;padding-right: 30px;line-height: 47px;display: block;width: 472px;position: relative;float: right;list-style: none;margin-top: 15px;}
.date i{
	color: #f4f4f4;
	margin-right:10px;
font-size: 45px;float: left;}
.date span#txt{
	/* display:inline-block; */
	margin-right:40px;
}
.date li{
	display:inline-block;
}
.weather{
	float:right;
	width:400px;
}
.weather .forecast {
	background-repeat:no-repeat;
	background-position:left center;
	float: left;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	line-height: 30px;
	padding-left: 80px;
	margin-left:30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p{
	margin:0;
	padding:0;
}

.boardTitle{
	background-image:url(../images/board-title.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-size:36px;
	font-weight:800;
	width:100%;
	line-height:70px;
	text-align:center;
	margin-bottom:25px;
}

.liveBoard{
	background:rgba(0,0,0,0.64);
	width:100%;
	height:100%;
	position: relative;
	min-height: 100%;
display: none;}
.event{
	width:550px;
	margin:0 auto;
	position: relative;
	padding-top: 80px;
}
.homeLogo{
	position: absolute;
	top: 7px;
}
.channelName{
	position: absolute;
	text-align: center;
	width: 230px;
	left: 50%;
	font-size: 30px;
	margin-left: -117px;
	bottom: 80px;
	font-weight: 800;
	line-height: 30px;
}
.awayLogo{
	position: absolute;
	right: 0;
	top: 7px;
}
.homeLogo img,
.awayLogo img{
	max-width:auto;
	height:90px;
}

.itemBar{
	background-image:url(../images/item-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:15px;
}

.clearfix:before,
.clearfix:after{
	display: table;
    content: " ";
}
.clearfix:after{
	clear: both;
}
.homeTeam,
.awayTeam{
	color:#034873;
	font-weight:800;
	font-size:23px;
	width:195px;
	line-height:65px;
	display:inline-block;
}
.homeTeam{
	text-align:right;
}
.time{
	display:inline-block;
	font-size:30px;
	line-height:65px;
	text-align:center;
	width: 150px;
}