﻿@charset "utf-8";
/* css reset start */
@charset "utf-8";
/* css reset start */

.navbar {
    margin: 0;
 
}
.left {
    float: left;
}
.right {
    float: right;
}

.header-top {
    height: 40px;
}
.header-top .curr-time {
    line-height: 40px;
    font-size: 14px;
    color: #504f4f;
   
}

.header-top .curr-time .local-time-desc {
    margin-left: 20px;
}

.header-top .right ul {
    margin-top: 8px;
}


.header-top .right ul li a {
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    display: block;
    background: #EA7C00;
    font-size: 16px;
}


.header-top .margin-right-15 {
    margin-right: 15px;
}

.header-top ul {
    list-style: none;
}

.header-top ul li {
    display: inline;
    line-height: 40px;
    float: left
}

.header-top ul li > a {
    padding: 12px 20px;
    color: #AEAEAE;
    font-weight: 600;
    border: 1px solid #e7e7e7;
    margin-left: -1px;
}

.header-top ul li > a:hover {
    background-color: #e7e7e7;
}

.header-top > .container > a > span {
    padding: 12px 0px;
    color: #AEAEAE;
    font-weight: 600;
    line-height: 20px;
}

 
.header-bot {
    height: 103px;
    background: #fff
}

.logo {
    display: block;
    float: left;
    margin-top: 25px;
    height: 70px;
}

.nav {
    float: right;
    margin-top: 43px;
    margin-left: 140px;
}

.nav li {
    float: left;
    margin: 0px 15px;
}

.nav li > a {
    font-size: 15px;
    color: #333333
}


 .nav li.dl > a {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 25px;
    font-size: 15px;
    color: #ffffff;
    font-family: 'robotomedium';
    margin-top:-20px;
}
.register {
    background: #2d2d2d;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.login {
    background: #93c054;
    border-radius: 0 3px 3px 0;
    margin-left: -3px;
}
.logout {
    background: #93c054;
    border-radius:  3px ;
    margin-left: -3px;
}
.choose {
    background: #FFFFFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    color: #999999;
    display: block;
    font-family: "robotoregular";
    font-size: 12px;
    height: 10px;
    left: 349px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 27px;
    width: 10px;
}

.menu-btn {
    display: none
}