/*
Theme Name: riverrattsports
Theme URI: http://riverrattsports.com
Description: wp theme.
Author: 
Author URI: http://riverrattsports.com
Version: 0.0.1
License: No license
License URI: http://riverrattsports.com
Tags:
Text Domain: riverrattsports
*/

@font-face{
    font-family: 'Oxygen', sans-serif;
}

@font-face{
    font-family:Oxygen;
    src: url(font/Oxygen.ttf);
}
/*<link href='http://fonts.googleapis.com/css?family=Days+One' rel='stylesheet' type='text/css'>*/

body{
    margin: 0px;
    background: #95979A url(images/background.png);
}

/*********************************** HEADER ***************************************/

#header{
	margin:0px Auto;
	padding: 0px;
	width:960px;
	height:145px;
	background:#1F1F1F;
	/*position:relative;*/
	}
#logo_img{
	margin-top: 12px;
	background: url(images/header_logo1.png) no-repeat;
	width: 375px;
	height: 116px;
	margin-left: 30px;
	display: inline-block;
}
.callnow{
	background: url(images/phoneicon.png) no-repeat;
	width: 140px;
	height: 26px;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 30px;
	float:left;
	/*display: inline-block;
	/*background:black;*/
}

#header_right {
	float: right; 
	width: 500px;
}	
.callnow{
	 float: right;
	 font-family:Letter;
	 font-size: 20px;
	 color:#626262;
	 text-transform: uppercase;
	 margin-top: 17px;
}

.number{
	font-family:Oxygen;
	text-transform: uppercase;
	font-size: 20px;
	color:#626262;
}
	
#login_box{
	width:470px;
	height:62px;
	float: right;
	margin-right: 0px;
	margin-top:0px;
}

#login_box p{
	margin-top: 21px;
	position: relative;
	float:left;
	color:#797979;
	font-family: Oxygen;
	padding-right:4px;
	padding-left: 4px;
}
#userbox{
	position: relative;
	float:left;
	width:94px;
	height:14px;
	background: #FFFFFF;
	border: 1px #C8C8C8 solid;
	margin-top: 23px;
	color: #5E5E5E;
	text-align: center;
	border-radius: 6px;
}

#passbox{
	position: relative;
	float:left;
	width:94px;
	height:14px;
	background: #FFFFFF;
	border: 1px #C8C8C8 solid;
	margin-top: 23px;
	color: #5E5E5E;
	text-align: center;
	border-radius: 6px;
}

#loginbtn{
 position: relative;
 float:right;
 margin-top:22px;
 margin-right: 30px;
 cursor:pointer;
 background:#B80A0A;
 color:#FFFFFF;
 font-family: Oxygen;
 width:52px;
 height: 19px;
 border-radius: 5px;
 text-align: center;
 padding-bottom: 15px;
 border: 2px solid #991818;
}
#loginbtn:hover{
background:#840D0D;
}

#gomobile{
 position: relative;
 float:right;
 margin-top:5px;
 margin-right: 30px;
 cursor:pointer;
 background:#B80A0A;
 color:#626262;
 font-family: Oxygen;
 text-align: center;
 font-size: 14px;
 width:160px;
 height: 19px;
 padding-top: 2px;
 display:none;
 border-radius: 5px;
}

	
	/*********************************** MENU ***************************************/

.page-navi{
	position:relative;
	width:760px;
	height:35px;
	float:right;
	margin-top: 15px;
	/*background: #A51B1F;*/
	}

.page-navi ul{
    display: inline-block;
}

.page-navi li{
    height: 43px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 0px;
   /* margin-top: -5px; */
}

.page-navi li a{
	font-family:Oxygen;
	text-transform: uppercase;
	letter-spacing: 1px;
    display: block;
    padding: 0em 0.8em;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    outline: 0;
    color: #626262;
}


.page-navi a:hover{
    color: #B80A0A;
}


.home a:hover{
	/*background-color: #730607;
	padding: 15px 0 4px 0;
	margin-top: -15px;
	cursor:pointer;*/
	color: #B80A0A !important;
}

.page_item hover{
	/*height: 43px;*/
	padding: 15px 0 4px 0;
	margin-top: -15px;
	cursor:pointer;
}

.page_item a:hover, .page-navi ul li a:hover{
	color: #fff !important;
}

.currentpagehome{
	padding: 15px 0 4px 0;
	margin-top: -15px;
	cursor:pointer;
}

.currentpagehome a{
	color: #B80A0A !important;

}

.current_page_item{
	padding: 15px 0 4px 0;
	margin-top: -15px;
	cursor:pointer;
}

.current_page_item a{
	color: #ff573a !important;
}



/*********************************** SLIDER ***************************************/
#slider_container{
	position:relative;
	margin: 0px Auto;
	width:960px;
	height:328px;
}

#slider{
	position:absolute;
	margin: 0px Auto;
	width:960px;
	height:328px;
	/*background:black;*/
}

.right_arrow{
	position:absolute;
	float: right;
	z-index:9988;
	margin-top:140px;
	margin-left:915px;
	cursor:pointer;
}

.left_arrow{
	position:absolute;
	float: left;
	z-index:9998;
	margin-top:140px;
	margin-left:10px;
	cursor:pointer;
}

#boldline{
	margin:0px Auto;
	margin-top: 8px;
	width:960px;
	height:6px;
	background:#B80A0A;
}

#bottom_slider{
	float:left;
	width:473px;
	height:252px;
	color:gray;
	margin-top: 45px;
}

#bottom_holder{
	width:960px;
	height:303px;
	margin:0px auto;
}

#box_container{
	float:right;
	margin-top: 45px;
	width:483px;
	height:255px;
	position:relative;
}

.pointer{
	cursor:pointer;
}

#box1{
	background: url(images/box1.png) no-repeat;
	display: inline-block;
	width:464px;
	height:124px;
	margin-left: 5px;
	cursor:pointer;
}
#box1:hover{
	background-image: url(images/box1_hover.png);
	cursor:pointer;
}

#box2{
	background: url(images/box2.png) no-repeat;
	display: inline-block;
	width:229px;
	height:127px;
	margin-left: 5px;
	display:none;
}
#box2:hover{
	background-image: url(images/box2hover.png);
}

#box3{
	background: url(images/box3.png) no-repeat;
	display: inline-block;
	width:464px;
	height:124px;
	margin-left: 5px;
	cursor:pointer;
}
#box3:hover{
	background-image: url(images/box3_hover.png);
	cursor:pointer;
}

#box4{
	background: url(images/box4.png) no-repeat;
	display: inline-block;
	width:229px;
	height:122px;
	margin-left: 5px;
	display:none;
}
#box4:hover{
	background-image: url(images/box4hover.png);
}
/*********************************** FOOTER ***************************************/

#footer{
    font-family: Verdana, sans-serif;
    font-weight: lighter;
    font-size: 13px;
    color: #76787A;
    line-height: 20px;
	position:relative;
	margin: 0px Auto;
	/*margin-top: 0px;*/
	width:960px;
	height:75px;
	background: #424242;
	padding-top:40px;
	/*height:226px;*/
}

#footer p{
	font-family: Oxygen;
	margin: 0px Auto;
	color: #76787A;
	position:relative;
	text-align: center;
	margin-top: 0px;
	z-index:9998;
	cursor:pointer;
}

#footer a{
	text-decoration: none;
}

/*********************************** SPORTSBOOK ***************************************/

/*#sb_container{
	margin:0px Auto;
	margin-top: -20px;
	padding: 0px;
	width:960px;
	height:500px;
	background:#F3F3F4;
	position:relative;
}*/

/*********************************** CASINO ***************************************/

.container{
	margin:0px Auto;
	padding-top: 5px;
	padding-bottom: 40px;
	width:960px;
	/*height:580px;*/
	background:#1F1F1F;
	/*position:relative;*/
}

/*#cs_container p{
	font-family Oxygen;
	margin: 0px Auto;
	color:#58585B;
	position:relative;
	margin-top:10px;
	margin-left: 40px;
	font-size:20px;
	margin-right: 40px;
}*/

#games{
	margin:0px Auto;
	margin-top: 40px;
	padding: 0px;
	width:890px;
	height:200px;
	/*background:red;*/
}

/*.game{
	cursor:pointer;
}*/

#game1{
	background: url(images/game1.png) no-repeat;
	width: 218px;
	height: 200px;
	display: inline-block;
}

#game2{
	background: url(images/game2.png) no-repeat;
	width: 218px;
	height: 200px;
	display: inline-block;
}

#game3{
	background: url(images/game3.png) no-repeat;
	width: 218px;
	height: 200px;
	display: inline-block;
}

#game4{
	background: url(images/game3.png) no-repeat;
	width: 218px;
	height: 200px;
	display: inline-block;
}

h3{
	font-family:Oxygen;
	margin: 0px Auto;
	font-size: 20px;
	color:#B80A0A;
	position:relative;
	margin-top:30px;
	margin-left: 200px;
}


 /*********************************** RACEBOOK ***************************************/

/*#rb_container{
	margin:0px Auto;
	/*margin-top: -20px;
	padding: 0px;
	width:960px;
	height:1000px;
	background:#F3F3F4;
	/*position:relative;
} */

h1{
	margin: 0px Auto;
	position:relative;
	margin-top:5px;
	margin-left: 40px;
	padding-top: 20px;
}

.container p{
	font-family:Oxygen;
	margin: 0px Auto;
	color:rgb(158, 158, 158);
	position:relative;
	margin-top:20px;
	margin-left: 40px;
	font-size:20px;
	margin-right: 40px;
}

.firstword{
	font-family:Oxygen;
	font-size: 35px;
	 text-transform: uppercase;
	color:#939393;
}

.secword{
	 font-family:Oxygen;
	 font-size:35px;
	 text-transform: uppercase;
	 color:#ff573a;
}

h2{
	font-family:Oxygen;
	margin: 0px Auto;
	color:#ff573a;
	position:relative;
	margin-top:50px;
	margin-left: 40px;
	font-size: 22px;
}

.line{
	margin:0px Auto;
	margin-top: 10px;
	padding: 0px;
	width:890px;
	height:2px;
	background:#D7D7D7;
	/*position:relative;*/
}

.rules_oculto li{
	font-family: Oxygen;
	margin: 0px Auto;
	color:white;
	position:relative;
	margin-top:10px;
	margin-left: 40px;
	font-size:18px;
	margin-right: 40px;
}

#sbimg{

	margin:0px Auto;
	margin-top: 40px;
	padding: 0px;
	width:890px;
	height:130px;
	background:#A51B1F;
	margin-left: 40px;
	/*position:relative;*/
}

/*********************************** CONTACT US ***************************************/

.subtitle{
	font-family: Oxygen;
	font-size: 25px;
	color:#B80A0A;
}
.rules_oculto{
	font-family:Oxygen;
	margin: 0px Auto;
	color: white;
	position:relative;
	margin-top:10px;
	margin-left: 40px;
	font-size:20px;
	margin-right: 40px;
}

.pr_oculto p{
	font-family: Oxygen;
	margin: 0px Auto;
	color: white;
	position:relative;
	margin-top:10px;
	margin-left: 40px;
	font-size:18px;
	margin-right: 40px;
}
/*********************************** SUPPORT BROWSER SECTION ***************************************/
.browser-support{
	margin: 20px 0 20px 0;
}
.browser-support p{
	color:#919396;
	font-family: Arial, sans-serif;
	display:inline;
	margin-bottom:15px;
	text-align: center;
}
.browser_img{
	margin:0 0 -7px 0;
	padding:0 3px 0 0;
}
/*-----------------------HOUSE RULES-----------------------*/
.rules-container{
	display:inline;
	width:500px;
}
.side-menubar li {
	list-style: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	height: 45px;
	background:url(images/sidebar-deco.png)no-repeat;
}
.side-menubar li:hover {
	background:url(images/sidebar-deco-hover.png)no-repeat;
}
.side-menubar li:hover a{
	color:#626262;
}
.side-menubar li a{
	font: 14px Arial, Helvetica, sans-serif;
	display: block;
	padding: 13px 0 15px;
	margin: 1px 41px 0;
	text-decoration: none;
	color: #D2D3D6;
	text-shadow: -1px -1px 0 #000000;
}
.whitebg {
	background-color: #cecece;
	padding: 20px 20px 20px 20px;
	margin: 20px 10px 20px 20px;
	width: 823px;
	font-family: Arial !important;
	color:#626262 !important;
	font-size: 12px !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 9px #999;
}
.whitebg p{
	font-family: Arial !important;
	color:#626262 !important;
	font-size: 12px !important;
}
.whitebg h2{
	color:#626262 !important;
}

.whitebg-lb{
	background-color: #cecece;
	padding: 20px;
	margin: 20px 10px 20px 20px;
	width: 823px;
	font-family: Arial !important;
	color:#626262 !important;
	font-size: 12px !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 9px #999;
}
.whitebg-lb p{
	font-family: Arial !important;
	color:#626262 !important;
	font-size: 12px !important;
	margin-top: 2px !important;
}
.rules_title {
	font-size: 16px;
	border-bottom: 1px solid #913333;
	padding: 0 10px 15px 25px;
	font-family: Arial;
	color:#626262;
}
.whitebg-lb .rules_title {
	font-size: 16px;
	border-bottom: 1px solid #913333;
	padding: 10px 0 10px 25px;
	font-family: Arial;
	color:#626262;
}
.rules_title:hover {
color:#913333;
}
.rules-container li{
	font-family:Maven Pro;
	margin: 0px Auto;
	color:#626262;
	position:relative;
	padding-top:5px;
	margin-top:10px;
	margin-left: 40px;
	font-size:16px;
	margin-right: 40px;
}
.rules_box {
	display: none;
	padding: 25px;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	margin-top: -20px;
	font-size: 13px !important;
}
.hs_button {
font-family: Arial;
color: #003366;
line-height: 30px;
padding: 8px 12px;
border-radius: 4px;
border: 1px solid #999;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
cursor: pointer;
text-shadow: 1px 1px 0 #eaeaea;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…w9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(153,153,153,1));
background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(153,153,153,1));
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(153,153,153,1)));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#626262FF,EndColorStr=#FF999999);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#626262FF,EndColorStr=#FF999999)";
background-color: #f1f1f1;
}
.hs_button:hover {
background: rgb(153,153,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(244,244,244,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(90%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(244,244,244,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(244,244,244,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(244,244,244,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(244,244,244,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.horsetracks_tables{
	line-height: 30px;
	border: 2px solid #626262;
	background:#F9F9F9;
	text-align: center;
	margin:0 auto
}
.color-number{
	color: #626262;
}

.topbar {
margin-top: -10px;
border-bottom: 1px solid #404043;
background: #1c1d1f;
min-height: 50px;
font-size: 12px;
padding: 0;
}
.row {
margin: 0 auto;
max-width: 970px;
}
.call-us{
color: #D3D3D3;
font-family: Oxygen;
font-size: 16px;
text-transform: uppercase;
font-weight: lighter;
margin: 17px 5px 0 0;
float: right;
}
.call-us span{
color: #ef313e;
font-weight: bold;
margin-left: 4px;
}

/*********************************** MOBILE TUTORIAL ***************************************/

.tuto_container {

		background: #000 url("/wp-content/themes/riverrattsports/images/PPH_TutorialBG.jpg") no-repeat top center;
		width: 928px;
		height: 1040px;
		margin-left: 10px;
		
}

.tuto_menu {
		height: 637px;
		width: 260px;
		display: inline-block;
}
.tuto_menu a {
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 14px;
		padding-top: 11px;
		display: block;
		cursor: pointer;
}

.tuto_menu a:hover {
		color: #4aabef;
}
.Main_list {
		margin-top: 160px;
		color: #fff;
}
.Main_list a {
		color: #fff;
}
.submenu_list a, li {
    color: #acafb5;
    list-style-type: square;
    margin-left: -8px;
    font-size: 13px;
    list-style-type: none;
}

.tuto_menu a {
		list-style-type: none;
		text-decoration: none;
		height: 30px;
		font-weight: lighter;
}

.list_tutorial li {
list-style-type: none;
text-decoration: none;
}

.tuto_menu li {
		border-bottom: solid 1px #323741;
}

.tuto_carousel {
		width: 636px;
		height: 637px;
		float: right;
}

.tuto_img_align {
		margin-top: 139px;
}

.tuto_text {
color: #959aa5;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 14px;
clear: both;
height: 400px;
padding: 50px;
text-align: center;
}

.tuto_text p {
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-weight: lighter;
color: #959aa5;
}

.tuto_text h2 {
font-weight: lighter;
color: #fff;
}

#tuto_img1 {
display: none;
	}
#tuto_img2 {
display: none;	
}
#tuto_img3 {
display: none;
}
#tuto_img4 {
display: none;
}
#tuto_img5 {
display: none;
}
#tuto_img6 {
display: none;
}

#tuto_img7 {

}
#tuto_img8 {
display: none;
}
#tuto_img9 {
display: none;
}
#tuto_img10 {
display: none;
}
#tuto_img11 {
display: none;
}

/*********************************** ENDS MOBILE TUTORIAL ***************************************/