/*
 Theme Name:   HTML5blank Child
 Theme URI:    n/a
 Description:  HTML5blank Child Theme
 Author:       Nextbet Affiliate
 Author URI:   n/a
 Template:     html5blank
 Version:      1.0.0
 Tags:         n/a
 Text Domain:  html5blank-child
 */

/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */

/**
* @Modified 2017-03-27 MT 304
* @Modified 2017-05-12 MT 645
* @Modified 2017-06-15 AN 303
* @Modified 2017-09-18 CP WOM-1616
* @Modified 2017-10-09 APS 1986
* @Modified 2017-10-17 APS 2058
* @Modified 2017-10-27 JI 2201
*/

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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	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;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

/*	a: focus, a :active,
 a: visited, a img :focus, a
 img: active, a img :visited,
 button: focus, button :active,
 button: visited                                                                                                                                                               {
 border: none;
 outline: none;
 }*/

/* Fonts */
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('fonts/myriadpro-reg/MyriadPro-Regular.woff') format('woff'), url('fonts/myriadpro-reg/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/myriadpro-reg/MyriadPro-Regular.ttf') format('truetype'), url('fonts/myriadpro-reg/MyriadPro-Regular.otf') format('opentype'), url('fonts/myriadpro-reg/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

/* clear */
.clear:before, .clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}

/* General */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

html[lang="ko"] body {
	font-family: "Malgun Gothic", Arial, sans-serif !important;
}

html[lang="th"] body {
	font-family: Tahoma !important;
}

html[lang="zh"] body {
	font-family: "Microsoft Yahei","微软雅黑",宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}

.home .main {
	margin: 0;
}

.main {
	margin: 50px 0;
}

.wrapper-inner {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
}

.wrapper-inner .title {
	font-family: "MyriadPro-Regular";
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003c79;
}

.wrapper-inner-2 {
	margin: 0 auto;
	max-width: 1095px;
	width: 100%;
}

a {
	color: #444;
}

.wrapper-inner p {
	line-height: 1.5;
}

/* Header */
.header {
	background: #003c79;
}

.header #top {
	border-bottom: 1px solid #00274e;
}

.header #bottom {
	border-top: 1px solid #004f9f;
	border-bottom: 1px solid #00274e;
}

.logo {
	float: left;
	margin: 18px 0 13px;
}

.login-register {
	float: right;
	margin-top: 25px;
}

.login-register a {
	border-radius: 2px;
	color: #000;
	display: inline-block;
	padding: 7px;
	text-align: center;
	width: 95px;
}

#login-btn {
	background: #eff0f1;
}

#register-btn {
	background: #ffcd00;
}

/* Main Menu Navigation */
#main-nav {
	height: 25px;
	margin: 5px 0;
	float: left;
}

#main-nav ul {
	margin: 0;
	padding: 0;
}

#main-nav li {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0 15px 0 0;
	padding: 0;
	position: relative;
}

#main-nav li a {
	font-family: 'MyriadPro-Regular';
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #FFF;
	text-transform: uppercase;
}

#main-nav .current_page_item a, #main-nav a:hover {
	background: #012951;
	border-radius: 3px;
	box-shadow: 0 -1px 0 #2d6fb2 inset, 0 1px 1px rgba(0, 0, 0, 0.75) inset;
}

#main-nav ul ul {
	display: none;
	position: absolute;
	top: 30px;
}

#main-nav ul ul li {
	float: none;
	width: 150px;
}

#main-nav ul ul li a {
	padding: 5px 10px;
}

#main-nav ul li:hover > ul {
	display: block;
}

#main-nav ul ul li ul {
	left: 150px;
	top: 0;
}

/* Language Selector */
#language-selector {
	border-right: 1px solid #00274e;
	border-left: 1px solid #00274e;
	float: right;
	margin-top: 1px;
	padding: 5px 15px;
	position: relative;
		-webkit-transition: all 0.4s ease;                  
	    -moz-transition: all 0.4s ease;                 
	    -o-transition: all 0.4s ease;   
	    -ms-transition: all 0.4s ease;          
	    transition: all 0.4s ease;
}
#language-selector div{
	cursor: pointer;
}
#language-selector i {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  vertical-align: top;
  margin: 5px;
}
#language-selector .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#language-selector ul{
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	right: auto;
	top: 37px;
	background-color: #012951 !important;
	z-index: 1;
}
#language-selector:hover ul{
	display: block;
}
#language-selector ul li{
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#language-selector ul li a{
	width: 100%;
	display: inline-grid;
}




#lang_sel li {
	width: 80px;
}

#lang_sel a.lang_sel_sel {
	background: #003c79 !important;
}

#lang_sel li ul a, #lang_sel li ul a:link, #lang_sel li ul a:visited {
	background-color: #012951 !important;
}

#lang_sel a {
	border: none !important;
}

#lang_sel a, #lang_sel a:visited {
	border-color: none !important;
}

#lang_sel img.iclflag {
	height: 24px;
	width: 36px;
}

#lang_sel ul ul {
	border-top: 1px solid #003c79 !important;
}

.lang_sel_sel:after {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #eff0f1;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 2px;
	right: 0;
}

#lang_sel img.iclflag {
	top: 5px !important;
}

#lang_sel ul li ul li img.iclflag {
	top: 1px !important;
}

#lang_sel ul ul {
	top: 33px !important;
	width: 80px !important;
	z-index: 1005;
}

/* Homepage */
.homepage-featured-image {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#language-selector ul li:last-child a img{
	  width: 30px;
    border-radius: 2px;
    position: relative;
    left: 3px;
}
#home-banner-1900px {
	width: 100%;
	height: 500px;
}

#home-banner-1000px {
	width: 100%;
	height: 400px;
	display: none;
}

#home-banner-768px {
	width: 100%;
	height: 420px;
	display: none;
}

#home-banner-460px {
	width: 100%;
	height: 252px;
	display: none;
}

#home-banner-320px {
	width: 100%;
	height: 365px;
	display: none;
}

.percentile-image-text img {
	width: 75%;
}

.title-first-row {
    font-size: 40px;
    color: #FFF;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
}

.title-second-row {
    font-size: 44px;
    color: #ffcd00;
    font-weight: bold;
    margin: 10px 0;
	text-transform: uppercase;

}

.homepage-featured-image .wrapper-inner {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.homepage-featured-image .banner-shoutout-box {
	max-width: 400px;
	width: 100%;
	text-align: center;
	/* position: absolute;
	top: 50px;
	right: 80px; */
}

.homepage-featured-image #join-now-btn {
	background: #efc335 none repeat scroll 0 0;
	border: 1px solid #1d0d00;
	border-radius: 3px;
	color: #1d0d00;
	display: inline-block;
	font-size: 43px;
	font-weight: bold;
	padding: 16px 40px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

.home .main .row {
	margin: 25px 0;
}

.row-block-1 .step {
	background: url("img/steps-bg.png") no-repeat center center;
	width: 405px;
	height: 143px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.row-block-1 .step span {
	font-family: 'Aero';
	color: #efc335;
	font-size: 40px;
	position: absolute;
	text-transform: uppercase;
}

.row-block-1 .step img {
	position: absolute;
}

.row-block-1 #step-promote {
	margin: 0 2px;
}

html[lang="ko"] .row-block-1 #step-promote {
	margin: 0 1px;
}

.row-block-1 #step-register span {
	left: 15px;
	top: 48px;
}

.row-block-1 #step-promote span {
	left: 38px;
	top: 48px;
}

.row-block-1 #step-earn span {
	left: 54px;
	top: 48px;
}

.row-block-1 #step-register img {
	right: 52px;
	top: 33px;
}

.row-block-1 #step-promote img {
	right: 57px;
	top: 22px;
}

.row-block-1 #step-earn img {
	right: 71px;
	top: 25px;
}

.row-block-2 div > h2 {
	color: #003c79;
	font-size: 30px;
	font-weight: bold;
}

.row-block-2 #why-join {
	border: 2px solid #003c79;
	border-radius: 10px 0 0 10px;
	float: left;
	height: 375px;
	margin-right: 25px;
	max-width: 800px;
	padding: 30px 50px;
	width: 100%;
}

.row-block-2 #why-join ul {
	margin: 25px 69px;
}

.row-block-2 #why-join ul li {
	background: rgba(0, 0, 0, 0) url("img/check-icon.png") no-repeat scroll left top;
	font-size: 20px;
	height: 45px;
	list-style: outside none none;
	margin: 0;
	padding: 18px 19px 0 49px;
}

.row-block-2 #why-join p {
	font-size: 18px;
	line-height: 1.5;
}

.row-block-2 #contact-us-side {
	background: rgba(0, 0, 0, 0) url("img/support-girl.jpg") no-repeat scroll 30px -32px;
	border: 2px solid #003c79;
	float: left;
	height: 375px;
	max-width: 405px;
	padding: 30px 20px;
	width: 100%;
	border-radius: 0 10px 10px 0;
}

.row-block-2 #contact-us-side p {
	font-size: 15px;
	line-height: 2;
	margin: 45px 0 0;
	position: absolute;
	width: 150px;
}

#com-scheme {
	border: 2px solid #003c79;
	padding: 35px 30px;
	text-align: center;
	border-radius: 10px;
}

#com-scheme h2 {
	color: #003c79;
	font-size: 25px;
	font-weight: bold;
}

#com-scheme ul {
	text-align: center;
	width: 100%;
	margin: 30px auto;
}

#com-scheme ul li {
	display: inline-block;
	font-family: "MyriadPro-Regular";
	font-size: 21px;
	font-style: italic;
	margin: 0 20px;
	color: #003c79;
}

#com-scheme ul li i {
	margin-right: 5px;
}


#com-scheme img {
	max-width: 447px;
	width: 100%;
}

/* Footer */
.footer {
	background: #003c79;
	text-align: center;
}

.footer .wrapper-inner {
	margin: 15px auto 0;
}

.footer .partners {
	margin: 20px;
	margin-bottom: 50px;
}

.footer .socials {
	margin: 20px;
}

.footer .partners a {
	display: inline-block;
	margin: 0px 10px;
}

.footer .socials a {
	display: inline-block;
	margin: 0 5px;
}

/* Signup Page */
.page-template-page-signup .main iframe {
	width: 100%;
	height: 1750px;
}

/* Commission Page */
.commission-page {
	font-size: 17px;
}

.commission-page a {
	text-decoration: underline;
}

.commission-page #com-scheme {
	border: none;
}

.commission-page p {
	margin: 20px 0;
}

.commission-page table {
	border: 5px solid #2e6fb3;
	border-collapse: collapse;
	color: #fff;
	margin: 45px auto;
	max-width: 598px;
	width: 100%;
}

.commission-page table tr th {
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.commission-page table tr td {
	padding: 10px;
	text-align: center;
}

.commission-page table tr:nth-child(odd) {
	background: #2e6fb3;
}

.commission-page table tr:nth-child(even) {
	background: #4a92dc;
}

.list-steps h2 {
	font-weight: bold;
}

.list-steps ul li {
	background: rgba(0, 0, 0, 0) url("img/check-icon.png") no-repeat scroll left top;
	font-size: 17px;
	list-style: outside none none;
	margin: 0 0 5px 0;
	padding: 18px 19px 0 49px;
	line-height: 1.5;
}

.list-steps ul {
	margin: 20px 0 0 80px;
}

/* Products Page */
.products-page {
	font-size: 17px;
}

.products-page .sub-title {
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}

.products-page ul {
	margin: 50px 0;
}

.products-page ul li {
	display: inline-block;
	margin: 15px 20px 15px 0;
}

.products-page ul li span {
	display: block;
}

/* FAQ Page */
.faq-page {
	min-height: 700px;
}

.faq-page .outer-box {
	background: #f3f3f3 none repeat scroll 0 0;
	margin: 20px 0 0;
	padding: 20px;
}

.faq-page .outer-box h2 {
	font-size: 20px;
	font-weight: bold;
	color: #444;
}

.faq-page .inner-box {
	margin: 20px;
}

button.accordion {
	background-color: #d3d3d3;
	border: medium none;
	color: #444;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	margin: 7px 0;
	outline: medium none;
	padding: 8px;
	text-align: left;
	transition: all 0.4s ease 0s;
	width: 100%;
}

button.accordion.active, button.accordion:hover {
	background-color: #ddd;
}

button.accordion:before {
	content: url("img/close-arrow.png");
	color: #777;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

button.accordion.active:before {
	content: url("img/open-arrow.png");
}

div.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

div.panel p {
	margin: 30px;
	font-size: 14px;
	line-height: 1.5;
}

/* Contact Us */
.contact-us-page {
	font-size: 17px;
	color: #8a8989;
}

.contact-us-page .wrapper-inner-2 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.contact-us-page p {
	margin: 20px 0;
	line-height: 1.5;
}

.contact-us-page .contact-options {
	line-height: 1.3;
	width: 450px;
	float: left;
}

.contact-us-page .social-options {
	line-height: 1.3;
	width: 450px;
	float: left;
}

.contact-us-page .contact-options div.item:first-child, .contact-us-page .social-options div.item:first-child {
	margin: 0;
}

.contact-us-page .contact-options div.item, .contact-us-page .social-options div.item {
	position: relative;
	margin: 30px 0;
}

.contact-us-page .contact-options div.item img, .contact-us-page .social-options div.item img {
	margin: 0 5px 0 0;
	vertical-align: middle;
	display: inline-block;
	width: 64px;
}

.contact-us-page .contact-options div.item div.desc, .contact-us-page .social-options div.item div.desc {
	width: 320px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

.contact-us-page .contact-options div.item:nth-child(2) img {
	vertical-align: top;
}

.contact-us-page .contact-form-box {
    padding: 35px 30px 35px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #003c79;
    background-color: white;
}

.contact-us-page .contact-form-box iframe {
	height: 530px;
	max-width: 450px;
	width: 100%;
}

.contact-us-page .contact-options div.item a, .contact-us-page .social-options div.item a {
	color: #8a8989;
	text-decoration: underline;
}
/* Login Page */
.page-template-page-login .header, .page-template-page-login .footer {
	display: none;
}

.login-page {
	height: 359px;
	width: 400px;
}

.login-page .lp-header {
	background: #0070e0 none repeat scroll 0 0;
	height: 39px;
	margin-bottom: 12px;
	position: relative;
	width: 100%;
	text-align:center;
}

.login-page .lp-header h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.login-page .lp-header #close-login-box-btn {
	background: #0062c4 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	font-size: 20px;
	padding: 3px 5px;
	position: absolute;
	right: 6px;
	top: 5px;
}

.login-page iframe {
	height: 185px;
	margin: 9px 11px;
	width: 377px;
}

.login-page .not-registered-box {
	background: #012951;
}

.login-page .not-registered-box span {
	color: #ffcd00;
	display: block;
	margin-bottom: 10px;
	text-align: left;
}

.login-page .not-registered-box {
	height: 105px;
	padding: 18px 10px;
	text-align: center;
}

.login-page .not-registered-box a {
	background: #ffcd00 none repeat scroll 0 0;
	border-radius: 2px;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	padding: 11px;
	text-align: center;
	width: 378px;
}

.login-page .not-registered-box a:hover {
	background: #d1d6db;
}

/* Tiny MCE Custom Style */
.faq-subcontent {
	color: #444;
	display: block;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.faq-subtitle {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

.faq-block-content {
	display: block;
	font-size: 15px;
	margin: 10px 0;
}

.faq-subcontent table {
	border: 5px solid #2e6fb3;
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	max-width: 598px;
	width: 100%;
}

.faq-subcontent table tr:nth-child(2n) {
	background: #4a92dc none repeat scroll 0 0;
}

.faq-subcontent table tr:nth-child(2n+1) {
	background: #2e6fb3 none repeat scroll 0 0;
}

.faq-subcontent table tr th {
	color: #FFF;
	font-weight: bold;
}

.faq-subcontent table tr td {
	color: #FFF;
}

.faq-subcontent table tr td, .faq-subcontent table tr th {
	padding: 7px;
	font-size: 17px;
	text-align: center;
}

.paragraph-like {
	display: block;
	line-height: 1.5;
	margin-bottom: 15px;
}

/* Back to top Button */
#back-to-top-box {
	opacity: 0;
	/* margin: 50px 0 50px 0; */
	text-align: right;
	position: fixed;
	z-index: 999;
	bottom: 30px;
	/* width: 100%; */
	right: 0;
}

#back-to-top-box a {
	background: #003c79 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-size: 35px;
	padding: 0 11px 2px;
	border: 2px solid #FFF;
	margin: 0 20px 0 0;
}

#back-to-top-box a:hover {
	background: #ffcd00 none repeat scroll 0 0;
}

#back-to-top-box.show {
	opacity: 1;
}

/* Mobile Navigation */
#nav-trigger {
	display: none;
	float: left;
	margin: 12px 20px 8px 8px;
	width: 65px;
}

#nav-trigger span {
	background-color: #012951;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	padding: 9px 15px;
	text-transform: uppercase;
	border-radius: 3px;
	width: 60px;
}

#nav-trigger span::after {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 35px;
}

#nav-trigger span:hover {
	background-color: #ffcd00;
}

#nav-trigger span.open:after {
	content: "\f00d";
	font-family: FontAwesome;
}

nav#nav-mobile {
	position: relative;
	display: none;
}

nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #012951;
	z-index: 999;
}

nav#nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom: solid 1px #003c79;
}

nav#nav-mobile li:last-child {
	border-bottom: none;
}

nav#nav-mobile a {
	color: white;
	display: block;
	font-size: 13px;
	padding: 10px 0 10px 110px;
	text-align: left;
	text-transform: uppercase;
}

nav#nav-mobile a:hover {
	background-color: #003c79;
	color: #fff;
}

/* Hide in Desktop */
.mobile-language-selector {
	display: none;
}

.mobile-460-language-selector {
	display: none;
}

.login-register-mobile {
	display: none;
}

#commission-scheme-m460 {
	display: none;
}


.table-wrapper{
	text-align: center;
	margin: 30px 0px;
}

.table-wrapper-inner{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px;
}


.table-wrapper-inner{
	border-top: 5px solid #2e6fb3;
	border-bottom: 5px solid #2e6fb3;
}

.table-wrapper-inner:first-child{
	border-left: 5px solid #2e6fb3;
}

.table-wrapper-inner:last-child{
	border-right: 5px solid #2e6fb3;
}

	.table-header{
		background: #2e6fb3;
		padding: 5px;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		padding: 10px;

	}
	.table-contents{
		display: block;
		color: #ffffff;
		padding: 10px;
	}

	.table-contents:nth-child(odd){
		background: #2e6fb3;
	}

	.table-contents:nth-child(even){
		background: #4a92dc;
	}


/* Contact Us*/

.main-contact-wrap {
    text-align: center;
    width: 930px;
    margin: 0 auto 20px;
    position: relative;
    font-family: "MyriadPro-Regular";
}

.contact-inner-col {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: 14px;
    text-align: left;
}

.contact-inner-col1-item,
.contact-inner-col2-item  {
    margin: 22px auto;
}

.contact-inner-col1-item > div,
.contact-inner-col2-item > div{
	display: inline-block;
    vertical-align: top;
}

.contact-inner-col1-icon {
    width: 64px;
}

.contact-inner-col1-desc,
.contact-inner-col2-desc{
    width: 305px;
    padding-top: 21px;
    padding-left: 12px;
}

.contact-inner-col1-item table tr{
	line-height: 31px;
}

.contact-inner-col1-item table tr:first-child {
    line-height: normal;
}

.contact-inner-col2 {
    padding-left: 56px;
}

.main-contact-wrap a {
    text-decoration: underline;
    color: #8a8989;
}

.contact-form-box{
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.contact-form-box form{
	margin: 0 auto;
	width: 388px;
	text-align: left;
	color: #58595b;
}

.contact-form-box h3{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
    margin-bottom: 20px;
}

.contact-form-box p{
	font-size: 12px ;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	margin: 0 0 20px;
}

.contact-form-box label{
	display: inline-block;
	font-size:12px ;
	font-weight: normal;
	line-height: normal;
	margin-right: 12px;
	padding-left: 8px;
	padding-top: 9px;
	text-align: right;
	width: 125px;
	color: #000;
    vertical-align: top;
}

.contact-form-box input:not(.contact-button),
.contact-form-box textarea{
	width: 220px;
    padding: 7px 8px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    margin: 0 0 5px;
    line-height: normal;
}

.contact-form-box textarea{
	vertical-align: middle;
	resize: none;
}

.contact-form-box .contact-button-wrap{
	width: 246px;
    text-align: left;
    margin: 15px 0 0 141px;
}

.contact-form-box .contact-button{
	background: #014b96;
    background: -moz-linear-gradient(top, #003c79 0%, #014b96 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003c79), color-stop(100%, #014b96));
    background: -webkit-linear-gradient(top, #003c79 0%, #014b96 100%);
    background: -o-linear-gradient(top, #003c79 0%, #014b96 100%);
    background: -ms-linear-gradient(top, #003c79 0%, #014b96 100%);
    background: linear-gradient(to bottom, #003c79 0%, #014b96 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 88px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border-color: transparent;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 1.5px;
}

.contact-form-box .contact-button:hover{
	background: #014b96;
    background: -moz-linear-gradient(top, #014b96 0%, #003c79 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #014b96), color-stop(100%, #003c79));
    background: -webkit-linear-gradient(top, #014b96 0%, #003c79 100%);
    background: -o-linear-gradient(top, #014b96 0%, #003c79 100%);
    background: -ms-linear-gradient(top, #014b96 0%, #003c79 100%);
    background: linear-gradient(to bottom, #014b96 0%, #003c79 100%);
}
.contact-form-box .captcha-wrapper,
.contact-form-box .captcha-wrapper input,
.contact-form-box .captcha-wrapper img{
    display: inline-block;
    vertical-align: top;
}

.contact-form-box .captcha-wrapper input{
	width: 134px;
}

.contact-form-box .captcha-wrapper #captcha-image{
	pointer-events: none;
}

.contact-form-box .captcha-wrapper #refresh-captcha-btn{
	cursor: pointer;
}
.contact-form-box > h3
{
	display: none;
}

.contact-form-box ul{
	list-style: disc;
}

.contact-form-box li.errormgs{
	color: red;
	display: none;
	margin: 3px;
	line-height: normal;
	font-size: 12px;
    margin-left: 154px;
}

/* Default Page */
.default-page .wrapper-inner > .title {
	display: none;
}

.default-page {
	line-height: 1.5;
	font-size: 17px;
}

.default-page ul {
	list-style: disc;
	margin-left: 15px;
}

.default-page ol {
	list-style: decimal;
	margin-left: 15px;
}

.default-page p {
	margin: 10px 0;
}

/* Footer Menu */
.footer-menu {
	margin: 30px 0;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	color: #FFFFFF;
	font-size: 17px;
}

.footer-menu ul li {
	border-right: 1px solid #FFFFFF;
	padding: 0 10px;
}

.footer-menu ul li:last-child {
	border-right: none;
}

.partners a:first-child{
	position: relative;
	top:25px;
	pointer-events:none;
	cursor: default;
}

.wpml-ls-statics-shortcode_actions {
    background-color: transparent;
    width: auto;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
 	border-top: 10px solid #ffffff;
 	padding-right: 0;
}

table:lang(zh) {
    position: relative;
    top: -55px;
}
#zh_tbl{
	top:0 !important;
}
td:lang(zh) {
    vertical-align: middle;
}
/* special offer page*/
.special-offer-banner{
	margin: 10px auto;
	text-align: center;
	width: 80%;
}
.special-offer-banner img{
	margin: 0 auto;
	width: 100%;
}
.mechanics{
	width: 75%;
	margin: 10px auto;
}
.mechanics h2{
	font-size: 14px;
}
.mechanics_item ol{
	padding: 20px;
}
.mechanics_item ol li {
  	padding: 2px 20px;
  	margin-left: 35px;
  	font-size: 14px;
  	list-style: decimal;
}
.mechanics_item table{
	margin: 0 auto;
	text-align: center;
}
.mechanics_item table td{
	border:1px solid #000;
	padding: 8px 15px;
}
.terms_conditions{
	width: 75%;
	margin: 10px auto;
}
.terms_conditions h2{
	font-size: 14px;
}
.terms_conditions_item ol{
	padding: 20px;
}
.terms_conditions_item ol li {
  	padding: 2px 20px;
  	margin-left: 35px;
  	font-size: 14px;
  	list-style: decimal;
}
.special-offer-0 .special-offer-menu,
.special-offer-1 .special-offer-menu,
li#menu-item-136{
	display:none !important;
}
.page-template-page-special-offer .special-offer-0 .special-offer-menu,
.page-template-page-special-offer .special-offer-1 .special-offer-menu{
	display:block !important;
}

/* API SIGN UP PAGE */

.signup-page {
	margin: 50px 0;
}

.signup-page .inner-page-wrap {
    font-size: 12px;
    font-weight: bold;
    color: #5a5a5a;
}

.section-wrap {
    background-color: #F4F4F4;
    padding: 1.8em;
	margin-top: 1.3em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.section-title {
	font-size: 16px;
	margin-bottom: 5px;
}

.row-division {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.col {
	display: flex;
	flex-direction: column;
	width: 45%;
	margin-top: 15px;
}

.inside-row {
	display: flex;
	margin-top: 5px;
	justify-content: flex-start;
}

.inside-row a {
	margin-left: 5px;
}

.api-signup-form label {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

.api-signup-form .has-error label {
    color: #ff0000;
}

.api-signup-form input[type="text"],
.api-signup-form input[type="password"],
.api-signup-form select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	border: 1px solid #9c9c9c;
	padding: 5px;
}

.api-signup-form .has-error .field-note {
    color: #ff0000;
}

.api-signup-form input[type="text"]:focus,
.api-signup-form input[type="password"]:focus,
.api-signup-form select:focus {
	background-color: #e9f3f7;
    border: 1px solid #96becd;
}

.api-signup-form .has-error input[type="text"],
.api-signup-form .has-error input[type="password"],
.api-signup-form .has-error select {
	border: 2px solid #ff0000;
    background-color: #ffeeee;
}

.api-signup-form .field-note {
	margin: 0;
    font-size: 10px;
    margin-top: 2px;
}

.api-signup-form #passwordStrength {
	background-color: transparent; 
	margin-top: 12px; 
	width: 0%;
	height: 3px;
}

.api-signup-form .term-conds-link {
	color: #5e5e5e;
	text-decoration: underline;
}

.api-signup-form #signup-btn {
	background: #a2d100;
    color: #FFF;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	outline: none;
	text-transform: uppercase;
	text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 15px;
    margin-top: 10px;
    margin-left: 15px;
}

.api-signup-form .payment-method-item {
	display: none;
}

.api-signup-form .payment-method-item.payment-method-first {
	display: block;
}

.submit-loading {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-image: url('images/loader.gif');
    background-size: 100%;
}

#signup-btn.disabled {
    cursor: not-allowed;
}

.signup-notification {
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}

.signup-notification.signup-success {
	color: #000000;
}

.signup-notification.signup-failed {
	color: #ff0000;
}

/* ~ API SIGN UP PAGE */
