html{
    min-height: 101%;
}

body {
    background: #f8f8f8;
    background-image: -webkit-linear-gradient(white 0%, #a6bbff 100%);
    background-image: -moz-linear-gradient(white 0%, #a6bbff 100%);
    background-image: -o-linear-gradient(white 0%, #a6bbff 100%);
    background-image: linear-gradient(white 0%, #a6bbff 100%);
    background-attachment: fixed;
    width: 100%;
    overflow-x: hidden;
    font-family: Arial;
    min-height: 101%;
}

.headerClass{
    background: #244ca1;
    position: relative;
    box-shadow: 2px 0px 5px #888;
    z-index: 2;
}

.red{
    color: red;
    font-size: 20px;
}

p, li{
    font-size: 12px;
}

.all{
    width: 100%;
    overflow: hidden;
}

.contentContainer{
    box-shadow: 0px 2px 5px #888;
    background: #fff;
    position: relative;
    z-index: 1;
}

.navbar {
    background: none;
    border: none;
}

.logo{
    padding-left: 0px;
}

.logo img {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 15px;
}

.header img {
    position: absolute;
    top: 40px;
    left: 40%;
    height: 100px;
    width: 1200px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.navcontainer {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    z-index: 10;
}

.navbar-bg-container {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 50px;
    padding-right: 15px;
}

.nav-bg {
    background: #112140;
    border-radius: 4px;
    width: 10000px;
    height: 50px;
}

.navbar-start {
    background: none;
    border: none;
    box-shadow: none;
    margin-top: 90px;
}


.navigation {
    height: 40px;
    position: relative;
    z-index: 2;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
    color: #fff;
    margin-top: 0px;
}

.navbar-default .navbar-nav>li>a{
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}

.navbar-default .navbar-nav>li.dropdown>a{
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: #fff;
}
.navbar-default .navbar-nav>li.active a{
    background: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color: #f5f5f5;
}

.rightcol{
    position: relative;
}

.submenu{
    position: relative;
    z-index: 1;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #244ca1;
}

.submenu a{
    margin-top: 5px;
    padding: 10px 15px;
    line-height: 20px;
    display: block;
    color: #fff;
    float: left;
    border-radius: 4px;
    margin-left: 5px;
}


.submenu a:hover{
    text-decoration: none;
    background: #fff;
    color: #333;
}

.slider-content{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px;
    background: rgba(0,0,0,0.8);
    border-bottom-right-radius: 4px;
    max-width: 350px;
}

.slider-content h2{
    color: #fff;
    margin-top: 0px;
    font-size: 18px;
}

.slider-content h3 {
    color: #fff;
    margin-top: 0px;
    font-size: 13px;
    line-height: 180%;
}

.slider-content p{
    color: #fff;
    margin: 0px;
}

.content{
    min-height: 200px;
    background: #fff;
    border-radius: 4px;
}

.content h1{
    font-size: 18px;
    margin-top: 0px;
    font-weight: bold;
    color: #244ca1;
}

.content h2{
    font-size: 14px;
    font-weight: bold;

}

.content p{
    line-height: 160%;
}

#video{
    margin-top: 10px;
    height: 150px;
}

.widget{
    background: #eeedf4;
    padding: 15px;
    margin-bottom: 20px;
}

.widget p, .widget h4{
    margin: 0px;
    margin-bottom: 4px;
}

.widget h3{
    font-size: 16px;
}

.widget h4{
    font-size: 14px;
    font-weight: bold;
}

.widget p{
    font-size: 12px;
}

.widget p.widgetText{
    line-height: 160%;
}

.usa:before {
    content: url('img/lang/usa.png');
    width: 11px;
    height: 11px;
    margin-right: 10px;
}

.china:before {
    content: url('img/lang/china.png');
    width: 11px;
    height: 11px;
    margin-right: 10px;
}

.german:before {
    content: url('img/lang/ger.png');
    width: 11px;
    height: 11px;
    margin-right: 10px;
}

.widget-title h3{
    font-size: 14px;
    color: #244ca1;
    margin-top: 0px;
    font-weight: bold;
}

.btn-primary{
    background: #244ca1;
}

.footer1{
    position: relative;
    background: #244ca1;
    z-index: 2;
}

.footer1 h3, .footer1 p, .footer1 a{
    color: #fff;
}

.footer1 h3{
    font-size: 16px;
    margin-bottom: 8px;
}

.footer1 p{
    font-size: 11px;
    margin-bottom: 7px;
}

.footer2{
    padding: 10px;
}

.footer2 p{
    font-size: 11px;
    margin-bottom: 0px;
}

.footer2 a, .footer2 a:hover, .footer2 a:visited{
    color: #000;
}

select.form-control{
    width: 100px;
    float: left;
}

/* HELPERS */
.placeholder-48 {
    width: 1px;
    height: 48px;
}


.m-top-0 {
    margin-top: 0px !important;
}

.m-top-5 {
    margin-top: 5px !important;
}

.m-right-15 {
    margin-right: 15px !important;
}

.m-bot-15 {
    margin-bottom: 15px !important;
}

.m-bot-20 {
    margin-bottom: 20px !important;
}

.clear {
    clear: both;
}

.clear-15 {
    height: 15px;
    clear: both;
}

.clear-20 {
    height: 20px;
    clear: both;
}

.clear-35 {
    height: 35px;
    clear: both;
}

.clear-51 {
    height: 51px;
    clear: both;
}

.clear-66 {
    height: 66px;
    clear: both;
}

.center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.navbar-default .navbar-toggle .icon-bar{
    background: #fff;
}


.submenu a.active{
    background: #fff;
    color: #333;
}

.navbar-default .navbar-nav>li>a{
    margin-left: 5px;
    font-size: 14px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    border-top: none;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-scroll{
    display: none;
    background: #244ca1;
}

.navbar-nav.navbar-right:last-child{
    margin-right: 0px !important;
}

@media (max-width:1199px) {

    .navbar-start {
        margin-top: 66px;
    }
}

@media (max-width:991px) {

    .navbar-start {
        margin-top: 15px;
    }

    .navbar-scroll{
        display: block;
    }

}

@media (max-width:768px) {

    .navcontainer{
        margin-top: 15px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background: #fff;
    }

    .navbar-default .navbar-nav>li>a {
        color: #333;
    }

    .navbar-default .navbar-collapse{
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

}