a {
    color: #60b5fe;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.ocdiv {
    width: 500px;
    height: 540px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    margin-top: 80px;
    z-index: 10000
}

.page-template-front-page-gmail-main5-duplicate-v2 #play_now_btn {
    animation-duration: 3s;
    animation-name: bigger-smaller;
    animation-iteration-count: infinite;
    z-index: 9;
    width: 500px
}

.page-template-front-page-main-play-now #play_now_btn_homepage {
    animation-duration: 3s;
    animation-name: bigger-smaller;
    animation-iteration-count: infinite;
    z-index: 9;
    width: auto;
    padding: 0
}

.play_now_animate {
    animation-duration: 3s;
    animation-name: bigger-smaller;
    animation-iteration-count: infinite
}

.page-template-front-page-gmail-main5-duplicate-v2 header {
    height: 1.5rem
}

.page-template-front-page-gmail-main5-duplicate-v2 .google_sign_in_everywhere button, .page-template-front-page-main-play-now .google_sign_in_everywhere button {
    margin-bottom: 20px
}

@keyframes bigger-smaller {
    from {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

div#login_dialog_homepage {
    z-index: 10
}

@font-face {
    font-family: "arpona";
    src: url('./l') format("woff2"),
    url('./d.woff') format("woff"),
    url('./d.woff') format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: "arpona";
    src: url('./l_1') format("woff2"),
    url('./d_1.woff') format("woff"),
    url('./d_1.woff') format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500
}

.tk-arpona {
    font-family: "arpona", serif
}

.abcRioButtonContentWrapper {
    position: absolute
}

.abcRioButtonContents {
    line-height: 52px !important;
    font-size: 2.4vh !important;
    display: inline-block
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

audio, video {
    display: inline-block
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #0275d8;
    text-decoration: none
}

a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, select, textarea {
    line-height: inherit
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

@media (min-width: 576px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    /*.col-lg-9 {*/
    /*    -webkit-box-flex: 0;*/
    /*    -webkit-flex: 0 0 75%;*/
    /*    -ms-flex: 0 0 75%;*/
    /*    flex: 0 0 75%;*/
    /*    max-width: 75%*/
    /*}*/
}

.border-0 {
    border: 0 !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.h-100 {
    height: 100% !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

@media (min-width: 992px) {
    .mb-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.connect_play_btn_img {
    max-width: 100%
}

#customBtn, #customBtnMain {
    background: #fff;
    color: #444;
    width: 100%;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    display: flex;
    align-items: center
}

#customBtn:hover, #customBtnMain:hover {
    cursor: pointer
}

#customBtnPlayForFree, #customBtnPlayForFreeRedirect {
    background: #fff;
    color: #444;
    width: 100%;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    display: flex;
    align-items: center
}

#customBtnPlayForFree .buttonText, #customBtnPlayForFreeRedirect .buttonText {
    font-size: .42rem;
    padding-left: 24px;
    padding-right: 24px
}

#customBtn:hover {
    cursor: pointer
}

span.label {
    font-family: serif;
    font-weight: 400
}

span.icon {
    background: url(../img/g-normal.png) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    float: left
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 24px;
    font-size: smaller;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    float: left
}

.button-text {
    font-size: .6rem
}

.google-btn-custom {
    font-size: x-large;
    width: 375px;
    height: 55px;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    position: relative;
    z-index: 0;
    color: #fff;
    margin-right: .2rem;
    cursor: pointer;
    overflow: hidden
}

.google-btn-custom.localization {
    font-size: initial
}

.google-btn-custom-dialog {
    height: 50px;
    width: 100%;
    font-size: .42rem;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    margin-bottom: .4rem
}

.google-btn-custom-text {
    float: left;
    padding-left: 66px;
    height: 100%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding-right: 20px
}

.oc-button {
    background: url(/wp-content/themes/sogo/images/Email_BTN_WT.png) no-repeat;
    background-size: contain
}

.oc-button.google-btn-custom {
    padding-left: 1.5rem
}

.fb-button {
    background: url(/wp-content/themes/sogo/images/FB_BTN_WT.png) no-repeat;
    background-size: contain
}

.fb-button.google-btn-custom {
    padding-left: 1rem
}

.fb-button.improved, .oc-button.improved {
    background-image: none;
    padding-left: 0 !important
}

span.login-btn {
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 5px 5px;
    min-width: 50px
}

span.login-btn::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 90%;
    color: #fff;
    background: rgba(0, 0, 0, .15);
    margin-left: 5px
}

span.btn-text {
    flex-grow: 1;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: .05rem;
    padding-right: 15px;
    height: 100%
}

.customGPlusSignIn .btn-text {
    font-weight: 400
}

img.login-btn-img {
    max-height: 100%
}

.homepage-with-video-caesars .connect_play_btn_img, .google_sign_in_everywhere .connect_play_btn_img {
    height: 50px
}

.homepage-with-video-caesars .top-games .fb_login_btn_homepage, .google_sign_in_everywhere .fb_login_btn_homepage, .fb-button {
    background-color: #3B5998 !important
}

.homepage-with-video-caesars .top-games .one_connect_btn_homepage, .google_sign_in_everywhere .one_connect_btn_homepage, .oc-button {
    background-color: #9E000F !important
}

.homepage-with-video-caesars .top-games .login-options button, .google_sign_in_everywhere.login-options button, .login-options.google-btn-custom {
    width: 100%
}

.homepage-with-video-caesars .top-games .abcRioButton, .google_sign_in_everywhere .abcRioButton {
    text-align: left;
    padding-left: 4px;
    width: 100% !important;
    height: 50px !important
}

.homepage-with-video-caesars .top-games .abcRioButtonContents, .google_sign_in_everywhere .abcRioButtonContents {
    line-height: 50px !important;
    font-size: 21px !important;
    display: inline-block
}

.homepage-with-video-caesars .top-games .abcRioButtonContentWrapper, .google_sign_in_everywhere .abcRioButtonContentWrapper {
    display: flex;
    align-items: center
}

.homepage-with-video-caesars .top-games .abcRioButtonIcon, .google_sign_in_everywhere .abcRioButtonIcon {
    width: 50px !important
}

.ui-dialog .ui-dialog-titlebar-close {
    font-size: 0;
    padding: 0;
    top: 10px;
    right: 10px;
    margin: 0;
    z-index: 102;
    position: absolute;
    width: 32px;
    height: 32px;
    background: none;
    cursor: pointer
}

.ui-dialog .ui-dialog-titlebar-close:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: url(../img/btn-close-login.png) no-repeat center center/100%
}

.playtika-sign-dialog {
    margin-top: 20px
}

.login-dialog p {
    text-align: center;
    font-size: 22px
}

.login-dialog {
    position: absolute;
    height: auto;
    top: 30%;
    left: 0;
    background: #1c0839;
    border-radius: 25px;
    border: 2px solid #ffe300;
    text-align: center;
    padding: .8rem;
    display: none;
    z-index: 3
}

h1 {
    font-size: 30px;
    color: #fff;
    display: inline-block
}

.text-center {
    text-align: center
}

.bg-black {
    background: #000
}

.yellow-line-caesars {
    background-image: url(../img/gold_line_caesars.png) !important;
    width: 100%;
    height: 11px
}

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, abbr, address, cite, code, del, em, img, ins, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box
}

html {
    font-family: arpona, serif;
    font-weight: 300;
    font-style: normal;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #a9a9a9;
    background-color: #000
}

.caesars-home-new h1 {
    font-family: arpona, serif;
    font-weight: 500;
    font-style: normal
}

body {
    line-height: 1;
    color: #a9a9a9
}

article, aside, dialog, figure, footer, header, nav, section {
    display: block
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

input, select {
    vertical-align: middle
}

a img {
    border: 0 none
}

ul {
    list-style: none
}

a:hover, a:focus {
    color: #fff;
    text-decoration: none
}

button {
    font-family: Arial, sans-serif;
!important;
    border: 0;
    padding: 0
}

img[alt] {
    display: block;
    font-style: italic;
    font-size: 15px
}

html {
    font-size: 30px
}

@media (min-width: 992px) {
    html {
        font-size: 20.625px
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 25px
    }
}

@media (min-width: 1441px) {
    html {
        font-size: 2.957894vh
    }
}

body {
    font-family: arpona, serif;
    font-weight: 300;
    font-style: normal
}

.entry-content-1 h1 {
    margin-bottom: .8rem;
    font-size: 1rem
}

.entry-content-1 h2 {
    position: relative;
    font-size: .7rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .4rem
}

.entry-content-1 h3 {
    font-size: .6666666666666667rem;
    color: #fff;
    margin-bottom: .5rem
}

.entry-content-1 p {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px
}

.cursor-pointer {
    cursor: pointer
}

@media (min-width: 992px) {
    .entry-content-1 h1 {
        font-size: 1.2rem;
        margin-bottom: 1.5rem
    }

    .entry-content p img {
        width: auto
    }
}

@media (min-width: 992px) {
    .entry-content-1 h2 {
        margin-bottom: .5rem;
        font-weight: 700;
        font-size: .9666666666666667rem
    }

    .entry-content-1 h2:before {
        content: '';
        background: #FF006B;
        width: 4px;
        position: absolute;
        left: -.4rem;
        height: 100%
    }
}

.p-relative {
    position: relative !important
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.bg-transparent {
    background-color: transparent !important
}

.bg-8 {
    /*background-color: #4c0124*/
    background-color: rgb(66, 35, 135);
}

.color-white {
    color: #fff;
    text-shadow: 1px 1px 2px #000
}

.bold {
    font-weight: 700
}

input {
    background: #00311a;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
    color: #fff
}

@media (min-width: 768px) {
    .login-dialog-mobile {
        left: 0;
        right: 0;
        width: 650px;
        height: auto
    }
}

body.mobile.page-template-front-page #homepage, body.mobile.page-template-front-page-old #homepage {
    padding-top: 1.3rem
}

.faqs-container {
    width: 950px;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 70px 50px
}

.faqs-container h2 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: bolder;
    text-align: center
}

.transition, p, ul li i:before, ul li i:after {
    transition: all 0.15s ease-in-out
}

.accordion h4 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    display: block;
    margin: 0;
    cursor: pointer
}

.accordion p {
    color: #a9a9a9;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    opacity: 1;
    margin-top: 14px
}

ul.accordion {
    list-style: none;
    margin: 0;
    width: 100%
}

ul.accordion li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px solid #656aa4;
    padding: 30px 35px 30px 5px
}

ul.accordion li:first-child {
    border-top: none
}

ul.accordion li:last-of-type {
    padding-bottom: 0
}

ul.accordion li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 25px;
    right: 20px
}

ul.accordion li i:before, ul.accordion li i:after {
    content: "";
    position: absolute;
    background-color: #f7d73f;
    width: 3px;
    height: 9px
}

ul.accordion li i:before {
    transform: translate(-2px, 0) rotate(45deg)
}

ul.accordion li i:after {
    transform: translate(2px, 0) rotate(-45deg)
}

ul.accordion li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0
}

ul.accordion li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0
}

ul.accordion li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg)
}

ul.accordion li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg)
}

.header {
    position: relative;
    width: 100%;
    height: 3.5rem;
    z-index: 4
}

.header .header-line {
    position: absolute;
    bottom: 0;
    height: 1px;
    right: 0;
    width: 87%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(92, 8, 118, .62)), color-stop(14%, #9e03bd), color-stop(50%, #bd00de), color-stop(51%, #bd00de), color-stop(86%, #9f02be), to(rgba(92, 8, 118, .62)));
    background: -webkit-linear-gradient(left, rgba(92, 8, 118, .62) 0%, #9e03bd 14%, #bd00de 50%, #bd00de 51%, #9f02be 86%, rgba(92, 8, 118, .62) 100%);
    background: -o-linear-gradient(left, rgba(92, 8, 118, .62) 0%, #9e03bd 14%, #bd00de 50%, #bd00de 51%, #9f02be 86%, rgba(92, 8, 118, .62) 100%);
    background: linear-gradient(to right, rgba(92, 8, 118, .62) 0%, #9e03bd 14%, #bd00de 50%, #bd00de 51%, #9f02be 86%, rgba(92, 8, 118, .62) 100%)
}

div#header_con #header {
    margin-right: 12%
}

.logo {
    position: absolute;
    top: -1rem;
    left: -24%;
    width: 9.633333rem;
    height: 6.133333333333333rem;
    z-index: 1
}

@media (min-width: 1700px) {
    .logo {
        left: -7.9rem
    }
}

nav #menu-primary-vip:not([class='sub-menu']) > li:hover > a:before, nav #menu-primary-vip:not([class='sub-menu']) > li.current-menu-ancestor > a:before, nav #menu-primary-vip:not([class='sub-menu']) > li.current-menu-item > a:before, nav #menu-primary-navigation:not([class='sub-menu']) > li:hover > a:before, nav #menu-primary-navigation:not([class='sub-menu']) > li.current-menu-ancestor > a:before, nav #menu-primary-navigation:not([class='sub-menu']) > li.current-menu-item > a:before, nav .menu-primary-navigation_wr:not([class='sub-menu']) > li:hover > a:before, nav .menu-primary-navigation_wr:not([class='sub-menu']) > li.current-menu-ancestor > a:before, nav .menu-primary-navigation_wr:not([class='sub-menu']) > li.current-menu-item > a:before {
    content: "";
    position: absolute;
    height: 4px;
    top: .1rem;
    width: 100%;
    background: #FF006B
}

nav #menu-primary-vip > li, nav #menu-primary-navigation > li {
    display: inline-block;
    margin-right: .666667rem
}

.logo-mobile-caesars {
    left: 11%;
    z-index: 9999;
    width: 2.2rem;
    position: absolute;
    top: 15%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.menu-caesars {
    position: absolute;
    right: 0;
    margin: 15px
}

#top_menu_fb_connect_btn {
    background: url(../img/img/dest/fb_connect_oc_btn_sprite.png) no-repeat;
    width: 136px;
    height: 31px;
    float: right;
    margin-top: 16px
}

#top_menu_oc_connect_btn {
    background: url(../img/img/dest/oc_connect_btn_sprite.png) no-repeat;
    width: 136px;
    height: 47px;
    float: right
}

#top_menu_google_connect_btn {
    background: url(../img/img/dest/google_sign_in_top_panel.png) no-repeat;
    width: 136px;
    height: 28px;
    float: right;
    border-radius: 4px;
    margin: 16px 10px 0 0;
    cursor: pointer
}

.account_info_container {
    background-image: url(../img/img/dest/fb_settings_bg.png);
    height: 218px;
    background-size: contain;
    z-index: -1;
    background-position: top right;
    background-repeat: no-repeat;
    width: 313px;
    font-family: Arial, sans-serif;;
    position: absolute;
    top: -14px;
    right: -10px
}

.account_info_container.fb_only {
    margin-left: 719px
}

.account_info.fb_only {
    width: 265px;
    display: inline-block;
    position: relative;
    margin: 65px 0 0 26px
}

.caesars_id.fb_only {
    color: #d7d7d7;
    font-size: 15px;
    font-family: arial, sans-serif;
    letter-spacing: 0;
    margin-left: -2px
}

.copy_id_link.fb_only {
    float: right;
    text-decoration: underline;
    font-size: 12px;
    margin-top: 3px;
    color: #F08EB7
}

.support_link.fb_only {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0;
    font-family: arail, sans-serif;
    color: #a1a1a1;
    margin: 22px 0 0 -8px
}

.support_text.fb_only {
    color: #fff
}

.account_info_container.oc_mode, .account_info_container.google_mode, .account_info_container.fb_only {
    background-image: url(../img/img/dest/settings-bg.png);
    height: 304px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    width: 404px
}

.account_info.oc_mode, .account_info.google_mode, .account_info.fb_only {
    width: 355px;
    display: inline-block;
    position: relative;
    margin: 63px 0 0 27px;
    padding: 10px 20px
}

span.player-id span {
    color: #fffac5;
    font-size: 14.66px
}

span.player-id {
    text-transform: none;
    font-size: 18.66px;
    color: #fef272
}

.settings_content_separator {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    background: rgba(215, 215, 215, .5);
    margin: 25px 0 13px 0
}

span.settings-copy-btn, .logout_btn {
    width: 128px;
    height: 57px;
    font-size: 14.66px;
    display: inline-flex;
    background: url(/wp-content/themes/sogo/images/img/dest/settings/settings_btn_sprites.png) -10px -10px;
    background-size: 288px;
    cursor: pointer;
    align-items: center;
    line-height: 50px;
    justify-content: center;
    float: right;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

span.settings-copy-btn:hover, .logout_btn:hover {
    background: url(/wp-content/themes/sogo/images/img/dest/settings/settings_btn_sprites.png) -9px -78px;
    background-size: 288px
}

span.settings-copy-btn:active, .logout_btn:active {
    background: url(/wp-content/themes/sogo/images/img/dest/settings/settings_btn_sprites.png) -154px -7px;
    background-size: 288px
}

.caesars_id.oc_mode, .caesars_id.google_mode {
    color: #d7d7d7;
    font-size: 15px;
    letter-spacing: 0;
    font-family: arial, sans-serif;
    margin-top: 10px
}

.copy_id_link.oc_mode, .copy_id_link.google_mode, .copy_id_link.fb_only {
    float: right;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0;
    color: #F08EB7;
    margin-top: -1px
}

.support_link.oc_mode, .support_link.google_mode, .support_link.fb_only {
    text-align: center;
    font-size: 15px;
    font-family: arial, sans-serif;
    letter-spacing: 0;
    color: #d7d7d7;
    margin: 85px 0 0;
    clear: both
}

.top_menu_item .support_contact a {
    color: #41d5ff;
    font-size: 14.66px;
    text-decoration: underline
}

.support_text.oc_mode, .support_text.google_mode, .support_text.fb_only {
    color: #fff;
    font-size: 14.66px
}

.cursor {
    cursor: pointer
}

div.game_swf_con {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0
}

#game_swf {
    visibility: visible !important
}

div#imageContent {
    position: absolute;
    left: 0;
    width: 100%;
    top: -10000px;
    overflow: hidden;
    height: 870px
}

div#imageContent img {
    position: relative;
    left: 50%
}

body.mobile .header {
    display: block;
    margin: 0;
    width: 100%;
    position: fixed;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    height: 1.7rem;
    z-index: 99999
}

body.mobile .header:after {
    content: '';
    display: block;
    border: none;
    color: #fff;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(92, 8, 118, .62)), color-stop(14%, #9e03bd), color-stop(50%, #bd00de), color-stop(51%, #bd00de), color-stop(86%, #9f02be), to(rgba(92, 8, 118, .62)));
    background: -webkit-linear-gradient(left, rgba(92, 8, 118, .62) 0%, #9e03bd 14%, #bd00de 50%, #bd00de 51%, #9f02be 86%, rgba(92, 8, 118, .62) 100%);
    background: -o-linear-gradient(left, rgba(92, 8, 118, .62) 0%, #9e03bd 14%, #bd00de 50%, #bd00de 51%, #9f02be 86%, rgba(92, 8, 118, .62) 100%);
    background: linear-gradient(to right, rgba(92, 8, 118, .62) 0%, #9e03bd 14%, #bd00de 50%, #bd00de 51%, #9f02be 86%, rgba(92, 8, 118, .62) 100%)
}

body.mobile .header.open-menu {
    margin-right: -100%
}

body.mobile .header.open-menu .header__menu {
    top: 1.7rem
}

body.mobile .header.open-menu .stripes-menu div:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 0
}

body.mobile .header.open-menu .stripes-menu div:nth-child(2) {
    height: 2.0625rem;
    position: absolute;
    opacity: 0;
    top: -1rem;
    margin: 0
}

body.mobile .header.open-menu .stripes-menu div:last-child {
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

body.mobile .header__menu {
    left: 0;
    margin-right: -100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    text-align: center;
    overflow-y: scroll;
    position: fixed;
    background: #2A004A;
    width: 100%;
    top: -100%;
    box-shadow: 1px 1px 20px 0 #000;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 999
}

body.mobile .header__menu:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: #2a004a;
    top: 0;
    left: 27.5px;
    -webkit-transform: rotate(45deg) translateX(-100%);
    -moz-transform: rotate(45deg) translateX(-100%);
    -ms-transform: rotate(45deg) translateX(-100%);
    -o-transform: rotate(45deg) translateX(-100%);
    transform-origin: bottom
}

body.mobile .header__menu:before {
    display: none
}

body.mobile .header__menu .menu {
    padding: .5rem 0
}

body.mobile .header__menu .menu > li {
    display: block;
    margin: 0 1rem;
    text-align: left
}

body.mobile .header__menu .menu > li:not(:last-child) {
    border-bottom: 1px solid #6B4D7F
}

body.mobile .header__menu .menu > li > a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4rem;
    font-size: .7rem
}

body.mobile .header__menu .menu > li.menu-item-has-children > a {
    display: inline-block
}

@media (min-width: 992px) {
    body.mobile .header__menu .menu > li > a {
        font-size: .5333333333333333rem
    }
}

body.mobile .header__menu .menu > li.current-menu-item {
    position: relative
}

body.mobile .header__menu .menu > li.current-menu-item:before {
    content: '';
    width: 3px;
    background: #FF006B;
    position: absolute;
    left: 0;
    height: 100%;
    display: inline-block
}

body.mobile .header__menu .menu > li.current-menu-item a {
    padding-left: .5rem
}

body.mobile .header__menu .menu > li.menu-item-has-children {
    position: relative
}

body.mobile .header__menu .menu > li.menu-item-has-children a[href="#"] {
    pointer-events: none
}

body.mobile .header__menu .menu > li.menu-item-has-children:after {
    content: '';
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FF006B;
    top: .6rem;
    position: absolute
}

body.mobile .header__menu .menu > li.menu-item-has-children > .sub-menu {
    display: none
}

body.mobile .header__menu .menu > li.menu-item-has-children > .sub-menu > li {
    position: relative;
    padding: 0
}

body.mobile .header__menu .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover .sub-menu {
    display: block
}

body.mobile .header__menu .menu > li.menu-item-has-children > .sub-menu > li .sub-menu {
    display: none
}

body.mobile .header__menu .menu > li.menu-item-has-children > .sub-menu a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4rem;
    font-size: .7rem
}

body.mobile .header__menu .menu > li.menu-item-has-children > .sub-menu a span:before {
    content: ''
}

body.mobile .stripes-menu {
    z-index: 1;
    position: relative;
    width: .95rem;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    cursor: pointer
}

body.mobile .stripes-menu div {
    width: 100%;
    height: 3px;
    background: #fff;
    transition: transform 0.3s;
    border-radius: 24%
}

body.mobile .stripes-menu div:not(:last-child) {
    margin-bottom: 5px
}

body.mobile .stripes-menu.close-menu {
    padding: 0;
    position: relative
}

body.mobile .stripes-menu.close-menu div {
    right: 0;
    width: .825rem
}

body.mobile .stripes-menu.close-menu div:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 0
}

body.mobile .stripes-menu.close-menu div:nth-child(2) {
    height: 2.0625rem;
    position: absolute;
    opacity: 0;
    top: -1rem;
    margin: 0
}

body.mobile .stripes-menu.close-menu div:last-child {
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

@media (min-width: 992px) {
    nav #menu-primary-vip > li, nav #menu-primary-navigation > li {
        margin-right: 1.066667rem
    }

    nav #menu-primary-navigation.menu-primary-navigation_wr > li {
        margin-right: 0
    }

    nav #menu-primary-vip > li > a, nav .menu-primary-navigation_wr > li > a {
        display: block;
        font-size: 18px;
        position: relative;
        color: #fff;
        line-height: 1;
        text-decoration: none !important;
        text-transform: uppercase;
        text-align: right;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .6)
    }
}

@media (min-width: 992px) and (min-width: 1700px) {
    nav #menu-primary-vip > li > a, nav .menu-primary-navigation_wr > li > a {
        font-size: 20px
    }
}

footer {
    width: 100%
}

#footer-top {
    padding: 1.5rem 0 1rem
}

#footer-nav {
    position: relative;
    margin: 10px 0
}

#footer-nav li a {
    display: block;
    text-transform: none;
    font-size: 16px;
    color: #fff;
    padding: 0 12px;
    position: relative
}

#footer-nav li:not(:last-child) a:after {
    content: "|";
    color: #fff;
    background: none;
    position: absolute;
    width: 1px;
    height: 18px;
    top: 0;
    right: 0
}

.seo-text {
    color: #585858;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700
}

.copy-rights, .copy-rights a {
    font-size: 16px;
    margin: 0 4px
}

.copy-rights {
    display: flex;
    justify-content: center;
    align-items: center
}

body.mobile #footer-nav li {
    display: inline-block
}

body.mobile #footer-nav li a {
    display: block;
    text-transform: none;
    font-size: 15px;
    color: #fff;
    padding: 0 12px;
    position: relative
}

body.page-template-front-page #footer-nav li:not(:last-child) a:after, body.page-template-front-page-old #footer-nav li:not(:last-child) a:after {
    color: #90114c
}

#header_con {
    height: 60px;
    width: 100%;
    position: relative
}

.top_menu_item {
    line-height: 43px;
    color: #999;
    font-size: 12px;
    font-family: TodayShoplight, arail, sans-serif;
    float: right;
    text-shadow: 1px 1px #220013
}

.top_menu_item a {
    text-decoration: none;
    cursor: pointer
}

.hidden_element {
    display: none !important
}

.top_menu_separator {
    float: right;
    margin: 0 15px 0 0;
    display: inline-flex;
    height: 60px;
    width: 1px;
    padding: 10px 0
}

.separator_h {
    background: rgba(255, 255, 255, .5);
    height: 100%;
    width: 1px
}

#top_menu_user_icon {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 12px 15px 0 0
}

#top_menu_user_name {
    color: #fff;
    font-size: 14.66px;
    font-family: TodayShopLight, arial, sans-serif;
    letter-spacing: 0;
    margin: 9px 15px 0 0
}

#top_menu_sign_out {
    margin-top: -2px
}

#top_menu_sign_out a {
    color: #999
}

#game_wrapper {
    position: relative;
    width: 100%;
    height: 870px;
    margin: 0 auto
}

header {
    background-image: url(../img/BG_header.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

header.webp {
    background-image: url(../img/BG_header.webp)
}

.bookmark-homepage-btn {
    margin-right: -4em
}

.bookmark-homepage-vip-btn {
    margin-right: 4em;
    float: right
}

.bookmark-inside-gamme-btn {
    margin-left: 13.5%
}

#bookmark_main_page:hover, #bookmark:hover {
    cursor: pointer
}

.bookmark-inside-game-btn-vip {
    margin-top: 12px;
    display: inline-block
}

.bs-container {
    margin-right: 12%;
    width: auto;
    margin-left: 12%;
    font-size: 13px;
    line-height: 60px
}

.bookmark-sticky-wrapper {
    /*background-color: #4c0124;*/
    background-color: rgb(66, 35, 135);
    height: 60px;
    overflow: hidden
}

.f-right {
    float: right
}

.f-left {
    float: left
}

.b-s-c-right > div {
    display: inline-block
}

.to-bookmark {
    background: #6C2F4C;
    padding: 0 50px 0 22px;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background-image: url(../img/img/dest/bookmark.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.to-bookmark > span {
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle
}

.to-bookmark-text-inner {
    font-size: 10px;
    display: block
}

span.to-bookmark-icon {
    background: green;
    width: 35px;
    height: 35px
}

.bookmark-later {
    padding: 0 35px 0 20px;
    cursor: pointer;
    background-image: url(../img/img/dest/bookmark_x.png);
    background-repeat: no-repeat;
    background-position: 98% center
}

.hidden {
    display: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (min-width: 575.98px) and (orientation: portrait) {
    .stub-head-text {
        margin-top: 40px;
        font-size: 35px
    }

    .stub-subhead-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        margin-top: 25px
    }

    .content-img {
        width: 500px;
        height: 400px
    }

    .content {
        width: 310px;
        height: 250px;
        margin-top: 95px
    }

    img.lady-man {
        width: 460px
    }

    .cc-icon {
        width: 80px
    }

    .icon-text {
        font-size: 13px
    }

    .footer-text-wr {
        font-size: 13px
    }

    .main-text {
        text-align: center;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        margin-top: 5px;
        font-weight: 700;
        font-size: 24px
    }
}

@media (min-width: 575.98px) and (orientation: landscape) {
    .stub-head-text {
        margin-top: 30px;
        font-size: 35px
    }

    .stub-subhead-text {
        font-size: 13px;
        font-weight: 700;
        line-height: 1.5;
        margin-top: 20px
    }

    .content {
        margin-top: 65px
    }

    img.lady-man {
        display: none
    }

    img.man {
        display: block;
        position: absolute;
        height: 280px;
        bottom: 0;
        right: -100px
    }

    img.lady {
        display: block;
        position: absolute;
        height: 280px;
        bottom: 0;
        left: -125px
    }

    .content-img {
        margin-top: 23px;
        width: 320px;
        height: 270px;
        position: relative
    }

    .main-content-wr {
        background-image: url(../img/vip/main-bg-land.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative
    }

    .content-wr {
        padding-bottom: 0
    }

    img.coin-two {
        position: absolute;
        width: 60px;
        right: 3%;
        top: auto;
        margin-top: auto;
        bottom: 20px;
        transform: rotate(113deg)
    }

    img.coin-one {
        display: none
    }

    img.man-for-video.mobile {
        width: 50% !important
    }
}

@media (max-width: 690px) {
    .homepage-play-now .button-wrapper {
        display: inline-block
    }
}

@media (min-width: 690px) and (max-width: 768px) {
    .play-button {
        width: 320px
    }

    .homepage-play-now .text-with-buttons .form_con {
        text-align: left
    }
}

@media (max-width: 768px) {
    .homepage-play-now .text-with-buttons {
        margin-left: 0
    }

    .homepage-play-now .form_con {
        text-align: center
    }

    .login-dialog {
        width: 100%
    }
}

@media (min-width: 767.98px) and (orientation: landscape) {
    .login-dialog-mobile {
        width: 400px
    }

    .stub-head-text {
        margin-top: 35px;
        font-size: 40px
    }

    .stub-subhead-text {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.5;
        margin-top: 30px
    }

    .content-img {
        width: 500px;
        height: 400px;
        margin-top: 45px
    }

    img.logo {
        width: 240px
    }

    .content {
        width: 310px;
        height: 250px;
        margin-top: 95px
    }

    .cc-icon {
        width: 80px
    }

    .icon-text {
        font-size: 14px
    }

    .footer-text-wr {
        font-size: 14px
    }

    .main-text {
        text-align: center;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        margin-top: 5px;
        font-weight: 700;
        font-size: 33px
    }

    img.lady {
        height: 410px;
        left: -175px
    }

    img.man {
        height: 410px;
        right: -140px
    }

    img.much-more {
        bottom: 0;
        right: -140px
    }

    .icons-wr {
        position: relative;
        padding-bottom: 20px
    }
}

.content_fr {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: inherit;
    width: inherit;
    border: none
}

#preloader {
    height: 100%;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 3000
}

iframe {
    border: none
}

.pwa_refresh_btn_wr {
    position: fixed;
    display: inline-block;
    background: #e1e1e1;
    color: #aeaeae;
    width: 70px;
    z-index: 99;
    cursor: pointer;
    right: -70px;
    top: 100px;
    -webkit-transition: right 1s;
    transition: right 1s
}

.hide_pwa_refresh_btn {
    display: inline-block;
    border-right: 1px solid #aeaeae;
    width: 30%;
    text-align: center;
    float: left;
    height: 50px;
    line-height: 50px
}

.refresh_btn_wr {
    display: inline-block;
    text-align: center;
    width: 70%;
    float: left;
    height: 50px;
    line-height: 50px
}

a.refresh_btn {
    display: block;
    color: inherit;
    text-decoration: none
}

a.refresh_btn:visited {
    display: block;
    color: inherit
}

.preloader {
    height: 100%;
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    perspective: 1600px;
    perspective-origin: 20% 50%;
    transition: 0.5s all;
    opacity: 1
}

.spinner {
    width: 100px;
    height: 100px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #0088cf;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear
}

.preloader.fade {
    opacity: 0
}

.b-ico-preloader {
    background: #fff;
    background-size: cover;
    width: 52px;
    height: 67px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: ico 5s infinite linear;
    transform-style: preserve-3d;
    display: none
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ico {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotateY(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotateY(360deg)
    }
}

.bg-bookmark_v2 {
    width: 322px;
    height: 79px;
    background: url(../img/btn_bookmark.png)
}

.bg-logo {
    width: 155px;
    height: 155px;
    background: url(../img/icon_96.png) no-repeat;
    left: -7rem;
    margin-top: 1rem
}

.bg-logo.webp {
    background: url(../img/icon_96.png) no-repeat
}

.bg-cc_name {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 14px;
    width: 123px;
    height: 32px;
    background: url(../img/img/dest/cc_name_v2.png) no-repeat
}

#top_menu_my_account {
    position: relative;
    z-index: 2;
    width: 135px;
    color: #41d5ff;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14.66px;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    padding-right: .3rem;
    margin-right: 20px
}

.settings-account {
    text-transform: uppercase;
    text-decoration: underline
}

#top_menu_my_account.settings_opened .settings-account {
    color: #d7d7d7;
    text-decoration: none
}

.login-dialog-mobile {
    bottom: 35%;
    top: auto;
    margin-left: auto;
    margin-right: auto
}

.homepage_caesars_new {
    background-image: url(../img/BG-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    height: 100%;
    position: relative
}

.homepage_caesars_new.mobile {
    background-image: url(../img/BG-2_mobile.jpg)
}

.frame_video_wr-caesars {
    position: relative;
    width: 65%;
    float: right;
    margin-right: 6rem
}

.video_wr_caesars {
    padding: 2.4rem .7rem 0
}

.frame-for-video-caesars {
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 2;
    width: 100%
}

img.man-for-video-caesars, img.man-for-video-caesars-3btn {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
    width: 35%;
    pointer-events: none
}

.background-video {
    top: 60px;
    left: 40px;
    width: 100%;
    z-index: 1
}

section.homepage_video_wr:after, section.homepage_caesars_new:after {
    content: "";
    clear: both;
    display: block;
    height: 4.5rem
}

section.homepage_caesars_new_google:after {
    height: 5.6rem
}

.homepage-with-video .background-video-button {
    position: relative;
    display: inline-block
}

.background-video-button-wrapper {
    text-align: center
}

.background-video-button-wrapper_caesars {
    margin-top: .3rem
}

.game-img {
    border-radius: 15px
}

.game_item:hover .tg_content {
    transform: translateY(-10px);
    transition: transform .3s ease-in-out .03s, -webkit-transform .3s ease-in-out .03s
}

.game_item:hover img {
    box-shadow: 0 0 100px #fda90f
}

.game_item {
    width: 150px;
    margin: 0 auto
}

.play_now_animate_before_enter {
    transition: all 1s ease-out;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}

.play_now_animate_enter {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all 1s ease-out;
    animation-duration: 3s;
    animation-name: bigger-smaller;
    animation-iteration-count: infinite
}

.play-gmail-btn-3btn {
    animation-name: bigger-smaller;
    animation-iteration-count: infinite;
    z-index: 0;
    right: auto;
    line-height: 3rem;
    display: inline-block;
    position: relative;
    outline: none
}

.play-gmail-btn-3btn img {
    width: 374px;
    height: 55px
}

.connect_btn_img {
    max-width: 100%
}

a.footer_game_link {
    display: inline-block
}

.footer_game_links_wr {
    text-align: center;
    margin: 0 0 0 10px
}

.top-games-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff
}

.top-games {
    background: #931d54;
    padding: 1.5rem 0 0
}

.tg_wr {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem
}

.tg {
    float: left;
    margin: 0 5% 20px;
    width: 10%
}

a.tg_title {
    color: #fff;
    margin: .6rem 0;
    display: inline-block;
    font-size: 23px;
    font-weight: 700
}

.play_now_on_frontpage img {
    max-width: 100%
}

.play_now_on_frontpage {
    padding: 1rem;
    width: 400px;
    text-align: center;
    cursor: pointer;
    animation-duration: 3s;
    animation-name: bigger-smaller;
    animation-iteration-count: infinite;
    display: inline-block;
    position: relative
}

.play_now_on_frontpage_caesars {
    margin: 1rem 0
}

.play_now_game_wr {
    position: relative
}

.header-help {
    float: right;
    margin-right: 0.5rem !important;
    margin-left: auto
}

.header .menu-primary-vip-container li.header-help > a, .header .menu-primary-navigation-container li.header-help > a {
    line-height: 1 !important;
    font-size: 16px !important
}

.header-help > a, .header nav.mpn_wr > div li.header-help > a {
    line-height: 1 !important;
    font-size: 20px !important
}

.menu-primary-navigation_wr {
    display: flex;
    align-content: start;
    margin: 10px 0
}

nav .menu-primary-navigation_wr:not([class='sub-menu']) > li:hover > a:before {
    top: -0.3rem !important;
    left: 0
}

.menu-primary-vip-container li.header-help > a:before, .header-help > a:before, .menu-primary-navigation-container li.header-help > a:before, nav.mpn_wr > div li.header-help > a:before {
    top: auto !important;
    bottom: -0.3rem !important;
    display: none;
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF
}

nav .menu-primary-navigation_wr > li {
    display: contents
}

nav #menu-primary-vip > li > a, nav #menu-primary-navigation > li > a, nav .menu-primary-navigation_wr > li > a {
    font-size: 20px;
    display: inline;
    margin: 0 10px;
    white-space: nowrap
}

.main-color {
    /*background-color: #4c0124*/
    background-color: rgb(66, 35, 135);
}

#dialog .login-options span, #dialog_main .login-options span {
    font-size: 17px
}

.btn_expandable_wr {
    display: inline-flex;
    align-items: stretch;
    cursor: pointer
}

.btn_expandable_start img {
    float: right
}

.btn_expandable_end img {
    float: left
}

.btn_expandable_wr img {
    height: 100%
}

.btn_expandable {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain !important
}

.btn_expandable_start, .btn_expandable_end {
    display: contents
}

.btn_expandable_wr.play_for_free {
    height: 80px;
    font-size: 30px;
    text-transform: uppercase
}

.btn_expandable_wr.play-now-game {
    height: auto;
    font-size: 40px
}

.btn_expandable_wr.play_for_free .btn_expandable {
    background: url(../img/green_gr_slice.png);
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 6px rgba(0, 0, 0, .69);
    letter-spacing: .07em;
    padding: 0 .2rem;
    margin: 0 -2px
}

.btn_expandable_wr.play-now-game .btn_expandable {
    padding: 0 1rem
}

.btn_expandable_wr.bookmark_this_page {
    margin-right: -4em;
    height: 80px;
    font-size: 23px;
    text-transform: uppercase
}

.btn_expandable_wr.bookmark_this_page .btn_expandable {
    background: url(../img/bookmark_gr_slice.png);
    color: #000;
    font-weight: 700;
    padding: 0 .2rem
}

.primary-row {
    display: flex
}

nav.mpn_wr {
    display: inline-block
}

.language_switcher_wr {
    display: inline-flex;
    position: relative;
    margin-left: 10px
}

a.header-help-link {
    display: block;
    font-size: 18px;
    position: relative;
    color: #fff;
    line-height: 1.6rem;
    text-decoration: underline !important;
    text-transform: uppercase;
    text-align: right;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .6)
}

img.current_lang_flag {
    height: 30px;
    border: 1px solid grey
}

a.current_lang {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.current_lang::after {
    content: "";
    display: inline-block;
    color: #fff;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #fff
}

.current_lang:hover + div {
    display: inline-block
}

.lw_content_wr:hover {
    display: inline-block
}

.lw_content_wr {
    position: absolute;
    display: none;
    top: 30px;
    background: #000;
    padding: 1rem;
    border: 1px solid rgba(255, 0, 107, .4)
}

span.radio_sim {
    border: 2px solid #a9a9a9;
    width: 20px;
    height: 20px;
    display: inline-flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.lang_selector_wr {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 10px
}

.lang_selector_wr.default {
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: .5rem
}

.lang_selector_wr:hover {
    cursor: pointer
}

.lang_selector_wr.chose .radio_sim::after {
    visibility: visible;
    background: rgba(255, 0, 107, 1)
}

.lang_selector_wr:hover .radio_sim::after {
    visibility: visible
}

.lang_selector_wr:hover .lang_name {
    color: rgba(255, 0, 107, .8);
    text-decoration: underline
}

span.radio_sim::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(255, 0, 107, .8);
    border-radius: 10px;
    visibility: hidden
}

span.lang_name {
    white-space: nowrap;
    font-size: 16px;
    color: #a9a9a9
}

.lsw_mobile .current_lang + div {
    display: none
}

.lsw_mobile.lw_content_wr:hover {
    display: none
}

.lsw_mobile img.current_lang_flag {
    height: 21px
}

.lsw_mobile.language_switcher_wr {
    display: inline-flex;
    position: absolute;
    right: 0;
    margin-right: 70px;
    margin-top: 13px;
    border: 1px solid grey
}

.lsw_mobile .current_lang::after {
    display: none
}

.lw_content_wr.lsw_mobile {
    z-index: 99999;
    position: absolute;
    top: 0;
    width: 100%
}

.lsw_mobile .lang_selector_wr {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px
}

.lw_content_wr.lsw_mobile.lswm_open {
    display: block
}

.close-btn {
    z-index: 1;
    position: relative;
    width: .95rem;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    cursor: pointer
}

.close-btn div:not(:last-child) {
    margin-bottom: 5px
}

.close-btn div {
    width: 100%;
    height: 3px;
    background: #fff;
    transition: transform 0.3s;
    border-radius: 24%
}

.close-btn.open div:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 0
}

.close-btn.open div:nth-child(2) {
    height: 2.0625rem;
    position: absolute;
    opacity: 0;
    top: -1rem;
    margin: 0
}

.close-btn.open div:last-child {
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.close-lang-switcher {
    float: right
}

@media (min-width: 275px) and (max-width: 320px) {
    .play-button {
        width: auto
    }

    .menu-games .nav-buttons button.but {
        margin: 0 0 !important;
        padding-left: .2rem
    }

    .fold-customize {
        margin-left: -10px;
    !important
    }

    div#sort-wrapper span {
        font-size: 14px !important
    }
}

@media (min-width: 320px) and (max-width: 340px) {
    div#sort-wrapper span {
        font-size: 9px
    }
}

@media (min-width: 340px) and (max-width: 375px) {
    div#sort-wrapper span {
        font-size: 12px
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .homepage-play-now .play-button {
        width: 290px;
        font-size: 30px
    }

    .ml-0-2rm {
        margin-left: .2rem
    }

    .homepage-play-now .form_con {
        margin-left: 0
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .ml-0-2rm {
        margin-left: .2rem
    }
}

@media (min-width: 400px) and (max-width: 480px) {
    .ml-0-2rm {
        margin-left: .2rem
    }
}

@media (min-width: 630px) and (max-width: 768px) {
    .connect_play_btn_img {
        height: 75px
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .play-for-free-btn img {
        width: 75%
    }

    .play-for-free-btn img:hover {
        width: 77%
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .play-for-free-btn img {
        width: 90%
    }

    .play-for-free-btn img:hover {
        width: 92%
    }

    .homepage-play-now .play-button {
        width: 427px;
        height: 90px;
        line-height: 90px;
        font-size: 45px
    }
}

@media (min-width: 1919px) {
    .homepage-play-now .play-button {
        width: 427px;
        height: 95px;
        line-height: 95px;
        font-size: 48px
    }
}

@media (max-width: 575.98px) {
    .main-text {
        margin-top: 9px
    }

    .stub-head-text {
        margin-top: 30px
    }

    .stub-subhead-text {
        margin-top: 20px
    }

    .cc-logo img {
        width: 250px
    }

    .is_mobile .bg-or_divider_vip {
        width: 100%;
        height: 15px;
        background: url(../img/css_sprites_vip_2.png) -10px -170px no-repeat;
        background-size: 180% 1500%
    }

    .bg-header_logo_vip {
        width: 250px;
        height: 110px;
        background: url(../img/css_sprites_vip_2.png) -6px -6px no-repeat;
        background-size: 105% 190%;
        margin: 0 auto;
        z-index: 110;
        position: relative
    }
}

@media (max-height: 355px) and (max-width: 660px) {
    .connect_play_btn_img {
        height: 40px
    }

    .play-for-free-btn img, .play-for-free-btn-mobile img {
        width: auto;
        height: 75px;
        margin-left: auto;
        margin-right: auto
    }

    .play-button {
        width: auto
    }
}

@media (max-height: 540px) and (orientation: landscape) {
    .ocdiv {
        margin-top: 0
    }

    .login-options .separator {
        padding: 0;
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) {
    .is_mobile .container.vip {
        top: 0;
        min-width: auto
    }

    .is_mobile .bg-or_divider_vip {
        width: 100%;
        height: 15px;
        margin: 3px auto 0;
        background: url(../img/css_sprites_vip_2.png) -10px -267px
    }

    .bg-header_logo_vip {
        width: 250px;
        height: 110px;
        background: url(../img/css_sprites_vip_2.png) -6px -6px no-repeat;
        background-size: 105% 190%;
        margin: 0 auto;
        z-index: 110;
        position: relative
    }

    .google-btn-custom.localization {
        font-size: 11px
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .text-with-buttons {
        margin-left: 0
    }

    div.form_con {
        margin: 0;
        text-align: center;
        display: block
    }

    div.form_con > div {
        display: inline-block;
        width: auto
    }

    .frame_video_wr-caesars.google-btn {
        float: none;
        margin: auto !important
    }

    .google-btn-custom.localization {
        font-size: 11px
    }

    .fb-button.google-btn-custom, .oc-button.google-btn-custom {
        padding-left: 0
    }

    .fb-button.google-btn-custom.localization {
        padding-left: 1rem;
        font-size: .6rem
    }

    .oc-button.google-btn-custom.localization {
        padding-left: 1rem;
        font-size: 12px
    }

    #customBtn .buttonText {
        font-size: 14px
    }
}

@media (min-height: 1000px) and (min-width: 760px) {
    .play-gmail-btn-3btn.mobile-button img, .play-gmail-btn-3btn.mobile-button .abcRioButton {
        width: 374px !important;
        height: 55px !important
    }

    .homepage-with-video .background-video-button.mobile-button {
        display: inline-grid
    }
}

@media (min-height: 760px) and (min-width: 992px) {
    .play-gmail-btn-3btn.mobile-button img, .play-gmail-btn-3btn.mobile-button .abcRioButton {
        width: 200px !important;
        height: 29px !important
    }

    .homepage-with-video .background-video-button.mobile-button {
        display: inline-block;
        float: right;
        margin-top: 2%;
        margin-right: 4rem
    }
}

@media (min-height: 760px) and (min-width: 1200px) {
    .play-gmail-btn-3btn.mobile-button img, .play-gmail-btn-3btn.mobile-button .abcRioButton {
        width: 300px !important;
        height: 44px !important
    }

    .homepage-with-video .background-video-button.mobile-button {
        display: inline-block;
        float: right;
        margin-top: 1rem;
        margin-right: 3rem
    }
}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
    .play-gmail-btn-3btn .abcRioButtonIcon {
        padding: 5px !important
    }

    .play-gmail-btn-3btn .abcRioButtonContents {
        line-height: 20px !important;
        font-size: 10px !important
    }

    .play-gmail-btn-3btn img .abcRioButtonSvg {
        width: 10px;
        height: 10px
    }

    .homepage-with-video-caesars {
        padding-top: 1rem !important
    }

    .frame_video_wr-caesars.google-btn {
        float: none;
        margin: auto !important
    }

    .is_mobile .bg-or_divider_vip {
        width: 100%;
        height: 15px;
        background: url(../img/css_sprites_vip_2.png) -10px -170px no-repeat;
        background-size: 180% 1500%;
        margin: 0 auto
    }

    .is_mobile .container.vip {
        top: 0;
        min-width: auto
    }

    .is_mobile .divider_or.home_page.vip {
        margin: 0;
        width: 100%;
        background: url(../img/img/dest/or_divider.png) no-repeat center center;
        background-size: contain;
        height: 15px
    }

    .bg-header_logo_vip {
        width: 250px;
        height: 110px;
        background: url(../img/css_sprites_vip_2.png) -6px -6px no-repeat;
        background-size: 105% 190%;
        margin: 0 auto;
        z-index: 110;
        position: relative
    }
}

@media (max-width: 991.98px) {
    .container.vip {
        min-width: auto
    }

    .bg_con {
        min-width: auto
    }

    .header-container, .page-container {
        width: auto
    }

    .cc-logo img {
        max-width: 100%
    }

    .container #footer-nav-container a {
        line-height: 13px;
        padding: 0 12px
    }

    .container #footer-nav-container a:after {
        display: none
    }

    .seo-text {
        margin-top: 13px
    }

    .bg-header_logo_vip {
        width: 250px;
        height: 110px;
        background: url(../img/css_sprites_vip_2.png) -6px -6px no-repeat;
        background-size: 105% 190%;
        margin: 0 auto;
        z-index: 110;
        position: relative
    }

    .custom-margin-top {
        margin-top: 0
    }

    #footer-nav li:not(:last-child) a:after {
        display: none
    }

    .menu-footer-menu-container ul li {
        margin-top: 15px
    }

    .btn_expandable_wr.play-now-game {
        height: auto;
        font-size: 22px
    }
}

@media (max-width: 991.98px) and (orientation: landscape) {
    .play-gmail-btn-3btn img, .play-gmail-btn-3btn .abcRioButton, .google-btn-custom, #customBtn {
        width: 200px !important;
        height: 29px !important;
        line-height: 29px !important
    }

    .button-text {
        font-size: smaller
    }

    .google-btn-custom.localization {
        font-size: 8px !important
    }

    .oc-button.google-btn-custom {
        padding-left: 1rem
    }

    .play-gmail-btn-3btn .abcRioButtonIcon {
        padding: 7px !important
    }

    .play-gmail-btn-3btn .abcRioButtonContents {
        line-height: 25px !important;
        font-size: 11px !important
    }

    .play-gmail-btn-3btn .abcRioButtonSvg {
        width: 10px;
        height: 10px
    }

    .homepage-with-video-caesars {
        padding-top: 1rem !important
    }

    .video_wr_caesars {
        top: 60px;
        left: 40px;
        padding: 0
    }

    .homepage-with-video .background-video-button {
        margin-top: .5rem
    }

    .frame_video_wr-caesars.google-btn {
        width: 60%;
        float: none;
        margin: auto !important
    }

    .btn_expandable_wr.play-now-game {
        height: auto;
        font-size: 22px
    }
}

@media (max-width: 1400px) {
    .is_mobile .secure_connect.home_page {
        display: none
    }

    .bg-secure_connection_vip {
        display: none
    }

    .is_mobile .cc-logo img {
        width: 250px
    }

    .is_mobile footer {
        background-color: #000;
        padding: 20px;
        text-align: center
    }

    .is_mobile .yellow-line.bottom-line, .is_mobile.yellow-line-caesars.bottom-line {
        display: none
    }

    .is_mobile .yellow-line-caesars_vip.bottom-line {
        display: none
    }

    .is_mobile .icons-wr {
        display: block
    }

    .is_mobile.dest_bg {
        background-size: cover
    }

    .bg-header_logo_vip {
        width: 250px;
        height: 110px;
        background: url(../img/css_sprites_vip_2.png) -6px -6px no-repeat;
        background-size: 105% 190%;
        margin: 0 auto;
        z-index: 110;
        position: relative
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .play-now-btn {
        max-width: 100%
    }

    .is_mobile .header-container {
        width: auto
    }

    .is_mobile .cc-logo img {
        width: 250px
    }

    .is_mobile .container.vip {
        top: 0;
        min-width: auto
    }

    .is_mobile .divider_or.home_page.vip {
        margin: 0;
        width: 100%;
        background: url(../img/img/dest/or_divider.png) no-repeat center center;
        background-size: contain;
        height: 15px
    }
}

@media (min-width: 1400px) {
    @media (min-width: 768px) and (max-width: 1400px) {
        .play-now-btn {
            max-width: 100%
        }

        .is_mobile .header-container {
            width: auto
        }

        .is_mobile .cc-logo img {
            width: 250px
        }

        .is_mobile .container.vip {
            top: 0;
            min-width: auto
        }

        .is_mobile .divider_or.home_page.vip {
            margin: 0;
            width: 100%;
            background: url(../img/img/dest/or_divider.png) no-repeat center center;
            background-size: contain;
            height: 15px
        }
    }@media (min-width: 1400px) {
    .welcome_wr {
        margin-bottom: 100px
    }

    .vip_content_wr {
        padding-top: 65px
    }

    .is_mobile .container.vip {
        top: 0;
        min-width: auto
    }

    .is_mobile .divider_or.home_page.vip {
        margin: 0;
        width: 100%;
        background: url(../img/img/dest/or_divider.png) no-repeat center center;
        background-size: contain;
        height: 15px
    }

    .is_mobile .bg-secure_connection_vip {
        display: none
    }
}.is_mobile .bg-secure_connection_vip {
    display: none
}
}

@media (orientation: landscape) {
    .pwa_lp {
        min-height: 500px;
        height: 100%;
        align-items: center
    }

    .pwa_lp .pwa_lp_landscape {
        display: block;
        top: 0
    }

    .lp_download_btn {
        display: inline-block;
        position: relative;
        margin-top: 20.5%;
        margin-left: 57%;
        width: 25%;
        z-index: 1
    }
}

@media (orientation: portrait) {
    .pwa_lp .pwa_lp_portrait {
        display: block
    }

    .pwa_lp img {
        top: 0
    }

    .lp_download_btn {
        display: inline-block;
        position: relative;
        margin-top: 69.5%;
        margin-left: 35%;
        width: 35%;
        z-index: 1
    }

    .background-video-button-wrapper_caesars {
        margin-top: 2.3rem;
        margin-bottom: 2rem
    }

    .frame_video_wr-caesars {
        top: 1rem
    }
}

@media (min-width: 320px) and (max-width: 993px) {
    .header .menu-primary-navigation-container li.header-help > a, .header-help > a, .header nav.mpn_wr > div li.header-help > a {
        font-size: 0.4rem !important
    }

    .frame_video_wr-caesars {
        width: 60%
    }

    nav #menu-primary-navigation > li > a, nav .menu-primary-navigation_wr > li > a {
        display: block;
        font-size: .4rem;
        position: relative;
        color: #fff;
        line-height: 1;
        text-decoration: none !important;
        text-transform: uppercase;
        text-align: right;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .6)
    }

    .bookmark-homepage-btn {
        display: none
    }

    .bg-logo {
        width: 100px;
        height: 100px;
        background: url(../img/icon_96.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: -1rem
    }

    .bg-logo.webp {
        background: url(../img/icon_caesars.webp);
        background-size: contain;
        background-repeat: no-repeat
    }

    .bg-logo_vip {
        width: 100px;
        height: 100px;
        background: url(../img/vip2/icon_96.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: -1rem
    }

    .bg-logo.bg-logo-select {
        width: 144px;
        background: url(../img/logo-select1.png)
    }

    .header {
        height: 1.6rem
    }

    .single-free-slot-games .game-thumb-absolute {
        top: auto
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .bg-logo {
        width: 100px;
        height: 100px;
        background: url(../img/icon_96.png) 0 5px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -1rem
    }

    .bg-logo.webp {
        background: url(../img/icon_caesars.webp) 0 5px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .bg-logo_vip {
        width: 100px;
        height: 100px;
        background: url(../img/vip2/icon_96.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: -1rem
    }

    .bg-logo.bg-logo-select {
        background: url(../img/logo-select1.png) 0 15px no-repeat;
        background-size: 90px
    }

    .bg-bookmark_caesars {
        width: 220px;
        height: 50px;
        background-size: cover
    }
}

@media (max-width: 600px) {
    .bg-logo {
        display: none
    }

    .bg-logo_vip {
        display: none
    }

    .game-box-img img, .game-box-img source {
        width: 90px;
        height: 90px
    }

    .copy-rights {
        display: block
    }

    .footer_game_links_wr {
        margin: 10px 0 0
    }

    img.man-for-video-caesars {
        display: none
    }

    .frame_video_wr-caesars {
        width: 95%;
        margin: auto !important;
        float: none
    }

    .buttons-caesars {
        top: -.5rem
    }
}

@media (max-width: 600px) and (orientation: landscape) {
    .frame_video_wr-caesars {
        width: 55%;
        margin: auto !important;
        float: none
    }

    .mobile-button, .mobile-button .abcRioButton {
        width: 150px !important;
        height: 22px !important
    }
}

@media screen and (max-width: 1750px) {
    .play-gmail-btn-3btn img, .google-btn-custom, #customBtn {
        width: 300px;
        height: 44px;
        line-height: 44px;
        font-size: initial
    }

    .oc-button.localization {
        font-size: .4rem
    }

    .fb-button.localization {
        font-size: .6rem
    }

    .abcRioButton {
        width: 300px !important;
        height: 44px !important
    }

    .abcRioButtonIcon {
        padding: 13px !important
    }

    .abcRioButtonContents {
        line-height: 45px !important;
        font-size: 18px !important
    }
}

@media screen and (max-width: 1500px) {
    .fortune_img {
        align-self: flex-end;
        margin-left: -50px
    }

    .vip_login_wr {
        margin-bottom: 50px
    }

    .frame_video_wr-caesars {
        margin-right: 4.5rem
    }

    .play-gmail-btn-3btn img, .google-btn-custom, #customBtn {
        width: 270px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .abcRioButton {
        width: 250px !important;
        height: 37px !important
    }

    .play-gmail-btn-caesars {
        max-width: 11rem
    }

    .abcRioButtonIcon {
        padding: 10px !important
    }

    .abcRioButtonContents {
        line-height: 40px !important;
        font-size: 18px !important
    }
}

@media screen and (max-width: 1200px) {
    div#login_dialog_homepage {
        position: fixed;
        top: 16%;
        bottom: auto
    }

    .frame_video_wr-caesars {
        margin-right: 3rem
    }

    .play-gmail-btn-caesars {
        max-width: 9rem
    }

    .faqs-container {
        width: 800px
    }

    .accordion h4 {
        font-size: 16px
    }

    .play-gmail-btn-3btn img, .google-btn-custom, #customBtn {
        width: 230px;
        height: 33px;
        line-height: 33px;
        font-size: 12px
    }

    #customBtn span.icon {
        width: 30px;
        height: 27px
    }

    .abcRioButtonIconImage {
        width: 200px;
        height: 330px
    }

    .abcRioButtonIcon {
        padding: 6px !important
    }

    .abcRioButton {
        width: 200px !important;
        height: 29px !important
    }

    .abcRioButtonContents {
        line-height: 30px !important;
        font-size: 14px !important
    }
}

@media screen and (max-width: 1024px) {
    .faqs-container {
        width: 700px
    }

    .header-help {
        float: initial
    }
}

@media screen and (max-width: 992px) {
    .fortune_wr {
        display: none
    }

    .blog_post_wr:nth-child(2n+3) {
        clear: both
    }

    .blog_post_wr:nth-child(3n+4) {
        clear: none
    }

    .blog_post_wr {
        width: 46.33%
    }

    .frame_video_wr-caesars {
        margin-right: 1rem
    }

    .video_wr_caesars {
        padding: 1.4rem .3rem 0
    }

    section.homepage_caesars_new:after {
        height: 1.5rem
    }

    img.man-for-video-caesars-3btn {
        display: none
    }

    img.man-for-video.mobile {
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0
    }

    .man-for-video.desktop {
        display: none
    }

    .entry-content-1 h1 {
        white-space: initial
    }
}

@media screen and (max-width: 768px) {
    .faqs-container {
        width: 100%
    }

    .blog_post_wr {
        clear: both;
        width: 100%
    }

    img.man-for-video.mobile, img.man-for-video {
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        width: 90%
    }

    .frame_video_wr.mobile {
        text-align: center;
        margin-top: 2rem
    }

    .play-for-free-video-btn {
        width: 90%
    }

    .play-gmail-btn-3btn {
        margin: 0 0 .5rem 0
    }

    .play-gmail-btn-3btn img, .google-btn-custom, #customBtn {
        width: 300px;
        height: 50px;
        line-height: 50px
    }

    .abcRioButtonIconImage {
        width: 300px;
        height: 50px
    }

    .abcRioButtonIcon {
        padding: 15px !important
    }

    .abcRioButton {
        width: 300px !important;
        height: 44px !important
    }

    .abcRioButtonContents {
        line-height: 48px !important;
        font-size: 22px !important
    }
}

@media screen and (max-width: 500px) {
    .btn_expandable_wr.play_for_free {
        height: 60px;
        font-size: 22px
    }

    .faqs-container {
        padding: 30px 20px
    }

    ul.accordion li {
        padding: 15px 30px 15px 10px
    }

    .faqs-container h2 {
        margin-bottom: 10px
    }

    .faqs-container h2 span {
        font-size: 25px
    }

    section.homepage_video_wr:after {
        display: none
    }

    img.man-for-video.mobile {
        margin: 0 auto .8rem;
        width: 90%
    }

    .blog_load_more_btn {
        max-width: 300px;
        font-size: 20px
    }

    .play-video-btn.mobile {
        margin-top: -1.8rem
    }

    .tg {
        width: 31.33%
    }

    .tg:last-child {
        display: none
    }

    .play_now_on_frontpage {
        padding: 0;
        width: 280px
    }
}

@media screen and (max-width: 400px) {
    .play_now_on_frontpage {
        width: 100%
    }

    .tg {
        /*width: 100%*/
    }
}