* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #593e84;
    color: #ffffff;
    font-family: myriad-pro, sans-serif;
    font-style: normal;
}

h1 {
    color: #462f6a;
    font-family: myriad-pro, sans-serif;
    font-size: 38px;
    padding-top: 40px;
    padding-bottom: 10px;
}

h2 {
    color: #462f6a;
    font-family: myriad-pro, sans-serif;
    padding-top: 10pt;
    padding-bottom: 10pt;
}

#desktop_content {
    background-image: url("media/desktop/casino-bg-new.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#desktop_navbar {
    padding-top: 40px;
}

#desktop_header {
    padding-top: 20px;
}

#desktop_body {
    padding-bottom: 40px;
}

#desktop_navbar span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#items_header div {
    color: #bebcc2;
    text-align: left !important;
}

#items_header div span {
    font-size: 10pt !important;
}

#items_header div:nth-child(1) {
    width: 180px;
    padding-left: 10px;
}

#items_header div:nth-child(2) {
    width: 23%;
}

#items_header div:nth-child(3) {
    width: 152px;
}

#items_header div:nth-child(4) {
    width: 80px;
}

#items_header div:nth-child(5) {
    padding-right: 10px;
}

#footer0, #footer1, #footer2, #footer3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

#footer0 {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

#footer1 {
    background-color: #f2f2f2;
    color: #777777;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

#footer2 {
    background-color: #462f6a;
    color: #ffffff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

#footer3 {
    background-color: #593e84;
    color: #ffffff;
    text-align: center;
    padding: 20px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
}

.content {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both !important;
}

.hide {
    display: none !important;
}

.sports_bg {
    background-image: url("media/desktop/bg-sports.jpg") !important;
}

.desktop_logo {
    padding-left: 20px;
    padding-right: 40px;
}

.desktop_logo img {
    width: auto;
    height: 64px;
}

.switch {
    padding-right: 20px;
}

.body_item {
    color: #000000;
    background-color: #ffffff;
    height: 125px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.body_item div {
    height: 100%;
    display: inline-table;
}

.body_item div span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.logo_box {
    width: 180px;
    text-align: center;
}

.logo_box img {
    width: auto;
    height : auto;
    max-height: 95px;
    max-width: 150px;
}

.logo_box_with_flag img {
    margin-top: 20px;
}

.text_box {
    width: 22%;
    overflow: hidden;
    font-size: 28px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-family: myriad-pro, sans-serif;
}

.text_box small {
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
}

.text_box span {
    text-align: left !important;
    padding-left: 10px;
    padding-right: 10px;
}

.star_box {
    width: 150px;
    text-align: center;
}

.score_box {
    width: 80px;
    text-align: center;
    font-size: 30px;
    padding-left: 5px;
}

.cta_box {
    width: 260px;
    background-color: #f1f0f0;
    text-align: center;
    vertical-align: middle;
}

.cta_img {
    width: 210px;
    height: auto;
}

.flag {
    height: 30px !important;
    width: 180px;
    color: #ffffff;
    position: absolute;
    z-index: 1000;
    margin-left: -190px;
    margin-top: -10px;
    padding-left: 15px;
    padding-top: 9px;
    text-align: left;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("media/desktop/ed-choice-desktop@2x.png");
}

.editors_choice {
    background-image: url("media/desktop/ed-choice-desktop@2x.png");
}

.trending_now {
    background-image: url("media/desktop/Trending-now@2x.png");
}

.players_choice {
    background-image: url("media/desktop/players-choice@2x.png");
}

.terms_and_privacy {
    background-image: none !important;
    background-color: #462f6a !important;
}

.terms_and_privacy h1 {
    color: #ffffff !important;
    text-align: center;
}

.footer_link {
    color: #ffffff;
    text-decoration: underline;
}

.black_font {
    color: #000000 !important;
}

.popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.98);
    z-index: 2001;
    display: table;
}

.popup_title {
    color: #ffffff;
    font-size: 30px;
    line-height: 24px;
}

.popup_image {
    width: auto;
    height: auto;
    max-height: 160px;
    max-width: 300px;
    vertical-align: middle;
}

.popup_close_a {
    position: relative;
    z-index: 1000000000;
}

.popup_close {
    margin-right: 40px;
}

.popup_bonus {
    font-size: 32px;
    line-height: 32px;
}

.popup_row {
    display: table-row;
}

.popup_cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.popup_box {
    width: 377px;
    height: 440px;
    display: inline-table;
    background-image: url("media/desktop/popupbox@2x.png");
}

.popup_left {
    transform: scale(0.75);
    position: relative;
    right: -60px;
    top: 30px;
}

.popup_center {
    transform: scale(0.85);
    position: relative;
    top: -20px;
}

.popup_right {
    transform: scale(0.75);
    position: relative;
    left: -60px;
    top: 30px;
}

@media only screen and (min-width: 920px) {
    /* Desktop */

    .hide_on_desktop {
        display: none !important;
    }

    .content {
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
    }

    .siteHeader {
        text-align: center;
        font-size: 30px;
    }

    .siteText {
        text-align: center;
        font-size: 15px;
    }
}

@media only screen and (max-width: 919px) {
    /* Mobile */

    h1 {
        line-height: 38px;
    }

    .hide_on_mobile {
        display: none !important;
    }

    .sports_bg {
        background-image: url("media/mobile/bg-sports-mobile.jpg") !important;
    }

    .switch {
        padding-right: 5px;
    }

    .siteHeader {
        font-size: 24px;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .siteText {
        font-size: 14px;
        line-height: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body_item {
        margin-top: 5px;
    }

    .flag {
        width: 100px;
        margin-left: -7px;
        margin-top: -4px;
        padding-left: 14px;
        padding-top: 6px;
        text-align: left;
        font-size: 10px;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url("media/mobile/ed-choice-mobile@2x.png");
    }

    .editors_choice {
        background-image: url("media/mobile/ed-choice-mobile@2x.png");
    }

    .trending_now {
        background-image: url("media/mobile/trending-now@2x.png");
    }

    .players_choice {
        background-image: url("media/mobile/playerschoice@2x.png");
    }

    .popup_title {
        font-size: 22px;
    }

    .popup_glass_bg {
        background-color: #1f1f1f;
        background-image: url("media/mobile/side-glass-effect@2x.png");
        background-repeat: no-repeat;
        background-position: -100px 0px;
        vertical-align: top;
        padding-top: 30px;
    }
}

/* Mobile Styles */

#mobile_content {
    background-image: url("media/mobile/background-dark.jpg");
    background-size: 100% auto;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    width: 100%;
}

#mobile_navbar, #mobile_header {
    padding-top: 20px;
    text-align: center;
    line-height: 15px;
}

#mobile_body {
    padding-top: 10px;
    background-color: #f2f2f2;
}

.mobile_box {
    width: 49%;
}

.mobile_box img {
    width: auto;
    height : auto;
    max-height: 60px;
    max-width: 90%;
}

.mobile_box_row {
    display: table-row !important;
}

.mobile_logo {
    vertical-align: bottom !important;
}

.mobile_stars {
    height: 35px;
    font-size: 20px;
}

.mobile_text {
    font-size: 22px;
    line-height: 22px;
}

.mobile_text small {
    font-size: 20px;
    line-height: 20px;
}

.mobile_cta {
    height: 50px;
}