body, html, div, p {
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
}

body {
    background-color: #000;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    color: #333;
}

p {
    margin-bottom: 0.5em;
}

p:last-child {
    margin-bottom: 0;
}

.page-container {
    position: relative;
    z-index: 5;
    padding-bottom: 50px;
}

.content {
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
}

.content + .content {
    padding-top: 0;
}

.c-1 {
    width: 430px;
    float: left;
    margin-right: 40px;
}

.c-2 {
    width: 430px;
    float: left;
}

.c-1a {
    width: 280px;
    float: left;
    margin-right: 20px;
}

.c-2a {
    width: 280px;
    float: left;
    margin-right: 20px;
}

.c-3a {
    width: 300px;
    float: left;
}

ul.nospace {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.nospace li {
    margin: 0;
    padding: 0
}

h1 {
    color: #000;
    font-size: 24px;
    line-height: 32px;
}

h2, h3 {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 3px 0;
}

button.button,
a.button {
    display: block;
    background-color: #b40c80;
    border: 1px solid #b40c80;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

button.button:hover,
a.button:hover {
    background-color: #fff;
    color: #b40c80;
    border: 1px solid #b40c80;
}

ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

ul li {
    margin: 0 0 5px 0;
    padding-left: 15px;
}

#slider-box {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slider-box #center {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

#slider-box #center div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#slider-box #center img:first-child {
    position: absolute;
    display: block;
    height: 100% !important;;
    width: auto !important;
    top: 0;
    left: 0;
}

#slider-box.q #center img:first-child {
    height: auto !important;;
    width: 100% !important;
}

p.error {
    color: red;
    font-size: 24px;
    line-height: 32px;
}