﻿@font-face {
  font-family: 'Prometo Medium';
  src: url('/font/Prometo_Md.ttf');
}

@font-face {
  font-family: 'Prometo Light';
  src: url('/font/Prometo_Lt.ttf');
}

body {
    font-family: 'Prometo Medium','Ubuntu', sans-serif;
    margin: 0px;
    color: #787878;
    background-color: #EEE;
}

input, select {
    font-family: 'Prometo Medium','Ubuntu', sans-serif;
}

input {
    box-sizing: border-box;
    text-indent: 2px;
}

input[type=text], input[type=password], select {
    width: 405px;
    /*text-indent: 5px;*/
    padding: 5px;
    margin: 10px 0px;
}

input[type=submit], input[type=button] {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #fff;
}

input[type=submit]:hover, input[type=button]:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

a {
    color: #838383;
}

    a:hover {
        color: #ff7300;
    }

.header {
    padding: 10px;
    background-image: url('/image/right_banner.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 85px;
}
#header_nav {
    text-align: center;
    color: #FFF;
    font-weight: 500;
    font-size: 17px;
    background-color: #191919;
    height: 76px;
    line-height: 76px;
    text-transform: uppercase;
}

#container {
    min-width: 1230px;
}

#content {
    position: relative;
    width: 100%;
    height: 800px;
}

#content_bg {
    position: relative;
    margin: 20px auto 20px auto;
    width: 850px;
    height: 550px;
}

#content_main {
    position: relative;
    top: -570px;
    left: 203px;
    margin: 0px auto;
    width: 405px;
    height: 550px;
}

#footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

#footer_content {
    background-color: #d9d9d9;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #6A6A6A;
    box-shadow: 0 -2px 5px #A0A0A0;
}

/** validate error **/
.error {
    position: relative;
    top: -10px;
    font-size: 10px;
    color: #f00;
}

/** Live Help **/
#lz_overlay_chat {
    bottom: 40px !important;
}

/** content_login **/
#content_1 {
    display: none;
    position: absolute;
    width: 405px;
    height: 550px;
}

#content_rightside {
    position: absolute;
    width: 405px;
    height: 550px;
}

.content_header {
    width: 100%;
    text-align: center;
    color: #191919;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0px;
    border-bottom: 1px solid #191919;
    margin-bottom: 10px;
}

.but_OK {
    font-size: 14px;
    padding: 5px 20px;
    color: #fff;
    border-radius: 25px;
    border: none;
    background-color: #313037;
    cursor: pointer;
    margin: 20px 5px 10px 0px;
    float: right;
}

.forgotpassword {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px;
}

.forgotpassword a {
    color: #787878;
    text-decoration: none;
}

.table_top tr td {
    vertical-align: top;
}

/** Carousel **/
.jcarousel-wrapper {
    position: relative;
    width: 404px;
    height: 550px;
    float: left;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.panel_overlay {
    top: -304px;
    position: relative;
    width: 405px;
    height: 200px;
    color: #ff7300;
    /* background-color: rgba(0, 0, 0, 0.2); */
    text-align: center;
    vertical-align: middle;
    /* opacity: 0; */
    padding-top: 100px;
}

.panel_overlay_desc {
    height: 50px;
    line-height: 50px;
}

.text {
    clear: both;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff7300;
}

.but {
    clear: both;
    padding: 10px;
    margin: 0px 50px;
    background-color: #000;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.but:hover {
    color: #000;
    background-color: #fff;
}

/* Step Style*/
.stepheader_new {
    padding: 4px 5px 6px;
    /*text-align: right;*/
    background: #3a3a3a;
    /*height: 37px;*/
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 10px;
}

    .stepheader_new a {
        display: inline-block;
        width: 100%;
    }

.stepheader_number {
    float: left;
    background: #cb4550;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    margin-right: 8px;
    padding: 3px 0 0;
    height: 27px;
    width: 27px;
    border-radius: 100%;
    box-sizing: border-box;
}

.stepheader_text {
    /*float: left;*/
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 0;
    padding-top: 5px;
}

.stepheader_active_new {
    background: #cb4550;
}

    .stepheader_active_new .stepheader_number {
        background: #3a3a3a;
    }

.stepheader {
    font-weight: bold;
    color: #000000;
    background-color: silver;
    margin: 1px;
    padding: 5px;
    cursor: pointer;
}

.stepcontent {
    padding: 10px;
}

.button_OK_new {
    background: #313037;
    color: #fff;
    border-radius: 60px;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    padding: 5px 10px 5px 10px;
    border: 1px solid #5a595f;
    cursor: pointer;
}

    .button_OK_new:hover {
        background: #ff7300;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.browser_logo {
    border: 0;
    height: 25px;
}

.popClose {
    cursor: pointer;
    margin-left: auto;
    margin-right: 0px;
    border-spacing: 0px;
}

.Pop_Video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    /* margin-top: -350px; */
    margin-left: 0px;
    border-radius: 5px;
    border: solid 2px #e4e4e4;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px #666;
    background: #fff;
    padding: 20px;
    z-index: 101;
}

.Pop_Content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    /* margin-top: -350px; */
    margin-left: 0px;
    border-radius: 5px;
    border: solid 2px #e4e4e4;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px #666;
    background: #fff;
    padding: 20px;
    z-index: 101;
}

.Pop_bg {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    display: none;
}