.wrapper_fs h1,
.wrapper_ss h1, 
.wrapper_wds h1,
.wrapper_fs .h1_title,
.wrapper_ss .h1_title, 
.wrapper_wds .h1_title{
	font-size: 30px;
	color: black;
	padding-bottom: 20px;
	margin: 0 auto;
	font-weight: normal;
}
.wrapper_fs h2,.wrapper_ss h2,.wrapper_wds h2{
	font-size: 18px;
	margin: 0 auto;
	color: black;
	padding-bottom: 15px;
	font-weight: normal;
}
.btm-note{
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #333;
}
.btm-note span{
	color: red;
}
.btm-note em{
	color: #333;
	font-style: normal;
}
.inside_main_container{
	margin: 0 auto;
	width: 960px;
}
.wrapper_fs{
    background: url(../img/fortunespin_white.jpg)  no-repeat center 126px fixed;
}
.wrapper_ss{
	height: auto;
    background: url(../img/sundayseries_white.jpg)  no-repeat center 126px fixed;
}
.wrapper_wds{
	height: auto;
    background: url(../img/weekdaysspecials_white.jpg)  no-repeat center 126px fixed;
}
.wrapper_fs, .wrapper_wds, .wrapper_ss{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 20px;
	width: 100%;
    float: left;	
}
.insdie_nav {
	width: 100%;
	float: left;
}

.insdie_nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.insdie_nav ul li {
	display: inline-block;
	padding: 30px 25px 30px 25px; 
}

.insdie_nav ul li a {
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #000;
	text-decoration: none;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}

.insdie_nav ul li a:hover, .insdie_nav ul li a:focus, .insdie_nav ul li a.active {
	padding: 30px 30px 10px 30px;
	border-bottom: 3px #2a8fbd solid;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
.insdie_nav ul li a i {
	font-size: 30px; 
}

.box-holder{
	width: 100%;
	display: table;
	float: left;
	background: rgba(255, 255, 255, 0.5);
}
.bx-inside{
	padding: 40px;	
}

.fs_imgbx{
	width: 769px;
	margin: 25px 52px;	
}
.fs_imgbx img:nth-child(2){
	float: right;
}

/*.navBar {
	height:30px; 
	background: #1c6080; 
	font-size: 14px; 
	color:#FFF; 
	font-weight:bold; 
}*/


.table_bg {
	background:#fff;
	margin-bottom: 25px;
	width: 100%;
}
.table_bg td, .table_bg tr{
	text-align: center;
}
.table_bg tbody tr:first-child{
	background:#1c6080;
	font-weight:bold;
	font-size: 13px;
	color: #fff;
	height:30px;
} 
.table_bg tr:nth-child(even){
	background:#dddddd;
	color: #000;
	font-size: 13px;
} 
.table_bg tr:nth-child(odd){
	background:#eeeeee;
	font-size: 13px;
	color: #000;
}
.twoimage-box{
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;	
}
.imgleftbx{
	float: left;
	width: 412px; 
}
.imgrightbx{
	float: right;
	width: 412px; 
}