#xbox-gamecards .provider {
    margin-bottom: 10px;
}

#xbox-link {
    text-align: center;
}

.provider.gamecard {
    min-height: 150px;
}

.provider .title.small {
    font-size: 10px;
    padding: 7px 0;
}

#paymethods .paymethod {
    margin: 10px 0;
}

#paymethods .paymethod img {
    display: block;
    margin: 10px auto;
}

#instructions .instruction {
    margin: 20px 0;
}

#instructions .order-button,
#instructions .documents {
    margin-top: 10px;
}

#instructions .order-button {
    max-width: 240px;
}

#instructions .download a,
#instructions .youtube a {
    display: block;
    color: #000;
    text-decoration: underline;
    min-height: 25px;
    line-height: 25px;
    padding-left: 20px;
}

#instructions .download a {
    background: url('/media/guthaben-new/default/images/layout/icon-pdf.png') no-repeat 0 3px;
}

#instructions .youtube a {
    background: url('/media/guthaben-new/default/images/layout/icon-youtube.png') no-repeat 0 3px;
}

#popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #404040;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 99;
}

#popup-overlay,
#youtube-popup {
    display: none;
}

#youtube-popup {
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -45%;
    width: 90%;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    background: #e5e5e5;
    z-index: 100;
}

#youtube-popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#youtube-popup #popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    z-index: 2;
}

#app-info .usps span {
    background: url("/media/beltegoed/default/images/app/star-icon.png") no-repeat 0 40%;
    display: block;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 30px;
}

#app-social {
    margin-bottom: 10px;
}

#app-social .social-fb,
#app-social .social-gp {
    float: left;
}

#app-screenshots {
    text-align: center;
}

#winners-block .winners {
    padding-top: 10px;
}

#promotion-images {
    text-align: center;
}

#promotion-images .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}

#promotion-images img {
    margin-bottom: 20px;
}

#more-promotions {
    text-align: center;
    margin-top: 40px;
}

#sitemap .main {
    color: #595959;
}

#sitemap ul {
    padding-left: 15px;
    list-style-type: disc;
}

#sitemap ul:first-child {
    list-style: none;
    padding: 0;
}

#sitemap li {
    padding: 5px 0;
}

.news-intro {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 10px;
}

.news-intro img {
    display: block;
    margin: 14px auto;
}

.category-header.news h1,
.category-header.news h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.news-intro h2 {
    display: inline;
}

.news-intro .date {
    font-size: 18px;
}

.info-block.news img {
    display: block;
    margin: 10px auto;
}

.info-block.news iframe {
    max-width: 100%;
}

.quickbuy {
    margin-top: 20px;
}

#recharge-banner {
    display: block;
    margin: 10px auto 20px;
}

.about-image {
    display: block;
    margin: 0 auto;
}


@media (min-width: 768px) {

    #youtube-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -160px 0 0 -280px;
        width: 560px;
        height: 315px;
        padding: 5px;
        background: #e5e5e5;
        z-index: 100;
        box-shadow: 0 0 20px #404040;
        -moz-box-shadow: 0 0 20px #404040;
        -webkit-box-shadow: 0 0 20px #404040;
    }

    #youtube-popup iframe {
        position: static;
        width: 100%;
        height: 100%;
    }

    #previous-winners .winners .info-block {
        padding-right: 20px;
        border-right: 1px solid #c4c4c4;
    }

    #previous-winners .winners:last-child .info-block {
        border-right: 0px;
        padding-right: 0px;
    }

    .info-block.news img {
        float: right;
        margin: 10px;
    }

    .about-image.inline {
        display: inline;
    }

}

@media (min-width: 992px) {

    #instructions .download {
        float: left;
    }

    #instructions .youtube {
        float: right;
    }

    #instructions .download a,
    #instructions .youtube a {
        font-size: 10px;
    }

    #app-info .usps,
    #app-social {
        padding-top: 50px;
    }


}

@media (min-width: 1260px) {

    #instructions .download a,
    #instructions .youtube a {
        font-size: 12px;
    }

    .quickbuy {
        padding-bottom: 30px;
    }

    #instructions .provider {
        margin-left: 30px;
    }

    .provider .title.small {
        padding: 8px 0;
    }
}
