@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i|Roboto:300,400,400i,500,700,700i&display=swap);
@import url('../css/normalize.css');
@import url('../css/grid.css');
@import url('../css/owl.carousel.css');
@import url('../css/crm_icon.css');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    background-color: #f7f7f7 !important;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-weight: 400
}

main { 
    width: 100%;
    float: left;
    position: relative;
    z-index: 1000;
    top: 50px;
    background-color: #fff
}

html {
    margin-top: 0 !important
}

body.site-id-2 {
    background-color: #fff !important
}


.wp-block-image img {
    height: auto !important;
}

@media screen and (max-width:782px) {
    html {
        margin-top: 0 !important
    }
}



.page-container {
    width: 100%;
    float: left
}

header {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 5000;
    top: 0 !important
}

.hamburger.is-active {
    position: relative;
    top: -2px
}

header .menu {
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    background-color: #fff;
    display: none;
    visibility: hidden;
    border-bottom: 1px solid #E5E9EC;
    margin-top: 8px;
}

header .navigation .country-content {
    position: relative;
    z-index: 999999;
    cursor: pointer;
    left: -20px;
}

header .navigation .country-selection {
  float: left;
  position: absolute;
  margin: 0 0 0 20px;
  left: 172px;
  top: 0;
  height: 70px;
  padding: 30px 10px 0 10px;
  transition: .3s all;
  cursor: pointer;
}


header .navigation .country-content.active .country-selection,
header .navigation .country-selection:hover {
  background: #182029;
}


header .navigation .country-content.active .country-selection i.flag::before,
header .navigation .country-selection:hover i.flag::before {
  content: '';
  display: none;
  visibility: hidden;
}

header .navigation .country-selection i.flag {
  width: 25px;
  height: 17px;
  display: inline-block;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
}

header .navigation .country-selection i.flag.us {
  background-image: url('../img/flag/sm/us.png');
}
header .navigation .country-selection i.flag.uk {
  background-image: url('../img/flag/sm/uk.png');
}
header .navigation .country-selection i.flag.ca {
  background-image: url('../img/flag/sm/ca.png');
}
header .navigation .country-selection i.flag.au {
  background-image: url('../img/flag/sm/au.png');
}

header .navigation .country-selection i.flag::before {
  content: '\e80a';
  font-family: 'ico-font';
  font-size: 12px;
  position: absolute;
  left: 40px;
  top: 30px;
  color: #5e6b79;
  font-style: normal;
  transition: .3s all;
  pointer-events: none;
}

header .navigation .country-selection--dropdown {
  float: left;
  position: absolute;
  background: #182029;
  margin: 0 0 0 20px;
  left: 172px;
  top: 64px;
  height: 96px;
  padding: 0 10px 5px 10px;
  transition: .3s all;
  cursor: pointer;
  border-radius: 0 0 2px 2px;
  z-index: 99999;
  display: none;
  visibility: hidden;
}


header .navigation .country-content.active .country-selection--dropdown {
  display: inline-block;
  visibility: visible;
}

header .navigation .country-selection--dropdown i.flag {
  width: 25px;
  height: 17px;
  display: block;
  margin: 0 0 13px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  font-style: normal;
}


header .navigation .country-selection--dropdown i.flag.us {
  background-image: url('../img/flag/sm/us.png');
}

header .navigation .country-selection--dropdown i.flag.au {
  background-image: url('../img/flag/sm/au.png');
}

header .navigation .country-selection--dropdown i.flag.ca {
  background-image: url('../img/flag/sm/ca.png');
}

header .navigation .country-selection--dropdown i.flag.uk {
  background-image: url('../img/flag/sm/uk.png');
}


  /* NAVIGATION */


    header .menu ul.navbar {
      float: left;
      display: none;
      visibility: hidden
    }

    header .menu ul {
      padding: 0;
      margin: 0 0 0 0;
      position: relative;
      z-index: 9999;
      width: 100%;
      text-align: center;
      display: inline-block;
    }

    header .menu ul li i.flag {
      float: left;
      width: 24px;
      height: 20px;
      display: inline-block;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-right: 5px;
      position: relative;
      top: 3px;
    }

    header .menu ul li i.flag.au {
      background-image: url('../img/flag/sm/au.png');
    }

    header .menu ul li i.flag.us {
      background-image: url('../img/flag/sm/us.png');
    }

    header .menu ul li i.flag.ca {
      background-image: url('../img/flag/sm/ca.png');
    }

    header .menu ul li i.flag.uk {
      background-image: url('../img/flag/sm/uk.png');
    }

    header .menu ul ul,
    header .menu ul ul ul {
        margin: 0;
    }

    header .menu ul li {
      display: inline-block;
      position: relative;
      list-style: none;
        font-size: 14px;
        line-height: 50px;
        color: #69717f;
      transition: .3s all;
      position: relative
    }
  
    header .menu ul li span.icon {
        text-align: center;
        display: block;
        font-size: 17px;
        height: 25px;
    }


    header .menu ul li span.icon i.icon-nav-reviews {
        font-size: 19px;
    }
    header .menu ul li span.icon i.icon-nav-news {
        font-size: 16px;
    }

    header .menu ul li a {
      width: 100%;
      height: 100%;
      display: inline-block;
      float: left;
      padding: 0 20px 0 20px;
    }

    header .menu ul li:hover span.icon i,
    header .menu ul li:hover {
        color: #000;
    }

    header .menu ul ul ul li:hover a,
    header .menu ul ul li:hover a {
        color: #fff;
    }



    header .menu ul li:last-child a {
      padding-right: 0;
    }

    header .menu ul ul {
      position: absolute;
      left: 0;
      top: 100%;
      background: #212731;
      display: none;
      margin-left: 20px;
    }

    header .menu ul ul ul {
      left: 100%;
      top: 0;
      background: #0B192D;
      margin-left: -2px
    }

    header .menu li:hover>ul {
      display: block
    }

    header .menu ul.dropdown-menu {
      min-width: 170px;
    }

    header .menu ul.dropdown-menu li {
      width: 100%;
      float: left;
      line-height: 23px;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
      padding: 8px 15px;
      text-transform: initial;
      transition: .3s all;
      font-weight: 400;
      letter-spacing: -0.3px;
      font-size: 14px;
      color: #fff;
      text-align: left;
    }

    header .menu ul.dropdown-menu li:hover {
      transform: translateX(2px)
    }

    header .menu ul.dropdown-menu li a {
      padding: 0 0
    }


    header .menu ul.navbar>li.menu-item-has-children>ul.dropdown-menu>li.menu-item-has-children>a::before {
      content: '\e80c';
      font-family: 'ico-font';
      color: rgba(255, 255, 255, .4);
      float: right;
      font-size: 11px;
      position: relative;
      left: -1px;
      top: 1px
    }

    header .menu ul.navbar>li.menu-item-has-children>ul.dropdown-menu>li.menu-item-has-children>ul.dropdown-menu>li.menu-item-has-children>a::before {
      content: '\e80c';
      font-family: 'ico-font';
      color: rgba(255, 255, 255, .4);
      float: right;
      font-size: 11px;
      position: relative;
      left: -1px;
      top: 1px
    }


header .navigation {
    width: 100%;
    height: 50px;
    float: left;
    background-color: #202732
}

header .navigation .logo {
    width: 135px;
    height: 33px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 8px
}

header .navigation .logo svg {
    width: 135px;
    height: 33px;
}

header .navigation .logo a {
    width: 100%;
    height: 100%
}

header .navigation .countries {
    float: right;
    margin-right: 0;
    margin-top: 17px;
    display: none;
    visibility: hidden
}

header .navigation .countries ul {
    list-style: none;
    padding: 0;
    margin: 0
}

header .navigation .countries ul li {
    width: 95px;
    float: left;
    margin-right: 10px
}

header .navigation .countries ul li:last-child {
    margin-right: 0
}

header .navigation .countries ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

header .navigation .countries ul li i.flag {
    width: 80px;
    height: 31px;
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat
}

header .navigation .countries ul li i.flag.us {
    background-image: url(../img/flags/big/flag-united-states.png)
}

header .navigation .countries ul li i.flag.uk {
    background-image: url(../img/flags/big/flag-united-kingdom.png)
}

header .navigation .countries ul li i.flag.ca {
    background-image: url(../img/flags/big/flag-canada.png)
}

header .navigation .countries ul li i.flag.au {
    background-image: url(../img/flags/big/flag-australia.png)
}

header .navigation .countries ul li i.flag.nz {
    background-image: url(../img/flags/big/flag-new-zealand.png)
}

header .navigation .countries ul li i.flag.za {
    background-image: url(../img/flags/big/flag-south-africa.png)
}

header .navigation .countries ul li span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    color: #C8D4E8;
    font-weight: 400
}

header .ham-menu {
    position: absolute;
    right: 15px;
    z-index: 1001;
    top: 16px;
    width: 25px
}

header .mobile-navigation {
    width: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 50px;
    z-index: 0;
    background-color: #171d25;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

header .mobile-navigation.active {
    width: calc(100% - 100px);
    opacity: 1;
    right: 0;
    overflow: initial;
    z-index: 9999
}

header .mobile-navigation .filter {
    width: 100px;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, .25);
    float: left;
    display: none;
    visibility: hidden;
    -webkit-transition: background-color 0.5s cubic-bezier(.28, .11, .32, 1);
    transition: background-color 0.5s cubic-bezier(.28, .11, .32, 1);
    -webkit-transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, backdrop-filter;
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px)
}

header .mobile-navigation.active .filter {
    display: inline-block;
    visibility: visible;
    cursor: pointer;
    left: -100px
}

header .mobile-navigation .content {
    width: 100%;
    float: left;
    padding: 10px 20px
}

header .mobile-navigation .m-list {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

header .mobile-navigation ul.item {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    visibility: visible;
    list-style-type: none;
    padding: 0;
    margin: 0
}

header .mobile-navigation ul.item li>ul.dropdown-menu {
    padding-left: 20px;
}

header .mobile-navigation ul.item li>ul.dropdown-menu li {
    font-weight: 400;
    text-transform: none;
    line-height: 40px
}

header .mobile-navigation ul.item li>ul.dropdown-menu li a {
    text-transform: none
}

header .mobile-navigation ul.item li>ul.dropdown-menu li i.flag {
    float: left;
    width: 24px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 7px;
    position: relative;
    top: 11.5px
}

header .mobile-navigation ul.item li>ul.dropdown-menu li i.flag.au {
    background-image: url(../img/flag/nav/au.png)
}

header .mobile-navigation ul.item li>ul.dropdown-menu li i.flag.us {
    background-image: url(../img/flag/nav/us.png)
}

header .mobile-navigation ul.item li>ul.dropdown-menu li i.flag.ca {
    background-image: url(../img/flag/nav/ca.png)
}

header .mobile-navigation ul.item li>ul.dropdown-menu li i.flag.uk {
    background-image: url(../img/flag/nav/uk.png)
}

header .mobile-navigation ul.item li {
    width: 100%;
    display: block;
    float: left;
    text-transform: inherit;
    transition: .3s all;
    position: relative;
    line-height: 47px;
    color: #fff;
    letter-spacing: -.3px;
    font-weight: 700;
    font-family: 'Roboto Condensed'
}

header .mobile-navigation ul.item li a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transition: .3s all;
    position: relative;
    z-index: 250
}

header .mobile-navigation ul.item li.dropdown span.toggle-btn {
    position: absolute;
    right: 0;
    top: 0;
    float: left;
    width: 150px;
    height: 48px;
    z-index: 500
}

header .mobile-navigation ul.item li.dropdown span.toggle-btn[data-option='on']::before {
    content: '\e80d';
    color: #F78A14
}

header .mobile-navigation ul.item li.dropdown span.toggle-btn::before {
    content: '\e80a';
    font-family: 'ico-font';
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0
}

header .mobile-navigation ul.item li a:hover::after {
    display: none;
    visibility: hidden
}

header .mobile-navigation .item>.toggle {
    width: 100%;
    display: none;
    float: left;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 1px;
    margin-top: 10px;
    padding: 10px 15px
}

header .mobile-navigation .item>.toggle a.sub-cat {
    width: 100%;
    display: block;
    float: left;
    font-size: 14px;
    padding: 3px 0;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

header .mobile-navigation .item>.toggle a.sub-cat:hover {
    color: #ffa100
}

header .navigation .search {
    position: absolute;
    right: 55px;
    float: left;
    top: 9px;
    z-index: 99999
}

header .navigation .search.active {
    width: 100%
}

header .navigation .search .icon {
    float: right;
    cursor: pointer;
    z-index: 1
}

header .navigation .search .icon i::before {
    content: '\e816';
    font-family: 'ico-font';
    color: #fff;
    font-size: 22px;
    float: left;
    font-style: normal;
    transition: .3s all
}

header .navigation .search .toggle {
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 500;
    width: 0;
    -moz-transition: width .25s ease;
    -o-transition: width .25s ease;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
    overflow: hidden
}

header .navigation .search .toggle.active {
    width: calc(100% - 30px)
}

header .navigation .search .toggle input {
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 2px;
    background-color: #fff;
    padding: 0 25px 0 10px;
    font-size: 13px;
    letter-spacing: -.2px;
    border: none
}

header .navigation .search .toggle span.close::before {
    content: '\e802';
    font-family: 'ico-font';
    color: #2E4E97;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer
}

section.standard-page {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px
}

body.home section.standard-page {
    padding-top: 30px;
    margin-top: 0
}

section.standard-page.nomar {
    margin-top: 0;
    padding-top: 0
}

body.post-template-default section.standard-page header {
    position: inherit !important;
    top: inherit;
    left: inherit
}

section.standard-page header {
    width: 100%;
    height: initial;
    float: left;
    position: absolute;
    left: 0;
    top: -500px !important
}

section.standard-page h1 {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Roboto Condensed';
    font-size: 28px;
    line-height: 33px;
    color: #254d9c;
    letter-spacing: -.85px;
    font-weight: 700;
    text-transform: uppercase
}

section.standard-page.news-article h1 {
    font-size: 28px;
    text-transform: none;
    line-height: 33px
}

section.standard-page article {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

section.standard-page .meta-info {
    width: 100%;
    float: left;
    position: relative
}

section.standard-page .meta-info.page {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 23px 0 10px 0
}

section.standard-page .meta-info ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important
}

section.standard-page .meta-info ul li {
    float: left;
    line-height: 22px !important;
    padding: 0 10px 0 0 !important
}

section.standard-page .meta-info ul li::after {
    content: '';
    border-right: 1px solid #E2E2E2;
    padding: 0 10px 0 0;
    position: relative;
    top: 2px;
    left: 0
}

section.standard-page .meta-info ul li::before {
    content: '';
    display: none !important;
    visibility: hidden !important
}

section.standard-page .meta-info ul li:last-child::after {
    content: '';
    display: none;
    visibility: hidden;
    border: none
}

section.standard-page .meta-info ul li span.author-avatar {
    width: 34px;
    height: 34px;
    border-radius: 2px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    line-height: 22px;
    position: relative;
    top: -6px;
    display: none;
    visibility: hidden
}

section.standard-page .meta-info ul li span.author-avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

section.standard-page .meta-info ul li span.data {
    font-style: italic;
    font-size: 13px;
    color: #9CA5AA;
    line-height: 22px
}

section.standard-page .meta-info ul li span.data time,
section.standard-page .meta-info ul li span.data b,
section.standard-page .meta-info ul li span.data a {
    font-weight: 400;
    color: #2A2F32 !important;
    font-style: normal
}

section.standard-page .featured-image {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

section.standard-page .featured-image img {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    max-height: 450px
}

section.standard-page .body {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px
}

section.standard-page .body h2 {
    padding: 0 0 0 0;
    margin: 10px 0 15px 0;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    color: #244d9c;
    letter-spacing: -.7px;
    clear: left
}

body.page-template-review section.standard-page .body h2 {
    display: flex
}

i.head-icon {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -1px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    font-style: normal
}

aside .side-item i.head-icon {
    margin-right: 0
}

i.head-icon::before {
    content: '';
    font-family: 'ico-font';
    color: #337ab7;
    font-size: 20px
}

i.head-icon.safety::before {
    content: '\e807'
}

i.head-icon.legal::before {
    content: '\e804'
}

i.head-icon.security::before {
    content: '\e807'
}

i.head-icon.customer_service::before {
    content: '\e820'
}

i.head-icon.bank::before {
    content: '\e81c'
}

i.head-icon.blog::before {
    content: '\e81d'
}

i.head-icon.casino::before {
    content: '\e81e';
    font-size: 23px
}

i.head-icon.compatibility::before {
    content: '\e81f'
}

i.head-icon.final::before {
    content: '\e821'
}

i.head-icon.gaming_software::before {
    content: '\e822'
}

i.head-icon.graphic::before {
    content: '\e827';
    font-size: 28px
}

i.head-icon.promotions::before {
    content: '\e826'
}

section.standard-page .body h3,
section.standard-page .body h4 {
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 21px;
    font-weight: 500;
    color: #0d4e86;
    letter-spacing: -.6px;
    clear: left
}

section.standard-page .body p {
    font-size: 15.5px;
    line-height: 27px;
    letter-spacing: -.2px;
    color: #69717f;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: justify
}

section.standard-page .body strong,
section.standard-page .body b {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #272c35
}

section.standard-page .body a {
    color: #cf142b;
    position: relative
}

section.standard-page .body a:hover {
    text-decoration: underline
}

section.standard-page .body ol,
section.standard-page .body ul {
    margin: 4px 0 12px 0;
    padding: 0 0 0 0;
    list-style: none
}

section.standard-page .body ol {
    counter-reset: li;
    list-style-type: decimal;
}

section.standard-page .body ul li,
section.standard-page .body ol li {
    font-size: 15.5px;
    line-height: 27px;
    letter-spacing: -.2px;
    padding: 3px 0 6px 0;
    font-weight: 400;
    color: #69717f
}

section.standard-page .body ol li {
    counter-increment: li;
    position: relative;
    left: 20px;
    font-size: 17px;
    color: #BE2E33;
}

section.standard-page .body ul li::before {
    content: "";
    background-color: #BE2E33;
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -3px;
    border-radius: 2px
}

.wp-block-image figcaption strong {
    color: #363636 !important;
    font-weight: 400 !important
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .mobile-align {
    margin-left: auto;
    margin-right: auto;
    float: inherit;
    display: table
}

section.standard-page blockquote {
    display: table;
    padding: 0;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative
}

section.standard-page blockquote::before {
    content: '\e806';
    font-family: 'ico-font';
    position: relative;
    left: 0;
    top: 0;
    color: #337ab7;
    font-size: 30px
}

section.standard-page blockquote.full {
    width: 100%
}

section.standard-page blockquote>p {
    font-style: italic !important
}

section.standard-page blockquote>cite {
    font-size: 16px;
    color: #337ab7;
    font-weight: 400;
    font-style: italic;
    font-family: 'Roboto';
    padding-top: 10px;
    display: inline-block;
    position: relative
}

section.standard-page blockquote>cite::after {
    content: '';
    width: 62px;
    height: 2px;
    background-color: #337ab7;
    position: absolute;
    right: -75px;
    top: 22px
}

.block-table-head {
    width: 100%;
    height: 40px;
    float: left;
    display: block;
    background: #337ab7;
    position: relative;
    line-height: 42px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.3px;
    text-align: center;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif
}

figure.wp-block-table,
table.wp-block-table {
    overflow-x: auto !important
}

figure.wp-block-table table,
table.wp-block-table {
    border: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    overflow-x: auto;
    border-collapse: separate;
    border-spacing: 0 10px
}

figure.wp-block-table table tr,
table.wp-block-table tr {
    padding: .35em;
    height: 46px;
    font-size: 14px;
    letter-spacing: 0;
    color: #1C202F;
    transition: .3s all;
    border-radius: 2px
}

figure.wp-block-table.without-head table tbody tr:first-child,
table.wp-block-table.without-head table tbody tr:first-child {
    background: #0F1829 !important;
    height: 46px !important;
    text-transform: inherit;
     !important;
    color: #fff !important;
    font-weight: 400 !important
}

figure.wp-block-table table thead tr,
table.wp-block-table thead tr {
    border-bottom: none
}

figure.wp-block-table table tr a,
table.wp-block-table tr a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px !important
}

figure.wp-block-table table tr a::after,
table.wp-block-table tr a::after {
    content: '';
    display: none;
    visibility: hidden
}

figure.wp-block-table table tr a:hover,
table.wp-block-table tr a:hover {
    text-decoration: underline
}

figure.wp-block-table table th,
figure.wp-block-table table td,
table.wp-block-table th,
table.wp-block-table td {
    text-align: center;
    padding: 4px 20px 10px 20px;
    border-bottom: 1px solid #e2e2e2
}

figure.wp-block-table table thead tr,
table.wp-block-table thead tr {
    height: 40px
}

figure.wp-block-table table th,
table.wp-block-table th {
    letter-spacing: .5px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    padding: 15px 10px;
    text-transform: uppercase
}

figure.wp-block-table table td i.true::before,
table.wp-block-table td i.true::before,
figure.wp-block-table table td span.true::before,
table.wp-block-table td span.true::before {
    content: '\e82a';
    font-family: 'ui-icons';
    color: #0BB81F;
    font-size: 16px;
    margin-right: 5px
}

figure.wp-block-table table td i.false::before,
table.wp-block-table td i.false::before,
figure.wp-block-table table td span.false::before,
table.wp-block-table td span.false::before {
    content: '\e82b';
    font-family: 'ui-icons';
    color: red;
    font-size: 13px;
    margin-right: 5px
}

figure.wp-block-table table td ul li,
table.wp-block-table td ul li {
    line-height: 17px
}

section.standard-page .related-topics {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-color: #E2E2E2;
    border-width: 0 0 1px 0
}

section.standard-page .related-topics span.title {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #091E2C;
    text-transform: uppercase;
    letter-spacing: -.05px;
    margin-right: 15px;
    font-style: italic
}

section.standard-page .related-topics ul {
    list-style: none;
    padding: 0;
    margin: 0
}

section.standard-page .related-topics ul li {
    position: relative;
    line-height: 25px;
    letter-spacing: -.15px;
    color: #337ab7;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    margin-right: 20px;
    float: left
}

section.standard-page .related-topics ul li:hover {
    text-decoration: underline
}

section.standard-page .related-topics ul li::before {
    content: '#'
}

section.standard-page .author-card {
    width: 100%;
    float: left
}

section.standard-page .author-card .double-border {
    border-style: solid;
    border-color: #E2E2E2;
    border-width: 0 0 1px 0;
    width: 100%;
    float: left;
    margin: 30px 0 34px 0;
    position: relative
}

section.standard-page .author-card .avatar {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    float: left
}

section.standard-page .author-card .avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

section.standard-page .author-card .info {
    width: calc(100% - 100px);
    float: left
}

section.standard-page .author-card .info span.name {
    float: left;
    letter-spacing: -.1px;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    color: #2A2F32;
    font-weight: 700
}

section.standard-page .author-card .info span.title {
    font-size: 13px;
    color: #9CA5AA;
    float: left;
    padding-left: 5px;
    line-height: 26px
}

section.standard-page .author-card .info p.bio {
    width: 100%;
    float: left;
    padding: 0;
    margin: 1px 0 0 0;
    font-family: 'Roboto';
    color: #2A2F32;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: .22px;
    font-weight: 300
}

section.standard-page .author-card .info ul.social-media {
    width: 100%;
    float: left;
    padding: 0;
    margin: 13px 0 0 0;
    list-style: none
}

section.standard-page .author-card .info ul.social-media li {
    width: 36px;
    height: 36px;
    border-radius: 1px;
    float: left;
    margin-right: 10px;
    background-color: #337ab7;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px
}

section.standard-page .author-card .info ul.social-media li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

section.standard-page .article-navigation {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 40px;
    border-style: solid;
    border-color: #e2e2e2;
    border-width: 0 0 1px 0
}

section.standard-page .article-navigation .previous {
    width: 100%;
    float: left
}

section.standard-page .article-navigation .next {
    width: 100%;
    float: right;
    margin-top: 30px
}

section.standard-page .article-navigation .previous:hover .data h3.post-name,
section.standard-page .article-navigation .next:hover .data h3.post-name {
    color: #337ab7
}

section.standard-page .article-navigation .next i.button,
section.standard-page .article-navigation .previous i.button {
    width: 21px;
    height: 21px;
    background-color: #337ab7;
    border-radius: 1px;
    float: left;
    margin-right: 15px;
    text-align: center;
    position: relative;
    top: 3px
}

section.standard-page .article-navigation .next i.button {
    float: right;
    margin-right: 0
}

section.standard-page .article-navigation .next i.button::before,
section.standard-page .article-navigation .previous i.button::before {
    content: '\e80b';
    color: #fff;
    font-size: 9px;
    font-family: 'ico-font';
    line-height: 21px;
    font-style: normal;
    float: left;
    width: 100%;
    text-align: center
}

section.standard-page .article-navigation .next i.button::before {
    content: '\e80c'
}

section.standard-page .article-navigation .previous .data {
    width: calc(100% - 36px);
    float: left
}

section.standard-page .article-navigation .next .data {
    width: calc(100% - 36px);
    float: right
}

section.standard-page .article-navigation .next .data h3.post-name,
section.standard-page .article-navigation .previous .data h3.post-name {
    width: 100%;
    font-size: 18px;
    color: #363636;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    letter-spacing: -.4px;
    line-height: 25px;
    float: left;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

section.standard-page .article-navigation .next .data span.title,
section.standard-page .article-navigation .next .data h3.post-name {
    text-align: right;
    float: right !important;
    margin-right: 15px
}

section.standard-page .article-navigation .next .data span.title,
section.standard-page .article-navigation .previous .data span.title {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #9CA5AA;
    line-height: .25px;
    text-transform: uppercase;
    font-family: 'Roboto';
    letter-spacing: .15px;
    margin-top: 15px
}

section.standard-page .comment-content {
    width: 100%;
    float: left;
    margin-bottom: 40px
}

section.standard-page .comment-content button.click-to-comments {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    outline: none;
    border: 1px solid #0E1E2B;
    height: 60px;
    line-height: 60px;
    color: #0E1E2B;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .51px;
    border-radius: 1px;
    cursor: pointer;
    transition: .3s all
}

section.standard-page .comment-content button.click-to-comments:hover {
    background-color: #0E1E2B;
    color: #fff
}

section.standard-page .comment-template {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-style: solid;
    border-color: #000;
    border-width: 0 0 1px 0
}

section.standard-page .comment-template .comments {
    width: 100%;
    float: left;
    position: relative
}

section.standard-page .comment-template .comments h2 {
    width: 100%;
    float: left;
    font-size: 24px;
    margin: 15px 0 0 0;
    padding: 0
}

section.standard-page .comment-template .comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

section.standard-page .comment-template .comments ul .children .reply {
    display: none !important;
    visibility: hidden !important
}

section.standard-page .comment-template .comments ul .children li {
    border-style: solid;
    border-color: #000;
    border-width: 1px 0 0 0;
    padding-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0
}

section.standard-page .comment-template .comments ul li {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 10px 0;
    border-style: solid;
    border-color: #000;
    border-width: 0 0 1px 0
}

section.standard-page .comment-template .comments ul li .comment-body {
    width: 100%;
    float: left
}

section.standard-page .comment-template .comments ul li .comment-body .comment-author.vcard {
    width: 100%;
    float: left
}

section.standard-page .comment-template .comments ul li .comment-body .comment-author.vcard .avatar {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    float: left
}

section.standard-page .comment-template .comments ul li .comment-body .comment-author.vcard .avatar img {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    display: inline-block
}

section.standard-page .comment-template .comments ul li .comment-body .comment-author.vcard .info {
    width: calc(100% - 55px);
    float: left;
    position: relative
}

section.standard-page .comment-template .comments ul li .comment-body .comment-author.vcard .info .reply {
    position: absolute;
    right: 0;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
    color: #18557c;
    transition: .3s all
}

section.standard-page .comment-template .comments ul li .comment-body:hover .reply {
    opacity: 1 !important
}

section.standard-page .comment-template .comments ul li .children {
    margin-left: 55px;
    width: calc(100% - 55px);
    float: left
}

section.standard-page .comment-template .comments ul li .comment-body .comment-author.vcard .info cite.name {
    float: left;
    width: 100%;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 5px
}

section.standard-page .comment-template .comments ul li .comment-body .comment-author.vcard .info .date {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 12px;
    color: #9CA5AA;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'Roboto';
    letter-spacing: -.215px
}

section.standard-page .comment-template .comments ul li .comment-body .comment-text {
    width: calc(100% - 55px);
    float: left;
    margin-left: 55px;
    margin-top: 7px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 0;
    color: #091E2C;
    font-weight: 400
}

section.standard-page .comment-template .comments ul li .comment-body .comment-text p {
    padding: 0;
    margin: 0
}

section.standard-page .comment-template .comments li .comment-respond {
    width: calc(100% - 55px);
    float: left;
    margin-left: 55px;
    margin-bottom: 30px
}

section.standard-page .comment-template .comments .comment-respond {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px
}

section.standard-page .comment-template .comments .comment-respond h3 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 10px 0
}

section.standard-page .comment-template .comments .comment-respond h3>small {
    float: right;
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
    color: #2A5479
}

section.standard-page .comment-template .comments .logged-in-as {
    display: none;
    visibility: hidden
}

section.standard-page .comment-template .comments label.comment {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 0 0 5px 0
}

section.standard-page .comment-template .comments .comment-respond textarea {
    width: 100%;
    float: left;
    min-height: 150px;
    height: 150px;
    padding: 20px;
    margin: 0 0 15px 0;
    border-color: #000;
    outline: none
}

section.standard-page .comment-template .comments .comment-respond .form-submit {
    width: 100%;
    float: left;
    padding: 0;
    margin: 85px 0 0 0
}

section.standard-page .comment-template .comments .comment-respond .form-submit .submit {
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
    outline: none;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #0E1E2B;
    border: none;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .51px;
    border-radius: 1px;
    cursor: pointer;
    transition: .3s all
}

section.standard-page .comment-template .comments .comment-respond .form-submit .submit:hover {
    background-color: #2A5479
}

section.standard-page .comment-template .comments .comment-respond .comment-form-author {
    width: calc(50% - 10px);
    float: left
}

section.standard-page .comment-template .comments .comment-respond .comment-form-author label {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 14px
}

section.standard-page .comment-template .comments .comment-respond .comment-form-author input {
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px
}

section.standard-page .comment-template .comments .comment-respond .comment-form-email {
    width: calc(50% - 10px);
    float: right
}

section.standard-page .comment-template .comments .comment-respond .comment-form-email label {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 14px
}

section.standard-page .comment-template .comments .comment-respond .comment-form-email input {
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px
}

section.standard-page .comment-template .comments .comment-respond .comment-form-url {
    display: none;
    visibility: hidden
}

section.standard-page .comment-template .comments .comment-respond .comment-form-cookies-consent {
    display: none;
    visibility: hidden
}

section.standard-page .comment-template .comments .comment-notes {
    font-size: 13px;
    color: #9ca5aa
}

section.standard-page .comment-template .comments ul li .comment-body .comment-awaiting-moderation {
    width: calc(100% - 55px);
    float: left;
    margin: 15px 0 0 55px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.1px;
    color: #a20e0e;
    font-weight: 400;
    background: #cf13131a;
    padding: 7px 11px 4px 11px;
    border-radius: 2px;
    font-style: italic
}

section.standard-page .must-read {
    width: 100%;
    float: left;
    margin-top: 20px
}

.alm-placeholder img {
    width: 100%;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block
}

.alm-reading-progress-wrap {
    box-shadow: none !important
}

.about-author-card {
    width: 100%;
    display: block;
    float: left;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #E8EAED;
    margin-bottom: 15px
}

.about-author-card.notop {
    border-top: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8EAED;
    margin-bottom: 40px
}

.about-author-card .avatar {
    width: 84px;
    height: 84px;
    float: left;
    background: #FFF;
    box-shadow: 0 33px 36px 0 rgba(207, 211, 222, .2), 0 1px 0 0 rgba(0, 0, 0, .06);
    border-radius: 2px;
    padding: 8px
}

.about-author-card .avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

.about-author-card .info {
    width: calc(100% - 84px);
    float: left;
    padding-left: 20px
}

.about-author-card .info .username {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #0F111F;
    letter-spacing: -.5px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 3px
}

.about-author-card .info .username:hover {
    color: #C90838
}

.about-author-card .info .bio {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #35383e;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 25px;
    font-family: 'Roboto'
}

.about-author-card .info .bio a {
    color: #C90838
}

.about-author-card .info .bio a:hover {
    text-decoration: underline
}

.about-author-card .info ul.social-id {
    width: 100%;
    float: left;
    padding: 0;
    margin: 15px 0 0 0;
    list-style-type: none
}

.about-author-card .info ul.social-id li {
    float: left;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -.5px;
    line-height: 25px;
    margin-right: 30px;
    transition: .3s all;
    margin-bottom: 10px
}

.about-author-card .info ul.social-id li:hover {
    transform: translateY(-2px)
}

.about-author-card .info ul.social-id li a {
    display: inline-block;
    float: left;
    color: inherit
}

.about-author-card .info ul.social-id li:last-child {
    margin-right: 0
}

.about-author-card .info ul.social-id li.facebook a,
.about-author-card .info ul.social-id li.facebook {
    color: #3B5A97
}

.about-author-card .info ul.social-id li.twitter a,
.about-author-card .info ul.social-id li.twitter {
    color: #00ABED
}

.about-author-card .info ul.social-id li.email a,
.about-author-card .info ul.social-id li.email {
    color: #8A909E
}

.about-author-card .info ul.social-id li.linkedin a,
.about-author-card .info ul.social-id li.linkedin {
    color: #3175AF
}

.about-author-card .info ul.social-id li::before {
    content: '';
    font-family: 'ico-font';
    font-size: 16px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    position: relative;
    height: inherit;
    width: inherit;
    background: inherit
}

.about-author-card .info ul.social-id li.facebook::before {
    content: '\e808';
    color: #3B5A97
}

.about-author-card .info ul.social-id li.twitter::before {
    content: '\e809';
    color: #00ABED;
    font-size: 14px;
    top: 1px
}

.about-author-card .info ul.social-id li.email::before {
    content: '\e805';
    color: #8A909E;
    top: 0
}

.about-author-card .info ul.social-id li.linkedin::before {
    content: '\f318';
    color: #3175AF;
    top: -2px
}

.wpcf7-form,
.wpcf7-form label,
.wpcf7-form label input,
.wpcf7-form label textarea,
.wpcf7-form input {
    width: 100%
}

.wpcf7-form label input {
    height: 50px;
    border: 1px solid #e2e2e2;
    outline: none;
    border-radius: 1px;
    padding: 0 15px
}

.wpcf7-form label textarea {
    border: 1px solid #e2e2e2;
    height: 150px;
    outline: none;
    border-radius: 1px
}

.wpcf7-form input.wpcf7-submit {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background-color: #162A46;
    height: 50px;
    line-height: 49px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .51px;
    border-radius: 1px;
    cursor: pointer;
    transition: .3s all;
    text-align: center
}

.wpcf7-form input.wpcf7-submit:hover {
    transform: scaleY(-3px;
    )
}

.descriptions-with-icons {
    width: 100%;
    float: left
}

.descriptions-with-icons ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.descriptions-with-icons ul li {
    width: 100%;
    float: left
}

.descriptions-with-icons ul li::before,
.descriptions-with-icons ul li::after {
    content: '' !important;
    display: none !important;
    visibility: hidden !important
}

.descriptions-with-icons ul li span.icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    float: left;
    border-radius: 100px;
    margin-right: 20px;
    border: 8px solid #FFC53A;
    line-height: 70px;
    text-align: center;
    position: relative;
    top: 5px
}

.descriptions-with-icons ul li span.icon i {
    width: 100%;
    height: 100%;
    line-height: 55px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #365FE3;
    font-size: 24px
}

.descriptions-with-icons ul li span.text {
    width: calc(100% - 90px);
    float: left
}

.descriptions-with-icons ul li span.text h3 {
    margin-top: 5px !important;
    margin-bottom: 3px !important
}

.descriptions-with-icons ul li span.text p {
    line-height: 25px !important
}

.descriptions-with-icons ul li span.icon i.icon-gift {
    font-size: 25px
}

.descriptions-with-icons ul li span.icon i.icon-credit-card {
    font-size: 23px
}

.descriptions-with-icons ul li span.icon i.icon-badge,
.descriptions-with-icons ul li span.icon i.icon-support {
    line-height: 58px;
    font-size: 25px
}

.descriptions-with-icons ul li span.icon i.icon-nav-poker {
    line-height: 57px
}

.alert-bar.blue {
    width: 100%;
    display: block;
    float: left;
    margin: 10px 0 20px 0
}

.alert-bar.blue .content {
    display: inline-block;
    background-color: #365FE3;
    border-radius: 2px;
    margin: 0 auto;
    padding: 17px 15px
}

.alert-bar.blue .content .star {
    width: 100%;
    display: inline-block;
    text-align: center
}

.alert-bar.blue .content .star i {
    font-style: normal;
    display: inline-block
}

.alert-bar.blue .content .star i::before {
    content: '\e812';
    font-family: 'ico-font';
    color: #FBB93F;
    font-size: 18px;
    float: left;
    display: inline-block;
    font-style: normal
}

.alert-bar.blue .content .text {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: -.15px
}

.breadcrumb {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E2E2E2
}

.breadcrumb.mtop {
    margin-top: 15px;
    margin-bottom: 15px
}

.breadcrumb.nobottom {
    margin-bottom: 0 !important
}

.breadcrumb.review {
    margin-top: 15px;
    margin-bottom: 0
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.breadcrumb ul li {
    font-size: 14px;
    color: gray;
    line-height: 18px;
    position: relative;
    display: inline;
    letter-spacing: -.5px
}

.breadcrumb ul li::after {
    content: '\e80c';
    font-family: 'ico-font';
    color: #B7B7B7;
    font-size: 10px;
    padding: 0 5px;
    position: relative;
    top: -1px
}

.breadcrumb ul li a {
    transition: .3s all
}

.breadcrumb ul li a:hover {
    color: #337ab7
}

.breadcrumb ul li:last-child {
    color: #091E2C
}

.breadcrumb ul li:last-child a:hover {
    text-decoration: none
}

.breadcrumb ul li:last-child::after {
    display: none;
    visibility: hidden
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    background-color: #162A46;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease;
    outline: none
}

.back-to-top::before {
    content: '\e80d';
    font-family: 'ico-font';
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #fff
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto
}

.back-to-top:focus {
    outline: none
}

.content-heading {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase;
    color: #363636;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.6px;
    margin: 0 0 12px 0;
    padding: 0
}

.pagination {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    float: left;
    margin-bottom: 30px
}

.pagination .page-numbers {
    float: left;
    border-radius: 3px;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 13px;
    color: #363636 !important;
    border: 1px solid #E2E2E2;
    transition: .3s all;
    margin: 0 10px 0 0;
    display: none;
    visibility: hidden
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.current {
    display: inline-block;
    visibility: visible
}

.pagination .page-numbers.current {
    background-color: #337ab7;
    color: #fff !important;
    border-color: #337ab7
}

.pagination .page-numbers:hover {
    background-color: #337ab7;
    color: #fff !important;
    border-color: #337ab7
}

.hidden {
    display: none;
    visibility: hidden
}

[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    line-height: 1.2;
    border-radius: 2px;
    -ms-word-break: break-all;
    word-break: break-all
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, .9)
}

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -80px
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px)
}

.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, .9)
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px)
}

.tooltip-right:before {
    top: 3px
}

.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px
}

.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, .9)
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px)
}

section.standard-page .edit-post {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

section.standard-page .edit-post a {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    outline: none;
    border: 1px solid #e2e2e2;
    height: 50px;
    line-height: 49px;
    color: #363636;
    font-size: 14px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .51px;
    border-radius: 1px;
    cursor: pointer;
    transition: .3s all;
    text-align: center
}

section.standard-page .edit-post a:hover {
    background-color: #162A46;
    border-color: #162A46;
    color: #fff
}

.read-our-reviews {
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px
}

.read-our-reviews.news a {
    margin-top: 0
}

.read-our-reviews a {
    padding: 0;
    margin: 20px 0 0 0;
    display: inline-block;
    outline: none;
    height: 50px;
    line-height: 52px;
    color: #FFF !important;
    background-color: #367ea9;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.51px;
    border-radius: 1px;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
    padding: 0 90px
}

.read-our-reviews a:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none !important
}

#toc_container a {
    color: #2B2B2B;
    font-size: 14px;
    text-decoration: none;
    text-shadow: none
}

#toc_container {
    border: 0;
    background: #FFF;
    border: 1px solid #E2E3E4;
    padding: 10px 20px;
    border-radius: 4px;
    clear: right;
    width: 100% !important;
    display: table;
    font-size: 95%;
    margin-bottom: 1em
}

.toc_wrap_right {
    float: right
}

#toc_container p.toc_title {
    padding-bottom: 5px;
    border-bottom: 1px solid #e8eaed;
    text-transform: uppercase;
    color: #17233d;
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -.5px;
    text-align: center
}

#toc_container p.toc_title+ul.toc_list {
    margin: 8px 0 7px 0
}

#toc_container span.toc_toggle a {
    color: #337ab7
}

div#toc_container>ul>li {
    padding: 4px 0;
    border-bottom: 1px solid #e8eaed
}

div#toc_container>ul>li::before {
    content: '';
    display: none;
    visibility: hidden
}

#toc_container span.toc_number {
    color: #337ab7;
    font-weight: 600;
    padding-right: 2px
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    background: 0;
    list-style-type: none;
    list-style: none
}

#toc_container li,
#toc_container ul {
    margin: 0;
    padding: 0
}

#toc_container ul ul {
    margin-left: 1.5em
}

#toc_container ul ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

main .schema-faq {
    width: 100%;
    float: left;
    position: relative
}

main .schema-faq .schema-faq-section {
    width: 100%;
    display: block;
    float: left;
    border-radius: 2px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #e2e2e2
}

main .schema-faq .schema-faq-section .schema-faq-question {
    font-size: 15px;
    display: inline-block;
    float: left;
    color: #2B2B2B;
    position: relative;
    letter-spacing: -.3px;
    cursor: pointer;
    padding: 20px 23px 17px 23px;
    width: 100%;
    font-weight: 400
}

main .schema-faq .schema-faq-section .schema-faq-question.active::before {
    content: '\e80d';
    color: #337ab7
}

main .schema-faq .schema-faq-section .schema-faq-question.active span {
    color: #337ab7;
    font-weight: 500
}

main .schema-faq .schema-faq-section .schema-faq-question::before {
    content: '\e80a';
    font-family: 'ico-font';
    color: #ccc;
    position: absolute;
    right: 22px;
    font-size: 18px;
    display: inline-block;
    float: left;
    top: 17px
}

main .schema-faq .schema-faq-section .schema-faq-answer {
    width: 100%;
    float: left;
    border-top: 1px solid #e2e2e2;
    line-height: 27px;
    font-size: 15.5px;
    font-weight: 400;
    letter-spacing: -.2px;
    color: #2B2B2B;
    padding: 20px 23px 17px 23px;
    margin: 0;
    display: none
}

main .schema-faq .schema-faq-section .schema-faq-answer p {
    line-height: 27px;
    font-size: 15.5px;
    font-weight: 400;
    color: #2B2B2B;
    letter-spacing: -.2px;
    margin-bottom: 0
}

.prev-next-buttons {
    width: 100%;
    display: block;
    float: left
}

.prev-next-buttons .btn {
    width: 48%
}

.prev-next-buttons .prev.btn {
    float: right
}

.prev-next-buttons .btn a {
    float: left;
    display: inline-block;
    border-radius: 2px;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    color: #363636;
    border: 1px solid #E2E2E2;
    transition: .3s all;
    width: 100%;
    text-align: center
}

.prev-next-buttons .btn a:hover {
    background: #AE273B;
    color: #fff;
    border-color: #AE273B;
    transform: translateY(-1px)
}

.card-block {
    width: 100%;
    margin-bottom: 15px
}

.card-block .item {
    width: 100%;
    float: left;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 25px 20px 20px 20px;
    position: relative;
    transition: .3s all
}

.card-block .item.clickable:hover {
    border-color: #337ab7
}

.card-block .item span.icon {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px
}

.card-block .item span.icon img {
    max-width: 120px
}

.card-block .item span.head,
.card-block .item span.data {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center
}

.card-block .item span.head {
    font-size: 12px;
    color: #878C98;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px
}

.card-block .item span.data {
    font-size: 20px;
    color: #0F111F;
    line-height: 20px;
    letter-spacing: -.5px;
    margin-top: 10px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    color: #363636;
    letter-spacing: -.6px
}

.card-block .item span.data a {
    padding: 15px 0 0 0;
    color: #088FE9
}

.card-block .item p {
    width: 100%;
    text-align: center !important;
    display: inline-block;
    float: left;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 10px 0 0 0;
    margin: 0
}

.card-block .item span.data a:hover {
    text-decoration: underline
}

.card-block .item span.button {
    display: inline-block;
    text-align: center;
    margin-top: 24px;
    width: 100%
}

.card-block .item span.button a.read-more {
    display: inline-block;
    width: 100%;
    height: 44px;
    border: 2px solid #E2E2E2;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #606060;
    font-weight: 700;
    letter-spacing: -.2px;
    font-family: 'Roboto Condensed';
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    border-radius: 1px;
    transition: .3s all
}

.card-block .item span.button a.read-more::after {
    content: '\e80c';
    font-family: 'ico-font';
    color: #E2E2E2;
    position: absolute;
    right: 10px;
    top: -1px;
    transition: .3s all;
    font-size: 13px
}

.card-block .item span.button a.read-more:hover {
    border-color: #337ab7;
    color: #337ab7;
    text-decoration: none
}

.card-block .item span.button a.read-more:hover::after {
    color: #337ab7
}

.casino-games-box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative
}

.casino-games-box .content {
    width: calc(100% + 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px
}

.casino-games-box .content .flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    width: 100%;
    float: left
}

.casino-games-box .content .box {
    width: 100%;
    height: 130px;
    float: left;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
    transition: .3s all;
    background-color: #fff
}

.casino-games-box .content .box:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.casino-games-box .content .box a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

.casino-games-box .content .box .icon {
    width: 100%;
    height: 56px;
    float: left;
    text-align: center;
    margin-top: 18px
}

.casino-games-box .content .box .icon i {
    color: #fff;
    font-size: 44px;
    position: relative
}

.casino-games-box .content .box .icon i.icon-008-magic {
    font-size: 51px;
    top: -3px
}

.casino-games-box .content .box .title {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    letter-spacing: -.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.casino-games-box .content .box.slots {
    background-color: #D83C19
}

.casino-games-box .content .box.blackjack {
    background-color: #FAA10D
}

.casino-games-box .content .box.roulette {
    background-color: #D41A5F
}

.casino-games-box .content .box.live-dealer {
    background-color: #B206E2
}

.casino-games-box .content .box.video-poker {
    background-color: #389BFF
}

.casino-games-box .content .box.baccarat {
    background-color: #6EBD39
}

.casino-games-box .content .box.pai-gow {
    background-color: #34495e
}

.casino-games-box .content .box.craps {
    background-color: #3498db
}

.casino-games-box .content .box.sic-bo {
    background-color: #16a085
}

.lity-wrap {
    z-index: 9999 !important
}

aside {
    width: calc(100% + 5px);
    float: left;
    left: -5px;
    position: relative;
    margin-bottom: 30px
}

aside .side-item {
    width: 100%;
    float: left;
    margin-bottom: 28px
}

aside .side-item h3 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 8px 0;
    color: #162A46;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    letter-spacing: -.2px
}

aside .side-item h3 i {
    padding-right: 5px;
    font-size: 20px
}

aside .side-item ul {
    list-style: none;
    padding: 0;
    margin: 0
}

aside .side-item ul li {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #2B2B2B;
    line-height: 20px;
    letter-spacing: -.45px;
    border-bottom: 1px solid #E2E2E2;
    transition: .3s all
}

aside .side-item ul li:hover {
    color: #337ab7;
    text-decoration: underline
}

aside .side-item ul li a {
    padding: 10px 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

.featured-news {
    width: 100%;
    float: left
}

.featured-news>.row>.col-12:nth-child(2),
.featured-news>.row>.col-12:nth-child(3) {
    display: none;
    visibility: hidden
}

.featured-news .news-card-item {
    width: 100%;
    height: 220px;
    float: left;
    position: relative;
    border-radius: 2px;
    margin-bottom: 25px;
    overflow: hidden
}

.featured-news .news-card-item:hover .thumbnail {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.featured-news .news-card-item .post {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    float: left;
    padding: 0 15px;
    z-index: 500
}

.featured-news .news-card-item .post h2 {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #fff;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 23px;
    letter-spacing: -.45px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.featured-news .news-card-item .post ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.featured-news .news-card-item .post ul li {
    float: left;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 11px;
    line-height: 13px;
    margin-right: 10px;
    position: relative
}

.featured-news .news-card-item .post ul li::before {
    content: '';
    font-family: 'ico-font';
    color: #fff;
    font-size: 11px;
    margin-right: 5px;
    float: left;
    position: relative
}

.featured-news .news-card-item .post ul li.author::before {
    content: '\f2bd'
}

.featured-news .news-card-item .post ul li.date::before {
    content: '\e817';
    font-size: 12px
}

.featured-news .news-card-item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

.featured-news .news-card-item .thumbnail {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    -moz-transition: all .50s;
    -webkit-transition: all .50s;
    transition: all .50s
}

.featured-news .news-card-item .thumbnail::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .76) 19%, rgba(0, 0, 0, .01) 54%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .76) 19%, rgba(0, 0, 0, .01) 54%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .76) 19%, rgba(0, 0, 0, .01) 54%)
}

.featured-news .news-card-item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover
}

body.post-template-default .featured-news-slider {
    margin-bottom: 0
}

.featured-news-slider {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    max-height: 255px;
    overflow: hidden
}

.owl-carousel {
    display: inline-block;
    visibility: visible
}

.featured-news-slider .item {
    width: 100%;
    height: 255px;
    max-height: 255px;
    float: left;
    position: relative;
    overflow: hidden
}

.featured-news-slider .item:hover .thumbnail img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.featured-news-slider .item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

.featured-news-slider .item .thumbnail {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 100
}

.featured-news-slider .item .thumbnail::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .07) 22%, #162A46 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, .07) 22%, #162A46 100%);
    background-image: linear-gradient(rgba(0, 0, 0, .07) 22%, #162A46 100%);
    z-index: 250
}

.featured-news-slider .item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    object-fit: cover
}

.featured-news-slider .item .data {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 250
}

.featured-news-slider .item .data span.head {
    width: 100%;
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 21px;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    letter-spacing: -.25px;
    line-height: 23px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.featured-news-slider .item .data span.category {
    float: left;
    height: 18px;
    display: inline-block;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    font-size: 11px;
    letter-spacing: -.3px;
    background-color: #337ab7;
    border-radius: 1px;
    margin-right: 7px;
    padding: 0 3px
}

.featured-news-slider .item .data span.date {
    float: left;
    line-height: 20px;
    font-family: 'Roboto Condensed';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.15px;
    color: #fff
}

.latest-casino-news {
    width: 100%;
    float: left
}

.article-item {
    width: 100%;
    float: left;
    margin-bottom: 15px !important
}

.article-item .thumbnail {
    float: left;
    width: 80px;
    height: 80px;
    background-color: #000;
    border-radius: 2px;
    overflow: hidden
}

.article-item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover
}

.article-item .post {
    width: calc(100% - 95px);
    margin-left: 15px;
    float: left
}

.article-item .post .info {
    width: 100%;
    float: left
}

.article-item .post .info .author {
    float: left;
    color: #9CA5AA;
    font-size: 12px;
    font-style: italic;
    line-height: 14px
}

.article-item .post .info .author a {
    color: #2A2F32;
    font-style: normal
}

.article-item .post .info .author a:hover {
    text-decoration: underline
}

.article-item .post .info .category {
    float: right;
    text-align: right;
    position: relative;
    color: #337ab7;
    font-size: 12px;
    line-height: 14px
}

.article-item .post .info .category::before {
    content: '';
    width: 4px;
    height: 4px;
    float: left;
    background-color: #337ab7;
    margin-right: 7px;
    position: relative;
    top: 5px
}

.article-item .post .info .category:hover {
    color: #337ab7
}

.article-item .post .data {
    width: 100%;
    float: left
}

.article-item:hover .post .data h3 {
    color: #337ab7
}

.article-item .post .data h3 {
    font-size: 20px;
    color: #363636;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -.7px;
    padding: 0;
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article-item .post .data time {
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #626262;
    line-height: 22px
}

.article-item .post .data p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Roboto';
    text-align: justify;
    color: #535353;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px
}

.trending-news {
    width: 100%;
    float: left
}

.trending-news.mtop {
    margin-top: 25px
}

.latest-blog-posts {
    width: 100%;
    float: left
}

.latest-blog-posts .post-item {
    border-bottom: none;
    padding-bottom: 0
}

.post-item {
    width: 100%;
    float: left;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 15px !important
}

.post-item .thumbnail {
    width: 100%;
    height: 135px;
    float: left;
    margin-bottom: 9px;
    overflow: hidden
}

.post-item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover
}

.post-item .info {
    width: 100%;
    float: left
}

.post-item .info .author {
    float: left;
    color: #9CA5AA;
    font-size: 12px;
    font-style: italic;
    line-height: 22px
}

.post-item .info .author a {
    color: #2A2F32;
    font-style: normal
}

.post-item .info .author a:hover {
    text-decoration: underline
}

.post-item .info .category {
    float: right;
    text-align: right;
    position: relative;
    color: #337ab7;
    font-size: 12px;
    line-height: 22px
}

.post-item .info .category::before {
    content: '';
    width: 4px;
    height: 4px;
    float: left;
    background-color: #337ab7;
    margin-right: 7px;
    position: relative;
    top: 8.5px
}

.post-item .data {
    width: 100%;
    float: left
}

.post-item .data:hover h3 {
    color: #337ab7 !important
}

.post-item .data h3 {
    font-family: 'Roboto Condensed';
    font-size: 18px !important;
    color: #363636 !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    letter-spacing: -0.5px !important;
    padding: 0 !important;
    margin: 2px 0 0 0 !important;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.post-item .data p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 3px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Roboto';
    color: #535353 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 22px !important;
    text-align: left !important
}

.post-item .data span.read-more {
    font-size: 13px;
    color: #337ab7;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 9px
}

.post-item .data span.read-more::after {
    content: '\e803';
    font-family: 'gbn-icons';
    color: #337ab7;
    padding-left: 10px;
    font-size: 10px
}

.review-content {
    width: 100%;
    float: left;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
    position: relative;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 4px 3px 0 0 rgba(202, 202, 202, .13)
}

.review-content .logo {
    width: 128px;
    height: 128px;
    line-height: 128px;
    margin-right: 20px;
    border-radius: 2px;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.review-content .logo img {
    vertical-align: middle;
    position: relative;
    width: 65%
}

.review-content .detail {
    width: 100%;
    float: left
}

.review-content .detail .top {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e2e2e2
}

.review-content .detail .top h1 {
    float: left;
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    color: #363636;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 25px;
    font-size: 22px;
    width: 100%;
    text-align: center
}

.review-content .detail .top .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.review-content .detail .top a.tc-apply {
    float: left;
    font-size: 12px;
    color: #9F9F9F;
    line-height: 24px;
    letter-spacing: -.15px;
    text-decoration: underline;
    margin-left: 10px
}

.review-content .detail .top .rating {
    float: left;
    position: relative;
    margin-left: 6px
}

.review-content .detail .top .rating ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left
}

.review-content .detail .top .rating ul li {
    float: left;
    padding: 0;
    margin: 0
}

.review-content .detail .top .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

.review-content .detail .top .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.review-content .detail .top .rating ul li i.star::before,
.review-content .detail .top .rating ul li i.star.full::before {
    content: '\e812';
    font-family: 'ico-font';
    color: #FFAE00;
    font-size: 17px;
    position: relative;
    margin-right: 1px
}

.review-content .detail .top .rating ul li i.star.half::before,
.review-content .detail .top .rating ul li i.star.quarter::before {
    background-image: -webkit-linear-gradient(left, #FFAE00 50%, #FFE4AB 50%);
    background-image: -o-linear-gradient(left, #FFAE00 50%, #FFE4AB 50%);
    background-image: linear-gradient(to right, #FFAE00 50%, #FFE4AB 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.review-content .detail .top .rating ul li i.star.empty::before {
    color: #FFE4AB
}

.review-content .detail .top .rating span.score {
    float: left;
    font-size: 14px;
    color: #363636;
    font-weight: 700;
    letter-spacing: -.2px;
    font-family: 'Roboto Condensed';
    margin-left: 3px;
    line-height: 18px
}

.review-content .detail .bonus {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.review-content .detail .bonus span.title {
    width: 100%;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #555;
    font-family: 'Roboto Condensed';
    letter-spacing: .15px;
    line-height: 13px;
    margin-bottom: 5px;
    text-align: center
}

.review-content .detail .bonus span.offer {
    width: 100%;
    float: left;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #f16a2b;
    letter-spacing: -.45px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 8px
}

.review-content .detail .bonus a {
    width: 100%;
    height: 40px;
    float: left;
    display: inline-block;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    background-color: #33bd02;
    letter-spacing: -.2px;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase
}

.review-content .detail .bonus a:hover {
    background-color: #30ad04
}

.review-content .detail .features {
    width: 100%;
    float: left
}

.review-content .detail .features span.title {
    width: 100%;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #555;
    font-family: 'Roboto Condensed';
    letter-spacing: .15px;
    line-height: 13px;
    margin-bottom: 13px
}

.review-content .detail .features ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.review-content .detail .features ul li {
    width: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 12px;
    color: #484848;
    letter-spacing: -.15px;
    margin-bottom: 12px;
    position: relative
}

.review-content .detail .features ul li::before {
    content: '\e803';
    font-family: 'ico-font';
    color: #57A955;
    margin-right: 6px;
    font-size: 10px
}

.review-content .detail .features ul li:last-child {
    margin-bottom: 0
}

.review-content .detail .deposit-options {
    width: 100%;
    float: left
}

.review-content .detail .deposit-options span.title {
    width: 100%;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #555;
    font-family: 'Roboto Condensed';
    letter-spacing: .15px;
    line-height: 13px;
    margin-bottom: 14px
}

.review-content .detail .deposit-options .content {
    width: 100%;
    float: left
}

.review-content .detail .deposit-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.review-content .detail .deposit-options ul li {
    height: 32px;
    width: 25%;
    float: left
}

.review-content .detail .deposit-options ul li span.logo {
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-radius: 0;
    float: left
}

.review-content .detail .deposit-options ul li span.logo.amex,
.review-content .detail .deposit-options ul li span.logo.american-express {
    background-color: #006FD6
}

.review-content .detail .deposit-options ul li span.logo.wiretransfer,
.review-content .detail .deposit-options ul li span.logo.wire-transfer {
    background-color: #2E6D8D
}

.review-content .detail .deposit-options ul li span.logo.bitcoin {
    background-color: #FF8E00
}

.review-content .detail .deposit-options ul li span.logo.click2pay {
    background-color: #9BD3E9
}

.review-content .detail .deposit-options ul li span.logo.mastercard {
    background-color: #E9E8E5
}

.review-content .detail .deposit-options ul li span.logo.moneygram {
    background-color: #EE2E24
}

.review-content .detail .deposit-options ul li span.logo.neteller {
    background-color: #71BD0E
}

.review-content .detail .deposit-options ul li span.logo.paypal {
    background-color: #0E307D
}

.review-content .detail .deposit-options ul li span.logo.skrill {
    background-color: #5D1A5F
}

.review-content .detail .deposit-options ul li span.logo.visa {
    background-color: #17206E
}

.review-content .detail .deposit-options ul li span.logo.ecopayz {
    background-color: #000
}

.review-content .detail .deposit-options ul li span.logo.litecoin {
    background-color: #f1f1f1
}

.review-content .detail .deposit-options ul li span.logo.westernunion,
.review-content .detail .deposit-options ul li span.logo.western-union {
    background-color: #FFCF00
}

.review-content .detail .deposit-options ul li span.logo i {
    background: url(../img/payment-logos/sprite-new.png) no-repeat top left;
    background-size: 70px 223px;
    vertical-align: middle;
    position: relative;
    display: inline-block
}

.review-content .detail .deposit-options ul li span.logo.amex i,
.review-content .detail .deposit-options ul li span.logo.american-express i {
    background-position: 0 0;
    width: 50px;
    height: 18px
}

.review-content .detail .deposit-options ul li span.logo.bitcoin i {
    background-position: 0 -19px;
    width: 50px;
    height: 14px
}

.review-content .detail .deposit-options ul li span.logo.click2pay i {
    background-position: 0 -34px;
    width: 65px;
    height: 12px
}

.review-content .detail .deposit-options ul li span.logo.ecopayz i {
    background-position: 0 -47px;
    width: 60px;
    height: 15px;
    top: 1.5px
}

.review-content .detail .deposit-options ul li span.logo.litecoin i {
    background-position: 0 -63px;
    width: 66px;
    height: 17px
}

.review-content .detail .deposit-options ul li span.logo.mastercard i {
    background-position: 0 -81px;
    width: 31px;
    height: 19px
}

.review-content .detail .deposit-options ul li span.logo.moneygram i {
    background-position: 0 -101px;
    width: 50px;
    height: 25px
}

.review-content .detail .deposit-options ul li span.logo.neteller i {
    background-position: 0 -127px;
    width: 64px;
    height: 11px
}

.review-content .detail .deposit-options ul li span.logo.paypal i {
    background-position: 0 -139px;
    width: 70px;
    height: 17px
}

.review-content .detail .deposit-options ul li span.logo.skrill i {
    background-position: 0 -157px;
    width: 44px;
    height: 15px
}

.review-content .detail .deposit-options ul li span.logo.visa i {
    background-position: 0 -173px;
    width: 46px;
    height: 15px
}

.review-content .detail .deposit-options ul li span.logo.westernunion i,
.review-content .detail .deposit-options ul li span.logo.western-union i {
    background-position: 0 -189px;
    width: 62px;
    height: 15px
}

.review-content .detail .deposit-options ul li span.logo.wiretransfer i,
.review-content .detail .deposit-options ul li span.logo.wire-transfer i {
    background-position: 0 -205px;
    width: 46px;
    height: 17px
}

.review-content .detail .deposit-options ul li span.more-payment {
    width: 100%;
    height: 32px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-radius: 0;
    float: left;
    font-size: 12px;
    color: #6b6b6b;
    letter-spacing: -.4px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed'
}

section.page-not-found {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 115px;
    margin-top: 130px
}

section.page-not-found.nothing {
    margin-top: 90px;
    margin-bottom: 0
}

section.page-not-found.category {
    margin-top: 30px;
    margin-bottom: 30px
}

section.page-not-found.category h1.head {
    font-size: 32px
}

section.page-not-found.nothing h1.head {
    font-size: 36px
}

section.page-not-found h1.head {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    font-size: 44px;
    line-height: 44px;
    color: #091E2C;
    font-weight: 700
}

section.page-not-found span.description {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: -.15px;
    font-size: 23px;
    color: #2A2F32;
    line-height: 36px
}

section.page-not-found .search {
    width: 100%;
    float: left;
    margin-top: 20px
}

section.page-not-found .search .input {
    width: 100%;
    float: left;
    position: relative
}

section.page-not-found .search .input::before {
    content: '\e816';
    font-family: 'ico-font';
    color: #D4D7DA;
    position: absolute;
    left: 20px;
    top: 14px;
    font-size: 20px
}

section.page-not-found .search .input input {
    width: 100%;
    height: 60px;
    border-style: solid;
    border-color: #e2e2e2;
    border-width: 1px 1px 1px 1px;
    border-radius: 1px;
    outline: none;
    font-family: 'Roboto';
    font-weight: 300;
    color: #2A2F32;
    padding: 0 30px 0 55px;
    font-size: 16px;
    letter-spacing: -.1px
}

section.result-header {
    width: 100%;
    background-color: #0F2038;
    float: left;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 20px
}

section.result-header::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .15)
}

section.result-header span.result {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #fff;
    letter-spacing: -.5px;
    line-height: 21px;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase
}

section.result-header h1.head {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

section.results-posts {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px
}

section.results-posts .r-post-item {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    padding-bottom: 20px;
    margin-bottom: 20px
}

section.results-posts .r-post-item .post {
    width: calc(100% - 100px);
    margin-right: 20px;
    float: left
}

section.results-posts .r-post-item .post .info {
    width: 100%;
    float: left
}

section.results-posts .r-post-item .post .info .author {
    float: left;
    color: #9CA5AA;
    font-size: 12px;
    font-style: italic;
    line-height: 22px
}

section.results-posts .r-post-item .post .info .author a {
    color: #2A2F32;
    font-style: normal
}

section.results-posts .r-post-item .post .info .author a:hover {
    text-decoration: underline
}

section.results-posts .r-post-item .post .info .category {
    float: right;
    text-align: right;
    position: relative;
    color: #9CA5AA;
    font-size: 12px;
    line-height: 22px
}

section.results-posts .r-post-item .post .info .category::before {
    content: '';
    width: 4px;
    height: 4px;
    float: left;
    background-color: #9CA5AA;
    margin-right: 7px;
    position: relative;
    top: 8.5px
}

section.results-posts .r-post-item .post .info .category:hover {
    color: #18557C
}

section.results-posts .r-post-item .post .info .category:hover::before {
    background-color: #18557C
}

section.results-posts .r-post-item .post .data {
    width: 100%;
    float: left
}

section.results-posts .r-post-item .post .data:hover h3 {
    text-decoration: underline;
    color: #18557C
}

section.results-posts .r-post-item .post .data h3 {
    font-size: 18px;
    color: #091E2C;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -.2px;
    padding: 0;
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

section.results-posts .r-post-item .post .data time {
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #6E787F;
    line-height: 22px;
    margin-bottom: 3px;
    margin-top: 5px
}

section.results-posts .r-post-item .post .data p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Roboto';
    color: #2A2F32;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px
}

section.results-posts .r-post-item .thumbnail {
    float: left;
    width: 80px;
    height: 80px;
    background-color: #0E1E2B
}

section.results-posts .r-post-item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover
}

.brand-table {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    margin-top: 8px
}

.brand-table .brand {
    width: 100%;
    float: left;
    padding: 15px 20px 12px 20px;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    position: relative;
    margin-top: -1px
}

.brand-table .brand:first-child .rank {
    background-color: #ffae00
}

.brand-table .brand:first-child {
    border: 2px solid #ffae00;
    margin-bottom: 1px
}

.brand-table .brand:first-child .actions a.button.cta {
    background-color: #ffae00;
    border-color: #ffae00
}

.brand-table .brand .rank {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #162A46;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 19px;
    letter-spacing: -.15px;
    z-index: 999
}

.brand-table .brand .logo {
    width: 128px;
    height: 128px;
    line-height: 128px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin-right: 20px
}

.brand-table .brand .logo img {
    vertical-align: middle;
    position: relative;
    width: 50%
}

.brand-table .brand .info {
    width: calc(100% - 148px);
    float: left
}

.brand-table .brand .info .head {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.brand-table .brand .info .head h2 {
    float: left;
    font-size: 17px;
    font-family: 'Roboto Condensed';
    color: #363636;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 22px;
    margin: 2px 7px 0 0;
    padding: 0;
    border-bottom: none
}

.brand-table .brand .info .head i.country-flag {
    width: 26px;
    height: 17px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    margin-top: 4px
}

.brand-table .brand .info .head i.country-flag.us {
    background-image: url(../img/flag/sm/us.png)
}

.brand-table .brand .info .head i.country-flag.uk {
    background-image: url(../img/flag/sm/uk.png)
}

.brand-table .brand .info .head i.country-flag.ca {
    background-image: url(../img/flag/sm/ca.png)
}

.brand-table .brand .info .head i.country-flag.au {
    background-image: url(../img/flag/sm/au.png)
}

.brand-table .brand .info .head i.country-flag.not-accepted {
    opacity: .2
}

.brand-table .brand .info .head span {
    float: left;
    font-size: 12px;
    color: #555558;
    font-family: 'Roboto Condensed';
    line-height: 17px;
    margin-top: 5px;
    position: relative;
    margin-left: 2px
}

.brand-table .brand .info .head span.badge {
    background-color: #da334a;
    float: left;
    color: #fff;
    font-size: 12px;
    letter-spacing: -.15px;
    line-height: 14px;
    padding: 4px 6px 3px 6px;
    position: relative;
    top: 2px;
    border-radius: 1px;
    font-family: 'Roboto Condensed'
}

.brand-table .brand .info .offer {
    width: 100%;
    float: left
}

.brand-table .brand .info .offer span.title {
    float: left;
    font-size: 21px;
    color: #363636;
    letter-spacing: -.25px;
    font-family: 'Roboto Condensed';
    line-height: 23px;
    font-weight: 700;
    margin-right: 5px
}

.brand-table .brand .info .offer span.bonus {
    float: left;
    font-size: 21px;
    color: #f16a2b;
    letter-spacing: -.25px;
    font-family: 'Roboto Condensed';
    line-height: 23px;
    font-weight: 700
}

.brand-table .brand .actions {
    width: 100%;
    float: left;
    margin-top: 5px
}

.brand-table .brand .actions a.button {
    width: 100%;
    height: 44px;
    border: 2px solid #E2E2E2;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #606060;
    font-weight: 700;
    letter-spacing: -.2px;
    font-family: 'Roboto Condensed';
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    text-transform: uppercase;
    position: relative;
    border-radius: 1px;
    transition: .3s all
}

.brand-table .brand .actions a.button:hover {
    text-decoration: none;
    background-color: #162A46;
    border-color: #162A46;
    color: #fff
}

.brand-table .brand .actions a.button.cta {
    border-color: #33bd02;
    background-color: #33bd02;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    height: 55px;
    line-height: 54px;
    font-size: 21px
}

.brand-table .brand .actions a.button.cta::after {
    content: '\e80c';
    font-family: 'ico-font';
    color: #fff;
    position: absolute;
    right: 20px;
    top: -1px;
    transition: .3s all;
    font-size: 17px
}

.brand-table .brand .actions a.button.cta:hover::after {
    right: 16px
}

.brand-table .brand .actions a.tc-apply {
    font-size: 12px;
    color: #9B9B9B;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 12px;
    letter-spacing: -.15px;
    font-weight: 400;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 11px;
    transition: .3s all
}

.brand-table .brand .actions a.tc-apply::after {
    font-family: 'Roboto';
    text-transform: none
}

.brand-table .brand .actions a.tc-apply:hover {
    color: #337ab7
}

.brand-table .brand .info .features {
    width: 100%;
    float: left;
    margin-top: 6px
}

.brand-table .brand .info .features ul {
    list-style: none;
    padding: 0;
    margin: 4px 0 0 0
}

.brand-table .brand .info .features ul li {
    float: left;
    font-size: 12px;
    color: #cecfd0;
    letter-spacing: -.15px;
    line-height: 13px;
    position: relative;
    padding: 0;
    margin: 0 10px 6px 0;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase
}

.brand-table .brand .info .features ul li.active {
    color: #162A46
}

.brand-table .brand .info .features ul li::before,
.brand-table .brand .info .features ul li::after {
    content: '' !important;
    display: none !important;
    visibility: hidden !important
}

.brand-table .brand .info .features ul li i {
    font-size: 12px;
    margin-right: 5px;
    position: relative
}

.brand-table .brand .info .rating {
    width: 100%;
    float: left;
    margin-top: 2px
}

.brand-table .brand .info .rating ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.brand-table .brand .info .rating ul li {
    float: left;
    padding: 0;
    margin: 0
}

.brand-table .brand .info .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

.brand-table .brand .info .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.brand-table .brand .info .rating ul li i.star::before,
.brand-table .brand .info .rating ul li i.star.full::before {
    content: '\e812';
    font-family: 'ico-font';
    color: #FFAE00;
    font-size: 14px;
    position: relative;
    margin-right: 1px
}

.brand-table .brand .info .rating ul li i.star.half::before,
.brand-table .brand .info .rating ul li i.star.quarter::before {
    background-image: -webkit-linear-gradient(left, #FFAE00 50%, #FFE4AB 50%);
    background-image: -o-linear-gradient(left, #FFAE00 50%, #FFE4AB 50%);
    background-image: linear-gradient(to right, #FFAE00 50%, #FFE4AB 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.brand-table .brand .info .rating ul li i.star.empty::before {
    color: #FFE4AB
}

.brand-table .brand .info .rating span.score {
    float: left;
    font-size: 13px;
    color: #848181;
    font-weight: 400;
    letter-spacing: -.2px;
    font-family: 'Roboto Condensed';
    margin-left: 3px;
    line-height: 19px
}

.side-card {
    width: 100%;
    margin-bottom: 15px;
    float: right;
    padding: 15px 20px 5px 20px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 2px
}

.side-card a.cta {
    width: 100%;
    height: 44px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    background-color: #33bd02;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: -.2px;
    font-family: 'Roboto Condensed';
    padding: 0;
    margin: 10px 0 15px 0;
    float: left;
    display: block;
    text-transform: uppercase;
    position: relative;
    border-radius: 1px;
    transition: .3s all
}

.side-card a.cta:hover::after {
    right: 13px
}

.side-card a.cta::after {
    content: '\e80c';
    font-family: 'ico-font';
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    transition: .3s all;
    font-size: 13px
}

.side-card ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    float: left
}

.side-card ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E2E2E2;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0
}

.side-card ul li::before,
.side-card ul li::after {
    content: '';
    display: none !important;
    visibility: hidden !important
}

.side-card ul li span.head {
    width: 100%;
    float: left;
    font-size: 15px;
    font-family: 'Roboto Condensed';
    color: #363636;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.3px;
    margin-bottom: 1px
}

.side-card ul li span.title {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.2px;
    color: #2B2B2B;
    font-weight: 400;
    font-family: 'Roboto', sans-serif
}

.side-card ul li span.licence {
    float: left;
    margin-right: 5px;
    height: 27px
}

.side-card ul li span.licence i {
    float: left;
    float: left;
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
    background-size: 100%;
    background-repeat: no-repeat
}

.side-card ul li span.licence i.mga {
    content: '';
    background-image: url(../img/licenced/mga.png);
    width: 107px;
    height: 21px
}

.side-card ul li span.licence i.nj {
    content: '';
    background-image: url(../img/licenced/ccc.png);
    width: 113px;
    height: 21px
}

.side-card ul li span.licence i.gambling-commission {
    content: '';
    background-image: url(../img/licenced/gambling-commission.png);
    width: 92px;
    height: 17px
}

.side-card ul li span.licence i.gra {
    content: '';
    background-image: url(../img/licenced/gra.png);
    width: 17px;
    height: 17px;
    top: 2px;
    margin-right: 3px
}

.side-card ul li span.licence i.curacao {
    content: '';
    background-image: url(../img/licenced/curacao.png);
    width: 17px;
    height: 20px
}

.side-card ul li span.licence i.kahnawake {
    content: '';
    background-image: url(../img/licenced/kahnawake.png);
    width: 100px;
    height: 25px;
    top: -2px
}

.side-card ul li span.licence i.dge {
    content: '';
    background-image: url(../img/licenced/dge.png);
    width: 20px;
    height: 19px
}

.side-card ul li span.licence i.isle-of-man {
    content: '';
    background-image: url(../img/licenced/isle-of-man.png);
    width: 24px;
    height: 20px
}

.side-card ul li span.licence i.panama-gambling-control {
    content: '';
    background-image: url(../img/licenced/panama-gambling-control.png);
    width: 20px;
    height: 20px
}

.side-card ul li span.licence i.costa-rica {
    content: '';
    background-image: url(../img/licenced/costa-rica.png);
    width: 24px;
    height: 26px
}

.side-card ul li span.licence i.lotteries-gaming {
    content: '';
    background-image: url(../img/licenced/lotteries-gaming.png);
    width: 96px;
    height: 26px
}

.side-card ul li span.licence i.bronte {
    content: '';
    background-image: url(../img/licenced/bronte.png);
    width: 84px;
    height: 20px
}

.side-card ul li span.game {
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    height: 30px;
    border-radius: 1px;
    padding: 0 8px;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    letter-spacing: -.3px
}

.side-card ul li span.game i {
    font-size: 22px;
    float: left;
    margin-right: 4px;
    position: relative;
    line-height: 30px
}

.side-card ul li span.game span.text {
    line-height: 31px;
    float: left;
    font-size: 13px
}

.side-card ul li span.game i::before {
    content: '';
    font-family: 'ico-font';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.side-card ul li span.game.slot {
    background-color: #D83C19
}

.side-card ul li span.game.slot i {
    top: 2px
}

.side-card ul li span.game.slot i::before {
    content: '\e82f'
}

.side-card ul li span.game.blackjack {
    background-color: #EEA43D
}

.side-card ul li span.game.blackjack i {
    font-size: 19px;
    left: -2px;
    top: 1px
}

.side-card ul li span.game.blackjack i::before {
    content: '\e82b'
}

.side-card ul li span.game.roulette {
    background-color: #C33360
}

.side-card ul li span.game.roulette i {
    font-size: 21px
}

.side-card ul li span.game.roulette i::before {
    content: '\e82a'
}

.side-card ul li span.game.live-dealer {
    background-color: #A32EDA
}

.side-card ul li span.game.live-dealer i {
    font-size: 20px
}

.side-card ul li span.game.live-dealer i::before {
    content: '\e829'
}

.side-card ul li span.game.video-poker {
    background-color: #549BF8
}

.side-card ul li span.game.video-poker i {
    top: 1px
}

.side-card ul li span.game.video-poker i::before {
    content: '\e82e'
}

.side-card ul li span.game.baccarat {
    background-color: #81BA4F
}

.side-card ul li span.game.baccarat i {
    top: 1px
}

.side-card ul li span.game.baccarat i::before {
    content: '\e82d'
}

.side-card ul li span.game.pai-gow {
    background-color: #38495C
}

.side-card ul li span.game.pai-gow i {
    top: 1px
}

.side-card ul li span.game.pai-gow i::before {
    content: '\e835'
}

.side-card ul li span.game.craps {
    background-color: #5197D6
}

.side-card ul li span.game.craps i {
    top: 1px
}

.side-card ul li span.game.craps i::before {
    content: '\e833'
}

.side-card ul li span.game.sic-bo {
    background-color: #4A9E86
}

.side-card ul li span.game.sic-bo i {
    top: 1px
}

.side-card ul li span.game.sic-bo i::before {
    content: '\e836'
}

.side-card ul li span.device {
    float: left;
    margin-right: 12px;
    margin-bottom: 9px;
    color: #2B2B2B;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.2px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif
}

.side-card ul li span.device i {
    font-size: 19px;
    float: left;
    margin-right: 4px;
    position: relative;
    line-height: 20px
}

.side-card ul li span.device span.text {
    float: left;
    font-size: 14px;
    line-height: 21px
}

.side-card ul li span.device i::before {
    content: '';
    font-family: 'ico-font';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.side-card ul li span.device.android i {
    font-size: 20px
}

.side-card ul li span.device.android i::before {
    content: '\e818';
    color: #77AD53
}

.side-card ul li span.device.ios i::before {
    content: '\e819';
    color: #000
}

.side-card ul li span.device.windows i::before {
    content: '\e832';
    color: #4CACE9
}

section.hero-banner {
    width: 100%;
    float: left;
    position: relative;
    background-image: -webkit-linear-gradient(left, #9F3148 8%, #6A0B0D 100%);
    background-image: -o-linear-gradient(left, #9F3148 8%, #6A0B0D 100%);
    background-image: linear-gradient(to right, #9F3148 8%, #6A0B0D 100%);
    overflow: hidden
}

section.hero-banner::before {
    content: '';
    width: 428px !important;
    height: 207px !important;
    float: left;
    position: absolute;
    left: -90px;
    bottom: -10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/elements/left-flag.png);
    display: none;
    visibility: hidden
}

section.hero-banner::after {
    content: '';
    width: 456px !important;
    height: 81px !important;
    float: left;
    position: absolute;
    right: -70px;
    top: -30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/elements/right-flag.png);
    display: none;
    visibility: hidden
}

section.hero-banner span.pattern {
    width: 100%;
    float: left;
    position: relative;
    pointer-events: none;
    z-index: 1
}

section.hero-banner span.pattern::before {
    content: '';
    width: 1815px;
    height: 237px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/elements/star.png);
    position: absolute;
    left: calc(50% - 907px);
    top: 24px;
    display: none;
    visibility: hidden
}

section.hero-banner .head {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 30px;
    z-index: 100
}

section.hero-banner .head span.title {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: -.5px;
    line-height: 21px;
    color: #fff;
    width: 100%;
    float: left;
    text-transform: uppercase
}

section.hero-banner .head span.site-name {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1.3px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    line-height: 52px;
    font-size: 39px
}

section.hero-banner .head p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 3px 0 0 0;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    letter-spacing: -.2px
}

section.hero-banner .cards {
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-bottom: 20px;
    z-index: 9999;
    position: relative
}

section.hero-banner .cards .item {
    width: 100%;
    float: left;
    height: 54px;
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
    border-radius: 2px;
    transition: .3s all
}

section.hero-banner .cards .item:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

section.hero-banner .cards .item:hover span.title::after {
    transform: translateX(-10px)
}

section.hero-banner .cards .item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

section.hero-banner .cards .item span.logo {
    width: 54px;
    height: 54px;
    line-height: 54px;
    float: left;
    background-color: #000
}

section.hero-banner .cards .item span.logo img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

section.hero-banner .cards .item span.title {
    width: calc(100% - 54px);
    float: left;
    overflow: hidden;
    max-height: 54px;
    background-color: #fff;
    line-height: 54px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    letter-spacing: -.4px;
    color: #363636;
    text-transform: uppercase;
    padding-left: 18px;
    position: relative;
    padding-top: 1px
}

section.hero-banner .cards .item span.title::after {
    content: '\e80c';
    font-family: 'ico-font';
    color: #FF9A00;
    position: absolute;
    right: 18px;
    top: 0;
    font-size: 14px;
    pointer-events: none;
    transition: .3s all
}

.small-boxes {
    width: 100%;
    float: left;
    position: relative
}

.small-boxes .item .info-tooltip {
    margin-left: 4px
}

.small-boxes .item .info-tooltip::before {
    content: '\f085';
    color: #cbced0;
    font-family: 'ico-font';
    position: relative;
    font-size: 14px
}

.small-boxes .item .card-info:hover {
    text-decoration: none
}

.small-boxes .item {
    width: 100%;
    float: left;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding-top: 30px;
    margin-bottom: 15px
}

.small-boxes .item .logo {
    width: 108px;
    height: 108px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 18px
}

.small-boxes .item .logo .content {
    width: 108px;
    height: 108px;
    line-height: 108px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    float: left;
    border-radius: 100px;
    overflow: hidden
}

.small-boxes .item .info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.small-boxes .item .logo .content img {
    vertical-align: middle;
    position: relative;
    width: 65%
}

.small-boxes .item .heading {
    width: 100%;
    float: left;
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 13px;
    font-size: 22px;
    color: #363636;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 25px;
    font-family: 'Roboto Condensed';
    text-align: center
}

.small-boxes .item .cta {
    width: 100%;
    float: left;
    padding: 0 20px 20px 20px
}

.small-boxes .item .cta a {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-color: #57a955;
    background-color: #57a955;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.2px;
    font-family: 'Roboto Condensed';
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    text-transform: uppercase;
    position: relative;
    border-radius: 1px
}

.small-boxes .item .cta a::after {
    content: '\e80c';
    font-family: 'ico-font';
    color: #fff;
    position: absolute;
    right: 15px;
    top: 1px;
    transition: .3s all;
    font-size: 13px
}

.small-boxes .item .cta a:hover::after {
    right: 18px
}

.small-boxes .item .cta a:hover {
    text-decoration: none
}

.small-boxes .item .info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left
}

.small-boxes .item .info ul li {
    float: left;
    padding: 0;
    margin: 0
}

.small-boxes .item .info ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

.small-boxes .item .info ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.small-boxes .item .info ul li i.star::before,
.small-boxes .item .info ul li i.star.full::before {
    content: '';
    width: 15px;
    height: 13px;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(https://www.casinosites.us/wp-content/themes/Casino-Fresh/img/elements/dia-star-full.png);
    position: relative;
    top: 3px;
    margin-right: 1px
}

.small-boxes .item .info ul li i.star.half::before,
.small-boxes .item .info ul li i.star.quarter::before {
    content: '';
    width: 15px;
    height: 13px;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(https://www.casinosites.us/wp-content/themes/Casino-Fresh/img/elements/dia-star-half.png);
    position: relative;
    top: 3px;
    margin-right: 1px
}

.small-boxes .item .info ul li i.star.empty::before {
    content: '';
    width: 15px;
    height: 13px;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(https://www.casinosites.us/wp-content/themes/Casino-Fresh/img/elements/dia-star-empty.png);
    position: relative;
    top: 3px;
    margin-right: 1px
}

.small-boxes .item .info span.score {
    float: left;
    font-size: 13px;
    color: #363636;
    font-weight: 700;
    letter-spacing: -.2px;
    font-family: 'Roboto Condensed';
    margin-left: 3px;
    line-height: 19px
}

.page-wrapper {
    width: 100%;
    float: left
}

.page-header {
    width: 100%;
    height: 75px;
    float: left;
    position: relative;
    overflow: hidden;
    background: #0F2038;
    box-shadow: 0 1px 54px 0 rgba(33, 49, 71, .36)
}

.page-header .left {
    float: left;
    width: 500px;
    padding-top: 12px;
    z-index: 9999;
    position: relative
}

.page-header .left span {
    width: 100%;
    float: left;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #FFF;
    letter-spacing: -.4px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#DCEAF2 45%, #B6C5D8 45%);
    background-image: -o-linear-gradient(#DCEAF2 45%, #B6C5D8 45%);
    background-image: linear-gradient(#DCEAF2 45%, #B6C5D8 45%)
}

.page-header .left span:first-child {
    font-size: 20px;
    line-height: 20px
}

.page-header .left span:nth-child(2) {
    font-size: 31px;
    line-height: 31px
}

.page-header .right {
    float: right;
    max-width: 600px;
    display: none;
    visibility: hidden;
    overflow: hidden
}

.page-header .cover-image {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 460px;
    z-index: 500;
    right: -50px;
    height: 75px
}

body.home .page-header .cover-image img {
    opacity: .15
}

.page-header .cover-image img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .45;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-header .cover-image::before {
    content: '';
    height: 75px;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-image: -webkit-linear-gradient(right, rgba(24, 38, 57, 0) 67%, #0f2038 100%);
    background-image: -o-linear-gradient(right, rgba(24, 38, 57, 0) 67%, #0f2038 100%);
    background-image: linear-gradient(to left, rgba(24, 38, 57, 0) 67%, #0f2038 100%)
}

.page-header .cover-image::after {
    content: '';
    height: 75px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: -webkit-linear-gradient(0deg, rgba(24, 38, 57, 0) 65%, #0f2038 97%);
    background-image: -o-linear-gradient(0deg, rgba(24, 38, 57, 0) 65%, #0f2038 97%);
    background-image: linear-gradient(90deg, rgba(24, 38, 57, 0) 65%, #0f2038 97%);
    z-index: 999
}

.page-header .right span.cover-text {
    float: right;
    text-align: right;
    font-family: 'Roboto';
    line-height: 75px;
    color: #fff;
    font-size: 15px;
    letter-spacing: -.2px;
    position: relative;
    z-index: 1000;
    display: none;
    visibility: hidden
}

.page-header .right span.cover-text::before {
    content: '\e83e';
    font-family: 'ico-font';
    color: #FFB93E;
    font-size: 20px;
    float: left;
    margin-right: 5px
}

.single-boxes {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px
}

.single-boxes .item {
    width: 100%;
    float: left;
    border: 1px solid #e2e2e2;
    padding: 30px 20px 20px 20px;
    margin-bottom: 15px
}

.single-boxes .item .image {
    margin: 0 auto
}

.single-boxes .item .image img {
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block
}

.single-boxes .item h3.head {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #244d9c;
    letter-spacing: -.7px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 20px 0 10px 0;
    padding: 0
}

.single-boxes .item p.description {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: 0;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -.2px;
    color: #69717f;
    font-weight: 400;
    font-family: 'Roboto', sans-serif
}

.horizontal-box {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 20px 0
}

.horizontal-box .item {
    width: 100%;
    float: left;
    margin: 15px 0;
    border: 1px solid #244d9c;
    padding: 20px 20px 19px 20px;
    border-radius: 4px;
    position: relative
}

.horizontal-box .item p {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0 0 0 72px;
    margin: 0;
    text-align: left;
    font-size: 15.5px;
    line-height: 27px;
    letter-spacing: -.2px;
    color: #2B2B2B;
    font-weight: 400;
    font-family: 'Roboto', sans-serif
}

.horizontal-box .item p::before {
    content: '\e824';
    font-family: 'ico-font';
    position: absolute;
    left: 24px;
    top: 23px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    float: left;
    border-radius: 100px;
    background: #83D15E;
    color: #fff;
    font-size: 22px
}

.horizontal-box .item p strong {
    font-weight: 700
}

.content-wrapper {
    width: 100%;
    float: left;
    position: relative
}

.testimonial {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px
}

.testimonial .user {
    width: 100%;
    float: left;
    position: relative
}

.testimonial .user iframe {
    width: 100%;
    float: left
}

.testimonial .user .image {
    width: 102px;
    height: 102px;
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden
}

.testimonial .user .image img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

.testimonial .user span.name {
    width: 100%;
    float: left;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #cf142b;
    font-weight: 500;
    letter-spacing: -.1px;
    margin-bottom: 3px;
    margin-top: 15px
}

.testimonial .user span.title {
    width: 100%;
    float: left;
    text-align: center;
    display: inline-block;
    color: #69717f;
    font-size: 13px;
    display: inline-block;
    font-weight: 400
}

.testimonial .review {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #d0d6dd;
    border-top: 1px solid #f3f7fa;
    padding: 30px 40px 15px 40px;
    margin-top: 20px
}

.testimonial .review p {
    width: 100%;
    float: left;
    font-size: 15px !important;
    line-height: 24px !important;
    letter-spacing: -.2px !important;
    color: #6b6a6a !important;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
    text-align: center !important
}

.icr-content {
    width: 100%;
    float: left;
    position: relative;
    background-size: 100% 410px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../img/elements/bg-trophy-real-money.jpg);
    padding: 35px 40px 50px 40px;
    margin-bottom: 30px
}

.icr-content h3.head {
    width: 100% !important;
    float: left !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-align: center !important
}

.icr-content p {
    width: 100% !important;
    float: left !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    font-size: 15px !important;
    color: #fff !important;
    line-height: 24px !important;
    text-align: center !important
}

.icr-content .cta {
    width: 220px;
    margin: 0 auto
}

.icr-content .cta a {
    width: 100%;
    height: 38px;
    background: #ff742f;
    background-image: -webkit-linear-gradient(top, #ff742f, #fe9111);
    background-image: -moz-linear-gradient(top, #ff742f, #fe9111);
    background-image: -ms-linear-gradient(top, #ff742f, #fe9111);
    background-image: -o-linear-gradient(top, #ff742f, #fe9111);
    background-image: linear-gradient(to bottom, #ff742f, #fe9111);
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    color: #fff !important
}

.review-container {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px
}

.review-container .overview-card {
    width: 100%;
    float: left;
    position: relative
}

.review-container .overview-card .left {
    width: 250px;
    float: right;
    position: relative;
    display: none;
    visibility: hidden
}

.review-container .overview-card .left .available {
    width: 100%;
    float: left
}

.review-container .overview-card .left .available span.flag {
    width: 60px;
    margin: 0 auto;
    display: block;
    position: relative
}

.review-container .overview-card .left .available span.flag.accepted::after {
    content: '\E803';
    font-family: 'ico-font';
    font-size: 15px;
    float: left;
    color: #9ED27A;
    position: absolute;
    right: -30px;
    top: 0
}

.review-container .overview-card .left .available span.flag.n_accepted::after {
    content: '\e802';
    font-family: 'ico-font';
    font-size: 15px;
    float: left;
    color: #df5454;
    position: absolute;
    right: -30px;
    top: 0
}

.review-container .overview-card .left .available span.flag i {
    width: 60px;
    height: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block
}

.review-container .overview-card .left .available span.flag i.australia {
    background-image: url(../img/flags/default/flag-australia.png)
}

.review-container .overview-card .left .available span.flag i.uk {
    background-image: url(../img/flags/default/flag-united-kingdom.png)
}

.review-container .overview-card .left .available span.flag i.us {
    background-image: url(../img/flags/default/flag-united-states.png)
}

.review-container .overview-card .left .available span.flag i.ca {
    background-image: url(../img/flags/default/flag-canada.png)
}

.review-container .overview-card .left .available span.flag i.nz {
    background-image: url(../img/flags/default/flag-new-zealand.png)
}

.review-container .overview-card .left .available span.flag i.za {
    background-image: url(../img/flags/default/flag-south-africa.png)
}

.review-container .overview-card .left .logo {
    width: 250px;
    height: 115px;
    line-height: 115px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    display: inline-block
}

.review-container .overview-card .left .logo img {
    width: 65%;
    vertical-align: middle;
    position: relative
}

.review-container .overview-card .left .cta {
    width: 200px;
    margin: 0 auto
}

.review-container .overview-card .left .cta a {
    width: 100%;
    height: 40px;
    background-image: -webkit-linear-gradient(#FFC534 0%, #FF9F23 100%);
    background-image: -o-linear-gradient(#FFC534 0%, #FF9F23 100%);
    background-image: linear-gradient(#FFC534 0%, #FF9F23 100%);
    border-radius: 4px;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-left: 11px;
    left: 0;
    position: relative;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.review-container .overview-card .left .cta a::before {
    content: '\E845';
    font-family: 'ico-font';
    color: #fff;
    position: absolute;
    top: 2px;
    left: 66px;
    font-size: 17px
}

.review-container .overview-card .left .cta a:hover {

    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.review-container .overview-card .data {
    width: 100%;
    float: left
}

.review-container .overview-card .data h1 {
    width: 100%;
    float: left;
    font-size: 28px;
    line-height: 28px;
    padding: 0;
    margin: 0 0 15px 0;
    color: #2D4E97;
    font-weight: 400
}

.review-container .overview-card .data p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 5px 0;
    color: #69717f;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.1px;
    line-height: 24px
}

.review-container .overview-card .data p a {
    color: #cf142b;
}

.review-container .overview-card .data span.playable {
    width: 100%;
    float: left;
    color: #69717f;
    font-size: 15spx;
    font-weight: 400;
    letter-spacing: -.1px;
    line-height: 24px;
    position: relative;
    margin-top: 10px
}

.review-container .overview-card .data span.playable strong {
    font-weight: 700;
    color: #54dfd4
}

.review-container .overview-card .data span.not.playable strong {
    font-weight: 700;
    color: #df5454
}

.review-container .overview-card .data span.playable i.flag {
    width: 60px;
    height: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    margin: 0 4px 0 4px;
    top: 6px
}

.review-container .overview-card .data span.playable i.flag.australia {
    background-image: url(../img/flags/default/flag-australia.png)
}

.review-container .overview-card .data span.playable i.flag.uk {
    background-image: url(../img/flags/default/flag-united-kingdom.png)
}

.review-container .overview-card .data span.playable i.flag.us {
    background-image: url(../img/flags/default/flag-united-states.png)
}

.review-container .overview-card .data span.playable i.flag.ca {
    background-image: url(../img/flags/default/flag-canada.png)
}

.review-container .overview-card .data span.playable i.flag.nz {
    background-image: url(../img/flags/default/flag-new-zealand.png)
}

.review-container .overview-card .data span.playable i.flag.za {
    background-image: url(../img/flags/default/flag-south-africa.png)
}

.review-container .screenshot {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
    margin-top: 30px
}

.review-container .screenshot .item {
    width: 100%;
    float: left;
    padding: 20px;
    border: 1px solid #D1D6DC;
    margin-bottom: 15px
}

.review-container .screenshot .item img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

.review-container .summary-content {
    width: 100%;
    float: left
}

.review-container .summary-content .list {
    width: 100%;
    float: left;
    position: relative
}

.review-container .summary-content .list h2 {
    width: 100%;
    float: left;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 20px 0;
    color: #2D4E97;
    font-weight: 400
}

.review-container .summary-content .list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.review-container .summary-content .list ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D1D6DC;
    padding: 15px 0;
    position: relative
}

.review-container .summary-content .list ul li span.title {
    width: 150px;
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #6A717E;
    font-weight: 500;
    padding-left: 15px
}

.review-container .summary-content .list ul li span.data {
    width: calc(100% - 150px);
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #6A717E;
    font-weight: 400
}

.review-container .real-score {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px
}

.review-container .real-score h3 {
    width: 100%;
    float: left;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 20px 0;
    color: #2D4E97;
    font-weight: 400
}

.review-container .real-score .bar {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 30px
}

.review-container .real-score .bar span.line {
    width: 100%;
    height: 8px;
    background-image: -webkit-linear-gradient(left, #42B7D3 0%, #59E7D4 100%);
    background-image: -o-linear-gradient(left, #42B7D3 0%, #59E7D4 100%);
    background-image: linear-gradient(to right, #42B7D3 0%, #59E7D4 100%);
    display: inline-block;
    float: left;
    border-radius: 100px;
    position: relative
}

.review-container .real-score .bar span.line::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -5px;
    float: left;
    background-color: #42B7D3
}

.review-container .real-score .bar span.line::after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -5px;
    float: left;
    background-color: #59E7D4
}

.review-container .real-score .bar .rating {
    position: absolute;
    right: 45px;
    top: -50px;
    width: 60px;
    z-index: 100
}

.review-container .real-score .bar .rating::after {
    content: '';
    width: 1px;
    height: 73px;
    background-color: #000;
    display: inline-block;
    float: left;
    position: absolute;
    right: -7px;
    top: 0
}

.review-container .real-score .bar .rating span {
    color: #57E4D4;
    width: 100%;
    float: left;
    display: block
}

.review-container .real-score .bar .rating span:first-child {
    font-size: 29px;
    line-height: 26px;
    font-weight: 500
}

.review-container .real-score .bar .rating span:nth-child(2) {
    font-size: 14px;
    line-height: 13px;
    letter-spacing: -.3px
}

.review-container .information {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 15px
}

.review-container .information ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    display: inline-block
}

.review-container .information ul li {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px
}

.review-container .information ul li span {
    width: 100%;
    display: block;
    float: left;
    text-align: center
}

.review-container .information ul li span.data {
    font-size: 14px;
    line-height: 16px;
    color: #6A717E;
    font-weight: 500;
    padding-top: 5px
}

.review-container .information ul li span.title {
    font-size: 14px;
    line-height: 16px;
    color: #6A717E;
    font-weight: 400
}

.review-container .information ul li span.icon {
    margin: 0 auto;
    float: initial;
    display: inline-block
}

.review-sticky-card {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    background-color: #F9FBFC;
    z-index: 999;
    display: none;
}

.review-sticky-card .content {
    width: 100%;
    float: left;
    border: 1px solid #43b7d3
}

.review-sticky-card .content .left {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 15px
}

.review-sticky-card .content .left .logo {
    width: 220px;
    height: 56px;
    line-height: 56px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.review-sticky-card .content .left .logo img {
    width: 65%;
    vertical-align: middle;
    position: relative
}

.review-sticky-card .content .bonus {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px
}

.review-sticky-card .content .bonus span {
    width: 100%;
    float: left;
    text-align: center
}

.review-sticky-card .content .bonus span.head {
    color: #69717f;
    font-size: 13px;
    line-height: 22px
}

.review-sticky-card .content .bonus span.offer {
    color: #BE2E33;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700
}

.review-sticky-card .content .bonus span.extra {
    color: #69717f;
    font-size: 13px;
    line-height: 22px
}

.review-sticky-card .content .feature {
    width: 25%;
    float: left;
    margin-top: 18px;
    display: none;
    visibility: hidden
}

.review-sticky-card .content .feature ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.review-sticky-card .content .feature ul li {
    float: left;
    width: 100%;
    float: left;
    position: relative;
    color: #69717f;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 1px
}

.review-sticky-card .content .feature ul li::before {
    content: '\E803';
    font-family: 'ico-font';
    font-size: 11px;
    color: #8FD56E;
    float: left;
    margin-right: 5px
}

.review-sticky-card .content .cta {
    width: 100%;
    float: left;
    height: calc(100% + 1px);
    background-image: -webkit-linear-gradient(179deg, #42B7D3 0%, #59E7D4 100%);
    background-image: -o-linear-gradient(179deg, #42B7D3 0%, #59E7D4 100%);
    background-image: linear-gradient(269deg, #42B7D3 0%, #59E7D4 100%);
    position: relative;
    padding: 10px 0;
    margin-top: 10px
}

.review-sticky-card .content .cta .button {
    width: 170px;
    margin: 0 auto
}

.review-sticky-card .content .cta .button a {
    width: 100%;
    height: 45px;
    background-image: -webkit-linear-gradient(89deg, #FEDE5F 2%, #FFC855 98%);
    background-image: -o-linear-gradient(89deg, #FEDE5F 2%, #FFC855 98%);
    background-image: linear-gradient(179deg, #FEDE5F 2%, #FFC855 98%);
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .18);
    border-radius: 4px;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #373D46;
    font-size: 15px;
    font-weight: 400
}

.simple-brand-box {
    border: 1px solid #b7bcc7;
    padding: 10px 0;
    box-shadow: #f3f3f3 1px 2px 5px 2px;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 30px
}

.simple-brand-box .left {
    width: 33%;
    float: left;
    position: relative;
    display: none;
    visibility: hidden
}

.simple-brand-box .left::after {
    content: '\e80c';
    font-family: 'ico-font';
    position: absolute;
    right: -10px;
    font-size: 42px;
    color: #DEE2E7;
    top: 7px
}

.simple-brand-box .left .logo {
    width: 147px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto
}

.simple-brand-box .left .logo img {
    width: 95%;
    vertical-align: middle;
    position: relative
}

.simple-brand-box .middle {
    width: 50%;
    float: left;
    position: relative
}

.simple-brand-box .middle span {
    width: 100%;
    float: left;
    text-align: center
}

.simple-brand-box .middle span.head {
    color: #69717f;
    font-size: 15px;
    line-height: 22px
}

.simple-brand-box .middle span.bonus {
    color: #BE2E33;
    font-size: 27px;
    line-height: 24px;
    font-weight: 700
}

.simple-brand-box .middle span.extra {
    color: #69717f;
    font-size: 15px;
    line-height: 22px
}

.simple-brand-box .right {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-top: 12px
}

.simple-brand-box .right .cta {
    width: 150px;
    margin: 0 auto
}

.simple-brand-box .right .cta a {
    width: 100%;
    height: 40px;
    display: inline-block;
    float: left;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background-image: -webkit-linear-gradient(#FF762D 0%, #FE8D16 99%);
    background-image: -o-linear-gradient(#FF762D 0%, #FE8D16 99%);
    background-image: linear-gradient(#FF762D 0%, #FE8D16 99%)
}

.real-verdict-box {
    width: 100%;
    float: left;
    border: 1px solid #d0d6dd;
    position: relative;
    margin: 15px 0 30px 0
}

.real-verdict-box .left {
    width: 100%;
    float: left;
    padding: 30px
}

.real-verdict-box .left .image {
    width: 155px;
    height: 155px;
    border: 1px solid #d0d6dd;
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 3px
}

.real-verdict-box .left .image img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

.real-verdict-box .left .text {
    width: 100%;
    padding-left: 0;
    float: left;
    text-align: center;
    margin-top: 20px
}

.real-verdict-box .left .text h3 {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
    color: #244d9c;
    font-size: 24px;
    font-weight: 400
}

.real-verdict-box .left .text p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    color: #69717f;
    font-size: 14px;
    line-height: 25px
}

.real-verdict-box .right {
    width: 100%;
    height: 100%;
    float: left;
    background-image: -webkit-linear-gradient(179deg, #42B7D3 0%, #59E7D4 100%);
    background-image: -o-linear-gradient(179deg, #42B7D3 0%, #59E7D4 100%);
    background-image: linear-gradient(269deg, #42B7D3 0%, #59E7D4 100%);
    padding-top: 35px;
    padding-bottom: 35px
}

.real-verdict-box .right span {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff
}

.real-verdict-box .right span.sm-head {
    font-size: 14px
}

.real-verdict-box .right span.offer {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px
}

.real-verdict-box .right span.extra {
    font-size: 14px;
    margin-bottom: 20px
}

.real-verdict-box .right .button {
    width: 170px;
    margin: 0 auto
}

.real-verdict-box .right .button a {
    width: 100%;
    height: 45px;
    background-image: -webkit-linear-gradient(89deg, #FEDE5F 2%, #FFC855 98%);
    background-image: -o-linear-gradient(89deg, #FEDE5F 2%, #FFC855 98%);
    background-image: linear-gradient(179deg, #FEDE5F 2%, #FFC855 98%);
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .18);
    border-radius: 4px;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #373D46;
    font-size: 15px;
    font-weight: 400
}

.customer-support-review {
    width: 100%;
    float: left;
    position: relative;
    margin: 20px 0
}

.customer-support-review .row .col-md-12 {
    margin-top: 30px
}

.customer-support-review .head {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: center;
    color: #69717f;
    font-weight: 500;
    margin-bottom: 10px
}

.customer-support-review .item {
    margin-bottom: 2px;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.customer-support-review .item span.title {
    width: 106px;
    text-align: right;
    font-size: 14px;
    color: #69717f;
    float: left;
    line-height: 27px
}

.customer-support-review .item ul {
    list-style: none !important;
    padding: 0 0 0 10px !important;
    margin: 0 !important;
    float: left !important;
    line-height: 20px !important;
    position: relative;
    top: 2px
}

.customer-support-review .item ul li {
    float: left !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 20px !important
}

.customer-support-review .item ul li::before {
    content: '' !important;
    display: none !important;
    visibility: hidden !important
}

.customer-support-review .item ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.customer-support-review .item ul li i.star::before,
.customer-support-review .item ul li i.star.full::before {
    content: '\e812';
    font-family: 'ico-font';
    color: #75CED2;
    font-size: 20px;
    position: relative;
    margin-right: 1px
}

.customer-support-review .item ul li i.star.half::before,
.customer-support-review .item ul li i.star.quarter::before {
    background-image: -webkit-linear-gradient(left, #75CED2 50%, #D9F0F1 50%);
    background-image: -o-linear-gradient(left, #75CED2 50%, #D9F0F1 50%);
    background-image: linear-gradient(to right, #75CED2 50%, #D9F0F1 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.customer-support-review .item ul li i.star.empty::before {
    color: #D9F0F1
}

.customer-support-review .rating {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px !important
}

.customer-support-review .rating span.count {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #69717f
}

.customer-support-review .rating span.comment {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #69717f;
    margin-top: 15px
}

.customer-support-review .rating ul {
    width: 100%;
    list-style: none !important;
    padding: 0 0 0 10px !important;
    margin: 0 !important;
    float: initial !important;
    display: inline-block !important;
    text-align: center !important;
    line-height: 20px !important;
    position: relative;
    top: 2px
}

.customer-support-review .rating ul li {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 20px !important;
    text-align: center !important;
    display: inherit !important
}

.customer-support-review .rating ul li::before {
    content: '' !important;
    display: none !important;
    visibility: hidden !important
}

.customer-support-review .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.customer-support-review .rating ul li i.star::before,
.customer-support-review .rating ul li i.star.full::before {
    content: '\e812';
    font-family: 'ico-font';
    color: #75CED2;
    font-size: 24px;
    position: relative;
    margin-right: 1px
}

.customer-support-review .rating ul li i.star.half::before,
.customer-support-review .rating ul li i.star.quarter::before {
    background-image: -webkit-linear-gradient(left, #75CED2 50%, #D9F0F1 50%);
    background-image: -o-linear-gradient(left, #75CED2 50%, #D9F0F1 50%);
    background-image: linear-gradient(to right, #75CED2 50%, #D9F0F1 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.customer-support-review .rating ul li i.star.empty::before {
    color: #D9F0F1
}

.top-casino-sites {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 30pxx
}

.top-casino-sites .content {
    width: 100%;
    float: left;
    position: relative
}

.top-casino-sites .content .item {
    width: 100%;
    float: left
}

.top-casino-sites .content .item .left {
    width: 120px;
    float: left
}

.top-casino-sites .content .item .logo {
    width: 120px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.top-casino-sites .content .item .logo img {
    width: 65%;
    vertical-align: middle;
    position: relative
}

.top-casino-sites .content .item .rating {
    width: 120px
}

.top-casino-sites .content .item .rating ul {
    width: 100%;
    list-style: none !important;
    padding: 0 0 0 10px !important;
    margin: 0 !important;
    float: initial !important;
    display: inline-block !important;
    text-align: center !important;
    line-height: 20px !important;
    position: relative;
    top: 2px
}

.top-casino-sites .content .item .rating ul li {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 20px !important;
    text-align: center !important;
    display: inherit !important
}

.top-casino-sites .content .item .rating ul li::before {
    content: '' !important;
    display: none !important;
    visibility: hidden !important
}

.top-casino-sites .content .item .rating ul li i.star {
    font-style: normal;
    float: left;
    line-height: normal
}

.top-casino-sites .content .item .rating ul li i.star::before,
.top-casino-sites .content .item .rating ul li i.star.full::before {
    content: '\e812';
    font-family: 'ico-font';
    color: #75CED2;
    font-size: 19px;
    position: relative;
    margin-right: 0
}

.top-casino-sites .content .item .rating ul li i.star.half::before,
.top-casino-sites .content .item .rating ul li i.star.quarter::before {
    background-image: -webkit-linear-gradient(left, #75CED2 50%, #D9F0F1 50%);
    background-image: -o-linear-gradient(left, #75CED2 50%, #D9F0F1 50%);
    background-image: linear-gradient(to right, #75CED2 50%, #D9F0F1 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.top-casino-sites .content .item .rating ul li i.star.empty::before {
    color: #D9F0F1
}

.top-casino-sites .content .item .right {
    width: calc(100% - 120px);
    float: left;
    margin-top: 16px
}

.top-casino-sites .content .item .right .button {
    width: 120px;
    margin: 0 auto
}

.top-casino-sites .content .item .right .button a {
    width: 100%;
    height: 40px;
    background-image: -webkit-linear-gradient(89deg, #FEDE5F 2%, #FFC855 98%);
    background-image: -o-linear-gradient(89deg, #FEDE5F 2%, #FFC855 98%);
    background-image: linear-gradient(179deg, #FEDE5F 2%, #FFC855 98%);
    border-radius: 4px;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #373D46;
    font-size: 15px;
    font-weight: 400
}

.top-casino-sites .content .item .right a.read-review {
    width: 100%;
    float: left;
    text-align: center;
    color: #cf142b;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 14px
}

.brand-table-content {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px
}

.brand-table-content .item {
    width: 100%;
    float: left;
    border: 1px solid #d0d6dd;
    padding: 20px;
    position: relative;
    margin-top: -1px;
    z-index: 99
}

.brand-table-content .item .rank {
    width: 50px;
    line-height: 85px;
    text-align: center;
    float: left;
    color: #DEE2E7;
    font-size: 20px;
    font-weight: 700;
    display: none;
    visibility: hidden
}

.brand-table-content .item .logo {
    width: 100%;
    height: 85px;
    line-height: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
    float: left
}

.brand-table-content .item .logo img {
    width: 100px;
    vertical-align: middle;
    position: relative
}

.brand-table-content .item .offer {
    width: 150px;
    float: left;
    text-align: center;
    padding: 9px 0 0 0
}

.brand-table-content .item .offer span {
    width: 100%;
    float: left;
    text-align: center
}

.brand-table-content .item .offer span.head {
    font-size: 14px;
    color: #69717f;
    line-height: 16px
}

.brand-table-content .item .offer span.bonus {
    font-size: 30px;
    color: #BE2E33;
    line-height: 34px;
    font-weight: 700
}

.brand-table-content .item .offer span.extra {
    font-size: 14px;
    color: #69717f;
    line-height: 16px
}

.brand-table-content .item .available {
    width: 200px;
    float: left;
    margin-top: 16px
}

.brand-table-content .item .available span.head {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #69717f;
    line-height: 16px;
    margin-bottom: 6px
}

.brand-table-content .item .available ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: center
}

.brand-table-content .item .available ul li {
    display: inline-block;
    margin: 0 2px
}

.brand-table-content .item .available ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

.brand-table-content .item .available ul li i.flag {
    font-style: normal
}

.brand-table-content .item .available ul li i.flag::before {
    content: '';
    width: 23px;
    height: 16px;
    display: inline-block;
    float: left;
    background: url(../img/flags/sprite.png) no-repeat top left;
    background-size: 23px 102px
}

.brand-table-content .item .available ul li i.flag.not-available::before {
    opacity: .2
}

.brand-table-content .item .available ul li i.flag.us::before {
    background-position: 0 0
}

.brand-table-content .item .available ul li i.flag.uk::before {
    background-position: 0 -17px
}

.brand-table-content .item .available ul li i.flag.au::before {
    background-position: 0 -51px
}

.brand-table-content .item .available ul li i.flag.ca::before {
    background-position: 0 -34px
}

.brand-table-content .item .available ul li i.flag.nz::before {
    background-position: 0 -85px
}

.brand-table-content .item .available ul li i.flag.za::before {
    background-position: 0 -68px
}

.brand-table-content .item .play {
    width: 100%;
    float: left;
    margin-top: 13px
}

.brand-table-content .item .play a {
    width: 100%;
    float: left;
    text-align: center
}

.brand-table-content .item .play a.primary {
    width: 100%;
    height: 40px;
    display: inline-block;
    float: left;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background-image: -webkit-linear-gradient(#FF762D 0%, #FE8D16 99%);
    background-image: -o-linear-gradient(#FF762D 0%, #FE8D16 99%);
    background-image: linear-gradient(#FF762D 0%, #FE8D16 99%);
    margin-bottom: 10px
}

.brand-table-content .item .play a.text {
    color: #cf142b;
    font-size: 14px
}

#ez-toc-container {
    width: 100%;
    float: left;
    display: table;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 8px 20px 10px 20px;
    border-radius: 1px;
    clear: right;
    font-size: 95%;
    margin-bottom: 1em;
    box-shadow: none;
    position: relative
}

#ez-toc-container .ez-toc-title-container {
    position: relative;
    width: 100%;
    display: table
}

#ez-toc-container .ez-toc-title {
    border-bottom: 1px solid #e2e2e2 !important;
    text-transform: uppercase !important;
    color: #17233d !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: -.5px !important;
    text-align: center !important;
    width: 100% !important;
    display: inline-block !important;
    vertical-align: middle !important;
    float: left !important;
    padding: 0 0 4px 0 !important
}

#ez-toc-container .ez-toc-title-toggle {
    position: absolute;
    right: -3px;
    top: 3px;
    display: none;
    visibility: hidden
}

#ez-toc-container li,
#ez-toc-container ul {
    padding: 0
}

#ez-toc-container li,
#ez-toc-container ul li,
.ez-toc-widget-container,
.ez-toc-widget-container li {
    padding: 0 0;
    background: 0 0;
    list-style: none;
    line-height: 21px;
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    overflow: hidden;
    z-index: 1
}

#ez-toc-container ul {
    padding: 0 0;
    background: 0 0;
    list-style: none;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    z-index: 1
}

#ez-toc-container ul li::before,
#ez-toc-container ul li::after {
    content: '';
    display: none;
    visibility: hidden
}

#ez-toc-container.counter-flat ul,
#ez-toc-container.counter-hierarchy ul,
.ez-toc-widget-container.counter-flat ul,
.ez-toc-widget-container.counter-hierarchy ul {
    counter-reset: item
}

#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 15px
}

div#ez-toc-container ul li {
    font-size: 100%
}

#ez-toc-container a:visited {
    color: #9f9f9f
}

#ez-toc-container a {
    color: #444;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
    line-height: 14px
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-family: 'Roboto';
    font-weight: 700;
    color: #ee1e44
}

#ez-toc-container ul.ez-toc-list {
    margin-top: 5px
}

#ez-toc-container ul>li {
    padding: 6px 0
}

#ez-toc-container ul>li>ul>li:last-child {
    border-bottom: none
}

#ez-toc-container ul li a:hover {
    color: #ee1e44
}

#ez-toc-container ul li:last-child {
    border-bottom: none
}

.desktop-only {
  display: none;
  visibility: hidden;
}

.mobile-only {
  display: inline-block;
  visibility: visible;
}

@media only screen and (max-width:999px) {
    .footer {
        width: 100% !important
    }
}

@media only screen and (max-width:900px) {
    .ftleft,
    .ftright {
        width: 100% !important
    }
    .ftleft ul,
    .ftleft h3,
    .ftterms {
        text-align: center
    }
    .footer {
        padding: 20px !important
    }
}

@media only screen and (max-width:500px) {
    f .sslsecure {
        width: 100% !important
    }
}

@media only screen and (max-width:420px) {
    .ftright {
        text-align: center
    }
    .ftbadge1,
    .ftbadge2,
    .ftbadge3 {
        display: block;
        margin: 0 auto 10px !important;
        float: none !important
    }
    .ftright div {
        padding-bottom: 20px
    }
}

@media only screen and (max-width:310px) {
    .ftcol {
        width: 100% !important
    }
}

.footer {
    display: table;
    width: 1024px;
    box-sizing: border-box;
    padding: 20px 70px;
    background-color: #3b3c45;
    margin: 0 auto;
    position: relative;
    top: 50px
}

.footer p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5
}

.sslsecure {
    display: table;
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    background: #ffde57;
    background: -moz-linear-gradient(top, #ffde57 0%, #ffde57 50%, #e3b331 51%, #e3b331 100%);
    background: -webkit-linear-gradient(top, #ffde57 0%, #ffde57 50%, #e3b331 51%, #e3b331 100%);
    background: linear-gradient(to bottom, #ffde57 0%, #ffde57 50%, #e3b331 51%, #e3b331 100%);
    padding: 3px;
    -webkit-box-shadow: 0 8px 0 1px rgba(53, 51, 65, 1);
    -moz-box-shadow: 0 8px 0 1px rgba(53, 51, 65, 1);
    box-shadow: 0 8px 0 1px rgba(53, 51, 65, 1)
}

.sslsecuremain {
    display: table;
    width: 100%;
    background-color: #3b3c45;
    box-sizing: border-box;
    padding: 15px
}

.sslbox {
    display: table;
    width: 100%;
    padding-top: 20px
}

.sslleft {
    width: 5%;
    float: left;
    text-align: left
}

.sslmiddle {
    width: 84%;
    float: left;
    padding: 0 3%
}

.sslright {
    width: 5%;
    float: left;
    text-align: right
}

.sslsecure p {
    margin: 0;
    text-align: center;
    color: #ffde57
}

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

.ftcol {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    margin-top: 26px
}

.ftcol h3 {
    font-size: 28px
}

.ftleft h3 {
    color: #fff
}

.ftleft ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ftleft a {
    color: #c5d4eb;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5
}

.ftterms {
    display: table;
    width: 100%;
    padding-top: 20px
}

.ftterms li {
    display: inline-block
}

.ftterms a {
    text-decoration: underline;
    margin-right: 10px
}

.ftright {
    width: 50%;
    float: right;
    padding-top: 30px
}

.ftbadgec {
    display: table;
    width: 100%;
    margin: 0 auto
}

.ftbadge1,
.ftbadge2,
.ftbadge3 {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.ftbadge1~h3 {
    color: #57e5dc;
    font-size: 20px;
    margin: 6px 0 5px
}

.ftbadge2~h3,
.ftbadge3~h3 {
    color: #57e5dc;
    font-size: 20px;
    margin: 0 0 5px
}

.ftright p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5
}

.ftresponsible {
    text-align: center;
    padding: 20px 0 0;
    margin-top: 32px
}

.ftresponsible p {
    margin: 0 0 10px
}

.ftrlogos {
    border: 1px solid #fff;
    border-radius: 6px;
    background-color: #fff;
    padding: 0 !important
}

.ftrlogos img {
    vertical-align: middle;
    margin: 8px
}

.copyright {
    clear: both;
    font-size: 12px;
    text-align: center;
    padding: 30px 0 10px;
    margin: 0
}

.about-team {
    width: 100%;
    float: left
}

.about-team .item {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 15px
}

.about-team .item .image {
    width: 125px;
    margin: 0 auto
}

.about-team .item .image img {
    width: 100%;
    display: inline-block;
    float: left
}

.about-team .item h3 {
    width: 100%;
    float: left;
    font-size: 24px !important;
    font-weight: 500
}

.about-team .item h4 {
    font-size: 15px;
    color: #69717F !important
}

@media screen and (max-width:820px) {
    .wp-block-table.criteria tbody tr th {
        text-align: center;
        padding-top: 5px;
        background: #f3f3f3;
        width: 100%;
        float: left;
        margin-bottom: 5px
    }
    .wp-block-table.criteria tbody tr {
        padding: 0 !important
    }
    .wp-block-table.criteria tbody tr td {
        text-align: center !important
    }
    table.wp-block-table {
        border: 0
    }
    table.wp-block-table.criteria tbody tr th strong {
        line-height: 45px
    }
    table.wp-block-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    table.wp-block-table tr {
        display: block;
        height: auto;
        margin-bottom: 10px;
        font-size: 15px;
        background-color: #fff;
        border-style: solid;
        border-color: #E2E2E2;
        border-width: 1px 1px 1px 1px;
        padding: 0 10px
    }
    table.wp-block-table th,
    table.wp-block-table td {
        padding: 9px 10px 8px 10px
    }
    table.wp-block-table td {
        background-color: #fff;
        border-style: solid;
        border-color: #E2E2E2;
        border-width: 0 0 1px 0;
        display: block;
        font-size: 14px;
        text-align: right !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        color: #444;
        font-family: 'Roboto';
        font-weight: 400
    }
    table.wp-block-table td:before {
        content: attr(data-label);
        float: left;
        color: #444;
        text-transform: uppercase;
        font-weight: 600
    }
    table.wp-block-table td:last-child {
        border-bottom: 0
    }
}

@media only screen and (min-width:520px) {
    .featured-news-slider,
    .featured-news-slider .item {
        height: 170px;
        max-height: 170px
    }
}

@media only screen and (min-width:580px) {
    .featured-news-slider,
    .featured-news-slider .item {
        height: 190px;
        max-height: 190px
    }
}

@media only screen and (min-width :600px) {
    section.standard-page .article-navigation .previous {
        width: 48%
    }
    section.standard-page .article-navigation .next {
        width: 48%;
        margin-top: 0
    }

}

@media only screen and (min-width :601px) {
    header {
        top: inherit !important
    }
}

@media only screen and (min-width:670px) {
    .featured-news-slider,
    .featured-news-slider .item {
        height: 210px;
        max-height: 210px
    }
}

@media only screen and (min-width:768px) {
    #ez-toc-container {
        width: 33%;
        margin-left: 20px;
        float: right
    }
    .real-verdict-box .left .image {
        float: left;
        margin: 0
    }
    .real-verdict-box .left .text {
        width: calc(100% - 155px);
        padding-left: 25px;
        float: left;
        text-align: left;
        margin-top: 0
    }
    .brand-table-content .item .logo img {
        width: 24%
    }
    .review-container .overview-card .left {
        display: inline-block;
        padding-left: 15px;
        visibility: visible;
        border-left: 1px solid #D1D6DC
    }
    .review-container .overview-card .data {
        width: calc(100% - 250px);
        padding-right: 15px
    }
    .review-container .real-score {
        margin-top: 0
    }
    .review-container .information {
        margin-top: 80px
    }
    .featured-news-slider,
    .featured-news-slider .item {
        height: 180px;
        max-height: 180px
    }
    footer .bottom span.copyright {
        float: left;
        width: auto
    }
    footer .bottom .logos {
        width: auto;
        position: relative;
        top: 0;
        float: right
    }
    .alert-bar.blue {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        float: initial
    }
    .alert-bar.blue .content {
        height: 50px;
        line-height: 50px;
        padding: 0 25px
    }
    .alert-bar.blue .content .star {
        float: left;
        width: auto;
        display: inline-block;
        text-align: left
    }
    .alert-bar.blue .content .star i {
        float: left;
        margin-right: 5px
    }
    .alert-bar.blue .content .text {
        margin-left: 11px;
        text-align: left;
        width: auto
    }
    .page-header .right {
        display: inline-block;
        visibility: visible
    }
    header .navigation .search {
        top: 7.5px
    }
    header .navigation .search .toggle {
        top: 2.5px;
        right: 0
    }
    header .navigation .search .toggle.active {
        width: 300px
    }

    .wp-block-image .alignright,
    .wp-block-image .mobile-align {
        margin-left: 1em;
        margin-right: 0;
        float: right
    }

    .wp-block-image .alignleft {
      float: left;
      margin-right: 3em;
      margin-left: 0;
    }
    .brand-table .brand {
        padding: 16px 20px 14px 20px
    }
    .brand-table .brand .actions a.button.cta {
        height: 40px;
        line-height: 38px;
        font-size: 18px
    }
    .brand-table .brand .actions a.button.cta::after {
        font-size: 15px;
        top: -1px;
        right: 13px
    }
    .brand-table .brand .actions a.button {
        line-height: 38px;
        height: 39px;
        font-size: 16px
    }
    .brand-table .brand .actions a.tc-apply {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .brand-table .brand .info .rating {
        margin-top: 3px;
        margin-bottom: 0
    }
    .brand-table .brand .rank {
        width: 34px;
        height: 34px;
        top: 55px;
        bottom: inherit;
        left: -17px;
        line-height: 34px;
        font-family: 'Roboto Condensed';
        font-weight: 700;
        border-radius: 1px;
        font-size: 17px
    }
    .brand-table .brand .logo {
        height: 120px;
        line-height: 120px;
        margin-left: 10px;
        border: 1px solid #e2e2e2;
        border-radius: 2px
    }
    .brand-table .brand .info .features {
        margin-top: 5px
    }
    .brand-table .brand .info {
        width: calc(100% - 348px);
        padding-right: 20px
    }
    .brand-table .brand .actions {
        width: 190px;
        float: right;
        padding-left: 20px;
        padding-top: 3px;
        padding-bottom: 5px;
        border-left: 1px solid #E2E2E2;
        margin-top: 0
    }
    .brand-table .brand .actions a.tc-apply {
        margin-top: 12px;
        margin-bottom: 0
    }
    .brand-table .brand .info .offer span.title,
    .brand-table .brand .info .offer span.bonus {
        font-size: 19px
    }
    .casino-games-box .content .flex-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .casino-games-box .content .box .title {
        font-size: 18px
    }
    .card-block .item {
        min-height: 355px;
        margin-bottom: 15px
    }
    .card-block .item.clickable {
        min-height: 425px
    }
    .card-block .item span.button {
        width: calc(100% - 50px);
        position: absolute;
        bottom: 22px;
        left: 25px;
        margin-top: 0
    }
    table.wp-block-table.criteria th {
        width: auto;
        display: table-cell
    }
    table.wp-block-table.criteria tr {
        padding: .35em
    }
    table.wp-block-table.criteria td {
        text-align: left
    }
    section.standard-page .meta-info ul li span.author-avatar {
        display: inline-block;
        visibility: visible
    }
    .featured-news>.row>.col-md-6:nth-child(3) {
        display: none;
        visibility: hidden
    }
    .featured-news>.row>.col-md-6:nth-child(1),
    .featured-news>.row>.col-md-6:nth-child(2) {
        display: inline-block;
        visibility: visible
    }
    .article-item .post {
        width: calc(100% - 260px);
        margin-left: 20px
    }
    .article-item .thumbnail {
        width: 240px;
        height: 155px
    }
    .article-item .post .data h3 {
        font-size: 23px;
        line-height: 27px;
        margin: 5px 0 0 0;
        -webkit-line-clamp: 1
    }
    .article-item .post .data p {
        margin: 3px 0 0 0
    }
    .pagination {
        margin-bottom: 45px
    }
    .pagination .page-numbers {
        display: inline-block;
        visibility: visible
    }
    .article-item {
        margin-bottom: 30px !important
    }
    section.standard-page .meta-info {
        margin-top: 12px;
        margin-bottom: 4px
    }
    section.standard-page.news-article header h1 {
        font-size: 34px;
        line-height: 36px
    }
    .latest-casino-news {
        padding-bottom: 50px
    }
    #toc_container {
        width: 33% !important;
        margin-left: 20px;
        float: right
    }
}

@media only screen and (min-width:920px) {
    .featured-news-slider,
    .featured-news-slider .item {
        height: 200px;
        max-height: 200px
    }
}

@media only screen and (min-width :992px) {
  
    .desktop-only {
      display: inline-block;
      visibility: visible;
    }

    .mobile-only {
      display: none;
      visibility: hidden;
    }

    #ez-toc-container {
        width: 33%;
        margin-left: 30px;
        float: right;
        margin-top: 7px
    }
    .customer-support-review .row .col-md-12 {
        margin-top: 0
    }
    footer {
        top: 125px
    }
    .brand-table-content .item {
        width: 100%;
        min-height: 85px;
        padding: 0 20px
    }
    .brand-table-content .item .rank {
        display: inline-block;
        visibility: visible
    }
    .brand-table-content .item .logo {
        width: 150px
    }
    .brand-table-content .item .logo img {
        width: 65%
    }
    .brand-table-content .item .offer {
        width: 150px
    }
    .brand-table-content .item .available {
        width: 180px
    }
    .brand-table-content .item .play {
        width: 140px;
        float: right;
        margin-top: 13px
    }
    .brand-table-content .item .play a.primary {
        margin-bottom: 2px
    }
    .real-verdict-box {
        height: 220px
    }
    .real-verdict-box .left {
        width: calc(100% - 280px)
    }
    .real-verdict-box .right {
        width: 280px;
        padding-bottom: 0
    }
    header .navigation .countries {
        display: inline-block;
        visibility: visible
    }
    header .menu {
        display: inline-block;
        visibility: visible
    }
    .simple-brand-box .left {
        display: inline-block;
        visibility: visible
    }
    .simple-brand-box .middle {
        padding-top: 6px;
        width: 33%
    }
    .simple-brand-box .right {
        width: 33%;
        padding-left: 30px;
        padding-top: 18px
    }
    .simple-brand-box .middle::after {
        content: '\e80c';
        font-family: 'ico-font';
        position: absolute;
        right: -26px;
        font-size: 42px;
        color: #DEE2E7;
        top: 7px
    }
    .single-boxes .item {
        height: 510px
    }
    .single-boxes .item.sm {
        height: 350px;
    }
    .review-content .detail .bonus span.offer {
        text-align: left
    }
    footer .top {
        height: 64px
    }
    footer .top .logo {
        margin: 0
    }
    footer .top ul {
        float: right;
        width: auto;
        margin: 0;
        padding: 0
    }
    footer .top ul li {
        float: left;
        line-height: 66px
    }
    footer .top ul li a {
        padding: 0 9px
    }
    .brand-table .brand .info .offer span.title,
    .brand-table .brand .info .offer span.bonus {
        font-size: 19px;
        margin-bottom: 2px
    }
    .page-header .cover-image {
        right: -30px
    }
    .page-header .right span.cover-text {
        display: inline-block;
        visibility: visible;
        position: absolute;
        right: 15px
    }
    header .navigation {
        height: 75px
    }
    header .navigation .search {
        position: absolute;
        right: 14px;
        top: 23px;
        float: right
    }
    header .navigation .search.active {
        position: absolute;
        right: 15px
    }
    header .navigation .search .icon {
        top: -3px;
        position: relative
    }
    header .navigation .search .toggle input {
        height: 33px
    }
    header .navigation .search .toggle span.close::before {
        top: 10px
    }
    header .navigation .search .icon i::before {
        font-size: 23px
    }
    header .navigation .search .toggle {
        top: -2px
    }
    header .navigation .search .toggle.active {
        width: 210px
    }
    header .navigation .logo {
        width: 173px;
        height: 50px;
        top: 16px
    }
    header .navigation .logo svg {
        width: 173px !important;
        height: 50px !important;
    }
    header .navigation ul.navbar {
        margin-right: 35px
    }
    header .ham-menu {
        display: none;
        visibility: hidden
    }
    header .mobile-navigation {
        display: none !important;
        visibility: hidden !important;
        opacity: 0;
        height: 0;
        width: 0
    }
    header .navigation ul.navbar {
        display: inline-block;
        visibility: visible
    }
    .half-table {
        width: 40%;
        float: left;
        clear: left;
        margin-right: 20px;
        margin-top: 7px
    }
    section.hero-banner .head {
        margin-top: 40px
    }
    section.hero-banner .head span.title {
        margin-bottom: 5px
    }
    section.hero-banner .head span.site-name {
        font-size: 44px
    }
    section.hero-banner .head p {
        margin: 10px 0 0 0;
        line-height: 24px
    }
    section.hero-banner .cards {
        margin-top: 35px;
        margin-bottom: 40px
    }
    section.hero-banner span.pattern::before,
    section.hero-banner::after,
    section.hero-banner::before {
        display: inline-block;
        visibility: visible
    }
    .side-card {
        width: 30%;
        margin-left: 20px;
        margin-bottom: 20px;
        margin-top: 15px
    }
    .review-content .detail .top h1 {
        width: auto;
        text-align: left
    }
    .review-content .detail .top .content {
        width: auto;
        align-items: initial;
        justify-content: initial;
        display: inline-block;
        float: left
    }
    .review-content .detail .top .rating {
        top: 3px
    }
    .brand-table .brand .info .rating {
        margin-bottom: 2px
    }
    .review-content .detail .top a.tc-apply {
        margin-left: 6px
    }
    .featured-news {
        margin-top: 30px
    }
    footer,
    main {
        top: 125px
    }
    section.result-header {
        margin-top: 0
    }
    .toc_wrap_right {
        margin-left: 20px
    }
    section.standard-page .must-read {
        margin-bottom: 50px
    }
    aside {
        margin-bottom: 0
    }
    .featured-news>.row>.col-lg-4:nth-child(3) {
        display: inline-block;
        visibility: visible
    }
    .post-item .data {
        min-height: 52px
    }
    .latest-casino-news {
        border-right: 1px solid #E2E2E2;
        padding-right: 25px
    }
    aside .side-item.first {
        padding-top: 30px
    }
    .review-content .detail .bonus span.title {
        text-align: left
    }
    .review-content .detail {
        width: calc(100% - 166px)
    }
    .review-content .logo {
        width: 146px;
        height: 146px;
        line-height: 146px;
        float: left;
        display: inline-block;
        margin: 0 20px 0 0
    }
    .review-content .logo img {
        width: 65%
    }
    .review-content .detail .top {
        text-align: left
    }
    .review-content .detail .bonus {
        width: 305px;
        height: 93px;
        padding-right: 20px;
        border-right: 1px solid #E2E2E2;
        border-bottom: none;
        margin-right: 20px;
        margin-bottom: 0;
        padding-bottom: 0
    }
    .review-content .detail .features {
        height: 93px;
        width: 395px;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
    .review-content .detail .deposit-options {
        width: calc(100% - 605px);
        height: 93px
    }
    .review-content .detail .deposit-options ul li {
        width: 50%
    }
    .review-content .detail .deposit-options ul li:nth-child(5),
    .review-content .detail .deposit-options ul li:nth-child(6),
    .review-content .detail .deposit-options ul li:nth-child(7),
    .review-content .detail .deposit-options ul li:nth-child(8) {
        display: none;
        visibility: hidden
    }
}

@media only screen and (min-width:1024px) {
    body.site-id-1 main {
        width: 1024px;
        max-width: 1024px;
        margin: 0 auto;
        float: initial;
        display: table
    }
    .footer {
        top: 125px
    }
    .review-sticky-card {
        width: 1024px
    }
    .review-sticky-card .content {
        height: 100px
    }
    .review-sticky-card .content .left {
        top: 20px;
        width: 20%;
        padding-top: 0
    }
    .review-sticky-card .content .left .logo {
        width: 100%;
        display: inline-block;
        margin: 0
    }
    .review-sticky-card .content .left .logo img {
        width: 65%
    }
    .review-sticky-card .content .bonus {
        width: 25%;
        margin-top: 17px
    }
    .review-sticky-card .content .feature {
        display: inline-block;
        visibility: visible
    }
    .review-sticky-card .content .cta {
        width: 30%;
        float: right;
        clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0% 100%, 8% 50%, 0% 1%);
        top: -1px;
        right: -1px;
        padding: 27px 0 0 0;
        margin-top: 0
    }
}

@media only screen and (min-width :1200px) {
    .review-content .detail .features {
        width: 428px
    }
    footer .top ul li a {
        padding: 0 20px
    }
    header .navigation ul.navbar {
        margin-right: 45px
    }
    header .navigation .search .toggle.active {
        width: 200px
    }
    header .sub-menu .nav ul li {
        float: left;
        margin: 0 64px 0 0
    }
    header .sub-menu .nav ul li:last-child {
        margin-right: 0
    }
    header .sub-menu .nav ul {
        text-align: left
    }
    .brand-table .brand .info .features ul li:nth-child(2),
    .brand-table .brand .info .features ul li:nth-child(3),
    .brand-table .brand .info .features ul li:nth-child(4),
    .brand-table .brand .info .features ul li:nth-child(5) {
        display: inline-block;
        visibility: visible
    }
    .brand-table .brand .info .rating {
        margin-top: 3px
    }
    .brand-table .brand .info .rating ul li i.star {
        line-height: 20px
    }
    .review-content .detail .deposit-options ul li {
        width: 25%
    }
    .review-content .detail .deposit-options ul li:nth-child(5),
    .review-content .detail .deposit-options ul li:nth-child(6),
    .review-content .detail .deposit-options ul li:nth-child(7),
    .review-content .detail .deposit-options ul li:nth-child(8) {
        display: inline-block;
        visibility: visible
    }
    .container {
        width: 992px
    }
}

@media only screen and (min-width :1600px) {
    section.hero-banner::after {
        right: 0;
        top: 0
    }
    section.hero-banner::before {
        left: 0;
        bottom: 0
    }