/*

@font-face {
	font-family: 'ZubiloBlack';
	src: url('../fonts/2EC27B_0_0.eot');
	src: url('../fonts/2EC27B_0_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/2EC27B_0_0.woff2') format('woff2'),
	url('../fonts/2EC27B_0_0.woff') format('woff'),
	url('../fonts/2EC27B_0_0.ttf') format('truetype');
}*/


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	outline: none;
	
}


body{
	font-family: Helvetica,'Helvetica Neue',Arial,sans-serif;
	min-height: 100%;
	height: 100%;
	padding: 0 !important;
	min-width: 320px;
  	margin-top: 136px;
}



::-moz-selection { /* Code for Firefox */
    background: #1173c0;
    color: white;
}

/*::selection {
	color: white;
   background: #1173c0;
}*/

.table{
	font-size: 16px;
}
.table-small{
	font-size: 14px;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.float-none{
	float: none;
}

.div-center{
	display: block;
	margin: 0 auto;
}

.white{
	color: white;
}

.black{
	color: black;
}

.ac-card.open .plus {
	background-position: 0px -10px;
	background-repeat: no-repeat;
}

.text-red{
	color: #FE1E1F;
}


.ac-card .detiels p {
	display: none;
	margin: 0px;
	padding: 0 0px 20px 20px;
}

a{
	color: #FE1E1F;
}
a:hover{
	color: #319521;
	text-decoration: underline;
}

.site-logo{
  font-size: 50px;
  font-family: 'ZubiloBlack';
  line-height: 50px;
  text-transform: uppercase;
}

a.logo{
 	text-decoration: none;
 }

.mega-red{
	color: #FE1E1F;
}

.moolah-green{
	color: #319521;
}
.com{
	color: #F2C422;
}

.btn-black{
	background: #222222;
	color: #fff;
}
.btn-black:hover,
.btn-black:focus
{
	color: #fff;
	background: #000;
}
.modal-header{
	background: #1f1f1f;
	color: #fff;
	font-size: 18px;
}

.wrapper{
	margin-bottom: 30px;
}

#content{
	margin-bottom: 30px;
}

#accordion .panel{
	margin-bottom: 5px;
}

h1{
	font-size: 1.8em;
	color: black;
	font-weight: bold;
	margin-bottom: 30px;
}

h2{
	color: #fff; /* text color */
	font-size: 30px;
	font-weight: bold;
	text-shadow: -1px 0 4px rgba(0,0,0,.75); /* drop shadow */

}

h3{
	font-size: 48px;
	color: #fd2c2c;
	font-weight: bold;
	margin-bottom: 30px;
}

h4{
	font-size: 28px;
	color: #fd2c2c;
	font-weight: bold;
	margin-bottom: 30px;
}

p{
	font-size: 18px;
	color: #525252;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-weight: 300;
}

div.p{
	font-size: 18px;
}

ul, ol{
  font-size: 18px;
  line-height: 1.5em;
  list-style-position: inside;
  color: #525252;
}
ul ul, 
ol ol{
	margin-left: 30px;
}

.no-padding{
	padding: 0;
}

.logo{
	position: relative;
	overflow: hidden;
	max-width: 480px;
	display: block;
}
.tab-pane{
	position: relative;
}
.win-time{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	color: #999;
}


.top-bar{
	background: #000;	
	padding: 5px 0 0 0;
}

.video-container{
	background: rgba(10,10,10,0.2);
	border-radius: 10px;
	padding: 25px;
	margin-top: 25px;
	margin-left: 30px;
	max-width: 350px;
}
.video-container h4{
	color: white;
	font-size: 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
}
.video-container p{
	color: white;
	margin: 0;
	font-weight: normal;
}
.video-container p a{
	text-decoration: none;
}
iframe{
	border:none;
}

@media (max-width: 768px){

	.top-bar .navbar-right {
	  float: right;
	  margin: 0;
	  padding: 0;
	 
	}

	
	.top-bar .input-group
	{	
		width: 40%;
		float:left;
	}
	.top-bar .form-group{
		float:left;
		margin-left: 10px;
	}
}


header{
	border-bottom: 1px solid #222222;
}
header .navbar-inverse {
  border-radius: 0;
}
header .navbar {
	margin-bottom: 0;
}



header nav .container  ul {
  margin-top: 8px;
}

header nav .container  ul li{
	display: inline-block;
	margin-right: 25px;
	position: relative;
	font-size: 16px;
}

header nav .container   ul li:last-of-type{
	margin-right: 0;
}

header nav .container  ul li a{
	line-height: 30px;
	padding: 0;
}

header nav .container ul.nav ul.dropdown-menu a{
	padding: 10px;
	background: none;
}	



header nav .container  ul li.active a,
header nav .container  ul li a:hover,
header nav .container  ul li a:active,
header nav .container  ul li a:focus{
	color: #91d422 !important;
	background: transparent !important;
}

.sticky-header {
    position:fixed;
    top:0;
    z-index: 99999;
    width: 100%;
    right: 0;
    left: 0;
    bottom: auto;
}


header .navbar-right {
  float: right !important;
  margin:0;
  padding-right: 0;
  /*margin-right: -15px;*/
}

header .search input,
header .search button
{
	background: #222;
	border: 1px solid #444;
	color:#565656;
	font-weight: normal;
}

header .search button:hover{
	background: #222;
	border-color: #444;
}

.search input::-webkit-input-placeholder { color:#565656;; }
.search input::-moz-placeholder { color:#565656;; } /* firefox 19+ */
.search input:-ms-input-placeholder { color:#565656;; } /* ie */
.search input:-moz-placeholder { color:#565656;; }


section.info{
	background-color: white;
}

section.info .container .row{
	padding-top: 70px;
	padding-bottom: 50px;
}

section.info .container .row .col-md-6 img{
	margin-top: 100px;
}

div.play{
	background-color: #1f1f1f;
	/* background-image: url(https://5f3zptwn.tinifycdn.com/assets/img/megamoolah-bg.jpg); */
	background-image: url(../img/megamoolah-bg.jpg);
}

div.play .container .row,
section.jackpots .container .row{
	padding-top: 70px;
	padding-bottom: 60px;
}

section.jackpots{
	background-color: white;
}
.slider-bottom{
	height: 17px;
	/* background: white url(https://5f3zptwn.tinifycdn.com/assets/img/slider-bottom.png); */
	background: white url(../img/slider-bottom.png);
	margin-bottom: 20px;
}


section.mobile{
	background-color: #1f1f1f;
}

section.mobile .container .row{
	padding-top: 70px;
	padding-bottom: 90px;
}



section.connect,
.faqButton{
	background: #F5F5F5;
}

.faq-question{
	font-size: 18px;
   font-family: 'Open Sans', sans-serif;
   line-height: 22px;
}

.onLeft{

}

.faqButton{
	border: none;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	padding-left: 10px;
	margin-right: 0;
}

.faqButton .plus{
	margin-left: -10px;
}

section.connect .container .row{
	padding-top: 70px;
	padding-bottom: 130px;
}

section.connect .container .row .contact{
	padding: 0;
}

section.connect .container .row input,
section.connect .container .row textarea,
.modal input,
.modal textarea{
	width: 100%;
	
	padding: 10px;
	color: #7d6e25;
	font-size: 15px;
	font-weight: bold;
}

.jumbotron{
	background-color: transparent;
	padding: 0;
}

.container .jumbotron, .container-fluid .jumbotron{
	padding: 0;
}

section.connect .container .row textarea,
.modal textarea{
	margin-top: 15px;
	margin-bottom: 15px;
	height: 150px;
}

section.connect .container .row .contact .first,
.modal .first{
	padding-right: 5px;
}

section.connect .container .row .contact .second,
.modal .second{
	padding-left: 5px;
}

section.connect .container .row .contact input::-webkit-input-placeholder,
section.connect .container .row .contact textarea::-webkit-input-placeholder,
.modal input::-webkit-input-placeholder,
.modal textarea::-webkit-input-placeholder{
	color: #7d6e25;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

section.connect .container .row .contact input:-moz-placeholder,
section.connect .container .row .contact textarea:-moz-placeholder,
.modal input:-moz-placeholder,
.modal textarea:-moz-placeholder {
	color: #7d6e25;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

section.connect .container .row .contact input::-moz-placeholder,
section.connect .container .row .contact textarea::-moz-placeholder,
.modal input::-moz-placeholder,
.modal textarea::-moz-placeholder {
	color: #7d6e25;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

section.connect .container .row .contact input:-ms-input-placeholder, 
section.connect .container .row .contact textarea:-ms-input-placeholder,
.modal input:-ms-input-placeholder, 
.modal textarea:-ms-input-placeholder {  
	color: #7d6e25;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

section.connect .container .row .contact button,
.modal .modal-footer button{
	width: 158px;
	text-transform: uppercase;
	height: 32px;
	font-size: 15px;
	color: #fec900;
	font-weight: bold;
	border: none;
	margin-top: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #053b69; /* layer fill content */
}

section.connect .container .row .contact button:hover,
.modal .modal-footer button:hover{
	background-color: #074b82;
}

.modal-open .modal{
	padding-top: 50px;
}

.hover-pop{
	position: absolute;
	background-color: white;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-radius: 5px;
	bottom: 0px;
	left: 50%;
	z-index: -2;
	opacity: 0;
	margin-left: -195px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.play-pop:hover .hover-pop{
	opacity: 1;
	z-index: 999;
}

section.main-banner .container .row .button-download:hover .hover-pop{
	display: block;
}

.play-pop{
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 350px;
}

.zigzag{
	/* background: #fff url('https://5f3zptwn.tinifycdn.com/assets/img/zigzag.png') top repeat-x; */
	background: #fff url('../img/zigzag.png') top repeat-x;
	height: 17px;
}
footer{
	background:  #F0C92E;
	color: #525252;
}

footer h4, footer a{
	color: #525252;
	font-weight: normal;
}

footer .container .row{
	padding-top: 50px;
	padding-bottom: 20px;
}

footer .container .row .subscribe{
	background-size: 100% 100%;
	padding: 41px 0;
	margin-bottom: 40px;
}

footer .container .row .subscribe input{
	font-size: 15px;
	color: #979797;
	padding: 4px;
	border: none;
	width: 100%;
}

footer .container .row .subscribe input::-webkit-input-placeholder{
	font-size: 15px;
	color: #979797;
	text-transform: uppercase;
}

footer .container .row .subscribe input:-moz-placeholder{
	font-size: 15px;
	color: #979797;
	text-transform: uppercase;
}

footer .container .row .subscribe input::-moz-placeholder{
	font-size: 15px;
	color: #979797;
	text-transform: uppercase;
}

footer .container .row .subscribe input:-ms-input-placeholder{  
	font-size: 15px;
	color: #979797;
	text-transform: uppercase;
}


footer .container .row .subscribe button{
	width: 158px;
	text-transform: uppercase;
	height: 32px;
	font-size: 15px;
	color: black;
	font-weight: bold;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fec900; /* layer fill content */
}


footer .container .row .subscribe button:hover{
	background-color: #fcd543;
}

footer .container .row p,
footer .container .row p a{
	margin-bottom: 0;
}


/* subpage */


section.main-content .container .row{
	padding-top: 50px;
	padding-bottom: 50px;
}


section.main-content .container .row h3.heading{
	margin-bottom: 10px;
}


section.main-content .container .row p.bread-crumb{
	color: #a8a8a8;
	text-transform: uppercase;
}

section.main-content .container .row img.el{
	padding-right: 40px; 
}

.show{
	
}

.close-icon{
	display: block;
}

.jackpot-img{
	height: 80px;
	float:left;
	margin: 5px;
}
.jackpot-name{
	font-size: 16px;
	padding-top: 20px;
	line-height: 20px;
}
.jackpot-amount{
	font-size: 15px;
	color: #008200;
}
.page-jackpot{
	display: block;
	padding-top: 5px;
	color: #2AA421;	
}
.page-jackpot .jackpot-amount{
	color: #2AA421;
}

.aside-list li.jackpot{
	list-style: none !important;
	background: none;
	padding: 5px;
	display: block;
	min-height: 100px;
	color: black;
	text-align: right;
	padding-right: 30px;
	padding-left: 10px;
}

.press caption{
	color: black;
}
.press td{
	text-align: center;
	padding: 10px 15px;
}
.press img{
	display: inline-block;
}

caption, .caption{ color: black; padding: 5px 0; font-size: 16px;}
/* media queries */

.breadcrumb{
	font-size: 14px;
}
.post{
	margin-bottom:20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	padding: 19px 19px 23px;
}

.subscribe p{
	line-height: 1.2em;
}
.chance p{
	margin-bottom: 15px;
	font-size: 14px;
}
.chance p strong a{
	font-size: 17px;
	color: #525252;
	text-decoration: none;
}
/*.chance p a:hover{
	color: #563f7b;
}
*/
.chance div{
	margin-bottom: 5px;
}
.chance {
	padding-bottom: 5px;
	position: relative;
}
.ad-cnt{
	padding-top: 20px; 
	margin-top: -10px;
	position: relative;
}

.ad:after {
    content: "Ad";
    position: absolute;
    top: 10px;
    right: 15px;
    color: green;
    border: 1px solid green;
    border-radius: 5px;
    padding: 0px 3px;
    font-size: 10px;
    line-height: 15px;
  }

.ad-white:after{
 	color: white;
 	border-color: white;
}

.twit-bl, .you-bl{
		height: 70px;
	}

.nav-tabs li{
	font-size: 16px;
}
p.chance-title{
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 1400px){

	section.main-banner .container .row .col-md-9,
	section.main-banner .container .row .col-md-8{
		width: 50%;
	}

	section.main-banner .container .row .counter{
		padding: 40px 0;
		background-position: top;
		font-size: 30px;
		background-size: 67% 100px;
		margin-bottom: 00px;
	}

}


@media only screen and (max-width: 1200px) {

	.search {
		display: none !important;
	}

	.nav-tabs > li > a{
		padding: 10px 10px;
	}

	.aside-list li.jackpot {
		padding-left: 0;
		padding-right: 10px;
	}
	.jackpot img{
		margin-left:0;
	}



}

@media (max-width: 992px) {

	.nav-tabs > li > a{
		padding: 10px 15px;
	}

	

}

@media only screen and (max-width: 992px) {

	header .container .row nav ul li{
		margin-right: 20px;
	}

	section.main-banner .container .row .col-sm-9,
	section.main-banner .container .row .col-sm-8{
		width: 66.6666667%;
	}
	header .download, header .more-info{
		display: none;
	}
	header .search{
		display: none !important;
	}




}



@media only screen and (max-width: 768px) {

	
	section.main-banner .container .row .counter{
		font-size: 32px;
		margin-bottom: 10px;
	}

	.onLeft{
		display: table;
	}

	.faqButton .plus{
		margin-left: 0;
	}

	.ac-card .detiels p{
		padding: 0 0 20px 30px;
	}

	h2{
		font-size: 24px;
	}

	section.main-content .container .row img.el{
		padding: 0;
		width: 100%;
	}

	section.main-banner .container .row{
		
	}

	section.info .container .row,
	section.play .container .row,
	section.jackpots .container .row,
	section.mobile .container .row,
	section.connect .container .row{
		padding: 50px 0;
	}

	.modal-open .modal{
		padding-top: 70px;
	}

	section.info .container .row .col-md-6 img{
		margin-top: 20px;
	}

	section.connect .container .row .contact .first,
	.modal .first{
		padding-right: 15px;
		margin-bottom: 15px;
	}

	section.connect .container .row .contact .second,
	.modal .second{
		padding-left: 15px;
	}

	section.connect .container .row .contact button,
	footer .container .row .subscribe button{
		width: 100%;
		height: 45px;
	}

	footer .container .row .subscribe .col-md-5{
		margin-bottom: 15px;
	}

	footer .container .row .subscribe{
		background-image: none;
	}

	footer .container .row .subscribe{
		margin-bottom: 0;
		padding-bottom: 20px;
		padding-top: 0;
	}

	footer .container .row .subscribe h4{
		margin-bottom: 20px;
	}

	footer .container .row{
		padding: 20px 0;
	}

	

	.videoPlayButton{
		width: 90px;
		margin-left: -45px;
		margin-top: -40px;
	}

	header .container .row nav ul li{
		display: list-item;
		width: 100%;
	}

	header .container .row nav,
	header .container .row nav ul{
		width: 100%;
	}

	header .container .row nav ul li a{
		width: 100%;
		font-size: 16px;
		padding: 5px 0px;
	}

	header .container .row nav ul li.active:after{
		display: none;
	}

	header .container .row {
		padding: 15px;
	}

	header .container .row .mobile-menu{
		margin-top: 6px;
	}

	header .container .row nav{
		display: none;
	}


	.no-padding-sm{
		padding: 0 !important;
	}

	.padding-yes{
		padding: 15px !important;
	}


	section.main-banner .container .row .col-sm-9,
	section.main-banner .container .row .col-sm-8{
		width: 83.3333333%;
	}

	section.main-banner .container .row .counter{
		padding-top: 40px;
		padding-bottom: 0;
		height: 100px;
		font-size: 30px;
		width: 80%;
		background-size: 90% 100px;
		margin-bottom: 20px;
	}

	.post{
		border-top: none;
	}

	



}

.img-flag{
	height: 55px;
}
.tip{
	position: relative;
}
.tip:hover{
	text-decoration: none;
}
.help{
	font-size: 14px;
	background: silver;
	border-radius: 50%;
	position: absolute;
	right: 20%;
	top: 10px;
	padding: 0 5px;
	color: black;
}
.tooltip-inner{
	color: #000;
	background-color: #cecece;
	font-weight: normal;
	min-width: 100px;
} 
.tooltip.top .tooltip-arrow{
	border-top-color: #cecece;
}

@media only screen and (max-width: 972px) {


	header .button{
		line-height: 50px;
	}
	.img-flag{
		height: 50px;
	}


}



@media only screen and (max-width: 667px) {
	.jackpot-block{
		font-size: 35px;
	}
	
}
@media only screen and (max-width: 620px) {
	.tip.accepted{
		display: none;
	}
}


@media only screen and (max-width: 492px) {
	
	header .button{
		line-height: 40px;
		margin-top: 5px;

	}
	.img-flag{
		margin-top: 5px;
		height: 40px;
		width: 40px;
	}		
	.jackpot-block{
		font-size: 30px;
	}

	body{
		margin-top: 120px;
	}
	

}

@media only screen and (max-width: 420px) {

	.jackpot-block{
		font-size: 25px;
	}

	/*header .button{
		line-height: 28px;
		padding: 0 5px;
	}*/

	
	.help{
		top: 4px;
	}

	.nav-tabs > li > a{
		padding: 10px 10px;
	}
	body{
		margin-top: 110px;
	}

	
}
@media only screen and (max-width: 380px) {

	.container{
		padding-left: 10px;
		padding-right: 10px;
	}

	header .button{
		line-height: 35px;
		margin-top: 5px;

	}
	.img-flag{
		margin-top: 5px;
		height: 35px;
		width: 35px;
	}	
	
	.jackpot-block{
		font-size: 21px;
	}
	
	
}

/********************** from mobilecasino *************/


.carousel a{
	color: #fff;
	text-decoration: underline;
}

.carousel-control {
	width: 3%;
}
.carousel-control.left,
.carousel-control.right{
	background: none;
}
.carousel-inner{
	padding: 0;
	
}

.carousel-indicators {
  bottom: 0px;
}

.slide img{
	margin: 0;
}
.slide .caption h3{
	font-size: 35px;
	margin-bottom: 20px;
	color: white;
}
.slide .subtitle{
	font-size: 20px;
	line-height: 28px;
	color: #319521;
	margin: 0 0 10px;
	font-weight: bold;
	text-shadow: 1px 1px #333;	
}
.slide .our-info{
	color: white;
	padding-bottom: 20px;
}

.carousel-indicators li{
	 width: 20px;
 	 height: 20px;
 	 margin: 4px;
 	 background: #319521;
}

.carousel-indicators .active { 
  width: 20px;
  height: 20px;
  margin: 4px;
  background: #FE1E1F;
}



.small .carousel-inner{
	min-height: 120px;

}

.small .caption{
	color: white;
	font-size: 20px;
	padding:48px 0;
	text-align: left;
}

.small img{
	width: 99px;
	height: 99px;
	margin-left: auto;
	margin-right: auto;
}


.breadcrumb{
	background: none;
	padding: 0;
}

.navbar-right li span{
	line-height: 30px;
}

.jackpot{
	line-height: 30px;
	color: white;
	font-weight: bold;
}
.navbar .jackpot_currency, .navbar .amt, .progressive-jackpot-ticker{
	color: yellow;
}

.post .amt, .post .jackpot_currency{
	color: #2AA421;
}
.table .amt{
	color: #333333 ;
}


/* glossy buttons */
.button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  min-width: 96px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 20px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #154c86;
  background-color: #247edd;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #1c65b2 #18589c #18589c;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  font-family: 'ZubiloBlack';
}
.button:before {
  content: '';
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -20%;
  right: -20%;
  border-radius: 50%;
  background: transparent;
  -webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);  
}
.button:hover {
  background-color: #1a74d3;
  color: #ffffff;
  text-decoration: none;
}
.button:focus{
  color: #ffffff;
  text-decoration: none;
}
.button:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px #154c86;
  background: #1f71c8;
  border-color: #113f70 #154c86 #1c65b2;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}
.button:active:before {
  top: -50%;
  bottom: -125%;
  left: -15%;
  right: -15%;
  -webkit-box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
}

.button-green {
  text-shadow: 0 1px #0d4d09;
  background-color: #1ca913;
  border-color: #147b0e #11640b #11640b;
}
.button-green:hover {
  background-color: #159b0d;
}
.button-green:active {
  text-shadow: 0 -1px #0d4d09;
  background: #189210;
  border-color: #093606 #0d4d09 #147b0e;
  background-image: -webkit-linear-gradient(top, #126d0c, #20c016);
  background-image: -moz-linear-gradient(top, #126d0c, #20c016);
  background-image: -o-linear-gradient(top, #126d0c, #20c016);
  background-image: linear-gradient(to bottom, #126d0c, #20c016);
}

.button-red {
  text-shadow: 0 1px #72100d;
  background-color: #cd1d18;
  border-color: #9f1713 #891310 #891310;
}
.button-red:hover {
  background-color: #c01511;
}
.button-red:active {
  text-shadow: 0 -1px #72100d;
  background: #b61a15;
  border-color: #5b0d0b #72100d #9f1713;
  background-image: -webkit-linear-gradient(top, #921511, #e4201b);
  background-image: -moz-linear-gradient(top, #921511, #e4201b);
  background-image: -o-linear-gradient(top, #921511, #e4201b);
  background-image: linear-gradient(to bottom, #921511, #e4201b);
}

.button-lg{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	line-height: 55px;
    padding: 0 20px;
    font-size: 26px;
    height: 55px;
}
.play-standart .button{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.shine{
	position: absolute;
	display: block;
	overflow: hidden;
	margin-left: -24px;
	margin-right: -24px;
	/*width: 300px;*/
	height: 80px;
	/* background: url('https://5f3zptwn.tinifycdn.com/assets/img/button-shine.png') right center no-repeat; */
	background: url('../img/button-shine.png') right center no-repeat;
}
.legendColorBox{
	padding: 0 5px;
}
.top-buttons{
	padding-top: 10px;
	position: relative;
	
}
.more-info{
	color: white;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
	font-family: 'Times new Roman', serif;
    float:left;
    font-size: 22px;
    margin-top: 30px;
    margin-right: 2px;
}
/*
a.more-info:hover{
	color: red;
}*/


a.more-info:hover .glyphicon{    
	color: white;
    background: red;
    border-radius: 50%;
    
    line-height: 21px;
}

.foot-menu{
	padding-bottom: 30px;
	overflow: hidden;
	font-size: 13px;
  	color: #2c2c2c;
}

.news-images img,
.demo-items img {
	margin-bottom: 20px;
}
.show-all{
	font-size: 16px;
}

.demo-items h5{
	font-size: 16px;
	text-align: center;
}

#loader {
    display: none;
    height: 100%;
    text-align: center;
    z-index: 2000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /* background: #E0E0E0 url(https://5f3zptwn.tinifycdn.com/assets/img/ajax-loader.gif) center center no-repeat; */
    background: #E0E0E0 url(https://5f3zptwn.tinifycdn.com/assets/img/ajax-loader.gif) center center no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.rel-block{
	display:block;
	position: relative;
}
.rating{
	position: absolute;
	right: 7px;
  bottom: 23px;
}

#exit-popup{
	padding-top: 8%;
}
#exit-popup .modal-body{
	/* background: #663399 url('https://5f3zptwn.tinifycdn.com/assets/img/exit/zc_800x500_170217_80chancesexitpop-backgroundlayer.jpg'); */
	background: #663399 url('https://5f3zptwn.tinifycdn.com/assets/img/exit/zc_800x500_170217_80chancesexitpop-backgroundlayer.jpg');
	background-size: cover;
	border-radius: 12px;
}	
#exit-popup .modal-content {
	border-radius: 14px;
	-webkit-box-shadow: 0 0 15px 0 rgba(255,255,255,1) ; 
	box-shadow: 0 0 15px 0 rgba(255,255,255,1) ; 
	max-width: 802px;

}
#exit-popup .modal-content::after	 {
	content:"";
	position:absolute;
	z-index:-1;
	width:calc(100% + 6px);
	height:calc(100% + 6px);
	top:-3px;
	left:-3px;
	background: -moz-linear-gradient(bottom, #ae6518 14%, #ffa91d 52%, #fff696 95%);
	background: -webkit-linear-gradient(bottom, #ae6518 14%, #ffa91d 52%, #fff696 95%); 
	background: -ms-linear-gradient(bottom, #ae6518 14%, #ffa91d 52%, #fff696 95%);
	background: -o-linear-gradient(bottom, #ae6518 14%, #ffa91d 52%, #fff696 95%);
	 background: linear-gradient(to top, #ae6518 14%, #ffa91d 52%, #fff696 95%); 
	 -webkit-border-radius: 12px 12px 12px 12px; 
	border-radius: 12px 12px 12px 12px;
}


#exit-popup h4.modal-title{
	text-align: center;
	color: #fff;
}	
#exit-popup button.close {
	background: red;
	color: white;
	border-radius: 9px;
	padding: 0 4px;
	line-height: 20px;

}
#exit-popup button.close span {
	color: white;
	vertical-align: baseline;
}
#exit-popup img{
	margin-right: auto;
	margin-left: auto;
}
#exit-popup table{
	margin-left: auto;
	margin-right: auto;
}

/*** bottom add **/
.close-ad{
	border: 1px solid black;
  padding: 3px 6px;
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  right: 5px;
  top: -25px;
  color: black;
  border-radius: 4px;
}	

  .mm-jackpot-bar {
	  display: block;
	  font-family: 'Roboto', sans-serif;
	  z-index: 9;
	  position: fixed;
	  bottom: 0;
	  width: 100%;
	  height: 70px;
	  background: rgba(91, 94, 104, 1);
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  }

  .mm-jackpot-bar__listing {
      display: table;
      width: 100%;
      max-width: 768px;
      height: 70px;
      margin: auto;
      padding: 0;
  }

  .mm-jackpot-bar__listing li {
      display: table-cell;

      padding: 0 2px;

      text-align: center;

      vertical-align: middle;
  }

  .mm-jackpot-bar__listing li:nth-of-type(1) { max-width: 20%; }
  .mm-jackpot-bar__listing li:nth-of-type(1) img { max-width: 100%; }
  .mm-jackpot-bar__listing li:nth-of-type(2) {
      color: rgba(255, 255, 255, 1);
      font-size: 23px;
      font-weight: bold;
      line-height: 26px;
      text-align: center;
      text-transform: uppercase;
  }

  .mm-jackpot-bar__title {
      display: block;

      color: rgba(255, 255, 255, 1);
      font-size: 13px;
      font-weight: normal;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase;
  }
  .mm-jackpot-bar .note{
  	font-size: 12px;
  	color: #b8bcbf;
  	text-align: center;
  	display: block;
  	line-height: 14px;
  }

.post  .nav-pills > li > a
{
	padding: 0;
}

.alert-cookie{
	margin-top:0; 
	background: #ffffcc;
	margin-bottom: 20px !important;
}

aside.col-md-4 {
	padding-right: 0;
}
.grecaptcha-badge{
	/*display: none;*/
}
  @media (max-width: 768px) {
  	      .foot-menu{
      	padding-bottom: 55px;
      }
   }


  @media (max-width: 479px) {
      .mm-jackpot-bar__title {
          font-size: 12px;
      }


      .mm-jackpot-bar .progressive-jackpot-ticker {
          font-size: 20px;
      }
  	.mm-jackpot-bar .note{
  		font-size: 9px;

  	}
      
  }
  @media (max-width: 370px) {
  	.mm-jackpot-bar .button{
  		padding:5px;
  		font-size: 16px;
  		word-spacing: 0px;
  		line-height: 20px;
  	}
  }

@media screen and (min-width: 768px) {
.mm-jackpot-bar { display: none; }
}

@media screen and (min-width: 1367px) {
      .mm-jackpot-bar { display: none; }
  }
