/* cssreset.com */
.top-secbutton {
    margin-top: 50px;
    /* background-color: #022539; */
}
.subheader-wrapper{
	height: 85px;
		width: 100%;
		display: inline-block;
}
.subheader{
 		/* height: 50px; */
    /* display: inline-block; */
    /* border: 1px solid red; */
    /* width: 100%; */
    /* text-align: center; */
    /* float: left; */
    /* position: fixed; */
    /* z-index: 999; */
    /* background: #000308; */
		display: inline-block;
		width: 100%;
		text-align: center;
		z-index: 999;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: 100%;
		padding-bottom: 10px;
    background: #B8E8FF !important
}
.subheader a{
	/*height: 47px;*/
	/*display: inline-block;*/
	/*border: 1px solid red;*/
	width: 47.8%;
	/*text-align: center;*/
	/* float: left; */
}
.subheader a.register{
/*background: #F3C935;
    height: 40px;
    display: block;
    padding-top: 12px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    margin: 3px;
    box-shadow: 0 0 2px #002eff;*/
    height: 40px;
    display: block;
    padding-top: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #fef4e9;
    font-size: 14px;
    margin: 5px 1%;
    cursor: pointer;
    color: #ffffff;
    background: #DA534F;
    border: none;
    border-radius: 4px;
    vertical-align: middle;
}
.subheader a.register:hover{

}
.subheader a.login{
    height: 40px;
    display: block;
    padding-top: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #fef4e9;
    font-size: 14px;
    margin: 5px 1%;
    cursor: pointer;
    color: #ffffff;
    background: #0B557C;
    border: none;
    border-radius: 4px;
    vertical-align: middle;
}
.subheader a.login:hover{

}
#home-logo{
/*    display: inline-block;
    float: right;*/
    /* right: 0px; */
    /* top: 50px; */
    /* z-index: 999; */
    /* position: fixed; */
		right: 0px;
		top: 53px;
		z-index: 999;
		position: fixed;
}
#home-logo a img {
    /* position: absolute; */
    height: 31px;
    width: auto;
    /* display: inline-block; */
    margin-top: 5px;
    margin-right: 10px;
    padding: 5px;
}

.login-box {
    position: relative;
    /* z-index: 999; */
    max-width: 300px;
    margin: 0 auto;
    height: 300px;
    display: block;
    background-color: #2A8FBD;
    padding: 30px;
    -webkit-box-shadow: inset 0px 1px 0px 3px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 1px 0px 3px rgba(0, 0, 0, 0.04);
    text-align: left;
    margin-top: 15px;
    border-radius: 5px;
}

.login-box a {
    color: #ffffff;
    margin-right: 5px;
    margin-left: -1px;
    padding: 5px;
    font-size: 13px;
    text-decoration:none;
}

.login-box p {
    color: #ffffff;
}

/* #username {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 35px;
    background-color: #FFFFFF;
    border: solid 1px #cccccb;
    webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px 10px 5px;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 0px;
    color: #172561;
}

#password {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 35px;
    background-color: #FFFFFF;
    border: solid 1px #cccccb;
    webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px 10px 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #172561;
} */
.Orange {
    color: #ffffff;
    background-color: #fe5400;
    margin-right: 6px;
    -webkit-appearance: none;
    border-radius: 0;
}
.quick-post-button {
    float: right;
    margin-bottom: 10px!important;
    width: 95px;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding: 6px 18px !Important;
    height: 35px !important;
}
.clear {
    clear: both;
}
* {
	margin: 0;
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #083A51;
	background-color: #B8E8FF !important;
	overflow-x: hidden;
	overflow-y: auto;	/*background-image: url("../image/mobile/Grey-Bar.png");
			background-repeat: no-repeat;
			background-size: 10000px 10000px;
			background-position: -100px 0px;
			background-color: rgb(255, 74, 74);
			*/
}
html:lang(zh-hans) body {
	font-size: 14px;
}
p {
	text-align: justify;
}
header {
	height: 40px;
	position: fixed;
	width: 100%;/*	background-image: url("../image/mobile/Blue-Bar.png");*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#logo {
	/* display: inline-block;
	position: relative;
	top: 3px;
	left: 0px;
	width: 25%;
	height: 90%;
	padding: 0px 0px 0px 5px; */
	display: inline-block;
	position: relative;
	top: 3px;
	left: 15px;
	height: 90%;
	padding: 0px 0px 0px 5px;
	float: left;
}
#logo img {
	    /* width: 80px; */
			height: 40px;
	/* height: 100%; */
}
#back {
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 8px;/*	width: 50px;
		height: 50px;
		padding: 5px;*/
}

/*#back img {
		width: 100%;
		height: 100%;
}*/
#entries {
	display: inline-block;
	position: relative;
	float: right;
	padding: 8px;
	top: 0px;
	right: 0px;
}
.button {
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	background: #F3952C;
        border-radius: 3px;
        border: 1px;

    /* darker button background*/

}
.button6 {
	color: #FFFFFF;
	background: #074b97;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
	font-size: 20px;
	font-weight: bold;
	height: 35px;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	text-align: center;	/*Rounded Corners*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid;	/*Shadow*/
	-webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
}
.button3 {
	color: #FFFFFF;
	background: gray;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	width: 100%;
	overflow: hidden;
	display: inline;
	text-align: center;
}
#content {
	margin-bottom: 40px; /* Height of the footer element */
}
#main_image {
	padding-top: 40px;
}
#main_image img {
	width: 100%;
	height: auto;
}
#main_image3 img {
	width: 100%;
	height: 257px;
}
#main_image4 img {
	width: 100%;
	height: 259px;
}
#main_image2 img {
	width: 100%;
	height: 266px;
}

nav {
	display: block;
}
nav3 {
	display: block;
}
nav4 {
	display: block;
}

/** additional  **/
nav5 details:last-child,
nav7 details:last-child {
	margin-bottom: 40px
}
.box {

	/*	background-image: url("../image/mobile/Grey-Bar.png");*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
}
.boxq {
	background-image: url("../image/mobile/Grey-Bar.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
}
.boxk {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
	font-size: 11pt;
}
.boxz {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
	font-size: 11pt;
}
#special {

	/*background-image: url("../image/mobile/Grey-Bar.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;*/
	text-align: center;
	height: auto;	/** additional **/

	/*margin-bottom: 40px;*/
}
#special img {
	padding: 8px;
}
#special1 {

	/*	background-image: url("../image/mobile/Grey-Bar.png");*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	height: auto;	/** additional **/
	padding-bottom: 40px;/*      background: rgb(53, 53, 53);*/
}
#special1 img {
	padding: 8px;
}
#special p {
	margin-top: 0px;
	padding: 8px;
}
#specia1 p:last-child {
	margin-bottom: 0px;
}
#special ol {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px 40px;
	text-align: left;
}
#special2 {
	background-image: url("../image/mobile/Grey-Bar.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	height: 320px;
	font-size: 10pt;
}
#special2 img {
	padding: 8px;
}
#special2 ol {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px 40px;
	text-align: left;
}
#special2 p {
	margin-top: 0px;
	padding: 8px;
	font-size: 12pt;
}
#special2 p:last-child {
	margin-bottom: 0px;
}
#special1 ol {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px 40px;
	text-align: left;
        line-height: 17px;
}
#special1 p {
	margin-top: 0px;
	padding: 8px;
}
#special1 p:last-child {
	margin-bottom: 0px;
}
#special3 {

	/*background-image: url("../image/mobile/Grey-Bar.png");*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	height: 315px;
}
#special3 img {
	    padding: 0 15px;
    vertical-align: sub;
}
#special3 ol {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px 40px;
	text-align: left;
}
#special3 p {
	margin-top: 0px;
        padding: 6px 24px;
        font-size: 12pt;
}
#special3 p:last-child {
	margin-bottom: 0px;
}
.box a {
	padding: 10px 10px;
	margin: 0px 5px;
	margin-top: 8px;
	display: inline-block;
	background-image: url("../image/mobile/Blue-Bar1.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: white;
	font-size: 11px;
	height: 35px;
	text-align: center;	/*Rounded Corners*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid;	/*Shadow*/
	-webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
}
.boxq a {
	padding: 10px 10px;
	margin: 0px 4px;
	margin-top: 5px;
	display: inline-block;
	background-image: url("../image/mobile/Blue-Bar1.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: white;
	font-size: 8px;
	font-weight: bold;
	height: 35px;
	text-align: center;	/*Rounded Corners*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid;	/*Shadow*/
	-webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
}
.boxk a {
	padding: 10px 10px;
	margin: 0px 4px;
	margin-top: 8px;
	display: inline-block;
	background-image: url("../image/mobile/Blue-Bar.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 35px;
	text-align: center;	/*Rounded Corners*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid;	/*Shadow*/
	-webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
}
.boxz a {
	padding: 10px 10px;
	margin: 0px 4px;
	margin-top: 8px;
	display: inline-block;
	background-image: url("../image/mobile/Blue-Bar.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: white;
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	text-align: center;	/*Rounded Corners*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid;	/*Shadow*/
	-webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.75);
}
nav3 summary {
	height: 312px;
	background-image: url("../image/mobile/Blue-Bar1.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	font-size: 10pt;
}
nav4 summary {
	height: 312px;
	background-image: url("../image/mobile/Blue-Bar1.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	font-weight: bold;
	font-size: 10pt;
}
summary {
	height: auto;	/*background-image: url("../image/mobile/Blue-Bar1.png");*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	font-weight: bold;
}
nav summary {
	height: auto;	/*background-image: url("../image/mobile/Blue-Bar.png");*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px;
	font-weight: bold;
}
nav5 summary {
	height: auto;	/*background-image: url("../image/mobile/Blue-Bar.png");*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px;
	font-weight: bold;
}
nav7 summary {
	height: auto;
	background-image: url("../image/mobile/Blue-Bar1.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	font-weight: bold;
}
nav6 summary {
	height: 312px;
	background-image: url("../image/mobile/Blue-Bar1.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	font-weight: bold;
}
details summary::-webkit-details-marker {
	display: none;
}
nav1 summary {
	height: 263px;
	background-image: url("../image/mobile/Blue-Bar1.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left left;
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	font-weight: bold;
	font-size: 10pt;
}
details summary::-webkit-details-marker {
	display: none;
}
#nav_foot {
	width: 100%;
	background-color: #2891f5;
}
.sub {
	margin: 0px;
	height: 32px;
	width: 32%;
	background-color: #2891f5;
	display: inline-block;
	padding-top: 8px;
	text-align: center;
}
#nav_foot1 {
	width: 100%;
	background-color: #2891f5;
}
.sub1 {
	margin: 0px;
	height: 32px;
	width: 32%;
	background-color: #2891f5;
	display: inline-block;
	padding-top: 8px;
	text-align: left;
}
#nav_foot2 {
	width: 100%;
	background-color: #2891f5;
}
.sub2 {
	margin: 0px;
	height: 32px;
	width: 32%;
	background-color: #2891f5;
	display: inline-block;
	padding-top: 8px;
	text-align: left;
}
.sub:first-child {
	margin-left: 1.3%;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
}
.sub:last-child {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
}
#nav_foot a {
	margin: 0px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#special details summary::-webkit-details-marker {
}
footer {
	background-image: url("../image/mobile/Blue-Bar1.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;	/** additional **/
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
        z-index: 100;
}
footer h3 {
	padding-left: 10px;
	padding-top: 10px;
	margin: 0px;
	display: inline-block
}
.faq details {
	height: auto;
	background-image: url("../image/mobile/Blue-Bar1.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: justify;/*	padding: 5px 15px;
	padding-bottom: 15px;*/
}
.faq summary {
	height: auto;
	padding-top: 5px;/*	margin-bottom: 15px;*/
	font-weight: bold;
	font-size: 14px;
}
.faq ol:last-child li details summary {

	/*	margin-bottom: 25px;*/
	padding: 0px;
}
#language {
	display: inline-block;
	float: left;
	padding-right: 5px;
}
.round-button {
	display: inline-block;
	width: 30px;
	height: auto;
}
.round-button-circle {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	border: none;
	overflow: hidden;
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.round-button a {
	text-decoration: none;
}
.round-button img {
	display: block;
	width: 100%;
	padding: 0px;
	height: auto;
}
#para {
	margin-bottom: 0px;
}
#para1 {
	margin-bottom: 0px;
}

/*#holder {
	padding: 0px;
	width: 100%;
	height: 630px;
	min-height: 100%;
	max-height: 630px;
	background-image: url("../image/mobile/Background.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}*/
#holder > figure {

	/* these are the flex items */
	flex: 1;
}
#text {
	text-align: center;
}
figure {
	margin-top: 0px;
}
figure:first-child {
	padding-top: 20px;
}
figure:first-child img {
	/*width: 40%*/
}
img.flag {
    width: 150px;
    margin-bottom: 25px;
}
@media screen and (max-width: 500px){
	figure:first-child img {
		width: 60%
	}
	img.flag {
    width: 30%;
    margin-bottom: 25px;
}
}
@media screen and (min-width: 500px){
	figure:first-child img {
		width: 320px;
	}
}
figure:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
figure a{
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	color:#ffffff;
	font-weight: 600;
	font-size: 14px;

}
figure a:hover{
	text-decoration: underline;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
	color:#ffffff;
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
}div.footer {
	text-align: center;
	/*position: absolute;*/
    bottom: 0;
    width: 100%;
}
div.footer figure h3{
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	color:#ffffff;
	font-weight: 500;
	font-size: 14px;

}
/*figure img {
	width: 65%
}*/
#holder h3 {
	margin-bottom: 0px;
	padding-bottom: 10px;
}
/* temporary adjustments */
summary {
	border-bottom: 1px solid;
}
.promosi-content{
    background: #B8E8FF;
    color: #0a0a0a;
}

#content {
	/* background-color: #fff; */
	/*background: url('../image/mobile/landing-bg.png');
	background-repeat: repeat-x; */

}
ul.navlist {
	list-style-type: none;
	position: relative;
        color:white;
}
ul.navlist li {
	    border-bottom: 2px solid #2e94c2;
    background: #2a8fbd;
    background: -moz-linear-gradient(top, #40a7d6 0%,#38a0d0 50%,#2a8fbd 51%,#3ca4d3 100%,#2a8fbd 100%);
    background: -webkit-linear-gradient(top, #40a7d6 0%,#38a0d0 50%,#2a8fbd 51%,#3ca4d3 100%,#2a8fbd 100%);
    background: linear-gradient(to bottom, #40a7d6 0%,#38a0d0 50%,#2a8fbd 51%,#3ca4d3 100%,#2a8fbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8fbd', endColorstr='#2a8fbd',GradientType=0 );
}
.navitemcontent {
	display: none;
	background-color:#B8E8FF;	/*	background: url('../image/mobile/shade.png');*/
}
ul.navlist li > p {
	padding: 0px;
	margin: 0px;	/*background: url('../image/mobile/shade.png');*/
	line-height: 3em;
	text-align: center;
}
header {
	background: url('../image/mobile/nav.png');
}
footer {
	background: #2A8FBD;
	height: 40px;
}
footer h3 {
	font-size: 11px;
}
#special ol li {
	background: none;
        border: none;
}
.cnt4 a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}
.cnt4 table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
.cnt4 table tr td {
	text-align: center;
	background: #390101;
	border: none;
	border: 1px solid rgba(186, 16, 16, 0.76);
	line-height: 3.5em;
}
.itemtitle a {
	text-decoration: none;
	color: white;
	display: block;
}
header {
	position: relative;
}
#main_image {
	padding-top: 0px;
}

/* icon left attached to menu */
.lang {
	vertical-align: middle;
	display: inline-block;
	width: 23px;
	height: 17px;
	margin: 0 3px 0 0;
	background: transparent;   /* background: url('../images/icon-sprite-sports.png')*/
}
.english {
	background: url('../image/mobile/flags/my.png');
	background-size: 80% auto;
	background-repeat: no-repeat;
}
.indo {
	background: url('../image/mobile/flags/indo.png');
	background-size: 80% auto;
	background-repeat: no-repeat;
}
.chin {
	background: url('../image/mobile/flags/chn.png');
	background-size: 80% auto;
	background-repeat: no-repeat;
}
.arrowright {
	vertical-align: middle;
	display: inline-block;
	width: 23px;
	height: 17px;
	margin: 0 3px 0 0;
	background: transparent;
	background: url('../image/mobile/arrowright.png');
	background-size: 80% auto;
	background-repeat: no-repeat;
}
summary {
	border: none;
	background: transparent !important;
}
h1.pagetitle {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 12px;
	color: rgb(221, 221, 221);
}
.faqcontent ol li p {
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	padding: 10px;
	font-family: arial, sans-serif;
	font-size: 14px;
}
.faqcontent ol li p:hover + .faqlist {

	/*display: block;*/
	opacity: 1.0;
}
.faqlist {
	opacity: 0.0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.figure img {
	width: 20%;
}
.faq ol:last-child li details summary {
	margin-bottom: 10px;
	padding: 0px;
}
.faq details {
	padding: 0px !important;
	background: transparent !important;
}
#special {
	padding-bottom: 50px;
}
.loginbutton {
	background: url('../image/mobile/goldbtn.png') repeat-x;
	text-align: center;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	behavior: url(../css/border-radius.htc);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	width: 80px;
	height: 25px;
	line-height: 27px;
	border: none !important;
}
input[type=text]:-webkit-input-placeholder {
	color: #b5b5b5;
}
input[type=text] {
	color: #b5b5b5;
}
input[type=text] {
    /* margin-left: 10px; */
	outline: none;
        display: block;
        /* max-width: 297px; */
        padding: 5px 8px;
        border: none;
        /* width: 225px; */
        height: 35px;
        color: #2a8fbd !important;
        font-family: 'Droid Sans', Tahoma, Arial, Verdana sans-serif;
        font-size: 14px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 5px;
        margin-bottom: 5px;
        background: transparent;
        border: 1px solid #3d72ca;
}
input[type=date] {
	outline: none;
        display: block;
        max-width: 200px;
        padding: 5px 8px;
        border: none;
        width: 120px;
        height: 35px;
        color: #ffffff;
        font-family: 'Droid Sans', Tahoma, Arial, Verdana sans-serif;
        font-size: 14px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 5px;
        margin-bottom: 5px;
        background: transparent;
        border: 1px solid #3d72ca;
}
input[type=text]:focus {
	background: none;
}
summary select {
	line-height: 2em;
	background: #EDEDED;
	padding: 4px;
	border-radius: 3px;
        border: 1px solid #3d72ca;
	background-color: Transparent !Important;
        color: #3d72ca;
        padding: 9px;
        margin-left: 10px;
}

h1.title {
     /*text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em red;
	font: 1.5em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;*/
	color: #2a8fbd;
	  text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	font-weight: 600;
        font-family: 'Open Sans', sans-serif;
}

h2.title {
     /* text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em red; */
	font: 1.5em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
	color: #2a8fbd;
	  text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	font-weight: 600;
}


/* original theme color for senibet mobile */
body {
   /* background: #5768C5;
    background-color: #162460;
    background-image: url('../image/mobile/landing-bg.png');
    background-repeat: repeat-x;
    min-height: 500px;*/
        background-color: #B8E8FF !important;
}
header {
  background: white;
  /*background-image: -moz-linear-gradient(top, #1380EA 10%, #1498D5 72%);
  background-image: -webkit-linear-gradient(top, #1380EA 10%, #1498D5 72%);
  background-image: -ms-linear-gradient(top, #1380EA 10%, #1498D5 72%);
  background-image: linear-gradient(top, #1380EA 10%, #1498D5 72%);
  background-image: -o-linear-gradient(top, #1380EA 10%, #1498D5 72%);
  border-top: #6D8ACF 1px solid;*/
}



/*Camille*/
.slidebarnav{

}
.slidebarnav p{
    /* padding: 10px 20px;
    box-shadow: inset 0 0 10px #589ff6;
    -moz-border-image: -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
    background: #082658;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(right, #FC913A 0%, #FF4E50 100%);
    -webkit-border-image: -webkit-linear-gradient(right, #FC913A 0%, #FF4E50 100%);
    border-image: linear-gradient(to left, #589ff6 0%, #589ff6 100%);
    border-image-slice: 13;
    font-size: 15px; */
		padding: 12px 20px;
		-moz-border-image: -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
		background: #35a0d2;
		font-size: 15px;
		background: -webkit-linear-gradient(#46bef0, #429dd2);
		background: -o-linear-gradient(#46bef0, #429dd2);
		background: -moz-linear-gradient(#46bef0, #429dd2);
		background: linear-gradient(#46bef0, #429dd2);
		height: 45px;
		margin-bottom: 0;
}
.slidebarnav a{
    /* color: white;
    text-decoration: none;
    font-weight: bold; */
		color: white;
		text-decoration: none;
		font-weight: bold;
		width: 100%;
}
.toggle-slider{
    float: right;
   /* background: url(../image/mobile/.png);background: white; */
    border: none;
    margin-right: 45px;
    margin-top: 12px;
    background-repeat: no-repeat;
    background: transparent;
}
/*PAYMENT TRANSACTION MOBILE PAGE*/
 table.banking td{
    padding: 10px;
    text-align: center;
    font-size: 14px;
    margin: 5px 1%;
    background: #3ca4d3;
    border: 1px solid #7dc4e4;
}
table.banking td a{
    color:white;
    text-decoration:none;
}
.border-g-blue{
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(right, #FC913A 0%, #FF4E50 100%);
    -webkit-border-image: -webkit-linear-gradient(right, #FC913A 0%, #FF4E50 100%);
    border-image: linear-gradient(to left, #2064d6 0%, #c5dcfc 50%, #386ec8 100%);
    border-image-slice: 1;
    border-radius: 3px;
    background-color: rgba(3, 21, 51, 0.4);
    background: #5f6ca2;
}
.bank-table{
    background: #184186;
    color: white;
    text-align: center;
    padding: 5px 0;
}
.home-desc{
    margin:20px;
    padding-bottom: 175px;
    color: #083A51;
}
.home-desc p{
    text-align: left;
}
/*promosi mobile dropdown*/
#promosi-btn{
        border-bottom: 2px solid #2e94c2;
    background: #2a8fbd;
    background: -moz-linear-gradient(top, #40a7d6 0%,#38a0d0 50%,#2a8fbd 51%,#3ca4d3 100%,#2a8fbd 100%);
    background: -webkit-linear-gradient(top, #40a7d6 0%,#38a0d0 50%,#2a8fbd 51%,#3ca4d3 100%,#2a8fbd 100%);
    background: linear-gradient(to bottom, #40a7d6 0%,#38a0d0 50%,#2a8fbd 51%,#3ca4d3 100%,#2a8fbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8fbd', endColorstr='#2a8fbd',GradientType=0 );
    width: 100%;
    border: none;
    color: white;
    line-height: 3em;
    text-align: center;
    font-size: 12px;
    outline:none;
}
.olclass {
    list-style-type: decimal;
    padding: 0 30px;
}
ol.olclass li {
    padding-bottom: 10px;
    background: none;
    border: none;
}
h1.promo-title{
    color: gold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px;
    font-family: 'Open Sans', sans-serif;
}
.promosi-content h3{
    padding: 3px 20px;
    font-size: 12px;
    font-weight: normal;
}
/*saldo dropdown*/
.dropbtn-saldo {

}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown-saldo {
    position: relative;
    display: inline-block;

}

.dropdown-content-saldo {
    /* display: none;
    position: absolute;
    background-color: #87c7e6;
    min-width: 210px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1; */
		display: none;
		position: fixed;
		background-color: #000;
		min-width: 210px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		right: 0;
		z-index: 9999;
		width: 70%;
		color: #fff;
		padding: 0 20px;
		left: 15px;
		height: 400px !important;
}

.dropdown-content-saldo a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show-saldo {display:block;}

.bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100% !important;
}

#name, #username, #email_id, #password, #password-confirm, #referral, #mobileNumber, #security_ans, #letters_code, #dateId, #monthId, #yearId, #security_ques, #surveyId, #languageId {
	outline: none;
    display: block;
    padding: 5px 8px;
    border: none;
	width: 100%;
    height: 35px;
    font-family: 'Droid Sans', Tahoma, Arial, Verdana sans-serif;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
	margin-top: 10px;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #0047ff;
}

#registerForm a, #registerForm a:visited {
text-decoration: none;
color: yellow !important;
}

#registerForm li a, #registerForm li a:visited {
text-decoration: none;
color: #333 !important;
}
.spacer-reg{
	padding:20px;
}
.div_content{
	border-radius: 0;
}

#content {
	background-color: none !important;
}

[canvas=container] {
	background-color: transparent !important;
}
