.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%;
}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
@font-face {font-family:"Melbourne";src:url("Melbourne_reg.eot?") format("eot"),url("Melbourne_reg.woff") format("woff"),url("Melbourne_reg.ttf") format("truetype"),url("Melbourne_reg.svg#Melbourne") format("svg");font-weight:normal;font-style:normal;}


/* -------------- reset css -------------- */
html {overflow-y: scroll}
html, body {height: auto;}

html.agentslogin{
    height:100%;
}

body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}

.hidden-field{
    display: none;
    visibility: hidden;
}
/*
#footer {
    position: absolute;
    bottom: 0;
}
*/

/*html, body {height: auto;}*/
body {
	font-size: 12px; font-family: 'Arimo', sans-serif;
	background: url(../images/background.gif);
}

html, body,ul,h1,h2,h3,h4,h5,p
{margin: 0; padding: 0;}
ul {list-style: none;}
fieldset {border: 0;}
header,footer, section {display: block;}
input {outline: none;}
img {border: 0; outline: 0; margin: 0; padding: 0; display: block;}

.hide {display: none;}
/* ------------ reset css end ------------ */

a {color: #000; text-decoration: none; outline: none;}
a:hover {text-decoration: none;}

.fcw {color: #fff;}
.fc1 {color: #9d9a9a;} /*silver*/
.fc2 {color: #4c4c4c;} /*gray*/

section.news h2,
section.news a,
section.promotions a,
.fc3 {color: #ff9600;} /*orange*/

.tl {text-align: left;}
.tr {text-align: right;}
.tc {text-align: center;}

h1 {
	background: #000; color: #fff; padding: 8px 20px;
	font-size: 30px; font-family: "Melbourne";
	font-weight: normal; margin: 10px 0;
}

.db {display: block;}
.pr {position: relative;}
.pa {position: absolute;}
.ti {text-indent: -9999px;}
.tc {text-align: center;}
.tr {text-align: right;}
.tl {text-align: left;}

.b {font-weight: bold;}

.clear {clear: both;}

.w960 {width: 960px; margin: 0 auto;}

/*------------ forms ------------*/

form.form-1 {overflow: hidden;}

div.block label,
form.form-1 label {display: inline-block; width: 139px;}

/*---------- forms end ----------*/

/*-------------- top Panel --------------*/
#toppanel {position: relative; top: 0; width: 100%; z-index: 999; margin: 0 auto;}

#panel {
	width: 100%; height: 90px;	
	background: #2c2c2c;
	background: -moz-linear-gradient(top,  #2c2c2c 0%, #303030 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(100%,#303030));
	background: -webkit-linear-gradient(top,  #2c2c2c 0%,#303030 100%);
	background: -o-linear-gradient(top,  #2c2c2c 0%,#303030 100%);
	background: -ms-linear-gradient(top,  #2c2c2c 0%,#303030 100%);
	background: linear-gradient(top,  #2c2c2c 0%,#303030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#303030',GradientType=0 );
	border-bottom: 1px solid #232323;
	overflow: hidden; position: relative; z-index: 3; display: none;
}
#panel div.login-error {
	top: 10px; left: 0; font-weight: normal;
	color: red; font-size: 1.4em;
	width: 960px; text-align: center;
}
#panel form {height: 90px; border-bottom: 1px solid #373737;}
#panel fieldset {padding: 0;}
#panel input.fc1 {
	border: 1px solid #4e4c4c;
	background: #353535;
	-moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
	box-shadow: inset 0 4px 6px rgba(0,0,0,.24);
	width: 200px;
	padding: 8px 10px;
	margin: 40px 20px 0 0;
}

#panel input.submit {
	border: 0;
	color: #fff;
	font-size: 18px;
	padding: 8px 20px;
	cursor: pointer;
        font-family: 'Melbourne';
}

#panel ul.pa {top: 35px; right: 10px;}
#panel ul.pa a {color: #fff; line-height: 150%;}
#panel ul.pa a:hover {text-decoration: underline;}

#panel label.pa {top: 50px; left: 620px; color: #9d9a9a; cursor: pointer;}

/*
div#toppanel div.tab {top: 0; z-index: 999;}
div#toppanel div.tab ul.login {top: 0; right: 0;}
div#toppanel div.tab ul.login a {color: #fff; display: block; padding: 5px 15px; font-size: 16px;}
*/

.toptab {position: absolute; top: 0; right: 0; color: #9d9a9a; cursor: pointer; color: #fff; padding: 8px 15px 0; font-size: 16px; overflow: hidden; font-family: "Melbourne"; font-size: 18px;}
.toptab {overflow: visible;}
#toggle {float: left; overflow: hidden;}
#toggle {float: none; overflow: hidden; display: inline-block;}
.lang {float: left; margin-right: 50px; overflow: hidden;}
.lang a {margin: 0 5px; color: #fff; padding-bottom: 8px; display: block; float: left;}
.lang a:hover {color: #ff6d00;}
.lang a.a {color: #ff6d00; border-bottom: 2px solid #ff6d00; font-weight: bold;}

.lang.modern{
    float: none;
    display: inline-block;
    width: 85px;
    height: 36px;
    border: 1px solid #4c4c4c;
    border-radius: 2px;
    background: #1d1d1d;
    position: relative;
    overflow: visible;
    text-indent: 20px;
    text-align: left;
    top: -15px;
    cursor: pointer;
}

.lang.modern.logged{
    float: none;
    display: inline-block;
    width: 85px;
    height: 36px;
    border: 1px solid #4c4c4c;
    border-radius: 2px;
    background: #1d1d1d;
    position: relative;
    overflow: visible;
    text-indent: 20px;
    text-align: left;
    top: -32px;
    padding: 0px;
    margin-right: 20px;
}

.lang.modern:after{
    content: ' ';
    background: url('/media/skins/default/images/select_icon.png') no-repeat;
    position: absolute;
    width: 26px;
    height: 18px;
    top: 10px;
    right: 5px;
}

.lang span{
    position: relative;
    top: 6px;
    font-size: 14px;
    color: #525252;
}

.lang ul{
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 34px;
    right: -1px;
    width: 85px;
    background: #1d1d1d;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 1px solid #4c4c4c;
    border-left: 1px solid #4c4c4c;
    border-right: 1px solid #4c4c4c;
    display: none;
    z-index: 1;
}

.lang ul li {
  position: relative;
  list-style: none;
  display: block;
  width: 100%;
  float: none;
}

.lang ul li a{
    position: relative;
    display: inline-block;
    font-size:16px;
    color: #4c4c4c;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: none;
    text-indent: 0px;
    margin: 5px 0px;
    background: none;
    padding:0px;
}

.lang.modern a.a{
    border: none;
}

.logged.modern .tl {
  display: inline-block;
  position: relative;
}

.logged.modern .tl.links .link-container a {
  display: inline-block;
  margin-left: 8px;
}

div.user-greet{
    border-top: 1px solid #525252;
    border-radius: 5px;
    padding: 0px 5px;
    z-index: 2;
    box-shadow: 1px 2px 2px rgba(0,0,0,.8);
    cursor: pointer;
    position: relative;
    text-align: left;
    top: 10px;
    color: #ff6d00;
    cursor: pointer;
    
    background: -moz-linear-gradient(top , #2b2b2b 0%, #363636 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom , #2b2b2b 0%, #363636 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top,#2b2b2b 0%, #363636 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b2b2b), to(#363636), color-stop(.5,#363636));
    background-image: -o-linear-gradient(top, #2b2b2b 0%, #363636 100%);
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#363636');
    background-image: -ms-linear-gradient(top,#2b2b2b 0%, #363636 100%);
}

div.user-greet:after{
    content: '\25bc';
    position: absolute;
    top: 10px;
    right: 5px;
}

span.c.l-user {
  color: #ff6d00;
  font-size: 14px;
}

b.logged_in_user, b.logged_in_balance {
  color: #818181;
  text-transform: capitalize;
  font-family: 'Arial';
  font-size: 12px;
}

.logged.modern .tl.links {
  display: block;
  border: 1px solid #525252;
  background: #1d1d1d;
  border-radius: 5px;
  padding: 13px;
  width: 132px;
  position: absolute;
  right: 0px;
  top: 54px;
  display: none;
  z-index: 1;
  text-align: left;
}

.logged.modern .tl.links .link-container {
  display: block;
  width: 100%;
  margin: 13px 0px;
}

.logged.modern .tl.links .link-container:first-child {
  margin-top: 0px;
}

.logged.modern .tl.links .link-container:last-child {
  margin-bottom: 0px;
}

span.refresh-amount{
    border: 1px solid #4e4c4c;
    background: #1d1d1d;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,.8);
    padding: 10px 5px;
    position: relative;
    top: 35px;
    border-radius: 2px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.refresh-modern{
    position: relative !important;
    top: 40px !important;
}

body.game div.social{
    top: 0px;
    display: none;
}

body.game .lang.modern.logged{
    top: -15px;
}

body.game div.user-greet{
    display: inline-block;
    top: 4px;
}

body.game div.user-greet:after{
    top: 0px;
    right: 0px;
}

body.game span.refresh-amount{
    display: inline-block;
    top: -5px;
}

body.game .refresh-modern{
    top: 0px !important;
}

#open, #close {color: #fff; display: block; float: left; padding-bottom: 8px;}
/*------------ top Panel end ------------*/

/*------------ header -----------*/
header .logo {
	width: 264px; height: 55px; 
	top: 20px; left: 0;
}

div.social{
  margin-right: 10px;
  position: relative;
  float: left;
  display: inline-block;
}

div.social.login{
    top: -15px;
}

div.social.logout{
  
}

div.social a {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  opacity: 1;
}

div.social a.facebook{
    background:  url('/media/skins/default/images/facebook.png') no-repeat;
    background-size: 100% 100%;
}

div.social a.like{
    background:  url('/media/skins/default/images/like.png') no-repeat;
    background-size: 100% 100%;
}

div.social a.google_plus{
    background:  url('/media/skins/default/images/google.png') no-repeat;
    background-size: 100% 100%;
}

div.social a.twitter{
    background:  url('/media/skins/default/images/twitter.png') no-repeat;
    background-size: 100% 100%;
}

div.social a.instagram{
    background:  url('/media/skins/default/images/instagram.png') no-repeat;
    background-size: 100% 100%;
}

div.social a.youtube{
    background:  url('/media/skins/default/images/youtube.png') no-repeat;
    background-size: 100% 100%;
}

body.game header.main .logo {
	width: 177px; height: 36px; 
	top: 10px; left: 50px;
}

header.main {height: 155px; width: 100%;}
body.game header.main {height: 100px;}

header.main a.back {display: none;}
body.game header.main a.back {
	display: block; width: 33px; height: 43px; 
	top: 27px; left: 0; text-indent: -9999px;
	background: url(../images/back_en.png);
}

body.game header.main a.back._it{
    background: url(../images/back_it.png);
    height: 50px;
}

header.main nav {padding-top: 109px; position: relative;}
body.game header.main nav {padding-top: 54px; padding-left: 50px;}
header.main nav div#hover {
	position: absolute; 
	bottom: -8px; left: 0; 
	height: 3px; width: 0; 
	background: #fff;
}

header.main nav ul li {
	display: inline-block; padding: 10px 5px 0 23px;
	background: url(../images/divider.png) no-repeat;
}
header.main nav ul li:first-child {background: transparent; padding-left: 0;}
header.main nav ul li a {color: #fff; padding-bottom: 10px;}

header.main div.ls-1 {display: block;}
header.main div.ls-2 {display: none;}
body.game header.main div.ls-1 {display: none;}
body.game header.main div.ls-2 {display: block;}

ul#menu li.lastDivider{
    display:none;
}

/*header.main nav ul li a:hover, header.main nav ul li a.active {background: url(../images/hover.png) no-repeat bottom;}*/
ul#menu a.col0a, ul#menu a.col0:hover {background: url(../images/hover0.gif) no-repeat bottom;}
ul#menu a.col1a, ul#menu a.col1:hover {background: url(../images/hover1.gif) no-repeat bottom;}
ul#menu a.col2a, ul#menu a.col2:hover {background: url(../images/hover2.gif) no-repeat bottom;}
ul#menu a.col3a, ul#menu a.col3:hover {background: url(../images/hover3.gif) no-repeat bottom;}
ul#menu a.col4a, ul#menu a.col4:hover {background: url(../images/hover4.gif) no-repeat bottom;}
ul#menu a.col5a, ul#menu a.col5:hover {background: url(../images/hover5.gif) no-repeat bottom;}
ul#menu a.col6a, ul#menu a.col6:hover {background: url(../images/hover6.gif) no-repeat bottom;}

header.main nav ul li a.col1:hover {background: url(../images/hover.png) no-repeat bottom;}

.support-phone{display:none;}

.live-support {top: 76px; right: -5px; width: 94px; height: 53px;}

div.pa.live-support-phone {
    color: #FFAD00;
    font-family: 'Arial';
    font-size: 18px;
    font-weight: bold;
    height: 33px;
    left: 580px;
    position: absolute;
    top: 77px;
    width: 188px;
}

div.pa.live-support-phone.play {
    left: 660px;
    position: absolute;
    top: 60px;
    width: 188px;
}
body.game header.main .live-support {top: 65px; right: 0; width: 90px; height: 27px;}

header.main div.logged {
	line-height: 150%;
	padding: 10px 10px 5px; color: #7f7f7f;
	top: 0; right: 0; text-align: right;
	font-size: 13px;
}
header.main div.logged img {position: relative; top: 3px;}
header.main div.logged a {font-weight: bold;}
header.main div.logged a:hover {text-decoration: underline;}
header.main div.logged div.links {font-family: "Melbourne"; font-size: 18px; padding-bottom: 3px; color: #4a4a4a;width: fit-content;}
header.main div.logged img {position: relative; top: 2px;}

#clock{
    width:49px;
    color:white;
    font-size:15px;
    font-weight:bold;
    display:inline-block;
}

#clocktimezone{
    padding-left:10px;
    width:62px;
    color:white;
    font-size:15px;
    font-weight:bold;
    display:inline-block;
}

#refresh {cursor: pointer;}
/*---------- header end ----------*/

/*-------------- main --------------*/
div#main-h {
	position:relative; min-height:100%;
	overflow: none;
	/*background: url(../images/background.png) no-repeat top;*/
}
div#page-h {background: white; padding: 25px 10px 190px 10px;}

body.game div#page-h, body.game div#main-h {background: #141414;}

body.game div#page-h {
	padding-bottom: 45px;
	background: #141414;
}

div.news-ticker {
	width: 890px; height: 35px;
	margin: 10px 0; padding: 20px 10px 0 60px; 
	background: url(../images/bck_news-ticker.png) no-repeat;
}
div.news-ticker time {background: url(../images/dott.gif) no-repeat 20px 2px; padding-left: 40px;}
div.news-ticker a {text-decoration: underline;}
div.news-ticker a:hover {text-decoration: none;}

ul.main-selection li {
	width:300px;
	height:200px;
	position:relative;
	display: inline-block;
	margin: 10px 0;
}

ul.column2 li {width:450px;}
ul.column2 li.mrg {margin: 10px 50px 10px 0;}

ul.main-selection.size3 li {  margin-left: 10px;    margin-right: 10px;   width:310px;}
ul.main-selection.size3 li.mrg {margin-left:0px;margin-right:0px;}
ul.main-selection.size3 li a span{width:297px;}

ul.main-selection.size1 li.mrg {left: -253px;    position: relative;margin:0px;}

ul.main-selection li div {
	position:relative; overflow:hidden;
	display: block;
	width: inherit; height: inherit;
}

ul.main-selection li.mid {margin: 10px 25px;}

ul.main-selection li a, ul.main-selection li span {
	position: absolute;
	top: 0; left: -3px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 135px;
	width: inherit; height: inherit;
	text-indent: -9999px;
}

ul.main-selection li div img {display: block;}

ul.gamelist li{float:left;height:200px;margin: 10px 0;}
ul.gamelist li.mid {margin: 10px 25px;}
ul.gamelist li {position:relative;}
ul.gamelist li div {box-shadow:3px 3px 4px #BBBBBB;height:200px;width: 300px;}
ul.gamelist li img{margin-left:0px;}
ul.gamelist li span.title span.text{color:white;font-family:Arimo;text-transform: uppercase;}
ul.gamelist span.title{background: url("../images/section_bcg.png") no-repeat scroll 0 0 transparent;color: white;height: 56px;left: -1px;position: absolute;bottom: -6px;width: 300px;}
/*ul.gamelist span.title.poker{background: black;color: white;height: 47px;left: 0px;position: absolute;bottom: 14px;width: 300px;}*/
ul.gamelist span.title.poker span.text {top:8px;}
ul.gamelist span.text {font-size:27px;left: 5px;position: relative;top: 5px;}
ul.gamelist span.desc {font-size: 14px;position:absolute;top:150px;font-size:15px; left: 5px;position: absolute;top: 34px;}
ul.col2 li {width: 450px;}
ul.col2 li:first-child {margin-right: 55px;}

	/*a.live_bets {background-image: url(../images/b2-live_bets.png);}
	a.bets {background-image: url(../images/b2-bets.png);}
	a.poker {background-image: url(../images/b2-poker.png);}
	a.casino_live {background-image: url(../images/b2-casino_live.png);}
	a.casino {background-image: url(../images/b2-casino.png);}
	a.trading {background-image: url(../images/b2-trading.png);}
	
	ul.column2 a.live_bets {background-image: url(../images/b2-live_bets2.png);}
	ul.column2 a.bets {background-image: url(../images/b2-bets2.png);}
	ul.column2 a.poker {background-image: url(../images/b2-poker2.png);}
	ul.column2 a.casino_live {background-image: url(../images/b2-casino_live2.png);}
	ul.column2 a.casino {background-image: url(../images/b2-casino2.png);}
	ul.column2 a.trading {background-image: url(../images/b2-trading2.png);}*/
	
	a.roulette {background-image: url(../images/b2-roulette.png);}
	a.social-roulette {background-image: url(../images/b2-social-roulette.png);}
	a.grand-roulette {background-image: url(../images/b2-grand-roulette.png);}
	a.blackjack {background-image: url(../images/b2-blackjack.png);}
	a.baccarat-live {background-image: url(../images/b2-baccarat.png);}
	a.auto-brown-roulette {background-image: url(../images/b2-auto-brown-roulette.png);}
	a.auto-black-roulette {background-image: url(../images/b2-auto-black-roulette.png);}
	
	a.rr-poker {background-image: url(../images/b3-rrpoker.png);}
        a.d-poker {background-image: url(../images/b3-3dpoker.jpg);}
	ul.main-selection li .ak-poker {background-image: url(../images/b3-akpoker.png); background-position: 0 118px;}
	a.bellugo {background-image: url(../images/b3-bellugo.png);}
	
	a.baccarat_1-1k {background-image: url(../images/b3-baccarat_1-1k.png);}
	a.baccarat_vip {background-image: url(../images/b3-baccarat_vip.png);}
	a.blackjack_a {background-image: url(../images/b3-blackjack_a.png);}
	a.blackjack_b {background-image: url(../images/b3-blackjack_b.png);}
	a.blackjack_c {background-image: url(../images/b3-blackjack_c.png);}
	a.blackjack_d {background-image: url(../images/b3-blackjack_d.png);}
	a.ga_black {background-image: url(../images/b3-ga_black.png);}
	a.ga_brown {background-image: url(../images/b3-ga_brown.png);}
	a.mini_auto_black {background-image: url(../images/b3-mini_auto_black.png);}
	a.mini_auto_brown {background-image: url(../images/b3-mini_auto_brown.png.png);}
	a.roulette_comon_draw {background-image: url(../images/b3-roulette_comon_draw.png);}
	a.roulette_french {background-image: url(../images/b3-roulette_french.png);}
	a.roulette_social {background-image: url(../images/b3-roulette_social.png);}
	a.roulette_vip {background-image: url(../images/b3-roulette_vip.png);}
	a.roulette_1-25 {background-image: url(../images/b3-roulette_1-25.png);}
	a.live {background-image: url(../images/b3-live.png);}
	a.live-tv {background-image: url(../images/b3-live-tv.png);}
	
	
ul.main-selection a img  {
	border:none;
	position:absolute;   
	top:-66.5px;
	left:-150px;
	height:500px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

section.news article {
	display: block; 
	width: 300px; 
	float: left; 
	padding: 0 0 10px 10px;
	background: #fff;
}

section.news article.mid {margin: 0 10px;}
section.news h2 {font-weight: normal; margin-bottom: 15px;font-family:'Melbourne';font-size:20px;}
section.news time {
	position: relative; left: -10px;
	display: block; text-align: center;
	padding: 4px 10px 0; margin-bottom: 5px;
	width: 41px; height: 57px; 
	float: left; color: #fff;
	background: url(../images/sprites.png);
}
section.news time strong {display: block; font-size: 1.3em;}
section.news a {clear: left; text-decoration: underline;}
section.news a:hover {text-decoration: none;}

section.promotions div.img-h, section.promotions div.txt-h {float: left;}

section.promotions div.img-h {width: 300px; height: 200px;}
section.promotions div.txt-h {
	display: inline-block; width: 630px;
	padding-left: 30px;
}	

section.promotions li {overflow: hidden; margin: 30px 0;}
section.promotions h2, section.promotions summary {font-family:"Melbourne";}
section.promotions h2 {color: #000; font-size: 30px; margin-bottom: 5px;}
section.promotions summary {color: #707070; font-size: 22px; padding-bottom: 25px; display: block;}
section.promotions a {text-decoration: underline;}
section.promotions a:hover {text-decoration: none;}

div.game-menu_h {background: #000; padding: 15px 0; margin-top: 20px; position: relative;}
div.game-menu_h form {position: absolute; top: 12px; right: 10px;}

ul.game-menu {width: 650px;}
ul.game-menu li {display: inline-block;}
ul.game-menu a {
	text-transform: uppercase; 
	font-family:"Melbourne";
	font-size: 1.5em;
	display: block; padding: 0 15px;
	outline: none;
}
ul.game-menu li.active a {color: #fff;}
/*ul.game-menu li:first-child a {padding: 0 15px 0 0;}*/

ul.game-menu li.search-h {background: gray; position: relative; width: 400px;}

div.game-menu_h input.search {
	border: 1px solid #323232; padding: 3px;
	background: #2e2e2e; color: #dbdbdb;
	-webkit-box-shadow: inset 5px 5px 15px 1px rgba(00, 00, 00, 0.5);
	-moz-box-shadow: inset 5px 5px 15px 1px rgba(00, 00, 00, 0.5);
	box-shadow: inset 5px 5px 15px 1px rgba(00, 00, 00, 0.5); 
	width: 150px; margin-right: 20px;
}

div.game-menu_h input.submit {
	border: 0; cursor: pointer; width: 100px; 
	font-family:"Melbourne"; font-size: 18px; 
	position: relative; top: 1px;
}

ul.game-menu li.submenu {padding-top: 10px;}
ul.game-menu li.submenu a {display: inline; margin: 0 10px 0 0; font-family:"Melbourne"; font-size: 16px;}
ul.game-menu li.submenu a.active {color: #fff;}

ul.games-list {text-align: justify;}
ul.games-list li {
	float: left;
	display: inline-block;
	margin: 10px 5px;	
	text-align: center; 
	padding-bottom: 10px;
}

ul.games-list li.item {width: 182px; /*height: 125px;*/ cursor: pointer;}
ul.games-list li.item span.new {color: red; font-weight: bold; text-decoration: blink;}

ul.games-list li.bw-1 {width: 182px; height: 125px;}
ul.games-list li.bw-2 {width: 374px; height: 125px;}
ul.games-list li.bw-3 {width: 566px; height: 125px;}
ul.games-list li.bw-4 {width: 758px; height: 125px;}

form.restrictions-enabled, 
form.restrictions-disabled {
	padding-top: 10px;
	font-weight: bold;
	font-size: 1.4em;
}

form.form-1 span.tooltip,
span.tooltip {font-weight: normal; padding: 0 3px; font-size: 0.8em; cursor: pointer;}

div.block form.form-1 input.w80 {
	width: 80px;
	display: inline-block;
	margin-left: 60px;
}

form.restrictions-enabled label {background: url(../images/ico-enabled.png) no-repeat right;} 
form.restrictions-disabled label {background: url(../images/ico-disabled.png) no-repeat right;}
div.block form.restrictions-enabled,div.block form.restrictions-disabled {padding-bottom: 5px;}
div.block form.restrictions-enabled label,div.block form.restrictions-disabled label {width: 250px; padding-left: 10px;}
div.block form.restrictions-disabled input.disabled {filter:alpha(opacity=50); opacity: 0.5; -moz-opacity: 0.5;}
div.block form.restrictions-disabled input.disabled:hover {color: #fff; border: 1px solid #fff;}
div.block form.restrictions-enabled div:first-child,div.block form.restrictions-disabled div:first-child {border-bottom: 1px solid silver;}
div.block form.restrictions-enabled div div,div.block form.restrictions-disabled div div {width: 440px;}
div.block form.restrictions-enabled div label,div.block form.restrictions-disabled div label {background: transparent; width: 130px; padding-left: 10px; font-size: 0.8em; font-weight: normal;}
div.block form.restrictions-enabled div input,div.block form.restrictions-disabled div input {width: 163px;}
div.block form.restrictions-enabled div input.button,div.block form.restrictions-disabled div input.button {width: 80px;}

table.table-1 {width: 100%;}

table.table-1 th {background: #000; color: #fff;}
table.table-1 td, table.table-1 th {padding: 5px;}
table.table-1 tr:nth-child(odd) td {background: #EDEDED;}
table.table-1 tr:nth-child(even) td {background: #E0E0E0;}
table.table-1 tr:hover td {background: #C1C1C1;}


table#withdrawals td,table.withdrawals th{
    padding:2px;
}

.chk_on {background: url('../images/checkbox.png') no-repeat 0 0;}
.chk_off {background: url('../images/checkbox.png') no-repeat 0 -52px;}
.rad_on {background: url('../images/radio.png') no-repeat 0 0;}
.rad_off {background: url('../images/radio.png') no-repeat 0 -52px;}

#lobbylink {width: 500px; margin: 0 auto; text-align: center; color: #fff;}
#lobbylink a {
	display: inline-block; padding: 5px 10px; font-size: 22px; margin: 0 10px;
	-webkit-box-shadow: 0px -3px 3px 1px #000;
	-moz-box-shadow: 0px -3px 3px 1px #000;
	box-shadow: 0px -3px 3px 1px #000; 
}
#lobbylink a:hover {color: silver;}
#lobbylink b {background: #000; display: block; padding: 5px; filter:alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7;}

div#hello {
	position: fixed; overflow: hidden;
	background: #000; display: none;
	right: 0; bottom: 100px; padding: 15px 0;
}
	div#hello div.inner-h {
		width: 485px; text-align: left;
		padding-left: 15px;
		font-size: 18px; font-family: "Melbourne";  color: #fff;
	}
		div#hello span {font-size: 24px; display: block;}

div#hello a, div#hello div.gpo_h {position: absolute; display: block;}
div.gpo_h {top: 26px; right: 290px;}
a.like {position: absolute; width: 74px; height: 24px; background: url(../images/hello_buttons.gif) -58px 0; top: 26px; right: 185px; text-indent: -9999px;}
a.register {width: 125px; height: 36px; background: url(../images/hello_buttons.gif) -132px 0; top: 20px; right: 30px; text-indent: -9999px;}

div#hello a.close {
	top: 5px; right: 5px;
	width: 8px; height: 9px;
	background: url(../images/hello_buttons.gif) -257px 0;
	text-indent: -9999px;
}

div.accordion-list h2,div.accordion-list h3 { font-family: "Melbourne"; margin-bottom: 6px; }
div.accordion-list h2 {background: #BFBFBF; color: black; cursor: pointer; padding: 10px 8px;}
div.accordion-list h2.open {}
div.accordion-list h3 {background: #e5e5e5 url(../images/ico_plus-gray.gif) no-repeat right; color: #000; cursor: pointer; font-family: "Melbourne"; padding: 9px 20px; font-size: 18px;}
div.accordion-list h3.ui-state-active {background: #e5e5e5 url(../images/ico_minus-gray.gif) no-repeat right;}
div.accordion-list div.accordion div {padding: 10px 20px; font-size: 14px;}

#iframe {
	position: absolute;
	top: 100px; 
	bottom: 40px;
	left: 0; right: 0;
	background: #fff;	
}

/*#iframe iframe {width: 100%; height: 100%;}*/
#iframe {width: 100%; height: 100%;}
/*------------ main end ------------*/

/*------------ footer ------------*/
footer.main {
	position: absolute; bottom: 0; width: 100%; 
	height: 173px; padding-top: 17px; background: #141414;
	-webkit-box-shadow: 0px -5px 5px 1px #dcdcdc;
	-moz-box-shadow: 0px -5px 5px 1px #dcdcdc;
	box-shadow: 0px -5px 5px 1px #dcdcdc; 
	font-family: 'Arimo', sans-serif;
}

body.game footer.main {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

footer.main {color: #525252;}
footer.main a {color: #fff; margin: 0 5px;}
footer.main a:hover {text-decoration: underline;}
footer.main img {margin: 85px 0 10px;}

body.game footer {height: 38px; padding-top: 5px;}
body.game footer div.w960 div {padding-top: 3px;}
body.game footer img {display: none;}

/*---------- footer end ----------*/

/* ---- plugins ---- */
#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    padding: 10px;
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}
/***********************/

label.error {
    color:red;
    font-size:11px;
    display:block;
}
#login-form2 fieldset{position:relative;}
#login-form2 label.error {/*agent login form*/
    left: 152px;
    position: absolute;
    top: 45px;
}
#captcha_img_holder {width:130px;height:50px;display:inline-block;}
input.error {
    border:1px solid red;
}
.b_link {
    text-decoration: underline;
    padding: 2px;
/*    background-color: #D4D0C8;*/
}
div.line {
    display: block;
    margin-top: 10px;
}
span.status {
    display: block;
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
}
span.yes {
    background-image: url('../images/yes.jpg');
}
span.no {
    background-image: url('../images/no.jpg');
}
.bigtext {
    font-size: 14px;
    font-weight: bold;
}
.popup_div {
    border: 1px solid silver;
    box-shadow: 0 0 10px 3px #D1D1D1;
    padding: 5px;
    border-radius: 3px;
    position: absolute;
    top: 100px;
    left: 300px;
    font-size: 12px;
    color: black;
    font-weight: normal;
    background-color: white;
    width: 350px;
/*    height: 110px;*/
    padding: 10px;
    visibility: hidden;
/*    display: none;*/
}
.popup_div .buttons {
    display: block;
}
.popup_div .buttons input {
    float: right;
    margin-right: 10px;
}
.popup_div .error{
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    color: #a93030;
    background-color: #fffac7;
    display: none;
}

img#bo_logo { /*top left logo in backoffice*/
    margin-left: 20px;
    margin-top: 10px;
    width: 95px;
    padding: 2px;
    background-color:black;
}
.error_message{  font-size:14px; color:white; text-align:center; margin-top:20px; }

#game_loading ul{
	overflow:hidden;
}

#game_loading ul.hidden{
	display:none;
}

#filterOptions a{
	display: inline-block;
}

/*styles for skinConfig*/
#skinConfig table{
    font-family: inherit;
    font-size:13px;
}

#skinConfig_form{
    font-family: inherit;
    font-size:13px;
}

#configurationTable
{
    border-top:3px solid gray;
    border-bottom:3px solid gray;
}

ul.size4 a span, ul.size2 a span, ul.size1 a span  {
  background: url("../images/section_bcg.png") no-repeat scroll 1px 149px transparent;
  background-size:452px;
  font-size: 30px;
  height: 49px;
  left: 1px;
  letter-spacing: 2px;
  padding-left: 15px;
  padding-top: 157px;
  text-align: left;
  text-transform: uppercase;
  text-indent:0;
  top: 1px;
}

ul.size3 a span,ul.size5 a span,ul.size6 a span   {
  background: url("../images/section_bcg.png") no-repeat scroll 1px 152px transparent;
  background-size:424px;
  font-size: 30px;
  height: 49px;
  left: 1px;
  letter-spacing: 2px;
  padding-left: 15px;
  padding-top: 162px;
  text-align: left;
  text-transform: uppercase;
  text-indent:0;
  top: 1px;
}

a.poker span{
    color: #da2f32;
    font-family:'Melbourne';
}

a.casino_live span{
    color: #dca718;
    font-family:'Melbourne';
}

a.casino span{
    color: #bcd410;
    font-family:'Melbourne';
}

a.trading span{
    color: green;
    font-family:'Melbourne';
}

#casino_content h1{
    font-family:'Melbourne';
    font-weight:normal;
}

#casino_content h2,#casino_content h3{
    font-family:'Melbourne';
    font-weight:bold;
    font-size:24px;
}

#casino_content h1,#casino_content h2{
    text-transform: uppercase;
}

div.accordion-list h3{
    font-family: 'Melbourne';
    font-size:24px;
    font-weight:bold;
}

ul.gamelist li span.title span.text{color:#ffc939;font-family:'Arimo';font-size:20px;margin-left:4px;}
ul.gamelist li span.title span.desc {color:white;margin-left:4px;top:31px;font-size:12px;}
ul.gamelist li span.title span.text.poker{color:white;}

ul.games-list li.item.slot-game span.new {
    background: url("../images/new.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 45px;
    position: absolute;
    right: -8px;
    top: 118px;
    width: 45px;
}

ul.games-list li.item.slot-game a.title span {
    color: #96ab01;
    left: 10px;
    position: relative;
    top: 5px;
    font-weight: normal;
}

ul.game-menu li.active a {
    border-radius: 5px 5px 5px 5px;
    color: #dbf424;
    margin: 0;
    padding: 5px 11px;
    position: relative;
    height:20px;
}

ul.game-menu li.active a,ul.game-menu li.active a:hover{
    color:#dbf424;
}

ul.game-menu li.active span, ul.game-menu li.active axxx:after {
    border-color: #dbf424 transparent;
    border-style: solid;
    border-width: 9px 27px 0;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px !important;
    width: 0;
}

.si, div.game-menu_h {
    box-shadow: 3px 3px 4px #BBBBBB;
}

div.game-menu_h ul.game-menu li.active {
    height: 35px;
}

ul.game-menu li {
    margin: 4px 10px 0 0;
    text-align: center;
}

ul.game-menu li.submenu {
    background: url("../images/games-filter.png") no-repeat scroll 0 7px transparent;
    height: 26px;
    text-align: left;
    width: 943px;
    padding-top: 10px;
}

ul.game-menu li.submenu a {
   font-size:14px;
   font-weight:normal;
   margin: 4px 10px 0 0;
}

#game_loading.poker{
    background: -moz-linear-gradient(center top , #2c2c2c 0%, black 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top , #2c2c2c 0%, black 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, left bottom, from(#2c2c2c), to(black));
    background-image: -o-linear-gradient(top, #2c2c2c 0%, black 100%);
    background-image: -ms-linear-gradient(#2c2c2c 0%, black 100%);
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='black');
    border: none;
    color: white;
    cursor: pointer;
    font-weight: normal;
}

ul.size4poker a span, ul.size2poker a span{
  /*background: url("../images/section_bcg.png") no-repeat scroll 0 0 transparent;*/
  background-size:452px;
  font-size: 30px;
  height: 230px;
  left: 2px;
  letter-spacing: 2px;
  padding-left: 15px;
  padding-top: 36px;
  text-align: left;
  text-transform: uppercase;
  text-indent:0;
  top: 150px;
}


ul.size3poker a span,ul.size6poker a span{
  background-size:424px;
  font-size: 30px;
  height: 49px;
  left: 1px;
  letter-spacing: 2px;
  padding-top: 3px;
  text-align: left;
  text-transform: uppercase;
  text-indent:0;
  top: 153px;
}

ul.size1poker li.s1{
    height:373px;
    width:auto;
    float:left;
    margin: 10px 24px;
}

ul.size4poker li.s1,ul.size2poker li.s1{
    height:356px;
    width:auto;
    float:left;
    margin: 10px 24px;
}

ul.size3poker li.s1,ul.size6poker li.s1{
    height:250px;
    width:312px;
    float:left;
    margin: 10px 4px;
    left:9px;
}

 ul.size4poker li.s1 div,ul.size2poker li.s1 div{
    height:245px;
    width:auto;
    box-shadow:none;
}

ul.size3poker li.s1 div,ul.size6poker li.s1 div{
    box-shadow:none;
    width:auto;
}

ul.size4poker a img, ul.size2poker a img{
    height:230px;
    width: 413px;
    padding: 8px;
    background:none repeat scroll 0 0 #323232;
    border:1px solid black;
    border-radius: 8px 8px 8px 8px;
}

ul.size3poker a img, ul.size6poker a img{
    height:167px;
    width: 279px;
    padding: 8px;
    background:none repeat scroll 0 0 #323232;
    border:1px solid black;
    border-radius: 8px 8px 8px 8px;
}

ul.size1poker a img{
    height:339px;
    width:582px;
    padding: 8px;
    background:none repeat scroll 0 0 #323232;
    border:1px solid black;
    border-radius: 8px 8px 8px 8px;
}


ul.size4poker li.s1,ul.size3poker li.s1,ul.size2poker li.s1,ul.size1poker li.s1{
    box-shadow:none;
}

ul.size1poker a span{
  background: none no-repeat scroll 0 0 transparent;
  background-size:452px;
  font-size: 30px;
  height: 339px;
  left: 2px;
  letter-spacing: 2px;
  padding-left: 15px;
  padding-top: 11px;
  text-align: left;
  text-transform: uppercase;
  text-indent:0;
  top: 150px;
}

/* old code
ul.gamelist span.title.poker{
    background: url("../images/section_bcg.png") no-repeat scroll 8px 39px transparent;
    color:red;
    height:53px;
    position:absolute;
    width:408px;
}*/

ul.gamelist.size2poker span.title.poker,ul.gamelist.size4poker span.title.poker{
    background: url("../images/section_bcg.png") no-repeat scroll 8px 39px transparent;
    color:red;
    height:53px;
    position:absolute;
    width:408px;
}

ul.gamelist.size3poker span.title.poker,ul.gamelist.size6poker span.title.poker{
    background: url("../images/section_bcg.png") no-repeat scroll 0px 0px transparent;
    color:red;
    height:49px;
    position:absolute;
    width:281px;
    left:7px;
    top:126px;
}


ul.gamelist div.pokerButtonsSize2,ul.gamelist div.pokerButtonsSize2 div.divPokerButtons,
ul.gamelist div.pokerButtonsSize4,ul.gamelist div.pokerButtonsSize4 div.divPokerButtons
{
    height:105px;
    width:420px;
    box-shadow:none;
    left:-29px;
}

ul.gamelist div.pokerButtonsSize3,ul.gamelist div.pokerButtonsSize3 div.divPokerButtons,
ul.gamelist div.pokerButtonsSize6,ul.gamelist div.pokerButtonsSize6 div.divPokerButtons
{
    height:71px;
    width:420px;
    box-shadow:none;
    left:-29px;
}


ul.gamelist div.pokerButtonsSize1,ul.gamelist div.pokerButtonsSize1 div.divPokerButtons
{
    width:420px;
    box-shadow:none;
   /* left:-29px;
    height:71px;
    display:inline-block; */
}

ul.gamelist div.pokerButtonsSize4 a.enter,ul.gamelist div.pokerButtonsSize2 a.enter{
        color:white;
        margin:23px 1px;
        background: -moz-linear-gradient(center top , #FA5255 0%, #B20205 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #FA5255 0%, #B20205 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#FA5255), to(#B20205));
        background-image: -o-linear-gradient(top, #FA5255 0%, #B20205 100%);
        background-image: -ms-linear-gradient(#FA5255 0%, #B20205 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA5255', endColorstr='#B20205');
        font-size:24px;
        display:block;
        width:230px;
        padding:13px;
        text-align:center;
        text-transform:uppercase;
        font-family:'Arial';
        display:inline-block;
        float:left;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize4 a.enter:hover,ul.gamelist div.pokerButtonsSize2 a.enter:hover{
        color:white;
        margin:23px 1px;
        background: -moz-linear-gradient(center top , #B20205 0%, #FA5255 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #B20205 0%, #FA5255 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#B20205), to(#FA5255));
        background-image: -o-linear-gradient(top, #B20205 0%, #FA5255 100%);
        background-image: -ms-linear-gradient(#B20205 0%, #FA5255 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#B20205', endColorstr='#FA5255');
        font-size:24px;
        display:block;
        width:230px;
        padding:13px;
        text-align:center;
        text-transform:uppercase;
        font-family:'Arial';
        display:inline-block;
        float:left;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize3 a.enter,ul.gamelist div.pokerButtonsSize6 a.enter{
        color:white;
        margin:3px 1px;
        background: -moz-linear-gradient(center top , #FA5255 0%, #B20205 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #FA5255 0%, #B20205 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#FA5255), to(#B20205));
        background-image: -o-linear-gradient(top, #FA5255 0%, #B20205 100%);
        background-image: -ms-linear-gradient(#FA5255 0%, #B20205 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA5255', endColorstr='#B20205');
        font-size:24px;
        display:block;
        width:137px;
        padding:5px;
        text-align:center;
        text-transform:uppercase;
        font-family:'Arial';
        display:inline-block;
        float:left;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize3 a.enter:hover,ul.gamelist div.pokerButtonsSize6 a.enter:hover{
        color:white;
        margin:3px 1px;
        background: -moz-linear-gradient(center top , #B20205 0%, #FA5255 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #B20205 0%, #FA5255 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#B20205), to(#FA5255));
        background-image: -o-linear-gradient(top, #B20205 0%, #FA5255 100%);
        background-image: -ms-linear-gradient(#B20205 0%, #FA5255 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#B20205', endColorstr='#FA5255');
        font-size:24px;
        display:block;
        width:137px;
        padding:5px;
        text-align:center;
        text-transform:uppercase;
        font-family:'Arial';
        display:inline-block;
        float:left;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize1 a.enter{
        color:white;
        margin:-112px 613px;
        background: -moz-linear-gradient(center top , #FA5255 0%, #B20205 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #FA5255 0%, #B20205 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#FA5255), to(#B20205));
        background-image: -o-linear-gradient(top, #FA5255 0%, #B20205 100%);
        background-image: -ms-linear-gradient(#FA5255 0%, #B20205 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA5255', endColorstr='#B20205');
        font-size:24px;
        display:block;
        width:160px;
        padding:18px;
        text-align:center;
        text-transform:uppercase;
        font-family:'Arial';
        display:inline-block;
        float:left;
        top:203px;
        position:relative;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize1 a.enter:hover{
        color:white;
        margin:-112px 613px;
        background: -moz-linear-gradient(center top , #B20205 0%, #FA5255 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #B20205 0%, #FA5255 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#B20205), to(#FA5255));
        background-image: -o-linear-gradient(top, #B20205 0%, #FA5255 100%);
        background-image: -ms-linear-gradient(#B20205 0%, #FA5255 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#B20205', endColorstr='#FA5255');
        font-size:24px;
        display:block;
        width:160px;
        padding:18px;
        text-align:center;
        text-transform:uppercase;
        font-family:'Arial';
        display:inline-block;
        float:left;
        top:203px;
        position:relative;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize4 a.howtoplay,
ul.gamelist div.pokerButtonsSize2 a.howtoplay{
        color:white;
        margin:23px 1px;
        background: -moz-linear-gradient(center top , #facb0c 0%, #f8b008 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #facb0c 0%, #f8b008 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#facb0c), to(#f8b008));
        background-image: -o-linear-gradient(top, #facb0c 0%, #f8b008 100%);
        background-image: -ms-linear-gradient(#facb0c 0%, #f8b008 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#facb0c', endColorstr='#f8b008');
        font-size:18px;
        display:block;
        width:115px;
        padding:18px 18px 22px 18px;
        text-align:center;
        font-family:'Arial';
        display:inline-block;
        height:15px;
        float:right;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize4 a.howtoplay:hover,
ul.gamelist div.pokerButtonsSize2 a.howtoplay:hover{
        color:white;
        margin:23px 1px;
        background: -moz-linear-gradient(center top , #f8b008 0%, #facb0c 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #f8b008 0%, #facb0c 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#f8b008), to(#facb0c));
        background-image: -o-linear-gradient(top, #f8b008 0%, #facb0c 100%);
        background-image: -ms-linear-gradient(#f8b008 0%, #facb0c 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b008', endColorstr='#facb0c');
        font-size:18px;
        display:block;
        width:115px;
        padding:18px 18px 22px 18px;
        text-align:center;
        font-family:'Arial';
        display:inline-block;
        height:15px;
        float:right;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize3 a.howtoplay,ul.gamelist div.pokerButtonsSize6 a.howtoplay{
        color:white;
        margin:3px 16px;
        background: -moz-linear-gradient(center top , #facb0c 0%, #f8b008 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #facb0c 0%, #f8b008 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#facb0c), to(#f8b008));
        background-image: -o-linear-gradient(top, #facb0c 0%, #f8b008 100%);
        background-image: -ms-linear-gradient(#facb0c 0%, #f8b008 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#facb0c', endColorstr='#f8b008');
        font-size:17px;
        display:block;
        width:121px;
        padding:10px 2px 8px;
        text-align:center;
        font-family:'Arial';
        display:inline-block;
        height:21px;
        float:right;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize3 a.howtoplay:hover,ul.gamelist div.pokerButtonsSize6 a.howtoplay:hover{
        color:white;
        margin:3px 16px;
        background: -moz-linear-gradient(center top , #f8b008 0%, #facb0c 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #f8b008 0%, #facb0c 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#f8b008), to(#facb0c));
        background-image: -o-linear-gradient(top, #f8b008 0%, #facb0c 100%);
        background-image: -ms-linear-gradient(#f8b008 0%, #facb0c 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b008', endColorstr='#facb0c');
        font-size:17px;
        display:block;
        width:121px;
        padding:10px 2px 8px;
        text-align:center;
        font-family:'Arial';
        display:inline-block;
        height:21px;
        float:right;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize1 a.howtoplay{
        color:white;
        margin:91px -501px;
        background: -moz-linear-gradient(center top , #facb0c 0%, #f8b008 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #facb0c 0%, #f8b008 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#facb0c), to(#f8b008));
        background-image: -o-linear-gradient(top, #facb0c 0%, #f8b008 100%);
        background-image: -ms-linear-gradient(#facb0c 0%, #f8b008 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#facb0c', endColorstr='#f8b008');
        font-size:18px;
        display:block;
        width:90px;
        padding:11px 4px 1px;
        text-align:center;
        font-family:'Arial';
        display:inline-block;
        height:53px;
        float:right;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist div.pokerButtonsSize1 a.howtoplay:hover{
        color:white;
        margin:91px -501px;
        background: -moz-linear-gradient(center top , #f8b008 0%, #facb0c 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(center top , #f8b008 0%, #facb0c 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, left bottom, from(#f8b008), to(#facb0c));
        background-image: -o-linear-gradient(top, #f8b008 0%, #facb0c 100%);
        background-image: -ms-linear-gradient(#f8b008 0%, #facb0c 100%);
        filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b008', endColorstr='#facb0c');
        font-size:18px;
        display:block;
        width:90px;
        padding:11px 4px 1px;
        text-align:center;
        font-family:'Arial';
        display:inline-block;
        height:53px;
        float:right;
        border-radius:8px 8px 8px 8px;
}

ul.gamelist li span.title span.text.poker {
    color: #DA2F32;
    font-family:'Melbourne';
    font-size:26px;
}

ul.gamelist.size1poker li span.title{
    position:absolute;
    left:627px;
    background: none;
    top:0px;
}

/*bitcoin deposit popup*/
div#bitcoin_deposit_window{
    text-align:center;
}
/*end of bitcoin deposit popup*/

div#europay_deposit_window form.form-1 input{
    width:auto;
}

#pleaseWait{
    position:absolute;
    top:350px;
}

/*bonus sht*/
.bonus_add legend{font-weight: bold;
             margin-bottom: 10px;
             font-size: 15px;
}
.bonus_add fieldset{
        line-height:18px;
        margin-left: 19px;
        margin-top: 20px;
}
.bonus_add fieldset div.control-group{
    margin-bottom:5px;
}
.bonus_add fieldset label{
    margin-top:2px;
    margin-bottom:2px;
    cursor:pointer;
}
.bonus_add span.help-inline{
    color: red;
    margin-left:15px;
    font-size: 11px;
}
/*styles for KAYAKO SUPPORT CHAT*/
div#inlinechatdiv{
    left:-488px !important;
    right:-19px !important;
    top:50px !important;
    z-index: 10000 !important;
}
iframe#inlinechatframe{
    height:500px !important;
}
/*end of styles for KAYAKO SUPPORT CHAT*/

/*agentusers BO*/
table#agentuser_profile td{
    padding:1;
}
/*end of agentusers BO*/

/*jq_datatable styles*/
#jq_datatable_first,#jq_datatable_previous,#jq_datatable_next,#jq_datatable_last{
    padding:0 4px;
    cursor:pointer;
}

#jq_datatable_paginate span a{
     padding:0 2px;
     cursor:pointer;
}
/*end of jq_datatable styles*/


/*start of why_info styles*/
/*section.whyInfo ul li h2{
    height:43px;
}*/

section.whyInfo ul li{
    display:inline-block;
    width:440px;
    margin:10px 18px;
    vertical-align:top;
}
/*end of why_info styles*/

label.label_promo_code{
    display:none;
}

/*CONTENT START*/

div.text_top{
    width: 98%;
    color: #707070;
    position: relative;
    margin: 25px auto 25px;
}

div.text_middle{
    width: 98%;
    color: #707070;
    position: relative;
    margin: 20px auto 25px;
}

div.text_middle table td{
    text-align: center;
    width: 33.3%;
    padding: 10px;
}

div.text_bottom{
    width: 98%;
    color: #707070;
    position: relative;
    margin: 0px auto;
    padding-bottom: 25px;
}

/*CONTENT END*/

.images_footer{
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 55px;
}

.images_footer img{
    margin: 0px;
}

.text_footer{
    width: 100%;
    color:#4d5456;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 70px;
}

/*Login password webkit START*/
#login-password.login-password-tx{
    -webkit-text-security: disc !important;
 }
/*Login password webkit END*/

.content-footer .info-title{
    display: none;
}

.link-title{
    display: none;
}

/**********HIVE POKER STYLES**********/

body.col3.game.hive #iframe{
    background: #1b1b1b;
}


/********************CASHIER PROFILE TABS STYLES START***********************/

.tabs{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin: 0px 0px 20px 0px;
}

.tabs li{
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.tabs li a{
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
}

/********************CASHIER PROFILE TABS STYLES END***********************/

/********************CASHIER STYLES START***********************/

.cashier-balance,
.deposit-data,
.withdraw,
.tr-history
{
    padding: 0px 0px;
    position: relative;
}

.cashier-balance p,
.deposit-data p,
.withdraw p,
.tr-history p
{
    margin: 0px;
}

.payment-methods-header{
    position: relative;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    padding: 10px 0px;
}

.payment-methods-header-list{
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.payment-methods-header-list li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 0px 0px 0px -4px;
    padding: 0px 1%;
}

.payment-methods-header-list li:first-child{
    margin-left: 0px;
}

.payment-methods-category{
    position: relative;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 0px;
    text-indent: 10px;
    margin: 0px 0px 20px 0px;
    font-weight: 600;
}

.payment-forms{
    position: relative;
    width: 100%;
}

.listView-form{
    position: relative;
    width: 100%;
}

.listView-form .fieldset-group{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.listView-form fieldset{
    margin: 0px;
    padding: 0px;
    position: relative;
    border: none;
    display: inline-block;
    vertical-align: top;
    width: 172px;
    margin: 0px 0px 0px -4px;
    padding: 10px;
}

.listView-form fieldset:nth-child(1){
    margin-left: 0px;
}

.listView-form .fee{
    
}

.listView-form .limits{
    
}

.listView-form .informationText{
    
}

.listView.form .deposits{
    text-align: center;
}

.listView-form .deposits .submit-container,
.listView-form .withdrawals .submit-container
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.listView-form .deposits input[type="button"],
.listView-form .withdrawals input[type="button"]
{
    text-transform: uppercase;
    padding: 6px 12px;
    height: auto;
    cursor: pointer;
    position: relative;
    top: 0px;
    width: auto;
    z-index: 1;
}

.table-wrap{
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.tr-table{
    position: relative;
    border-collapse: separate;
    border: none;
    width: 100%;
}

.tr-table th,
.tr-table td
{
    position: relative;
    border: none;
}

.cashier-bottom{
    position: relative;
    width: 100%;
    margin: 10px 0px;
}

.c-bottom-container{
    position: relative;
    width: 25%;
    margin: 0px 0px 10px 0px;
}

.c-bottom-label{
    position: relative;
    display: inline-block;
    width: auto;
}

.c-bottom-amount{
    position: absolute;
    width: auto;
    display: inline-block;
    top: 0px;
    right: 0px;
}

.balance-container{
    position: relative;
    width: 100%;
    margin: 0px 0px;
}

.balance-amount-container{
    position: relative;
    width: 25%;
}

.balance-label{
    position: relative;
    width: auto;
    display: inline-block;
}

.balance-value{
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.balance-button{
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

/********************CASHIER STYLES END***********************/

/********************PROFILE STYLES START***********************/

.update-profile,
.change-password
{
    position: relative;
    width: 100%;
}

.update-profile fieldset,
.change-password fieldset
{
    position: relative;
    width: 50%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px -4px;
}

.update-profile .account,
.update-profile .u-location,
.change-password .u-old-password
{
    margin: 0px 0px 0px 0px;
}

.username-container{
    position: relative;
    width: 70%;
    margin: 0px 0px 10px 0px;
}

.data-container{
    position: relative;
    width: 70%;
    margin: 0px 0px 10px 0px;
    text-align: right;
}

.password-container{
    position: relative;
    width: 70%;
    margin: 0px 0px 10px 0px;
    text-align: right;
}

.username-label{
    position: relative;
}

.username-value{
    position: absolute;
    top: 0px;
    right: 0px;
}

.data-label,
.password-label
{
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
}

.profile-title{
    position: relative;
    width: 100%;
    margin: 10px 0px;
    display: inline-block;
}

.short-desc{
    position: relative;
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.res-container{
    position: relative;
    width: 30%;
    margin: 0px 0px 10px 0px;
}

.res-title{
    position: relative;
    display: inline-block;
    width: auto;
}

.res-value{
    position: absolute;
    display: inline-block;
    width: auto;
    top: 0px;
    right: 0px;
}

.p-input-container{
    position: relative;
    width: 40%;
    text-align: right;
    margin: 0px 0px 10px 0px;
}

.p-input-container label{
    position: absolute;
    width: auto;
    display: inline-block;
    top: 0px;
    left: 0px;
}

.p-input-container input,
.p-input-container select
{
    position: relative;
    padding: 5px 10px;
    border: none;
    background: white;
    border-radius: 0px;
}

.p-input-container input[type="button"],
.p-input-container input[type="submit"]
{
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
}

.submit-container{
    position: relative;
    width: 100%;
    text-align: right;
    margin: 0px;
}

.submit-container input[type="button"],
.submit-container input[type="submit"],
.button-container input[type="button"],
.button-container input[type="submit"]
{
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
}

.table-h{
    position: relative;
    width: 100%;
}

.history{
    position: relative;
    width: 100%;
}

.tr-filters{
    position: relative;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.filters-container{
    position: relative;
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: right;
}

.filters-label{
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    text-align: left;
}

.filters-input{
    position: relative;
}

.filters-submit{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 60px;
}

.filters-submit input[type="submit"]{
    position: relative;
    margin: 0px 0px 0px 10px;
    padding: 0px 15px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.game-history{
    position: relative;
    width: 100%;
    border: none;
    border-collapse: separate;
}

.game-history thead,
.game-history body
{
    position: relative;
    width: 100%;
}

.game-history th,
.game-history td
{
    position: relative;
    border: none;
    padding: 5px 0px;
}

.bonuses-list-container{
    position: relative;
    width: 100%;
}

.bonuses-explain{
    position: relative;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.bonuses-table-container{
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.bonuses-table-responsive{
    position: relative;
    width: 100%;
}

.table-bonuses{
    position: relative;
    width: 100%;
    border-collapse: separate;
    border: none;
}

/********************PROFILE STYLES END***********************/

/********************BONUSES STYLES START***********************/

.listView-form .payment-bonus{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.bonuses{
    position: relative;
    width: 100%;
    margin: 20px auto 0px;
    display: none;
}

.bonus-title{
    position: relative;
    width: 100%;
    margin: 0px auto 10px;
    padding: 8px 0px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.bonuses-container{
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.bonus-list{
    list-style: none;
    position: relative;
    width: 80%;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.bonus-container{
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px -4px;
    vertical-align: top;
    width: 20%;
    margin-right: 1%;
    margin-bottom: 10px;
    height: 267px;
}

.bonus-container-promo,
.bonus-container-no
{
    position: relative;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
    width: 20%;
    margin-right: 1%;
    margin-bottom: 10px;
    height: 267px;
}

.bonus-container-promo,
.bonus-container-no
{
    height: 267px;
}

.bonus-container:first-child{
    margin-left: 0px;
}

.bonus-container:last-child{
    margin-right: 0px;
}

.bonus-front{
    position: relative;
    width: 100%;
    border-radius: 2px;
    height: 100%;
    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.bonus-container-promo .bonus-front,
.bonus-container-no .bonus-front
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.bonus-name{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
}

.bonus-img-container{
    position: relative;
    width: 100%;
    height: 116px;
}

.bonus-img{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.bonus-percent{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
}

.bonus-type{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px 0px;
}

.bonus-button{
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    text-align: center;
    display: inline-block;
    top: 10px;
    right: 4px;
}

.bonusInfo{
    background-repeat: no-repeat;
}

.bonusHide{
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: 6px 6px;
}

.bonus-select-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 2px solid white;
    top: 7px;
}

.bonus-select-button:after {
    position: absolute;
    content: ' ';
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: white;
    opacity: 0;
    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bonus-select-button:checked:after {
    opacity: 1;
}

.select-container{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    line-height: 34px;
}

.select-text{
    position: relative;
    top: 0px;
    margin-left: 5px;
}

.bonus-back{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.bonus-skin-title{
    position: relative;
    width: 75%;
    text-align: center;
    margin: 0px auto 25px;
    padding: 5px 0px;
}

.bonus-back-container{
    position: relative;
    width: 95%;
    margin: 0px auto;
    text-align: left;
}

.bonus-info-container{
    position: relative;
    width: 100%;
    margin: 0px auto 5px;
}

.bonus-back-container label{
    position: relative;
    width: 52%;
    display: inline-block;
}

.bonus-read-more{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px auto 28px;
}

.bonus-hide-container{
    position: relative;
    width: 100%;
    text-align: right;
}

.bonus-hide-container .bonus-button{
    position: relative;
    top: 0px;
}

.select-container-hidden{
    position: absolute;
    bottom: 0px;
}

.bonus-activation-code{
    position: relative;
    width: 100%;
    padding: 36px 0px;
}

.promotion-code-input{
    width: 90%;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    padding: 10px 0px;
    border: none;
    display: block;
    text-indent: 10px;
}

.bonus-text{
    position: relative;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
}

.bonus-container-no .bonus-text{
    position: absolute;
    bottom: 34px;
}

.bonus-container-promo .select-container,
.bonus-container-no .select-container
{
    position: absolute;
    bottom: 0px;
}

.bonuses-bonus-open{
    position: absolute !important;
    padding-bottom: 0px !important;
    right: 0px;
    top: 0px;
}

.deposit-bonus-open{
    left: 0px !important;
    right: 0px !important;
    margin: 0px auto;
    padding: 12px 24px !important;
}

.bonus-hide-info{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.bonus-show-info{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.activateBonus{
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.promotion-code{
    position: relative;
    padding: 0px;
    padding: 5px 0px;
    text-indent: 10px;
    margin-right: 20px;
}

.activate-promo-button,
.activate-bonus-cashier
{
    position: relative;
    background: #0b53a2;
    color: white;
    padding: 4px 10px;
    text-transform: uppercase;
    display: inline-block;
}

.activate-bonus-cashier{
    width: 175px;
    text-align: center;
    padding: 4px 0px;
}

/********************BONUSES STYLES END***********************/

/********************RESTRICTIONS STYLES START***********************/

body {
    background: none;
}

.container {
    position: relative;
    background-color: #fafafa;
    background-image: url("/media/images/restricted_pattern.jpg");
    background-repeat: repeat;
    padding: 100px 0px 0px 0px;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    position: relative;
    width: 40%;
    margin: 0px auto;
}

.message-box {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}

.message-wrapper {
    position: relative;
    width: 100%;
}

.message-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    padding: 40px;
    background-color: #E57373;
}

.message-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    padding: 30px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
    color: #454545;
}

.message-title:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 22px solid rgba(255,255,255,0);
    border-right: 22px solid rgba(255,255,255,0);
    border-top: 22px solid #e0e0e0;
    bottom: -22px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.message-title:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 20px solid rgba(255,255,255,0);
    border-right: 20px solid rgba(255,255,255,0);
    border-top: 20px solid #f0f0f0;
    bottom: -20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.message-title-wrapper {
    position: relative;
    margin: 0px auto;
    width: 60%;
}

.icon-container {
    position: relative;
    width: 100%;
    padding: 0px 0px 40px;
    text-align: center;
}

.restricted-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 96px;
    height: auto;
}

.message-text {
    position: relative;
    width: 50%;
    margin: 0px auto;
    font-size: 24px;
    text-align: center;
    line-height: 28.5px;
    padding: 40px;
    text-transform: capitalize;
    color: #555;
}

@media (max-width: 1024px) {

    .wrapper {
        width: 60%;
    }
    
    .message-title-wrapper {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .container {
        padding: 0px;
        background: none;
    }
    
    .wrapper {
        width: 100%;
    }
    
    .message-box {
        box-shadow: none;
        border-radius: 0px;
    }
    
    .message-title {
        font-size: 32px;
    }
    
    .message-text {
        width: 100%;
    }
}

/********************RESTRICTIONS STYLES END***********************/