@charset "utf-8";
/*************
     icons
**************/

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-1_2x {
    font-size: 1.2em
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}

/*********************************************************
	Grid layout
**********************************************************/
.grid-container {
  display: grid;
  width: 100%;
  background-color: #C0C0C0;
  padding: 10px;
  grid-template-columns: auto auto;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 10px;
  font-size: 15px;  
}

.grid-item-top {  
  grid-column: 1 / span 2;
  border: 1px solid rgba(128,128,128, 0.8);
  color: #0026FF;  
  font-size: 25px;
  text-align: center;
} 

.grid-item-heading {  
  grid-column: 1 / span 2;
  border: 1px solid rgba(128,128,128, 0.8);
  color: #606060;  
  font-size: 20px;
  text-align: center;
} 

.grid-item {
  border: 1px solid rgba(128,128,128, 0.8);
  color: #606060;
}


/*********************************************************
   image, text controller see : flexslider.woothemes.com
**********************************************************/
  
.flex-container a:hover,
.flex-slider a:hover {
    outline: none
}
.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.flex-direction-nav a {
    font-family: "FontAwesome"
}
.flexslider {
    display: block;
    position: relative;
    margin: 0;
    padding: 0
}
.flexslider .slides {
    display: block;
    width: 100%;
    overflow: hidden
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}
.flexslider .slides a {
    text-decoration: none;
    outline: none
}
.flexslider .slides a img {
    border: none
}
.flexslider .slides img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}
.slides::before,
.slides::after {
    display: table;
    content: ""
}
.slides,
.slides::after {
    clear: both
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease
}
.loading .flex-viewport {
    max-height: 300px
}
.flexslider.carousel .slides li {
    margin-right: 20px
}
.flex-direction-nav a {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    text-decoration: none
}
.flex-direction-nav a::before {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    content: "\f053";
    z-index: 999
}
.flex-direction-nav a.flex-next::before {
    content: "\f054"
}
.flex-direction-nav .flex-prev {
    left: 0
}
.flex-direction-nav .flex-next {
    right: 0
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
    opacity: .5
}
.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
    opacity: 1
}
.flex-direction-nav .flex-disabled {
    visibility: hidden;
    opacity: 0;
    cursor: default;
    z-index: -1
}
.flex-control-nav {
    display: block;
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 5px
}
.flex-control-paging li a {
    display: block;
    width: 11px;
    height: 11px;
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 20px
}
.flex-control-paging li a.flex-active {
    cursor: default
}

/***************************
     attributes by element 
****************************/
html {
    overflow-y: scroll;
    overflow-x: hidden
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6em;
    height: 100%;
    
}

*,
*::before,
*::after {
    transition: all .3s ease-in-out
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body,
input,
textarea,
select {
    font-family: Verdana, Geneva, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    font-family: Georgia, "Times New Roman", Times, serif
}

form,
fieldset,
legend {
    margin: 0;
    padding: 0;
    border: none
}

legend {
    
}

label,
input,
textarea,
select,
button {
    display: block;
    resize: none;
    outline: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    vertical-align: middle
}

:required,
:invalid {
    outline: none;
    box-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase
}

address {
    font-style: normal;
    font-weight: normal
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    border: solid;
    border-width: 1px 0 0 0
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle
}

article .olstatus {
    position:  absolute;
    display:  block; 
    bottom: 10px;
    text-align: left;
    padding:  0 5px;
    height: 10px;
    line-height: 32px;
    box-sizing: border-box;      
}

address,
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
    margin: 0;
    padding: 0
}

li#li_login li.hidden {
    display: none;
}

nav ul,
nav ol {
    margin: 0;
    padding: 0;
    list-style: none
}

table,
th,
td {
    border: 1px solid;
    border-collapse: collapse;
    vertical-align: top
}

table,
th {
    table-layout: auto
}

th,
td {
    padding: 5px 8px
}
td {
    border-width: 0 1px
}

/***************************
     attributes by class 
****************************/
.color_gold {
    color: #C5A059; 
    font-weight: bold;
}
.bold {
    font-weight: bold
}
.center {
    text-align: center;
}

.div_center {
    margin: 0 auto ;       
}

.right {
    text-align: right
}
.uppercase {
    text-transform: uppercase
}
.capitalise {
    text-transform: capitalize
}
.hidden {
    display: none
}
.nospace {
    margin: 0;
    padding: 0;
    list-style: none
}
.block {
    display: block
}

.inline {
    display: inline-block
}
.inline * {
    display: inline-block
}
.inline *:last-child {
    margin-right: 0
}
.pushright li {
    margin-right: 20px
}
.pushright li:last-child {
    margin-right: 0
}
.borderedbox {
    border: 1px solid
}
.overlay {
    position: relative;
    z-index: 1
}
.overlay::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.bkgnd {
    background-position: top right;
    background-repeat: no-repeat;
   	background-size: cover;
}
.circle {
    border-radius: 50%;
    background-clip: padding-box
}
.btn {
    display: inline-block;
    padding: 10px 20px 12px;
    text-transform: uppercase;
    border: 1px solid
}
.clear,
.group {
    display: block
}
.clear::before,
.clear::after,
.group::before,
.group::after {
    display: table;
    content: ""
}
.clear,
.clear::after,
.group,
.group::after {
    clear: both
}
a {
    outline: none;
    text-decoration: none
}
.fl_left,
.imgl {
    float: left
}
.fl_right,
.imgr {
    float: right
}

.imgl {
    margin: 0 15px 10px 0;
    clear: left
}
.imgr {
    margin: 0 0 10px 15px;
    clear: right
}

.imgblk {
    margin: 5px 5px 5px 5px;
    max-width: 30%;
    min-width: 170px;
    display: inline-block;
    float: left;
    position: relative;
      
}

.font-xs {
    font-size: .8rem
}
.font-x1 {
    font-size: 1.2rem
}
.font-x2 {
    font-size: 1.8rem
}
.font-x3 {
    font-size: 2.8rem
}

.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px;
    word-wrap: break-word;
}

.hoc {
    display: block;
    margin: 0 auto
}

.one_half,
.one_third,
.two_third,
.one_quarter,
.two_quarter,
.three_quarter {
    display: inline-block;
    float: left;
    margin: 0 0 0 3.06748466257669%;
    list-style: none
}

.first {
    margin-left: 0;
    clear: left
}

.one_quarter {
    width: 22.69938650306748%
}
.one_third {
    width: 31.28834355828221%
}
.one_half,
.two_quarter {
    width: 48.46625766871166%
}
.two_third {
    width: 65.6441717791411%
}
.three_quarter {
    width: 74.23312883435584%
}

.allspace-20 {
    margin: 20px;
}

.topspace-20 {
    margin-top:  20px;
}

.topspace-50 {
    margin-top:  50px;
}

.topspace-100 {
    margin-top:  100px;
}

.topspace-150 {
    margin-top:  150px;
}

.btmspace-10 {
    margin-bottom: 10px
}

.btmspace-15 {
    margin-bottom: 15px
}

.btmspace-30 {
    margin-bottom: 30px
}

.btmspace-50 {
    margin-bottom: 50px
}

.btmspace-80 {
    margin-bottom: 80px
}

.inspace-5 {
    padding: 5px
}
.inspace-10 {
    padding: 10px
}

.inspace-15 {
    padding: 15px
}
.inspace-20 {
    padding:  20px;
}
.inspace-30 {
    padding: 30px
}
.inspace-50 {
    padding: 50px
}
.inspace-80 {
    padding: 80px
}

.row1 {
    border-bottom: 1px solid
}

.container {
    padding: 80px 0
}

.sidebar .sdb_holder {
    margin-bottom: 50px
}
.sidebar .sdb_holder:last-child {
    margin-bottom: 0
}

.faico {
    margin: 0;
    padding: 0;
    list-style: none
}
.faico li {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: normal
}
.faico li:last-child {
    margin-right: 0
}
.faico a {
    display: block;
    font-size: 14px;
    text-align: center
}

.form-login {
    display:  none;
}

.notranslate {
    display:  inline;
    font-family: inherit;
    white-space: inherit;
    margin: inherit;
}

/***************************
     attributes by id 
****************************/

#header #logo {
    margin: 30px 0 0 0
}
#header #logo h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    text-transform: none;
	color: white;
}

#page2 #logo {
    margin: 0;
}

#pageintro {
    height: 550px;
    padding: 150px 0 0 0
}
#pageintro.alt1 {
    padding: 0 0 0 0;
    text-align: center;
}
#pageintro li article {
    display: block;
    max-width: 75%;
    margin: 0 auto;
    text-align: center
}
#pageintro.alt1 li article {
    text-align: left;
}
#pageintro li article * {
    margin: 0
}
#pageintro.alt1 article ul li {
    list-style-type: square;
}
#pageintro li p:first-of-type {
    margin-bottom: 10px;
    font-style: italic
}
#pageintro li .heading {
    margin-bottom: 30px;
    font-size: 3rem;
    word-wrap: break-word
}
#pageintro.alt1 li .heading {
    margin-bottom: 0px;
    text-transform: none;    
}
#pageintro.alt1 #StartNow {
   margin-top: 40px;       
}
#pageintro li p:nth-of-type(2) {
    line-height: 1.5rem
}
#pageintro li footer {
    margin-top: 40px
}

#footer {
    padding: 10px 0;
}

#footer form {
    display: block;
    position: relative;
    width: 100%
}
#footer form legend {
    display: block;
    margin-bottom: 5px
}
#footer form div {
    position: relative
}
#footer input,
#footer button {
    display: inline-block ;
    float:  left;
    height: 36px;
    border: none
}
#footer input {
    width: 85%;
    min-width: 180px;
    padding: 5px 10px 5px 5px
}
#footer button {
    top: 1px;
    right: 1px;
    width: 32px;
    font-size: 16px;
    cursor: pointer
}
#footer button em {
    display: none;
}

#footer h3 {
    text-transform: none;
}

#modlist {
   position: relative;
   min-height: 400px;
   overflow: auto;
   width: 100%;
}

#modlist .imgblk a {
    display:  block;
    margin-top: 0;
    margin-left: 0;
    width: 99%;
    height: 99%;
}
#modlist .imgblk a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#copyright {
    padding-bottom: 10px;
    font-size: .8rem;
    text-align: center;
    
}
#copyright * {
    margin: 0;
    padding: 0
}

#promo {
    font-size: 0.8em ;
}

#promo h3 {
    font-size: 14px;
}

#promo h6 {
    font-size: 14px;
}

#promo .container {
    padding: 30px 0
}

#promo .container {
     text-transform: none ;
     
}

#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2
}

#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit
}

#backtotop.visible {
    visibility: visible;
    opacity: .5
}

#backtotop:hover {
    opacity: 1
}

#ssb_image {
    padding: 15px;
    min-width: 50px;
    float: right;
}
	

/*******************************************************
  <nav> element coding is general purpose for 1 or more
  horizontal lists, optional class=no_hide removes reveal on
  hover. 
 *******************************************************/

.nav_top form * {
    transition: none !important
}

.nav_top,
#breadcrumb,
.sidebar nav {
    line-height: normal
}

.nav_top .drop::after,
.nav_top li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 10px
}
.nav_top ul.clear {
    margin-top: 3px
}
.nav_top ul {
    text-transform: uppercase
}
.nav_top ul ul {
    z-index: 9999;
    position: absolute;
    width: 170px;
    text-transform: none
}
.nav_top ul ul ul {
    left: 180px;
    top: 0
}
.nav_top li {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0
}
.nav_top li:last-child {
    margin-right: 0
}
.nav_top li li {
    width: 100%;
    margin: 0
}
.nav_top li a {
    display: block;
    padding: 10px 0
}

.nav_top>ul>li>a {              /* disable the usual events*/
    pointer-events: none;
}

.nav_top form {                 /* disable the usual events*/
    /* pointer-events: none;*/
}

.nav_top form select option {    /* disable the usual events*/
    pointer-events: none;
}


.nav_top li li a {
    border: solid;
    border-width: 0 0 1px 0
}
.nav_top .drop {
    padding-left: 15px;
}
.nav_top li li a,
.nav_top li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px
}
.nav_top .drop::after,
.nav_top li li .drop::after {
    content: "\f0d7"
}
.nav_top .drop::after {
    top: 35px;
    left: 5px
}
.nav_top li li .drop::after {
    top: 15px;
    left: 5px
}

.nav_top ul ul.do_hide {
    visibility: hidden;
    opacity: 0;
}
.nav_top ul li:hover>ul {
    visibility: visible;
    opacity: 1
}

.nav_top ul li ul li {
    text-align:  left;
}

.nav_top form {
    display: none;
    margin: 0;
    padding: 0
}

.nav_top form select,
.nav_top form select option {
    display: block;
    cursor: pointer;
    outline: none
}
.nav_top form select {
    width: 100%;
    padding: 5px;
    border: 1px solid
}
.nav_top form select option {
    margin: 5px;
    padding: 0;
    border: none
}

/************************
    form entry
*************************/

form#SSB_enquiry {
    background: #F8F8F8;
    max-width: 50em;
    padding: 10px;
    display: block;
    margin: 10px auto 20px;
    -moz-box-shadow: -2px 2px 5px #ccc;
    -webkit-box-shadow: -2px 2px 5px #ccc;
    box-shadow: -2px 2px 5px #ccc;
    color: #26272B;
}

form#SSB_enquiry label {
    font-size: 0.8em; 
    text-align: left;     
}

form#SSB_enquiry input, select {
    padding: 3px 7px;
    background-color: #ffffff;
    border-width: 1px;
    border: 1px solid #e8e8e8;
    width: 20em;
    display: inline-block ;
    font-size: 1em;
}

form#SSB_enquiry input[type="checkbox"] { width: 2em; margin-top: 10px;}

.error {
    color:  #ff1493;
    font-size: 0.7em;
    display: inline-block;
    padding-left:  10px;    
}

/************************
	popup box wrappers 
*************************/

i.btn_close {
    float: right;
    margin: -5px -2px 0 0;    
}

.popup-box-header {
    max-width: 95%;
    height: auto;
    color: white;
    text-align: center;
    line-height: 1.2em;
}

.popup-box-text {
    max-width: 95%;
    max-height: 150px;
    color: #ffffff;
    padding:  20px;
    text-align: center;
}

.entry_btn:hover {
    opacity: 1.0;
    background: #fff;
}

#popup-box-image {
    overflow-y: hidden;
    max-width: 95%;
    height: auto;
    color: #ffffff;
}

#popup-box-image img {
    margin-left: 20px;
}

#popup-box-video {
    overflow-y: hidden;
    max-width: 95%;
    height: 0px;
    color: #ffffff;
}

#popup-box-caption {
    overflow-y: hidden ;
    max-width: 95%;
    height: auto;
    color: #ffffff;
    font-style: italic;
    text-align: center ;
}

/* popupx for login, new member, account, reports */
#box_5container {
    height: 97%;
}

#box5_content p {
    margin-top: 3px;
    margin-bottom: 3px;
}

.box_5 {
    height: 80%;
}

.box_5scroll {
    margin-top:20px;
    margin-left:10px;
    height: 90%;
    overflow-y: auto;
}

.box_5 #psc_Status {
    display: inline-block ;
    margin-left: 25px;
    color: #fff;
    font-size: 1.3em;  
}

.box_5 #Paybtc_code {
    width: 50%;     
}

.box_5 .pay_detail {
    color:  white;
    font-size: 1.2em;
}

.box_5 .pay_detail2 {
    color:  inherit;
    font-size: 0.8em;
}

.box_5 label {
    display:  inline-block ;
}

.box_5 input[type=checkbox] {
    display:  inline-block ;
    width:  20px;
    height:  20px;
    margin-right:  20px;
}

.box_5 .logo_link {
    margin-top:  20px;
    margin-bottom: 20px;
    margin-right: 20px;
    /* float: right; */
    display: block ;
}

.box_5 .pay_logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#buy_top ul li a {
    color: #fff;
}

#buy_top ul li ul div {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;   
}

#popup5-box .entry_btn {
    float: right;
    color: #ff1493;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #b2b2b2 !important;
    background: #eee;
    background: -moz-linear-gradient(top,#fdfdfd,#cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cccccc));
    background: linear-gradient(top,#fdfdfd,#cccccc);
    /*text-transform: uppercase;*/
    padding: 5px 10px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    font-family: Verdana;
    overflow: visible;
    white-space: nowrap;
    width: 60px;
    text-align: center;
    -webkit-appearance: push-button;
    -webkit-user-select: none;
    margin-top:10px;
    margin-right: 5px;
    opacity: 0.8;
    transition: none !important
}

#popup5-mask {
    display: none;
    background: #000;
    position: fixed;
    margin:20px 20px 20px 20px;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

#popup5-box {
    display: none;
    padding: 5px;    
    background-color: #2a0217;
    opacity: 0.9;
    padding: 5px;
    border: 1px solid #fff;
    z-index: 99999;
    box-shadow: 0px 0px 20px #5F82A6;    
    position: absolute;    
    top: 20px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 600px;
    max-width:  90%;
    height: 500px;
           
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */
}



#box4_content p {
    margin-top: 3px;
    margin-bottom: 3px;
}


#popup4-box form .entry_btn {
    float: left;
    color: #ff1493;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #b2b2b2 !important;
    background: #eee;
    background: -moz-linear-gradient(top,#fdfdfd,#cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cccccc));
    background: linear-gradient(top,#fdfdfd,#cccccc);
    /*text-transform: uppercase;*/
    padding: 5px 10px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    font-family: Verdana;
    overflow: visible;
    white-space: nowrap;
    width: 60px;
    text-align: center;
    -webkit-appearance: push-button;
    -webkit-user-select: none;
    margin-top:10px;
    margin-right: 5px;
    opacity: 0.8;
    transition: none !important
}

#popup4-mask {
    display: none;
    background: #000;
    position: fixed;
    margin:20px 20px 20px 20px;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

#popup4-box {
    display: none;
    padding: 5px;    
    background-color: #2a0217;
    opacity: 0.9;
    padding: 5px;
    border: 1px solid #fff;
    z-index: 99999;
    box-shadow: 0px 0px 20px #5F82A6;    
    position: absolute;    
    top: 20px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 350px;
    max-width:  90%;
       
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */
}

#popup4-box form input {
    overflow-y: hidden;
    font-size: 1em;
    text-align: left;
    line-height: 1.3em;
    color: #000 ;
    width: 70%;
    padding-left: 5px;
    display: inline-block;
}

#popup4-box form textarea {
    overflow-y: hidden;
    font-size: 1em;
    text-align: left;
    line-height: 1.3em;
    color: #000 ;
    width: 70%;
    padding-left: 5px;
    display: inline-block;
}


#popup4-box form input[type=checkbox] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

#popup4-box form label {
    display: inline-block;
    width:  28%;
}

#popup4-box .FormTop {
    color: #ff1493;
    width: 90%
}

#popup3-mask {
    display: none;
    background: #000;
    position: fixed;
    margin:20px 20px 20px 20px;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

#popup3-box {
    display: none;
    padding: 5px;    
    background-color: #2a0217;
    opacity: 0.9;
    padding: 5px;
    border: 1px solid #fff;
    z-index: 99999;
    box-shadow: 0px 0px 20px #5F82A6;
    
   position: absolute; 
   top: 20px;
   left: 0; 
   right: 0; 
   margin-left: auto; 
   margin-right: auto; 
   width: 300px;
   max-width:  90%;
       
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */
}

#popup3-box form input {
    overflow-y: hidden;
    font-size: 1em;
    text-align: left;
    line-height: 1.3em;
    color: #000 ;
    width: 100%;
    padding-left: 5px;
}

#popup3-box form input[type=checkbox] {
    display: inline-block;
    width: 10%;
    margin-left: 5px;
}

#popup3-box form label {
    display: inline;
}

/* model info */
#popup2-mask {
    display: none;
    background: #000;
    position: fixed;
    margin:20px 20px 20px 20px;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

#popup2-box {
    display: none;
    background-color: #2a0217;
    opacity: 0.8;
    padding: 10px;
    margin-top: 50px;
    border: 1px solid #fff;
    z-index: 99999;
    box-shadow: 0px 0px 20px #000;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 600px;
    max-width:  90%;
    max-height: 80%;
       
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */
}

/* make a choice dialog box */
#popup1C-mask {
    display: none;
    background: #000;
    position: fixed;
    margin:20px 20px 20px 20px;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

#popup1C-box {
    display: none; 
    background-color: #2a0217;
    opacity: 0.8;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #fff;
    z-index: 99999;
    box-shadow: 0px 0px 20px #000;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: 20px; 
    width: 370px;
    max-width:  90%;
    max-height: 80%;
       
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */
}

/* confirm selection dialog box */
#popup1-mask {
    display: none;
    background: #000;
    position: fixed;
    margin:20px 20px 20px 20px;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

#popup1-box {
    display: none; 
    background-color: #2a0217;
    opacity: 0.8;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #fff;
    z-index: 99999;
    box-shadow: 0px 0px 20px #000;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: 20px; 
    width: 300px;
    max-width:  90%;
    max-height: 80%;
       
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */
}

#popup0-box {
    display: none; 
    background-color: #2a0217;
    opacity: 0.8;
    padding: 10px;
    margin-top: 50px;
    border: 1px solid #fff;
    z-index: 90;
    box-shadow: 0px 0px 20px #000;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 600px;
    max-width:  90%;
    max-height: 80%;
       
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */
}

/********************************************************
                        Colours 
*********************************************************/
body {
    color: #A6A6A6;
    background-color: #26272B
}

a {
    color: #C5A059
}

a:active,
a:focus {
    background: transparent
}

hr,
.borderedbox {
    border-color: #D7D7D7
}

label span {
    color: #F00;
    background-color: inherit
}

input:focus,
textarea:focus,
*:required:focus {
    border-color: #C5A059
}

table,
th,
td
 {
    border-color: #D7D7D7
}

th {
    color: #FFF;
    background-color: #373737
}

tr {
    color: inherit;
    background-color: #FBFBFB
}

tr:nth-child(even) {
    color: inherit;
    background-color: #F7F7F7
}

table a {
    background-color: inherit
}


.faico a {
    color: inherit;
    background-color: transparent
}
.faicon-facebook:hover {
    color: #3B5998
}
.faicon-instagram:hover {
    color: #C13584
}
.faicon-linkedin:hover {
    color: #0E76A8
}
.faicon-pinterest:hover {
    color: #C8232C
}
.faicon-rss:hover {
    color: #EE802F
}
.faicon-twitter:hover {
    color: #00ACEE
}
.flex-direction-nav a {
    color: rgba(255, 255, 255, 1)
}
.flex-control-paging li a {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0)
}
.flex-control-paging li a.flex-active {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 1)
}

.overlay {
    color: #FFF;
    background-color: inherit
}

.overlay::after {
    color: inherit;
    background-color: rgba(0, 0, 0, .40)
}

.btn,
.btn.inverse:hover {
    color: #FFF;
    background-color: #C5A059;
    border-color: #C5A059
}

.btn:hover,
.btn.inverse {
    color: inherit;
    background-color: transparent;
    border-color: inherit
}

.col1 {
    border-color: rgba(255, 255, 255, .1)
}

.col2 {
    color: #A6A6A6
}

.col3 {
    color: #797979;
    background-color: #fff;    
}

.col4.overlay {
    color: #A6A6A6;
    background-color: #151517
}

.col5 {
    color: #A6A6A6;
    background-color: #26272B
}

.container .demo div:nth-child(odd) {
    color: #FFF;
    background: #CCC
}
.container .demo div:nth-child(even) {
    color: #FFF;
    background: #979797
}

.nav_top li a {
    color: inherit
}
.nav_top .active a,
.nav_top a:hover,
.nav_top li:hover>a {
    color: #C5A059;
    background-color: inherit
}

.nav_top li li a,
.nav_top .active li a {
    color: #FFF;
    background-color: rgba(0, 0, 0, .80);
    border-color: rgba(0, 0, 0, .7)
}

.nav_top li li:hover>a,
.nav_top .active .active>a {
    color: #FFF;
    background-color: #C5A059
}

.nav_top form select {
    color: #FFF;
    background-color: #26272B;
    border-color: rgba(255, 255, 255, .2)
}

.nav_top .drop {
    color:  white;
}

.container .sidebar nav a {
    color: inherit;
    border-color: #D7D7D7
}
.container .sidebar nav a:hover {
    color: #C5A059
}

.pagination a,
.pagination strong {
    border-color: #D7D7D7
}

.pagination .current * {
    color: #FFF;
    background-color: #C5A059
}


#header #logo h1 a {
    /* 
	color: #C5A059; 
	color: #FFF;
	color: #56FF6D;  
	color: #47A3FF;
	*/
	color: #00FFFF;
}

#header #logo #btn_lang a {
    color: #fff;
}

#footer .heading {
    color: #C5A059; 
}

#footer input,
#footer button {
    color: #FFF;
    background-color: #000
}

#footer button {
    color: #C5A059
}

#breadcrumb a {
    color: inherit;
    background-color: inherit
}

#backtotop {
    color: #FFF;
    background-color: #C5A059
}


/************************************************************************
                    page1 intro and model list
*************************************************************************/

#heroineA {
    position: relative;
    max-width: 900px;
    height: auto;
    top: 50%;
    margin-right: auto;
    margin-left: auto;
    
    background-image: url("../images/lamodel0001_01.jpg");
    background-position: center top;
    background-repeat: no-repeat; 
    background-size: 100%, auto;
    overflow: hidden; 
    transition: transform, 10s;
}

#heroineA.noimage {
    background-image: none;
    transition: none;
}

#heroineA::before { 
  content:"";
  position:absolute; top:0;right:0;bottom:0;left:0;
  background:inherit;
  transition:inherit;
  }


#heroineA:hover::before, #heroineA:focus::before { 
  transform: scale(1.2);
  transform-origin:  top;
}

/************************************************************************
    page2 image display gallery 
*************************************************************************/
#heroineB {
    position: relative;
    max-width: 810px;
    height: 100%;
    top: 50%;
    margin-right: auto;
    margin-left: auto;
}

/* Position the image container (needed to position the left and right arrows) */
.img_container {
    position: relative;
    overflow: auto;
    width: 100%;
}

.img_container .modelname {
    position:  absolute;
    display:  block;
    top: 10px;
    text-align: left;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 30px;
    color: #ff1493;  
}

.img_container .olstatus {
    position:  absolute;
    display:  block; 
    top: 50px;
    text-align: left;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
        
}

.img_container #msg_tip {   
    position: absolute;
    overflow: hidden;
    width: 30%;
    height: 170px;
    top: 15%;
    padding-top: 50px;
    margin-left: 10px;
    font-size: 30px;
    font-family: Garamond;
    font-style: italic;
    text-align: center;
    line-height: 1.1em;
    color: white;
    background-color: rgba(0, 0 ,0, .5); 
    box-shadow: 0px 0px 20px #000;
      
}

.img_container #img_tip {  
    top: -170px;
    height: 170px;
    width: 100%;
    background-image: url(../images/lATip3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-animation: tipmove 10s;
    animation: tipmove 10s;
      
}

.img_container #msg_invite {
    position: relative;
    max-width: 10%;
    height: auto;
    top: 70%;
    margin-left: 20px;
    
    background-image: url("../images/lainvite.png");
    background-repeat: no-repeat; 
    background-size: 100%, auto;
    overflow: hidden; 
}

.img_container #msg_game {
    position: relative;
    max-width: 10%;
    height: auto;
    top: 70%;
    margin-left: 20px;
    
    background-image: url("../images/lagame.png");
    background-repeat: no-repeat; 
    background-size: 100%, auto;
    overflow: hidden; 
}

#img_main {
    height:  calc(70vh);
    clear: both; 
    overflow: hidden;  
}

/* Hide the images by default */
.img_slides {
  width: 100%;
  overflow: hidden; 
  display: inline-block;
 }

/* Add a pointer when hovering over the thumbnail images */
.img_cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.img_prev,
.img_next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.img_next {
  right: 20px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.img_prev:hover,
.img_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.img_number {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.img_caption {
  margin-left: 10px;
  color: white;
  position: absolute;
  top: 60%;
  width: auto;
  background-color: rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  line-height: 32px;
}

#img_caption {
    margin-top: 0;
    margin-bottom: 0;
}

.img_row {
    overflow: hidden ;
    max-height: 140px;
}

.img_row:after {
  content: "";
  display: table;
  clear: both;
}

/* 10 columns side by side */
.img_column {
  float: left;
  width: 12%;
 }

/* Add a transparency effect for thumnbail images */
.img_thumb {
  opacity: 0.6;
}

.active,
.img_thumb:hover {
  opacity: 1;
}

.img_button:hover {
  opacity: 1;
}

.img_button {
    color: #ff1493;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #b2b2b2 !important;
    background: #eee;
    background: -moz-linear-gradient(top,#fdfdfd,#cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cccccc));
    background: linear-gradient(top,#fdfdfd,#cccccc);
    /*text-transform: uppercase;*/
    padding: 5px 10px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    font-family: Verdana;
    overflow: visible;
    white-space: nowrap;
    width: 107px;
    -webkit-appearance: push-button;
    -webkit-user-select: none;
    margin:10px;
    opacity: 0.8;
    transition: none !important
}

.img_button#act7 {
  color: #F00;
  width: 170px; 
  font-size: 20px;
    
}

.img_button#act8 {
  color: #040;
  width: 170px; 
  font-size: 20px;
    
}

.confirm_button:hover {
  opacity: 1;
}

.confirm_button {
    color: #ff1493;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #b2b2b2 !important;
    background: #eee;
    background: -moz-linear-gradient(top,#fdfdfd,#cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cccccc));
    background: linear-gradient(top,#fdfdfd,#cccccc);
    /*text-transform: uppercase;*/
    padding: 5px 10px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    font-family: Verdana;
    overflow: visible;
    white-space: nowrap;
    width: 80px;
    -webkit-appearance: push-button;
    -webkit-user-select: none;
    margin-top:10px;
    margin-right: 5px;
    float: right;
    opacity: 0.8;
    transition: none !important
}

.message {
    margin-left: 10px;
    color: white;
}

.box_title {
    text-align: center;
    font-family: Verdana;
    font-size: 1.5em;
    /* color: #ff1493; */
    color: #78f1e1;
}

.box_dateentry {
    color: #26272B;
}

#box_datemsg {
    color:  #ff1493
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes tipmove {
    from {top: -170px;}
    to {top: -80px;}
}

@keyframes tipmove {
    from {top: -170px;}
    to {top: -80px;}
}

/*****************************************************
              video, audio, chat  
******************************************************/
#video_main {
    /* height: calc(70vh); */
    clear: both;
    overflow: hidden;
}

#selfDiv>div, #chat_main>div {
    position: relative;    
}

/* models, members video */
#modelVideo {
      width: 100%;        
}

#selfDiv {
    position: absolute;
    top: 2%;
    right: 0;
    margin-right: 5px;
    max-height: 320px;
    overflow-y: auto;
}

/* model.html video only */
.memberVideo {  
  height:100px;
  width:130px;
  border:1px solid gray;
}

.memberVideo.noDisplay {
    height: 40px;
    width: 130px;  
}

.memberVideo.bigDisplay {  
  height:200px;
  width:260px; 
}

.memberTitle {
    position:  absolute;
    bottom: 10%;
    text-align: center;
    width:  100%;
    font-size: 0.7rem;
    line-height:  1rem;    
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

/* member video only */
#selfVideo {  
  height:100px;
  width:130px;
  border:1px solid gray;
}

#selfVideo.rotate {
    height:169px;
    width:130px;    
}

/* chat */
#chat_main {
    position: absolute;
    margin-right: 5px;
    border:1px solid gray;
    width: 300px; 
    bottom: 200px;
    right: 0 ;
    background-color: rgba(0, 0, 0, 0.4);
}

#chat_converse {
    max-height: 320px;
    overflow-y: auto;
    color: #fff;
    line-height: 1.3em;   
}

#chat_converse[chat_small] {
    max-height: 80px;
}


#chat_entry {
    background-color: #2a0217;
}

#btn_chat {
    display: inline-block ;    
    color:  #C5A059;    
    width: 32px;
    font-size: 20px;
    cursor: pointer;     
    border: 0;
    background: inherit;
    height: 30px; 
    /* margin-right: 10px; */
    float: right;   
}

#btn_size {
    display: inline-block ;    
    color:  #C5A059;    
    width: 32px;
    font-size: 20px;
    cursor: pointer;     
    border: 0;
    background: inherit;
    height: 30px; 
    /* margin-right: 10px; */
    float: right;   
}


#btn_chat:hover, #btn_size:hover {
    color:  #fff;
}

#chat_input {
    display: inline-block ;
    margin: 5px;
    color: #ffffff;
    background: inherit;
    border: 0;
    width:  220px;   
}

/* chat lines colour markup */

.titleMember {
    color: #0094ff;
    border-radius: 3px 7px; 
    border-color: #0094ff;
    border-width: 2px;
    margin: 2px;
    display: inline-block;
}

.titleModel {
    color: #ff1493;
    border-radius: 3px 7px; 
    border-color: #ff1493;
    border-width: 2px;
    margin: 2px;
    display: inline-block;
}

.titleMyself {
    color: #EE802F;
    border-radius: 3px 7px; 
    border-color: #EE802F;
    border-width: 2px;
    margin: 2px;
    display: inline-block;
}

.txtModel {
    font-style: italic
}

.txtMember {
    font-style: italic
}
/*****************************************************
              responsive display settings 
******************************************************/

@media screen and (min-width: 900px) {
    .hoc {
        max-width: 810px
    }
    #header {
        padding: 30px 0 15px
    }
}
@media screen and (max-width: 900px) {
    .hoc {
        max-width: 90%
    }
    #header {
        padding: 10px 0 15px
    }
    #header #logo {
        margin: 0
    }
    
    .container .demo div {
        margin-bottom: 0
    }
   
    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0
    }
    #copyright p:first-of-type {
        margin-bottom: 10px
    }
}
@media screen and (max-width: 780px) {
     #footer {
        padding: 30px 0;
    }

    #pageintro {
        padding:  0 0 0 0;     
    }
	
	#ssb_image {
    width: 150px;
   }

    .imgl,
    .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0
    }
    .fl_left,
    .fl_right {
        display: block;
        float: none
    }
    .one_half,
    .one_third,
    .two_third,
    .one_quarter,
    .two_quarter,
    .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0
    }
    #topbar,
    #header {
        text-align: center;
        padding: 10px 0 15px;    
    }
    #header #logo {
        margin-bottom: 15px
    }

    #chat_main {
      width:  200px; 
      font-size:  10px; 
      bottom: 220px;
    }

    #chat_input {
      width:  150px; 
    }
   
    #chat_converse {
    max-height: 80px;
    }

    #self_div {
    max-height: 150px;
    }
}
@media screen and (max-width: 650px) {

    #header #logo h1 {
        font-size: 30px;
    }
	
	.flexigrid {
        font-size: 11px;
    }
 
   .inline li {
        display: block;
        margin-bottom: 10px
    }
    .pushright li {
        margin-right: 0
    }

    .font-x1 {
        font-size: 1.0rem
    }
    .font-x2 {
        font-size: 1.4rem
    }
    
    #pageintro li article {
		font-size: smaller;
        max-width: none;
        width: 100%
    }
    #pageintro li .heading {
      	font-size: 1.4rem
    }
    
    #promo p {
        line-height: 1em;
        margin-top: 5px;        
    }

    .one_half {
        margin-bottom: 10px;
   }
   
}

@media screen and (max-width: 450px) {
    
    #pageintro {
		height: 550px;
	}	
	 
    #img_main {
        height: auto;
    }

    #footer {
        padding: 10px 0;
    }

    .wrapper {
        padding:  0;
    }

    .img_button {
        font-size: 10px;
        width: 80px;
    }    
    
    .font-xs {
        font-size: 0.8rem
    }
    .font-x1 {
        font-size: 0.9rem
    }
    .font-x2 {
        font-size: 1.0rem
    } 

}