
@font-face {
    font-family: 'neutra';
    src: url('/fonts/neutradisplay-bold-webfont.eot');
    src: url('/fonts/neutradisplay-bold-webfont.woff') format('woff'),
         url('/fonts/neutradisplay-bold-webfont.ttf') format('truetype'),
         url('/fonts/neutradisplay-bold-webfont.svg#neutra_displaybold') format('svg'),
		 url('/fonts/neutradisplay-bold-webfont.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neutra';
	src: url('/fonts/neutradisplay-titling-webfont.eot');
    src: url('/fonts/neutradisplay-titling-webfont.woff') format('woff'),
         url('/fonts/neutradisplay-titling-webfont.ttf') format('truetype'),
         url('/fonts/neutradisplay-titling-webfont.svg#neutra_displaytitling') format('svg'),
		 url('/fonts/neutradisplay-titling-webfont.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

body {
	background-color: #000;
	background-image: url('/images/body-back.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: arial, helvetica, sans-serif;
}

a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus{
	outline: 0 !important;
}

a{
	color: #1f4d1b;
}

a:hover, a:active, a:focus{
	color: #80a87d;
}

.clearFloats {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0 0;
	padding: 0;
}

.pageWrapper{
	padding-top: 85px;
	background-color: #fff;
}

#header .container{
	position: relative;
}

.navbar-brand {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: -10px;
    left: 0;
}

.navbar-brand img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 240px;
	height: auto;
}

.navbar-brand img.smallest{
	width: 160px;
	height: auto;
}

.pageWrapper{
	-moz-box-shadow: 	0 0 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	box-shadow: 		0 0 20px rgba(0,0,0,0.3);
}

.navbar-inverse .navbar-nav > li {
	border-bottom: none;
}

.navbar-inverse .navbar-nav > li:last-child {
	border-bottom: none;
} 

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li {
	transition: all 200ms linear 0s;
}

.scroll-fixed-navbar .navbar-nav > li > a {
    color: #fff;
}

.scroll-fixed-navbar .navbar-nav > li > a:hover, .scroll-fixed-navbar .navbar-nav > li.active > a, .scroll-fixed-navbar .navbar-nav > li.active > a:hover {
	color: #ffcc00;
}

.scroll-fixed-navbar .nav a:focus {
    color: #ffcc00 !important;
}

.scroll-fixed-navbar {
	padding: 20px 0 0 0;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}

.ticker {
	width: 100%;
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 22px;
	padding: 0 5px;
	height: 22px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	background-color: #1f4d1b;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.ticker strong{
	color: #f9da00;
}

.ticker div {
	display: inline-block;
	word-wrap: break-word;
}

.bottomBox{
	padding-bottom: 40px;
}

.footer-bottom {
	margin-top: 0px;
}

.paymentmethods-bg {
	background-image: url("/images/parallax-money.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 30px 0 !important;
	margin: 30px 0 15px;
}

.paymentMethods .owl-carousel-item img {
	width: 100%;
	height: auto;
}

.paymentMethods .owl-controls{
	display: none !important;
}

.paymentMethods .owl-carousel-item {
    margin: 0 3px 10px;
    padding: 5px;
    text-align: center;
    position: relative;
    background-color: #fff;
	-webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 6px 4px -4px rgba(0, 0, 0, 0.3);
	box-shadow:         0 6px 4px -4px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

a.scroll-up {
	background-color: #386733;
}

.scroll-fixed-navbar {
	background-color: #0b4d03;
	background-image: url('/images/nav-back.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#header ul.nav > li > a{
	font-family: neutra, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase !important;
}

h1, h2, h3, h4, h5{
	font-family: neutra, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase !important;
	font-weight: bold;
	color: #1f4d1b;
}

#ndxTopCarousel .item img{
	display: block;
	width: 100%;
	height: auto;
}

.rosWrapper{
	padding-top: 40px;
}

.custBtn{
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	padding:10px;
	z-index:2;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.custBtnWrapper {
	display: inline-block;
	background:rgba(0,0,0,0.3);
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #9c9c9c;
	-moz-box-shadow: inset 0px 1px 1px #9c9c9c;
	-o-box-shadow: inset 0px 1px 1px #9c9c9c;
	box-shadow: inset 0px 1px 1px #9c9c9c;
}

.custBtn:active {
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	top:1px;
}

.custBtnGreen {
	background-color:#1f4d1b;
	color:#fff;
	border: solid 1px #093005;
	background-image: linear-gradient(bottom, #173f13 0%, #2e5f29 100%);
	background-image: -o-linear-gradient(bottom, #173f13 0%, #2e5f29 100%);
	background-image: -moz-linear-gradient(bottom, #173f13 0%, #2e5f29 100%);
	background-image: -webkit-linear-gradient(bottom, #173f13 0%, #2e5f29 100%);
	background-image: -ms-linear-gradient(bottom, #173f13 0%, #2e5f29 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #173f13),color-stop(1, #2e5f29));
	-webkit-box-shadow: inset 0px 1px 0px #4e8349;
	-moz-box-shadow: inset 0px 1px 0px #4e8349;
	box-shadow: inset 0px 1px 0px #4e8349;
}

.custBtnGreen:hover, .custBtnGreen:active, .custBtnGreen:focus {
	color:#fff;
}

.custBtnGreen:active {
	background-image: linear-gradient(bottom, #2e5f29 0%, #173f13 100%);
	background-image: -o-linear-gradient(bottom, #2e5f29 0%, #173f13 100%);
	background-image: -moz-linear-gradient(bottom, #2e5f29 0%, #173f13 100%);
	background-image: -webkit-linear-gradient(bottom, #2e5f29 0%, #173f13 100%);
	background-image: -ms-linear-gradient(bottom, #2e5f29 0%, #173f13 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2e5f29),color-stop(1, #173f13));
}

.custBtnGold {
	background-color:#f3d000;
	color:#fff;
	border: solid 1px #bf9406;
	background-image: linear-gradient(bottom, #c9ac02 0%, #f8dc33 100%);
	background-image: -o-linear-gradient(bottom, #c9ac02 0%, #f8dc33 100%);
	background-image: -moz-linear-gradient(bottom, #c9ac02 0%, #f8dc33 100%);
	background-image: -webkit-linear-gradient(bottom, #c9ac02 0%, #f8dc33 100%);
	background-image: -ms-linear-gradient(bottom, #c9ac02 0%, #f8dc33 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #c9ac02),color-stop(1, #f8dc33));
	-webkit-box-shadow: inset 0px 1px 0px #8fe886;
	-moz-box-shadow: inset 0px 1px 0px #8fe886;
	box-shadow: inset 0px 1px 0px #8fe886;
}

.custBtnGold:hover, .custBtnGold:active, .custBtnGold:focus {
	color:#fff;
}

.custBtnGold:active {
	background-image: linear-gradient(bottom, #f8dc33 0%, #c9ac02 100%);
	background-image: -o-linear-gradient(bottom, #f8dc33 0%, #c9ac02 100%);
	background-image: -moz-linear-gradient(bottom, #f8dc33 0%, #c9ac02 100%);
	background-image: -webkit-linear-gradient(bottom, #f8dc33 0%, #c9ac02 100%);
	background-image: -ms-linear-gradient(bottom, #f8dc33 0%, #c9ac02 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #f8dc33),color-stop(1, #c9ac02));
}

.custBtnPurple {
	background-color:#a939a9;
	color:#fff;
	border: solid 1px #8b198b;
	background-image: linear-gradient(bottom, #a939a9 0%, #c563c5 100%);
	background-image: -o-linear-gradient(bottom, #a939a9 0%, #c563c5 100%);
	background-image: -moz-linear-gradient(bottom, #a939a9 0%, #c563c5 100%);
	background-image: -webkit-linear-gradient(bottom, #a939a9 0%, #c563c5 100%);
	background-image: -ms-linear-gradient(bottom, #a939a9 0%, #c563c5 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #a939a9),color-stop(1, #c563c5));
	-webkit-box-shadow: inset 0px 1px 0px #f384f3;
	-moz-box-shadow: inset 0px 1px 0px #f384f3;
	box-shadow: inset 0px 1px 0px #f384f3;
}

.custBtnPurple:hover, .custBtnPurple:active, .custBtnPurple:focus {
	color:#fff;
}

.custBtnPurple:active {
	background-image: linear-gradient(bottom, #c563c5 0%, #a939a9 100%);
	background-image: -o-linear-gradient(bottom, #c563c5 0%, #a939a9 100%);
	background-image: -moz-linear-gradient(bottom, #c563c5 0%, #a939a9 100%);
	background-image: -webkit-linear-gradient(bottom, #c563c5 0%, #a939a9 100%);
	background-image: -ms-linear-gradient(bottom, #c563c5 0%, #a939a9 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #c563c5),color-stop(1, #a939a9));
}

.custBtnLG{
	font-size:24px;
}

.custBtnPromos{
	font-size:18px;
}

.custBtnNDX{
	text-align: center;
	font-family: neutra, Helvetica, Arial, sans-serif !important;
	font-size: 40px;
	padding: 15px 20px 20px 20px;
}

.custBtnNDX:active {
	padding: 16px 20px 19px 20px;
	top:1px;
}


.custBtnNDX span{
	font-size: 24px;
	display: block;
	line-height: 140%;
}

#ndxBannerWrapper{
	position: relative;
}

#ndxPlayNowButtonWrapper{
	position: absolute;
	right: 50px;
	top: 184px;
	z-index: 1000;
}

#ndxPlayNowButtonWrapper strong.redText{
	color: #ffcc33;
}

.gameThumbPicWrapper{
	position: relative;
	width: 100%;
	padding-bottom: 74%;
	height: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #eee;
	border: 1px solid #1f4d1b;
	border-bottom: none;
}

.gameThumbPic{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.gameThumbPic > img{
	width: 100%;
	height: auto;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.gameThumbPic .gameButtonsWrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
	text-align: center;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.gameThumbPic .custBtn{
	padding: 8px 8px;
	font-size: 13px;
	line-height: 15px;
	font-family: neutra, Helvetica, Arial, sans-serif !important;
}

.gameThumbPic .custBtnGold{
	margin-top: 5px;
}

.gameThumbName{
	background-color: #1f4d1b;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
	padding: 0 5px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top: 1px solid #3e7439;
	border-left: 1px solid #3e7439;
	border-right: 1px solid #0b2608;
	border-bottom: 1px solid #0b2608;
}

.gameThumbNameHelp{
	display: block;
	float: right;
}

.gameThumbName a{
	color: #fff;
}

.gameThumbName a:hover, .gameThumbName a:focus, .gameThumbName a:active{
	color: #ffcc33;
}

.tab-content .tab-pane {
	padding: 0;
	border: none;
}

.nav-tabs {
	border: none;
	margin-bottom: 25px;
	text-align: left;
}

.nav-tabs > li, .nav-pills > li {
	float: none;
	display: inline-block;
	margin: -1px;
	border: 1px solid #ccc;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid white;
}

.nav-tabs > li > a {
    color: #000;
    font-weight: bold;
    margin-right: 0px;
    background-color: #FFF;
    border: 0px none;
    border-radius: 0px;
    padding: 10px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.nav-tabs > li > a:hover{
    background-color: #204d1c;
    color: #FFF;
    position: relative;
    border: medium none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #204d1c;
    color: #FFF;
    position: relative;
    border: medium none;
}

.nav-tabs > li.active::after {
    border-color: #204d1c transparent;
}

.progressiveContainer{
	margin-bottom: 15px;
}

.progressiveName{
	text-align: center;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}

.progressivePic{
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.progressiveValue{
	text-align: center;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}

.imgLeft, .imgLeftNoBorder{
	display: block;
	float: left;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 20px 10px 0;
	max-width: 40%;
	height: auto;
}

.imgLeftNoBorder{
	padding: 0;
	border: none;
}

.imgRight, .imgRightNoBorder{
	display: block;
	float: right;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px 20px;
	max-width: 40%;
	height: auto;
}

.imgRightNoBorder{
	padding: 0;
	border: none;
}

img.levelBadge{
	width: 100%;
	height: auto;
}

.trBordered td{
	border-left: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.trBordered td:first-child{
	border-left: none;
	text-align: left;
	font-weight: bold;
}

.trBordered i{
	color: green;
	font-size: 20px;
}

.bottomBox .disclaimer{
	color: #777;
	font-size: 12px;
	line-height: 15px;
	padding-top: 5px;
}

.withdrawalMethod{
	height: 40px;
	width: auto;
	vertical-align: text-bottom;
}

.promoTopNav{
	display: block;
	float: left;
	margin: 5px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.promoTopNav img{
	width: 150px;
	height: 75px;
}

.invisiTarget {
    display: block;    
    position: relative;     
    top: -100px;
    visibility: hidden;
}

div.inlineShareLinks{
	margin: 10px 0 0 0;
}

div.inlineShareLinks .fa-facebook-square{
	font-size: 30px;
	color: #49659f;
}

div.inlineShareLinks .fa-twitter{
	font-size: 30px;
	color: #55acee;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px dotted #1f4d1b;
}

h2.promos{
	margin: 0;
	padding: 20px 0 10px 55px;
	background-image: url('/images/icon-chips-red.png');
	background-repeat: no-repeat;
	background-position: 0 20px;
	font-weight: bold;
}

.simpleCaptcha { display: inline-block; padding: 0.5em; border: 1px solid #acf; border-radius: 5px; background-color: #f9f9ff; margin: 0 0 15px 0; }
.simpleCaptcha p { margin: 0.5em; font-size: 12px; }
.simpleCaptcha .captchaIntro, .simpleCaptcha .refreshCaptcha { float: left; }
.simpleCaptcha .captchaText { font-weight: bold; }
.simpleCaptcha .refreshButton { height: 1.2em; cursor: pointer; position: relative; top: 0.3em; margin-left: 0.2em; }
.simpleCaptcha .refreshButtonText { position: absolute; left: -9999px; }
.simpleCaptcha .captchaImages { clear: left; }
.simpleCaptcha .captchaImage { margin: 0 2px; border: 2px solid transparent; cursor: pointer; }
.simpleCaptcha .simpleCaptchaSelected { border: 2px solid #393; border-radius: 4px; background-color: #cfc; }

.affix-top {
	position: relative;
}

.affix {
	top: 90px;
}

.affix, .affix-bottom {
}

.affix-bottom {
	position: absolute;
}

#footer p {
	line-height: 130%;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0;
}

#footer ul li {
	line-height: 120%;
}

#footer.section {
	padding-top: 50px;
}

.ndxCopy{
	margin-top: 50px;
}

.stick {
	position:fixed;
	top: 90px;
}

#sidebarContent{
	overflow: hidden;
}

.tableStyle{
	width: 100%;
}

.tableStyle td, .tableStyle th {
	margin: 0;
	padding: 3px 6px;
	border-bottom: 1px solid #ddd;
} 

.tableStyle tr:first-child td, .tableStyle tr:first-child th {
	font-weight: bold;
	padding: 6px 9px;
	background-color: #0b4c03;
	font-size: 16px;
	color: #fff;
	border-bottom: none;
} 

.navInfoMessage{
	position: absolute;
	top: -15px;
	right: 30px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.navInfoMessage a, .navInfoMessage a:focus, .navInfoMessage a:active{
	color: #a0bb9d;
	font-size: 11px;
	display: inline-block;
	margin-left: 20px;
}

.navInfoMessage a:hover{
	color: #fff;
}

.navInfoMessage i{
	font-size: 20px;
}

#ndxHeaderBonusTerms, .ndxHeaderBonusTerms{
	position: absolute;
	bottom: 7px;
	left: 10px;
	right: 10px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
}

#ndxHeaderBonusTerms a, #ndxHeaderBonusTerms a:focus, #ndxHeaderBonusTerms a:active, .ndxHeaderBonusTerms a, .ndxHeaderBonusTerms a:focus, .ndxHeaderBonusTerms a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#ndxHeaderBonusTerms a:hover{
	color: #ccc;
	font-weight: bold;
	text-decoration: underline;
}

.addedDynamicBonusPolicyLinkToClasses{
	position: absolute;
	font-size: 11px;
	z-index: 1020;
}

.addedDynamicBonusPolicyLinkToClasses a, .addedDynamicBonusPolicyLinkToClasses a:focus, .addedDynamicBonusPolicyLinkToClasses a:active{
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

.addedDynamicBonusPolicyLinkToClasses a:hover{
	color: #ccc;
}

p.lpFinePrint{
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	padding: 5px 0 30px 5px;
	margin: 0;
}

li.liName strong, li.liName h4{
	font-family: neutra, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase !important;
	font-weight: bold;
	color: #1f4d1b;
	font-size: 30px;
	display: block;
	margin-top: 40px;
	margin-bottom: 10px;
}

li.liName strong, li.liName h4{
	margin-top: 60px;
}

.tblMethodWithdrawal{
	border-top: 1px solid #1f4d1b;
	border-left: 1px solid #1f4d1b;
	width: 100%;
}

.tblMethodWithdrawal th{
	background-color: #1f4d1b;
	color: #fff;
	border-bottom: 1px solid #1f4d1b;
	border-right: 1px solid #1f4d1b;
	padding: 3px 10px;
}

.tblMethodWithdrawal td{
	border-bottom: 1px solid #1f4d1b;
	border-right: 1px solid #1f4d1b;
	padding: 3px 10px;
	line-height: 140%;
}

.fa-li {
	top: 4px;
}

ul li {
	line-height: 150%;
	margin-top: 8px;
	margin-bottom: 8px;
}

.standardBonusDisclaimer, .standardBonusDisclaimer p{
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
}

.sidebarBonusTerms p{
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
}

.ndxHeaderBonusTerms p{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

textarea:focus, input:focus, .uneditable-input:focus {   
    border-color: rgba(11, 77, 7, 0.6) !important;
    box-shadow: 0 1px 1px rgba(11, 77, 7, 0.075) inset, 0 0 8px rgba(11, 77, 3, 0.4) !important;
    outline: 0 none !important;
}

.icon-small{
	height:18px;
	margin:0;
	padding:0;
}

.icon-medium{
	height:22px;
	margin:0;
	padding:0;
}





















.wmBox_overlay{
	position:fixed;
	width:100%;
	height:100%;
	display:none;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index: 99999;
}
.wmBox_centerWrap{
	display:table;
	position:absolute;
	width:100%;
	height:100%;
}
.wmBox_centerer{
	display:table-cell;
	vertical-align:middle;
}
.wmBox_centerer iframe{
	width:95%;
	display:table;
	margin:0 auto;
	position:relative;
}
.wmBox_contentWrap{
	width:80%;
	margin:0 auto;
	position:relative;
}
.wmBox_scaleWrap{
	position:relative;
	height:0;
	padding-top:20px;
	padding-bottom: 56.25%;
	width:100%;
}
.wmBox_centerer iframe{
	position:absolute;
	top:0;
	border:0;
	outline:0;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	left:0;
	width:100%;
	height:100%;
}
.wmBox_closeBtn{
	z-index:2;
	position:relative;
	margin-top:-40px;
}
.wmBox_closeBtn p{
	line-height:0;
	margin:0;
	padding:0.5em 0 0.75em;
	color:#FFF;
	background:#000;
	width:1.3em;
	font-size:25px;
	border-radius:100%;
	text-align:center;
	font-family:Verdana, serif;
	position:relative;
	bottom:-0.5em;
	right:-0.5em;
	cursor:pointer;
	float:right;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	transition:color 0.2s ease-out, background 0.2s ease-out;
}
.wmBox_closeBtn p:hover{
	background:#FFF;
	color:#000;
}
@media (max-width: 767px) {
	.wmBox_contentWrap{
		width:100%;
	}
}
















@media only screen and (max-width:1199px){
	
	
	.ndxHeaderBonusTerms p{
		font-size: 16px;
		line-height: 16px;
	}
	
}

@media(max-width:991px){
	
	.navbar-brand img{
		width: 200px;
		height: auto;
	}
	
	.custBtnNDX{
		font-size: 30px;
	}
	
	.custBtnNDX span{
		font-size: 20px;
	}
	
	#ndxPlayNowButtonWrapper{
		right: 30px;
	}
	
	.nav-tabs > li > a {
	    padding: 3px 6px;
	}
	
	.ndxHeaderBonusTerms p{
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 767px) {
	
	.navbar-inverse .navbar-nav > li {
		border-bottom: 1px solid #1c6413;
	}
	
	.navbar-brand {
	    top: 0px;
	}
	
	.navbar-brand img{
		width: 160px;
		height: auto;
	}
	
	.pageWrapper{
		padding-top: 79px;
	}
	
	.navbar-inverse{
		padding: 0;
	}
	
	.custBtnNDX{
		font-size: 20px;
	}
	
	.custBtnNDX span{
		font-size: 12px;
	}
	
	#ndxPlayNowButtonWrapper{
		right: 10px;
	}
	
	.affix, .affix-top, .affix-bottom{
		position: static;
		top: auto;
		width: auto;
	}
	
	.hideInMobile{
		display: none;
	}
	
	#ndxHeaderBonusTerms{
		bottom: 0px;
		left: 5px;
		right: 5px;
		font-size: 9px;
		line-height: 9px;
	}
	
	.ndxHeaderBonusTerms p{
		font-size: 10px;
		line-height: 12px;
		font-weight: normal;
	}
}

@media (max-width: 500px) {
	
	.custBtnNDX{
		font-size: 16px;
		padding: 5px;
	}
	
	.custBtnNDX span{
		font-size: 12px;
	}
	
	#ndxPlayNowButtonWrapper{
		right: 5px;
	}
	
	.custBtnWrapper {
		padding: 5px;
	}

}

