/* 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, sub, sup, 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, figcaption, figure, .footer, .header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, .footer, .header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* BODY DEFAULTS
--------------------------------------------------------- */
html {
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	width: 100%;
	height: 100%;
	color: #ddd;
	font-size: 13px;
	scroll-behavior: smooth;
  max-width: 100%;
	background:#162460 url(../images/landing_bg.png) top repeat-x;
}
p, blockquote {
	padding: 0 0 20px 0;
}
strong, label, button, .button {
	font-weight: bold;
}
nav ul {
	list-style: none;
}
em {
	font-style: italic;
}
input, textarea {
	vertical-align: middle;
}

table td, table th {
	text-align: left;
}
table th {
	font-weight: bold;
}
hr {
	clear: both;
	background: transparent;
	height: 0px;
	border: 0;
	border-bottom: 1px solid white;
	border-top: 1px solid #ebebeb;
	margin: 0 0 18px 0;
}
a {
	color: #4871d3;
	text-decoration: none;
}
a:hover {
	color: #4871d3;
	text-decoration: none;
}
/* FORM ELEMENTS
--------------------------------------------------------- */
label {
	display: block;
	padding: 5px 0 5px 0;
	font-size: 1.0em;
	font-weight: 400;
	text-transform: capitalize;
}
input[type=text], input[type=email], input[type=tel], input[type=password], textarea,  textarea, input[type="file"] {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
	outline: 0;
	background: #fff;
	width: 98%;
	color: #333;
	height: 20px;
	padding: 5px 0 5px 7px;
	-webkit-appearance: none;
	-webkit-focus-ring-color: none;
	border: 1px solid #aaa;
	border-radius: 3px;
}
select {
	outline: 0 !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus {
	border-color: #d8d8d8;
}
input[type=submit], input[type=button], button, .button {
	display: inline-block;
	height: auto;
	padding: 6px 18px 7px 18px;
	color: white;
	font-size: 0.95em;
	line-height: 1.6;
	text-align: center;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom-color: rgba(0,0,0,0.3);
	text-decoration: none;
	text-shadow: 1px -1px 0px rgba(0,0,0,0.3);
	border-radius: 5px;
	/*background: #95B83F url('../images/shadow-for-buttons.png') repeat-x left bottom;*/
	box-shadow: inset 0 1px 0px rgba(255,255,255,0.4);
	margin: 2px 0;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover {
	color: white;
	background-image: none;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
textarea {
	padding-top: 5px;
	height: 100px;
	border-radius: 3px;
}
form {
	padding: 0;
	position: relative;
}
form h3 {
	clear: both;
	padding: 10px 0;
}

/* HEADINGS
--------------------------------------------------------- */
h1 {
	font-weight: bold;
	font-size: 2.15em;
	margin: 0 0 5px 0;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
}
h2 {
	font-weight: 300;
	font-size: 1.8em;
	margin: 0 0 20px 0;
	line-height: 1.4;
	color: #ddd;
	text-transform:capitalize;
}
h3 {
	font-weight: bold;
	font-size: 1.05em;
	margin: 0 0 20px 0;
	line-height: 1.4;
	color: #f8f8f8;
}
h4 {
	font-weight: bold;
	font-size: 1.0em;
	margin: 0 0 10px 0;
	line-height: 1.4;
}
/* MAIN WRAPPER
--------------------------------------------------------- */
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 1310px;
}
.wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
}

.full-width {
	width: 100%;
	float: left;
}

/* HEADER
--------------------------------------------------------- */
.header {
	position: relative;
}

.logo {
	position: relative;
	width: 180px;
	height: auto;
	top:54px;
	left:12px;
	z-index:12;
}
.logo a {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
}
.logo a img {
	float:left;
	margin: 0;
	width: 100%;
}
/*.header.fixed-header #sticks-to-top .logo img {
	height: 45px;
	width:auto;
	margin: 69px 0 0 5px;
}*/

.header #sticks-to-top {
	
	position: static;
	border: 0;
	width: 100%;
}
/*.header.fixed-header #sticks-to-top {
	position: fixed;
	top: -104px;
	z-index: 300;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}*/
/*.header.fixed-header #sticks-to-top .mblack > li:first-child{
	padding-left:160px;
}*/

/* CONTENT ELEMENTS
--------------------------------------------------------- */

.content > img, .content p img {
	border: 0;
	margin-top: 3px;
	margin-bottom: 15px;
	max-width: 100%;
}
p img {
	vertical-align: middle;
}
.content p {
	line-height: 1.6;
}
.content ul, .content ol {
	padding: 0 0 20px 25px;
	line-height: 1.6;
}
.content ul ul {
	padding-bottom: 0;
}
.content .smaller-padding {
	padding-bottom: 8px;
}
.content .smaller-margin {
	margin-bottom: 8px;
}
.white-box {
	clear: both;
	width: 100%;
}

.page-box {
	clear: both;
	padding: 30px 0 0 0;
	width: 100%;
	margin-top:2px;
}


.c-box {
	clear: both;
	padding:0;
	width: 100%;
}

.home-box {
	clear: both;
	padding:0;
	width: 100%;
}

.casino-box {
	clear: both;
	padding:0;
	width: 100%;
}

.download-box {
	clear: both;
	padding:0;
	width: 100%;
}
.download-homebox {
	clear: both;
	width:100%;
	float:left;
	padding-top: 15px;
	padding-bottom:30px;
	background:url(../images/line-horz.png) bottom repeat-x;
}
.box_banner{
	position:relative;
	width:100%;
	clear:both;
	padding-left:20px;
	box-sizing:border-box;
}

.grey-box{
	clear: both;
	padding: 20px 0 20px 0;
	width: 100%;
}

.box_content {
	float:left;
	margin-bottom:35px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #fbfbfb;
	border-radius: 2px;
	color:#111;
}

.box_mobile{
	padding-top:3%;
}

.payment-box {
	
	clear: both;
	padding:0 0 20px 0;
	width: 100%;
	margin-top:2px;
	float:left;
	background:url(../images/line-horz.png) bottom repeat-x;
	
}

.slots-box {
	
	clear: both;
	padding: 45px 0 45px 0;
	width: 100%;
	margin-top:2px;
}

.keno-box {
	clear: both;
	padding: 50px 0 40px 0;
	width: 100%;
}

.login_input i.fa-sign-in {
	display:none;
}
.sub-heading-upper {
	clear: both;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	width:100%;
	box-sizing:border-box;
	color:#ddd;
	font-weight:700;
	font-size:14px;
	margin-top:25px;
}

.sub-heading-upper2 {
	width:100%;
	text-align:center;
	clear: both;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:14px;
	font-weight:bold;
	padding-bottom: 0;
	color:#fbd792;
	margin-top:20px;
}

p > span.sub-heading-upper {
	margin-bottom: 0;
}
.sub_heading_page {
	clear: both;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 1.2em;
	margin-top:15px;
	color:#fff;
}

.sub_heading_rule {
	clear: both;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-size: 1.2em;
	margin-top:15px;
    font-weight:700;
		color:#bd8433;
}

.square-icons i, .circle-icons i {
	color: white;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 5px 5px 0;
	border-radius: 4px;
}
.circle-icons i {
	border-radius: 5px;
}
.circle-icons.big i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	font-size: 1.3em;
	margin-bottom: 20px;
}
.circle-icons img {
	height: 40px;
}
.content pre {
	font-family: "Courier New";
	padding-bottom: 12px;
}
.content a.popup {
	/*cursor: url('../images/cursor-more-small.gif'), auto;*/
}
.badge {
	position: absolute;
	right: 10px;
	bottom: -30px;
	z-index: 205;
}
.fixed-background {
	background-size: cover;
	background-attachment: fixed;
}
table.references {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
.right > table.references, .left > table.references {
	margin: 15px 0;
}
table.references td {
	padding:0 5px;
}
table.references tr:first-child td {
	border-top: 0;
	padding-top: 0;
}
table.references tr td:first-child {
	border-left: 0;
}
table.references tr:last-child td {
	border-bottom: 0;
	padding-bottom: 0;
}
table.references tr td:last-child {
	border-right: 0;
}
.banking_logo table.references td img {
	width: 100%;
	max-width: 70px;
	height: auto;
	vertical-align: middle;
	
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%); */
		
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banking_logo table.references td:hover img {
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); */
	cursor:pointer;
}
.content .widgets {
	clear: both;
	padding: 65px 0 65px 0;
	width: 100%;
}

ul.tabs, ul.tags {
	list-style: none;
}
ul.tabs {
	display: inline-block;
	position: relative;
	margin: 11px 0;
	padding: 0 !important;
}
ul.tabs li {
	display: inline-block;
	margin:4px 0;
	padding: 0 !important;
}
ul.tabs li:last-child {
	margin: 0;
}
ul.tabs li a {
	font-weight:700;
	display: block;
	padding:5px 20px;
	text-align: center;
	cursor: pointer;
	position: relative;
	top: 0;
	white-space: nowrap;
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #ddd;

	border-radius: 3px;
	background-color: #efefef;
	
}
ul.tabs li.active a {
	border:1px solid #bd8433;
	color:#111;
	background: url(../images/bgbtn2.jpg);
	background-size:100% 100%;
	
	
	-moz-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	
}
ul.tabs a:hover {
	background-color: #444;
	color:#ddd;
}
.tab {
	clear: both;
}


ul.tabs li a .bubble-top {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    padding: 0 3px;
    right: 4px;
    top: -8px;
    text-shadow: none;
    border-radius: 1px;
    background-color: #df0a0a;
}

ul.tabs li a .bubble-top {
	-webkit-transition:-webkit-transform .3s;
	-moz-transition:-moz-transform .3s;
	-o-transition:-o-transform .3s;
	-ms-transition:-ms-transform .3s;
	 transition:transform .3s;
}

ul.tabs li a:hover .bubble-top {
	-webkit-transform:translate3d(0, -3px, 0);
	-moz-transform:translateY(-3px);
	-o-transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	transform:translateY(-3px);
}


#back-to-top {
	position: absolute;
	cursor: pointer;
	bottom: 64px;
	left: 50%;
	margin-left: -29px;
	width: 36px;
	height: 28px;
	border-radius: 5px;
	text-align: center;
	z-index: 10000;
	font-size: 22px;
	line-height: 28px;
	color: #000;
	text-decoration: none;
	text-shadow: 0 .0625em .0625em #FFDD9F;
	border: .0625em solid #cfa32e;
	background-color: #f1c243;
	background-image: -moz-linear-gradient(bottom, #e9b937 0%, #ffd564 100%);
	background-image: -o-linear-gradient(bottom, #e9b937 0%, #ffd564 100%);
	background-image: -webkit-linear-gradient(bottom, #e9b937 0%, #ffd564 100%);
	background-image: linear-gradient(bottom, #e9b937 0%, #ffd564 100%);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
#back-to-top:hover {
	transform: scale(1.2, 1.2);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}


.icon_games {
	width: 100%;
	float: left;
	padding: 5px 0 40px 0;
	text-align: center;
}
.icon_games ul {
	margin: 0 auto;
	padding: 0px;
	display: inline-block
}
.icon_games ul li {
	display: inline-block;
	margin: 0;
	width: auto;
	list-style: none;
}
.icon_games a {
	display: block;
	text-align: center;
	width: 155px;
	color: #ddd;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}
.icon_games a:hover {
	color: #bd8433;
}
.icon_games p {
	text-transform: uppercase;
	padding: 0;
}
/*.icon_games ul li:last-child{ 
	margin: 0px 0px 0px 20px;
}*/

.icon_games ul li:first-child {
	margin-left: 0
}

/* list_games
______________________________________ */


.list_games {
	clear: both;
}
.list_games .list_games-row {
	display: inline-block;
	width:100%;
	text-align:center;
}
.list_games:after {
	content: "";
	display: block;
	clear: both;
}
.slotgame.list_games {
	width: 100%;
	margin-bottom: 30px;
	padding-top:30px;
}
.slotgame .list_games-item {
	opacity: 0;
	display: none;
	width: 22.6%;
	padding: 0;
	margin: 1.2% 0 0 2.8%;
}
.slotgame .list_games-item:nth-child(4n+1) {
  margin-left:0;
}
.slotgame .list_games-item img {
	width: 97%;
	height: 195px;
	padding: 1.5%;
	background:#9fb8e8;
	box-shadow: 0px 0px 20px #000000;
	
}



.slotgame .list_games-icon a {
	display: block;
	position: relative;
	cursor: pointer;
	color: #ddd;
	
}
.slotgame .list_games-icon a span {
	margin-bottom: 10px;
	text-align: center;
	text-transform: capitalize;
	display: block;
	color:#fff;
	padding-top:10px;
}

.slotgame .list_games-icon a:hover {
	color: #111;
}
.slotgame .list_games-caption {
	overflow: hidden;
}
.slotgame .list_games-caption strong {
	display: block;
	font-size: 1.05em;
	color: #111;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 5px 0;
}
.slotgame .list_games-caption {
	display: block;
	width: 100%;
	padding: 35px 0;
	top: 0;
	text-align: center;
	position: absolute;
	opacity: 0;
	-webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.slotgame .list_games-icon a:hover .list_games-caption {
	opacity: 1;
	top: 20%;
}

.new_game {
	position: absolute;
	color: #fff !important;
	padding: 3px 7px;
	text-transform: uppercase !important;
	right: 5px;
	top: -9px;
	text-shadow: none;
	
	border-radius: 2px;
	background-color: #df0a0a;
}

/* FOOTER
--------------------------------------------------------- */
.footer {
	
	clear: both;
	width: 100%;
	color: #ddd;
	line-height: 1.7;
	position: relative;
	z-index: 5;
}
.footer_box {
	
	clear: both;
	padding:0;
	width: 100%;
	margin-top:2px;
}
.footer h2, .footer h3 {
	text-transform: uppercase;
	letter-spacing:1px;
	color: #e1bb65;
}
.footer ul {
	list-style: none;
}
.footer ul li {
	padding:2px 0;
}
.footer ul li:first-child {
	background: none;
	padding-top: 0;
}
.footer ul li i {
	background: none;
	display: inline-block;
	width: 16px;
	text-align: center;
	padding: 0 10px 0 0;
}

.footer ul li img {
	background: none;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0 0;
	padding:1px;
	vertical-align:middle;
	border-radius:2px;
	border: 1px solid #111;
}

.footer ul li img.non{
	border:none;
	padding:0;
}

.footer .widgets {
	width: 100%;
	float:left;
	margin:40px 0 30px 0;
}
.footerbox {
	width: 20%;
	float: left;
	background: url('../images/line-vert.png') left top repeat-y;
	min-height: 220px;
	padding-right: 2.5%;
	padding-left: 2.5%;
}
.footerbox.last {
	width:22.5%;
	padding-right: 0;
	padding-left: 2.5%;
}
.footerbox:first-child {
	background: none;
	padding-left: 0;
}
.footer .top {
	text-align: center;
	background: url('../images/line-horz.png') left bottom repeat-x;
	padding: 0 0 10px 0;
	margin: 0 0 45px 0;
}
.footer .bottom {
	clear: both;
	padding: 25px 0 0 0;
	background:url(../images/line-horz.png) top repeat-x;
	font-size: 1em;
	color: #ddd;
}
.footer .top h3 {
	font-size: 1.4em;
}
.footer .top i {
	margin: 0 5px;
	font-size: 22px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
}
.footer .top i {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	margin-bottom: 30px;
}
.footer .top i:hover {
	transform: scale(1.2, 1.2);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.footer ul.contact-info{
	background:url(../images/footer-wmap.png) bottom right no-repeat;
}
.footer ul.contact-info li {
	background: none;
	padding: 0 0 3px 0;
}
.footerbox a {
	text-transform: capitalize;
	color: #ddd;
}
.footerbox a:hover {
	color: #e1bb65;
}
.info_footer{
	float:left;
	width:100%;
	text-align:center;
	padding:2% 0;
	margin-top:1%;
	border-top:1px dotted #a3b5c9;
	line-height:1.8em;
	color:#fff;
}

.info_footer2{
	float:left;
	width:100%;
	text-align:center;
	padding:0 0 2% 0;
	border-bottom:1px dotted #a3b5c9;
	line-height:1.8em;
	font-style:italic;
}

/* ISOTOPE TRANSITIONS 
--------------------------------------------------------- */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height;
	-moz-transition-property: height;
	-ms-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/*Languages*/
ul.ldd_languages {
	position: absolute;
	right: 0;
	top:106px;
	cursor: pointer;
	list-style: none;
	padding: 0;
	z-index:19;
}
ul.ldd_languages a {
	text-decoration: none;
}
ul.ldd_languages > li {
	float: left;
	position: relative;
}
.down_arrowlanguages {
	float: left;
	margin: 5px 0 0 7px;
}
ul.ldd_languages > li > span {
	float: left;
	cursor: pointer;
}
ul.ldd_languages .ldd_sublanguages {
	position: absolute;
	top: 34px;
	display: none;
	right: 0px;
	background: #4871d3;
	border: 1px solid #4871d3;
	z-index: 12000;
	padding: 3px;
	opacity: 0.95;
}
ul.ldd_languages ul {
	list-style: none;
	float: left;
}
ul.ldd_languages li {
	float: right;
	padding: 8px 8px 10px 0;
	width: 110px;
	position: relative;
	z-index: 90;
	color:#223978;
}
ul.ldd_languages li span {
	padding: 0 10px 0 0;
	float: right;
	line-height: 16px;
	text-align: right;
	width: auto !important;
	white-space: nowrap;
}
ul.ldd_languages li img {
	padding: 0;
	float: right;
}
ul.ldd_languages ul li img {
	padding: 0 0 0 0;
	float: right;
}
ul.ldd_languages ul li a {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	padding: 1px 3px;
	text-shadow: none;
}
ul.ldd_languages ul li a:hover {
	color: #f05b8c;
}
#languages_navi {
	float: right;
	padding: 0px !important;
	margin: 0px !important;
	background-color: #4871d3;
}
#languages_navi li {
	clear: both;
	width: 120px;
	color: #fff;
	list-style-type: none;
	padding: 8px 5px;
	cursor: pointer;
}
#languages_navi li:hover {
	background-color: #97adc5;
}
#languages_navi li.first {
	border-top: 0px none;
}
#languages_navi li.last {
	background-image: none !important;
}
#languages_navi li.active {
	background-color: #0079da;
	color: #ffffff;
	background-image: none;
}
#languages_navi li span.title {
	color: #fff;
	display: block;
	text-transform: capitalize;
}
#languages_navi li img {
	width: 24px;
	height: 16px;
}
#languages_navi strong {
	display: block;
}
#languages_navi .ibe_outer {
	float: left;
	margin-right: 10px;
}

/* login form*/
.login-form {
	position: relative;
	right:6px;
	top:6px;
}
.f_after .login-form {
	right:0;
	position:absolute;
}
ul.login_input {
	display: inline-block;
	list-style: none;
}
ul.login_input li {
	float: left;
	margin-right: 3px;
}
ul.login_input li:last-child {
	margin-right: 0;
}
.login-form figure {
	float: right;
	margin: 0 3px 0 0;
}
.login-form figure img {
	width: 50px;
	height: 26px;
	border: 1px solid #000;
	border-radius: 2px;
}
.capcha_w input[type="text"] {
	width: 64px;
	padding: 3px 7px;
	text-align: center;
}
.pass_w input[type="text"], .pass_w input[type="password"] {
	width: 100px;
	padding: 3px 7px 3px 40px;
}
.f_pass input[type="text"], .f_pass input[type="password"] {
	width: 90px;
	padding: 3px 40px 3px 40px;
}
.pass_w i {
	position: absolute;
	top: 6px;
	margin-left: 10px;
	color: #666;
	font-size: 16px;
	width: 22px;
	background: url('../images/line-vert.png') right top repeat-y;
}
a.btn_forgot{
	position: absolute;
	top: 36px;
	right:0;
	text-transform:capitalize;
	color:#ddd;
	font-style:italic;
	font-size:12px;
}

a.btn_forgot:hover{
	color:#bd8433;
}

a.register{
	position: absolute;
	right:0;
	top:45px;
	text-align:center;
	width:110px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius:3px;
	border:1px solid #bd8433;
}

.but_login {
	text-transform: uppercase;
	float: right;
	line-height: 26px;
	margin: 0;
	padding: 0 15px;
	border:1px solid #fdc271;
	color:#fff;
	background:#f1983b;
	border-radius:2px;
	
}

.but_login:hover{
	color:#fff;
	background:#fead58;
} 
.but_logout {
	text-transform: capitalize;
	float: right;
	margin: 0 8px 0 0;
	padding:4px 10px ;
	border:1px solid #fdc271;
	color:#fff;
	background:#f1983b;
	border-radius:2px;
}

.but_logout:hover{
	color:#fff;
	background:#fead58;
}

.but_dep {
	text-transform: uppercase;
	float: right;
	line-height: 26px;
	margin: 0;
	padding: 0 15px;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.75);
	border:1px solid #444;
	color:#111;
}

.login_input {
	float: right;
}
.login-form fieldset {
	float: right;
}
.control_btnlogin {
	display: none;
}
.login-form fieldset input[type=text] {
	margin: 0;
	font-size: 12px;
	border-radius: 2px;
	color: #666666;
	display: block;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #000;
}
.login-form fieldset input[type=text]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.login-form fieldset input[type=password] {
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666666;
	display: block;
	background-color: #ddd;
	border: 1px solid #000;
}
.login-form fieldset input[type=password]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
fieldset select {
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	display: block;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #aaa;
	font-size: 100%;
}
/*After Login*/
.user_balance ul {
	list-style: none;
}
.user_balance ul li {
	display: inline-block;
	padding: 0 0 0 10px;
	color: #fff;
	text-transform: capitalize;
	vertical-align:middle;
}

.user_balance i {
	margin-right: 5px;
	margin-top:-2px;
	font-size: 20px;
	float:left;
}
.mess_f i{
	color:#fff;
}
.user_balance i.fa-sign-out {
	margin-right: 0;
	display: none;
}
.user_balance i.icon-envelope {
	font-size: 0.8em;
	position: relative;
	top: -1px;
}
.user_balance ul li span {
	float:left;
}
.mess_f i {
	margin-top: -2px;
}
.count_mes {
	position: relative;
	font-size: 11px;
	color: #fff;
	padding: 0 6px !important;
	right: 12px;
	top: -7px;
	text-shadow: none;
	border-radius: 2px;
	background-color: #df0a0a;
	
}


.balance_f{
	border-radius:2px;
}
.balance_f > div.balance_wallet {
	display:block !important;
	visibility:hidden;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;

	-webkit-transition:visibility 0s linear .2s, opacity .2s ease-in;
	-moz-transition:visibility 0s linear .2s, opacity .2s ease-in;
	-o-transition:visibility 0s linear .2s, opacity .2s ease-in;
	-ms-transition:visibility 0s linear .2s, opacity .2s ease-in;
	transition:visibility 0s linear .2s, opacity .2s ease-in;
}

.balance_f:hover > div.balance_wallet {
	visibility:visible;
	
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	-ms-transition-delay:0s;
	transition-delay:0s;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
	z-index:32;
}

.balance_wallet{
	position: absolute;
}

.balance_wallet ul{
	position:relative;
	width:240px;
	float:left;
	margin-top:22px;
	border-top: none;
	left: -9px;
	background: #111;
	border: 1px solid #555;
	-moz-box-shadow: 0px 1px 4px #313131 inset;
	-webkit-box-shadow: 0px 1px 4px #313131 inset;
	box-shadow: 0px 1px 4px #313131 inset;
	padding: 3px;
	border-radius: 2px;
	opacity: 0.95;
}

.balance_wallet ul li{
	width:100%;
	float:left;
	box-sizing:border-box;
	color: #ddd;
	background: #333;
	line-height: 18px;
	padding: 2px 10px;
	border-top: 1px solid #3c3c3c;
	text-shadow: none;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	font-size:12px;
}

.balance_wallet ul li:hover{
	background:#f69e05;
	color:#000;
}

.name_balance{
	float:left;
}
.money_balance{
	float:right !important;
}

i.icondown_blance{
	float:right;
	margin:2px 0 0 5px;
	color:#aaa;
	font-size:14px;
}

.refresh_balance a{
	color:#ddd;
}

.refresh_balance a:hover{
	color:#fed70e;
}

.mid_header {
	width: 100%;
	height: 136px;
	background:url(../images/bg_head.jpg) top repeat-x;
}

.btn_gen {
	color: #111;
	border-radius:3px;
	text-decoration: none;
	background: url(../images/bgbtn2.jpg);
	background-size:100% 100%;
	border: 1px solid #bd8433;
	-moz-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
}
.btn_gen:hover {
	color: #111;
	background-size:100% 150%;
}

.btn_play {
	width:158px;
	height:40px;
	display:block;
	margin:auto;
	text-align:center;
	line-height:39px;
	text-transform: uppercase;
	background: url(../images/bgbtn2.jpg);
	background-size:100% 100%;
}

.bt_down {
	display: inline-block;
	text-align: center;
	padding: 0;
	width: 310px;
	height: 78px;
	margin: 30px 5px 0;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
	text-shadow: -1px -1px 0px rgba(255,255,255,0.4);
	
	background: url(../images/bg_down.png);
	background-size: 100% 100%;
	
}
.bt_down:hover {
	
	color: #000;
}
.bt_down i {
	float: left;
	margin-left: 35px;
	margin-right: 15px;
	display: block;
	line-height: 72px;
}
.bt_down span {
	float: left;
	display: block;
	text-align: left;
	padding-top: 17px;
	line-height: 1.3em;
	font-size: 14px;
}
.bt_down b {
	font-weight: bold;
}
.bt_down img {
	height: 60px;
	width: auto;
	float: left;
	margin: 9px 7px 0 10px;
	border: 1px solid #888;
}
img.icon_down {
	margin: 14px 10px 0 0;
	width: 31px;
	height: auto;
	border: none;
}
.u_text {
	text-transform: uppercase;
	font-size: 13px;
}
span.three_lines {
	font-size: 12px;
	padding-top: 15px;
}

.btn_onslide {
	padding: 8px 30px 5px 30px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
}
.textmaquee {
	position: absolute;
	top:109px;
	right: 0px;
	left:2px;
	color:#111;
	z-index:14;
	font-size:11px;
}

.textmaquee .boxMarqee{
	padding:6px 120px 5px 50px;
	box-sizing: border-box;
	background: url(../images/anoutment.png) left no-repeat;
}
a.powered_by {
	background: url(../images/logo_alt.png);
	background-position: 0 0;
	float: right;
	height: 37px;
	margin: 0 10px 0 5px;
	width: 127px;
	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); 
}
a.powered_by:hover {
	background-position: 0 -46px;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

a.powered_by_slc {
		background:url(../images/logo_slc.png);
		background-position:0 0;
    float: right;
    height: 37px;
    margin: 0 15px 0 0;
    width: 62px;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); 
}

a.powered_by_slc:hover{
	background-position:0 -46px;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}


a.eighteen_plus {
	background: url(../images/eighteen_plus.png);
	background-position: 0 0;
	float: right;
	height: 37px;
	margin: 0 0 0 0;
	width: 26px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); 
}
a.eighteen_plus:hover {
	background-position: 0 -46px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.banner_home {
	padding: 3px;
	display: block;
}

.gen_scan{
	margin:0;
	width:190px;
}

.bg_scan{
	width:80px;
	display: inline-block;
}
.bg_scan img {
	float:left;
	width: 100%;
	padding: 3px;
	border: 1px solid #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 1px #3b3b3b inset;
	display: block;
	box-sizing:border-box;
}

.bg_scan p {
	text-align:center;
}

.logo_iosandroid img{
	width:100%;
}


.text_effect {
	color: #bd8433 !important
}

p.text_r {
	text-align: right;
}
p.text_l {
	text-align: left;
}
.btn_dark {
	color:#111;
	background: url(../images/bgbtn2.jpg);
	background-size:100% 100%;
	border: 1px solid #bd8433;
	-moz-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
	box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 .0625em 0 rgba(255,255,255,.5);
}
.btn_dark:hover {
	color:#111;
	background-size:200% 200%;
}


/*FAQs */
.accrodation {
	width: 100%;
padding: 30px 3%;
margin: 0;
box-sizing: border-box;
}
.acc-trigger {
	cursor: pointer;
	display: block;
	margin: 5px 0 0 0;
	width: 100%;
}
.acc-trigger:last-of-type, .acc-container:last-of-type {
	margin-bottom: 8px;
}
.no-js .acc-trigger:last-of-type {
	border-bottom: none;
}
.acc-trigger a {
	background: url(../images/accordion-ico.png) no-repeat 20px 8px;
	display: block;
	padding: 11px 50px 11px 50px;
	text-decoration: none;
	text-shadow: none;
	font-weight: 600;
	-moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border: 1px solid #ddd;
	color:#333;
}
.acc-trigger a:hover {
	background-color: #ddd;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
	color: #111;
}
.acc-trigger.active a:hover {
	background-color: transparent;
}
.acc-trigger.active {
	cursor: default;
}
.acc-trigger.active:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.acc-trigger.active a {
	background-position: 20px -62px;
	cursor: default;
}
.acc-container .acc-content {
	padding: 25px 50px 7px 50px;
	margin-bottom: 12px;
	-moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid #444;
}
.acc-container .acc-content a {
	color: #ffff00;
}
.acc-container .acc-content a:hover {
}

.promotion .acc-trigger a {
	color:#ccc;
	background: none;
	display: block;
	padding: 5px;
	padding-bottom:3px;
	text-decoration: none;
	text-shadow: none;
	font-weight: 600;
	-moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
	cursor: pointer;
	
}

.promotion .acc-trigger a:hover {
	background-color: #f5b50c;
}

.promotion .acc-trigger.active a:hover {
	background: none;
}

.promotion .acc-trigger a img{
	width:100%;
}



.info_faqs {
	margin: 0;
	padding: 0;
}
.info_faqs ul {
	padding-left: 20px;
}
.info_faqs ul li {
	list-style: outside decimal;
	padding: 5px 0;
}
.info_faqs ul li ul li {
	list-style: outside circle;
	padding: 5px 0 0 5px;
}
.title_faqs {
	font-size: 14px;
	color:#4871d3;
	line-height: 30px;
}

/*REGISTER*/
.box_form {
	padding: 30px 2%;
	float: left;
	width:100%;
	box-sizing:border-box;
}
.box_form .form_dialog .control-group {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;
}
.box_form .form_dialog label {
	float: left;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	width: 30%;
	padding-right: 7px;
	box-sizing: border-box;
}
.box_form .form_dialog .controls {
	width: 70%;
	float: left;
}


.box_form .form_dialog input[type="text"], 
.box_form .form_dialog input[type="email"], 
.box_form .form_dialog input[type="tel"], 
.box_form .form_dialog input[type="password"]
{
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius:3px;
    color: #000;
    height: 30px;
    outline: 0 none;
    padding: 5px 0 5px 7px;
    width: 100%;
		box-sizing:border-box;
}

.uneditable_input {
	overflow: hidden;
	white-space: nowrap;
	line-height: 27px;
	font-size: 13px;
}

.box_form label.checkbox {
	text-align: left;
	vertical-align: middle;
	width: auto;
	margin-right: 15px;
}
.box_form .form_dialog select {
	vertical-align: middle;
	float: left;
	padding: 5px 3px 5px 5px;
	border: 1px solid #BBBBBB;
	color: #555;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
}
.malefemale {
	font-size: 13px;
	padding: 0 10px 0 5px;
	vertical-align: top;
	line-height: 22px;
}
.box_form .check_btn {
	float: right;
	text-align: center;
	padding: 6px 5px;
	margin: 0;
	box-sizing: border-box;
	text-transform: capitalize;
	margin-left: 2%;
	width:33%;
	border-radius:3px;
}
.w_form{
	width:65% !important;
}
.box_form .form_dialog .text_tit {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 20px;
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
	width: 100%;
}
.color1 {
	color: #f5b50c;
}
.mar_r{
	margin-right:5px;
}
.box_form .info_register {
	float: left;
	width: 100%;
	padding-top: 5px;
	font-size: 12px;
	color: #777;
	font-style: italic;
}
.box_form .capcha {
	float: left;
	margin-left: 5px;
}
.box_form .capcha img {
	width: 60px;
	height: 30px;
	border-radius: 3px;
}
.box_form .agree {
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
	width: 100%;
}
.box_form .agree input {
	position: absolute;
	margin-left: 0;
}
.pad_bot2 {
	float: right;
	padding-left: 20px;
	width: 100%;
	box-sizing: border-box;
}
.btn_agree {
	float: left;
	padding: 6px 20px;
	text-transform: capitalize;
	margin-left: 20px;
	margin-top: 10px;
}
.line {
	width: 100%;
	float: left;
	height: 2px;
	background: url(../images/line-horz.png) repeat-x;
	margin: 10px 0 30px 0;
	box-sizing: border-box;
}
.textyellow {
	color: #4871d3 !important;
}
.payment_info .form_dialog label {
	width: 40%;
}
.payment_info .form_dialog .controls {
	width: 60%;
}

.box_form .form_dialog .payment_group {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0 0 2px 0;
	background:#4e4e4e;
	padding:8px 10px;
}

.box_form .form_dialog .payment_group span{
    padding: 0 0;
}

.box_form .form_dialog .payment_group label{
    padding: 0;
}


.box_register {
	padding: 30px 2%;
	float: left;
	width:500px;
	box-sizing:border-box;
}

/*POPUP REPORT*/
.popup_report {
	padding: 0 10px 10px 10px;
	float: left;
}
.popup_report .form_dialog .control-group {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px 0 0 0;
}
.popup_report .form_dialog label {
	float: left;
	font-weight: bold;
	text-transform: capitalize;
	display: block;
	width: 30%;
	padding-right: 10px;
	box-sizing: border-box;
}
.popup_report .form_dialog .controls {
	width: 70%;
	float: left;
}
.box_tranfer .form_dialog .input-register {
	width: 100%;
}
.diglog_btn {
	border-radius: 4px;
	color: #fff !important;
	margin: 0 10px 0 0;
	padding: 7px 15px;
	text-transform: capitalize;
	float: left;
	margin-top: 10px;
}

.popup_report .info_register {
	color: #b94409;
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding-top: 4px;
}
.popup_report input[type="text"] {
	box-sizing: border-box;
	padding: 0 5px;
	height: 32px;
	width:100%;
}
.popup_report .input-register .add-on {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
	display: inline-block;
	font-weight: normal;
	line-height: 28px;
	margin-left: -5px;
	min-width: 16px;
	padding: 0 10px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: capitalize;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	position: absolute;
	right: 21px;
	margin-top: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.popup_report .input-register .add-on {
	margin-top: -31px;
}
}
.m_top10 {
	margin-top: 10px;
}
.text_success {
	color: #1D6900;
	display: block;
	line-height: 18px;
	margin: 0;
	padding-top: 4px;
}
.checkbox_info {
	float: left;
	display: inline-block;
	width: 100%;
	margin-top: 4px;
}
.text_info22px {
	line-height: 22px;
	padding: 0 10px 0 5px;
	vertical-align: top;
}
.box_tranfer {
	width:500px;
}
/*EDIT PROFILE*/

.box_profile {
	width: 70%;
	margin: auto;
}
.box_profile h3 {
	float: left;
	font-size: 14px;
	color: #f5b50c;
}
.btn_update {
	padding: 6px 20px;
	text-transform: capitalize;
}
/*PAYMENT*/
.pad_rl {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.none_pad {
	padding: 0 !important;
}
.none_bpad {
	padding-bottom: 0 !important;
}
.payment_info {
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
	background: #222;
	border-radius: 5px;
	border: 1px solid #333;
	
}
.howtopayment {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.howtopayment h3 {
	float: left;
	font-size: 14px;
	color: #f5b50c;
}
.info_howtopay {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.info_howtopay i {
	position: absolute;
	font-size: 14px;
	line-height: 22px;
}
.info_howtopay p {
	float: right;
	padding-left: 20px;
	width: 100%;
	box-sizing: border-box;
}
.select_method {
	float: left;
	width: 50.5%;
	box-sizing: border-box;
	margin-top: 10px;
}
.grey2 {
	background-color: #888 !important;
}
.info_error {
	padding-top: 5px;
	color: #d64127;
	float: left;
	width: 100%;
}

.colorgreen {
 color:#1F8300 !important;
}

.promo_img1 img{
	float:left;
	width: 100%;
	padding: 3px;
	border: 1px solid #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 1px #3b3b3b inset;
	display: block;
	box-sizing:border-box;
	margin-bottom:20px;
}


ol.box_footer_link{
	
	margin:auto;
	clear: both;
	padding: 12px 0;
	width:100%;
	text-align:center;
	background:url(../images/line-horz.png) top repeat-x;
}

ol.box_footer_link li{
	display:inline-block;
	background:url(../images/line-vert.png) repeat-y right;
	list-style:none;
	padding:0 10px;
	text-transform:capitalize;
}
ol.box_footer_link li:first-child{
	padding-left:0;
}
ol.box_footer_link li:last-child{
	padding-right:0;
	background:none;
}
.box_footer_link a {
	text-transform: capitalize;
	color: #fff;
}
.box_footer_link a:hover {
	color: #f77d32;
}
.box_term {
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
}
.box_term ul {
	padding: 0 0 20px 15px;
	list-style: outside none;
	width: 100%;
	box-sizing: border-box;
}
.box_term ul li {
	padding: 5px 0;
}
.box_term ul li ul {
	list-style: outside none circle;
	padding-left: 15px;
}
.box_term ul li ol {
	list-style: outside none;
	padding-left: 15px;
	padding-bottom: 0;
}
.box_term h3 {
	margin-bottom: 10px;
	color: #4871d3;
}

.btc_coin{
	text-align:center;
}
.btc_coin img{
	height:100px;
}

.banking_method {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	position: relative;
}
.banking_method:last-child {
	margin-right: 0;
}
.banking_method a img {
	display: block;
	height: 30px;
	padding: 5px;
}
.bg_slide,.bg_slide_vendor{
	width:100%;
	padding:3px;
	box-sizing:border-box;
	background:#9fb8e8;
	border:1px solid #fff;
	box-shadow: 0px 0px 20px #000000;
	margin-top:30px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}


.md9, .md3, .md100{
	float:left;
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	box-sizing:border-box;

}

.md100{
	width:100%;
}

.md9{
	width:75%;
}
.md3{
	width:25%;
}

.info-box {
	clear: both;
	float:left;
	padding: 0 0 20px 0;
	width: 100%;
	box-sizing:border-box;
	background: url(../images/bg_contact.jpg);
	background-size:100% 100%;
	height:242px;
	margin-top:30px;
	box-shadow: 0px 0px 20px #000000;
}

p.tit_info{
	width:100%;
	float:left;
	padding:0;
	line-height:40px;
	background:#9fb8e8;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
}