@charset "utf-8";
/* CSS Document */
/*.....:Reset CSS:.....*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*.....:HTML5 display-role reset for older browsers:.....*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
::-moz-selection {
 background:#faa719;
 color:#FFF;
}
::selection {
	background: #faa719;
	color: #FFF;
}
ol, ul {
	list-style: none;
}
a {
	color: #FFF;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:focus {
	outline: none;
}
button:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	outline: 0;
}
/*.....:Fonts Styles:.....*/
@font-face {
	src: url("fonts/bebasneue.ttf");
	font-family: "Bebas Neue";
	font-weight:lighter;
}
/*.....:Common Styles:.....*/
.clear {
	clear: both;
	height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	text-decoration: none;
	outline: 0;
}
a:
input, textarea {
outline:0;
}
.fix_left {
	float: left;
}
.fix_right {
	float: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++ Headings ++++++++++++++++++++++++++++++++++++++++++++*/
h2 {
	font-family: "Bebas Neue";
	font-size:30px;
	line-height:52px;
	background:url("images/h2-bg.jpg") repeat-x;
	padding-left:22px;
	color:#FFF;
	text-transform:uppercase;
}
h3 {
	font-family: "Bebas Neue";
	font-size:30px;
	line-height:70px;
	padding-left:15px;
	color:#FFF;
	text-transform:uppercase;
}
h4 {
	font: 24px Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:40px;
}
.sub_hding_01 {
	background: url("images/head-bg-01.png") no-repeat 0 0;
	color: #FFFFFF;
	display: block;
	font-size: 25px;
	height: 56px;
	line-height: 36px;
	padding-left: 15px;
	width: 363px;
}
/*++++++++++++++++++++++++++++++++++++++++++++ Layout ++++++++++++++++++++++++++++++++++++++++++++*/
body {
	margin:0px;
	padding:0px;
	background-image:url("images/bg.png");
	background-repeat:repeat;
}
p {
	font: 14px/18px Tahoma, Geneva, sans-serif;
	color: #000;
	padding-bottom: 15px;
	text-align:justify;
}
/*  Main Style 
===================================================*/

#frame{
	width:1000px;
	margin:auto;
	padding:0px;
}

.top{
	width:1000px;
	height:150px;
	float:left;
}
.logo_box{
	width:400px;
	height:150px;
	float: left;
}

.call_box{
	width:600px;
	height:75px;
	float:left;
}

.logo{
	width:360px;
	height:75px;
	float: right;
	margin:25px 30px 0px 0px;
}

.call_main{
	width:220px;
	height:40px;
	float: right;
	margin:20px 0px 0px 0px;
}

.call_icon{
	width:45px;
	height:40px;
	float:left;
	background-image:url("images/call.png");
	background-repeat:no-repeat;
}

.phone_number{
	width:175px;
	height:40px;
	float:left;
}

.phone_number p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#FFF;
	padding:10px 0px 0px 10px;
}

.button_box{
	width:600px;
	float:left;
	height:50px;
	background-image:url("images/BUTTON_BG.png");
	background-repeat:repeat;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.button_box ul{
	width:auto;
	height:50px;
	margin:0px 0px 0px 30px;
}

.button_box ul li{
	width:auto;
	height:auto;
	float:left;
}

.button_box ul li a{
	display:block;
	font:14px/50px Arial, Helvetica, sans-serif;
	padding:0 18px;
	font-weight:bold;
}

.button_box ul li a:hover{
	background-color:#000;
}
	
.banner{
	width:1000px;
	height:120px;
	float:left;
}

.shadow_box{
	width:1000px;
	height:40px;
	float:left;
	background-image:url("images/shadow.png");
	background-repeat:no-repeat;
}

.casino_main{
	width:1000px;
	height:auto;
	float:left;
	background-color:#FFF;
	position:relative;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.casino_main h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#2e2200;
	font-weight:normal;
	padding:35px 0px 12px 10px;
}

.list {
	margin:0px;padding:0px;
	width:980px;
	border:1px solid #595959;
	margin:0px 0px 0px 10px;
}
.list table{
	width:980px;
	height:100%;
	margin:0px;padding:0px;
}
.list td{
	vertical-align:middle;
	
	background-color:#054905;

	border:1px solid #FFF;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:10px;
	font-size:18px;
	font-family:Arial;
	font-weight: bold;
	color:#ffffff;
}.list tr:last-child td{
	border-width:0px 1px 0px 0px;
}.list tr td:last-child{
	border-width:0px 0px 1px 0px;
}.list tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.list tr:first-child td{
		background:-o-linear-gradient(bottom, #2e2200 5%, #2e2200 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2e2200), color-stop(1, #2e2200) );
	background:-moz-linear-gradient( center top, #2e2200 5%, #2e2200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e2200", endColorstr="#2e2200");	background: -o-linear-gradient(top,#2e2200,2e2200);

	background-color:#022d02;
	border:0px solid #FFF;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.list tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.list tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.table_play_button{
	width:100px;
	height:36px;
	float:left;
	background-image:url("images/play_bg.png");
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
}

.table_play_button a{
	width:100px;
	height:35px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:12px 0px 0px 0px;
	font-weight:bold;
	color:#483005;
}

.table_play_button a:hover{
	background-image:url("images/play_bg_over.png");
	background-repeat:no-repeat;
	color:#000;
}

.middle_left{
	width:740px;
	height:auto;
	float:left;
}

.middle_left h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#2e2200;
	font-weight:normal;
	padding:20px 0px 12px 10px;
}

.middle_left p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#2e2200;
	padding:0px 10px 10px 10px;
}

.middle_left_games{
	width:740px;
	height:auto;
	float:left;
}

.middle_left_games ul{
	width:740px;
	height:auto;
	display:block;
	list-style:none;	
}

.middle_left_games ul li{
	width:215px;
	height:182px;
	float:left;
	display:block;
	list-style:none;
	margin-right:30px;
	margin-bottom:20px;
	margin-left:10px;
}

.middle_right{
	width:250px;
	height:auto;
	float:left;
	margin:30px 10px 0px 0px;
}

.img_box{
	width:215px;
	height:145px;
	float:left;
	background-image: url("images/mermaidmillion.jpg");
	background-repeat:no-repeat;
}
.img_box1{
	width:215px;
	height:145px;
	float:left;
	background-image: url("images/megamoolah.jpg");
	background-repeat:no-repeat;
}
.img_box2{
	width:215px;
	height:145px;
	float:left;
	background-image: url("images/blackjack.jpg");
	background-repeat:no-repeat;
}
.img_box3{
	width:215px;
	height:145px;
	float:left;
	background-image: url("images/fruitmachines.jpg");
	background-repeat:no-repeat;
}
.img_box4{
	width:215px;
	height:145px;
	float:left;
	background-image: url("images/breakdabank.jpg");
	background-repeat:no-repeat;
}
.img_box5{
	width:215px;
	height:145px;
	float:left;
	background-image: url("images/thunderstruckII.jpg");
	background-repeat:no-repeat;
}

.game_img_title{
	width:214px;
	height:40px;
	float:left;
	background-image:url("images/game_titlebg.png");
	background-repeat:repeat;
	margin:105px 0px 0px 0px;
}

.game_img_title h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	padding:7px 0px 0px 10px;
}

.game_button_main{
	width:215px;
	height:35px;
	float:left;
}

.game_button_main ul{
	width:auto;
	height:35px;
}

.game_button_main ul li{
	float:left;
	width: auto;
	height:35px;
	margin:0px 13px 0px 0px;
}

.game_button_main ul li a{
	display:block;
	width:100px;
	height:30px;
	font:14px/30px Arial, Helvetica, sans-serif;
	padding:0px;
	color:#FFF;
	background-image:url("images/list_play_bg.png");
	background-repeat:repeat;
	text-align:center;
	font-weight:bold;
	margin-top:5px;
}

.connect_with_us{
	width:250px;
	height:100px;
	float:left;
	background-image:url("images/connect_bg.png");
	background-repeat:repeat;
}

.game_button_main ul li a:hover{
	background-image:url("images/list_play_bg_over.png");
	background-repeat:repeat;
}

.connect_with_us h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	padding:10px 0px 10px 0px;
	text-align:center;
}
	
.connect_fb_main{
	width:240px;
	height:60px;
	float:left;
	margin:0px 0px 0px 8px;
	}
.connect_fb_main a{
	width:48px;
	height:45px;
	display:block;
	background:url("images/social-icons.png") no-repeat left top;
	float:left;
	margin:0px 5px;
}
.connect_fb_main a:hover{

	background-position: left bottom;
}
.connect_fb_main a.twt{
	background-position: -48px 0px;

}
.connect_fb_main a.twt:hover{

	background-position: -48px -45px;
}
.connect_fb_main a.twt{
	background-position: -48px 0px;

}
.connect_fb_main a.twt:hover{

	background-position: -48px -45px;
}


.connect_fb_main a.you{
	background-position: -96px 0px;

}
.connect_fb_main a.you:hover{

	background-position: -96px -45px;
}

.connect_fb_main a.in{
	background-position: -144px 0px;

}
.connect_fb_main a.in:hover{

	background-position: -144px -45px;
}


	
.paypal_box{
	width:250px;
	height:100px;
	float:left;
	background-image:url("images/connect_bg.png");
	background-repeat:repeat;
}	

.paypal_box h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	padding:10px 0px 5px 0px;
	text-align:center;
}
	
.paypal_visa_main{
	width:240px;
	height:60px;
	float:left;
	margin:0px 0px 0px 8px;
	}
	
.right_box{
	width:250px;
	height:auto;
	float:left;
	margin:20px 0px 0px 0px;
}

.right_box ul{
	width:250px;
	height:auto;
}

.right_box ul li{
	float:left;
    margin:0px 0px 0px 0px;
}

.right_box ul li a{
	width:220px;
	display:block;
	font: 16px/50px Arial, Helvetica, sans-serif;
	color:#FFF;
	padding: 0 15px;
	cursor:pointer;
	background-color:#1f2125;
	font-weight:bold;
border-bottom:#17191c 1px solid;
}

.right_box ul li a:hover{
	background-color:#2e3035;
}

.categories_border{
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-image:url("images/categories_button.png");
background-repeat:repeat;
}
	
.categories_border_bottom{
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
	
.logo_scrolling{
	width:980px;
	height:90px;
	float: left;
	margin:20px 10px 30px 10px;
}

.logo_scrolling ul{
	width:auto;
	height:90px;
	display:block;
	list-style:none;
}

.logo_scrolling ul li{
	width:150px;
	height:90px;
	float:left;
	display:block;
	list-style:none;
	margin:0px 16px 0px 0px;
}	
	
.footer{
	width:100%;
	height:50px;
	float:left;
	margin:35px 0px 0px 0px;
	background-color:#000000;
}
	
.footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:center;
	padding:15px 0px 0px 0px;
}

.spin_palace_main{
	width:710px;
	height:auto;
	float:left;
	margin:10px 10px 10px 10px;
	background-color:#252525;
	border:#a8a8a8 4px solid;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.spin_palace_logo_main{
	width:180px;
	height:240px;
	float:left;
}

.spin_palace_logo_inner{
	width:180px;
	height:120px;
	float:left;
}

.logo_star{
	width:180px;
	height:35px;
	float:left;
	margin:15px 0px 0px 0px;
}

.read_review_belowlogo{
	width:180px;
	height:30px;
	float:left;
	margin:15px 0px 0px 0px;
}

.read_review_belowlogo a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #0099ff;
	text-align:center;
}

.spin_logo_matter{
	width:520px;
	height:auto;
	float:left;
}

.spin_logo_matter h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	padding:10px 0px 10px 10px;
}

.spin_logo_matter p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #FFF;
	padding:0px 10px 0px 10px;
}

.play_download_main{
	width:520px;
	height:60px;
	float:left;
	margin:20px 0px 0px 0px;
}

.play_icon{
	width:160px;
	height:45px;
	float: right;
	background-image:url("images/play_icon_bg.png");
	background-repeat:repeat;
	margin:0px 30px 0px 0px;
}

 .play_icon a{
	 display:block;
	 height:35px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:20px;
	 color:#333333;
	 text-align:center;
	 padding:10px 0px 0px 0px;
	 font-weight:bold;
 }
 
  .play_icon a:hover{
	  background-image:url("images/play_icon_bg_over.png");
	  background-repeat:repeat;
  }
 
 .games_a{
	 width:720px;
	 height:300px;
	 float:left;
	 margin:0px 0px 0px 10px;
 }
 
  .games_a ul{
	  width:720px;
	  height:auto;
	  display:block;
	  list-style:none;
  }
  
   .games_a ul li{
	  width:220px;
	  height:auto;
	  margin:0px;
	  float:left;
	  margin:0px 30px 0px 0px;
	   display:block;
	  list-style:none;
  }
  
  .game_head{
	  width:220px;
	  height:35px;
	  float:left;
  }
  
    .game_head h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#2e2200;
		padding:5px 0px 0px 0px;
	}
	
.game_imgs{
	width:220px;
	height:110px;
	float: left;
}
.game_details{
	width:220px;
	height:auto;
	float:left;
}

.game_details p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#2e2200;
	padding:10px 0px 10px 0px;
}

.games_readmore{
	width:220px;
	height:30px;
	float:left;
}

.games_readmore_icon{
	width:110px;
	height:30px;
	float: right;
	background-image:url("images/list_play_bg.png");
	background-repeat:repeat;
}

.games_readmore_icon a{
	height:20px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	padding:8px 0px 0px 0px;
	font-weight:bold;
}

.games_readmore_icon a:hover{
		background-image:url("images/list_play_bg_over.png");
	background-repeat:repeat;
}