body{
	font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a, a:hover, a:focus{
	text-decoration: none;
	color: #d7041b;
	/*color: #f70822;*/
}

.navbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 red;
    border-color: -moz-use-text-color -moz-use-text-color #3b3b3b;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin-bottom: 0;
    box-shadow:0 0 10px 0 #000;
    background: #525354;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTM1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #525354 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525354), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #525354 0%,#000000 100%);
	background: -o-linear-gradient(top,  #525354 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #525354 0%,#000000 100%);
	background: linear-gradient(to bottom,  #525354 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525354', endColorstr='#000000',GradientType=0 );
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    padding: 5px;
}

.navbar-right{
	margin-top: 10px;
}
.navbar-inverse .navbar-nav > li > a{

}
.navbar-inverse .navbar-nav > li > a:hover{
	color: #59aa12;
	font-weight: normal;
	border-radius: 25px 25px 25px 25px;
	border: 2px solid #242425;
	padding: 8px 15px 12px;
	position: relative;
	top: 5px;
	left: 2px;
  	background: #525354;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTM1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #525354 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525354), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #525354 0%,#000000 100%);
	background: -o-linear-gradient(top,  #525354 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #525354 0%,#000000 100%);
	background: linear-gradient(to bottom,  #525354 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525354', endColorstr='#000000',GradientType=0 );
}

.navbar-inverse .navbar-nav > li > a:focus{
	color: #59aa12;
	box-shadow: inset 0px 2px 2px green;
	border-radius: 25px 25px 25px 25px;
	border: 2px solid #242425;
	padding: 10px 15px;
	position: relative;
	top: 5px;
	left: 2px;
  	background: #525354;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTM1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #525354 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525354), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #525354 0%,#000000 100%);
	background: -o-linear-gradient(top,  #525354 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #525354 0%,#000000 100%);
	background: linear-gradient(to bottom,  #525354 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525354', endColorstr='#000000',GradientType=0 );
}

/*
.top3-overlay{
	display: block;
	background:url(../images/overlay-big.png);
}
*/
.top-bonus-offer{
	text-align: left;
	margin-top: 80px;
	text-shadow: 3px 2px 3px #0f0f0f;
}

.top-choice{
	background: url(../images/top-img.jpg) no-repeat fixed center top transparent;
	min-height: 330px;
}
.top-choice-inside {
    background: url("../images/top-img.jpg") no-repeat fixed center top transparent;
    min-height: 210px;
}
.top-cta{
	text-align: center;
	margin-top: 80px;
	text-shadow: 3px 2px 3px #0f0f0f;
}
.top-cta h1{
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	/*font-family: inherit;*/
}
.top-cta p{
	font-size: 36px;
	color: #fff;
	font-weight: 600;
}
.top-btn{
	color: #46770a;
	border: 2px solid #325309;
    border-radius: 25px;
    padding: 7px 40px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    text-decoration: none!important;
}
.top-btn:hover, .top-btn:focus{
	color: #69c814;
	background: rgba(0, 0, 0, 0.5);
	border: 2px solid #69c814;
	box-shadow: 0 0 10px #325309;
	
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
.green-txt{
	color: #69ca14;
}
.man-top{
	position: absolute;
	left:-56px;
}
.group-top-hat{
	position: relative;
}
.group-top3{
	float: left;
	background: #f1f1f2;
	box-shadow:2px 2px 4px 0 #c6c6c6;

}
.green-side{
	width: 9%;
	font-size: 34px;
	color: #fff;
	background: green;
	float: left;
	height: 282px;
	text-align: center;
	background: #010101;
	background: -moz-linear-gradient(top,  #010101 0%, #80d039 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010101), color-stop(100%,#80d039));
	background: -webkit-linear-gradient(top,  #010101 0%,#80d039 100%);
	background: -o-linear-gradient(top,  #010101 0%,#80d039 100%);
	background: -ms-linear-gradient(top,  #010101 0%,#80d039 100%);
	background: linear-gradient(to bottom,  #010101 0%,#80d039 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#80d039',GradientType=0 );

}
.content-group{
	float: left;
    width: 91%;
    padding: 10px;
}
.img-top3{
	float: left;
}
.top-content{
	float: left;
	width: 100%;
}
.spec-casino{
	float: left;
	width: 100%;

}
.casino-title{
	float: left;
	margin-left: 10px;
}
.read-more-gr{
	width: 100%;
	float: left;
	text-align: right;
	margin:0;
}
.read-more-gr a, a:hover, a:focus{
	color: #fe0823;
	text-decoration: underline;
	/*color: #f70822;
	font-weight: bold;*/
}
.title-gr{
	font-size: 18px;
	font-family: "Roboto Slab";
	font-weight: 300;
	position: relative;
	top: -6px;
}
.rating-green-stars{
	line-height: 10px;
	position: relative;
	top: -12px;
}
.btn-gr{
	color: #fff;
	font-size: 18px;
	padding: 3px 10px 7px 15px;
	border-radius: 0;
	position: relative;
	top: -15px;
	background: #f70822;
	background: -moz-linear-gradient(top,  #f70822 0%, #f70822 47%, #cd0606 48%, #cd0606 48%, #740303 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f70822), color-stop(47%,#f70822), color-stop(48%,#cd0606), color-stop(48%,#cd0606), color-stop(100%,#740303));
	background: -webkit-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
	background: -o-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
	background: -ms-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
	background: linear-gradient(to bottom,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70822', endColorstr='#740303',GradientType=0 );
}
.btn-gr a, .btn-gr:hover, .btn-gr:focus{
	color: #fff;
	font-weight: normal;

}
.arrow-right {
	width: 0; 
	height: 0; 
	border-bottom: 6px solid transparent;  /* left arrow slant */
	border-top: 6px solid transparent; /* right arrow slant */
	border-left: 7px solid #fff; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}
.right-btn{
	border-left: 1px solid #fff;
    display: inline;
    margin-left: 20px;
    padding: 6px 0 6px 11px;
    text-align: right;
}
.spec-casino ul{
	padding: 0;
	list-style: none;
}
.spec-casino ul li {
    line-height: 24px;
    list-style: outside none none;
    margin-bottom: 4px;
    padding: 0 0 0 28px;
}

.up-icon{
	background: url(../images/up-icon.png);
	background-repeat: no-repeat;
}

.down-icon{
	background: url(../images/down-icon.png);
	background-repeat: no-repeat;
}
#first-gr{
	bottom: -150px;
    position: relative;
}
#second-gr{
	bottom: -150px;
    position: relative;
}
#third-gr{
	bottom: -150px;
    position: relative;
}

/*--------------MAIN CONTENT----------------------*/

#main-content{
	margin-top: 25px;
}
.left-container{
	padding: 12px;
	background: none repeat scroll 0 0 #fff;
    box-shadow: 2px 2px 4px 0 #c6c6c6;
    border: 1px solid #e1e1e1;
}
.left-container ul{
	margin:0;
	padding: 0;
}
.left-container ul li{
	list-style: none;
	line-height: 24px;
}
.left-container a, .left-container a:hover, .left-container a:focus{
	color: #060606;
	font-weight: normal;
}
.nav-logos a{
	display: block;
}
.nav-logos img{
	width: 100%;
}
.nav-logos td{
	padding: 0 3px 6px;
}
.nav-reviews{
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 3px;
}
.nav-more{
	margin-bottom: 40px;
	padding: 0 3px;
}
.img-logos {
    display: inline-block;
    padding-right: 2%;
    width: 32%;
}
.banner{
	padding: 0 3px;
	margin: 60px 0;
}

.banner img{
	width: 100%;
}

.banner-top-casinos {
    background: url("../images/banner.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 784px;
    margin: 60px 3px;
    padding: 0 3px;
}
.txt-banner {
    color: #fff;
    display: block;
    font-family: "Roboto Slab";
    font-size: 29px;
    margin: 0;
    padding: 80px 20px 30px;
    text-align: center;
}
.year-txt {
    display: block;
    font-size: 128px;
    line-height: 128px;
}
.btn-top-casinos{
	color: #fff!important;
	background: #a00808;
	border: 2px solid #fff;;
    border-radius: 25px;
    padding: 5px 30px;
    text-decoration: none;
    box-shadow: 0 0 10px #325309;
    font-size: 18px;
    text-decoration: none!important;
}
.btn-container{
	text-align: center;
}
.title{
	font-family: "Roboto Slab";
	font-size:16px;
}
.title-three{
	font-family: "Roboto Slab";
	font-size:16px;
	margin: 10px 15px 5px;
}
.home-featured-review{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 2px 2px 4px 0 #c6c6c6;
    padding: 15px;
    margin-bottom: 20px;
}

.home-featured-review hr{
	margin-bottom: -10px;
	margin-top: 5px;
}

.top-featured-container{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.top-featured-container img{
	margin-bottom: 10px;
	width: 100%;
}
.games-thumb{
	height:165px;
}

.left-side-top{
	float: left;
	width: 22%;
}

.top-text-featured{
	float: left;
	width: 78%;
	padding-left: 15px;
}

.top-text-featured h2{
	font-family: "Roboto Slab";
	margin:0 0 10px;
	line-height: 25px;
	font-weight: 300;
}

.home-featured-review ul{
	margin:0;
	padding: 0;
}

.top-text-featured b{
	margin-bottom: 5px;
	font-size: 16px;
	display: block;
}

.aside-links {
    
    float: left;
    margin: 2% -2% 2%;
    padding: 15px;
    width: 104%;
}

.card-description{
	border: 1px solid #cacaca;
	display: inline-block;
	width: 32%;
	padding: 5px 0 5px 55px;
}

.play-at-first {
    background: none repeat scroll 0 0 #fcf8c0;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0 #918f77;
    display: inline-block;
    margin-right: 2%;
    min-height: 130px;
    padding: 10px;
    vertical-align: top;
    width: 48%
}
.play-at-second {
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0 #918f77;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: 50%;
    min-height: 130px;
    background: none repeat scroll 0 0 #fcf8c0;
}

.play1 {
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0 #918f77;
    display: inline-block;
    margin-right: 2%;
    padding: 10px;
    vertical-align: top;
    width: 48%;
    min-height: 130px;
    background:#fcf8c0;
}
.play2 {
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0 #918f77;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: 50%;
    min-height: 130px;
    background:#fcf8c0;
}

.a1 {
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0 #918f77;
    display: inline-block;
    margin-right: 2%;
    margin-top: 10px;
    padding: 10px;
    vertical-align: top;
    width: 32%;
    min-height: 140px;
    background: none repeat scroll 0 0 #fcf8c0;
}
.a2 {
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0 #918f77;
    display: inline-block;
    margin-right: 2%;
    margin-top: 10px;
    padding: 10px;
    vertical-align: top;
    width: 32%;
    min-height: 140px;
    background: none repeat scroll 0 0 #fcf8c0;
}
.a3 {
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0 #918f77;
    display: inline-block;
    margin-right: 0;
    margin-top: 10px;
    padding: 10px;
    vertical-align: top;
    width: 32%;
    min-height: 140px;
    background: none repeat scroll 0 0 #fcf8c0;
}
.ad-link {
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0 #918f77;
    display: inline-block;
    margin-right: 0;
    margin-top: 10px;
    padding: 10px;
    vertical-align: top;
    width: 100%;
    min-height: 140px;
    background: none repeat scroll 0 0 #fcf8c0;
}

.ad-link a{
	display: block;
	float: left;
	margin-right: 10px;
}
.ad-link em{

}
.tandc-list li{
	list-style: none;
	margin-bottom: 10px;
}

#slot-section{
	background:url("../images/slot-icon.jpg") no-repeat scroll 6px rgba(0, 0, 0, 0);
	margin-right: 2%;
}
#card-section{
	background:url("../images/card-icon.jpg") no-repeat scroll 6px rgba(0, 0, 0, 0);
	margin-right: 2%;
}
#video-section{
	background:url("../images/video-icon.jpg") no-repeat scroll 6px rgba(0, 0, 0, 0);
}
.bolder{
	font-weight: bold;
}

.btn-featured-review{
	color: #fff;
	float: left;
	font-size: 18px;
	padding: 6px 13px 7px 27px;
	border-radius: 0;
	background: #f70822;
	background: -moz-linear-gradient(top,  #f70822 0%, #f70822 47%, #cd0606 48%, #cd0606 48%, #740303 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f70822), color-stop(47%,#f70822), color-stop(48%,#cd0606), color-stop(48%,#cd0606), color-stop(100%,#740303));
	background: -webkit-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
	background: -o-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
	background: -ms-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
	background: linear-gradient(to bottom,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70822', endColorstr='#740303',GradientType=0 );
}
.btn-featured-review, .btn-featured-review:hover, .btn-featured-review:focus{
	color: #fff;
	font-weight: normal;
}

#top-aside {
    float: right;
    position: relative;
    top: -10px;
}

.rating-list {
    border: 1px solid #cacaca;
    list-style: outside none none;
    margin: 15px 0 !important;
    padding: 10px !important;
}
.rating-list li{
	display: inline-block;
}
.rating-list img{
    margin-top:-4px;
}
#overall-rating{
	margin-right: 10px;
}
#rep-rating{
	margin-right: 10px;	
}
#cashout-rating{
	margin-right: 10px;
}
#csr-rating{
	
}
.mobile-icon {
    background: url("../images/mobile-ready.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 103px;
    padding-top: 27px;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 0;
    width: 43px;
}
.main-text-container {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 2px 2px 4px 0 #c6c6c6;
    margin-bottom: 20px;
    padding: 15px;
}
.main-text{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
h1 {
    font-family: "Roboto Slab";
    font-weight: 300;
    margin: 10px 0 15px;
    font-size: 30px;
}

footer{
	background:#0e1117;
	padding: 20px 0;
	margin-top: 20px;
}
footer ul{
	padding: 0
}
footer ul li {
    background: url("../images/green-arrow.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    line-height: 30px;
    list-style: outside none none;
    padding-left: 15px;
}
footer a, footer a:hover, footer a:focus{
	color: #b7b8ba;
	font-weight: normal;
}

.heading-list-footer{
	font-size: 14px;
	font-family: "Roboto Slab";
	color: #b7b8ba;
	border-bottom: 1px solid #3e4145;
	padding: 0 0 5px;

}
.footer-top-line {
    border: 1px solid #282a2d;
    margin: 0 15px;
    position: relative;
    top: 26px;
}
.footer-down-line{
	border: 1px solid #282a2d;
    margin: 0 15px;
    position: relative;
    top: -10px;
    margin-top: 20px;
}
.copy{
	display: block;

}
.terms{
	display: block;
	text-align: center;
}
.design{
	text-align: right;
	display: block;
}

/*--------------------CONTENT TEXT REVIEW--------------------*/

.content-text-review{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 2px 2px 4px 0 #c6c6c6;
    padding: 15px;
    margin-bottom: 20px;
}
.content-text-review h1{
	margin-bottom:5px;
	font-size: 24px;
}
.content-text-review h2{
	margin-bottom:5px;
	font-size: 18px;
	font-family: "Roboto Slab"
}
.personal{
	font-style: italic;
}
.under-heading{
	margin-bottom: 10px;
}
.under-heading p{
	margin: 0;
}
.review-author{
	font-weight: bold;
	font-size: 14px;
}
.important-message{
	font-size: 14px;
}
.my-rating {
    background: none repeat scroll 0 0 #edb00b;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 !important;
    padding: 5px 0;
    text-align: center;
    width: 140px;
}
.main-features-review{
	padding: 10px 20px;
	background: #f2f2f2;
	list-style: none;
	line-height: 24px;
	font-weight: bold;
}

.main-features-review ul{
	
}

.main-features-review li{
	background:url("../images/black-arrow.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
	padding-left: 15px;
}

.mobile-casino-heading{
	padding: 0 6px 0 0;
	position: relative;
	top: -4px;
}

.bottom-article-cta{
	background:#519c0f;
	font-family: "Roboto Slab";
	font-size: 18px;
}

.bottom-article-cta a{
	
}

.bottom-article-cta img {
    border: 1px solid #6cc51e;
    float: left;
    margin: 10px;
    width: 100px;
}

.spec-cta {
    color: #fff;
    float: left;
    font-size: 26px;
    line-height: 26px;
    margin-left: 5px;
    margin-top: 24px;
}

.aside-cta{
	font-size: 14px;
}

.aside-cta img{
    width:auto;
    height:auto;
    border:none;
    padding:0px;
    margin:-3px 0px 0px 0px;
    float:none;
}

.btn-cta {
    border: 1px solid #95cf62;
    margin-left: 20px;
    margin-top: 34px;
    vertical-align: middle;
    box-shadow:3px 3px 10px #203d06 !important;
}

#top-aside-mobile {
    display: none;
}

/* ORIGINAL BANNER METHOD: RAZVAN */
.top-banner {
    margin-top: 50px;
    text-align: left;
    background: rgba(163, 8, 17, 0.8) none repeat scroll 0% 0%;
    min-height: 40px;
    padding: 15px 20px 10px;
    float: left;
}

/* ORIGINAL BANNER METHOD: RAZVAN */
.casino-title-banner {
    color: #FFF;
    font-size: 28px;
    line-height: 30px;
    float: left;
}

/* ORIGINAL BANNER METHOD: RAZVAN */
.bonus-txt {
    color: #69CA14;
    font-size: 42px;
    line-height: 30px;
    margin: 0px;
    float: left;
    width: 100%;
    display: block;
    font-family: "Roboto Slab";
}

/* NEW BANNER METHOD: IAN */
.banner-pros-cons {
    margin-top: 50px;
    text-align: left;
    background: rgba(163, 8, 17, 0.8) none repeat scroll 0% 0%;
    min-height: 40px;
    padding: 15px 10px 10px;
    float: left;
}

/* NEW BANNER METHOD: IAN */
.banner-pros-cons-header-text {
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    float: left;
}

/* NEW BANNER METHOD: IAN */
.banner-pros-text {
    color: #69CA14;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    float: left;
    width: 100%;
    display: block;
    font-family: "Roboto Slab";
}

/* NEW BANNER METHOD: IAN */
.banner-cons-text {
    color: #69CA14;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    float: left;
    width: 100%;
    display: block;
    font-family: "Roboto Slab";
}

.banner-btn{
	color: #ffff00;
	background: rgba(122, 13, 20, 1);
	border: 2px solid #69c814;;
    border-radius: 25px;
    padding: 5px 30px;
    font-size: 18px;
    text-decoration: none;
    float: right;
    font-family: "Open Sans";
    box-shadow: 0 0 10px #325309;
    font-weight: bold;
    position: relative;
    top: -10px;
}


.banner-btn:hover, .banner-btn:focus{
	color: #69c814;
	background: rgba(122, 13, 20, 1);
	border: 2px solid #69c814;
	box-shadow: 0 0 10px #325309;
}

@media (min-width: 992px) and (max-width: 1200px) {

	.group-top3 {
	    box-shadow: 2px 2px 4px 0 #c6c6c6;
	    float: left;
	}
	.man-top{
		display: none;
	}
	.btn-gr{
	    border-radius: 0;
	    color: #fff;
	    font-size: 18px;
	    padding: 3px 5px 7px 9px;
	    position: relative;
	    top: -15px;
	    border: 0;
	    background: #f70822;
		background: -moz-linear-gradient(top,  #f70822 0%, #f70822 47%, #cd0606 48%, #cd0606 48%, #740303 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f70822), color-stop(47%,#f70822), color-stop(48%,#cd0606), color-stop(48%,#cd0606), color-stop(100%,#740303));
		background: -webkit-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
		background: -o-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
		background: -ms-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
		background: linear-gradient(to bottom,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70822', endColorstr='#740303',GradientType=0 );
	}

	.btn-featured-review{
		color: #fff;
		float: left;
		font-size: 18px;
		padding: 3px 5px 7px 9px;
		border-radius: 0;
		background: #f70822;
		background: -moz-linear-gradient(top,  #f70822 0%, #f70822 47%, #cd0606 48%, #cd0606 48%, #740303 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f70822), color-stop(47%,#f70822), color-stop(48%,#cd0606), color-stop(48%,#cd0606), color-stop(100%,#740303));
		background: -webkit-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
		background: -o-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
		background: -ms-linear-gradient(top,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
		background: linear-gradient(to bottom,  #f70822 0%,#f70822 47%,#cd0606 48%,#cd0606 48%,#740303 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70822', endColorstr='#740303',GradientType=0 );
	}

	.right-btn{
		border-left: 1px solid #fff;
	    display: inline;
	    margin-left: 14px;
	    padding: 3px 3px 7px 11px;
	    text-align: right;
	}

	.title-gr {
	    font-family: "Roboto Slab";
	    font-size: 16px;
	    font-weight: 300;
	    position: relative;
	    top: -6px;
	}
	.img-top3 {
	    float: left;
	    width: 100px;
	}
	.left-container {
	    padding: 12px;
	}
	#top-aside-mobile {
	    display: none;
	}
	.bonus-txt{
		font-size: 38px;
	}
	.txt-banner{
		font-size: 24px;
	}

	.year-txt {
	    display: block;
	    font-size: 103px;
	    line-height: 103px;
	}
	.txt-banner {
	    font-size: 22px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {


	.navbar-nav > li > a {
	    padding: 5px;
	}

	.navbar-inverse .navbar-nav > li > a:hover{
		color: #59aa12;
		font-weight: normal;
		border-radius: 25px 25px 25px 25px;
		border: 2px solid #242425;
		padding: 5px;
		position: relative;
		top: 5px;
		left: 2px;
	}

	.navbar-inverse .navbar-nav > li > a:focus{
		color: #59aa12;
		box-shadow: inset 0px 2px 2px green;
		border-radius: 5px;
		border: 2px solid #242425;
		padding: 10px 15px;
		position: relative;
		top: 5px;
		left: 2px;
	}
	.green-side {
	    background: linear-gradient(to bottom, #010101 0%, #80d039 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	    color: #fff;
	    float: left;
	    font-size: 34px;
	    height: 405px;
	    text-align: center;
	    width: 10%;
	}

	.content-group {
	    float: left;
	    padding: 10px;
	    width: 90%;
	}

	.casino-title {
	    float: left;
	    margin-top: 15px;
	    width: 100%;
	}

	#first-gr, #second-gr, #third-gr{
		display: none;
	}

	.top-text-featured {
	    float: left;
	    width: 64%;
	    padding-left: 15px;
	}

	.left-side-top {
	    float: left;
	    width: 36%;
	}
	.casino-title {
	    margin-left: 0px;
	}
	.top-text-featured h2 {
	    font-family: "Roboto Slab";
	    margin: 0px 0px 10px;
	    line-height: 30px;
	    font-size: 24px;
	    font-weight: 300;
	}

	.card-description {
	    border: 1px solid #CACACA;
	    display: inline-block;
	    width: 32%;
	    padding: 5px 0px 5px 55px;
	    height: 75px;
	    vertical-align: top;
	}

	#slot-section {
	    background: transparent url("../images/slot-icon.jpg") no-repeat;
	    margin-right: 2%;
	}
	#card-section {
	    background: transparent url("../images/card-icon.jpg") no-repeat;
	    margin-right: 2%;
	}
	#video-section {
	    background: transparent url("../images/video-icon.jpg") no-repeat;
	}
	
/*
	.btn-featured-review{
		padding: 6px 0px 7px 11px;
	}
	.right-btn{
		padding: 6px 10px 6px 11px;
	}
*/

}


@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .man-top{
		display: none;
	}
	.left-container {
	    padding: 10px;
	}
	.slider-caption{
	}
	.caption-txt{
	}
	.spec-casino{
		margin-top: 10px;
	}	

}

@media (max-width: 767px){

	.bottom-article-cta img {
	}
	.spec-cta{
		margin: 10px 10px 0 0;
	}
	.btn-featured-review {
	    margin: 10px 0 0;
	}
	.bottom-article-cta{
		min-height: 130px;
	}

	.green-side-mobile {
	    background: none repeat scroll 0 0 green;
	    color: #fff;
	    float: left;
	    font-size: 27px;
	    height: 10px;
	    text-align: left;
	    width: 100%;
	    padding: 0 0 0 10px;

	    background: #000000;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OWNhMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left, #000000 0%, #69ca14 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#69ca14));
		background: -webkit-linear-gradient(left, #000000 0%,#69ca14 100%);
		background: -o-linear-gradient(left, #000000 0%,#69ca14 100%);
		background: -ms-linear-gradient(left, #000000 0%,#69ca14 100%);
		background: linear-gradient(to right, #000000 0%,#69ca14 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#69ca14',GradientType=1 );
	}
	.copy{text-align: center; padding: 5px 0;}
	.design{text-align: center; padding: 5px 0;}

	#first-gr, #second-gr, #third-gr{
		display: none;
	}
	.green-side{
		display: none;
	}
	
	.top-cta {
	    text-align: center;
	    margin-top: 50px;
	    text-shadow: 3px 2px 3px #0F0F0F;
	}
	.top-choice {
	    background: transparent url("../images/top-img.jpg") no-repeat fixed center top;
	    min-height: 270px;
	}
	.img-top3 {
	    float: left;
	    width: 140px;
	}
	.casino-title {
	    float: left;
	    margin-left: 20px;
	}
	.img-top3 {
	    float: left;
	    width: 140px;
	}
	.content-group {
	    float: left;
	    width: 100%;
	    padding: 20px;
	}
	.group-top3 {
	    margin-bottom: 20px;
	}
	.content-group {
	    padding: 20px 10px;
	}
	
	.title-gr{
		font-size: 30px;
		line-height: 35px;
	}
	.read-more-gr{
		font-size: 16px;
	}
	.left-side-top {
	    float: left;
	    width: 26%;
	}
	.right-btn {
	    border-left: 1px solid #FFF;
	    display: inline;
	    margin-left: 21px;
	    padding: 6px 6px 6px 11px;
	    text-align: right;
	}
	.btn-featured-review{
		padding: 5px 4px 8px 11px;
	}
	.top-text-featured{
		width: 73%;
	}
	.top-text-featured h2{
		margin-top: -6px;
		line-height: 35px;
		margin-bottom: 0;
		width: 90%;
	}
	.btn-gr{
		padding: 5px 10px 7px 15px;
	}
	.main-text{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 40px; /* Firefox */
	    column-gap: 40px;
	}
	body{
		font-size: 16px;
	}
	.navbar-toggle{
		margin-top: 15px;
	}
	.navbar-inverse .navbar-nav > li > a{
		font-size: 18px!important;
	}
	.nav-logos-mobile{
		margin:0;
	}
	.nav-logos-mobile td {
	    padding: 0 3px 6px;
	}
	.nav-logos-mobile img {
	    width: 100%;
	}
	#main-content {
	    margin-top: 0;
	}
	.mobile-logos{
		margin-bottom: 0;
		padding: 12px;
	    background: #FFF none repeat scroll 0px 0px;
	    box-shadow: 2px 2px 4px 0px #C6C6C6;
	    border: 1px solid #E1E1E1;
	}
	.card-description {
	    font-size: 13px;
	}
	.btn-featured-review {
	    margin-top: 5px;
	}
	.top-text-featured p{
		margin: 0px;
	}
	
	.bottom-article-cta{
		padding-left:10px; 
	}
	
	.home-featured-review{
		margin-top:15px;
	}
	#top-aside {
	    display: none;
	}
	#top-aside-mobile {
	    float: left;
	    display: block!important;
	}

	.bonus-txt{
		font-size: 28px;
	}
	
}


@media (max-width: 480px){
	footer a, footer a:hover, footer a:focus{
		font-size: 13px;
	}
	.heading-list-footer{
		font-size: 13px;
		min-height: 50px;
	}
	.a1, .a2, .a3{
		width: 100%;
	}
	.play-at-first{
		width: 100%;
		margin-bottom: 10px;
	}
	.play-at-second{
		width: 100%;
	}
	#top-aside{
		display: none;
	}
	#top-aside-mobile {
	    float: left;
	}
	.mobile-icon{
		display: none;
	}
	.img-spec-cta{
		display: none;
	}
	.copy{font-size: 13px;}
	.design{font-size: 13px;}
	.terms{font-size: 13px;}
	.top-cta {
	    text-align: center;
	    margin-top: 20px;
	    text-shadow: 3px 2px 3px #0F0F0F;
	}
	.top-cta h1 {
	    font-size: 35px;
	}
	.top-cta p {
	    font-size: 21px;
	    margin-bottom: 20px;
	}
	.top-choice {
	    min-height: 215px;
	}
	.title-gr {
	    font-size: 20px;
	    line-height: 24px;
	}
	.img-top3 {
	    float: left;
	    width: 30%;
	}
	.top-text-featured h2 {
	    font-size: 20px;
	    line-height: 24px;
	    margin-bottom: 0;
	    margin-top: -6px;
	    width: 100%;
	}
	.top-text-featured p{
		margin: 0px;
	}
	.spec-casino {
	    margin-top: 15px;
	}
	.card-description {
	    border: 1px solid #cacaca;
	    display: inline-block;
	    margin-bottom: 10px;
	    padding: 5px 0 5px 55px;
	    width: 100%;
	}
	.btn-featured-review {
	    margin-top: 5px;
	}
	.card-description {
	    font-size: 13px;
	}
	.banner-btn{
	    float: left!important;
	    position: relative;
	    top: 16px;
	}
	.top-banner{
		min-height: 160px;
		margin-top: 25px;
	}
	.bonus-txt{
		font-size: 28px;
	}
}

@media (max-width: 320px){
	.casino-title-banner {
	    color: #fff;
	    float: left;
	    font-size: 20px!important;
	    line-height: 30px!important;
	    margin: 0;
	}	
	.bonus-txt {
	    font-size: 22px!important;
	    line-height: 30px!important;
	}
}



#mini-slider-container {
	display:inline-block;
	width:100%; padding:0px 35px;
	margin-top:10px;
}

#mini-slider-container .slider-caption {
    background: none repeat scroll 0 0 #f2f2f2;
    margin: 0 -35px 15px;
    padding: 20px 10px;
    text-align: left;
    width: auto;
}

#mini-slider .slide_inner {
	display:inline-block; float:left; 
	overflow: hidden; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; border: 1px solid #cfcece; 
	background-color: #fff; 
	text-align: center; 
	width: 144px; 
	margin: 0px 2px;
}

#mini-slider .photo_link {
	width: 129px; 
	height: 137px; 
	overflow: hidden; 
	display: block; 
	margin: 8px auto 4px;
}

#mini-slider .photo {
	height: 137px;
}