@font-face {
    font-family: 'BLAIMIM';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto'), local('BLAIMIM'), url('/cms/css/fonts/BLAIMIM.woff') format('woff'), url('/cms/css/fonts/BLAIMIM.ttf') format('truetype'), url('/cms/css/fonts/BLAIMIM.svg') format('svg'), url('/cms/css/fonts/BLAIMIM.eot') format('eot');
}


#activation-page form {
    display: none;
}
.game-annex > .game-provider,
.game-desc > .game-provider {
    display: none;
}
#games-list-free-spins .game-group-title:before {
    background-image: url('../images/freeSpins-icon.png');
}
.is-logged-in language-selector {
    display: none !important;
}
#vip-loyalty-rewards-page .bankingTable {
    width: 100%;
    table-layout: fixed;
}
#vip-loyalty-rewards-page .bankingTable td {
    padding: 10px 5px;
    text-align: center;
    word-wrap: break-word;
}
#vip-loyalty-rewards-page .bankingTable td + td {
    border-left: 1px solid #333;
}
#vip-loyalty-rewards-page .tabs {
    border-radius: 10px;
    overflow: hidden;
}
#vip-loyalty-rewards-page .tabs .Accordion {
    border-top: 1px solid #333;
}

/* Affiliate page ------------------------------------------------ */
.affiliate-page {
    position: relative;
}
#affiliate-page-logo {
    height: 60px;
    margin-top: -20px;
    margin-bottom: 15px;
    border-bottom: 4px solid #d63d3d;
    background: #272727;
    text-align: center;
}
#affiliate-page-logo-img {
    height: 38px;
    margin-top: 10px;
}
/* BANNER */
#affiliate-page-banner {
    margin-bottom: 15px;
}
#affiliate-page-banner-bg {
    background: no-repeat;
}
#affiliate-page-banner-text {
    margin-left: 15px;
    margin-right: 15px;
}
/* JOIN NOW */
#affiliate-page-join-now {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #c24e46;
    font-family: 'BLAIMIM';
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: #f8e0b9;
}
#affiliate-page-join-now .join-now-step {
    margin-bottom: 15px;
    padding-left: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f8e0b9;
    text-align: left;
}
#affiliate-page-join-now .join-now-step:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#affiliate-page-join-now .join-now-step-number {
    display: inline-block;
    width: 40px;
    margin-left: -50px;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
}
#affiliate-page-join-now .join-now-step-text {
    display: inline-block;
    vertical-align: middle;
}
#affiliate-page-join-now-button {
    margin: 15px 0 10px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #f3debb;
    background: #faf2e6;
    background: -moz-linear-gradient(top, #faf2e6 0%, #f9efdf 4%, #f8ead5 8%, #f2dcb9 27%, #e2b060 74%, #dea853 83%, #dda346 92%, #d8993c 98%, #d89a3b 100%);
    background: -webkit-linear-gradient(top, #faf2e6 0%,#f9efdf 4%,#f8ead5 8%,#f2dcb9 27%,#e2b060 74%,#dea853 83%,#dda346 92%,#d8993c 98%,#d89a3b 100%);
    background: linear-gradient(to bottom, #faf2e6 0%,#f9efdf 4%,#f8ead5 8%,#f2dcb9 27%,#e2b060 74%,#dea853 83%,#dda346 92%,#d8993c 98%,#d89a3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf2e6', endColorstr='#d89a3b',GradientType=0 );
    font-size: 25px;
    text-transform: uppercase;
    text-shadow: 0 0 32px #F3DEBB;
    color: #916a19;
}
/* TERMS */
#affiliate-page-bottom-terms a {
    color: #eee !important;
    text-decoration: none !important;
}
#affiliate-page-bottom-terms .panel-default,
#affiliate-page-bottom-terms .panel-default > .panel-heading,
#affiliate-page-bottom-terms .panel-body {
    padding: 0;
    color: #eee;
    background-color: transparent;
    border: none;
}
#affiliate-page-bottom-terms-title {
    margin-bottom: 20px;
    font-family: 'BLAIMIM';
    font-size: 20px;
    font-weight: normal;
}
#affiliate-page-bottom-terms-title > .fa {
    font-weight: bold;
}
#affiliate-page-bottom-terms-text {
    padding-right: 15px;
    font-size: 16px;
    font-weight: normal;
}
/* SOCIAL ICONS */
#affiliate-page-bottom-social-links {
    padding: 10px 0 15px;
    text-align: right;
}
#affiliate-page-bottom-social-links .affiliate-page-bottom-social-link {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background-position: 0 -25px;
}
#facebook.affiliate-page-bottom-social-link {
    background-image: url('/cms/images/landing-page/facebook-icon.png');
}
#twitter.affiliate-page-bottom-social-link {
    background-image: url('/cms/images/landing-page/twitter-icon.png');
}
#google-plus.affiliate-page-bottom-social-link {
    background-image: url('/cms/images/landing-page/gplus-icon.png');
}
#instagram.affiliate-page-bottom-social-link {
    background-image: url('/cms/images/landing-page/instagram-icon.png');
}

/* RESPONSIVE DESIGN */
@media (max-width: 480px) {

    #affiliate-page-banner {
        text-align: center;
    }
    #affiliate-page-banner-text {
        max-width: 260px;
    }
    #affiliate-page-bottom-terms-title {
        font-size: 17px;
    }

}
/* // Affiliate page --------------------------------------------- */