/*General.css*/

*{padding: 0px;margin: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: Time New Roman;}
.wrapper{width: 1025px !important;margin: 0 auto;position: relative;}

body{background: black url(../../images/bg.jpg) center top no-repeat !important;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}

/*reset.css*/

/* css rest */
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;
}
/*end reset*/

/*Content.css*/

.content #header{
    border: 1px solid white;
    border-radius: 5px 5px 0 0;
    color:white;
    font-size:20px;
    padding:10px;
    margin-top:10px;
    background:none repeat scroll 0 0 rgba(0,0,0,0.4);
    border-bottom: 1px #999999 solid;
}
.content #body{
    border: 1px solid white;
    border-radius: 0 0 5px 5px;
    color:white;
    border-top:none;
    padding:10px;
    min-height:150px;
    margin-bottom:10px;
    background:none repeat scroll 0 0 rgba(0,0,0, 0.4);
}

/*uibase.css*/

@font-face{font-family: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
@font-face{font-family: Kievit;src: url(../font/Kievit-Italic.ttf);}
@font-face{font-family: DaiAtlas;src: url(../font/Dai-Atlas.otf);}

.header{height: auto;}

/* Datetime */
.datetime{
    float: left;
    color: white;
    margin-top: 10px;
}
.datetime p{
    float: left;
    font-family: arial;
    font-size: 11px;
    color:#fff;
}
.datetime p:last-child{
    margin-left: 50px;
}
/* /Datetime */

.livechat{
    float: left;
    text-decoration: none;
    color: #fffdab;
    font-family: arial;
    font-size: 12px;
    margin-top: 5px;
}
.livechat span{
    text-transform: uppercase;
    margin-top: 3px;
    margin-left: 450px;
}
.livechat img{
    vertical-align: middle;
    margin-left: 5px;
}
.msg_box{
    margin-left: 5px;
}
.msg_box span{
    position: absolute;
    color: #fff;
    background: red;
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 7px;
    margin-left: 15px;
}
.msg_box img{
    width: 23px;
    margin-top: 2px;
}
/* Logo */
.logo{
    float: left;
    margin-top: 20px;
}
/* /Logo  */

.right-head{
    float: right;
    width: 580px;
}

/* Form */
form.my-form{
    float: right;
    width: 460px;
    height: auto;
    margin-top: 15px;
    margin-right: 50px;
}
form.my-form img{
    float: left;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
}
form.my-form input[name="useracc"], form.my-form input[name="passwd"]{
    float: left;
    width: 126px;
    height: 25px;
    font-family: arial;
    font-size: 10px;
    text-align: left;
    margin: 1px 2px;
    padding-left: 10px;
    color: #fff;
    border: none;
    background: url(../../images/textbox.png) center no-repeat;
}

form.my-form input:focus{outline: none;}
form.my-form input::-webkit-input-placeholder {color: #fff;}
.btnDaftar, .btnLogin{
    float: left;
    width: 93px;
    height: 31px;
    border: none;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: RobotoSlab;
    font-size: 12px;
    font-weight: bold;
    color: #fcf6a2;
    line-height:  30px;
    background: url(../../images/button.png) center no-repeat;
}
.btnDaftar{
    margin: 0 0 0 5px;
}
.btnLogin{
     margin: 0 0 0 5px;
}
.btnDaftar:hover, .btnLogin:hover{opacity: 0.8;}
/* /Form */

/* Contact */
.contact-wrap{
    float: left;
    width: auto;
    margin-top: 10px;
}
.contact-text{
    float: left;
    color: #fff;
    font-family: RobotoSlab;
    font-size: 13px;
    font-style: italic;
    margin-top: 18px;
    margin-left: 10px;
}
.contact{
    float: left;
    margin-top: 12px;
    margin-left: 25px;
}
.contact li{
    float: left;
    margin-left: 8px;
}
.contact li:first-child{
    margin-left: 0px;
}
.contact li a{
    text-decoration: none;
    color: white;
    width: 100px;
    height: 37px;
}
.contact li a img{
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}
.contact li a div{
    font-family: arial;
    font-size: 10px;
    margin-top: 5px;
}
.forget{
    float: left;
    text-decoration: none;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    margin: 20px 0 0 20px;
}
/* /Contact */

/* Menu */
.menu  {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-left: 140px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
}
.menu li.main-menu a{white-space: nowrap;}
.menu>li {
    float: left;
    margin: 20px 20px 0 30px;
}
.menu li.main-menu, .menu li:first-child{
     position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.menu li:first-child{
    margin-left: 0px;
}
.menu li:last-child{
    margin-right: 0px;
}
.menu li a {
    font-family: RobotoSlab;
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.menu li:hover a{
    color: #FFED81;
}
/* /Menu */

/* Running Text */
.marquee-div{
    float: left;
    width: 92%;
    margin: 20px 0 0 108px;
}
#runningText{
     float: left;
     font-family: RobotoSlab;
     width: 95%;
     font-size: 12px;
     color: #fff;
     font-weight: bold;
}
/* /Running Text */

.content{height: auto;}

/* Slide show */
.slideshow{
    float: left;
    width: 990px;
    height: 452px;
    margin-top: 15px;
}
/* /Slide show */

/* Product */
.product{
    float: left;
    margin-top: -80px;
    position: relative;
    z-index: 999;
}
.product li{
    float: left;
}
.product li a{
    text-decoration: none;
    text-align: center;
    width: 195px;
    height: 162px;
    display: block;
    margin-left: 3px;
}
.product li:hover a{
    opacity: 0.8;
}
.product li:first-child a{
    margin-left: 0px;
}

/* /Product */

/* Result */
#website{
    float: left;
    width: 100%;
    margin-top: 3px;
}
.owl-item{
    width: 316px;
    height: 113px;
}
.owl-item div{
    float: left;
    width: 316px;
    height: 113px;
}
.owl-item div p{
    color: white;
    text-align: center;
    padding: 15px 0 0 120px;
}
.owl-wrapper .owl-item:first-child{
    background: url(../../images/singapore.png) center no-repeat;
}
.owl-wrapper .owl-item:nth-child(2){
    background: url(../../images/sydney.png) center no-repeat;
}
.owl-wrapper .owl-item:nth-child(3){
    background: url(../../images/hongkong.png) center no-repeat;
}
.owl-wrapper .owl-item:nth-child(4){
    background: url(../../images/singapore.png) center no-repeat;
}
.owl-wrapper .owl-item:nth-child(5){
    background: url(../../images/sydney.png) center no-repeat;
}
.owl-wrapper .owl-item:last-child{
    background: url(../../images/hongkong.png) center no-repeat;
}
.owl-item div p:first-child{
    font-family: DaiAtlas;
    font-size: 45px;
    color: #f8eea9;
    letter-spacing: 7px;
}
.owl-item div p:nth-child(2){
    font-family: arial;
    font-size: 15px;
    color: #f8eea9;
    padding: 8px 0 8px 110px;
    
}
/* /Result */

.browser, .power{
    float: left;
    margin-left: 50px;
}

/* Footer Menu */
.footer-menu  {
    width: 60%;
    float: left;
    margin-top: 10px;
}
.footer-menu>li {
    float: left;
    margin: 0 5px 0 5px;
}
.footer-menu li:first-child{
    margin-left: 0px;
}
.footer-menu li:last-child{
    margin-right: 0px;
}
.footer-menu li a {
    font-family: RobotoSlab;
    font-size: 12px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.footer-menu li:hover a{
    color: #FFED81;
}
/* /Footer Menu */

.bank{float: right;}

.footer{
    height: auto;
}
/* Copyright */
.copyright{
    float: right;
    font-family: arial;
    font-size: 12px;
    color: #fff;
    width: 100%;
    text-align:  center;
    margin: 20px 0;
}
.copyright span{
    color: #46a5ee;
}
/* /Copyright */

/* line 49, ../../sass/Layout/_header.sass */
.wrapper_language {
    float: right;
  margin: 0 0 0 0;
}

/* line 53, ../../sass/Layout/_header.sass */
#language, .dd-select {
  width: 50px !important;
  height: 30px;
  font-family: Calibri;
  font-size: 11px;
  font-weight: bold;
  background: none !important;
  color: white;
  border: none !important;
}

/* line 57, ../../sass/Layout/_header.sass */
.dd-selected {
  padding: 0 2px !important;
  
}
.dd-selected .dd-selected-text{
    line-height: 10px !important;
}

/* line 61, ../../sass/Layout/_header.sass */
.dd-option-image, .dd-selected-image {
  float: none !important;
  vertical-align: baseline !important;
  color: white;
  padding: 5px 0 0 5px;
}

/* line 64, ../../sass/Layout/_header.sass */
.dd-options {
  width: 44px !important;
  padding: 0px !important;
  background: none !important;
  border: none !important;
  box-shadow: none;
}

/* line 66, ../../sass/Layout/_header.sass */
.dd-option .dd-option-selected{
  height: 30px !important;
  padding: 0px !important;
}
.dd-option .dd-option-selected:hover{
    color: black!important;
}
.dd-option{
  padding: 3px !important;  
}
.dd-option:hover{
    background: #f3f3f3 !important;
    color: black!important;
}

.dd-option-selected{
    background: none !important;
}
.dd-pointer-down{
    width: 8px; 
    height: 6px;
    border: solid 5px transparent !important;
    border-top: solid 5px #fff !important;
    margin: 3px 0 0 5px;
}
.dd-pointer-up{
    border: none!important;
    margin-top: 0px!important;
}
.dd-option-text{
    color: white;
}
.promo-group-txt h3, .promo-group-txt p{
    color:#000 !important;
}
.promo-group-txt a{
    width: 200px !important;
    height: 30px !important;
    line-height: 31px;
    border: 1px solid #c01c1b;
    border-radius: 5px;
    background: #474C52 !important;
}