*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", 'Microsoft Yahei', sans-serif;
}
body {
    line-height: 1.7;
    color: #7f8c8d;
    font-size: 13px;
}
a:hover {
    color: blue;
    text-decoration: underline
}
a:link {
    text-decoration: none;
    color: #2c3e50
}
a:visited {
    color: black
}
ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none
}
form {
    max-width: 800px;
}
.header {
    margin-top: -80px;
}
.home-menu {
    padding: 0 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
    background: #2d3e50;
}
.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
}
.logo {
    height: 60px;
}
.content-wrapper {
    position: absolute;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}
.content {
    padding: 1em 1.5em;
    font-size: 30px;
}
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}
h1.content-head {
    margin: 2em 0 .25em;
}
.content-head-ribbon {
    color: white;
}
.tit {
    display: inline-block;
    color: #2c3e50;
    margin-bottom: 12px;
    font-size: 3.5rem;
    text-align: left;
    font-weight: 700;
    line-height: 1.5;
}
.description {
    margin-bottom: 12px;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.2;
}
.keywords {
    margin-bottom: 12px;
    color: #666;
    line-height: 1.0;
    font-size: 1.2em
}
.footer {
    background: #111;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.l-box {
    padding: 1em;
}
.l-box-lrg {
    padding: 1em 1.5em !important;
}
.is-center {
    margin: 0 auto;
    text-align: center;
}
.links {
    display: flex;
    flex-wrap: wrap;
    font-size: 2.65em;
    margin-top: 20px;
}
.item {
    margin-right: 5px;
    margin-bottom: 3px;
    min-width: 93px;
    border: 1px solid #a7825e;
    background-color: #fff;
    text-align: center;
    float: left;
    position: relative;
    line-height: 1.0;
}
.item:hover {
    background-color: #a7825e;
}
.vip, .icon_crown {
    background-color: #d9b179 !important;
}
.vip:hover, .icon_crown:hover {
    background-color: #a7825e !important;
}
.preview, .ico__preview {
    display: none !important;
}
.item a i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
#vdbanner {
    height: 60px !important
}
@media (min-width:48em) {
    body {
        font-size: 16px;
    }
    .home-menu {
        text-align: left;
    }
    .content {
        padding: 1em 0.5em;
        font-size: 30px;
    }
}

.x .header {
    margin-top: 0;
    color: white;
}

.x .header a {
    color: white;
}

.x textarea {
    height: 456px;
    font-size: 16px;
}