/**
*-------------------------------------------------------- -----------------------
* Website: www.example.com
*
* Author: Developer
*
*-------------  ------------------------------------------------------------------
*/

/**
 *-------------------------------------------------------------------------------
 *   BASE STYLES
 *-------------------------------------------------------------------------------
 */

/*
---------------------------------
        Normalize
---------------------------------
*/

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

h2 {
    margin: .83em 0;
    font-size: 1.5em;
}

h3 {
    margin: 1em 0;
    font-size: 1.17em;
}

h4 {
    margin: 1.33em 0;
    font-size: 1em;
}

h5 {
    margin: 1.67em 0;
    font-size: .83em;
}

h6 {
    margin: 2.33em 0;
    font-size: .75em;
}

p {
    margin: 1em 0;
}

ul {
    margin: 1em 0;
}

ul {
    padding: 0 0 0 40px;
}

nav ul {
    list-style: none;
    list-style-image: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
---------------------------------
        Base Defualt
---------------------------------
*/

@-webkit-viewport {
    width: device-width;
}


@-moz-viewport {
    width: device-width;
}


@-ms-viewport {
    width: device-width;
}


@-o-viewport {
    width: device-width;
}


@viewport {
    width: device-width;
}


*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
article,
section,
footer,
header,
nav {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*
---------------------------------
        Site Theme
---------------------------------
*/

* {
    outline: none;
}

html {
    font-size: 13px;
}

body {
    font: normal 13px/1 "Arial", sans-serif, arial, serif;
    color: #7d7d7d;
    background-color: #fafafa;
}

p {
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.66692rem;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h2 {
    font-size: 27px;
    font-size: 2.07692rem;
}

h3 {
    font-size: 19.5px;
    font-size: 1.5rem;
}

h4 {
    font-size: 17.33px;
    font-size: 1.33308rem;
}

h5 {
    font-size: 11.92px;
    font-size: 0.91692rem;
    line-height: 1.25rem;
}

h6 {
    font-size: 14.08px;
    font-size: 1.08308rem;
    line-height: 1.66692rem;
}

/**
 *-------------------------------------------------------------------------------
 *  GENERAL CLASSES
 *-------------------------------------------------------------------------------
 */

.casinoOnline .casino-btn a:hover,
.nav_list-item.active a:hover,
.nav_list-item:hover a:hover {
    color: #fff;
    background-color: #be0000;
}

.casinoOnline .casino-btn a,
.nav_list-item.active a,
.nav_list-item:hover a,
.liststyle li a {
    -webkit-transition: color 0.3s cubic-bezier(1, 0, 0, 1), background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: color 0.3s cubic-bezier(1, 0, 0, 1), background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: color 0.3s cubic-bezier(1, 0, 0, 1), background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: color 0.3s cubic-bezier(1, 0, 0, 1), background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.disclaimer .img-cont {
    text-align: center;
}

.disclaimer .img-cont img {
    display: inline-block;
}

.casinoOnline .casino-btn a,
.bullets-list-item a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.art_head,
.right_side .ads:first-child {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
}

.art_sect,
.right_side .ads:last-child {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
}

/*----------- Helper Classes ------------*/

.clearfix:after,
.art-full .art_sect:after,
.clearfix:before,
.art-full .art_sect:before {
    display: table;
    clear: both;
    content: '';
}

/*----------- Stars ------------*/

.star {
    background: url("../images/others/star.png") repeat-x left;
    display: inline-block;
    height: 18px;
}

.star-5 {
    width: 96px;
}

/*----------- Button Styles ------------*/

/*----------- TEXT Classes ------------*/

.bullets-list > li {
    display: inline-block;
}

/**
 *-------------------------------------------------------------------------------
 *  LAYOUT
 *-------------------------------------------------------------------------------
 */

.container {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
}

/*
---------------------------------
        HEADER
---------------------------------
*/

.header {
    margin-bottom: 3.07692rem;
}

.header .header_nav {
    background-color: #000;
    border-bottom: 5px solid #be0000;
}

.header .header_nav:after {
    content: " ";
    background-color: #fafafa;
    height: 1px;
    width: 100%;
    display: block;
}

/*----------- MOBILE NAV BUTTON ------------*/

.mobileNav {
    background: url("../images/others/mobileNav.png") no-repeat center center;
    width: 17px;
    height: 17px;
    cursor: pointer;
    padding-top: 2.30769rem;
    padding-bottom: 2.30769rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/*----------- HEADER  NAV_LIST ------------*/

.nav_list-item a {
    color: #858585;
    font-size: 1.08308rem;
    text-transform: uppercase;
    display: block;
    padding-top: 1.46154rem;
    padding-bottom: 1.46154rem;
}

.nav_list-item.active a,
.nav_list-item:hover a {
    background-color: #be0000;
    color: #fff;
}

/*----------- HEADER LOGO ------------*/

.header_logo {
    text-align: center;
    margin-top: 3.84615rem;
    margin-bottom: 3.84615rem;
}

.logo {
    background: url("../images/logo.png") no-repeat center center;
    width: 33.69231rem;
    height: 2.84615rem;
    display: inline-block;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

/*----------- HEADER BULLETS ------------*/

.header_bullets {
    margin-bottom: 3.07692rem;
}

.bullets-list-item {
    display: block;
}

.bullets-list-item.active a {
    background-color: #be0000;
    color: #fff;
}

.bullets-list-item:hover a {
    background-color: #be0000;
    color: #fff;
    border-color: #be0000;
}

.bullets-list-item a {
    -webkit-transition: color 0.5s cubic-bezier(1, 0, 0, 1), border-color 0.5s cubic-bezier(1, 0, 0, 1), background-color 0.5s cubic-bezier(1, 0, 0, 1);
    -moz-transition: color 0.5s cubic-bezier(1, 0, 0, 1), border-color 0.5s cubic-bezier(1, 0, 0, 1), background-color 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: color 0.5s cubic-bezier(1, 0, 0, 1), border-color 0.5s cubic-bezier(1, 0, 0, 1), background-color 0.5s cubic-bezier(1, 0, 0, 1);
    transition: color 0.5s cubic-bezier(1, 0, 0, 1), border-color 0.5s cubic-bezier(1, 0, 0, 1), background-color 0.5s cubic-bezier(1, 0, 0, 1);
    display: block;
    color: #cacaca;
    min-height: 3.84615rem;
    line-height: 3.84615rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #e6e1e1;
}

/*
---------------------------------
        MIDDLE AREA BODY
---------------------------------
*/

/*----------- DEFAULT STYLES ------------*/

.art_head {
    color: #fff;
    background-color: #be0000;
}

.art_head h3,
.art_head h4 {
    line-height: 1.2;
}

.art_head h3 {
    padding: 1rem 1.38462rem 1rem;
    text-transform: capitalize;
}

.art_head h4 {
    padding: 1.15385rem 1.07692rem;
    text-transform: capitalize;
}

.art_sect {
    background-color: #fff;
}

aside {
    text-align: center;
}

aside a {
    display: inline-block;
}

/*----------- FEATURENEWS ------------*/

.featureNews .art_sect {
    padding: 2.07692rem 2.1% 0;
}

.featureNews_list {
    text-align: justify;
}

.featureNews_list:after {
    width: 100%;
    content: " ";
    display: inline-block;
}

.featureNews_list-item {
    display: inline-block;
    width: 139px;
    vertical-align: top;
}

.featureNews_list-item:hover img {
    border-color: #be0000;
}

.featureNews_list-item:hover h5 {
    color: #be0000;
}

.featureNews_list img {
    margin-bottom: 10px;
    border: 5px solid #f5f5f5;
    -webkit-transition: border-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: border-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: border-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: border-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.featureNews_list h5 {
    text-align: center;
    color: #7d7d7d;
    -webkit-transition: color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/*-----------casinoOnline ------------*/

.casinoOnline {
    margin-top: 2.69231rem;
    margin-bottom: 3.07692rem;
}

.casinoOnline_list-item:hover .casinoOnline_num,
.casinoOnline_list-item.item-active .casinoOnline_num {
    background-color: #be0000;
}

.casinoOnline_list-item + .casinoOnline_list-item {
    margin-top: 1.53846rem;
}

.casinoOnline_list-info {
    background-color: #FFF;
}

.casinoOnline .list-item {
    position: relative;
}

.casinoOnline .list-item:last-child {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.casinoOnline .casinoOnline_num,
.casinoOnline .casino-btn a {
    background-color: #7d7d7d;
}

.casinoOnline .casinoOnline_num {
    padding: 1.07692rem 0;
    color: #fff;
    text-align: center;
    -webkit-transition: background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.casinoOnline .casinoOnline_visual {
    padding: 2.15385rem 0;
}

.casinoOnline .casinoOnline_visual > div {
    width: 49%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.casinoOnline .casino_img img {
    display: inline-block;
}

.casinoOnline .casino-btn a {
    height: 45px;
    width: 130px;
    line-height: 45px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 1.5rem;
    color: #fff;
}

.casinoOnline .rating,
.casinoOnline .price {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.casinoOnline .rating {
    width: 57.69231%;
}

.casinoOnline .price {
    width: 40.76923%;
}

.casinoOnline .price h3 {
    font-weight: normal;
    line-height: 1.91692rem;
    color: #be0000;
}

.casinoOnline .rating:after {
    content: " ";
    height: 86%;
    display: block;
    width: 1px;
    border-right: 1px solid #f5f5f5;
    position: absolute;
    top: 7%;
    right: 40.36%;
}

.casinoOnline .rating span + p {
    margin-top: 3px;
}

.casinoOnline .rating a {
    line-height: 1.66692rem;
    color: #be0000;
}

.casinoOnline .co-rating-price {
    padding: 1.46154rem 0;
}

.casinoOnline-bullets {
    padding: 1.46154rem 1.07692rem;
}

.casinoOnline-bullets li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 3px;
}

.casinoOnline-bullets p {
    display: inline-block;
}

/*
---------------------------------
        SECTION_DIVIDED
---------------------------------
*/

.section_divided {
    margin-bottom: 2.53846rem;
}

/*----------- LEFT SIDE ------------*/

.left_side {
    margin-bottom: 2.69231rem;
}

.left_side > article {
    margin-bottom: 2.53846rem;
}

.left_side p span {
    font-size: inherit;
    font-weight: bold;
}

.left_side p a {
    color: #be0000;
    font-size: inherit;
    text-transform: capitalize;
    font-weight: bold;
}

.left_side .art_sect h6:first-child {
    margin-bottom: 2.38462rem;
}

.left_side h6 {
    font-size: 1rem;
}

.art-full {
    clear: both;
}

.art-full .art_sect {
    padding: 2.30769rem 1rem 1.76923rem;
}

.art-full img {
    margin-right: 15px;
}

.art-full p + p {
    margin-top: 1.84615rem;
}

.art-half .art_sect {
    padding: 1.69231rem 1rem 1.53846rem;
}

.art-half img {
    margin-left: auto;
    margin-right: auto;
}

.art-half p + p {
    margin-top: 2.53846rem;
}

.ads_middle-top {
    margin-bottom: 3rem;
}

/*----------- Disclaimer ------------*/

.disclaimer img {
    max-width: 125px;
    margin-bottom: 1.61538rem;
}

.disclaimer img:first-child {
    margin-right: 1.53846rem;
}

/*----------- Feature ------------*/

.liststyle li {
    border-top: 1px solid #e6e1e1;
    list-style-position: inside;
}

.liststyle li a {
    color: #7d7d7d;
    padding: 1.15385rem 0.76923rem 1.15385rem 1rem;
    text-transform: none;
    font-weight: normal;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 2.30769rem;
}

.liststyle li a:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 9px;
    background: url("../images/others/bullet.png") no-repeat center center;
    margin-right: 10px;
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -4.5px;
}

.liststyle li:hover a,
.liststyle li.active a {
    background-color: #fafafa;
    color: #be0000;
}

.liststyle li:hover a:before,
.liststyle li.active a:before {
    background: url("../images/others/bullet-active.png") no-repeat center cent;
}

.liststyle li:last-child {
    border-bottom: 1px solid #e6e1e1;
}

/*----------- REVIEW ------------*/

.review,
.licence {
    clear: none !important;
}

.review h6 {
    margin-top: 8px;
    text-align: center;
    color: #be0000;
}

.review_list li {
    margin-bottom: 1.92308rem;
}

.review_text li {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.review_text li a {
    color: #be0000;
    font-weight: bold;
}

.review_text li:after {
    content: " - ";
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.review_text li:first-child:after {
    content: " : ";
}

.review_text li:last-child:after {
    content: ".";
    margin-left: -3px;
}

/*----------- NEWSLETTER ------------*/

.newsletter h6 {
    margin-bottom: 1.76923rem !important;
}

.newsletter img {
    margin-bottom: 2.30769rem;
}

/*----------- ADS-ART ------------*/

.ads-art h6 {
    margin-bottom: 1.38462rem !important;
    text-align: center;
}

.ads-art img {
    margin-bottom: 0.53846rem;
}

/*----------- Right SIDE ------------*/

.right_side {
    width: 140px;
}

.right_side .ads:last-child {
    padding-bottom: 10px;
}

.right_side .ads {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.right_side .ads + .ads {
    margin-top: 10px;
}

/*----------- ADS_MIDDLE-BOTTOM ------------*/

.ads_middle-bottom {
    margin-bottom: 2.76923rem;
}

.ads_middle-bottom a + a {
    margin-top: 2rem;
}

/*----------- CHOOSEONLINE ------------*/

.chooseOnline img {
    margin-top: 2.30769rem;
}

/*----------- BONUSWITHDESPOIT ------------*/

.bonusWithDespoit {
    margin-bottom: 2.92308rem;
}

.beforefooter_ads {
    margin-bottom: 2.53846rem;
}

/*
---------------------------------
        FOOTER
---------------------------------
*/

.footer {
    color: #fff;
    clear: both;
}

.footer_top,
.footer_bottom {
    text-align: center;
}

.footer_top {
    background-color: #be0000;
    border-top: 5px solid #000;
}

.footer_top:before,
.footer_top:after {
    content: " ";
    width: 100%;
    display: block;
    height: 1px;
    background-color: #fff;
}

.footer_top h6:first-child {
    margin-top: 3.30769rem;
    margin-bottom: 1.53846rem;
}

.footer_top h6:last-child {
    margin-bottom: 2.30769rem;
}

.footer_top li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2.30769rem;
}

.footer .imglist li {
    margin-right: 2.69231rem;
}

.footer .imglist li:last-child {
    margin-right: 0;
}

.footer .imglist li:first-child {
    margin-right: 1.92308rem;
}

.footer .textlist a {
    font-weight: bold;
    color: #fff;
}

.footer .textlist li:after {
    content: "-";
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bolder;
}

.footer .textlist li:last-child:after {
    content: none;
}

.footer_bottom {
    background-color: #000;
    padding: 1.53846rem 0;
}

.footer_bottom p {
    font-weight: bold;
    font-size: 0.91692rem;
    line-height: 1.66692rem;
}

/**
 *-------------------------------------------------------------------------------
 *  MEDIA QURIES
 *-------------------------------------------------------------------------------
 */

@media only screen and (min-width: 769px) {
    .bullets-list {
        white-space: nowrap;
    }

    .bullets-list-item + .bullets-list-item {
        margin-left: 3.5%;
    }

    .bullets-list-item {
        min-width: 22%;
    }

    .featureNews .art_sect {
        padding-bottom: 3.30769rem;
    }

    .art-full img {
        float: left;
    }

    .disclaimer img {
        max-width: 165px;
    }
}

@media only screen and (max-width: 900px) and (min-width: 481px) {
    .casinoOnline .casinoOnline_visual:after {
        content: " ";
        height: 100%;
        display: block;
        width: 1px;
        border-right: 1px solid #f5f5f5;
        position: absolute;
        top: 0;
        right: 0%;
    }
}

@media only screen and (min-width: 901px) {
    .nav_list {
        text-align: center;
    }

    .nav_list-item {
        display: inline-block;
        vertical-align: bottom;
    }

    .casinoOnline_list-info {
        display: table;
        width: 100%;
    }

    .casinoOnline_list-info .list-item {
        display: table-cell;
        vertical-align: middle;
    }

    .casinoOnline .list-item + .list-item:after {
        content: " ";
        height: 86%;
        display: block;
        width: 1px;
        border-right: 1px solid #f5f5f5;
        position: absolute;
        top: 7%;
        right: 0;
    }

    .casinoOnline .list-item:last-child {
        border-right: none;
    }

    .casinoOnline .casinoOnline_num {
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px 0 0 5px;
        width: 3.07692rem;
    }

    .casinoOnline .co-rating-price {
        width: 20rem;
    }

    .casinoOnline .casinoOnline_visual {
        width: 25rem;
    }

    .section_divided {
        display: table;
        width: 100%;
    }

    .left_side,
    .right_side {
        display: table-cell;
        vertical-align: top;
    }

    .left_side {
        padding-right: 2.46154rem;
    }

    .art-half {
        width: 47.2155%;
    }

    .about,
    .review,
    .licence {
        float: left;
        clear: both;
    }

    .disclaimer,
    .feature,
    .newsletter,
    .freeplay {
        float: right;
    }

    .chooseOnline {
        float: left;
    }

    .playTech,
    .casinoSoft {
        float: right;
    }

    .show-tablet {
        display: none !important;
    }
}

@media only screen and (min-width: 1001px) {
    .nav_list-item a {
        padding-left: 1.69231rem;
        padding-right: 1.69231rem;
    }
}

@media only screen and (max-width: 1000px) {
    .container {
        padding: 0 2.5%;
    }

    .nav_list-item a {
        padding-left: 1.15385rem;
        padding-right: 1.15385rem;
    }

    .header_ads .container {
        padding: 0 2.5%;
    }
}

@media only screen and (max-width: 900px) {
    .header .container {
        width: 100%;
        padding: 0;
    }

    .nav_list-active {
        display: block !important;
    }

    .nav_list {
        display: none;
    }

    .nav_list-item a {
        padding-left: 5%;
        padding-right: 5%;
    }

    .nav_list-item + .nav_list-item {
        border-top: 1px solid #fafafa;
    }

    .featureNews_list-item {
        width: 130px;
    }

    .casinoOnline .casinoOnline_num {
        padding: 0.76923rem 0;
    }

    .casinoOnline .rating {
        width: 49%;
    }

    .casinoOnline .price {
        width: 49%;
    }

    .casinoOnline .rating:after {
        top: 0;
        height: 100%;
        right: 49%;
    }

    .casinoOnline-bullets {
        border-top: 1px solid #f5f5f5;
		 background-color: #be0000;
    }

    .casinoOnline .casinoOnline_visual,
    .casinoOnline .co-rating-price {
        display: inline-block;
    }

    .casinoOnline .casinoOnline_num {
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px;
        border-radius: 5px 5px 0 0;
    }

    .casinoOnline .casinoOnline_visual {
        width: 49%;
    }

    .casinoOnline .co-rating-price {
        width: 50%;
    }

    .right_side {
        margin-left: auto;
        margin-right: auto;
    }

    html {
        font-size: 12px;
    }

    .show-tablet {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 26.69231rem;
        height: 2.24615rem;
    }

    .bullets-list-item,
    .bullets-list-item {
        width: 49%;
    }

    .featureNews_list-item {
        margin-bottom: 1.61538rem;
    }

    .featureNews_list-item:last-child {
        margin-bottom: 0;
    }

    .casinoOnline .casinoOnline_visual,
    .casinoOnline .co-rating-price {
        width: 100%;
    }

    .casinoOnline .casinoOnline_visual:after {
        content: none;
    }

    .casinoOnline .co-rating-price {
        border-top: 1px solid #f5f5f5;
    }

    .casinoOnline .rating,
    .casinoOnline .price {
        width: 49%;
    }

    .casinoOnline .rating:after {
        top: 6%;
        height: 88%;
        right: 50%;
    }

    .left_side h6 {
        font-size: 1.23077rem;
    }

    .art-full img {
        margin-bottom: 2.53846rem;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_top li {
        margin-bottom: 1.53846rem;
    }
}

@media only screen and (max-width: 480px) {
    .footer .imglist li img {
        max-width: 111px;
    }

    html {
        font-size: 11px;
    }
}



.bonus {
   /*  float: left;
    width: 100%;
    font-weight: bold; */
    position: relative;
}
.bonus .open{
  color: #000;
  margin-top:5px;
  cursor: pointer; 
  font-size: 11px;
}
.popup-overlay { 
  left: 50%;
  top: 100%;
  z-index: 9;
  right: auto;   
  width: auto;
  height: auto;
  min-width: 230px;
  visibility: hidden;
  position: absolute;
  margin-left: -115px;

}
.popup-overlay.active{
  /*displays pop-up when "active" class is present*/
  visibility:visible;
  text-align:center;
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
 visibility:hidden;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility:visible;
}
.popup-content{
    float: left;
    max-width: 230px;
    padding: 20px 20px;
    border: 1px solid #6600cc;
    background: #e8d1ff;
    text-align: center;
    position: relative;
    margin-top:20px; 
}
.popup-content::before {
    top: -12px;
    height: 24px;
    width: 24px;
    position: absolute;
    border-color: #6600cc;
    content: "";
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #e8d1ff;
    transform: rotate(45deg);
    border-style: solid;
    border-width: 1px 0px 0px 1px;
}


.green.popup-content::before,
.green.popup-content{
  background: #fdd0d3;
  border-color: #ee3a43;
}


.popup-content .close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  cursor: pointer; 
}
.popup-content strong{
    float: left;
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.popup-content em,
.popup-content p{
  color: #000;
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: normal;
}
.popup-content p{
  margin-bottom: 10px;
}
.popup-content em{
    margin-bottom: 13px;
}
.popup-content .btn{
  color: #fff;
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 5px;
  background: #32383f;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.popup-content .btn:hover{
    background-color:#be0000; 
}.center {
}
