/* 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-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* 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: 'Open Sans', sans-serif, Arial, sans-serif;
}
body {
	width: 100%;
	height: 100%;
	background: #222 url(../images/backbg.png) repeat;
	color: #ddd;
	font-size: 12px;
	scroll-behavior: smooth;
}

p, blockquote {
	padding: 0 0 20px 0;
}
strong, label, button, .button {
	font-family: 'Open Sans', sans-serif, Arial, sans-serif;
	font-weight: bold;
}
nav ul {
	list-style: none;
}
em {
	font-style: italic;
}
input, textarea {
	font-family: 'Open Sans', sans-serif, Arial, sans-serif;
	vertical-align: middle;
}
select {
	font-family: 'Open Sans', sans-serif, Arial, sans-serif;
}
input[type="submit"], input[type="button"], button, .button {
	font-family: 'Open Sans', sans-serif, Arial, sans-serif;
	font-weight: bold;
	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: #59c0f8;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
/* 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, input[type="file"] {
	outline: 0;
	background: #ddd;
	width: 98%;
	color: #000;
	height: 20px;
	padding: 5px 0 5px 7px;
	-webkit-appearance: none;
	-webkit-focus-ring-color: none;
	border: 1px solid #222;
	border-radius: 4px;
}
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: 4px;
}
form {
	padding: 0;
	position: relative;
}
form h3 {
	clear: both;
	padding: 10px 0;
}
.sexyselect select {
	vertical-align: middle;
	color: #747474;
	background: transparent;
	width: 294px;
	height: 31px;
	padding: 3px 8px 5px 7px;
	font-size: 1.0em;
	border: 0;
	-webkit-appearance: none;
}
.sexyselect {
	vertical-align: middle;
	display: inline-block;
	width: 265px;
	height: 30px;
	overflow: hidden;
	background: white;
	border: 1px solid #888888;
	position: relative;
}
.sexyselect:after {
	font-family: 'FontAwesome';
	content: "\f078";
	font-size: 0.7em;
	color: #474747;
	position: absolute;
	right: 8px;
	top: 11px;
}
.mfp-container button {
	box-shadow: none;
	background: none;
}
.mfp-container button.mfp-arrow-right {
	background: url("../images/cursor-next.png") no-repeat center center;
}
.mfp-container button.mfp-arrow-right:before, .mfp-container button.mfp-arrow-right:after {
	display: none;
}
.mfp-container button.mfp-arrow-left {
	background: url("../images/cursor-prev.png") no-repeat center center;
}
.mfp-container button.mfp-arrow-left:before, .mfp-container button.mfp-arrow-left:after {
	display: none;
}
.mfp-container button.mfp-close {
	visibility: hidden;
}
/* 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;
}
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;
}
.wrapper_sportsbook {
	position: relative;
	margin: 0 auto;
	width: 1024px;
}
.wrapper_sportsbook:after {
	content: "";
	display: block;
	clear: both;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
}
#sidebar {
	float: right;
	width: 23%;
	position: relative;
	z-index: 2;
}
 .full-width {
	width: 100%;
	float:left;
}
.left-sidebar.content {
	float: right;
}
.left-sidebar#sidebar {
	float: left;
}
/* HEADER
--------------------------------------------------------- */
#header {
	position: relative;
}
.content-header {
	background: #16ABE3;
	padding-bottom: 20px;
	text-align: center;
	margin: -112px 0 60px 0;
	position: relative;
	z-index: 102;
}
.content-header h1 {
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	background: #16ABE3;
	position: relative;
}
.content-header .wrapper:before {
	content: "";
	display: block;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 100%;
	height: 0px;
	margin: 0 auto;
	position: relative;
	top: 25px;
}
#logo {
	text-align: center;
	margin: 0 auto;
	padding: 0px 0;
	position: relative;
	z-index: 103;
	width: 180px;
	height: auto;
}
#logo a {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
}
#logo a img {
	margin: 0 auto;
	margin-top: 7px;
}
#header #sticks-to-top {
	position: static;
	background: none;
	border: 0;
	width: 100%;
}
#header.fixed-header #sticks-to-top {
	position: fixed;
	top: -37px;
	height: 110px;
	z-index: 300;
	background: #000000;
	-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 h1#logo img {
	height: 70px;
	margin-top: 20px;
}
#header.fixed-header #sticks-to-top nav > ul > li > a, #header.fixed-header #sticks-to-top #address-block ul li, #header.fixed-header #sticks-to-top #address-block ul li a {
	color: #747474;
	text-shadow: -1px -1px 0px #eee;
	border-bottom: 0;
}
#header.fixed-header #sticks-to-top nav > ul > li > a:hover, #header.fixed-header #sticks-to-top nav > ul > li > a.active-parent, #header.fixed-header #sticks-to-top #address-block ul > li > a:hover {
	color: #999;
}
#address-block {
	float: left;
	margin: 3px 0 0 15px;
	position: relative;
	z-index: 200;
}
#address-block ul {
	list-style: none;
}
#address-block ul li {
	display: inline-block;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 1.1em;
	text-transform: capitalize;
}
#address-block ul li:first-child {
	padding-left: 0;
}
#address-block ul li.smaller-gap {
	padding-left: 12px;
}
#address-block ul li a {
	color: #fff;
	padding-bottom: 10px;
}
#address-block ul li a:hover {
	color: #59c0f8;
}
#address-block i {
	margin-right: 5px;
	font-size: 20px;
}
#address-block i.icon-envelope {
	font-size: 0.8em;
	position: relative;
	top: -1px;
}
#address-block ul > li > a.active {
	border-bottom: 2px solid white;
}
.mess_f a{
	color: #fff;
}
/* CONTENT ELEMENTS
--------------------------------------------------------- */
.content {
	clear: both;
	position: relative;
	font-size: 1.2em;
	margin-bottom: 15px;
}
.home .content {
	margin-bottom: 0;
	margin-top: -30px;
}
.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;
	padding: 15px 0 45px 0;
	width: 100%;
}
.box_ver {
	margin-top:15px;
	clear: both;
	padding: 30px 0 0 0;
	width: 100%;
	background: url(../images/line-horz.png) repeat-x top;
}
.grey-box {
	clear: both;
	padding: 50px 0 50px 0;
	width: 100%;
	/*
	background: #333 url(../images/backbg.png) repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
	*/
	border-top: 0px solid #3e3e3e;
	border-bottom: 0px solid #3e3e3e;
}
.sub-heading-upper {
	clear: both;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 12px;
	margin-bottom: 25px;
}
p > span.sub-heading-upper {
	margin-bottom: 0;
}
.sub_heading_page {
	clear: both;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 8px;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
}
.sub_heading_rule {
	clear: both;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 8px;
	margin-top: 25px;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
}
#slider .sub-heading-upper {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 20px;
}
#breadcrumbs {
	width: 100%;
	padding: 5px 0 0 0;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
	line-height: 1.6;
	display: inline-block;
}
#breadcrumbs .divider {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	opacity: 0.3;
}
#breadcrumbs a {
	font-weight: bold;
	color: white;
}
#breadcrumbs a:first-child:before {
	font-family: FontAwesome;
	content: "\f015";
	padding-right: 10px;
	font-size: 1.1em;
}
#breadcrumbs a:hover {
	color: #ccc;
}
.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;
	margin: 30px 0 50px 0;
	padding: 0;
}
.right > table.references, .left > table.references {
	margin: 15px 0;
}
table.references td {
	border: 1px solid #ebebeb;
	padding: 20px 10px;
	text-align: center;
}
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;
}
.content table.references td img {
	width: 100%;
	max-width: 120px;
	height: auto;
	vertical-align: middle;
	-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;
	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"); /* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.content 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%);
}
.content .widgets {
	clear: both;
	padding: 65px 0 65px 0;
	width: 100%;
}
.team-member h3 {
	margin: 0 0 3px 0;
}
.team-member h4 {
	font-weight: 300;
	color: #747474;
}
.circle-image, .small-circle-image {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 25px;
	border: 3px solid white;
	-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;
}
.circle-image:hover, .small-circle-image:hover {
	box-shadow: 0 0 0 1px #ccc;
	-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;
}
.circle-image img, .small-circle-image img {
	width: auto;
	height: 100%;
	min-height: 200px;
	min-width: 200px;
}
.small-circle-image {
	width: 100px;
	height: 100px;
}
.small-circle-image img {
	min-height: 100px;
	min-width: 100px;
}
.interactive-map {
	width: 100%;
	text-align: center;
	position: relative;
}
.interactive-map > img {
	width: 80%;
	max-width: 900px;
	height: auto;
}
.interactive-map .pin {
	position: absolute;
	display: block;
	width: 10%;
	height: 200px;
}
.interactive-map .pin img {
	width: 50%;
	height: auto;
	-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;
}
.interactive-map .pin:hover img {
	width: 55%;
	margin-top: -10px;
}
.interactive-map .pin p {
	display: none;
	text-align: left;
}
.interactive-map .pin p:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 15px 15px 0 0;
	color: #444;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 70px;
}
.interactive-map .pin:hover p {
	display: block;
	width: 200px;
	background: white;
	padding: 18px 23px;
	font-size: 0.9em;
	border: 1px solid #eee;
	border-radius: 5px;
	position: absolute;
	top: -140px;
	left: 0;
	right: 0;
}
.content .social-icons {
	list-style: none;
	padding: 0;
}
.social-icons li {
	display: block;
	float: left;
	padding: 0 20px 0 0;
}
ul.tabs, ul.tags {
	list-style: none;
}
ul.tabs {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  grid-row-gap: 10px;
  padding: 0;
	margin-bottom: 25px;
}

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);
}


ul.tabs li a {
	display: flex;
  justify-content: center;
  align-items: center;
	padding: 9px 12px;
	cursor: pointer;
	position: relative;
	top: 0;
	white-space: nowrap;
	text-transform: uppercase;
	color: #B4B4B4;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #1c1c1c;
	border-radius: 3px;
	background-color: #333333;
	-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);
	background-image: -moz-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: -o-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: -webkit-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: linear-gradient(bottom, #333333 0%, #666666 100%);
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
ul.tabs li.active a {
  color: #fff;
  text-decoration: none;
  border: 0px solid #2f96a3;
  /* background: url(../images/btn1.jpg); */
  background-size: 100% 100%;
  background: linear-gradient(90deg, rgba(245,236,49,1) 0%, rgba(233,127,45,1) 25%, rgba(164,59,129,1) 50%, rgba(79,63,156,1) 75%, rgba(22,116,186,1) 100%);
}
ul.tabs a:hover {
	background-image: -moz-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: -o-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: -webkit-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: linear-gradient(bottom, #222222 0%, #666666 100%);
}
.tab {
	clear: both;
}
.vertical-tabs ul.tabs {
	width: 30%;
	border: 0;
	border-right: 1px solid #CECECE;
	padding-bottom: 25px !important;
}
.vertical-tabs ul.tabs li {
	float: none;
	margin: 2px 0 7px 0;
}
.vertical-tabs ul.tabs li a {
	border: 1px solid #CECECE;
	left: 1px;
	text-align: right;
	padding: 10px 10px 8px 13px;
	white-space: normal;
}
.vertical-tabs ul.tabs li.active a {
	border-top-color: #CECECE;
	border-right: 2px solid #fff;
	border-left: 1px solid #95B83F;
}
.vertical-tabs .tab {
	clear: none;
	width: 65%;
	float: left;
	margin: 0 0 0 3.5%;
}
ul.tags {
	display: block;
	margin-bottom: 15px;
	padding: 0 !important;
}
ul.tags li {
	display: inline-block;
	margin: 0 4px 5px 0;
	padding: 0 !important;
}
ul.tags li a {
	display: block;
	padding: 6px 13px 6px 13px;
	text-align: center;
	font-size: 0.9em;
	cursor: pointer;
	background: #eee;
	border: 1px solid #CECECE;
	font-weight: 400;
	border-radius: 4px;
}
ul.tags li a.active {
	color: #fff;
	background: #95B83F;
	border-color: #95B83F;
}
ul.tags a:hover {
	color: #1f1f1f;
	background: #E8E8E8;
}
.loop-pagination span.current {
	display: inline-block;
	margin: 0 2px 5px 0;
	padding: 6px 13px 6px 13px;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	background: #95B83F;
	border: 1px solid #95B83F;
	font-weight: 400;
	border-radius: 4px;
}
.loop-pagination a {
	display: inline-block;
	margin: 0 2px 5px 0;
	padding: 6px 13px 6px 13px;
	text-align: center;
	font-size: 0.9em;
	background: #eee;
	border: 1px solid #CECECE;
	font-weight: 400;
	border-radius: 4px;
}
.accordion-title {
	margin: 0 0 11px 0 !important;
	padding: 0 !important;
}
.accordion-style1 .accordion-title a {
	display: block;
	border-top: 1px dotted #CECECE;
	padding: 12px 0 0 0;
}
.accordion-style1 .accordion-title:first-child a {
	border: 0;
	padding-top: 0;
}
.accordion-style1 .accordion-title a:before {
	content: '+';
	font-weight: 300;
	font-size: 1.4em;
	color: white;
	position: relative;
	display: inline-block;
	width: 21px;
	height: 21px;
	line-height: 20px;
	vertical-align: middle;
	margin: -2px 12px 0 0;
	text-align: center;
	background: #474747;
}
.accordion-style1 .accordion-title a.active:before {
	background: #0090EC;
	content: '-';
}
.accordion-style2 .accordion-title a {
	display: block;
	padding: 6px 4px 5px 7px;
	background: #eee;
	border: 1px solid #CECECE;
	font-weight: 400;
	border-radius: 4px;
}
.accordion-style2 .accordion-title a:hover {
	background: #E8E8E8;
}
.accordion-style2 .accordion-title a:before {
	content: '+';
	font-weight: 300;
	font-size: 1.4em;
	color: white;
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 19px;
	vertical-align: middle;
	margin: -2px 15px 0 0;
	text-align: center;
	background: #474747;
}
.accordion-style2 .accordion-title a.active:before {
	background: #0090EC;
	content: '-';
}
.content .pricing table {
	float: left;
	padding: 0 0 15px 0;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	border-collapse: collapse;
	color: #777;
}
.content .pricing table.highlighted {
	position: relative;
	top: -20px;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
}
.content .pricing th {
	padding: 12px 20px;
	text-align: center;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #E2E2E2;
}
.content .pricing table.highlighted th {
	padding: 22px 20px;
}
.content .pricing td {
	padding: 10px 20px;
	text-align: center;
	border: 0;
	border-bottom: 1px solid #E2E2E2;
	background: #fafafa;
}
/* .content .pricing table tbody tr:nth-child(even) td { background: #fafafa; }
.content .pricing table tbody tr:nth-child(odd) td { background: #f8f8f8;  } */
.content .pricing table tfoot td {
	padding: 20px 20px;
	background: #f3f3f3;
}
.content .pricing table.highlighted tfoot td {
	padding: 25px 20px;
}
.content .pricing th.heading {
	background: #0090EC;
	color: white;
	font-weight: bold;
	font-size: 1.15em;
}
.content .pricing table.highlighted th.heading {
	background: #005D99;
	font-size: 1.4em;
}
.content .price {
	font-size: 2.5em;
	color: #444;
	line-height: 1.4;
	font-weight: 300;
}
.content .pricing table.highlighted .price {
	font-size: 3.5em;
}
.content .price span {
	font-size: 0.4em;
	display: block;
	color: #444;
	font-weight: bold;
}
.content .pricing table.highlighted .price span {
	font-size: 0.3em;
}
.content .pricing table {
	width: 24.8%;
}
.content .pricing.three table {
	width: 32.8%;
}
.content .pricing.four table {
	width: 24.8%;
}
.content .pricing.five table {
	width: 19.8%;
}
.content table.features {
	margin-top: 152px;
}
.content table.features td {
	text-align: right;
}
.content table i {
	line-height: 0.7;
}
.quote {
	clear: both;
}
.quote blockquote {
	background: #ebebeb;
	border-radius: 5px;
	padding: 20px 25px 5px 25px;
	position: relative;
}
.quote blockquote:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 15px 15px 0 0;
	color: #444;
	border-color: #ebebeb transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 110px;
}
.quote footer .author-image {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 40px;
	float: left;
	margin: 0 35px 35px 15px;
}
.quote footer .author-image img {
	width: 100%;
	height: auto;
}
.quote footer .author {
	display: block;
	margin: 20px 10px 0 3px;
	font-size: 0.9em;
}
.content article {
	clear: both;
	margin: 0 0 25px 0;
	width: 100%;
}
.content article:after {
	content: "";
	display: block;
	clear: both;
}
.content article img {
	max-width: 100%;
}
.content article iframe {
	width: 100%;
}
.content .post-thumb {
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.content .post-thumb .cycle {
	min-height: 450px;
}
.content .post-image {
	margin: 0 0 20px 0;
}
.content .entry-footer {
	margin: 0;
	clear: both;
	font-size: 0.9em;
}
.content .entry-meta p.left {
	padding-top: 6px;
}
article .entry-byline {
}
article .entry-summary {
	margin-bottom: 50px;
}
article .entry-content h1, article .entry-summary h1 {
	color: #111;
	font-size: 1.4em;
	margin: 0 0 18px 0;
	text-transform: none;
}
.content .entry-byline ul {
	display: inline-block;
	list-style: none;
	padding: 0 0 10px 0;
	font-size: 0.85em;
	font-weight: 400;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}
.content .entry-byline ul li {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
	padding-right: 15px;
}
.content .entry-byline ul strong i {
	padding: 3px 5px 0 0;
}
.widget article .post-featured-image {
	float: left;
	width: 27%;
	padding: 0 3% 0 0;
}
.widget article .entry-content {
	float: left;
	width: 67%;
	padding: 0 3% 0 0;
}
article .post-featured-image img {
	width: 100%;
	height: auto;
	margin-top: 4px;
}
p.entry-date {
	margin-bottom: 15px;
}
h3.entry-title {
	font-size: 1.2em;
	margin-bottom: 12px;
}
p.more-link a {
	border-bottom: 1px dotted;
	font-size: 0.9em;
	position: relative;
	top: -10px;
}
.content #related-posts {
	clear: both;
	margin-top: 40px;
}
.content #related-posts .gallery {
	margin-top: -15px;
}
.content #related-posts .list_games .list_games-item {
	opacity: 1;
	display: block;
}
.content .input-block.p50.right {
	width: 46%;
	padding-right: 1%;
}
.content .input-block {
	padding-bottom: 15px;
}
#contactform #verify {
	margin: 5px 0 0 0;
}
#message h1 {
	display: block;
	float: none;
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
#commentform .form-author, #commentform .form-email {
	width: 31.3%;
	float: left;
	padding-right: 3%;
}
#commentform .form-url {
	width: 30%;
	float: left;
}
#commentform .form-textarea {
	clear: both;
}
.content ol.comment-list {
	list-style: none;
	padding: 0 0 20px 0;
}
.content ol.comment-list li {
	border-bottom: 1px dotted #c7c7c7;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
.comment-list .avatar {
	float: left;
	margin: 0 15px 10px 0;
}
.comment-meta {
	font-size: 0.85em;
	color: #747474;
	padding-bottom: 10px;
}
.comment-meta span {
	padding-right: 10px;
}
.comment-reply-link {
	float: right;
	background: white;
	padding: 0 0 0 10px;
}
#back-to-top {
	position: absolute;
  cursor: pointer;
  top: -110px;
  left: 50%;
  margin-left: -29px;
  width: 53px;
  height: 56px;
  text-align: center;
  z-index: 10000;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  /*background: url(../images/btn1.jpg);
  background-size: 100% 100%;*/
  -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(0.9, 0.9);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
/* 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%;
	padding: 45px 45px 20px 45px;
	box-sizing:border-box;
}
.list_games-icon {
	width: 100%;
}
.slotgame .list_games-item {
	opacity: 0;
	display: none;
	width: 22.6%;
	margin: 0 0 30px 2.8%;

	box-sizing: border-box;
	border-radius: 3px;
	padding: 3px;


	border: 1px solid #1c1c1c;
	background-color: #333333;
	background-image: -moz-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: -o-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: -webkit-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: linear-gradient(bottom, #333333 0%, #666666 100%);


-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.20);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.20);

}
.slotgame .list_games-item:nth-child(4n+1) {
	margin-left: 0;
}
.slotgame .list_games-item img {
	width: 100%;
	float: left;
	background-size: 100% 100%;
	box-sizing: border-box;
	border-radius: 2px;
}
.slotgame .list_games-icon a {
	display: block;
	position: relative;
	cursor: pointer;
}
.slotgame .list_games-icon a span {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 6px;
	box-sizing: border-box;
	text-transform: capitalize;
	border-radius: 3px;
	padding: 8px 0;
	color: #ddd;
	font-weight: 700;

}
.slotgame .list_games-icon:hover a span {
	/*box-shadow: inset 0 40px 0 #414a62;*/
	color: #fff;
	background-size: 100% 200%;
}
.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%;
	height: 100%;
	padding: 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: 0
}
.btn_play {
	position: relative;
	width: 158px;
	height: 35px;
	top: 37%;
	display: block;
	margin: auto;
	text-align: center;
	line-height: 38px;
	text-transform:uppercase;
	font-weight:700;


	color: #fff;
	text-decoration: none;

	border: 1px solid #2f96a3;
	border-radius: 3px;
	background:url(../images/btn1.jpg);
	background-size:100% 100%;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.new_game {
	position: absolute;
	color: #fff !important;
	padding: 3px 7px !important;
	text-transform: uppercase !important;
	right: 5px;
	top: -19px;
	text-shadow: none;
	border-radius: 2px;
	background: #df0a0a !important;
	width: auto !important;
}

/* SIDEBAR
______________________________________ */
#sidebar .widget {
	clear: both;
	position: relative;
	margin: 0 0 35px 0;
}
#sidebar .widget ul {
	list-style: none;
	padding: 0 0 10px 0;
	line-height: 1.5;
}
#sidebar .widget ul.sidemenu li {
	display: block;
	border-bottom: 1px dotted #d7d7d7;
}
#sidebar .widget ul.sidemenu li a {
	display: block;
	padding: 7px 0;
}
#sidebar .widget ul.sidemenu li:first-child a {
	paddding-top: 0;
}
#sidebar .widget p {
	padding: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.5;
}
#sidebar .widget > p:last-child, .widget > ul:last-child {
	padding-bottom: 0;
}
#sidebar .widget .popular-posts li {
	display: block;
	border-bottom: 1px dotted #d7d7d7;
	margin: 0 0 10px 0;
}
#sidebar .widget .popular-posts li:last-child {
	border-bottom: 0;
}
#sidebar .widget .popular-posts .post-thumb {
	width: 24%;
	float: left;
	margin: 3px 0 10px 0;
}
#sidebar .widget .popular-posts .post-thumb img {
	width: 100%;
	height: auto;
}
#sidebar .widget .popular-posts .entry-summary {
	width: 70%;
	float: right;
}
#sidebar .widget .popular-posts .entry-meta {
	font-size: 0.9em;
}
/* FOOTER
--------------------------------------------------------- */
.footer {
	clear: both;
	background: #222 url('../images/bg_footer.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 100px 0 20px 0;
	color: #ebebeb;
	line-height: 1.7;
	position: relative;
	z-index: 5;
}
.footer h2, .footer h3 {
	font-size: 1.3em;
	text-transform: capitalize;
	color: #ebebeb;
}
.footer ul {
	list-style: none;
}
.footer ul li {
	padding: 12px 0 8px 0;
	/*background: url('../images/line-horz.png') left top repeat-x;*/
}
.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 .widgets {
	width: 100%;
}
.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%;
	color: #b9b9b9;
}
.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;
}

.bg_world {
	background: url('../images/bg_contact_us.png');
	background-size: contain;
	background-position: right 30px;
	background-repeat: no-repeat;
}

.img_qrcode {
	max-width: 100px;
}

.bottom {
	clear: both;
	margin: 0px;
	padding: 0px;
	/*background: url('../images/line-horz.png') left top repeat-x;*/
	background: linear-gradient(90deg, rgba(245,236,49,1) 0%, rgba(233,127,45,1) 25%, rgba(164,59,129,1) 50%, rgba(79,63,156,1) 75%, rgba(22,116,186,1) 100%);
	font-size: 1em;
	color: grey;
}
.copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
.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;
}
.zalo_img {
	vertical-align:top;

	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;
}
.zalo_img img{
	border-radius:4px;
	margin:0 5px;
	-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);
}
.zalo_img:hover img{
	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 li {
	background: none;
	padding: 0;
}
.footerbox a {
	text-transform: capitalize;
	color: #B9B9B9;
}
.footerbox a:hover {
	color: #59c0f8;
}

.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;
}
.footer ul.contact-info li a {
	text-transform: none;
}
.footer ul.contact-info li a i {
	font-size: 14px;
	line-height: 24px;
}
footer ul.contact-info li a i.fa-phone, footer ul.contact-info li a i.fa-wechat, footer ul.contact-info li a i.fa-skype {
	font-size: 16px;
}
.footer ul.contact-info img {
	width: 170px;
}

.img_contact {
	padding-right: 10px;
}

.img_footer_social {
	max-width: 30px;
	padding-right: 5px;
}

ul.info_country {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	background: url(../images/line-horz.png) repeat-x bottom;
	padding-bottom: 20px;
}
ul.info_country:last-child {
	background: none;
	margin-bottom: 0;
	padding: 0;
}
ul.info_country li {
	margin-bottom: 6px;
}
ul.info_country li a {
	color: #ddd;
}
ul.info_country li a:hover {
	color: #f8c059;
}
ul.info_country i {
	font-size: 16px;
	margin-right: 10px;
}

/*IMs ===== */
.ims-contact {
	width: 100%;
}
.imsbg-contact {
	margin: 0 8px 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
}
.imsbg-contact:last-child {
	margin-right: 0;
}

.ims-contact a {
	display: block;
	height: 26px;
	background: url(../images/ims.png);
	line-height:26px;
	text-align: left;
	padding-left: 50px;
}

.ims-contact a.phonecall {
	background-position: -2250px 0;
	width: 230px;
}
.ims-contact a:hover.phonecall {
	background-position: -2250px -80px;
}

.ims-contact a.skype {
	background-position: -739px 0;
	width: 230px;
}
.ims-contact a:hover.skype {
	background-position: -739px -80px;
}
.ims-contact a.linechat {
	background-position: -1128px 0;
	width: 230px;
}
.ims-contact a:hover.linechat {
	background-position: -1128px -80px;
}

.ims-contact a.facebook {
	width: 230px;
	background-position: -1523px 0;
}
.ims-contact a:hover.facebook {
	background-position: -1523px -80px;
}
.ims-contact a.email {
	width: 230px;
	background-position: -1880px 0;
}
.ims-contact a:hover.email {
	background-position: -1880px -80px;
}

.ims-contact a.wechat {
	width: 230px;
	background-position: -450px 0;
}
.ims-contact a:hover.wechat {
	background-position: -450px -80px;
}

.ims-contact a.zalo {
	width: 230px;
	background-position: -6px 0;
}
.ims-contact a:hover.zalo {
	background-position: -6px -80px;
}

/* ICONS
--------------------------------------------------------- */
#recentcomments li:before {
	font-family: FontAwesome;
	font-weight: normal;
	content: "\f075";
	padding: 0 12px 0 0;
}
/* 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;
}
ul.clock_time {
	float: right;
	padding: 0px;
	margin: 0 -10px 0px 0px;
	list-style: none;
}
.clock_time li {
	float: left;
	padding: 0px;
	margin: 3px 0px 0px 5px;
	color: #fff;
}
.clock_time li i {
	font-size: 20px;
}
.clock_time li a {
	font-size: 1.1em;
	line-height: 1.6em;
	text-transform: capitalize;
	color: #fff;
	padding: 0;
	white-space: nowrap;
	margin-right: 15px;
}
.clock_time li a:hover {
	color: #FFC904;
}
ul.tci_list {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
.tci_list li {
	float: left;
	padding: 0px;
	margin: 0px;
}
.tci_list li.empty {
	float: left;
	width: auto;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 18px 0px 0px;
	background: none;
	border-radius: 0px;
}
.tci_list li.empty a {
	float: left;
	width: auto;
	background: none;
	color: #999;
	line-height: 40px;
}
.tci_list li.empty a:hover {
	color: #e3e3e3;
}
/*Languages*/

.last_menu_item {
	padding-right: 50px;
}

ul.ldd_languages {
	position: absolute;
	right: 0;
	top: 36px;
	width: 40px;
	cursor: pointer;
	list-style: none;
	font-size: 1.1em;
	padding: 0;
}
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: 30px;
	display: none;
	right: 0px;
	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;
	z-index: 12000;
	padding: 3px;
	border-radius: 4px;
	opacity: 0.95;
}
ul.ldd_languages ul {
	list-style: none;
	float: left;
}
ul.ldd_languages li {
	float: right;
	padding: 6px 8px 11px 0;
	width: 110px;
	position: relative;
	z-index: 90;
}
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: #333;
}
#languages_navi li {
	clear: both;
	width: 120px;
	color: #fff;
	list-style-type: none;
	padding: 8px 5px;
	cursor: pointer;
}
#languages_navi li:hover {
	background-color: #59c0f8;
	color:#111;
}
#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 PHONE*/
.login_form_phone {
	position: absolute;
	right: 0;
	top: 29px;
	border-radius: 0 0 5px 5px;
	width: 288px;
}
.login_form_phone fieldset {
	display: block;
	float: left;
	width: 90%;
	padding: 5%;
}
.login_form_phone figure {
	float: left;
	margin: 0 0 0 5px;
}
.login_form_phone img {
	width: 70px;
	height: 27px;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.login_form_phone span.capcha {
	width: 70px;
}
.login_form_phone fieldset span {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.login_form_phone .but_login {
	text-transform: uppercase;
	float: right;
	font-size: 1.1em;
	margin: 0 0 0 0;
	padding: 9px 10px 6px 10px;
	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);
}
/* login form*/
.login-form {
	position: absolute;
	right:82px;
	top: -18px;
}
.f_after .login-form {
	right:0;
}
ul.login_input {
	display: inline-block;
	list-style: none;
}
ul.login_input li {
	float: left;
	margin-right: 3px;
}
.login-form figure {
	float: right;
	margin: 0 2px 0 0;
}
.login-form figure img {
	width: 50px;
	height: 25px;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.capcha_w input {
	width: 64px;
	text-align: center;
}

.pass_w input{
	width: 85px;
}
.login-form fieldset input{
	padding: 3px 5px;
}
.btn_forgot{
	display: none;
	line-height: 24px;
}
.but_login {
	text-transform: uppercase;
	float: right;
	height:24px;
	line-height:26px;
	font-size: 1.1em;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	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);
}
.btn_register {
	position: absolute;
	right: 0;
	top: -18px;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
	height:24px;
	line-height:26px;
	font-size: 1.1em;
	margin: 0 0 0 0;
	padding: 0 !important;
	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);
}
.but_logout {
	text-transform: capitalize;
	float: right;
	margin: 0;
	padding: 0 10px 0 10px;
	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);
	height:24px;
	line-height:24px;
}
.login_input {
	float: right;
}
.login-form fieldset {
	float: right;
}
.control_btnlogin {
	display: none;
}
.login-form fieldset input{
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	color: #b1b1b1;
	display: block;
	vertical-align: middle;
	background-color: #000;
	border: 1px solid #707070;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
	font-size: 100%;
}

.login-form fieldset input: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 #000;
	font-size: 100%;
}
/*After Login*/
.user_balance ul {
	list-style: none;
}
.user_balance ul li {
	display: inline-block;
	padding: 0 0 0 10px;
	color: #ffffff;
	font-size: 1.1em;
	text-transform: capitalize;
}
.user_balance ul li:first-child {
	padding-left: 0;
}
.user_balance i {
	margin-right: 5px;
	font-size: 20px;
}
.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{
	padding-top:2px;
}
.mess_f i{
	margin-top:-2px;
}
.count_mes {
	position: relative;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	padding: 2px 6px !important;
	right: 12px;
	top: -9px;
	text-shadow: none;
	border: 1px solid #a00000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	background-color: #df0a0a;
	background-image: -webkit-linear-gradient(top, #f26870, #ec0e23);
	background-image: -moz-linear-gradient(top, #f26870, #ec0e23);
	background-image: -o-linear-gradient(top, #f26870, #ec0e23);
	background-image: -ms-linear-gradient(top, #f26870, #ec0e23);
	background-image: linear-gradient(top, #f26870, #ec0e23);
	-webkit-box-shadow: inset 0 1px #ffa7a7;
	-moz-box-shadow: inset 0 1px #ffa7a7;
	box-shadow: inset 0 1px #ffa7a7;
}
.mid_header {
	position: absolute;
	top: 23px;
	z-index: 200;
	width: 100%;
	height: 125px;
	background: url(../images/bg_header.png) no-repeat top center;
}
.btn_gen {
	color: #fff;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 0px 10px;
	font-size: 12px;
	border-radius: 3px;
	/* background: url(../images/btn1.jpg); */
	background: linear-gradient(90deg, rgba(245,236,49,1) 0%, rgba(233,127,45,1) 25%, rgba(164,59,129,1) 50%, rgba(79,63,156,1) 75%, rgba(22,116,186,1) 100%);
	background-size: 100% 100%;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.btn_gen:hover {
	color: #fff;
	background-size:100% 200%;
}



.download-box {
	width:100%;

	margin-bottom:30px;
}

.bt_down {
	display: inline-block;
	text-align: center;
	padding: 0;
	width: 310px;
	height: 72px;
	margin: 15px 5px 0;
	border-radius: 5px;
	text-decoration: none;
	color: #111;
	border:1px solid #000;


	background: url(../images/bg_down.png);
	background-size: 100% 100%;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-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);
}
.bt_down:hover {
	background-size: 100% 100%;
	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: 54px;
	width: auto;
	float: left;
	margin: 8px 7px 0 15px;
	border: 1px solid #ccc;
}


/* windows button */

.bt_down_windows {
	display: inline-block;
	text-align: center;
	padding: 0;
	width: 310px;
	height: 72px;
	margin: 15px 5px 0;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	border:1px solid #000;
	background: url(../images/bg_down_windows.png);
	background-size: 100% 100%;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-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);
}
.bt_down_windows:hover {
	background-size: 100% 100%;
	color: #000;
}

.bt_down_windows i {
	float: left;
	margin-left: 35px;
	margin-right: 15px;
	display: block;
	line-height: 72px;
}
.bt_down_windows span {
	float: left;
	display: block;
	text-align: left;
	padding-top: 17px;
	line-height: 1.3em;
	font-size: 14px;
}
.bt_down_windows b {
	font-weight: bold;
}
.bt_down_windows img {
	height: 54px;
	width: auto;
	float: left;
	margin: 8px 7px 0 15px;
	border: 1px solid #ccc;
}

/* end: windows button */


/* iphone button */

.bt_down_iphone {
	display: inline-block;
	text-align: center;
	padding: 0;
	width: 310px;
	height: 72px;
	margin: 15px 5px 0;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	border:1px solid #000;
	background: url(../images/bg_down_iphone.png);
	background-size: 100% 100%;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-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);
}
.bt_down_iphone:hover {
	background-size: 100% 100%;
	color: #000;
}

.bt_down_iphone i {
	float: left;
	margin-left: 35px;
	margin-right: 15px;
	display: block;
	line-height: 72px;
}
.bt_down_iphone span {
	float: left;
	display: block;
	text-align: left;
	padding-top: 17px;
	line-height: 1.3em;
	font-size: 14px;
}
.bt_down_iphone b {
	font-weight: bold;
}
.bt_down_iphone img {
	height: 54px;
	width: auto;
	float: left;
	margin: 8px 7px 0 15px;
	border: 1px solid #ccc;
}

/* end: iphone button */



/* android button */

.bt_down_android {
	display: inline-block;
	text-align: center;
	padding: 0;
	width: 310px;
	height: 72px;
	margin: 15px 5px 0;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	border:1px solid #000;
	background: url(../images/bg_down_android.png);
	background-size: 100% 100%;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-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);
}
.bt_down_android:hover {
	background-size: 100% 100%;
	color: #000;
}

.bt_down_android i {
	float: left;
	margin-left: 35px;
	margin-right: 15px;
	display: block;
	line-height: 72px;
}
.bt_down_android span {
	float: left;
	display: block;
	text-align: left;
	padding-top: 17px;
	line-height: 1.3em;
	font-size: 14px;
}
.bt_down_android b {
	font-weight: bold;
}
.bt_down_android img {
	height: 54px;
	width: auto;
	float: left;
	margin: 8px 7px 0 15px;
	border: 1px solid #ccc;
}

/* end: android button */


img.icon_down {
	margin: 11px 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: 13px;
}
.btn_onslide {
	display:inline-block;
	padding: 10px 30px 10px 30px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 15px;
	-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 {
	display: none;
	position: absolute;
	top: 95px;
	right: 100px;
	width: 400px;
	color:#ddd;
}

.logo_powerded {
	padding-top: 5px;
	padding-bottom: 5px;
}

a.powered_by {
	background: url(../images/logo_alt.png);
	background-position: 0 0;
	float: right;
	height: 37px;
	margin: 0 10px 0 5px;
	width: 127px;
}
a.powered_by:hover {
	background-position: 0 -46px;
}
a.powered_by_slc {
	background: url(../images/logo_slc.png);
	background-position: 0 0;
	float: right;
	height: 37px;
	margin: 0;
	width: 62px;
}
a.powered_by_slc:hover {
	background-position: 0 -46px;
}

a.eighteen_plus {
	background: url(../images/eighteen_plus.png);
	float: right;
	height: 39px;
	margin: 0;
	width: 39px;
}

.img_eighteen_plus {
	max-height: 29px;
	padding-right: 20px;
}

.img_powered_by {
	max-height: 39px;
}

a.eighteen_plus:hover {
}

.banner_home {
	padding: 3px;
	display: block;
}
.wechat_color {
	color: white;
	text-shadow: 1px 1px rgba(111,83,8,.15);
	border: 1px solid #50be56;
	background-color: #64d069;
	-webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
	background-image: -moz-linear-gradient(bottom, #50be56 0%, #6ade70 100%);
	background-image: -o-linear-gradient(bottom, #50be56 0%, #6ade70 100%);
	background-image: -webkit-linear-gradient(bottom, #50be56 0%, #6ade70 100%);
	background-image: linear-gradient(bottom, #50be56 0%, #6ade70 100%);
}
.facebook_color {
	color: white;
	text-shadow: 1px 1px rgba(111,83,8,.15);
	border: 1px solid #3a5a9d;
	background-color: #3b5998;
	-webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
	background-image: -moz-linear-gradient(bottom, #3a5a9d 0%, #567ed0 100%);
	background-image: -o-linear-gradient(bottom, #3a5a9d 0%, #567ed0 100%);
	background-image: -webkit-linear-gradient(bottom, #3a5a9d 0%, #567ed0 100%);
	background-image: linear-gradient(bottom, #3a5a9d 0%, #567ed0 100%);
}
.skype_color {
	color: white;
	text-shadow: 1px 1px rgba(111,83,8,.15);
	border: 1px solid #1294c9;
	background-color: #1daeea;
	-webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
	background-image: -moz-linear-gradient(bottom, #1294c9 0%, #33b2e6 100%);
	background-image: -o-linear-gradient(bottom, #1294c9 0%, #33b2e6 100%);
	background-image: -webkit-linear-gradient(bottom, #1294c9 0%, #33b2e6 100%);
	background-image: linear-gradient(bottom, #1294c9 0%, #33b2e6 100%);
}
.google_color {
	color: white;
	text-shadow: 1px 1px rgba(111,83,8,.15);
	border: 1px solid #c24332;
	background-color: #d34836;
	-webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
	background-image: -moz-linear-gradient(bottom, #c24332 0%, #e16251 100%);
	background-image: -o-linear-gradient(bottom, #c24332 0%, #e16251 100%);
	background-image: -webkit-linear-gradient(bottom, #c24332 0%, #e16251 100%);
	background-image: linear-gradient(bottom, #c24332 0%, #e16251 100%);
}
.yahoo_color {
	color: white;
	text-shadow: 1px 1px rgba(111,83,8,.15);
	border: 1px solid #7c3c97;
	background-color: #8e44ad;
	-webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
	background-image: -moz-linear-gradient(bottom, #7c3c97 0%, #a55cc3 100%);
	background-image: -o-linear-gradient(bottom, #7c3c97 0%, #a55cc3 100%);
	background-image: -webkit-linear-gradient(bottom, #7c3c97 0%, #a55cc3 100%);
	background-image: linear-gradient(bottom, #7c3c97 0%, #a55cc3 100%);
}
.gen_scan{
	margin:auto;
	width:100%;
	margin-bottom:10px;
}

.bg_scan{
	max-width: 120px;
	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;
}

.text_effect {
	color: #fff !important
}

p.text_r {
	text-align: right;
}
p.text_l {
	text-align: left;
}
p.text_c {
	text-align: center;
}
.btn_dark {
	color: white;
	text-decoration: none;
	text-shadow: 0 .0625em .0625em rgba(111,83,8,.15);
	border: 1px solid #1c1c1c;
	background-color: #333333;
	background-image: -moz-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: -o-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: -webkit-linear-gradient(bottom, #333333 0%, #666666 100%);
	background-image: linear-gradient(bottom, #333333 0%, #666666 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);
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.btn_dark:hover {
	background-image: -moz-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: -o-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: -webkit-linear-gradient(bottom, #222222 0%, #666666 100%);
	background-image: linear-gradient(bottom, #222222 0%, #666666 100%);
}
.btn_dark:active {
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.2); /* inner shadow */
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.2); /* inner shadow */
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2); /* inner shadow */
	background-image: -moz-linear-gradient(bottom, #666666 0%, #333333 100%);
	background-image: -o-linear-gradient(bottom, #666666 0%, #333333 100%);
	background-image: -webkit-linear-gradient(bottom, #666666 0%, #333333 100%);
	background-image: linear-gradient(bottom, #666666 0%, #333333 100%);
}
.box_content {
	width:100%;
	float:left;
	border: 1px solid #333;
	box-sizing: border-box;
	background: #333 url(../images/backbg.png) repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
	margin-bottom: 50px;
}
/*FAQs */
.accrodation {
	width: 90%;
	padding: 5%;
	margin: 0;
}
.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-bottom: 1px solid #444;
	border-top: 1px solid #444;
}
.acc-trigger a:hover {
	background-color: #555;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
	color: #f8c059;
}
.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 {
	text-decoration: underline;
}
.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;
	font-weight: bold;
	line-height: 30px;
}
/*DIaglog*/
.box_tranfer {
  padding: 10px;
}
.form_dialog {
  line-height: 32px;
}
.form_dialog label {
  float: left;
  font-size: 100%;
  font-weight: bold;
  padding: 0;
}
.form_dialog input {
  vertical-align: baseline;
}
.form_dialog input[type=text] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #BBBBBB;
  color: #666;
  margin: 0;
  display: block;
  float: left;
  padding: 4px 5px 4px 5px;
  background-color: #f0f0f0;
}
.diglog_btn {
  padding: 7px 15px;
  margin: 0 10px 0 0;
  color: #fff !important;
  border-radius: 4px;
  text-transform: capitalize;
}
.info_register {
  color: #b94409;
  display: block;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  padding-top: 4px;
}
.input-register .add-on {
  position: absolute;
  margin-left: -5px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  font-weight: normal;
  line-height: 28px;
  min-width: 16px;
  padding: 0 10px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  text-transform: capitalize;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
}
.info_error {
  color: red;
}
ol.box_footer_link {
  display: none;
  background: url(../images/line-horz.png) top repeat-x;
  margin: 30px auto 0;
  clear: both;
  padding: 12px 0;
  width: 100%;
  text-align: center;
}
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: #888;
}
.box_footer_link a:hover {
  color: #59c0f8;
}
.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: #F1CA00;
}
/*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: middle;
  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;
  line-height: 18px;
}
.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;
  margin-top: -1px;
}
.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: #f5c400 !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;
}

/*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 #2e2e2e;
	border-top: none;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}
.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;
}

.box_profile {
  width: 70%;
  margin: auto;
}

.btn_join{
	padding:10px 0;
	font-size:16px;
	text-transform:uppercase;
	margin:auto;
	margin-top:30px;
	width:280px;
	display:block;
}

/*JACKPOT*/
.jackpot_gen {
  clear: both;
  width: 100%;
  float: left;
  margin: -75px 0 60px 0;
}
.jackpot_box {
  width: 650px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: 70px auto -10px auto;
  padding: 55px 30px 2px 30px;
  background: url("../images/jackpot/bg_jackpot.jpg");
  background-size: 100% 100%;
  border-radius: 20px;
  border: 1px solid #e5c77d;
}
.jackpot_box .jp_grand {
  position: absolute;
  top: -70px;
  left: calc(50% - 350px);
  z-index: 100;
  display: inline-block;
  background: url("../images/jackpot/jackpot_box_top.png") top center no-repeat;
  background-size: 350px;
  width: 700px;
  height: 180px;
  pointer-events: none;
}
.money_jackpot {
  display: inline-block;
  position: relative;
  z-index: 11;
  margin: auto;
}
.money_jackpot a {
  display: block;
  margin: 10px 0 18px 0;
}
.money_jackpot a img {
  float: left;
}
.tit_jackpot {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.money_jackpot p {
  float: left;
  margin-left: 8px;
  padding: 0;
  white-space: nowrap;
  font-size: 280%;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  background: -webkit-linear-gradient(#fff8dd, #f5b431);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
}
.logo_b2b {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 40px;
}
.logo_b2b img {
  width: 100%;
}
a.JPlist_btn {
  display: inherit;
  outline: none;
}
a.JPlist_btn p {
  position: relative;
}
/*a.JPlist_btn p::after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    right: -5px;
    background: url("../images/jackpot/list_btn.png") no-repeat center;
    background-size: contain;
    z-index: 99;
}*/
.PNjackpot {
  position: absolute;
  z-index: 12;
  left: 0;
  bottom: -19px;
  width: 100%;
  text-align: center;
}
.PNjackpot a {
  display: inline-block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  background: url("../images/jackpot/Play-Now_Button.png");
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.w50 {
  width: 50%;
}
.jpWinner td {
  vertical-align: middle;
}
@media screen and (max-width: 905px) {
  .jackpot_box {
    width: 600px;
  }
  .jackpot_box .jp_grand {
    left: calc(50% - 300px);
    width: 600px;
  }
}
@media screen and (max-width: 680px) {
  .money_jackpot a {
    margin: 10px 0 28px 0;
  }
  .jackpot_box {
    width: 360px;
    margin: 60px auto -15px auto;
  }
  .jackpot_box .jp_grand {
    top: -65px;
    background-size: 300px;
    left: calc(50% - 150px);
    width: 300px;
  }
  .money_jackpot a img {
    width: 30px;
  }
  .money_jackpot p {
    font-size: 220%;
    line-height: 30px;
  }
}
.blink span {
  color: #ffff00;
  animation: blink 1s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/*END Jackpot*/

/*TRANSACTION REPORT*/
.tranid_report {
  width: 1000px;
}
.scroll_table {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
}
.text_total td {
  font-weight: bold;
  color: #f5b50c  !important;
}
.popup_report .form_dialog .control-group {
	padding: 0 0 10px 0 !important;
}
@media screen and (max-width: 1018px) {
  .tranid_report {
    width: 800px;
  }
}
@media screen and (max-width: 905px) {
  .tranid_report {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .popup_report {
    width: 340px !important;
  }
  .tranid_report {
    width: 340px;
  }
}
/*END TRANSACTION*/
