/************* PRos and Cons ***************/
/* Container styling */
.comparison-container {
    margin-top: 20px;

    max-width: 900px;
}

.pros-cons-grid {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.comparison-col {
    flex: 1;
    padding: 25px;
}

/* Headers */
.pros-heading, .cons-heading {
    margin-top: 0;
    margin-bottom: 20px;
font-size: 20px;
    display: flex;
    align-items: center;
}

.pros-heading { color: #2e7d32; }
.cons-heading { color: #d32f2f; }

/* List Styling */
.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 1.5;
    
    color: #444;
}

/* Icons for Pros */
.pros-col li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
    background: #e8f5e9;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

/* Icons for Cons */
.cons-col li::before {
    content: "✖";
    position: absolute;
    left: 0;
    color: #d32f2f;
    font-weight: bold;
    background: #ffebee;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

/* Responsive: Stacks on mobile */
@media (max-width: 600px) {
    .pros-cons-grid {
        flex-direction: column;
    }
    
    .pros-col {
        border-bottom: 1px solid #eee;
    }
}


.detail-table th {
  text-align: left;
  background-color: #D9DFED;
  border-radius: 4px;
}
.detail-table th {
  text-align: left;
  background-color: #E6EDFD;
  border-radius: 4px;
}
.table_responsive_review {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.detail-table {
  border-spacing: 10px 10px;
  background-color: #F3F6FD;
  margin-bottom: 10px;
}
.detail-table tr td {
  background-color: #fff;
  text-align: left;
  border-radius: 4px;
  vertical-align: top;
}
.pros_div{
    float: inline-end;
}

.verdict {
  background-color: #fac21a17;
  padding: 10px;
  border: 1px solid #c8c8c8;
  margin-top:20px;
}

.bonus_test {
  background-color: #ebf6ff;
  padding: 15px;
  border: 1px solid #aeacac;
}

.independent {
  color: #5d5dcb;
  font-weight: bold;
}

.verdict_p {
  font-weight: bold;
  font-size: 16px;
  color: chocolate;
}
.pros_div {
  background-color: #8080801f;
  padding: 20px 0px;
}
.cons_div {
  background-color: #8080801f;
  padding: 20px 0px;
}
.pros li {
  background: url(https://www.southafricancasinos.co.za/templates/nodepositcasinos/images/pros_logo.webp) 4px 7px no-repeat;
  padding: 0 0 0 27px !important;
  line-height: 29px;
  font-size: 14px;
  list-style: none;
}
.cons li {
  background: url(https://www.southafricancasinos.co.za/templates/nodepositcasinos/images/cons_logo.webp) 4px 7px no-repeat;
  padding: 0 0 0 27px !important;
  line-height: 29px;
  font-size: 14px;
  list-style: none;
}

.pros._heading {
  background-color: green;
  text-align: center;
  color: white;
}
.link li {
  line-height: 23px;
  font-size: 15px;
  padding: 10px;
}
.cons_heading {
  color: white;
  background-color: #d40000;
  text-align: center;
}
.pros_heading {
  background-color: #c80000;
  text-align: center;
  color: white;
}

.pros_sech3{
    background-color: green;
  text-align: center;
  color: white;
}

.cons_sech3{
  text-align: center;
  color: white;
}



/************* Listing Page Codeing ***********/

.whitebgp,
#eb .eb-entry {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: none;
}




.whitebgp {
    margin-bottom: 30px;
}

/* Card crash game casino grid  */
.custom-review-table.crash-table .offer-box {
    background-color: #fff9ec;
}
.custom-review-table.crash-table .logo-box img {
    height: 100%;
    max-height: 300px;
}
.custom-review-table.crash-table .logo-box {
    margin-top: 0 !important;
}
.custom-review-table.crash-table .casino-card{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* Card Review Styling */
.custom-review-table .grid {
  
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* CARD */
.custom-review-table .casino-card {
    background: #e4e2e263;
    border-radius: 16px;
    /* box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); */
    border: 2px solid #f6dda1;
    font-size: 14px !important;
    padding: 15px;
  margin:20px 10px;
}

/* TOP */
.custom-review-table .top-row {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-review-table .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    flex: 1;
}

.custom-review-table .rating {
    color: #555555;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.custom-review-table .rating span {
    color: #f7b500;
    font-size: 16px;
    line-height: normal;
}

/* SUBTEXT */
.custom-review-table .subtext {
    font-size: 13px;
    color: #777;
    margin: 6px 0 12px;
    text-align: end;
}

/* INNER */
.custom-review-table .inner {
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

/* LOGO */
.custom-review-table .logo-box {
  width: 320px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  text-align: center;
}

.custom-review-table .logo-box img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #00000029;
}

/* PAYMENTS */
.custom-review-table .payments {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.custom-review-table .payments img {
    height: 35px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #00000029;
}

/* OFFER BOX */
.custom-review-table .offer-box {
    flex: 1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 3px rgb(0 0 0 / 31%);
}

/* TITLE */
.custom-review-table .offer-title {
    padding: 10px 15px;
    font-weight: bold;
    background-color: #fde19e;
    color: #000;
  font-size:16px;
}

/* CONTENT */
.custom-review-table .offer-content {
    background: #fff9ec;
    color: #333;
    padding: 12px;
}

/* LIST */
.custom-review-table .offer-content ul {
    margin: 0 0 10px;
    list-style: none;
    padding: 0;
}

.custom-review-table .offer-content li {
    margin-bottom: 5px;
}

/* BOTTOM */
.custom-review-table .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

/* CODE */
.custom-review-table .code span {
    background: #ddd;
    padding: 4px 8px;
    border-radius: 6px;
    margin: 0 5px;
    font-weight: bold;
}

.custom-review-table .code button {
    background: #ccc;
    border: none;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
}

/* CTA */
.custom-review-table .bottom-row a {
    color: #082ea1;
    text-decoration: underline;
    font-weight: 500;
}

.custom-review-table .cta {
  background: linear-gradient(#fc0,#e6ac00);
  border: none;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 5px #000;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 16px;
}

.custom-review-table .cta:hover {
    box-shadow: 0 3px #000;
    transform: translateY(3px);
}

.custom-review-table .term-text {
    margin-top: 10px;
    padding: 6px 10px;
    text-align: center;
    background: #fff9ec;
    border: 1px solid #fde19e;
    border-radius: 8px;
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .custom-review-table .title {
        flex: inherit;
    }

    .custom-review-table .subtext {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .custom-review-table .title {
        font-size: 18px;
    }

    .custom-review-table .grid {
        grid-template-columns: 1fr;
    }

    .custom-review-table .inner {
        flex-direction: column;
        padding: 15px;
    }

    .custom-review-table .offer-box {
        border-radius: 10px;
    }

     {
        width: 100%;
        padding: 0;
        padding-bottom: 12px;
    }
}

@media (max-width:420px) {
    .custom-review-table .cta {
        padding: 6px 15px;
    }
}

/*************** ENd Listing Page Codeing *************/





.faq_sec.whitebgp .img-wrapper-last {
  background: #e5a200;
  }

body.home-page .faq_sec.whitebgp .eval-10 {
  background: #fff9ec !important;
}

.h3step-eval {
  margin: 1px;
  line-height: 51px;
  font-size: 16px;
  font-weight: bold;
  color: #1b4196;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.home-page .faq_sec.whitebgp .stepevaluation::before {
  background: #000;
}

body.home-page .faq_sec.whitebgp .article-wrapper p {
  margin-top: 0;
}

.stepevaluation {
  position: relative;
  padding-left: 85px;
  padding-right: 25px;
  height: auto;
  padding-bottom: 2px;
  background-color: #FFF;
  -moz-border-radius: 150px;
  border: 1px dotted #ccc;
}
body.home-page .faq_sec.whitebgp .boder-evaluation, .whitebgp .cont-faq {
  border-color: #e5a200;
  border-radius: 9px;
}

body.home-page .faq_sec.whitebgp .bleft {
  margin-bottom: 23px;
}

/* End Of FAQ's Casino List */


h.breadcrumb li {
  display: inline-block;
  padding: 5px;
}
.footernote {
  padding: 0px 55px;
}
.breadcrumb {
  display: block ruby;
}

.breadcrumb{margin-top:15px;}
.last-breadcrumb{display:none;}
.loadmore_homepage {
  text-decoration: none;
}
.img-slots-hp{height:230px !important;}
.playnow_listing:hover{background-color: #095d99;}
ul.a {
 
  background-color: lightgray;
  line-height: 35px;
  text-align: left;
}
.top_img{width:55%;}

.review_licensed{

  color: black;  padding: 5px 14px; border-radius: 8px; display: inline-block;  font-size:13px;
}

ul.a li {
  background: url(https://www.southafricancasinos.co.za/templates/nodepositcasinos/images/bullet-logo.png) 4px 7px no-repeat;
  padding: 0 0 0 27px !important;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
}

@media (max-width: 650px) {
#mod-custom455 img{
  display:none;
}
  .custom-review-table .offer-box{
    border-radius:0px;
  }
.custom-review-table .inner{
  padding:0px;
}
  .custom-review-table .logo-box {
width:auto;
    }
  
  .bones_codes_page #eb .eb-post-body img {
    top: 150px !important;
    margin-left:0px !important;
  }
  
  #eb .eb-post img{
width:200px !important;
  height:120px !important;
}
}

#eb .eb-post-body .eb-img, #eb .eb-post-body img{
  left: 80px !important;
    top: 110px !important;
}

.playnow_listing{
background-color:#ba0202;
  color: #fff;
  padding: 6px 18px;
  border-radius: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 5px #000;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  white-space: nowrap;
  letter-spacing: 1px;
}


#eb .eb-post img{
width:250px ;
  height:120px ;
}

.image-title {
  font-weight: bold;
}
.blog_img_size.ls-is-cached.jch-lazyloaded {
  margin-top: 0px;
}
.blog_img_size {
  width: 280px !important;
  height: auto !important;
}
.bones_codes_page #eb .eb-post-body img{
  
  position: absolute;

  top: 100px;
}
#eb .eb-post-body{
  display:block !important;
}
.hp_top_tb {
  line-height: 1.375rem;
}
a.read_review_bonus {
    font-size: 13px;
    background-color: black;
    color: white;
     padding: 10px 20px;
    border-radius: 25px;
}
a.visit_casino_bonus {
    font-size: 13px;
    background-color: #ba0202;
    color: white;
    padding: 10px 10px;
    border-radius: 25px;
}
.tbl-top1-real{display:none;}
.col1.span_1_of_2.info_rev2 {
    padding: 10px 20px;
}

#mod-custom271{
  display: none;
}
.h3_land_casino{text-align: center; font-size: 16px; font-weight: bold;}

.direction{font-size:13px; padding:5px 0px;line-height: 35px;}


.img-awards{width:170px; height:220px;float: left; margin-right: 10px;}
.awards-heading{font-size:16px;font-weight:bold;}
img.slots-img {
    width: 100%;
}
.casinoclosed-button {
    background-color: #ccc;
    color: #fff;
    padding: 11px 25px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px #ccc;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px;
}

span.btn-review {
    margin-top: 14px;
}

.col-slots.span_1_of_4 {
    margin-top: 10px;
}
.section_r.group_r {
    margin-bottom: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.40);
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.40);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.40);
}
.flex-h2{
  display:flex;
}
.center-align{
  
  align-items: center;
}
.rating-text{
  font-size: .875rem;
    font-weight: 800;
}
.a-rating {
    background-color: #fff1e5;
    border-radius: 4px;
}
.p12 {
}
.display-inline {
    display: inline-flex;
}
.m16 {
    margin-left: 16px;
}
.m24 {
    margin-top: 30px;
    margin-bottom: 30px;
}

img.hp_img_tbl{
    vertical-align: middle;
}
img.listing_img_tbl {
    vertical-align: middle;
}
.blog-post-slot {
    height: 143px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}
.top_img
{vertical-align: middle;}

img.new-img
{vertical-align: middle;}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table .table {
    background-color: #fff
}


.ratings-review {
    text-align: center;
}

span.ratingactive {
    color: gold;
}

span.no-rating{ color: grey;
}
.score {
    float: right;
    line-height:0px;
}
.ratings-review {
    text-align: center;
}
.image-bullets li {
    position: relative;
  border: 1px solid #e4d7d7;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 4px 1px;
  background: #fff;
    background-color: rgb(255, 255, 255);
  color: #000;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
  line-height: 40px;
  background-color: #e5efef;
}
.image-bullets li::before{border-radius: 20px;}

.h2-title{
padding: 0 5px;
    position: relative;
    font-weight: 700;
    z-index: 2;
    color: #ba0202;
}

.h3-home{
    font-size: 1.40em;
    color: #000;
    font-weight: 600;
}
.section-col {
padding: 10px;
    background-color: white;
}

.image-bullets li:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.3em;
    background: #2ba84a;
    color: #fff;
    height: 2.5em;
    left: -1em;
    width: 2.5em;
    line-height: 2em;
    border: 0.3em solid #fff;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s ease-out;
}


h4.menu-new::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 20px;
    background: url(/images/new-icon.webp) no-repeat top center/100%;
    width: 60px;
    height: 60px;
    z-index: 10;
}


span.quest-hp {
    text-align: center;
    vertical-align: sub;
    
}

.quest-bullet {
    float: left;
    background-color: #a52a2a;
    height: 25px;
    width: 25px;
    border-radius: 18px;
    margin-right: 10px;
    color: white;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}


p{
    font-size:14px;
}
img.img-quick-guide{float:left;}
tr.local-td td {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.localcasino{text-align: center; font-size: 18px; font-weight: bold;}

a.btn-small.btn-sm.btn-secondary {
    background-color: #d40101;
    color: white;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0px 2px #7e7b7b;
}
.new-img {
    width: 100px;
    box-shadow: 0 2px 4px 0 rgba(14, 13, 13, 0.8);
}
span.currency-type {
    background-color: azure;
    font-size: 11px;
    padding: 4px;
    border-radius: 1px;
display:inline-block;
margin-bottom:8px;
}
span.currency {
    font-size: 12px;
    text-transform: uppercase;
color: darkblue;
font-weight:bold;
}

.container-loadmore
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
 
  #eb .eb-post-body{
    display: grid;
  }
    .container-loadmore{
        max-width: 568px;
    }
}
@media (min-width: 768px) {
  #eb .eb-post-body{
    display: grid;
  }
    .container-loadmore {
        max-width: 720px;
    }
    p{
    font-size:14px;
}
}
@media (min-width: 992px) {
    .container-loadmore {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-loadmore {
        max-width: 1140px;
    }
}
.row-load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.col-md-4{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top:10px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}


   

.btn, .btn-danger, .btn-loadmore {
      display: inline-block;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #03a84e !important;
    border: 1px solid transparent !important;
    width: 31%;
    font-size: 19px;
    float: none;
    padding: 8px;
margin: 23px 40%;
box-shadow: 2px 2px #000;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover{
background-color:#03a84e;
border-color:#03a84e;
color:white;
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.dropdown-toggle.btn-danger{
background-color:#03a84e;
border-color:#03a84e;
color:white;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
.btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
   background-color: #03a84e;
    border-color: #03a84e;
color:white;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #78c2ad;
    border-color: #78c2ad;
}
.btn-primary:hover {
    color: #fff;
   background-color: #03a84e;
    border-color: #03a84e;
color:white;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
background-color: #03a84e;
    border-color: #03a84e;
color:white;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
background-color: #03a84e;
    border-color: #03a84e;
color:white;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #03a84e;
    border-color: #03a84e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(140, 203, 185, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(140, 203, 185, 0.5);
}

.span_3_load {
    width: 100%;
    border-radius: 10px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 2fr 2fr 1.7fr 1fr;
margin-bottom: 4px;
}



.box_span_load_1 {
 font-weight: 700;
 
    margin: 4% 9px;
}

.currency-column{padding: 14px;
    grid-column: 3/3;
    grid-row: 1/3;
    text-align: center;}

.box_span_load_2 {
    padding: 15px;
text-align: initial;
}

@media screen and (max-width: 650px){
.tbl-top1-real{display:block !important;}
  #mod-custom271{display:block !important;}
    tr.review_odd td
    
    {text-align:center;}
    
    tr.review_even td
    
    {text-align:center;}
    
p.numbering-casino {
    left: 4%;
    display: flex;
    top: -3px !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
}
p{
    font-size:16px;
}
.btn, .btn-danger, .btn-loadmore{margin:0px !important;
font-size:16px !important; width:100% !important;}
.btn-danger, .btn-loadmore{margin:0px !important;
font-size:16px !important; width:100% !important;}

span.casino-name{font-size:14px;}
.box_span_load_1{width:100% !important;}
.currency-column{width:100% !important;}

.span_3_load {
    display: inline-table !important;
margin-bottom: 12px;
}
.box_span_load_2{text-align: left !important;
    padding: 10px;}
.currency-column{display:none;}
..row-load{margin-top:10px;}
#menu-outer{display:none;}
.row-load{margin-top:7px;}
img.new-img {
    border-radius: 5px;
}
}




@media (min-width: 768px) and (max-width: 1024px) {


.box_span_load_1{width:auto;}

.box_span_load_2{text-align:center;}
}

@media (min-width: 481px) and (max-width: 767px) {


.box_span_load_1{width:auto;}

.box_span_load_2{text-align:center;}
.currency-column{display:none;}

.span_3_load {grid-template-columns:1fr 2fr  1fr;display:grid;}

}

@media screen and (max-width: 1366px) and (max-height: 768px) { 

.container-loadmore{width:90%;}
.box_span_load_1{width:auto;}


.review-casino {
    display: none;
}
.box_span_load_2{text-align:center;}
.currency-column{display:none;}

.span_3_load {grid-template-columns:1fr 2fr  1fr;display:grid;}
span.casinoname_hp{display:none;}
.new-img{width:105px;}

 }  


@media screen and (max-width: 1024px) and (max-height: 600px) { 
.btn-loadmore{width:42%;}
}



.review-casino {
    margin-top: 5px;
    vertical-align: bottom;
    display: contents;
}

.casino-name{
    font-size: 13px;
    color: #0652b4;
    font-weight: 700;padding-left:5px;}

span.no-deposit-bonus-load{
text-align: center;
    color: #ba0202;
    font-size: 16px;
    font-weight: 700;}

.welcome-bonus-load{
color: black;
    font-size: 15px;
    line-height: 28px;
}


p.numbering-casino{   
	
position: absolute;
    left: 4%;
    transform: translate(-50%,0);
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background-color: #fffefe;
    top: 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #373d5f;
    color: #090909;
	
	}

.homepage-loadmore{font-weight: 400; color: #fff; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #03a84e; border: 1px solid transparent; width: 31%; font-size: 19px; 
padding: 10px; margin: 2% 34%;text-decoration:underline; border-radius:4px;box-shadow:0 2px 4px 0 rgba(14, 13, 13, 0.8);}
tr.hp-loadmore td {
    border: 1px solid #fff;
}
.hp-loadmore{height:90px;}

@media (min-width: 576px) {
    .container-loadmore{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-loadmore {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-loadmore {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-loadmore {
        max-width: 1140px;
    }
}
.row-load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.col-md-4{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}


   

.btn {
 display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #03a84e;
    border: 1px solid transparent;
    width: 31%;
    font-size: 19px;
    float: none !important;
    padding: 8px;
margin: 23px 40%;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
.btn:hover {
    color: #888;
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 194, 173, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(120, 194, 173, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #78c2ad;
    border-color: #78c2ad;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5eb69d;
    border-color: #55b298;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #5eb69d;
    border-color: #55b298;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(140, 203, 185, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(140, 203, 185, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #78c2ad;
    border-color: #78c2ad;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #55b298;
    border-color: #4eac92;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(140, 203, 185, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(140, 203, 185, 0.5);
}




.readnews{
    border: 2px solid #000; padding: 15px; font-size: 18px; background-color: #ba0202; color: white; text-decoration: underline; text-transform: uppercase;
    
}
/*table.dataTable td{padding:10px !important; text-align:center;}
td.casinolist-logo {
    text-align: left !important;
}*/
tr.localheading {
    background-color: #ba0202;
    color: white;
	font-size:18px;
}
tr.localheading td{
padding:7px;
}

tr.local-td td {
    padding:10px;
	width:25%;
}
tr.local-td td {
    border: 1px solid #ccc;
    padding: 10px;
}
div.blogfactory-post-title{font-size: 18px !important;}
@media screen and (max-width:650px) {
	.homepage-loadmore{display: grid;
    margin: auto;
    width: 100%;
    font-size: 17px;}
	tr.localheading {display:none;}
	tr.local-td td {
    padding:10px;
}
tr.local-td td:nth-child(n+2) {
    background-color: #fafdff;
}
.homepage-loadmore{background-color: #187140 !important;}

.btn-loadmore{width:100% !important; margin:0px !important;font-size:15px;}

.realmoney-heading-casino{display:none;}
tr.realmoney-tbl td {
    display: block;
    width: 100% !important;
}
div.blogfactory-post-title{line-height: 30px !important;}
/***tr.casinolist-heading {
    display: none;
}
tr.casinolist-td td:nth-of-type(2){display:none;}
table.dataTable td{
display: inline-block;
    width: 48%;
	font-size: 16px;
	    text-align: center !important;
}*/

img.realmoney_img{margin-left:-20px;}
.realmoney-nodeposit{line-height:40px;}
span.realmoney-welcome-bonus {
    line-height: 40px;
}


}
/*************************** Real Money Casino ************************/
p.realmoney-ptag {
    margin-top: 11px;
    float: left;
	margin-left:-6px;
}

span.realmoney-number {
    background-color: #ba0202bd;
    border-radius: 18px;
	box-shadow:0 1px 2px 0 rgba(0,0,0,.3);
    color: white;
    width: 37px;
    height: 37px;
    font-size: 18px;
    padding: 9px 10px 13px 8px;
    float: left;
}

.realmoney-tbl {
    height: 95px;
    border: 2px solid #616161;
}
tr.realmoney-tbl td {
    text-align: center;
	width: 34%;
	padding:10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}

img.realmoney_img{
    border-radius: 10px;
}

.realmoney-welcome-bonus {
    color: black;
    font-size: 16px;
    line-height: 28px;
	font-weight:bold;
}
.realmoney-nodeposit {
    text-align: center;
    color: #ba0202;
    font-size: 17px;
    font-weight: 700;
}
.realmoney-casino {
    width: 100%;
    background-color: #fff;
    border: 1px solid #abaaaa;
}
span.realmoney-code {
    font-size: 16px;
    font-weight: bold;
}
.realmoney_play_button:hover {
    background: green;
    box-shadow: 0 3px #000;
    transform: translateY(3px);
}
.realmoney_play_button {
    background-color: #ba0202;
    color: #fff;
    padding: 9px 25px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px #000;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px;
}
/********************* End Real Money Casino *****************/

.realmoney-heading-casino {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    height: 33px;
    line-height: 19px;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-size: 15px;
    border: 1px solid #3f699d;
    border-top: 0;
    padding: 0 8px;
    text-transform: uppercase;
}

.bonus_code_homepage{
	    color: #02268a;
    font-size: 13px;
    padding: 4px;
    border: 2px dotted black;
    line-height: 33px;
    border-radius: 5px;
    background-color: #ebecf1;
}

.banneritem {
    text-align: center;
    padding: 5px;
    border: 2px solid #000;
}
tr.heading-winner td {
    width: 22.3%;
    padding: 10px;
}

tr.heading-winner td {
    width: 21.3%;
    padding: 10px;
}
tr.winner-td td {
    border: 1px solid #ccc;
    padding: 10px;
}
tr.heading-winner{background-color:#ba0202;color:white;}
@media (max-width: 1199px){
table.contact-us-1{width:100% !important;}
table.contact-us{width:100% !important;}
}
table.contact-us-1 td {
    padding: 5px;
}
table.contact-us td {
    padding: 5px;
}
table.contact-us {
    width: 50%;
    float: left;
    padding: 10px;
  box-shadow: 0 2px 5px #d7d7d7;
  border-radius:5px;
  margin:4px 0px;
  clear:both;
  background-color:white;
}
table.contact-us-1 {
    width: 48%;
    float: right;
   box-shadow: 0 2px 5px #d7d7d7;
   border-radius:5px;
  margin:4px 0px;;
  background-color:white;
}
input#mod-ajaxsearch-searchword{height:40px !important;}
.ajax-search {
    margin-top: 10px !important;
}
input#mod-ajaxsearch-searchword {
    background-color: #333333 !important;
	color: white !important;
}
.ajax-search input[type="search"]{
	height:35px !important;
}
.blogfactory-post-read-more{margin-right:20px;}

.news_right-1{
    color:#a00;
    font-size:13px;
}
a.news_right-1:hover{
    text-decoration:underline;
}
.box-slots {
    background-color: #aeaeae;
    padding: 10px;
    height: 65px;
}
img.slots-img  {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.slots-link {
    padding-right: 20px !important;
    padding-left: 20px !important;
    background-color: #ffffff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 16px;
}
.slots-link-top:hover {
    color: black !important;
}
span.playreal {
    background-color: #ba0202;
    color: white !important;
    padding: 10px 20px 10px 20px !important;
    border-radius: 16px;
}
.footer__nav {display:none;}
@media only screen and (max-width: 480px) {
	
.footer__nav {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    z-index: 99;
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -khtml-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.footer__nav ul {
    text-align: center;
    position: relative;
    display: flex;
    width: 100%;
}
.footer__nav ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.footer__nav ul li {
    vertical-align: top;
    flex: 1;
}
.footer__nav ul li {
    list-style: none;
}
.footer__nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__nav ul li {
    vertical-align: top;
    flex: 1;
}
.footer__nav ul li {
    list-style: none;
}
.footer__nav-item--icon {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
    vertical-align: bottom;
    overflow: hidden;
    position: relative;
}
.footer__nav-item.is-active .footer__nav-item--title, .footer__nav-item:hover .footer__nav-item--title {
    color: white;
}
.footer__nav-item--title {
    font-size: 10px;
    display: block;
    color: white;
	font-weight:bold;
	text-decoration:underline;
    margin-top: 4px;
}
.footer__nav-item--icon img, .footer__nav-item:hover .footer__nav-item--icon img {
    right: 0;
}

	
	nav.footer__nav {
    background-color: #090909;
}
	
	
	
	
	
	
	
	

.contact-us{width:100%;display:block}
  .contact-us-1{width:100%;display:block}
.span_1_of_4 {
	width: 100% !important;
	display:block;
}
.class2{display:none;}
.col-slots { 
		margin: 1% 0 2% 0%;
		text-align:center;
	}
	
	.box-slots{display:block;width:100%;}
}

.span_1_of_4 {
	width: 23.4%; 
	display: inline-block;
    margin: 0 0 0 1%;
}



td.head-1 {
    width: 25%;
}
td.head-2 {
    width: 25%;
}
td.head-5 {
    width: 17%;
}
td.head-3 {
    width: 8%;
}
td.head-4 {
    width: 15%;
}

img {

    -ms-interpolation-mode: bicubic;
}
.interior.container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogBox {
    margin-bottom: 30px;
    box-sizing: border-box;
}
.blogBox .item {
    background: #f4f4f4;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    max-height: 425px;
}
.blogBox .item:hover {
    background: #e8e8e8;
    cursor: pointer;
}
.blogBox .item img {
    width: 100%;
}
.blogBox .item p {
    padding-bottom: 40px;
}
.blogBox .item .blogTxt {
    padding: 25px;
}
.blogBox .item h2 {
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
}
.blogBox .item .blogCategory a {
    padding: 5px 10px 2px;
    border: 1px solid #616161;
    color: #616161;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.blogBox .item .blogCategory a:hover {
    background: #616161;
    color: #fff;
    text-decoration: none;
}


@media screen and (min-width: 1200px) {
	.blogBox .featured h2 {
		font-size: 42px;
	}
}
@media screen and (min-width: 991px) {
	.blogBox .featured h2 {
		font-size: 30px;
		font-style: italic;
	}	
	.blogBox .featured .blogTxt {
		max-width: 50%;
		width: 100%;
		padding: 50px;
		float: left;
		background: inherit;
		min-height: 378px;
	}
	.blogBox .featured img {
		max-width: 50%;
		width: 100%;
		float: left;
		min-height: 378px;
	}
}
@media screen and (min-width: 768px) {
	.blogBox .item img {
		height: 152px;
	}
}


/****************** Home Page table CSS Final **********************/
.homepage-casino
{
width: 100%;
    background-color: #fff;
    border: 1px solid #abaaaa;
}
td.homepage-odd3 {
    width: 30%;
}
td.homepage-2 {
    width: 28%;
}
td.homepage-1 {
    width: 16%;
}
.link-code{text-decoration:underline; color:black;}
.homepage-heading-casino{
	background-color: #000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    height: 33px;
    line-height: 19px;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-size: 15px;
    border: 1px solid #3f699d;
    border-top: 0;
    padding: 0 8px;
    text-transform: uppercase;
}
.homepage-odd {
    height: 95px;
    border:2px solid #616161;
}
.homepage-even {
    height: 95px;
   border: 2px solid #616161;
}
.homepage-even1 {
    padding-left: 4px;
}
td.homepage-4 {
    text-align: left;
    width: 25%;
}
.homepage-even2 {
    text-align: center;
    color: #ba0202;
    font-size: 17px;
    font-weight: 700;
}

td.homepage-even4 {
    text-align: left;
    font-size: 13px;
    color: #000;
}
td.homepage-even4 {font-size: 13px;  border-right: 2px solid #616161;}
.homepage-odd1 {
    padding-left: 4px;
    height: 95px;
}
.homepage-odd2 {
    text-align: center;
    color: #ba0202;
    font-size: 16px;
    font-weight: 700;
}
td.homepage-even3 {
    text-align:center;
}
td.homepage-odd3 {
    font-size: 14px;
    color: #000;
    text-align:center;
}
td.homepage-odd4{border-right:2px solid #616161;}

/**************************** End Of HomePage Css *********************/
div#sp-component {
    padding: 15px 25px;
    background-color: white;
}

.feature-right{
   font-size: 20px;
    padding: 10px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    background-color: #ba0202;
}


.newcasino-hp-table{
   margin: 0;
    line-height: 21px;
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
    border-radius: 2px 2px 0 0;
    padding: 6px 0 12px 12px;
    font-weight: 600;
    position: relative;
    text-align: center;
    background-image: -webkit-linear-gradient(bottom,#e9cb7c 0,#e1b03b 100%);
}

.lotto_button {
    background-color: #ba0202;
    color: #fff;
    padding: 10px 10px 12px 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 5px #000;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform:uppercase;
}
.lotto_button:hover {
    background: green;
    box-shadow: 0 3px #000;
    transform: translateY(3px);
}

span.lotto-links:hover {
   text-decoration:underline;
}
span.lotto-links {
    color: black;
    text-transform: uppercase;
    font-size:12px;
}
.btn-review-1:hover {
        background: #299429 none repeat scroll 0 0;
        box-shadow: 0 3px #000;
        transform: translateY(3px)
    }
 .btn-review-1,
    a.btn-review-1 {
    background: #ba0202 none repeat scroll 0 0;
    /* border: medium; */
    border-radius: 5px;
    box-shadow: 0 6px #000;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    width: 300px;
    text-align: center;
   }
   .btn-review-1::after {
    clear: both;
    content: "";
    display: block;
}
  .btn-review-1,
    a.btn-review-1 {
        border-radius: 10px;
        color: #fff!important;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        text-decoration: none!important
    }
    .btn-review,
    a.btn-review {
        border-radius: 10px;
        color: #fff!important;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        text-decoration: none!important
    }
    .btn-review,
    a.btn-review {
      background: #ba0202 none repeat scroll 0 0;
    /* border: medium; */
    border-radius: 5px;
    box-shadow: 0 6px #000;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    width: 300px;
    text-align: center;
    }
    .btn-review:hover {
        background: #299429 none repeat scroll 0 0;
        box-shadow: 0 3px #000;
        transform: translateY(3px)
    }
    .btn-review::after {
        clear: both;
        content: "";
        display: block
    }

h3.top-head-tbl-casinos {
    color: white;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    background-color: #283442;
}

span.casinoname_hp-top {
    font-size: 13px;
    color: #0652b4;
    font-weight: 700;
}
span.casinoname_hp-top {
    padding-left: 10px;
}
.casinoname_hp-top:hover {
    text-decoration: underline;
}

.img-head{float:right; margin:8px;}

li.not-active {
    border-right: 2px solid #ccc;
}
li.active-m a {
 height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #f5f3f3;
    text-decoration:none;
}

li.not-active:hover {
    background-color: #b30303;
    color: white;
}
li.not-active a:hover {
   
    color: white;
}


li.not-active a {
    font-size: 14px;
    color: #1b1b1b;
}
li.active-m {
  padding: 10px 0px;
    font-weight: 700;
    height: 40px;
    background-color: #b30303;
    border-right: none;
    border-bottom:2px solid #ccc;
    width:16.5%;
}
li.not-active a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration:none;
}


.answer-faq{
    
    border: 2px solid #656565;
    vertical-align: middle;
    color: #060606;
    padding: 3px 6px;
    font-weight: bold;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
}


ul#horizontal-list {
 list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid #ccc; */
    line-height: 77px;
    margin-bottom: 1px;
}
li.active-m::after {
      content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    top: 100%;
    left: calc(50% - 1rem);
}

li.not-active {
padding: 10px 0px;
    font-weight: 700;
    font-size: 12px;
    height: 40px;
    border-right: none;
    border-top: 4px solid #b30303;
  background-color: #ffffff;
    border-bottom: 2px solid #ccc;
    width:16.7%;
}



/********* Banking Main Pages *************************/
li.not-active-banking {
    border-right: 2px solid #ccc;
}
li.active-m-banking a {
 height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #f5f3f3;
}

li.not-active-banking:hover {
    background-color: #b30303;
    color: white;
}
li.not-active a:hover {
   
    color: white;
}


li.not-active-banking a {
    font-size: 14px;
    color: #1b1b1b;
}
li.active-m-banking {
  padding: 10px 0px;
    font-weight: 700;
    height: 40px;
    background-color: #b30303;
    border-right: none;
    border-bottom:2px solid #ccc;
    width:20%;
}
li.not-active-banking a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
ul#horizontal-list {
 list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid #ccc; */
    line-height: 77px;
    margin-bottom: 1px;
}
li.active-banking::after {
      content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    top: 100%;
    left: calc(50% - 1rem);
}

li.not-active-banking {
padding: 10px 0px;
    font-weight: 700;
    font-size: 12px;
    height: 40px;
    border-right: none;
    border-top: 4px solid #b30303;
  background-color:#ffffff;
    border-bottom: 2px solid #ccc;
    width:20%;
}
/******************************** Bottom Bank **************************/
li.not-active-banking-top {
padding: 10px 0px;
    font-weight: 700;
    font-size: 12px;
    height: 40px;
    border-right: none;
    border-top: 4px solid #b30303;
  background-color: #ffffff;
    border-bottom: 2px solid #ccc;
    width:15%;
}
li.not-active-banking-top {
    border-right: 2px solid #ccc;
}
li.active-m-banking-top a {
 height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #f5f3f3;
}
.banking-log-tbl{
float: left; vertical-align: middle; margin-left: 4px; margin-top:-6px; margin-right:7px;
}

li.not-active-banking-top:hover{
    background-color: #b30303; 
}

li.not-active-banking-top:hover {
    background-color: #b30303;
  
}

li.active-m-banking-top:hover {
    background-color: #b30303;
}


li.not-active-banking-top a {
    font-size: 12px;
    color: #1b1b1b;
}
li.active-m-banking-top {
  padding: 10px 0px;
    font-weight: 700;
    height: 40px;
    background-color: #b30303;
    border-right: none;
    border-bottom:2px solid #ccc;
    width:12%;
}
li.not-active-banking-top a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
ul#horizontal-list {
 list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid #ccc; */
    line-height: 77px;
    margin-bottom: 1px;
}

/********************* End Banking Main Page   ****************/



.table-menu {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
	width:100%;
}


	ul#horizontal-list li {
		display: inline;
	
	}


li.item-292, li.item-907,  li.item-904, li.item-290, li.item-291{
    
    background: url(/images/footer-li-tag.png) 10px 11px no-repeat;
    padding-left: 14px!important;
}

.latest-hp-promo {
   margin-bottom: 0;
    padding: 8px 0 8px 14px;
    background-color: #226735;
    color: #fff;
    font-size: 18px;
    border-radius: 0!important;
    text-align: center;
    margin-top: 0px;
}

.eval-10{background-color:#eaf2f9 !important;}

.checkmark {
    background-color: #eaf2f9;
    padding-bottom: 27px;
    padding-top: 10px;
}


p.text-promo {
    padding: 8px;
    margin:3px 0px 0px 0px
}
.img-slots-hp {
   width: 100%;
   
    margin-right: 16px;
}

/*  SECTIONS  */
.section-promo {
	clear: both;
	padding: 0px;s
	margin: 0px;
	background-color: white;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, .8);
}

/*  COLUMN SETUP  */
.col-promo {
	display: block;
	float:left;
	margin: 1% 0 0% 0.2%;
}
.col-promo:first-child { margin-left: 0; }


/*  GROUPING  */
.group-promo:before,
.group-promo:after {
	content:"";
	display:table;
}
.group-promo:after {
	clear:both;
}
.group-promo {
    zoom:1; /* For IE 6/7 */
    background-color:#8080800f;
}

/*  GRID OF THREE  */

.span-2 {
    width: 33%;
    margin-top: 0px;
}
.span-3{width:33%; margin-top:0px;}

.span-2-ad {
    width: 33%;
    margin-top: 0px;
}
.boder-evaluation {
    border: 5px solid #202a70;
}
.faq-advantages
{
       margin-bottom: 0;
    padding: 8px 0 8px 14px;
    background-color: #202a70;
    color: #faf5f5;
    font-size: 18px;
    border-radius: 0!important;
    margin: 0px;
    text-transform: uppercase;
}


.ticks-hp{
color: #f7faf7;
    font-size: 13px;
    margin-left: 6px;
    font-weight: bold;
    background-color: green;
    border-radius: 50%;
    padding: 4px 6px;
}


ul.checkmark li {
     font-size: 13px;
    margin-bottom: 18px;
    list-style-type: none;
    padding: 0.25em 0 0 0.5em;
    position: relative;
    font-weight:bold;
}
ul.checkmark li:before {
   
}
ul.checkmark li:after {
 content: " ";
    display: block;
    width: 0.5em;
    height: 0.9em;
    border: solid #bc0000;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: -1em;
    top: 40%;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-link-hp{color:black;text-decoration:underline;}
/****************************** NEWS SECTION ********************/
.img-wrapper {
position: absolute;
    top: 15px;
    left: 11px;
    -moz-border-radius: 100px;
    /* -webkit-border-radius: 100px; */
    /* padding: 64px; */
    /* padding: 31px; */
    index: 1000;
    background-color: #a80404;
    border-radius: 50%;
    color: #f9f5f5;
    z-index: 1000;
    /* background-color: grey; */
    font-size: 20px;
    padding: 13px 20px;
}
.stepevaluation-1 {
    position: relative;
    padding-left: 85px;
    padding-right: 25px;
    height: auto;
    padding-bottom: 2px;
    background-color: #FFF;
    -moz-border-radius: 150px;
    border: 1px dotted #ccc;
}
.img-wrapper-last{
position: absolute;
    top: 32px;
    left: 11px;
    -moz-border-radius: 100px;
    /* -webkit-border-radius: 100px; */
    /* padding: 64px; */
    /* padding: 31px; */
    index: 1000;
    background-color: #a80404;
    border-radius: 50%;
    color: #f9f5f5;
    z-index: 1000;
    /* background-color: grey; */
    font-size: 20px;
    padding: 13px 15px;
}
.stepevaluation:before {
    content: "";
    width: 2px;
    height: 117%;
    background: #202a70;
    position: absolute;
    left: 37px;
    top: 15px;
    z-index: 1;
}
.stepevaluation {
position: relative;
    padding-left: 85px;
    padding-right: 25px;
    height: auto;
    padding-bottom: 2px;
    background-color: #FFF;
    -moz-border-radius: 150px;
    border: 1px dotted #ccc;
  
}
.h3step-eval
{
    
    margin: 1px;
    line-height: 51px;
    font-size: 16px;
    font-weight:bold;
    color: #1b4196;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/**************** End News Blog ******************************/




.faqs_homepage-1{
border-bottom: 1px solid #ccc;
    font-size: 15px;
    color: #1b4196;
    padding-bottom: 18px;
    text-transform: none;
    font-weight:400px;
}

.faqs_homepage {
   
    font-size: 15px;
    color: #1b4196;
    padding-bottom: 19px;
    text-transform: none;
}
.box.feature {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 80px;
    line-height: 1em;
}

.box.feature .rank {
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 5em;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    width: 80px;
    text-align: center;
    color: #7e7e7e;
    line-height: 3em;
    border-radius: 4px 0 0 4px;
}
.box .content {
    padding: 1.8em;
}
.row.uniform.\35 0\25 {
    margin: -1em 0 -1px -1em;
}
.box {
    border-radius: 4px;
    background: #f1f1f1;
    margin-bottom: 2em;
    padding: 0;
}





/*********  Footer Menu Responsive *************************/

.section_footer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col_footer {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_footer:first-child { margin-left: 0; }


/*  GROUPING  */
.group_footer:before,
.group_footer_footer:after {
	content:"";
	display:table;
}
.group_footer_footer_footer:after {
	clear:both;
}
.group_footer_footer_footer {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */

.span_1_of_3 {
	width: 32.2%;
}
tr.mobile_news_content td {
    width: 45%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    
    .hide_slot_game{display:none;}
    
    
    .popular_hide_slots{display:none;}
    
    
    tr.mobile_news_content td {
    width: 100%;
}

    .readnews{font-size:14px;}
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.even0{display:none;}
	.even1{padding:5px 5px 5px 10px;}
    .odd1{padding:5px 5px 5px 10px !important;}
	 .odd0{display:none;}
	 td.head0{display:none;}
	 .stepevaluation{height:auto;}
	 div.blogfactory-post-title{line-height:33px;}
	  tr.banking-heading-tbl td:nth-child(4) {
    display: none;
}
.feature-right{display:none;}
.lotto-result-boxes-wrapper {
    display: none !important;
}
td.banking-even5{padding:3px;}
td.banking-odd5{padding:3px;}
.banking-even1{padding:3px;}
.banking-odd1{padding:3px;}

ul#horizontal-list li {
    display: block;
    width:100%;
    border-top: none;
}
tr.banking-heading-tbl td:nth-child(3) {
    display: none;
}
td.banking-even3{display:none;} 
td.banking-odd3{display:none;}
 
td.banking-even4{display:none;} 
td.banking-odd4{display:none;}  
  .banking-odd1{padding:0px;}  
.banking-even1{padding:0px;}
}


/************** End Of Footer Mennu  ************************/




html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
td.land1 {
    width: 27%;
}

.footer-intro {
   
    margin-top: 40px;
    padding: 2px 10px 3px 10px;
}

.footer-sacasinos {
   
    /* width: 100%; */
    background-color: #000;
    border-radius: 5px;
    /* padding: 20px; */
    float: left;
    width:350px;
}
.sp-module.footer-menu-info {
    margin-left: 10px;
}
span.casino-name {
    font-size: 14px;
    color: #0652b4;
    line-height: 30px;
    font-weight: 700;
}
.homepage-welcome-bonus{
color: black; 
font-size: 16px;
line-height:28px;
}
.review-heading-casino{
	background-color: #000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    height: 33px;
    line-height: 19px;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-size: 15px;
    border: 1px solid #3f699d;
    border-top: 0;
    padding: 0 8px;
    text-transform: uppercase;
}
.review-tbl-casino
{
width: 100%;
    background-color: #fff;
    border: 1px solid #abaaaa;
}


.review-even3{
    
    text-align:center;
}
.review-odd1{
    padding-left:4px;
    height:95px;
}
.review-even1{
    padding-left:4px;
     height:95px;
}

.review-odd3{
    
    text-align:center;
}
.review-even0{
    text-align:center;
    padding:10px;
}
.review-even0 {
    height: 85px;
    background-color: rgb(237, 237, 237);
}
.review-even6 {
    text-align: center;
 
}
.review-odd6 {
    text-align: center;
}

.review-odd0 {
    height: 85px;
}
.soft-casino {
    color: #045e21;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
}
td.review-even7{text-align:center;}
td.review-odd7{text-align:center;}

td.review-even4{text-align:center;font-size:15px;}
td.review-odd4{text-align:center;font-size:15px;}
td.review-even3{text-align:center;}
td.review-odd3{text-align:center;}
.review-odd2
{text-align: center;
    color: #ba0202;
    font-size: 16px;
    font-weight: 700;
}
td.review-odd0{text-align:center;}
tr.review_odd{height: 85px;box-shadow:0 2px 4px 0 rgba(14,13,13,.8);}
.review_even
{
    height: 90px;
    background-color: #ededed;
    
}
td.head-3 {
    text-align: center;
}
td.review-even2
{
    text-align: center;
    color: #ba0202;
    font-size: 17px;
    font-weight: 700;
}
td.review-odd5{
        text-align: center;
    font-size: 14px;
    color: #000;
}

td.review-even5
{
    text-align: center;
    font-size: 14px;
    color: #000;
}
.steps-eval {
    border-bottom: 1px dotted #ccc;
    padding: 15px 20px;
}
.cont-10-steps {
    background-color: #80808012;
}

.faq_hp_num{
    color: #201f1f;
    padding: 5px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}
.hp_number {
    display: inline-block;
    background: #f3000c;
    color: #fff;
    width: 24px;
    height: 23px;
    line-height: 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    /* margin: auto; */
    font-weight: bold;
    margin-right: 11px;
  border: 2px solid #a3a0a0;
}

.item-722 a{
background:url(/images/sa-menu-flag.png) 10px 8px no-repeat #f8db19 !important; 
padding-left: 24px;
    color:white !important;
}

.item-535 a{
    background:url(/images/sa-menu-flag.png) 10px 8px no-repeat #920202 !important; 
padding-left: 24px;
    color:white !important;
}

#sp-footer1 {
    padding: 20px;
}
.footer_h4_head {
    color: #c3c3c3;
    font-size: 14px;
}





@charset "UTF-8";
.col-md-9 {
    padding: 30px 32px;
    background-color:white;
    
}

.blogfactory-post-read-more {
    float: right;
    height: 62px;
    text-transform: uppercase
}

.blogfactory-post-list {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .8)
}

.h4_review {
    font-size: 15px;
    text-transform: uppercase;
    color: #000 !important;
    text-decoration: underline;
    padding-left: 0;
    font-weight: 700;
    line-height:0px;
}

.menu_vertical .sj-megamenu .item-861.level-1 {
    top: -100px!important
}
.menu_vertical .sj-megamenu .item-1321.level-1{
    top: -40px!important
}
.sj-dropdown.sj-dropdown-sub.sj-menu-left {
    top: -80px !important;
}
.menu_vertical .sj-megamenu .item-229.level-2{
   top: -100px!important
}


.item-861 a {
    background: url(../images/sa-menu-flag.png) 10px 8px no-repeat #319cff!important;
    color: #fff!important
}

.item-861 a:hover {
    background-color: #00f!important;
    color: #fff!important
}

.item-878 a {
    background: url(../images/sa-menu-flag.png) 10px 8px no-repeat!important;
    color: #000!important
}

.item-878 a:hover {
    background-color: #00f!important;
    color: #fff!important
}

.item-879 a {
    background: url(../images/sa-menu-flag.png) 10px 8px no-repeat!important;
    color: #000!important
}

.item-879 a:hover {
    background-color: #00f!important;
    padding-left: 24px;
    color: #fff!important
}

.item-880 a {
    background: url(../images/usa-menu-flag.png) 10px 8px no-repeat!important;
    color: #000!important
}

.item-880 a:hover {
    background-color: #2b82ac!important;
    padding-left: 24px;
    color: #fff!important
}

.item-881 a {
    background: url(../images/eu-menu-flag.png) 10px 8px no-repeat!important;
    color: #000!important
}

.item-881 a:hover {
    background-color: #2b82ac!important;
    padding-left: 24px;
    color: #fff!important
}

.item-882 a {
    background: url(../images/australia-menu-flag.png) 10px 8px no-repeat!important;
    color: #000!important
}

.item-882 a:hover {
    background-color: #2b82ac!important;
    padding-left: 24px;
    color: #fff!important
}

.item-883 a {
    background: url(../images/australia-menu-flag.png) 10px 8px no-repeat!important;
    color: #000!important
}

.item-883 a:hover {
    background-color: #2b82ac!important;
    padding-left: 24px;
    color: #fff!important
}

.item-884 a {
    background: url(../images/nz-menu-flag.png) 10px 8px no-repeat!important;
    color: #000!important
}

.item-884 a:hover {
    background-color: #2b82ac!important;
    padding-left: 24px;
    color: #fff!important
}

.item-885 a {
    background: url(../images/canada-menu-flag.png) 10px 8px no-repeat!important;
    color: #000!important
}

.item-885 a:hover {
    background-color: #2b82ac!important;
    padding-left: 24px;
    color: #fff!important
}

.item-886 a {
    background: url(../images/fr-menu-flag.png) 10px 8px no-repeat!important;
    color: #000!important
}

.item-886 a:hover {
    background-color: #2b82ac!important;
    padding-left: 24px;
    color: #fff!important
}

.item-887 a {
    background: url(../images/fr-menu-flag.png) 10px 8px no-repeat!important;
    color: #000!important
}

.item-887 a:hover {
    background-color: #2b82ac!important;
    padding-left: 24px;
    color: #fff!important
}

span.details {
      color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    background-color: green;
    border-radius: 4px;
    box-shadow: 0px 2px #282727;
    text-decoration: underline;
}

.review-coupon {
    font-size: 14px;
    color: #000
}

.review-code {
    font-size: 14px;
    color: brown;
    font-weight: 700;
    text-decoration: underline
}

.code_coupon {
    font-size: 12px;
    color: #000
}

span.review_hp {
    background-color: #006400;
    padding: 10px;
    box-shadow: 0 5px #000
}

h3.bonusalertmobile {
    display: none
}

div#cf_4 {
    display: none
}

.toptbl_red {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 10px;
    background-image: url(../images/ribbon-top-main-logo.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 5px bottom;
    height: 45px;
    border-radius: 6px;
    margin-top: -1px
}
.numb-casino-hp {
    position: absolute;
    top: 5px
}

.numb-casino-hp {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #272727;
    border: 1px solid #575757;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 18px
}

.img_bank_hp {
    margin-top: -32px;
    padding-bottom: 10px
}

.top_table_reb_red {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 10px;
    background-image: url(../images/ribbon-red-logo.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 5px bottom;
    height: 45px;
    border-radius: 6px;
    margin-top: -1px
}

.numb-casino-main {
    position: absolute;
    top: 5px
}

.numb-casino-main {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #272727;
    border-radius: 15px;
    color: #000;
    font-weight:bold;
    text-align: center;
    vertical-align: middle;
    font-size: 18px
}

.article+[data-readmore-toggle] {
    text-decoration: underline
}

tr.homepage_heading_casino {
    background-color:#000000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    height: 33px;
    line-height: 19px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    font-size: 13px;
    border: 1px solid #3f699d;
    border-top: 0;
    padding: 0 8px;
    text-transform: uppercase
}

.hp_img_tbl {
   
    box-shadow:0 2px 4px 0 rgba(14, 13, 13, 0.8);
}
.homepage-img{width:150px;box-shadow:0 7px 3px 0 rgba(14,13,13,.8);}

span.casinoname_hp {
    font-size: 13px;
    color: #0652b4;
    font-weight: 700
}

span.review_hp a {
    color: #000;
    font-size: 13px;
    letter-spacing: 1px
}

.playnow_hp a {
    color: #fff;
    text-decoration: none
}

.number_hp {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    background: #e5a200;
    border: 1px solid #575757;
    border-radius: 15px;
    color: #000;
    border-radius: 15px;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: .875em
}

.even0 {
    background-image: url(../images/ribbon-logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 center;
    width: 40px
}

.odd0 {
    width: 40px;
    background-image: url(../images/ribbon-logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 center
}

.head_title_tbl {
    margin: 0;
    line-height: 21px;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    text-align: center;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-image: -moz-linear-gradient(bottom, #777777 0, #283442 100%);
    background-image: -o-linear-gradient(bottom, #777777 0, #283442 100%);
    background-image: -webkit-linear-gradient(bottom,#777777 0,#283442 100%);
    background-image: linear-gradient(bottom, #777777 0, #283442 100%);
    padding: 12px 0 12px 12px;
    font-weight: 600;
    position: relative
}
.top-table-all-pages{display:none;}
.playnow_hp {
    letter-spacing: 1px;
    background-color: #e5a200;
    color: #000;
    padding: 6px 18px;
    border-radius:5px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px #000;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px;
}

span.review_hp a:hover {
    text-decoration: underline;
    color: #fff
}

.casinoname_hp:hover {
    text-decoration: underline
}

.odd3 {
    text-align: center;
    border-right: 1px solid #ccc
}

.even3 {
    text-align: center;
    border-right: 1px solid #ccc
}

.odd4 {
    text-align: center;
    font-size: 16px;
    color: #045e21;
    border-right: 1px solid #ccc;
    font-weight: 700
}

.playnow_hp:hover {
    background-color: #095d99
}

.even4 {
    text-align: center;
    font-size: 16px;
    color: #045e21;
    font-weight: 700;
    border-right: 1px solid #ccc
}

.active_new_casino {
    border: 1px solid #abaaaa;
    background-color: #ffffe0;
    height: 70px
}

.home_even {
    border: 1px solid #abaaaa;
    height: 45px;
    background-color: #ededed
}

.home_odd {
    height: 45px
}
#sp-right{width: 25%;}
.homepage_tbl_casino {
    width: 100%;
    background-color: #fff;
    border: 1px solid #abaaaa
}

.odd2 {
    text-align: center;
    color: #ba0202;
    font-size: 16px;
    font-weight: 700;
    border-right: 1px solid #ccc
}

span.review_hp {
    background-color: #006400;
    padding: 5px 10px;
    box-shadow: 0 3px #000
}

span.review_hp:hover {
    background-color: #095d99;
    color: #fff
}

.even2 {
    text-align: center;
    border-right: 1px solid #ccc;
    color: #ba0202;
    font-size: 16px;
    font-weight: 700
}

.odd5 {
    text-align: center
}

.even5 {
    text-align: center
}

span.casinoname_hp {
    padding-left: 10px
}

td.odd1 {
    width: 285px;
    padding: 5px 5px 5px 25px;
    border-right: 1px solid #ccc
}

.odd1 {
    width: 230px
}

.even1 {
    width:285px;
    padding: 5px 5px 5px 25px;
    border-right: 1px solid #ccc
}

.article-footer-wrap {
    display: none
}

.active_hp {
   border: 2px solid #333 !important;
    background-color: #e8e8e8 !important;
}

span.review_hp a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px
}

.col_hp {
    display: block;
    float: left;
    margin: 1% 0 1% 2%
}

.col_hp {
    flex: 1;
    padding: 0 6px
}

.col_hp {
    text-align: center;
    border: 1px solid #c9c7c7
}

.article+[data-readmore-toggle] {
    cursor: pointer;
    color: #ba0202;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

ul.post-list {
    margin: 0;
    padding: 0
}

.readmore_button_hp {
    background-color: transparent!important;
    color: #00f!important;
    text-decoration: underline!important;
    border: none!important;
    padding: 0
}

.h2news {
    color: #222;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1.7px;
    margin-bottom: 12px
}

.blog-content {
    border: none;
    padding: 13px 20px
}

ul.post-list li {
    display: inline-block;
    font-size: 14px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-right: 2px;
    margin-bottom: 15px
}

.blog-gal span.date {
    position: relative
}

.blog_homep {
    background-color: #515151
}

.main-block-section .block-box .block-part .blog-without-photos .blog-post {
    border: 1px solid #e4e4e4
}

ul.post-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    text-transform: uppercase
}

.blog-gal {
    position: relative
}

a.news_right:hover {
    color: #ff0
}

.main-block-section .block-box .block-part .blog-post .blog-content ul li {
    display: inline-block;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-right: 2px;
    margin-bottom: 6px
}

.news_right {
    display: inline-block;
    text-decoration: underline;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    padding: 0 1px;
    text-transform: uppercase;
    font-size: 15px
}

.main-block-section .block-box .block-part .blog-post .blog-gal span.date {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #222;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 9px 6px 9px 20px;
    background: #fde3a7;
    letter-spacing: 1.5px
}

.main-block-section .block-box .block-part .blog-without-photos .blog-post .blog-content {
    border: none;
    padding: 13px 20px
}

.main-block-section .block-box .block-part .blog-post .blog-content ul {
    margin: 0;
    padding: 0
}

.main-block-section .block-box .block-part .blog-post .blog-content ul li {
    display: inline-block;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-right: 2px;
    margin-bottom: 6px
}

.main-block-section .block-box .block-part .blog-post .blog-content ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    padding: 0 4px
}

.main-block-section .block-box .block-part .blog-post .blog-content h2 {
    color: #222;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1.7px;
    margin-bottom: 12px
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

span.question1 {
    margin-left: 18px
}

.img_review_info {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc
}

img.blog_img_size {
    width: 250px;
    height: 165px
}

h1:before {
    content: "";
    display: inline-block;
    padding-right: 30px;
    vertical-align: middle;
    width: 35px;
    height: 35px;
     background: url(../images/h1-icon-before.png) 0 0 no-repeat; 
    
   /*  background: url(../images/h1-icon-before-christmas.png) 0 0 no-repeat;*/
    
/* background: url(/images/h1-tag.png) 0 0 no-repeat;  */
}

tr.deposit_heading {
    color: #fff;
    background-color: #000;
}

td.method_tbl {
    text-align: center
}

.deposit_tbl {
    width: 100%
}

table.deposit_tbl {
    width: 100%
}

tr.deposit_info td {
    padding: 13px;
    background-color: #f0f8ff;
    border: 1px solid #efe9e9;
    font-size: 15px
}

tr.deposit_heading td {
    padding: 10px;
    text-align: center
}

tr.deposit_heading {
    color: #fff;
    background-color: #000;
    text-transform: uppercase
}

.casino-highlights {
    font-weight: 700;
    color: brown;
    text-transform: uppercase;
    font-size: 17px
}

.review-bullet-list::before {
    content: "\2714\FE0E";
    display: inline-block;
    background: #64c464;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    margin: auto;
    margin-right: 6px
}

.review-info-casino {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

.review-info-casino::before {
    content: "\2714\FE0E";
    display: inline-block;
    background: #64c464;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    margin: auto;
    margin-right: 6px
}

.rating-review {
    text-align: center
}

span.link_tbl {
    font-size: 14px;
    color: #000;
    text-decoration: underline
}

.col_g {
    display: block;
    float: left;
    text-align: center
}

.col_g:first-child {
    margin-left: 0
}

.group_g:after,
.group_g:before {
    content: "";
    display: table
}

.group_g:after {
    clear: both
}

.group_g {
    zoom: 1
}

.section_r {
    clear: both;
    padding: 0;
    margin: 0
}

.col_r {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%
}

.col_r:first-child {
    margin-left: 0
}

.group_r:after,
.group_r:before {
    content: "";
    display: table
}

.group_r:after {
    clear: both
}

.group_r {
    zoom: 1
}

.span_3hp {
    width: 31%
}

.span_3hp {
    border-radius: 10px;
    background-color: #e8e8e8
}

.span3 {
    width: 32.2%
}

.span2 {
    width: 66.1%
}

.play_button_review_casino:hover {
    background: #095d99 none repeat scroll 0 0;
    box-shadow: 0 3px #09f;
    transform: translateY(3px)
}

.play_button_review_casino {
    background-color: #ba0202 none repeat scroll 0 0
    color: #fff;
    padding: 12px 10px 12px 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px #8c6b1b;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px
}

.bonus-review {
    color: #000;
    font-weight: 700;
    font-size: 13px
}

.banking-review {
    border-radius: 5px;
    margin-top: 10px;
    text-align: center
}

.section_r {
    padding: 0 10px 5px 10px;
    background-color: #add8e638;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.background_color {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .8)
}

.reviewcasino_logo {
    text-align: center;
    margin: 0 20px;
    border-bottom: 1px solid #ccc
}

.welcomebonus_review {
    text-align: center;
    font-size: 16px;
    padding: 10px
}

.playnow_screenshot {
    display: none
}

@media only screen and (max-width:480px) {
    .col {
        margin: 1% 0 1% 0
    }
     .stepevaluation{height:auto;}
    .span_2_of_3,
    .span_3_of_3 {
        width: 100%
    }
    .span3 {
        width: 100%
    }
    .span_3hp {
        width: 100%
    }
    .odd5 {
        padding: 4px
    }
}

.playnow_screenshot {
    display: block;
    line-height: 50px
}

tr.bitcoin-head td {
    padding: 10px
}

table.bitcoin-bank td {
    padding: 9px;
    text-align: center;
    border: 1px solid #ccc
}

table.bitcoin-bank {
    border: 1px solid #ccc;
    width: 100%
}

tr.bitcoin-head {
    text-transform: uppercase;
    color: #fff;
    background-color: brown
}

td.province {
    width: 22%
}

table.review_casino_information2 {
    width: 100%
}

td.tbl_info_casino2 {
    font-size: 14px;
}

td.tbl_info_casino {
    width: 40%
}

td.tbl_info_casino1 {
    width: 60%;
  background-color: white;
}

td.tbl_info_casino2 {
    width: 40%
}

td.tbl_c2 {
    width: 60%;
    padding-left: 15px;
	background-color: #fff;
}

tr.review_information2 {
    background-color: #eef4ff;
    border: 2px solid #cacaca;
    font-size: 14px
}

tr.head_direct {
    text-transform: uppercase;
    background-color: #020249;
    color: #fff;
    line-height: 45px;
    text-align: center
}

.head_review_casino2 {
    width: 50%;
    float: right
}

.head_review_casino1 {
    width: 50%;
    float: left
}

.casino-logo {
    border-top-left-radius: 8px
}

.directory {
    width: 100%
}

td.log_tbl img {
    width: 120px;
    height: auto
}

span.readmore {
    font-size: 15px;
    color: #060656
}

td.tbl_device img {
    width: 50px
}

tr.review_p td {
    padding: 6px;
    text-align: center
}

td.tbl_soft {
    font-size: 15px;
    text-transform: uppercase
}

td.tbl_welcome {
    font-size: 15px;
    text-transform: uppercase;
    color: brown
}

td.tbl_free {
    background-color: #faebd7;
    color: #006400;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px
}

.body-wrapper {
    overflow: hidden
}

.dj-megamenu-wrapper {
    display: none
}

tr.review_p {
    background-color: #fff7f7;
    border-bottom: 1px solid #e3e3e3
}

.playnow_direct {
    border-top-right-radius: 8px
}

span.land_a {
    text-decoration: underline;
    color: #066cca;
    font-size: 14px;
    font-weight: 500
}

table.review_casino_information {
    width: 100%
}

td.tbl_info_casino {
    font-size: 14px;
}

.playnow_screenshot {
    padding: 10px;
    text-align: center
}

td.tbl_info_casino {
    padding: 15px 8px;
}

td.tbl_c2 {
    padding-left: 15px
}

td.tbl_info_casino {
    border: 1px solid #ababab;
}

td.tbl_info_casino1 {
    padding-left: 15px
}

td.tbl_info_casino2 {
    border: 1px solid #ababab;
}

td.tbl_info_casino2 {
    padding: 15px 8px;
}

tr.review_information {
    background-color: #eef4ff;
    border: 2px solid #dbdbdb;
    font-size: 14px
}

.land-based {
    width: 100%
}

.land_based_heading {
    background-color: #054c8d;
    border: 3px solid #b4aeae;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase
}

.land_casino {
    background-color: #03437f;
    color: #fff;
    padding: 6px 5px 6px 25px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left
}

.land_a a {
    color: #fff;
    text-decoration: underline
}

.land_a a:hover {
    text-decoration: none
}

.land_info td {
    padding: 7px 15px;
    background-color: #f6d91836;
    border: 3px solid #dbd7d7
}

.read_more_land {
    text-align: center
}

@media only screen and (min-width:720px) and (max-width:1280px) and (orientation:landscape) {
    .nodepositbonus {
        color: brown;
        font-weight: 700;
      
    }
    .even1{width: 150px;}
    td.odd1{width: 150px;}
    li.not-active a {
    font-size: 10px;
    color: #1b1b1b;
}

li.active-m a {
    font-size: 10px;
}

    .review_button {
        font-size: 12px!important
    }
    .blog .item {
        font-size: 12px!important;
        line-height: 21px!important
    }
    .sidebar_bonus {
        font-size: 11px!important
    }
    .casinoname_hp{display:none;}
    .guide1 a {
        font-size: 15px!important
    }
    .tbl_play span.play_directory:hover {
        background: green;
        box-shadow: 0 3px #000;
        transform: translateY(3px)
    }
    .tbl_play span.play_directory {
        padding: 8px 5px 8px 5px!important;
        font-size: 14px!important
    }
    .tbl_play span.play_directory {
        background-color: #ba0202;
        color: #fff;
        padding: 8px 6px 8px 6px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        box-shadow: 0 5px #000;
        cursor: pointer;
        display: inline-block;
        border-radius: 5px;
        white-space: nowrap;
        letter-spacing: 1px
    }
    .play_button {
        padding: 10px 8px 10px 8px!important;
        font-size: 14px!important
    }
    
    .s3 {
        width: 33%!important
    }
    .Rtable-cell5 {
        width: 15%!important
    }
    .Rtable-cell4 {
        width: 15%!important
    }
    .playnow a {
        right: 15px;
        padding: 6px 9px!important;
        height: 26px;
        color: #000;
        font-size: 11px!important;
        text-align: center;
        line-height: 26px;
        background: -webkit-linear-gradient(bottom,#fdcc4d 0,#e1b03b 100%);
        font-weight: 700
    }
}

table.landbased {
    margin-bottom: 20px;
    border-radius: 15px;
    width: 65%;
    align-content: center
}

table.landbased tr td {
    padding: 10px;
    width: 40%;
    border: 1px solid #d3d3d3
}

tr.img td {
    padding: 3px!important
}

.hp_deposit {
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline
}

span.read_m {
    color: #dc143c;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 550
}

.pay_mth {
    color: #000;
    font-size: 14px;
    text-align: left!important;
    text-decoration: underline
}

h1 {
    font-size: 25px!important;
    color: #000!important;
    font-weight: 700!important;
    padding-bottom: 7px!important;
    padding: 15px 0px;
    font-weight: 700!important;
    border-top-right-radius: 4px;
}

.bg_h4 {
    color: brown;
    text-transform: uppercase;
    font-size: 18px;
    padding: 3px 0 2px 0px;
    font-weight: bold;
}
.bullet-homepage li {
  /*  background: url(../images/bullet-logo-2.png) 4px 5px no-repeat; */
    padding: 0 0 0 7px !important;
    line-height: 33px;
    display:inline-block;
    margin-left:0px;
    font-size:14px;
}
ul.bullet-homepage{padding:2px;}
.bullet2 li {
    background: url(../images/bullet-logo-2.png) 4px 5px no-repeat;
    padding: 0 0 0 27px!important;
    line-height: 29px;
    list-style:none;
}

.bullet li {
    background: url(../images/bullet-logo.png) 4px 7px no-repeat;
    padding: 0 0 0 27px!important;
    line-height: 29px;
    font-size:14px;
  list-style: none;
}

.section_mobile {
    clear: both;
    padding: 0;
    margin: 0
}

.group_mobile:after,
.group_mobile:before {
    content: "";
    display: table
}

.group_mobile {
    zoom: 1
}

.col_mobile:first-child {
    margin-left: 0
}

.col_mobile {
    flex: 1;
    padding: 0 6px
}

.col_mobile {
    display: block;
    float: left;
    text-align: center
}

.span1of5 {
    width: 18%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: .8%;
    padding: 5px;
    background-color: #fff
}

.section {
    clear: both;
    padding: 0;
    margin: 0
}

.section1 {
    clear: both;
    padding: 20px;
    margin: 0
}

.span_2_of_2 {
    width: 100%
}

.span_1_of_2 {
    width: 32%
}

.span_1_of2_2 {
    width: 45%
}

.prog_b {
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    color: brown;
    font-weight: 700;
    padding: 5px 0
}

.tb_pay {
    text-align: center
}

.info_0,
.info_1,
.info_2,
.info_3,
.info_4,
.info_5,
.info_6,
.info_7,
.info_8 {
    padding: 11px 10px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    background: url(../images/h4-heading.png) 14px 15px no-repeat;
    padding-left: 35px
}

.faq__title {
    padding-top: 15px;
    padding-left: 0!important;
    font-weight: 700;
    font-size: 18px
}

.faq__heading {
    margin-bottom: 0;
    padding: 10px 0 10px 14px;
    background-color: #202a70;
    color: #fff;
    border-radius: 0!important
}



.cont {
    padding: 16px;
    
}

.faq_cot {
    padding-left: 12px;
    margin-top: 8px
}

/*#sp-subcribe-footer {
    background-image: url(/templates/nodepositcasinos/images/bg_acymailing.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #090909;
    color: #fff;
    padding: 70px 0
}*/

.guide a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase
}

.guide1 a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase
}

.guide_h3 {
    margin-top: 30px;
    margin-bottom: -1px
}

.startup_guide {
    display: flex
}

.s1 {
    background-color: #d8f4fe;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%
}

.s1:hover {
    background-color: #fff
}

.s2:hover {
    background-color: #add8e6
}

.s3:hover {
    background-color: #add8e6
}

.s4:hover {
    background-color: #add8e6
}

.s5:hover {
    background-color: #add8e6
}

.s6:hover {
    background-color: #add8e6
}

.s7:hover {
    background-color: #add8e6
}

.s8:hover {
    background-color: #add8e6
}

.s9:hover {
    background-color: #add8e6
}

.s2 {
    background-color: #add8e6;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.acym_introtext {
    text-align: left;
    margin-bottom: 18px;
    width: 48%;
    padding-left: 4px;
    font-size: 18px;
    margin-top: -40px;
    color: #ddd
}

.btn.btn-primary.button.subbutton {
    padding: 6px 18px!important;
    color: #fff!important
}

#sp-bottom1 {
    margin-left: 17%!important
}

.acym_module_form input {
    padding: 6px!important;
    color: #000
}

.s3 {
    background-color: #d8f4fe;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 34%
}

.s4 {
    background-color: #add8e6;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.s5 {
    background-color: #add8e6;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%;
    border-right: 1px solid #fff
}

.s6 {
    background-color: #d8f4fe;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%;
    border-right: 1px solid #fff
}

.s7 {
    background-color: #add8e6;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 34%;
    border-right: 1px solid #fff
}

.s8 {
    border-right: 1px solid #fff;
    background-color: #d8f4fe;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%
}

.s9 {
    border-right: 1px solid #fff;
    background-color: #d8f4fe;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 34%
}

.guide1 {
    float: left
}

.guide {
    float: left
}


.info_7 {
    background: 0 0!important
}

.group:after,
.group:before {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.group1:after,
.group1:before {
    content: "";
    display: table
}

.group1:after {
    clear: both
}

.group1 {
    zoom: 1
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% .6%
}
.section1.group1 {
    border: 1px solid #ccc;
    background-color: #80808036;
}
.col1 {
    display: block;
    float: left;

}
.section1.group1{
    
     border-right: 1px solid #d1d1d1;
}

.sub img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.col:first-child {
    margin-left: 0
}

.col {
    background: #fff;
    text-align: center
}

.col1:first-child {
    margin-left: 0
}

.col1 {
    text-align: center
}

.nodeposit {
    color: red;
    text-decoration: underline
}

.sub_1 {
    color: brown;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 8px 15px 8px;
    text-transform: uppercase
}

.span_1_of_5 {
    width: 15%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: .8%;
    padding: 5px;
    background-color: #fff
}

.img_bank {
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid #000
}

.box_span {
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.box_span1 {
    padding-top: 5px;
    padding-bottom: 4px;
    font-weight: 700
}

.box_span1 a {
    color: #fff
}

.box_span3 {
    color: #fff;
    background-color: #070777;
    padding-top: 10px;
    padding-bottom: 10px
}

.box_span3:hover {
    color: #fff;
    background-color: brown
}

.box_span3 a {
    color: #fff;
    font-weight: 700
}

.box_span3 a:hover {
    color: #fff
}

.box2 {
    float: left;
    width: 40%;
    padding: 6px 6px 6px 0
}

.box1 {
    float: left;
    width: 40%;
    padding: 6px 6px 6px 0
}

.bg_p {
    color: #000!important;
    border-bottom: 2px solid #000;
    line-height: 25px;
    font-size: 18px;
    background-color: #fff!important;
    font-weight: 700
}

.corg-main-nav__top-review__rating .corg-ranking__stars--gold,
.corg-ranking__stars--yellow,
.heading-content--rating-stars .corg-ranking__stars--gold {
    overflow: hidden;
    margin-top: -1.5rem;
    color: #ffc435
}

#sp-top {
    position: fixed;
    z-index: 50;
    background-color: #000;
    top: 0
}

#sp-top {
    background-color: #2b82ac!important
}

.tblinfo_casino_play {
    text-align: center
}

.playnowbtn_review {
    display: none
}

.clear {
    clear: both
}

.col-sm-8 {
    display: none
}

.sticky-cta--desktop__no-deposit-bonus {
    color: brown;
    font-weight: 700;
    padding: 10px;
    font-size: 15px
}

.sticky-cta--desktop__wrapper {
    display: block
}

.sticky-cta--desktop__wrapper {
    top: -1px;
    bottom: 0;
    left: 0;
    width: 85%;
    max-width: 1000px;
    padding: 0;
    z-index: 100;
    background-color: #fff;
    margin-bottom: 20px
}

.sticky-cta--desktop__casino-name {
    font-size: 16px
}

.sticky-cta--desktop__casino-name {
    font-family: Open Sans Condensed Bold, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding-left: 5px;
    margin-left: 10px
}

.sticky-cta--desktop__left-side,
.sticky-cta--desktop__right-side {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 18px 15px;
    position: relative;
    width: 50%;
    justify-content: space-between
}

.sticky-cta--desktop {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .47);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0
}

.sticky-cta--desktop__left-side {
    background-color: #0f3366;
    color: #fff;
    padding-right: 0
}

.sticky-cta--desktop__left-side,
.sticky-cta--desktop__right-side {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 18px 15px;
    position: relative;
    width: 50%;
    justify-content: space-between
}

.sticky-cta--desktop__logo,
.sticky-cta--desktop__logo-container {
    display: flex;
    align-items: center
}

.sticky-cta__compatibility-icons--desktop {
    width: 110px;
    display: flex;
    justify-content: space-between;
    margin-right: 30px
}

.sticky-cta--desktop__arrow {
    right: -28px;
    border-width: 52px 0 52px 28px
}

.sticky-cta--desktop__arrow {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: -26px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 49px 0 49px 26px;
    border-color: transparent transparent transparent #103366
}

.sticky-cta--desktop__left-side,
.sticky-cta--desktop__right-side {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 15px;
    position: relative;
    width: 50%;
    justify-content: space-between
}

.sticky-cta--desktop__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 2
}

.sticky-cta--desktop__bonus-value {
    font-family: Open Sans Condensed Bold, Helvetica Neue, Helvetica, sans-serif;
    color: #53bd00;
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px
}

.sticky-cta--desktop__bonus-label {
    color: #53bd00;
    min-width: 50px;
    width: 90px
}

.sticky-cta--desktop__cta-btn {
    margin-left: 10px;
    padding: 10px;
    border: 1px solid #299429;
    display: flex;
    background-color: #047a04;
    justify-content: space-between;
    color: #fff;
    align-items: center
}

.sticky-cta--desktop__cta-btn i {
    align-self: center;
    color: #f89541;
    font-size: 1.5rem;
    font-weight: 700
}

.sticky-cta--desktop__cta-btn span {
    justify-self: center;
    white-space: nowrap;
    color: #fff;
    text-decoration: underline
}

.sticky-cta--desktop__cta-label {
    font-size: 1.75rem;
    color: #fff;
    text-decoration: underline
}

.h3_info_rev {
    background-color: #575757;
    color: wheat
}

td.bonus_1_head {
    background-color: #eb391f
}

td.bonus_1_head {
    text-align: center;
    background-color: #eb391f;
    width: 20%;
    font-weight: 700
}

table.tbl_top_bonus1 {
    color: #fff
}

td.bonus_4_head {
    padding: 7px 10px
}

td.bonus_1_head {
    text-align: center;
    background-color: #03a84e;
    width: 24%;
    font-weight: 700;
    color: #fff
}

td.bonus_3_head {
    text-align: center;
    background-color: #eb391f;
    width: 24%;
    font-weight: 700;
    color: #fff
}

td.bonus_2_head {
    padding: 10px
}

table.tbl_top_bonus {
    color: #fff
}

.footer_link a {
    color: #fff;
    text-decoration: none
}

.footer_link a:hover {
    text-decoration: none
}

.table_cell1:last-child {
    background-images: none!important
}

@media screen and (max-width:900px) {
    .table {
        width: 90%
    }
    .table1 {
        width: 90%
    }
    .table2 {
        width: 90%
    }
    span.casinoname_hp{display:none;}
    td.head-1{width:18%;}
}

@media (max-width:980px) {
    .sambar .sambar-inner {
        display: none
    }
    .Rtable-cell4 {
        display: none
    }
    .play_button {
        font-size: 16px
    }
}

@media (max-width:991px) {
    #sp-top {
        position: inherit
    }
    table.tbl_top_bonus1{display:none;}
}

.mobile-menu-custom{display:none;}

@media only screen and (min-width:321px) {
    .sj_popup_wrap {
        display: none!important
    }
}
.lotto-result-boxes-wrapper{display:flex;}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .sj_popup_wrap {
        display: none
    }
     .stepevaluation{height:auto;}
     .homepage-even2{font-size:15px;}
     .homepage-odd2{font-size:15px;}

     td.homepage-1{width:16%;}
     td.homepage-2{width:32%;}
     #sp-main-body{margin-top:10px !important;}
     td.homepage-odd3{width:21%;}
}
.image-bullets {
  padding: 3px;
}
@media screen and (max-width:650px) {
    tr.review_odd td{
    width:90px;
    }
.image-bullets {
  padding: 3px;
}
	
	.col_r.span3 {
    margin-top: 12px;
    margin-bottom: 12px;
}
	tr.review_information2{border:2px solid #cacaca;}
	tr.review_information{border:2px solid #141414;}
	table.review_casino_information{margin-bottom:14px;}
	.review-coupon{font-size:16px;}
	.code_coupon{font-size:13px;}
	.home_odd{height:70px;}
	.prog_b{font-size:16px;}
	.bonus_code_homepage{font-size:14px;}
	span.link_tbl{font-size:16px;}
	td.tbl_info_casino{font-size:15px;padding:10px 5px;width:45%;}

	td.tbl_info_casino1{width:55%;font-size:15px;}
	td.tbl_info_casino2{width:45%;font-size:15px;padding:10px 5px;}
	td.tbl_c2{width:55%;font-size:15px;}
	

	
	
	
	
    .span_1_of2_2 {
        width: 97%
    }
  
  .contact-us{width:90% !important; float:none !important;}
  .contact-us-1{width:90% !important;display:block; float:none !important;}

    .casino-right-menu{display:none;}
    #sp-social-footer {
    padding: 15px 10px;
}
.casino-right-menu{display:none;}
    
p.mobile-menu-custom{display:block;}    
    
    body{font-size:16px !important;}
    .box-slots{display:block;width:100%;}
 
img.slots-img{width:100%;}
.span_1_of_4 {
	width: 100% !important;
	display:block;
}    
.col-slots { 
	    text-align:center;
		margin: 1% 0 2% 0%;
	}
    
    div#je_accord272 {
    display: block !important;
}
    .playnow_hp{padding: 8px 4px;
    font-size: 13px;}
    tr.homepage-heading-casino {
    display: none;
}
td.homepage-even3 {
    text-align: center;
}
td.homepage-odd3 {
    text-align: center;
	border-right:2px solid #616161;
}
.homepage-even2{font-size:14px;}
.homepage-odd2{font-size:14px;padding-left:4px;}
td.homepage-even4{display:none;}
    td.homepage-odd4{display:none;}
 .odd1{width:100px !important;}
 .even1{width:100px !important;}
    
    .hp_img_tbl{width:100% !important; text-align:center;}
    img.listing_img_tbl{width:35% !important; }
    .homepage-img{width:90% !important;}
   
    .play_button {

    padding: 7px 4px !important;
    font-size: 12px !important;
    

}
.section{box-shadow:none !important;}
td.review-odd7 {
    padding-right: 3px;
}
div#sp-component{padding:10px;}
  .feature-right{display:none;}  
.lotto-result-boxes-wrapper{display:none !important;}
    .col_mobile {
    display: contents;
}
    table.footer-copy tr td {
    display: block;
    float: left;
}
    div#sp-top1{padding:5px;}
li.not-active {
   
    border-top: 2px solid #ccc;
    width: 100%;
}
li.active-m {
    border-right: none;
   border-bottom: none;
    width: 100%;
}
li.not-active {
   
    border-top: 2px solid #ccc;
    width: 100%;
}
li.active-m {
    border-right: none;
   border-bottom: none;
    width: 100%;
}

td.banking-even5{padding:3px;}
td.banking-odd5{padding:3px;}
.banking-even1{padding:3px;}
.banking-odd1{padding:3px;}
    
 tr.banking-heading-tbl td:nth-child(4) {
    display: none;
}
tr.banking-heading-tbl td:nth-child(3) {
    display: none;
}
td.banking-even3{display:none;} 
td.banking-odd3{display:none;}
 
td.banking-even4{display:none;} 
td.banking-odd4{display:none;}  

    
    ul#horizontal-list{display:block;}
    
    div.blogfactory-post-title{line-height:33px;}
    
    .even1{padding:5px 5px 5px 3px;}
    .odd1{padding:5px 5px 5px 3px !important;}


.span-2 {width:98%;}
.span-3{width:98%;width:98%;}
.span-2-ad{width:98%;}
    #sp-top {
        position: relative;
        z-index: 50
        display:block !important;
    }
    .review-even7 {
    padding: 3px;
}
.review-odd1{padding-right:3px;}
.review-even1{padding-right:3px;}
    td.review-even2{font-size:13px !important;}
    .homepage-welcome-bonus{font-size:13px !important;}
    td.review-odd2{font-size:13px !important;}
    td.review-even4{fon-size:14px !important;}
    td.review-odd4{fon-size:14px !important;}
    td.review-even5{display:none !important;} 
    
    td.review-even6{display:none !important;}
    td.review-even0{display:none !important;}
     td.review-odd5{display:none !important;} 
    td.review-odd6{display:none !important;}
    td.review-odd0{display:none !important;}
   td.head-0{display:none;} 
   td.head-3{display:none;}
   td.head-4{display:none;}
    
    h3.bonusalertmobile {
        display: block;
        font-size: 15px;
    text-align: center;
    font-weight: bold;
}

    div#cf_4 {
        display: block
    }
    .topsa {
        display: none
    }
    .odd5 {
        padding: 4px
    }
    .odd3 {
        display: none
    }
    .even3 {
        display: none
    }
    .head3 {
        display: none
    }
    span.casinoname_hp {
        display: none
    }
    .odd1 {
        width: auto
    }
    td.odd4 {
        display: none
    }
    .head4 {
        display: none
    }
    td.even4 {
        display: none
    }
    tr.mobile_latest_news {
        background-color: brown;
        color: #fff;
        line-height: 36px;
        text-align: center;
        font-size: 16px
    }
    .col_hp {
        margin: 0 0 17px 0
    }
    .homepage_img {
        display: none
    }
    h2.mobile_news_link a {
        font-size: 14px;
        color: #000
    }
    table.mobile_news_homepage {
        width: 100%;
        display: inline-table
    }
    .sp-module.newcasino_heading {
        display: none
    }

    #fixedbottombar_bar .fixedbottombar_title_bar .close a {
        margin-left: 0!important
    }
    tr.review_p td {
        display: block;
        width: 100%;
        float: none;
        margin: 6px 0
    }
    .blog {
        padding: 0
    }
    tr.head_direct {
        display: none
    }
    #sp-component .blog {
        padding-right: 0;
        padding-top: 0;
        padding-left: 0
    }
    .sticky-cta--desktop__no-deposit-bonus {
        font-size: 13px;
        padding: 0
    }
    .sticky-cta--desktop__wrapper {
        width: 100%
    }
    .sticky-cta--desktop__no-deposit-bonus {
        font-size: 14px;
        padding: 5px
    }
    .sticky-cta--desktop__bonus-value {
        margin-left: 5px
    }
    .sp-module.homepage_news_latest {
        display: none
    }
    #fixedbottombar_bar {
        left: 0!important
    }
    td.tbl_info_casino2 {
        border: 0
    }
    td.tbl_info_casino {
        border: 0
    }
    .sticky-cta--desktop__left-side {
        width: 30%!important
    }
    td.tbl_c2 {
        padding-left: 10px;
        padding-right: 4px
    }
    td.tbl_info_casino1 {
        padding-left: 7px
    }
    .sticky-cta--desktop__bonus-value {
        font-size: 14px
    }
    .sticky-cta--desktop__right-side {
        width: 70%!important
    }
    .sticky-cta__compatibility-icons--desktop {
        display: none!important
    }
    #fixedbottombar_bar {
        height: 110px!important
    }
    .sticky-cta--desktop__cta-btn {
        padding: 5px!important
    }
    .sticky-cta--desktop__casino-name {
        display: none
    }
    #fixedbottombar_box {
        width: 100%!important
    }
    tr.deposit_info td {
        overflow-x:auto;
        width: 100%;
        text-align: center;
        border: none;
    }
    tr.deposit_info {
        border: 1px solid #ccc
    }
   
    .col_g {
        margin: 0
    }
    .playnowbtn_review {
        display: block
    }
    .head_review_casino1 {
        width: 100%
    }
    .head_review_casino2 {
        float: none;
        width: 100%
    }
    .col-sm-8 {
        display: block
    }
    .bonusalertmobile {
       display: block;
    background-color: black;
    padding: 10px;
    color: white;
    }
    #sp-menu-hozizontal {
        width: 100%
    }
    .startup_guide {
        display: block
    }
    #sp-bottom1 {
        margin-left: 0!important
    }
    .sambar .sambar-inner .btn-sambar {
        display: none!important
    }
    .acym_introtext {
        text-align: left;
        margin-bottom: 18px;
        width: 100%;
        padding-left: 0;
        font-size: 14px;
        margin-top: 0;
        color: #fff
    }
    .offcanvas-menu.menu_dropdown {
        width: 98%
    }
	.block_info_h2{line-height:27px;}
    .bullet li {
        line-height:25px;
        background: url(../images/bullet-logo.png) 10px 7px no-repeat;
        font-size:16px;
        list-style:none;
    }
    ul.bullet {
        padding: 0
    }
    #sp-top {
        position: relative;
        z-index: 50
        
    }
    #sp-top {
        background-color: #fff!important
    }
    #sp-main-body {
        margin-top: 0!important
    }
    #sp-top {
        z-index: 90
    }
    #sp-top .container .row {
        background-color: #fff!important
    }
    #container_menu_10394012731564038985trigger:before {
        clear: both;
        content: "MENU";
        font-size: 14px;
        color: #fff;
        margin-top: 0;
        float: left;
        font-weight: none!important;
        padding-left: 25px
    }
    h4.test_nws {
        padding: 0;
        text-align: center
    }
    .acym_form tr td {
        display: block
    }
    .acym_form tr td {
        display: block;
        margin-bottom: 5px
    }
    .acym_form {
        margin-left: 00%
    }
    .Rtable-cell5 {
        width: 100%!important;
        display: block
    }
    .Rtable {
        display: inline-block!important;
        width: 100%;
        margin-bottom: 8px;
        border: 1px solid #ccc
    }
    .Rtable-cell1 {
        width: 100%!important;
        text-align: center
    }
    .Rtable-cell2 {
        width: 100%!important;
        text-align: center
    }
    .Rtable-cell3 {
        width: 100%!important;
        text-align: center
    }
    .Rtable-cell4 {
        width: 100%!important;
        text-align: center
    }
    .Rtable-cell5 {
        width: 100%!important;
        text-align: center
    }
    .span_3hp {
        width: 100%
    }
    .col {
        margin: 1% 0 1% 0
    }
    .nav>li>a>img {
        padding-right: 7px
    }
    .info_7 {
        padding: 0 0 25px 0
    }
    .section1 {
        padding: 0!important
    }
 
    
    .span_1_of_5 {
        width: 29%;
        margin-right: 10px;
        margin-top: 7px
    }
    .span_2_of_2 {
        width: 100%
    }
    .span_1_of_2 {
        width: 100%
    }
    .box2 {
        width: 100%
    }
    .box1 {
        width: 100%
    }
    .s1,
    .s2,
    .s3,
    .s4,
    .s5,
    .s6,
    .s7,
    .s8 {
        width: 100%
    }
    .btn-review-1,
    a.btn-review-1 {
     background: #ba0202 none repeat scroll 0 0;
    /* border: medium; */
    border-radius: 5px;
    box-shadow: 0 6px #000;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    width: 300px;
    text-align: center;
    }
    .btn-review,
    a.btn-review {
        border-radius: 10px;
        color: #fff!important;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        text-decoration: none!important
    }
    .btn-review,
    a.btn-review {
      background: #ba0202 none repeat scroll 0 0;
    /* border: medium; */
    border-radius: 5px;
    box-shadow: 0 6px #000;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    width: 300px;
    text-align: center;
    }
    .btn-review:hover {
        background: #299429 none repeat scroll 0 0;
        box-shadow: 0 3px #000;
        transform: translateY(3px)
    }
    .btn-review::after {
        clear: both;
        content: "";
        display: block
    }
    .nav>li {
        position: relative;
        display: inline-block!important;
        width: 100%;
        text-align:left;
    }
    .menu_vertical .nav.menu {
        display: inline-block!important;
        vertical-align: top;
        padding: 12px 0!important
    }
    .offcanvas-menu.menu_dropdown ul.nav-child li a {
        background: url(/images/bullet-li-logo.png) 20px 19px no-repeat!important;
        padding-left: 40px!important;
        color: #222;
        display: block;
        overflow: hidden;
        padding: .96em;
        position: relative;
        z-index: 2
    }
    .offcanvas-menu ul.nav>li>span.separator {
        background: #e6e6e6 none repeat scroll 0 0!important;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        color: #222;
        display: block;
        overflow: hidden;
        padding: .96em;
        position: relative;
        z-index: 2
    }
    .sj-megamenu-parent .sj-dropdown li.sj-menu-item>a,
    .sj-megamenu-parent .sj-dropdown li.sj-menu-item>spana {
        background: url(/images/bullet-li-logo.png) 0 13px no-repeat!important;
        padding-left: 28px
    }
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item>a,
.sj-megamenu-parent .sj-dropdown li.sj-menu-item>spana {
    background: url(/images/bullet-li-logo.png) 20px 13px no-repeat;
    padding-left: 40px!important
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item>span {
    background: url(/images/bullet-li-logo.png) 20px 13px no-repeat;
    padding-left: 40px!important
}

.list-cat {
    list-style-type: none;
    background-color: #fff;
    text-align: center;
    padding: 10px 10px!important
}

.list-cat li a {
    position: relative;
    display: block
}

.list-cat li {
    padding-bottom: 10px
}

.list-cat li a .titleCat {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-weight: 700;
    text-align: center
}

.date {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #222;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 9px 6px 9px 20px;
    background: #fde3a7;
    letter-spacing: 1.5px
}

.blog-gal {
    position: relative
}

a {
    color: #082ea1;
    text-decoration: underline
}

.top-categories {
    margin: 0 0 0;
    text-align: inherit;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #d00;
    padding: 10px 20px;
    border-radius: 0!important
}

.item-description {
    color: #fff
}

.item-title a {
    color: #fff;
    text-decoration: underline
}

.item-other {
    padding: 0 10px;
    width: 50%;
    float: left
}

.item-tags1 .tags1>span a.label {
    background-color: #d00;
    padding: 7px 13px;
    border-radius: 26px;
    font-size: 12px;
    display: inline-block
}

.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-post {
    position: relative;
    z-index: 1;
    color: #fff
}

.item-post:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .02) 19%, rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .31) 87%, rgba(0, 0, 0, .35) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .02) 19%, rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .31) 87%, rgba(0, 0, 0, .35) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .02) 19%, rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .31) 87%, rgba(0, 0, 0, .35) 100%);
    width: 100%;
    height: 100%
}

.item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
}

.label-a {
    display: inline;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border: 2px solid #fff;
    border-radius: .25em;
    background-color: #a00!important
}

.label-a a:hover {
    color: #fff;
    text-decoration: none
}

#sptab129 {
    width: 60%
}

.label1 {
    display: inline;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    margin-left: 25px;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #000!important
}

.item-tags .tags {
    margin: 0;
    width: 90%
}

.item-title {
    margin-bottom: 10px
}

.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-post {
    position: relative;
    z-index: 1;
    color: #fff
}

.item-description {
    line-height: 24px
}

.createdate {
    margin-bottom: 15px
}

.sNo {
    width: 25px;
    display: inline-block;
    vertical-align: middle
}

.btn-review2,
a.btn-review2 {
    border-radius: 10px;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-decoration: none!important
}

.btn-review2,
a.btn-review2 {
    background: #be1313 none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    box-shadow: 0 4px #94081e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    width: 185px;
    text-align: center
}

.btn-review2:hover {
    background: #03c none repeat scroll 0 0;
    box-shadow: 0 3px #09f;
    transform: translateY(3px)
}

.btn-review2::after {
    clear: both;
    content: "";
    display: block
}

.btn-review2 .text {
    color: #fff;
    display: block;
    height: 35px;
    padding: 0 0;
    text-align: center
}

.btn-review2 .text {
    color: #fff;
    height: 38px
}

.heading_rw {
    color: brown;
    font-size: 15px;
    text-decoration: underline
}

ul.faq_hp li.faq {
    background: url(../images/arrow-logo-faq.png) 4px 18px no-repeat;
    padding: 14px 0 14px 25px!important;
    text-align: left
}

ul.faq_hp li {
    line-height: 19px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none
}

.review_section {
    border: 1px solid #000
}
.slots-table-info{float: right; margin: 0px 0px 0px 10px;}

.slots-heading{
padding: 10px; font-size: 16px; text-transform: uppercase; background: -webkit-linear-gradient(bottom,#ffb900 0,#ffd46c 100%); color: #000; text-align: center;
}

.slots-tr{border: 1px solid #ccc;}
.slots-odd
{
padding: 8px; background-color: #040404e0; color: white;
}
.slots-even{
    
padding: 8px; border-left: 1px solid #ccc; background-color: #f5f5f6;
}

.block_info_h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    background-color: #fff;
    padding: 9px 0px;
    border-bottom: 2px solid #c0bebe;
    font-weight: 700!important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
.block_info_h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #fff;
    padding: 15px 0px;
    border-bottom: 2px solid #c0bebe;
    font-weight: 700!important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}


.review_section {
    border: 1px solid #fff;
    margin-top: -10px;
    padding: 15px;
    margin-bottom: 22px;
    box-shadow:0 1px 2px 0 rgba(0,0,0,.8);
    background-color: #fff;
}
.footer-copy{
    
    color: #8c8c8c; line-height: 45px; height: 45px; 
    font-size: 13px; 
    float: left;
}

.block_h3_info {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #fff;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
    font-weight: 700!important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

h4 {
    color: brown;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px
}

.h4_content {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background-color: #000;
    padding: 15px;
    font-weight: 700!important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

body {
    color: #000!important; 
    font-size:14px; 
}

table.review_casino tr td {
    border: 1px solid #000;
    padding: 8px;
    font-size: 16px
}

.layout-edit select,
.layout-edit select.inputbox {
    width: 250px;
    max-width: 100%
}

.layout-edit .btn-toolbar {
    margin-bottom: 20px
}

.layout-edit .tab-content {
    padding-top: 20px
}

.layout-edit #editor-xtd-buttons,
.layout-edit .toggle-editor {
    margin-top: 20px
}

.layout-edit .btn-group input[type=radio] {
    display: none
}

iframe,
svg {
    max-width: 100%
}

#sbox-content>iframe {
    height: 100%
}

.alert.alert-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert.alert-message h4 {
    color: #468847
}

.manager.thumbnails {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -20px
}

.manager.thumbnails li {
    text-align: center;
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    line-height: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
    position: relative
}

.manager.thumbnails li [class*=" icon-"],
.manager.thumbnails li [class^=icon-] {
    font-size: 14px;
    line-height: 14px;
    color: #08c;
    display: inline-block;
    margin-top: 6px
}

.manager.thumbnails li .height-50 {
    margin-top: 4px;
    height: 50px;
    margin-bottom: 4px
}

.manager.thumbnails li a {
    text-decoration: none;
    color: #08c;
    font-size: 13px
}

.manager.thumbnails li:hover {
    background: #f7fcff;
    border-color: rgba(82, 168, 236, .8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: all .4s;
    transition: all .4s
}

#mailto-window {
    margin: 20px
}

#mailto-window>h2 {
    font-size: 18px;
    margin-top: 0
}

#mailto-window input[type=text] {
    height: auto!important
}

.chzn-container.chzn-container-multi input[type=text] {
    min-height: 30px
}

.com-content-adminForm textarea {
    width: 350px;
    height: 100px
}

.com-config .form-horizontal .accordion-body {
    overflow: hidden
}

.com-config .form-horizontal .accordion-body.in:hover {
    overflow: visible
}

.com-config .form-horizontal .accordion-body .input-prepend.input-append .media-preview.add-on {
    height: 34px;
    line-height: 26px
}

.com-config .form-horizontal .accordion-body .input-prepend.input-append .btn {
    position: relative;
    cursor: pointer;
    color: #333;
    border: 1px solid #bbb
}



.col {
    flex: 1;
    padding: 0 6px
}


.headerBox div {
    display: inline-block;
    vertical-align: middle
}






.innerHeaderBlock {
    display: inline-block;
    text-align: left
}

.resultWrap {
    text-transform: uppercase
}

.tableRow {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 4px 3px
}

.colum3 {
    max-width: 216px;
    text-align: center
}

.top_img {
    margin-top: 8px!important;
    border-radius: 15%;
    -moz-border-radius: 15%;
    -webkit-border-radius: 15%
}

.exctops {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    background-color: #333;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 27px
}

.topsa {
    background-color: #333;
    padding-top: 8px;
    text-align: center;
    margin-bottom: 10px !important;
    padding-bottom: 2px;
    color: #fff;
}

.tops {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 2px
}

.news_latest_hp {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background-color: brown;
    padding: 10px;
    text-align: center;
    margin-bottom: 0
}

.sidebar_bonus {
    color: #f9f9f9;
    font-size: 12px;
    line-height:0px;
}

.pagination {
    margin: 18px 0
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination ul>.active>a,
.pagination ul>.active>span,
.pagination ul>li>a:focus,
.pagination ul>li>a:hover {
    background-color: #f5f5f5
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul>.disabled>a,
.pagination ul>.disabled>a:focus,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 16.25px
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}

.pagination-mini ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>a,
.pagination-small ul>li:first-child>span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.pagination-mini ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>a,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 12px
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 9.75px
}
ul#menu-right li a {
    color: black !important;
    border-bottom: 2px solid #ccc;
    display: block;
    margin: 0;
    padding: 5px 0 7px 25px;
    background: url(../images/right-sidebar-li1.png) 5px 50% no-repeat;
    text-decoration: none;
    line-height: 25px;
}
ul#menu-right li a:hover{text-decoration:underline;}
.sp-module.casino-right-menu {
    background-color: white !important;
}



/*@font-face {
    font-family: IcoMoon;
    src: url(../../../media/jui/fonts/IcoMoon.eot);
    src: url(../../../media/jui/fonts/IcoMoon.eot?#iefix) format('embedded-opentype'), url(../../../media/jui/fonts/IcoMoon.woff) format('woff'), url(../../../media/jui/fonts/IcoMoon.ttf) format('truetype'), url(../../../media/jui/fonts/IcoMoon.svg#IcoMoon) format('svg');
    font-weight: 400;
    font-style: normal
}*/

[data-icon]:before {
    font-family: IcoMoon;
    content: attr(data-icon);
    speak: none
}

[class*=" icon-"],
[class^=icon-] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .25em;
    line-height: 14px
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: IcoMoon;
    font-style: normal;
    speak: none
}

[class*=" icon-"].disabled,
[class^=icon-].disabled {
    font-weight: 400
}

.icon-joomla:before {
    content: "\e200"
}

.icon-arrow-up:before,
.icon-chevron-up:before,
.icon-uparrow:before {
    content: "\e005"
}

.icon-arrow-right:before,
.icon-chevron-right:before,
.icon-rightarrow:before {
    content: "\e006"
}

.icon-arrow-down:before,
.icon-chevron-down:before,
.icon-downarrow:before {
    content: "\e007"
}

.icon-arrow-left:before,
.icon-chevron-left:before,
.icon-leftarrow:before {
    content: "\e008"
}

.icon-arrow-first:before {
    content: "\e003"
}

.icon-arrow-last:before {
    content: "\e004"
}

.icon-arrow-up-2:before {
    content: "\e009"
}

.icon-arrow-right-2:before {
    content: "\e00a"
}

.icon-arrow-down-2:before {
    content: "\e00b"
}

.icon-arrow-left-2:before {
    content: "\e00c"
}

.icon-arrow-up-3:before {
    content: "\e00f"
}

.icon-arrow-right-3:before {
    content: "\e010"
}

.icon-arrow-down-3:before {
    content: "\e011"
}

.icon-arrow-left-3:before {
    content: "\e012"
}

.icon-menu-2:before {
    content: "\e00e"
}

.icon-arrow-up-4:before {
    content: "\e201"
}

.icon-arrow-right-4:before {
    content: "\e202"
}

.icon-arrow-down-4:before {
    content: "\e203"
}

.icon-arrow-left-4:before {
    content: "\e204"
}

.icon-redo:before,
.icon-share:before {
    content: "\27"
}

.icon-undo:before {
    content: "\28"
}

.icon-forward-2:before {
    content: "\e205"
}

.icon-backward-2:before,
.icon-reply:before {
    content: "\e206"
}

.icon-redo-2:before,
.icon-refresh:before,
.icon-unblock:before {
    content: "\6c"
}

.icon-undo-2:before {
    content: "\e207"
}

.icon-move:before {
    content: "\7a"
}

.icon-expand:before {
    content: "\66"
}

.icon-contract:before {
    content: "\67"
}

.icon-expand-2:before {
    content: "\68"
}

.icon-contract-2:before {
    content: "\69"
}

.icon-play:before {
    content: "\e208"
}

.icon-pause:before {
    content: "\e209"
}

.icon-stop:before {
    content: "\e210"
}

.icon-backward:before,
.icon-previous:before {
    content: "\7c"
}

.icon-forward:before,
.icon-next:before {
    content: "\7b"
}

.icon-first:before {
    content: "\7d"
}

.icon-last:before {
    content: "\e000"
}

.icon-play-circle:before {
    content: "\e00d"
}

.icon-pause-circle:before {
    content: "\e211"
}

.icon-stop-circle:before {
    content: "\e212"
}

.icon-backward-circle:before {
    content: "\e213"
}

.icon-forward-circle:before {
    content: "\e214"
}

.icon-loop:before {
    content: "\e001"
}

.icon-shuffle:before {
    content: "\e002"
}

.icon-search:before {
    content: "\53"
}

.icon-zoom-in:before {
    content: "\64"
}

.icon-zoom-out:before {
    content: "\65"
}

.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
    content: "\2b"
}

.icon-pencil-2:before {
    content: "\2c"
}

.icon-brush:before {
    content: "\3b"
}

.icon-plus-2:before,
.icon-save-new:before {
    content: "\5d"
}

.icon-minus-2:before,
.icon-minus-sign:before {
    content: "\5e"
}

.icon-cancel-2:before,
.icon-delete:before,
.icon-remove:before {
    content: "\49"
}

.icon-checkmark:before,
.icon-ok:before,
.icon-publish:before,
.icon-save:before {
    content: "\47"
}

.icon-new:before,
.icon-plus:before {
    content: "\2a"
}

.icon-plus-circle:before {
    content: "\e215"
}

.icon-minus:before,
.icon-not-ok:before {
    content: "\4b"
}

.icon-ban-circle:before,
.icon-minus-circle:before {
    content: "\e216"
}

.icon-cancel:before,
.icon-unpublish:before {
    content: "\4a"
}

.icon-cancel-circle:before {
    content: "\e217"
}

.icon-checkmark-2:before {
    content: "\e218"
}

.icon-checkmark-circle:before {
    content: "\e219"
}

.icon-info:before {
    content: "\e220"
}

.icon-info-2:before,
.icon-info-circle:before {
    content: "\e221"
}

.icon-help:before,
.icon-question-sign:before,
.icon-question:before {
    content: "\45"
}

.icon-question-2:before,
.icon-question-circle:before {
    content: "\e222"
}

.icon-notification:before {
    content: "\e223"
}

.icon-notification-2:before,
.icon-notification-circle:before {
    content: "\e224"
}

.icon-pending:before,
.icon-warning:before {
    content: "\48"
}

.icon-warning-2:before,
.icon-warning-circle:before {
    content: "\e225"
}

.icon-checkbox-unchecked:before {
    content: "\3d"
}

.icon-checkbox-checked:before,
.icon-checkbox:before,
.icon-checkin:before {
    content: "\3e"
}

.icon-checkbox-partial:before {
    content: "\3f"
}

.icon-square:before {
    content: "\e226"
}

.icon-radio-unchecked:before {
    content: "\e227"
}

.icon-generic:before,
.icon-radio-checked:before {
    content: "\e228"
}

.icon-circle:before {
    content: "\e229"
}

.icon-signup:before {
    content: "\e230"
}

.icon-grid-view:before,
.icon-grid:before {
    content: "\58"
}

.icon-grid-2:before,
.icon-grid-view-2:before {
    content: "\59"
}

.icon-menu:before {
    content: "\5a"
}

.icon-list-view:before,
.icon-list:before {
    content: "\31"
}

.icon-list-2:before {
    content: "\e231"
}

.icon-menu-3:before {
    content: "\e232"
}

.icon-folder-open:before,
.icon-folder:before {
    content: "\2d"
}

.icon-folder-2:before,
.icon-folder-close:before {
    content: "\2e"
}

.icon-folder-plus:before {
    content: "\e234"
}

.icon-folder-minus:before {
    content: "\e235"
}

.icon-folder-3:before {
    content: "\e236"
}

.icon-folder-plus-2:before {
    content: "\e237"
}

.icon-folder-remove:before {
    content: "\e238"
}

.icon-file:before {
    content: "\e016"
}

.icon-file-2:before {
    content: "\e239"
}

.icon-file-add:before,
.icon-file-plus:before {
    content: "\29"
}

.icon-file-minus:before {
    content: "\e017"
}

.icon-file-check:before {
    content: "\e240"
}

.icon-file-remove:before {
    content: "\e241"
}

.icon-copy:before,
.icon-save-copy:before {
    content: "\e018"
}

.icon-stack:before {
    content: "\e242"
}

.icon-tree:before {
    content: "\e243"
}

.icon-tree-2:before {
    content: "\e244"
}

.icon-paragraph-left:before {
    content: "\e246"
}

.icon-paragraph-center:before {
    content: "\e247"
}

.icon-paragraph-right:before {
    content: "\e248"
}

.icon-paragraph-justify:before {
    content: "\e249"
}

.icon-screen:before {
    content: "\e01c"
}

.icon-tablet:before {
    content: "\e01d"
}

.icon-mobile:before {
    content: "\e01e"
}

.icon-box-add:before {
    content: "\51"
}

.icon-box-remove:before {
    content: "\52"
}

.icon-download:before {
    content: "\e021"
}

.icon-upload:before {
    content: "\e022"
}

.icon-home:before {
    content: "\21"
}

.icon-home-2:before {
    content: "\e250"
}

.icon-new-tab:before,
.icon-out-2:before {
    content: "\e024"
}

.icon-new-tab-2:before,
.icon-out-3:before {
    content: "\e251"
}

.icon-link:before {
    content: "\e252"
}

.icon-image:before,
.icon-picture:before {
    content: "\2f"
}

.icon-images:before,
.icon-pictures:before {
    content: "\30"
}

.icon-color-palette:before,
.icon-palette:before {
    content: "\e014"
}

.icon-camera:before {
    content: "\55"
}

.icon-camera-2:before,
.icon-video:before {
    content: "\e015"
}

.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
    content: "\56"
}

.icon-music:before {
    content: "\57"
}

.icon-user:before {
    content: "\22"
}

.icon-users:before {
    content: "\e01f"
}

.icon-vcard:before {
    content: "\6d"
}

.icon-address:before {
    content: "\70"
}

.icon-out:before,
.icon-share-alt:before {
    content: "\26"
}

.icon-enter:before {
    content: "\e257"
}

.icon-exit:before {
    content: "\e258"
}

.icon-comment:before,
.icon-comments:before {
    content: "\24"
}

.icon-comments-2:before {
    content: "\25"
}

.icon-quote:before,
.icon-quotes-left:before {
    content: "\60"
}

.icon-quote-2:before,
.icon-quotes-right:before {
    content: "\61"
}

.icon-bubble-quote:before,
.icon-quote-3:before {
    content: "\e259"
}

.icon-phone:before {
    content: "\e260"
}

.icon-phone-2:before {
    content: "\e261"
}

.icon-envelope:before,
.icon-mail:before {
    content: "\4d"
}

.icon-envelope-opened:before,
.icon-mail-2:before {
    content: "\4e"
}

.icon-drawer:before,
.icon-unarchive:before {
    content: "\4f"
}

.icon-archive:before,
.icon-drawer-2:before {
    content: "\50"
}

.icon-briefcase:before {
    content: "\e020"
}

.icon-tag:before {
    content: "\e262"
}

.icon-tag-2:before {
    content: "\e263"
}

.icon-tags:before {
    content: "\e264"
}

.icon-tags-2:before {
    content: "\e265"
}

.icon-cog:before,
.icon-options:before {
    content: "\38"
}

.icon-cogs:before {
    content: "\37"
}

.icon-screwdriver:before,
.icon-tools:before {
    content: "\36"
}

.icon-wrench:before {
    content: "\3a"
}

.icon-equalizer:before {
    content: "\39"
}

.icon-dashboard:before {
    content: "\78"
}

.icon-switch:before {
    content: "\e266"
}

.icon-filter:before {
    content: "\54"
}

.icon-purge:before,
.icon-trash:before {
    content: "\4c"
}

.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
    content: "\23"
}

.icon-unlock:before {
    content: "\e267"
}

.icon-key:before {
    content: "\5f"
}

.icon-support:before {
    content: "\46"
}

.icon-database:before {
    content: "\62"
}

.icon-scissors:before {
    content: "\e268"
}

.icon-health:before {
    content: "\6a"
}

.icon-wand:before {
    content: "\6b"
}

.icon-eye-open:before,
.icon-eye:before {
    content: "\3c"
}

.icon-eye-2:before,
.icon-eye-blocked:before,
.icon-eye-close:before {
    content: "\e269"
}

.icon-clock:before {
    content: "\6e"
}

.icon-compass:before {
    content: "\6f"
}

.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
    content: "\e01b"
}

.icon-book:before {
    content: "\e271"
}

.icon-flash:before,
.icon-lightning:before {
    content: "\79"
}

.icon-print:before,
.icon-printer:before {
    content: "\e013"
}

.icon-feed:before {
    content: "\71"
}

.icon-calendar:before {
    content: "\43"
}

.icon-calendar-2:before {
    content: "\44"
}

.icon-calendar-3:before {
    content: "\e273"
}

.icon-pie:before {
    content: "\77"
}

.icon-bars:before {
    content: "\76"
}

.icon-chart:before {
    content: "\75"
}

.icon-power-cord:before {
    content: "\32"
}

.icon-cube:before {
    content: "\33"
}

.icon-puzzle:before {
    content: "\34"
}

.icon-attachment:before,
.icon-flag-2:before,
.icon-paperclip:before {
    content: "\72"
}

.icon-lamp:before {
    content: "\74"
}

.icon-pin:before,
.icon-pushpin:before {
    content: "\73"
}

.icon-location:before {
    content: "\63"
}

.icon-shield:before {
    content: "\e274"
}

.icon-flag:before {
    content: "\35"
}

.icon-flag-3:before {
    content: "\e275"
}

.icon-bookmark:before {
    content: "\e023"
}

.icon-bookmark-2:before {
    content: "\e276"
}

.icon-heart:before {
    content: "\e277"
}

.icon-heart-2:before {
    content: "\e278"
}

.icon-thumbs-up:before {
    content: "\5b"
}

.icon-thumbs-down:before {
    content: "\5c"
}

.icon-asterisk:before,
.icon-star-empty:before,
.icon-unfeatured:before {
    content: "\40"
}

.icon-star-2:before {
    content: "\41"
}

.icon-default:before,
.icon-featured:before,
.icon-star:before {
    content: "\42"
}

.icon-smiley-happy:before,
.icon-smiley:before {
    content: "\e279"
}

.icon-smiley-2:before,
.icon-smiley-happy-2:before {
    content: "\e280"
}

.icon-smiley-sad:before {
    content: "\e281"
}

.icon-smiley-sad-2:before {
    content: "\e282"
}

.icon-smiley-neutral:before {
    content: "\e283"
}

.icon-smiley-neutral-2:before {
    content: "\e284"
}

.icon-cart:before {
    content: "\e019"
}

.icon-basket:before {
    content: "\e01a"
}

.icon-credit:before {
    content: "\e286"
}

.icon-credit-2:before {
    content: "\e287"
}

.icon-expired:before {
    content: "\4b"
}

.divTable {
    display: table;
    border: 1px solid #777676;
    width: 100%;
    background-color: #515151
}

.class2 .topsa::after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 5;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #333
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.sticky {
    padding-top: 60px
}

.heading_tbl span {
    color: #000
}

div#sp-top1 {
    padding: 0
}

.data-title {
    text-align: center;
    position: relative;
    font-size: 21px;
    line-height: 1.1;
    text-transform: uppercase margin-bottom: 19px
}

.data-title::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #c6c6c6;
    position: absolute;
    top: 62%;
    left: 0
}

.data-title strong span {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 2
}

h6.data-title strong {
    font-weight: 700;
    font-size: 30px;
    display: block;
    color: #fa2f2f
}

.data-title span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    position: relative;
    font-weight: 700;
    z-index: 2;
    color: #ba0202
}

.name a {
    text-decoration: underline!important;
    color: #eceaea;
    font-size: 13px!important;
    line-height: 24px
}

.hp_link a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px
}

.nodepositbonus {
    color: brown;
    font-weight: 700;
    font-size: 15px
}

.nodepositcode {
    color: #000;
    font-weight: 700;
    font-size: 14px
}

.name a:hover {
    text-decoration: underline!important
}

.play_button {
    background-color: #ba0202;
    color: #fff;
    padding: 8px 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px #000;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px
}
.play_button:hover {
    background: green;
    box-shadow: 0 3px #000;
    transform: translateY(3px)
}



.playnow-button {
    background-color: #e5a200;
    color: #000;
    padding: 11px 30px;
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    box-shadow: 0 5px #8c6b1b;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px
}
.playnow-button:hover {

    box-shadow: 0 3px #000;
    transform: translateY(3px)
}

.review_button {
    color: #013cc7;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase
}



.blogfactory-post-list {
    margin-bottom: 20px
}

h3.faqs_homepage {
    font-size: 17px;
    padding: 15px;
    margin: 0;
    font-size: 16px;
    margin-top: 0
}

.block_faq {
    background-color: #fff;
    margin-bottom: 14px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 2px 5px #acaaaa;
    border-radius: 5px;
    padding:14px;
}

.faq_title {
    border-bottom: 1px solid #e4e4e4;
    color: #201f1f;
    padding: 15px;
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700
}

.faq_title::before {
    content: "\2714\FE0E";
    display: inline-block;
    background: #f3000c;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    margin: auto;
    margin-right: 6px
}

.divTableRow {
    display: table-row
}

.divTableHeading {
    background-color: #eee;
    display: table-header-group
}

.divTableCell,
.divTableHead {
    text-align: left!important;
    display: table-cell;
    padding: 1px 7px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: 700
}

.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: 700
}

.divTableBody {
    display: table-row-group
}

.Rtable-cell1 {
    background-color: #1d722d
}

.Rtable--4cols.Rtable--collapse {
    margin-bottom: 20px
}

.Rtable {
    margin-top: 20px;
    position: relative
}

.Rtable {
    display: flex;
    border-top: 1px solid #cbcbcb;
    width: 100%
}

.Rtable-cell--head {
    border-color: #5a6673;
    color: #fff
}

.Rtable-cell1,
.Rtable-cell3,
.Rtable-cell4 {
    margin: -1px 0 0 -1px
}

.Rtable-cell1,
.Rtable-cell2,
.Rtable-cell3,
.Rtable-cell4 {
    box-sizing: border-box;
    flex-grow: 1;
    padding: .8em 1.2em;
    overflow: hidden;
    list-style: none
}

.Rtable-cell2 {
    margin: -1px 0 0 -1px
}

.Rtable-cell1,
.Rtable-cell2,
.Rtable-cell3,
.Rtable-cell4 {
    box-sizing: border-box;
    flex-grow: 1;
    padding: .8em 1.2em;
    overflow: hidden;
    list-style: none
}

.Rtable-cell1.Rtable-cell--head {
    width: 14%;
    text-align: center
}

.Rtable-cell3 {
    width: 20%;
    background-color: #e6efff42;
    border-bottom: 1px solid #cbcbcb;
    font-size: 17px;
    text-align: center;
    color: green;
    font-weight: 700
}

.Rtable-cell2 {
    width: 30%;
    background-color: #e6efff42;
    border-bottom: 1px solid #cbcbcb
}

.play_tb {
    margin-top: 25px
}

.Rtable-cell5 {
    width: 20%;
    float: right;
    text-align: center;
    background-color: #e6efff42;
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb
}

.nodepositbonus::before {
    content: "\2714\FE0E";
    display: inline-block;
    background: #64c464;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    margin: auto;
    margin-right: 6px
}

.nodepositcode::before {
    content: "\2714\FE0E";
    display: inline-block;
    background: #64c464;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    margin: auto;
    margin-right: 6px
}

.img_hp {
    margin-top: 3px;
    margin-bottom: 8px
}

.welcomebonus {
    color: #000;
    font-weight: 700;
    font-size: 14px
}

.welcomebonus::before {
    content: "\2714\FE0E";
    display: inline-block;
    background: #64c464;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    margin: auto;
    margin-right: 6px
}

.Rtable-cell4 {
    width: 10%;
    background-color: #e6efff42;
    border-bottom: 1px solid #cbcbcb
}

.Rtable-cell1,
.Rtable-cell3,
.Rtable-cell4 {
    margin: -1px 0 0 -1px
}

.Rtable-cell1,
.Rtable-cell2,
.Rtable-cell3,
.Rtable-cell4 {
    box-sizing: border-box;
    flex-grow: 1;
    padding: .8em 1.2em;
    overflow: hidden;
    list-style: none
}

.playnow {
    vertical-align: middle;
    padding-top: 10px!important
}

.playnow a {
    right: 15px;
    padding: 7px 12px;
    height: 26px;
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
   background: -webkit-linear-gradient(bottom,#ffb900 0,#ffd46c 100%);
    font-weight: 700
}

.tops::after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 5;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #333
}

.blogfactory-post-list {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc
}

h2.blog_h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: none;
    background-color: #fff;
    padding: 15px;
    border-bottom: none;
    font-weight: 700!important;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

h3.blog_h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: none;
    background-color: #fff;
    padding: 15px;
    border-bottom: none;
    font-weight: 700!important;
    border-top-right-radius: none;
    border-top-left-radius: none
}

div.blogfactory-post-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-left: 15px;
    line-height: 50px
}

div.blogfactory-post-list div.blogfactory-post-content {
    margin: 0;
    padding-left: 15px
}

.blogfactory-post-title a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase
}

p {
    line-height: 21px
}

.page-header {
    margin: 0;
    border: 0
}

.btn.btn-small.btn-sm.btn-secondary {
    background-color: #ba0202;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 5px #000;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px
}

.boxlottery {
    border: 1px solid #a6a6a6
}

.w50 {
    width: 50%!important
}

.fl {
    float: left!important
}

.collm {
    flex: 1;
    padding: 0 6px
}

.dataValue {
    padding: 7px
}

.dataTitle {
    padding: 7px
}

.dataValue {
    color: #e2243d
}

.colum1 {
    max-width: 216px;
    text-align: center
}

.colum_sport {
    text-align: left!important
}

.colum3 {
    max-width: 216px;
    text-align: center
}

.titlepowerball {
    background-color: #069edb;
    color: #fff;
    padding: 4px 10px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700
}

.w100 {
    width: 100%
}

.fl {
    float: left
}

.colum4 {
    max-width: 80px;
    text-align: center
}

.colum5 {
    max-width: 105px
}



@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
    .sticky-cta--desktop__wrapper.jsStickyDesktopWrapper {
        display: none
    }
    table.tbl_top_bonus1 {
    display: none;
}
td.homepage-2{
    width: 27%;
}
.homepage-even2{font-size:14px;}
.homepage-odd2{font-size:14px;}
.homepage-odd2{font-size:13px;}
.homepage-even2{font-size:13px;}

div#sp-top1 {
    display: none;
}
.footer-sacasinos{width:100%;}

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) { 
div#sp-top1 {
    display: none;
}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .sticky-cta--desktop__wrapper.jsStickyDesktopWrapper {
        display: none
    }
    .footer-sacasinos{width:100%;}
div#sp-component{margin-top:30px;}
    span.casinoname_hp{display:none;}
    td.tbl_info_casino {
        width: 50%
    }
    td.tbl_info_casino1 {
        width: 0%
    }

    #sp-top .container {
        padding: 0
    }
}


/*!
Inspired by
Animate.css - http://daneden.me/animate
*/

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes zoomInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.zoomInX {
    -webkit-animation-name: zoomInX;
    animation-name: zoomInX
}

@-webkit-keyframes zoomOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes zoomOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.zoomOutX {
    -webkit-animation-name: zoomOutX;
    animation-name: zoomOutX
}

@-webkit-keyframes zoomInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes zoomInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.zoomInY {
    -webkit-animation-name: zoomInY;
    animation-name: zoomInY;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

@-webkit-keyframes zoomOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes zoomOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)
    }
}

.zoomOutY {
    -webkit-animation-name: zoomOutY;
    animation-name: zoomOutY;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.tbl_play span.play_directory:hover {
    background: green;
    box-shadow: 0 3px #000;
    transform: translateY(3px)
}

#sp-right {
    padding-top: 60px;
	width:25%;
}

#sp-right h4.exctops {
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    background-color: #333;
}

.tbl_play span.play_directory {
    padding: 8px 5px 8px 5px!important;
    font-size: 14px!important
}

.tbl_play span.play_directory {
    background-color: #ba0202;
    color: #fff;
    padding: 8px 6px 8px 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 5px #000;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px
}

.offcanvas-menu ul.nav>li>span.separator {
    text-transform: uppercase
}

table.landbased {
    margin-bottom: 20px;
    border-radius: 15px;
    width: 65%;
    align-content: center
}

table.landbased tr td {
    padding: 10px;
    width: 40%;
    border: 1px solid #d3d3d3
}

tr.img td {
    padding: 3px!important
}

.hp_deposit {
    color: #000;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline
}

.pay_mth {
    color: #000;
    font-size: 14px;
    text-align: left!important;
    text-decoration: underline
}

.section {
    clear: both;
    padding: 0;
    margin: 0
    background-color: #607d8b12;
    border-radius: 5px;
    box-shadow: 0 0px 7px 0 rgba(149, 143, 143, 0.8);
    
}

.section1 {
    clear: both;
    padding: 20px;
    margin: 0
}

.span_2_of_2 {
    width: 100%
}

.span_1_of_2 {
    width: 32%
}

.tb_pay {
    text-align: center
}

.info_0,
.info_1,
.info_2,
.info_3,
.info_4,
.info_5,
.info_6,
.info_7,
.info_8 {
    padding: 11px 38px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    background: url(../images/h4-heading.png) 14px 15px no-repeat;
    padding-left: 35px
}

.faq__title {
    padding-top: 15px;
    padding-left: 0!important;
    font-weight: 700;
    font-size: 18px
}

.faq__heading {
    margin-bottom: 0;
    padding: 10px 0 10px 14px;
    background-color: #202a70;
    color: #fff;
    border-radius: 0!important;
}
.footer-sacasinos {
    background-color: #000;
    border-radius: 5px;
    float: left;
    width: 350px;
}
.faq-heading-bottom{
    margin-bottom: 0;
    padding: 10px 0 10px 14px;
    background-color: #202a70;
    color: #fff;
    font-size: 20px;
}
.cont-faq{    padding: 16px;
    background-color: #9999991a;
    border: 1px solid #202a7061;
    border: 2px solid #202a70;
}

.faq_sec {
    background: #f9f9f9;
    margin-bottom: 20px;
   
}

.cont {
    padding: 16px;
    background-color:#9999991a;
    border: 1px solid #202a7061;
}
.review-link {
    color: black;
    font-size: 16px;
}

.faq_cot {
    padding-left: 12px
}

#sp-subcribe-footer {
    background-image: url(/templates/nodepositcasinos/images/bg_acymailing.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #090909;
    color: #fff;
    padding: 70px 0
}

.guide a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.guide1 a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.guide_h3 {
    margin-top: 30px;
    margin-bottom: -1px
}

.startup_guide {
    display: flex
}

.s1 {
    background-color: #d8f4fe;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%
}

.s1:hover {
    background-color: #fff
}

.s2:hover {
    background-color: #add8e6
}

.s3:hover {
    background-color: #add8e6
}

.s4:hover {
    background-color: #add8e6
}

.s5:hover {
    background-color: #add8e6
}

.s6:hover {
    background-color: #add8e6
}

.s7:hover {
    background-color: #add8e6
}

.s8:hover {
    background-color: #add8e6
}

.s9:hover {
    background-color: #add8e6
}

.s2 {
    background-color: #add8e6;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.acym_introtext {
    text-align: left;
    margin-bottom: 18px;
    width: 48%;
    padding-left: 4px;
    font-size: 18px;
    margin-top: -40px;
    color: #ddd
}

.btn.btn-primary.button.subbutton {
    padding: 6px 18px!important;
    color: #fff!important
}

#sp-bottom1 {
    margin-left: 17%!important
}

.acym_module_form input {
    padding: 6px!important;
    color: #000
}

.s3 {
    background-color: #d8f4fe;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 34%
}

.s4 {
    background-color: #add8e6;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.s5 {
    background-color: #add8e6;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%;
    border-right: 1px solid #fff
}

.s6 {
    background-color: #d8f4fe;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%;
    border-right: 1px solid #fff
}

.s7 {
    background-color: #add8e6;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 34%;
    border-right: 1px solid #fff
}

.s8 {
    border-right: 1px solid #fff;
    background-color: #d8f4fe;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 33%
}

.s9 {
    border-right: 1px solid #fff;
    background-color: #d8f4fe;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 34%
}

.guide1 {
    float: left
}

.guide {
    float: left
}



.info_7 {
    background: 0 0!important
}

.group:after,
.group:before {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.group1:after,
.group1:before {
    content: "";
    display: table
}

.group1:after {
    clear: both
}

.group1 {
    zoom: 1
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% .6%
}

button.copy-me-button {
    border: 0px;
    font-size: 14px;
}

.bonus_code_latest_bonus {
    color: #02268a;
    font-size: 16px;
    padding: 4px;
    border: 2px dotted black;
    line-height: 33px;
    border-radius: 5px;
    background-color: #ebecf1;
}

.col:first-child {
    margin-left: 0
}

.col {
    background: #fff;
    text-align: center
}

.col1:first-child {
    margin-left: 0
}

.col1 {
    text-align: center
}

.nodeposit {
    color: red;
    text-decoration: underline
}

.sub_1 {
    color: brown;
    font-size: 18px;
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase
}

.span_1_of_5 {
    width: 15%
}

.img_bank {
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid #000
}
span.code-home {
    color: black;
    font-size: 13px;
}

.box_span {
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 700
}
div#je_accord272 {
    display: none;
}
.box_span1 {
   
    font-weight: 700;
    padding: 7px 5px;
}

.box_span1 a {
    color: #fff;
	text-decoration:none;}

.box_span3 {
    color: #fff;
    background-color: #070777;
    padding-top: 10px;
    padding-bottom: 10px
}

.box_span3:hover {
    color: #fff;
    background-color: brown
}

.box_span3 a {
    color: #fff;
    font-weight: 700
}

.box_span3 a:hover {
    color: #fff
}

.box2 {
    float: left;
    width: 40%;
    padding: 6px 6px 6px 0
}

.box1 {
    float: left;
    width: 40%;
    padding: 6px 6px 6px 0
}

.bg_p {
    color: #000!important;
    border-bottom: 2px solid #000;
    line-height: 25px;
    font-size: 18px;
    background-color: #fff!important;
    font-weight: 700
}

.corg-main-nav__top-review__rating .corg-ranking__stars--gold,
.corg-ranking__stars--yellow,
.heading-content--rating-stars .corg-ranking__stars--gold {
    overflow: hidden;
    margin-top: -1.5rem;
    color: #ffc435
}

#sp-top {
    position: fixed;
    z-index: 50;
    background-color: #000;
    top: 0
}

#sp-top {
    background-color: #2b82ac!important
}

.clear {
    clear: both
}

.table_cell1:last-child {
    background-images: none!important
}

@media screen and (max-width:900px) {
    .table {
        width: 90%
    }
    .table1 {
        width: 90%
    }
    .table2 {
        width: 90%
    }
    .body-innerwrapper #sp-main-body{margin-top:10px;}
    
     .logo{text-align:center;}
     .col-md-9{padding:10px;}
}

@media screen and (max-width:650px) {
    .review-heading-casino{font-size:13px;}
    .head-3{display:none;}
    
    .box_span1{padding: 9px 5px;}
    
    .news_right{line-height: 30px;}
    .startup_guide {
        display: block
    }
    .playnow-button{    line-height: 25px;}
    
.readnews{font-size:14px;}
.class2{display:none;}
    span.code-home {
    font-size: 15px;
}
span.casinoname_hp-top{font-size:15px;}
  span.nodeposit-bonus{display:none;}  
    
    
.span_1_of_1 {
    width: 100%;
}
    .top-table-all-pages {
    padding: 10px 5px !important;
}
    img.blog_img_size {
    width: 100%;
    height: 100%;
}
.top-table-all-pages{display:block;}
.top-table-all-pages {
    margin: 10px 0px
}
tr.mobile_news_content td {
    display: block;
    margin-bottom:15px !important
}
.blog_img_size {
    width: 250px;
    height: 165px;
}

.img-head{margin:8px;width:40%;height:100%;}

video.tscplayer_inline {
    width: 100%;
    height: 100%;
}
    td.head0{display:none;}
    .even1{padding:5px 5px 5px 3px;}
    .odd1{padding:5px 5px 5px 3px;}
    .stepevaluation{height:auto;}
    #sp-top{margin-bottom:0px;}
    
    #sp-bottom1 {
        margin-left: 0!important
    }
    .acym_introtext {
        text-align: left;
        margin-bottom: 18px;
        width: 100%;
        padding-left: 0;
        font-size: 14px;
        margin-top: 0;
        color: #fff
    }
    #sp-top {
        position: relative;
        z-index: 50
        display:block;
    }
    #sp-top {
        background-color: #fff!important
    }
    #sp-main-body {
        margin-top: 0!important
    }
    #sp-top {
        z-index: 90
    }
    #container_menu_10394012731564038985trigger:before {
        clear: both;
        content: "MENU";
        font-size: 14px;
        color: #fff;
        margin-top: 0;
        float: left;
        font-weight: none!important;
        padding-left: 25px
    }
    .acym_form tr td {
        display: block
    }
    .acym_form tr td {
        display: block;
        margin-bottom: 5px
    }
    .acym_form {
        margin-left: 00%
    }
    .Rtable-cell5 {
        width: 100%!important;
        display: block
    }
    .Rtable {
        display: inline-block!important;
        width: 100%;
        margin-bottom: 8px
    }
    .Rtable-cell1 {
        width: 100%!important;
        text-align: center
    }
    .Rtable-cell2 {
        width: 100%!important;
        text-align: center
    }
    .Rtable-cell3 {
        width: 100%!important;
        text-align: center
    }
    .Rtable-cell4 {
        width: 100%!important;
        text-align: center
    }
    .Rtable-cell5 {
        width: 100%!important;
        text-align: center
    }
    .col {
        margin: 1% 0 1% 0
    }
    .nav>li>a>img {
        padding-right: 7px
    }
    .info_7 {
        padding: 0 0 25px 0
    }
    .section1 {
        padding: 0!important
    }
  
    .span_1_of_5 {
        width: 100%
    }
    .span_2_of_2 {
        width: 100%
    }
    .span_1_of_2 {
        width: 100%
    }
    .box2 {
        width: 100%
    }
    .box1 {
        width: 100%
    }
    .s1,
    .s2,
    .s3,
    .s4,
    .s5,
    .s6,
    .s7,
    .s8 {
        width: 100%
    }
    
.bullet2 li {
    background: url(/templates/nodepositcasinos/images/bullet-logo-2.png) 4px 6px no-repeat;
    padding: 0 0 0 20px;
    line-height: 28px;
}
.home_even{height:56px;}
ul.bullet2 {
    padding: 0px;
}
    .btn-review-1,
    a.btn-review-1 {
        height: 38px!important;
        line-height: 30px!important;
        text-decoration: none!important;
        width: 100%
        font-size: 13px!important
    }
    .btn-review,
    a.btn-review {
        border-radius: 10px;
        color: #fff!important;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        text-decoration: none!important
    }
    .btn-review,
    a.btn-review {
        background: #be1313 none repeat scroll 0 0;
        border: medium none;
        border-radius: 10px;
        box-shadow: 0 4px #94081e;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 16px!important;
        font-weight: 700;
        height: 38px!important;
        line-height: 38px!important;
        text-decoration: none;
        width: 100% !important;
        text-align: center;
        margin-top:10px;
    }
    .btn-review:hover {
        background: #03c none repeat scroll 0 0;
        box-shadow: 0 3px #09f;
        transform: translateY(3px)
    }
    .btn-review::after {
        clear: both;
        content: "";
        display: block
    }
    .nav>li {
        position: relative;
        display: inline-block!important;
        width: 100%
    }
    .offcanvas .offcanvas-menu ul.nav-child li {
        padding-left: 0!important
    }
    .offcanvas-menu.menu_dropdown ul.nav li a {
        background: #e6e6e6 none repeat scroll 0 0!important;
        border-bottom: 1px solid rgba(62, 62, 62, .91)!important;
        color: #222;
        display: block;
        overflow: hidden;
        padding: .96em;
        position: relative;
        z-index: 2
    }
    .offcanvas-menu ul.nav>li>span.separator {
        background: #e6e6e6 none repeat scroll 0 0!important;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        color: #222;
        display: block;
        overflow: hidden;
        padding: .96em;
        position: relative;
        z-index: 2
    }
    .offcanvas-menu.menu_dropdown .touch-button {
        background: rgba(0, 0, 0, .95) none repeat scroll 0 0!important;
        display: inline-block;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 60px;
        z-index: 999;
        padding: .96em 0;
        cursor: pointer
    }
    .sj-megamenu-parent .sj-dropdown li.sj-menu-item>a,
    .sj-megamenu-parent .sj-dropdown li.sj-menu-item>spana {
        background: url(/images/bullet-li-logo.png) 0 13px no-repeat!important;
        padding-left: 28px
    }
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item>a,
.sj-megamenu-parent .sj-dropdown li.sj-menu-item>spana {
    background: url(/images/bullet-li-logo.png) 20px 13px no-repeat;
    padding-left: 40px!important
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item>span {
    background: url(/images/bullet-li-logo.png) 20px 13px no-repeat;
    padding-left: 40px!important
}

.list-cat {
    list-style-type: none;
    background-color: #fff;
    text-align: center;
    padding: 10px 10px!important
}

.list-cat li a {
    position: relative;
    display: block
}

.list-cat li {
    padding-bottom: 10px
}

.list-cat li a .titleCat {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-weight: 700;
    text-align: center
}

.date {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #222;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 9px 6px 9px 20px;
    background: #fde3a7;
    letter-spacing: 1.5px
}

.blog-gal {
    position: relative
}

.top-categories {
    margin: 0 0 0;
    text-align: inherit;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #d00;
    padding: 10px 20px;
    border-radius: 0!important
}

.item-description {
    color: #fff
}

.item-title a {
    color: #fff;
    text-decoration: underline
}

.item-other {
    padding: 0 10px;
    width: 50%;
    float: left
}

.item-tags1 .tags1>span a.label {
    background-color: #d00;
    padding: 7px 13px;
    border-radius: 26px;
    font-size: 12px;
    display: inline-block
}

.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-post {
    position: relative;
    z-index: 1;
    color: #fff
}

.item-post:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .02) 19%, rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .31) 87%, rgba(0, 0, 0, .35) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .02) 19%, rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .31) 87%, rgba(0, 0, 0, .35) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .02) 19%, rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .31) 87%, rgba(0, 0, 0, .35) 100%);
    width: 100%;
    height: 100%
}

.item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background:hsla(0,0%,7%,.7);
    width: 100%;
}

.label-a {
    display: inline;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border: 2px solid #fff;
    border-radius: .25em;
    background-color: #a00!important
}

.label-a a:hover {
    color: #fff;
    text-decoration: none
}

#sptab129 {
    width: 60%
}

.label1 {
    display: inline;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    margin-left: 25px;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #000!important
}

.item-tags .tags {
    margin: 0;
    width: 90%
}

.item-title {
    margin-bottom: 10px
}

.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-post {
    position: relative;
    z-index: 1;
    color: #fff
}

.item-description {
    line-height: 24px
}

.createdate {
    margin-bottom: 15px
}


body {
    color: #000!important
}

table.review_casino tr td {
    border: 1px solid #000;
    padding: 8px;
    font-size: 16px
}

.layout-edit select,
.layout-edit select.inputbox {
    width: 250px;
    max-width: 100%
}

.layout-edit .btn-toolbar {
    margin-bottom: 20px
}

.layout-edit .tab-content {
    padding-top: 20px
}

.layout-edit #editor-xtd-buttons,
.layout-edit .toggle-editor {
    margin-top: 20px
}

.layout-edit .btn-group input[type=radio] {
    display: none
}



.manager.thumbnails li:hover {
    background: #f7fcff;
    border-color: rgba(82, 168, 236, .8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: all .4s;
    transition: all .4s
}



.chzn-container.chzn-container-multi input[type=text] {
    min-height: 30px
}

.com-content-adminForm textarea {
    width: 350px;
    height: 100px
}

.com-config .form-horizontal .accordion-body {
    overflow: hidden
}

.com-config .form-horizontal .accordion-body.in:hover {
    overflow: visible
}

.com-config .form-horizontal .accordion-body .input-prepend.input-append .media-preview.add-on {
    height: 34px;
    line-height: 26px
}

.com-config .form-horizontal .accordion-body .input-prepend.input-append .btn {
    position: relative;
    cursor: pointer;
    color: #333;
    border: 1px solid #bbb
}
.home_even:hover {
    background-color: aliceblue;
}
.home_odd:hover {
    background-color: aliceblue;
}


/*Horizontal Table Styles */
.horizontal-table-wrap {
    font-size: 1.6rem;
}

.horizontal-table-wrap h2.brand_name {
    font-size: 1.8rem;
    line-height: 32.73px;
    margin-bottom: 0;
    margin-top: 0;
}

.horizontal-table-wrap .brand_name a {
    color: #0652b4 !important;
}

.horizontal-table-wrap .nodep-bonus {
    font-size: 2rem;
    line-height: 28.8px;
    margin-bottom: 0;
    color: #ba0202;
    font-weight: bold;
}

.horizontal-table-wrap a {
    text-decoration: none;
}

.horizontal-table-wrap .hp-welcome-bonus {
    font-size: 1.8rem;
    line-height: 24px;
}

.horizontal-table-wrap .btn-primary-playnow {
    background: #e5a200 !important;
    color: #000 !important;
    box-shadow: 0 5px #000 !important;
    padding: 8px 35px;
}

.horizontal-table-wrap .btn-yellow-readreview {
    background: transparent !important;
    color: black !important;
    text-decoration: underline !important;
}

@media (max-width: 1380px) {
    .horizontal-table-wrap h2.brand_name {
        font-size: 1.8rem;
        line-height: 26.73px;
    }

    .horizontal-table-wrap .badge {
        top: -18px;
    }

    .horizontal-table-wrap .nodep-bonus {
        font-size: 2rem;
        line-height: 26.8px;
        color: #a52a2a;
    }

    .horizontal-table-wrap .horizontal-card-bottom {
        padding: 9px 10px;
    }

    .horizontal-table-wrap .hp-welcome-bonus {
        font-size: 1.8rem;
        line-height: 24px;
    }
}

@media (max-width: 1199px) {
    .horizontal-table-wrap h2.brand_name {
        font-size: 2.24rem;
        line-height: 30.73px;
    }

    .horizontal-table-wrap .nodep-bonus {
        font-size: 2.08rem;
        line-height: 26.8px;
        color: #a52a2a;
    }

    .horizontal-table-wrap .hp-welcome-bonus {
        font-size: 1.92rem;
        line-height: 24px;
    }

    .horizontal-table-wrap .btn-primary-playnow {
        padding: 8px 24px;
    }
}

@media (max-width: 991px) {
    .horizontal-table-wrap h2.brand_name {
        font-size: 2.08rem;
        line-height: 29.73px;
    }

    .horizontal-table-wrap .nodep-bonus {
        font-size: 1.896rem;
        line-height: 22.8px;
        color: #a52a2a;
    }

    .horizontal-table-wrap .hp-welcome-bonus {
        font-size: 1.88rem;
        line-height: 20px;
    }
}

.horizontal-table-wrap .horizontal-table-inner {
    margin-top: 25px;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main {
    margin-bottom: 13px;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main:last-child {
    margin-bottom: 0;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .horizontal-card {
    background: linear-gradient(180deg,#dedede 0%,#E0E0E0 100%);
  border: 2px solid #BFBFBF;
    border-radius: 10px;
    margin-bottom: 29px;
    position: relative;
    padding: 20px;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .horizontal-card-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .term-text {
    line-height: normal;
    color: #404040;
    font-size: 1.4rem;
    padding-top: 10px;
    text-align: center;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .horizontal-icon-content {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 43%;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .bonus-text.mobile-bonus-text {
    display: none;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .horizontal-icon-content img {
    min-width: 75px;
    width: 90px;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .horizontal-icon-content .content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .rating-btn {
    display: flex;
    gap: 20px;
    width: 55%;
    justify-content: space-between;
    align-items: center;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .rating {
    color: #FFA500;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .main-rating-num {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .main-rating-num .rating-title {
    font-size: 4.1rem;
    line-height: 60px;
    color: #000;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .main-rating-num .code-btn {
    color: #000;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .code-btn.btn-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 130px;
}

.horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .code-btn.btn-right a {
    width: 100%;
}

.horizontal-table-wrap .code-btn .promotion-code {
    align-items: center;
    cursor: pointer;
    min-width: 140px;
    background: #E0FEE0;
    border: 1px dashed #008000;
    border-radius: 10px;
    color: #031b3e;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.horizontal-table-wrap .btn {
    border-radius: 8px;
    text-decoration: none;
    outline: 0;
    font-weight: 600;
    margin: 0;
    box-shadow: none;
    font-size: 1.6rem;
}

.horizontal-table-wrap .btn-primary-playnow:hover {
    box-shadow: 0 3px #000 !important;
    transform: translateY(3px);
}

.horizontal-table-wrap .btn-yellow {
    background-color: #FFA500;
    color: #000;
    width: 100%;
}

.horizontal-table-wrap .horizontal-card-bottom {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    padding: 9px 10px;
   
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    flex-wrap: wrap;
}

.horizontal-table-wrap .horizontal-card-bottom .main-key-value {
    display: flex;
    gap: 5px;
    padding: 14px 15px;
    font-size: 1.4rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius:10px;
}

.horizontal-table-wrap .badge {
    position: absolute;
    top: -18px;
    left: -6px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    backdrop-filter: blur(6px);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .25s ease;
}

.horizontal-table-wrap .badge-trending-now {
    background: linear-gradient(135deg, #ff7a18, #ff3d77);
}

.horizontal-table-wrap .badge-popular {
    background: linear-gradient(135deg, #0073ff, #00c6ff);
}

.horizontal-table-wrap .badge-new {
    background: linear-gradient(135deg, #00b894, #55efc4);
}

.horizontal-table-wrap .badge-hot {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
}

@media (max-width:991px) {
    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .horizontal-card-top {
        flex-wrap: wrap;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .rating-btn {
        width: 100%;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .horizontal-icon-content {
        width: 100%;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .main-rating-num .rating-title {
        font-size: 4rem;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .horizontal-icon-content img {
        width: 80px;
    }
}

@media (max-width:767px) {
    .horizontal-table-wrap .horizontal-card-bottom {
        gap: 8px;
    }

    .horizontal-table-wrap .horizontal-card-bottom .main-key-value {
        font-size: 1.4rem;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .term-text {
        font-size: 1.2rem;
    }
}

@media (max-width:576px) {
    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .rating-btn {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 10px;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .code-btn.btn-right {
        flex-direction: row;
        width: 100%;
        gap: inherit;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .code-btn.btn-right .buttons {
        width: 50%;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .main-rating-num .rating-title {
        font-size: 3.04rem;
        line-height: 40px;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .horizontal-card-top {
        gap: 12px;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .bonus-text {
        display: none;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .bonus-text.mobile-bonus-text {
        display: block;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .horizontal-icon-content img {
        width: 75px;
    }

    .horizontal-table-wrap .horizontal-table-inner .horizontal-card-main .main-rating-num {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .horizontal-table-wrap .btn {
        padding: 10px 5px;
    }
}