@charset "utf-8";
/*** Reset ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 18;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** Layout ***/
body{

	font: 12px/20px Arial, Helvetica, sans-serif;
}
.homeArea{
	width: 1024px;
}
.footer{
	width: 1020px;
	height: 60px;
	background: url(../images/footer.jpg) no-repeat 0 0;
	text-align: right;
	padding: 0px 10px 10px 10px;
    margin: 0px 10px 10px 10px;
	color: #ffffff;
}

.background{
	background:#9c0003;
}

.logo_footer{
    position: absolute;
    left: 10px;
    top: 1000px;
}

.navInfo{
    /*min-width: 980px;*/
}

.navInfo li {
	display: inline-block;
}

.navInfo li a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px;
	border-right: 1px solid #ffffff;
}
.navInfo li a:hover {
	color:#FCB7B9;
}
.navInfo li:last-child a {
	border-right: 0px;
	padding-right: 0px;
}
.popupcontainer {
	width: 750px;
	width: 100%;
}
.popupcontainerHead {
	height: auto;
	background: #000064; /* Old browsers */
	background: -moz-linear-gradient(top, #000064 0%, #000 90%, #000064 100%);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #000064 0%, #000 90%,#000064 100%);/*Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #000064 0%, #000 90%,#000064 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000064', endColorstr='#000',GradientType=0 ); /* IE6-9 */
	position: relative;
}
.logo {
	/*background: url(pictures/logo-aon888.png) no-repeat 0 0;*/
	height: 65px;
	width: 168px;
	margin: 6px 0 0 15px;
	float: left;
}
.topNavPos{
	float: right;
	margin: 10px 10px 0 0;
}
.SiteNav {
	margin-top: 10px;	  
}
.SiteNav:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.SiteNav li {
	float: left;
	margin-right: -2px;
}
.SiteNav li a {	
	padding: 3px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.SiteNav li a:hover, .SiteNav li a.current {
	background: #000 ; /* Old browsers */ 
	background: -moz-linear-gradient(top, #000064 0%, #000 80%);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #000064 0%,#000 80%);/*Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #000064 0%,#000 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000064', endColorstr='#000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: 1px solid #fff;
	border-bottom: none;
}
.popupcontainerMain {
	padding:20px 15px;
	background: #FFFFFF;
	color: #111;
}
.popupcontainerMain a{
	color: #000000;
}
.popupcontainerMain a:hover{
	color: #B00003;
	text-decoration: none;
}
.popupcontainerMain p{
	margin-bottom: 10px;
}
.popupcontainerMain em{
	margin-bottom: 10px;
	font-weight: bold;
	color: #505050;
	display:block;
}
.popupcontainerMain h1{
	margin-bottom: 20px;
	color: #B00003;
	font-size: 18px;
}
.popupcontainerMain h2{
	color: #B00003;
	font-size: 13px;
	margin-bottom: 5px;
}
.popupcontainerMain h3{
	font-weight: bold;
	color: #505050;
}
.popupcontainerMain h3{
	font-weight: bold;
	color: #505050;
}
.popupcontainerMain ul{
	list-style: disc;
	margin-left: 20px;
}
/*1*/
.popupcontainerMain ul.number{
	margin-left: 20px;
	counter-reset:first;
	list-style-type:none;

}
.popupcontainerMain ul.number li{
	list-style-type: none;
	font-weight: bold;
	color: #505050;
	margin-bottom: 10px;
}
.popupcontainerMain ul.number li:before{
	counter-increment: first;
    content:counter(first)". ";
}
/*1.1*/
.popupcontainerMain ul.number li ul{	
	counter-reset:second;
	margin-top: 10px;
	margin-left: 50px;
}
.popupcontainerMain ul.number li ul li {
	font-weight: normal;
	color: #666666;
}
.popupcontainerMain ul.number li ul li span{
	display: inline-block;
	margin-left: 5px;
}
.popupcontainerMain ul.number li ul li:before{
	counter-increment: second;
    content: counter(first) ". " counter(second) ". ";
	margin-left: -35px;
	vertical-align: top;
}
/*1.1.1*/
.popupcontainerMain ul.number li ul li ul{	
	counter-reset:third;
	margin-left: 60px;
}
.popupcontainerMain ul.number li ul li ul li:before{
	counter-increment: third;
    content: counter(first) ". " counter(second) ". "counter(third) ". ";
	margin-left: -53px;
}
/*1.1.1.1*/
.popupcontainerMain ul.number li ul li ul li ul{	
	counter-reset:fourth;
	margin-left: 75px;
}
.popupcontainerMain ul.number li ul li ul li ul li:before{
	counter-increment: fourth;
    content: counter(first) ". " counter(second) ". " counter(third) ". " counter(fourth) ". ";
	margin-left: -66px;
}
/*1.1.1.1.1*/
.popupcontainerMain ul.number li ul li ul li ul li ul{	
	counter-reset:fifth;
	margin-left: 85px;
}
.popupcontainerMain ul.number li ul li ul li ul li ul li:before{
	counter-increment: fifth;
    content: counter(first) ". " counter(second) ". " counter(third) ". " counter(fourth) ". " counter(fifth) ". ";
	margin-left: -80px;
}
/*1.1.1.1.1.1*/
.popupcontainerMain ul.number li ul li ul li ul li ul li ul{	
	counter-reset:sixth;
	margin-left: 85px;
}
.popupcontainerMain ul.number li ul li ul li ul li ul li ul li:before{
	counter-increment: sixth;
    content: counter(first) ". " counter(second) ". " counter(third) ". " counter(fourth) ". " counter(fifth) ". " counter(sixth) ". ";
	margin-left: -85px;
}
/*1.1.a*/   /*1.1.1.1.1.a*/
.popupcontainerMain ul.number li ul li ul.alpha, .popupcontainerMain ul.number li ul li ul li ul li ul.alpha{		
	counter-reset:list;
	margin-left: 20px;
}
.popupcontainerMain ul.number li ul li ul.alpha li:before, .popupcontainerMain ul.number li ul li ul li ul li ul.alpha li:before{
	counter-increment: list;
    content: counter(list, lower-alpha)". ";
	margin-left: -15px;
}
.popupcontainerMain .tab{
	text-align: center;
	text-indent: 0px;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 10px 0;
}
.popupcontainerMain .tab th{
	padding: 3px;
	background: #B00003;
	color: #ffffff;
}
.popupcontainerMain .tab td{
	padding: 3px;
	border: 1px solid #C9C9C9;
}
.bktop{
	text-align: center;
	margin-top:20px;
}
.bktop a{
	font-weight: bold;
	text-decoration: none;
}
.bktop a:hover{
	color: #505050;
}
.popupcontainerFooter{
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
}
.red{
	color: #B00003;
}



.container{
	width:1024px;
	min-height:560px;
}

ul.menu{	
	list-style:none;
	margin:0;
}

ul.menu:after{clear:both;}
ul.menu li a.btn{ 
	display:block; 
	background:url("home/images/button.png") no-repeat;
	width:187px;
	height:45px;
	line-height:45px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:0;
	margin:0 0 5px 0;
	float:right;
	transition:padding 0.2s linear;
}
ul.menu li a.btn:hover{
	padding-right:10px;
}

ul.menu li.btn-1{ padding-right:30px; }
ul.menu li.btn-2{ padding-right:60px; }
ul.menu li.btn-3{ padding-right:90px; }
ul.menu li.btn-4{ padding-right:120px; }
ul.menu li.btn-5{ padding-right:150px; }
ul.menu li.btn-6{ padding-right:180px; }

ul.menu li.btn-1 .btn{
	font-weight:bold;
	color:#ffcc00;
	font-size:18px;
}

.nav-bottom{ 
	padding-top: 300px;
	float:right;
    width: 320px;
}

.nav-bottom ul li{
	margin-left:-30px;
}

.content-left{ width:710px; margin:10px 20px 10px 10px;float:left; }
.content-right{ width:250px;margin-right:10px;margin-top:10px; float:left; }
.clearfix{ clear:both; }

.footer-page .content-left{ width:200px;margin:0 20px 0 0;}
.footer-page .content-right{ width:500px; margin:0;}

ul.depth-menu{ list-style:none; margin:0;}
ul.depth-menu li a{  
	display:block;
	text-decoration:none;
	color:#B00003;
	padding:7px 5px;
	border-top:1px solid #ccc;
}
ul.depth-menu li a:hover{
	background:#f4ebee;
}
ul.depth-menu li.active a{
	background:#dd0000;
	color:#fff;
	font-weight:bold;
}
ul.depth-menu li:last-child a{
	border-bottom:1px solid #ccc;
}

.small-banner{width:238px; }
.small-banner table{ margin-bottom:20px; }
.small-banner table tr td{ 
	padding-right:10px;padding-bottom:10px; text-align:center;
	vertical-align:middle;
	width:124px;
	height:124px;
 }
.small-banner table tr td img{ 
	background:#6d0100;
	transition:width 0.2s linear;
	-webkit-transition:width 0.2s linear;
	-moz-transition:width 0.2s linear;
	width:114px;
 }
.small-banner table tr td:hover img{ width:100px; }

.rightside_section h2{font-size:20px; color: #f6f6f6;margin-bottom:10px;}
.rightside_section ul.main-nav{ list-style:none;margin:0;padding:0; }
.rightside_section ul.main-nav li{background:#222; }
.rightside_section ul.main-nav li a {
	display: block;
	color:#888;
	padding:10px;	
	border-top:1px solid #15322e;
	border-bottom: 1px solid #000;
	text-shadow: 0 1px 0 #000;
}
.rightside_section ul.main-nav li a:hover,
.rightside_section ul.main-nav li.active a{
	text-decoration:none;
	color:#fff;
}

.rightside_section ul.main-nav > li:first-child > a{
	border-top:none;
}

.rightside_section .main-nav .collapsed-nav{
	list-style:none;margin:0;padding:0;	
}
.rightside_section .main-nav .collapsed-nav li{
	background:#141918;
}
.rightside_section .main-nav .collapsed-nav li a {
	padding-left:20px;
	border-top:1px solid #222;
	border-bottom: 1px solid #000;
}
.rightside_section .main-nav .collapsed-nav li:first-child a{
	border-top:1px solid #000;
}
.rightside_section .main-nav .collapsed-nav li:last-child a{
	border-bottom:1px solid #141e1d;
}
.rightside_section .main-nav ul.closed {
	display: none;
}
.rightside_section .main-nav span.glyphicon{
	float:right;
}
.rightside_section .main-nav span.glyphicon:after{
	clear:both;
}

.news{
	margin-top:10px;
	width:710px;
	color:#cecece;
}

.news img{ display:block;margin:10px 0; }

.news .title{
	position: relative;
	margin-top: 20px;
	display: block;
}

.news h1{
	font-size: 1.5rem;
	float:left;
	text-transform: uppercase;	
}
.news a{ color: #c9bc67;	text-decoration:none; }

.news h3{
	font-size:18px;
	margin:0 0 5px 0;		
}
.news .posted{
	font-style:italic;
	color: #c9bc67;
}
.news ul{ margin-top:10px; }

.news li{	
	padding:10px;
	background:#6d0100;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-bottom:5px;
}
.news li:last-child{ border-bottom:none;}
.news p{
	font-size:11px;
}

.news-content{ width:700px;}
.news-content > h3 > a{ color:#f5f5f5; }
.news-content > h3{font-size:15px;}

.paging{
	text-align:right;
	width:300px;
	float:right;
}

.paging a{
	display:inline-block;
	background:#6d0100;
	padding:0 5px;
	color:#fff;
	text-decoration:none;
}

.pageTitle{
	color:#4347d6;
	font-size:20px;
}
.panelTable{
	border:1px solid #000000;
	border-right:0px;
	border-bottom:0px;
	margin-bottom:10px;
}
.panelTable tr.tableHeader_1 td{
	background:#C13B3B;
	color:#FFFFFF;
	font-weight:bold;
}
.panelTable tr.tableHeader_2 td{
	background:#D15959;
	color:#FFFFFF;
	font-weight:bold;
}
.panelTable tr td{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:1px 8px 1px 8px;
	vertical-align:top;
}
.panelTable tr td.highlight{
	background:#66FFFF;
	color:#000000;
}

.textCenter{
	text-align:center
}
.textCenter td{
	text-align:center;
}


.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y:;
  position: fixed;
  top: -40;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  padding: 50px;
  z-index: 1050;
}
.modal-content {
  position: absolute;
  background-color: transparent;
   outline: none;
   margin-left:20px;
   margin-top:-20px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 1;
	filter: alpha(opacity=20);
}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration:none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn-red{ background:red;color:#fff; }

.modal-body p{ margin-bottom:7px; }

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

#wowslider-container1 .ws_bullets{
    bottom: 20%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev{
    display: none !important;
}

.left-banner{
    position: fixed;
    left: -5px;
    top: -5px;
    height: 350px;
    width: 265px;
    z-index: 9000;
    text-align: center;
    padding: 15px;
}

.list-unstyled-maxis{
    list-style: none;
}

.list-inline-maxis li{
    float: left;
}

.language-setting{
    background: url('home/images/small-background-maxisbet.png');
    height: 116px;
    padding-top: 15px;
    margin-bottom: 3px;
}

.language-setting h2{
    text-align: center;
}

.list-language{
    margin-left: 12%;
    padding: 15px;
}

.list-language li img{
    width: 65px;
}

.average-time{
    background: url('home/images/small-background-maxisbet.png');
    height: 116px;
    padding: 5px;
    margin-top: 3px;
    text-align: left;
}

.header-avg{
    font-size: 12px;
    font-weight: bold;
}

.subheader-avg{
    font-size: 10px;
}

.progress{
    height: 13px;
    padding: 1px;
    width: 160px !important;
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
    overflow: hidden;
    margin-bottom: 3px !important;
    float: left;
}

.progress__bar{
    display: block;
    height: 100%;
    background: rgba(251,223,167,1);
    background: -moz-linear-gradient(top, rgba(251,223,167,1) 0%, rgba(252,193,64,1) 50%, rgba(240,164,0,1) 51%, rgba(250,211,127,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,223,167,1)), color-stop(50%, rgba(252,193,64,1)), color-stop(51%, rgba(240,164,0,1)), color-stop(100%, rgba(250,211,127,1)));
    background: -webkit-linear-gradient(top, rgba(251,223,167,1) 0%, rgba(252,193,64,1) 50%, rgba(240,164,0,1) 51%, rgba(250,211,127,1) 100%);
    background: -o-linear-gradient(top, rgba(251,223,167,1) 0%, rgba(252,193,64,1) 50%, rgba(240,164,0,1) 51%, rgba(250,211,127,1) 100%);
    background: -ms-linear-gradient(top, rgba(251,223,167,1) 0%, rgba(252,193,64,1) 50%, rgba(240,164,0,1) 51%, rgba(250,211,127,1) 100%);
    background: linear-gradient(to bottom, rgba(251,223,167,1) 0%, rgba(252,193,64,1) 50%, rgba(240,164,0,1) 51%, rgba(250,211,127,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdfa7', endColorstr='#fad37f', GradientType=0 );
}

.avg-time-count{
    float: left;
    font-size: 8px;
    font-weight: bold;
    margin-left: 15%;
}

.livechat-maxisbet{
    margin-top: 10px;
    text-align: left;
    position: relative;
}

.livechat-maxisbet img{
    width: 170px;
    margin-left: -3px;
}

.livechat-text{
    position: absolute;
    top: 15%;
    left: 8%;
    text-shadow: 1px 1px 1px #000;
}

.livechat-maxisbet a:hover .livechat-text{
    margin-top: -5px;
    color: #fedc18;
}

.livechat-maxisbet a:hover img{
    margin-top: -7px;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.75);   
}

.bottom-banner{
    position: fixed;
    bottom: -201px;
    left: 0px;
    width: 100%;
    height: 300px;
    background: url('home/images/background-maxisbet.png');
    z-index: 9000;
}

.bottom-banner-content{
    margin-left: 0px;
}

.bottom-banner .item-bottom{
    float: left;
    width: 19%;
    margin-left:0px;
}

.bottom-banner .item-bottom img{
    
}

.bottom-banner .item-bottom a{
    transition: all .2s ease-in-out;    
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    width: 1024px;
    height: 100px;
    display: block;
}

.bottom-banner .item-bottom a:hover img{
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.75);
}