﻿body.layout {
    min-width: 80%;
    background-color: #161616;
}
container-max {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.noticeBar {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #564646;
    height: 40px;
    line-height: 40px;
    background: url(../index/images/new_img.png) 10px center no-repeat rgba(0, 0, 0, 0.45);
    color: #fff;
    padding-left: 55px;
}
.noticeBar .inner {
    margin-right: 10px;
    height: 40px;
    position: relative;
    overflow: hidden;
}


#content {
    position: relative;
    padding: 20px 0;
    background-color: #1e1e1e;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../index/images/bg.jpg);
}

.wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

#un-lobby {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}


#articles1 .h2 {
    min-height: 43px;
    margin: 0;
    padding-bottom: 20px;
    color: #fdfc9c;
    font-size: 18px;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #343434;
}

.article {
    padding: 20px;
    font-size: 15px;
    color: #ccc;
    line-height: 27px;
    /* border: 1px solid #473333; */
    height: 452px;
}

.reg-form .form-control {
    border-radius: 0;
    outline: none;
    border: 0;
}
.reg-form .txt {
    line-height: 27px;
    padding-top: 7px;
}

.reg-form .btn-form {
    width: 45%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D03A3A), to(#A11919));
    background-image: -webkit-linear-gradient(#D03A3A, #A11919);
    background-image: -moz-linear-gradient(#D03A3A, #A11919);
    background-image: -o-linear-gradient(#D03A3A, #A11919);
    background-image: linear-gradient(#D03A3A, #A11919);
    outline: none;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 50;
    text-align: center;
}

.menu-bottom {
    border-top: 1px solid #525252;
    background: #212121;
}
.menu-bottom {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: bottom;
}
.menu-bottom li {
    color: #888;
}

.menu-bottom li {
    position: relative;
    float: left;
    width: 25%;
    height: 57px;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center 7px;
}
.menu-bottom li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 35px;
    color: inherit;
    text-decoration: none;
}
.menu-bottom li i {
    display: block;
    font-size: 24px;
}
.menu-bottom li + li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 57px;
    background-image: url(../index/images/line.jpg);
    background: #525252;
}

@media screen and (min-width:320px) and (max-width:767px) {
    #registerform .control-label { display:none;
    }
    .menu-bottom {
    display:block;
}
}
