*{
	margin:0;
	padding:0;
	}
	
body{
	background: #400265 url(../images/site_tile.jpg) repeat-x 0px 125px;
	width:100%;
	height:100%;
	}
	
@font-face {
    font-family: 'titillium';
    src: url('../webfonts/titilliumweb-regular-webfont.eot');
    src: url('../webfonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('../webfonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('../webfonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, strong, 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%;
	vertical-align: baseline;
	font-weight:normal;
	font-family:'titillium', sans-serif;
	text-decoration:none;
	}
	
ol, ul {
	list-style: none;
	}
	
h1{
	font-size:30px;
	color:#c9c9c9;
	line-height:2em;
	}
	
h2{
	font-size:22px;
	color:#c9c9c9;
	line-height:2em;
	margin-left:10px;
	
	text-shadow: 0 1px 0px rgba(0, 0, 0, .5);
	}
	
h3{
	font-size:18px;
	}
	
p{
	font-size:14px;
	color:#c9c9c9;
	}

a{
	color:#407c8d;
	
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	}

a:hover{
	color:#b043f8;
	
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	}

.font-purple{
	color:#b043f8;
	}
	
.font-blue{
	color:#407c8d;
	}
	
.font-white{
	color:#fff;
	}
	
.font-light-grey{
	color:#585858;
	}

.rounded {
	border-radius: 5px;
}
.redirect{
	width:680px;
	margin:0px auto;
	}
	
.page-title{
	color:#c9c9c9;
	}
	
.promo-banner{
	margin:0px auto;
	}	

.div{
	background-image:url(../images/div.jpg);
	width:100%;
	height:2px;
	margin:20px;
	}
	
.div-footer{
	background-image:url(../images/div.jpg);
	width:192px;
	height:2px;
	margin:2px 0px 2px 0px;
	}
	
.div-tab{
	background-image:url(../images/div_tab.jpg);
	width:100%;
	height:2px;
	margin:10px 10px 10px 20px;
	float:left;
	}

/*------Buttons-------*/
	
#visit-btn a, #visit-btn a:hover{
	background-image:url("../images/btn_visit_casino.png");
	background-repeat:no-repeat;
	margin:5px 0px 0px 20px;
	float:left;
	width:199px;
	height:55px;
	display:block;
	transition:none;
	}
	
#visit-btn a:hover{
	background:url("../images/btn_visit_casino.png") 0 55px;
	}
	
#visit-btn a:active{
	position:relative;
	top:1px;
	}
		
#play-now-btn a, #play-now-btn a:hover{
	background-image:url("../images/btn_play_now.png");
	background-repeat:no-repeat;
	margin:5px 0px 0px 20px;
	float:left;
	width:199px;
	height:55px;
	display:block;
	transition:none;
	}
	
#play-now-btn a:hover{
	background:url("../images/btn_play_now.png") 0 55px;
	}
	
#play-now-btn a:active{
	position:relative;
	top:1px;
	}
	
#review-btn a, #review-btn a:hover{
	background-image:url("../images/btn_casino_review.png");
	background-repeat:no-repeat;
	margin:5px 0px 0px 20px;
	float:left;
	width:199px;
	height:55px;
	display:block;
	transition:none;
	}
	
#review-btn a:hover{
	background:url("../images/btn_casino_review.png") 0 55px;
	}
	
#review-btn a:active{
	position:relative;
	top:1px;
	}
	
#download-btn a, #download-btn a:hover{
	background-image:url("../images/btn_download_casino.png");
	background-repeat:no-repeat;
	margin:5px 0px 0px 20px;
	float:left;
	width:199px;
	height:55px;
	display:block;
	transition:none;
	}
	
#download-btn a:hover{
	background:url("../images/btn_download_casino.png") 0 55px;
	}
	
#download-btn a:active{
	position:relative;
	top:1px;
	}
	
#share-btn a, #share-btn a:hover{
	background-image:url("../images/btn_share.png");
	background-repeat:no-repeat;
	float:right;
	margin:15px 20px 0px 20px;
	width:31px;
	height:32px;
	display:block;
	
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	}
	
#share-btn a:hover{
	background:url("../images/btn_share.png") 0 32px;
	
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	}
	
.share-text{
	color:#c9c9c9;
	float:right;
	margin:3px 30px 0px 0px;
	padding-right:6px;
	}
	
.share-text:hover{
	text-shadow: 0 0px 5px rgba(64, 124, 141, 1);
	}
	
.ban-btn{
	width:300px;
	margin:0px auto;
	}
	
.iron-man-ban-btn{
	position:relative;
	margin:320px auto 0px auto;
	left:290px;
	}

.review-top-btn{
	float:right;
	}
	
.mobile-ban-btn{
	position:relative;
	margin:280px auto 0px auto;
	left:-155px;
	}
	
/*------End Buttons-------*/
	
.clear{
	clear:both;
	}
	
header{
	background:url(../images/header_tile.jpg) repeat center;
	width:100%;
	height:125px;
	margin:0px auto;
	}
	
#header-container{
	height:125px;
	width:980px;
	margin:0px auto;
	}
	
.header-text{
	float:right;
	margin:3px auto;
	font-size:12px;
	color:#c9c9c9;
	}
	
#logo-container{
/*	background:url(../images/logo_bg.png) no-repeat left;*/
	background:url(../images/casino_casino_logo.png) center center no-repeat;
	float:left;
	width:130px;
	height:130px;
	position:relative;
	z-index:10000;
	}
	
.logo{
	background: none; /* url(../images/casino_casino_logo.png) center center no-repeat;/
	background-size: contain;
/*	width:76px;
	height:115px;*/
	width: 100px;
	height:120px;
	display:block;
	position:relative;
	left:12px;
	left: 0px;
	top:5px;
	}

#nav {
	float:right;
	list-style:none;
	margin:35px auto;
	}

#nav li {
	font-size:12px;
	float:left;
	z-index:998;
	margin: 0 3px;
	padding: 0 0 8px;
	position: relative;
	list-style: none;
	}

/* main level link */
#nav a {
	font-size:12px;
	color: #c9c9c9;
	text-decoration: none;
	display: block;
	padding:  7px 15px;
	margin: 0;
	cursor:pointer;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius:7px;
	}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #c877ff;
	background-color:#222;
	
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .8);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .8);
	text-shadow: 0 0px 5px rgba(64, 124, 141, .9);*/
	
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border:none;
	border-radius:0;
	color: #6d6d6d;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	filter: none;
}

#nav ul a:hover {
	background: #7117ad !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#0F0F0F'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#0F0F0F)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #262626,  #0F0F0F) !important; /* for firefox 3.6+ */

	color: #c877ff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 0px 5px rgba(64, 124, 141, .9);
	
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
}

/* level 2 list */
#nav ul {
	background: #141414; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#141414', endColorstr='#0f0f0f'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#0f0f0f)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #141414,  #0f0f0f); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 38px;
	left: 0;
	border: solid 1px #1b1b1b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	
	z-index:999;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

#nav li:hover > ul.drop-casino-reviews{
	width:330px;
	}
	
#nav li:hover > ul.drop-casino-reviews li{
	float:left;
	width:160px;
	border-bottom:1px solid #333;
	margin:0 2px 0 2px;
	}
#nav li > ul.drop-casino-reviews li.nav-heading{
	width: 320px;
	clear: both;
	color: #ffffff;
	font-weight: bold;
	border: none;
	margin: 7px auto 3px auto;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 95px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
}

html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

#nav-social{
	width:200px;
	margin:-2px 10px 0 0;
	float:right;
	}
	
#nav-social li{
	float:right;
	}
	
#slider{
	width:100%;
	height:400px;
	display:block;
	margin:0px auto;
	border-bottom:3px solid #c9c9c9;
	z-index:1;
	}
	
.slide{
	width:100%;
	height:100%;
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
	}
	
#slider > div{
	margin:0px auto;
	width:100%;
	height:400px;
	z-index:2;
	}
	
#slidernav{
	text-align:center;
	}
	
#slidernav a{
	color:#999;
	margin-left:2px;
	padding:0px 10px 10px 10px;
	background-color:#111;
	text-decoration:none;
	
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	}
	
#slidernav a:hover{
	color:#c877ff;
	text-shadow:0px 0px 5px #c877ff;
	}
	
#slidernav a:active{
	color:#999;
	position:relative;
	top:1px;
	background-color:#c9c9c9;
	}
	
#banner1-text-wrap{
	width:960px;
	margin:0px auto;
	}
	
#banner1-text-wrap p{
	font-size:16px;
	text-shadow: 0px 0px 3px #000;
	}
	
.banner1-text{
	width:430px; 
	margin:0px auto; 
	position:relative; 
	top:255px;
	left:10px; 
	float:left;
	}
	
#banner3-text-wrap{
	width:960px;
	margin:0px auto;
	}
	
#banner3-text-wrap p{
	font-size:16px;
	color:#707070;
	}
	
.banner3-text{
	width:360px;
	margin:0px auto;
	position:relative;
	top:195px;
	left:30px;
	float:left;
	}
#home-bg-middle {
	background: url(../images/home-bg-middle.jpg) 50% 0 repeat-y;
	margin:0px auto;
	padding: 0px;
	}	
#bg-home{
	background:url(../images/home-bg.jpg) 50% 0 no-repeat;
	min-height:1840px;
	margin:0px auto;
	}
#bg-home-bottom {
	background: url(../images/home-bg-bottom.jpg) 50% 0 no-repeat;
	width: 100%;
	height:143px;
	display: block;
	clear: both;
	margin:0px auto;
}
#content-container{
	width:960px;
	margin:0px auto;
	top:50px;
	position:relative;
	/*border:1px solid #f00;*/
	}
	
#reviews-container{
	width:940px;
	float:left;
	margin-left:10px;
	}
	
#left-column{
	width:600px;
	float:left;
	margin-left:20px;
	margin-top: 40px;
	}
	
#left-column ul{
	list-style:none;
	}
	
.block1{
	background: url(../images/block_tile.jpg) repeat;
	width:598px;
	height:319px;
	margin:0px auto 40px auto;
	
	border:1px solid #575757;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	-moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	}

.block1 ul.block-heading{
	background-color:#2c5561;
	width:100%;
	height:44px;
	
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	-moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	}
	
.block1 ul li{
	float:left;
	}
	
#block-rating{
	color:#099;
	margin-left:300px;
	float:left;
	}
	
.block-logo{
	float:left;
	margin:10px 20px 10px 10px;
	}
	
.block-text{
	margin:10px;
	}
	
#right-column{
	width:300px;
	margin: 0px 0px 0px 20px;
	float:left;
	/*border:1px solid #0f0;*/
	}
	
#right-column ul{
	list-style:none;
	}
	
.right-tabs{
	width:300px;
	height:320px;
	margin:40px auto;
	}
	
.right-tabs ul {
	background-color: #c9c9c9;
	height:280px;	
	width:100%;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 4px 3px rgba(0, 0, 0, .5);
	box-shadow: 0 4px 3px rgba(0, 0, 0, .5);
	}
	
.right-tabs li{
	width:100%;
	height: 100%;
	display: block;
	margin: 0px;
	}
	
.right-tabs p{
	float:left;
	width:180px;
	padding:10px;
	font-size:10px; 
	color: #252525; 
	}

.right-tabs li a{
	text-decoration:none;
	}
	
.tab{
	background:#252525;
	width:100px;
	height:35px;
	padding-top:8px;
	display:block;
	float: left;
	cursor:pointer;
	
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	}
	
.tab h3{
	color:#c9c9c9;
	text-align: center;
	font-size:16px;
	text-shadow: 0 0px 5px rgba(255, 255, 255, .5);
	}
	
.tab-image{
	float:right;
	margin:0px 10px 0px 0px;
	}

.activeRightTab {
	background-color: #c9c9c9;
	
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, .8);
	box-shadow: 0 0px 5px rgba(0, 0, 0, .8);
	}
	
.activeRightTab h3 {
	color:#407c8d;
	font-weight:bold;
	}
	
/*-------------Review Styles---------------*/

#review-header{
	margin-top:20px;
	float:left;
	}

#rating-box{
	background: url(../images/block_tile.jpg) repeat;
	border:1px solid #575757;
	width:220px;
	height:201px;
	float:left;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	-moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	}
	
#slider-reviews{
	width:700px;
	height:201px;
	display:block;
	margin-left:18px;
	float:right;
	}
	
.slide{
	width:100%;
	height:100%;
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
	}
	
#slider-reviews > div{
	margin:0px auto;
	width:100%;
	height:201px;
	z-index:2;
	}
	
#review-content,
#disclaimer-content{
	background: url(../images/block_tile.jpg) repeat;
	width:940px;
	height: auto;
	margin:20px auto 0px auto;
	float:left;
	
	border:1px solid #575757;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	-moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	}
	
#review-content h2,
#disclaimer-content h2 {
	margin:5px 0px 0px 20px;
	}
	
#disclaimer-content {
	padding: 15px 0px;
}
#disclaimer-content .div {
	 width:900px; 
	 margin-top:10px;
}
#disclaimer-content p {
	margin-left: 20px;
	margin-right: 20px;
	text-align:justify;
}
#disclaimer-content ol,
#disclaimer-content ul {
	margin: 5px 50px;
	color: #cccccc;
	font-size: 14px;
	list-style-type:lower-roman;
}
#disclaimer-content ul {
	list-style-type:disc;
}
.rtg-logo{
	background-image:url(../images/rtg_logo.png);
	width:126px;
	height:24px;
	float:right;
	margin:15px 20px 0px 0px;
	}	
.igs-logo{
	background-image: url(../images/igs_online_logo.png);
	width:160px;
	height:60px;
	float:right;
	margin:0px 20px 0px 0px;
	}	
.microgaming-logo{
	background-image: url(../images/microgaming_logo.png);
	width:160px;
	height:60px;
	float:right;
	margin:0px 20px 0px 0px;
	}	
.netent-logo{
	background-image: url(../images/netent_logo.png);
	width:160px;
	height:60px;
	float:right;
	margin:0px 20px 0px 0px;
	}
.gday-logo{
	background: url(../images/casino_reviews/gday/gday_logo_small.png) center center no-repeat;
	width:160px;
	height:60px;
	float:right;
	margin:0px 20px 0px 0px;
	}
.playtech-logo,
.wms-logo,
.habanero-logo,
.rival-logo,
.cryptologic-logo {
	background-image:url(../images/playtech_logo.png);
	width:126px;
	height:24px;
	float:right;
	margin:15px 20px 0px 0px;
	}
.wms-logo {
	background-image: url(../images/wms_logo.png);
}
.habanero-logo {
	background-image: url(../images/habanero_logo.png);
}
.cryptologic-logo {
	background-image: url(../images/cryptologic_logo.png);
	background-repeat: no-repeat;
	background-size:contain;
	display: block;
	height:45px;
	width: 160px;
	margin:5px 20px 0px 0px;
}
.rival-logo {
	background-image: url(../images/rival_logo.png);
	background-repeat: no-repeat;
	background-size:contain;
	display: block;
	height:45px;
	width: 160px;
	margin:5px 20px 0px 0px;
}
.mfortune-software-logo{
	background: url(../images/casino_reviews/mfortune/mfortune-software.png) center right no-repeat;
	width:126px;
	height:50px;
	float:right;
	margin:5px 20px 0px 0px;
	}
.casino-logo{
	width:220px;
	height:114px;
	text-align:center;
	}
	
.review-logo{
	position:relative;
	top:10px;
	left:0px;
	}
	
.casino-rating{
	margin:-10px auto;
	width:220px;
	height:40px;
	}
	
#rating{
	width:100px;
	height:40px; 
	display:block;
	margin:0px auto;
	padding:0;
	position:relative;
	z-index:100;
}

#ratingnumberBox{
	background-image:url(../images/rating_tag.png);
	height:23px;
	background-repeat:no-repeat;
	background-position:right;
	font-size:12px;
	padding:5px 0;
	margin:5px auto;
	position:relative;
	right:40px;
	width: 180px; 
	}
	
#ratingnumberBox .rate-it, #ratingnumberBox .ratingnumber {
	float:left;
	width: 40px;
	text-align:left;
	padding: 0px 25px;
	line-height: 22px;
	color:#c9c9c9;
	}
	
#ratingnumberBox .ratingnumber{text-align:right; color:#262626;}

#casino-description{
	background:url(../images/review-description-bg.png) 0 50% no-repeat;
	width:900px;
	height:394px;
	margin:20px auto;
	position:relative;
	}
	
#casino-description #desc-inner{
	background-color:#141414;
	width:880px;
	height:373px;
	margin:0px auto;
	position:relative;
	top:10px;
	
	border:1px solid #3b3b3b;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}
	
#casino-description p{
	text-align:center;
	position:relative;
	top:20px;
	padding:10px;
	}
	
.review-heading{
	position: relative;
	left: 0px;
	color: #333;
	font-size: 34px;
	height: 87px;
	}
	
.casino-heading{
	background-image:url(../images/heading_banner.jpg);
	width:458px;
	height:73px;
	margin:0px auto;
	position:relative;
	top:20px;
	left:200px;
	text-align:center;	
	}
.casino-heading-alt {
	background: url(../images/heading_banner_alt_center.jpg) left center repeat-x;
	height:73px;
	display: inline-block;
	position:relative;
	top:20px;
	left:50%;
	transform: translateX(-50%);
	}
.casino-heading-alt:before,
.casino-heading-alt:after {
	content: "";
	background: url(../images/heading_banner.jpg) left center no-repeat;
	width: 96px;
	height: 73px;
	display: inline-block;
	}
.casino-heading-alt:after {
	background-position: right center;
	}
.casino-heading-alt .review-heading {
	top: -37px;
	}
#button-container{
	background-image:url(../images/review_btn_bg.jpg);
	width:460px;
	height:72px;
	margin:0px auto;
	position:relative;
	top:50px;
	}
	
.rev-main-btn{
	position:relative;
	top:5px;
	}
.video-holder {
	width: 600px;
	height: 300px;
	margin: 50px auto;
	border: 10px solid #222222;
	box-shadow: 0px 0px 15px #666666;	
}
#casino-info-icons{
	background-image:url(../images/casino_info_icons.png);
	width:707px;
	height:87px;
	margin:0px auto;
	position: absolute;
/*	z-index:10000;*/
	z-index:989;
	left:128px;
	}
	
#slot-info-icons{
	background-image:url(../images/slot_info_icons.png);
	width:707px;
	height:87px;
	margin:0px auto;
	position: absolute;
	z-index:10000;
	left:128px;
	}
	
.casino-summary {
	position:relative;
	left:20px;
	
	background-color:#c9c9c9;
	width:280px;
	height:453px;
	float:left;
	margin:40px auto 20px auto;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}
.casino-bonus{
	position:relative;
	left:50px;
	
	background-color:#c9c9c9;
	width:280px;
	height:453px;
	float:left;
	margin:40px auto 20px auto;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}
	
.casino-banking{
	position:relative;
	left:80px;
	
	background-color:#c9c9c9;
	width:280px;
	height:453px;
	float:left;
	margin:40px auto 20px auto;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}
	
#casino-info h2{
	text-align:center;
	position:relative;
	top:60px;
	color:#407c8d;
	font-size:24px;
	text-shadow:none;
	margin:0px;
	}
	
.casino-info-div{
	margin:70px 0px 10px 0px;
	}
	
.casino-info li{
	text-align:center;
	font-size:14px;
	line-height:2em;
	}
	
.slot-info li{
	text-align:center;
	font-size:14px;
	line-height:1.5em;
	}
	
.slot-features-list {
	font-family: "titillium",sans-serif;
	font-weight: normal;
	color: #585858;
	font-size: 14px;
	line-height: 15px;
	list-style-type: circle;
	margin-left: 15px;
    }
.slot-features-list li{
	text-align: left;
	}
.casino-bonus-info li{
	text-align:center;
	}
	
.casino-bonus-info p{
	color:#585858;
	padding:5px;
	}
	
.welcome-bonus{
	color:#407c8d;
	font-size:24px;
	font-weight:bold;
	/*text-shadow:
               0 1px 0 rgba(255,255,255,.3), Gloss
               0 2px 0 #379ad4, Actual 3d
               0 3px 0 #1e81ba, Actual 3d
               0 4px 0 #0a69a1, Actual 3d 
               0 1px 3px rgba(0,0,0,.3),    Shadows
               0 3px 5px rgba(0,0,0,.2),    Shadows
               0 5px 10px rgba(0,0,0,.25),  Shadows
               0 10px 10px rgba(0,0,0,.4),  Shadows
               0 20px 20px rgba(0,0,0,.3);  Shadows*/
	}
	
.extra-bonus{
	background-image:url(../images/bonus_tag.jpg);
	width:164px;
	height:28px;
	float:left;
	margin:5px 0px 0px 55px;
	font-size:14px;
	color:#c9c9c9;
	text-align:center;
	line-height:24px;
	}

#deposit-box{
	background: url(../images/block_tile.jpg) repeat;
	width:220px;
	height:130px;
	margin:72px auto;
	border:1px solid #575757;
	line-height:1.5em;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	-moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, .8);
	}
	
#deposit-box h3{
	margin-top:10px;
	color:#c9c9c9;
	font-size:14px;
	}
	
#deposit-box p{
	font-size:30px;
	}
	
#btn-claim-bonus a, #btn-claim-bonus a:hover{
	background-image:url(../images/btn_claim_bonus.png);
	width:144px;
	height:40px;
	display:block;
	position:relative;
	top:15px;
	left:38px;
	}
	
#btn-claim-bonus a:hover{
	background:url(../images/btn_claim_bonus.png) 0 -40px;
	}
	
#banking-info li{
	text-align:center;
	}
	
#banking-info p{
	color:#585858;
	padding:5px;
	}
	
.games-heading{
	float:left;
	width:920px;
	}
	

/*-------------End Review Styles---------------*/

/*-------------Carousel Styles---------------*/

.jcarousel-container {
	width:900px;
	margin:0px 0px 0px 10px;
	float:left;
}

.jcarousel-item {
    width: 220px;
	padding:0;
	margin:0 0px 0 0;
	float:left;
}

.jcarousel-item-horizontal {
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    top: 18%;
	right:-62px;
	position:absolute;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background:url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -64px 0;
}

.jcarousel-next-horizontal:active {
	top:19%;
    background-position: -128px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 18%;
    left: 100px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	border:1px solid #0f0;
    background:url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

#mycarousel{
	list-style:none;
	}
	
#mycarousel li{
	float:left;
	margin-right:6px;
	}
	
#mycarousel p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	width:220px;
	}	
	
#mycarousel h4{
	font-size:16px;
	}
	
#jackpots{
	list-style:none;
	width:960px;
	}
	
#jackpots li{
	float:left;
	margin-right:20px;
	}
	
#jackpots p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	width:220px;
	}	
	
#jackpots h4{
	font-size:16px;
	}

/*-------------End Carousel Styles---------------*/
	
footer{
	background:url(../images/footer_tile.jpg) repeat; /* repeat-x; */
	width:100%;
/*	height:312px;*/
	height: 408px;
	}
	
footer h3{
	color:#808080;
	font-size:16px;
	}
	
#footer-container{
	width:980px;
	margin:10px auto;
	}
	
.footer1,
.footer2,
.footer3,
.footer4{
	float:left;
	padding-top:25px;
	width:244px;
	}

footer ul{
	list-style:none;
	}
	
footer li a{
	text-decoration:none;
	color:#898989;
	font-size:14px;
	line-height:2em;
	text-shadow:0px 1px 1px #000;
	
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	}
	
footer li a:hover{
	color:#fff;
	text-shadow:0px 1px 4px #407c8d;
	
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	}
	
	
#footer-bottom{
	float:none !important; 
	clear: both;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	text-align: center;
	/*width:1080px;*/
	width: 100%;
	}

/****************************************** liteAccordion */




#accordion { 
	display: block; 
	clear: both; 
	margin:20px 0px 60px 20px;
	}	
	
#accordion ol, #accordion ol li { 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	}
	
#tabsAnchor { 
	width: 50%; 
	background: #ff0000; 
	height: 100px; 
	}

.liteAccordion {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font: 'Helvetica Neue', Verdana, Arial, sans-serif;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-tap-highlight-color: transparent;
}
.liteAccordion, .liteAccordion * { 
	padding: 0; 
	margin: 0; 
	border: 0; 
	box-sizing: content-box; 
	}

.liteAccordion > ol { 
	position: relative; 
	overflow: hidden; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	}
	
.liteAccordion > ol > li { 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	}
	
.liteAccordion .slide { 
	padding: 0px; 
	margin: 0px; 
	}
	
.liteAccordion .slide > h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
	
	border-radius:5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	
	
    -webkit-backface-visibility: hidden; /* fixes chrome bug */
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
}

.liteAccordion .slide > h3:hover { cursor: pointer; }

.liteAccordion .slide > h3 span {
    display: block;
    padding-right: 8%;
    text-align: right;
    height: 90%;
    margin-top: 3px;
	background:#363636;
	border:1px solid #111;
	
	border-radius:5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.liteAccordion .slide > h3 span:hover{
	background:#7117ad;
	color:#ce87ff;
	
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	}

.liteAccordion .slide > h3 b {
    display: inline-block;
    position: absolute;
    top: 15%;
    left: 10%;
    text-align: center;
	
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.liteAccordion .slide > div { 
	height: 100%; 
	position: absolute; 
	top: 0; 
	overflow: hidden; 
	background:#252525; 
	z-index: 10;
	}
	
#accordion img{
	margin:20px 0px 0px 0px;
	}
	
.liteAccordion .ap-caption2{
	width:640px;
	height:200px;
	position: absolute;
	top:40px;
	left:80px;
	padding:0px 0px 0px 10px; 
	background: rgba(0,0,0,0.7);
	z-index: 2;
	}
	
.liteAccordion .ap-caption2 h3{
	font-size:24px;
	color:#407c8d;
	padding:10px;
	}
	
.liteAccordion .ap-caption2 p{
	padding:0px 10px;
	}
	
.liteAccordion .ap-caption { 
	padding: 10px 15px; 
	position: absolute; 
	bottom: 30px; 
	right: 25px; 
	background: #7117ad;
	color:#c9c9c9;
	z-index: 3;
	
	 -webkit-border-radius: 4px; 
	 -moz-border-radius: 4px; 
	 border-radius: 4px;
	 
	 transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear; 
	 }
	 
.liteAccordion .ap-caption:hover{
	background:#c9c9c9;
	color:#585858;
	
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	}
	 
.liteAccordion noscript p { padding: 10px; margin: 0; background: white }

.acc-div{
	height:1px;
	background-color:#555; 
	width:620px; 
	padding:0px 10px; 
	margin:5px auto 10px auto;
	}

/****************************************** Basic */
.liteAccordion.cc .slide > h3 {  color: white; line-height: 225% }
.liteAccordion.rounded.cc {padding: 0px; margin: 0px; background: #00ffff;}
.liteAccordion.rounded.cc {}

#mfortuneAwards {
	margin: 0px;
	padding: 0px;
	margin-top: -5px;
}

#mfortuneAwards > li  {
	width: 260px;
	margin: 10px;
	padding:0px;
}
#mfortuneAwards > li > img {
	float: left;
	margin-left: 8px;
	border: 1px solid #000;
	border-radius: 5px;
}
#mfortuneAwards > li > div {
	float: right;
	width: 140px;
}
#mfortuneAwards > li > div > p:first-child{
	font-weight: bold;
}

#mobileCasinos,
#mobileCasinoReviews {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 270px;
/*	height: 220px;*/
	display: none;
	border: 2px solid #b8b8b8;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #000000;
	background: #400265; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #400265 0%, #396f7e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#400265), color-stop(100%,#396f7e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #400265 0%,#396f7e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #400265 0%,#396f7e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #400265 0%,#396f7e 100%); /* IE10+ */
	background: linear-gradient(45deg,  #400265 0%,#396f7e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#400265', endColorstr='#396f7e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#mobileCasinoReviews {
}
#mobileCasinos .closeBox,
#mobileCasinoReviews .closeBox {
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	display: block;
	float: right;
	border: 1px solid #333;
	background: #b8b8b8;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}
#mobileCasinos > div,
#mobileCasinoReviews > div {
	text-align: left;
	padding: 1px 0px 1px 5px;
	font-weight: bold;
	line-height: 15px;
	height: 17px;
	font-size: 12px;
	color: #b8b8b8;
	background: #541779;
	border-bottom: 1px solid #b8b8b8;
	border-radius: 5px;
}
#mobileCasinos ul,
#mobileCasinoReviews ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type:none;
	width: 100%;
}
#mobileCasinos ul li,
#mobileCasinoReviews ul li {
	width: 90px;
	text-align:center;
	margin: 0px;
	float: left;
}
#mobileCasinos ul li img,
#mobileCasinoReviews ul li img {
	border-radius: 5px;
	opacity: 0.65;
	border: none;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	-ms-transition: all .25s linear;
}
#mobileCasinos ul li img:hover,
#mobileCasinoReviews ul li img:hover {
	opacity: 1;
}
/*
#mobileCasinos ul li:last-child:after {
	content: "<li>123</li>"
}*/
.casino-summary-mobile {
	background-image:url(../images/casino_info_bonus_mobile_icons.png) !important;
}
.white-rabbit {
	position:absolute;
	top: 10px;
	left: 180px;
	z-index: 1;
	opacity: 0.5;
	height: 35px;
	width: auto;
}
.flipped {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
.white-links a {
	color: #ffffff;
}

#overlay {
	background: rgba(0,0,0,0.75);
	position: absolute;
	z-index: 990;
}
#overlay > div {
	position: fixed;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	background: rgba(128,128,128,0.5);
	border: 1px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ffffff;
	padding: 10px 20px;
	display: none;
}
#overlay h1{
	color: #ff0000;
	font-size: 60px;
	text-align: center;
}
#overlay p {
	text-align: center;
}
#overlay ul {
	width: 80%;
	margin: 20px auto;
	list-style-type: none;
	padding: 0px;
}
#overlay ul li {
	padding: 0px;
	margin: 5px 1.5%;
	width: 30%;
	float: left;
	display: block;
	text-align:center;
}
#overlay ul li a{
	color: #ffffff;
}
#overlay ul li a:hover {
	text-shadow: 0px 0px 3px #ffffff;
}

#MarvelSlots,
#MarvelSlotsDesc {
	display: none;
	opacity: 0;
}
#MarvelSlotsDesc {
	background: #000000;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	text-align:center;
}
#MarvelSlotsDesc h2 {
	position: absolute;
	top: 30%;
	left: 15%;
	z-index: 10001;
	transform-origin: center center;
	transform: rotate(330deg);
	color: #ff0000;
	text-shadow: 0px 0px 2px #ffffff;
	font-size: 2.5em;
}
.red-border {
	border: 5px solid #ff0000;
	border-radius: 10px;
	padding: 15px 20px;
	text-align:center;
}
.red-border h1 {
	color: #ff0000;
}
.red-border h1:before,
.red-border h1:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0px 20px;
	background: url(../images/warning.png) center center no-repeat;
}
.rotate-30 {
	-ms-transform: rotate(330deg); /* IE 9 */
    -webkit-transform: rotate(330deg); /* Chrome, Safari, Opera */
    transform: rotate(330deg);
}
#playButton,
.playButtons {
	padding: 10px 15px;
	background: #66169c;
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	text-transform:uppercase;
}
.robocop > li > ul {
	font-size:0.9em;
	padding: 10px;
}
.robocop > li > ul > li {
	text-align:justify;
	line-height: 1.1em;
}
.cycle-me-pager {
	margin-top: -10px;
	text-align:center;
	border-top: 1px solid #666666;
}
.cycle-me-pager span {
	display: inline-block;
	background-color: #999999;
	color: #999999;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 0px 3px;
}
.cycle-me-pager .activeSlide,
.cycle-me-pager span:hover {
	background-color: #333333;
	color: #333333;
}
.gpwa {
	width: 960px;
	text-align:center;
	margin: 60px 0px 0px 0px;
	position:relative;
}
.gpwa img {
	margin-top: 10px;
	margin-right: 15px;
}
.no-under-18 {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #ffffff;
	border: 3px solid #ff0000;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-shadow:  0px 0px 2px #000000;
	color: #000000;
	position: relative;
	top: -10px;
	z-index: 1;
	margin: 0px 20px 0px 0px;
	cursor: pointer;
}
.no-under-18:after {
	position: absolute;
	top: 16px;
	left: 0px;
	z-index: 2;
	content: "";
	border: 2px solid #ff0000;
	display: block;
	width: 30px;
	transform:rotate(45deg);
	opacity: 0.5;
}
#slider-reviews .slide {
	position:relative;
}
.image-fit {
	width: 100%;
	height:auto;
	position:absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}

#cookieBanner {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	min-height: 50px;
	width: 100%;
	background: #48036d;
	border-top: 1px solid #ffffff;
}
#cookieBanner > div{
	max-width: 980px;
	padding: 20px;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#cookieBanner p{
}
#cookieBanner button{
	padding: 15px 35px;
	background: #3b0462;
	border: 1px solid #000000;
	color: #ffffff;
}

body.blacklisted section#review-content {
	position: relative;
}
.blacklisted-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #000000;
	background-color: rgba(0,0,0,0.75);
}
.blacklisted-wrapper .blacklisted-content {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	text-align: center;
}
.blacklisted-wrapper .blacklisted-content h1 {
	color: #ff0000;
	text-shadow: 0px 0px 1px #ffffff;
	font-size: 2.5em;
}
.blacklisted-wrapper .blacklisted-content p {
	font-size: 2em;
}
