* {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-sizing: border-box;
    vertical-align: baseline;
}

html, body {
    width: 100%;
    min-height: 100%;
}

a, a:visited {
    color: #0060a0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #0060a0;
    border-color: rgba(0, 96, 160, .2);
    text-decoration: none;
}

a:hover {
    color: #d04000;
    border-color: #f8e2d9;
    border-color: rgba(208, 64, 0, .15);
}

.bgImg {
    min-height: 100%;
    background: url("../img/bg.jpg") #ffffff 50% 100% repeat-x;
}

.cont {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

header {
    background: black;
}

.logo {
    display: block;
    max-width: 331px;
    height: 49px;
    background: url(../img/logopingDark.png) no-repeat 0 50%;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 20px 0;
}

.player-wrapper {
    position: relative;
    width: 100%;
    margin: 25px auto;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(216, 216, 216, 0.8);
    -moz-box-shadow: 0px 0px 10px 5px rgba(216, 216, 216, 0.8);
    box-shadow: 0px 0px 10px 5px rgba(216, 216, 216, 0.8);
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrapper_hidden {

    display: none;
}

.button {
    position: relative;
    width: 100%;
    height: 67px;
    margin-bottom: 2em;
    text-align: center;
}

a.submit {
    position: relative;
    display: block;
    max-width: 690px;
    height: 67px;
    margin: 0 85px;
    background: linear-gradient(#feef69, #fda228) #fda228;
    border-radius: 4px;
    box-shadow: 0 -5px #b56518 inset;
    color: #191919;
    font-family: Impact;
    font-size: 30px;
    font-weight: 700;
    line-height: 67px;
    text-decoration: none;
    text-align: center;
}

a.submit:hover {
    background: linear-gradient(#fda228, #feef69) #feef69;
}

a.submit:active {
    top: 7px;
    height: 62px;
    line-height: 62px;
    background: linear-gradient(#fda228, #feef69) #feef69;
    box-shadow: none;
}

.button:before, .button:after {
    content: "";
    display: block;
    width: 66px;
    height: 50px;
    position: absolute;
    top: 10px;
}

.button:before {
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    left: 0px;
}

.button:after {
    background: url(../img/arrow2.png) no-repeat;
    position: absolute;
    right: 0;
}

.parts {
    overflow: hidden;
    max-width: 710px;
    margin: 0 auto 2em;
}

.parts img {
    float: left;
    width: 77px;
}

.part-text {
    display: block;
    max-width: 570px;
    margin: 12px 0 0 100px;
}

.part-text h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-family: Impact;
    color: #848484;
}

.part-text p {
    font-size: 15px;
    color: #848484;
    line-height: 20px;
}

.parts h1, .parts p {
    font-family: Tahoma;
    vertical-align: middle;
    display: inline-block;
}

/* Footer */
footer {
    position: relative;
    margin: 100px auto 0;
    padding: 20px 0 30px;
    color: #aaa;
    font-size: 10px;
    line-height: 1.3;
    font-family: Tahoma;
}

footer a, footer a:visited, footer a:hover {
    color: #888;
    border-color: #ccc;
}

footer p {
    margin-top: 10px;
}

footer p.footer-info {
    margin-top: 0px;
    font-size: 13px;
    line-height: 1.8;
}

footer nobr {
    display: inline-block;
    margin-right: 4px;
}

.adult {
    position: relative;
    top: 0px;
    font-size: 11px;
    color: #f30;
    font-weight: 700;
}

@media (max-width:520px) {
    .player-wrapper {
        width: auto;
        margin: 0 -20px 25px;
    }

    .button:before, .button:after {
        display: none;
    }

    a.submit {
        margin: 0;
    }

    .parts img {
        width: 45px;
    }

    .part-text {
        margin: 0 0 0 55px;
    }

    .part-text h3 {
        font-size: 18px;
    }

    .part-text p {
        font-size: 14px;
        line-height: 18px;
    }

    footer {
        border-top: 1px solid #ccc;
    }

}
