﻿body {
    padding-top: 40px;
    padding-bottom: 0;
    background: black;
    background-color: #000;
    background: url('/Content/themes/theme1/images/games.jpg') no-repeat center center fixed;
}
.adcontent {
    font-size: 32px;
    line-height: 130%;
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.btn {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-shadow: none;
    line-height: 60px;
    height: 60px;
    }
.btn.loaderButton {
    position: relative;

}
.btn.banner {
        background-color: #6493c4;
        background-image: -moz-linear-gradient(top,#6493c4,#5174a2);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#6493c4),to(#5174a2));
        background-image: -webkit-linear-gradient(top,#6493c4,#5174a2);
        background-image: -o-linear-gradient(top,#6493c4,#5174a2);
        background-image: linear-gradient(to bottom,#6493c4,#5174a2);
        background-repeat: repeat-x;
        border: 1px solid #6493c4;
}
.btnAd {
    vertical-align: top;
    opacity: 1;
    padding-right: 85px;
    padding-left: 85px;
}

@media screen and (max-width: 480px) {
    .btnAd {
    padding-right: 10px !important;
    padding-left: 10px !important;
    }
}