﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 125px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    width:100%;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 360px;*/
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        /*margin-top: 20px;*/
    }
    .body-content {
        padding: 0;
    }
}
.body_background {
    background-repeat: no-repeat;
    background-size: cover;
    overflow:hidden;
    height:100%;    
}
.navbar-inverse {
    background-color: #fff;
    border-color: #EAB011;
}
.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
    color: #000;
}
.nav li a {
    padding-right: 2px;
    padding-left: 2px;
}
.navbar-logo {
    height: 56px;
    margin-top: 16px;
}
.navbar-header-container {
    width: 100%;
    display: inline-block;
    text-align:center;
}

.navbar-header-cn {
    font-size: 36px;
    font-weight:bold;
    font-family: "Microsoft YaHei UI";
    color: #0b2e82;
    display: inline-block;
}
.navbar-header-en {
    font-size: 24px;
    font-family: "Corbel";
    color: #0b2e82;
    display: inline-block;
}
.navbar .container {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-spliter {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    position: relative;
    display: block;
}

.star-favoriter{
    color: #1E9FFF;
}


