html, body {
    height: 100%;
}


body {
    color: #fff;
    font-size: 21px;
    line-height: 1.5;
	/*font-family: 'Microsoft-YaHei-Regular';*/
    background-image: url("img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1c1b17;
    background-position: top;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
}


ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

b {
    font-weight: 700;
}

a {
    color: #fff;
    text-decoration: none;
}

a:focus, a.focus, button:focus, button.focus {
	outline: 0;
	outline-color: transparent;
	outline-width: 0;
	outline-style: none;
	box-shadow: none;
}

a:hover {
    text-decoration: none;
    transition:.3s linear;
    -moz-transition:.3s linear;
    -webkit-transition:.3s linear;
    -o-transition:.3s linear;
    color: #f8dc09;
}

.clear {
    clear: both;
}

.site-closed {
    padding: 30px 0;
}

.closed-logo {
    padding: 0 15px;
}

.closed-logo img {
    max-width: 100%;
    max-height: 100%;
}

.closed-brp {
    padding: 0 15px;
}

.closed-brp img {
    max-width: 100%;
    max-height: 100%;
}

.closed-info {
    font-weight: 700;
    font-size: 40px;
    padding: 0 15px;
}


.closed-text {

    text-transform: uppercase;
    font-size: 105px;

    line-height: 1;
	color: #FECC00;
}



@media (max-width: 825px) {
    .closed-text {
        font-size: 80px;
    }

    .closed-info {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .closed-text {
        font-size: 40px;
    }
}

@media (max-width: 464px) {
    .closed-text {
        font-size: 30px;
    }

    .closed-info {
        font-size: 18px;
    }
} 