@charset "UTF-8";
/*
Theme Name: Kadabra 1.6.7
Description: Kadabra custom Wordpress theme
Version: 1.6.6
*/
/* kadabra styles */
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center; }

a, a:active, a:focus {
  color: #000; }

a:focus {
  outline: 2px solid #ffb300; }

a:active, a:hover {
  outline: none;
  border-width: 0; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

ul {
  padding: 0; }

ul.menu, ul.sub-menu {
  list-style-type: none; }

.brand-banner img.brand-logo {
  max-width: 240px !important; }
  @media (max-width: 613px) {
    .brand-banner img.brand-logo {
      width: 200px; } }

ul li {
  word-break: break-all; }

main#main_content {
  background: #fff;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 6px;
  margin-bottom: 10px; }
  main#main_content.main-full-width > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  main#main_content.main-full-width .text-review-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px; }
  main#main_content.main-full-width .sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px; }

.content-full-width {
  padding-top: 1px !important; }

/* TOP */
#top {
  background: #999;
  color: #fff;
  height: 65px;
  z-index: 100;
  position: relative; }

#top:after {
  display: block;
  content: '';
  clear: both; }

#nav-icon {
  width: 25px;
  height: 25px;
  float: left;
  margin: 8px 0;
  padding: 12px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  z-index: 10;
  position: absolute; }

#close-nav {
  height: 25px;
  margin: 10px 10px 0 10px;
  padding: 10px 10px 19px 10px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  display: block;
  text-align: left; }

#branding {
  margin: 0 15px;
  position: relative; }

#branding a {
  display: block;
  margin: 0 auto;
  height: 60px;
  max-width: 240px;
  padding-top: 5px; }

#branding a img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto; }

#top-bnr-container {
  height: 61px;
  text-align: right;
  margin: 0 15px;
  padding: 7px 0;
  display: none; }

#top-bnr-container a {
  display: block;
  float: right; }

#top-bnr-container a img {
  max-height: 60px;
  display: block; }

#top-nav {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  height: 100%;
  width: 100%;
  left: -101%;
  top: 0;
  -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
  z-index: 20;
  opacity: 0.9; }

#top-nav.open {
  left: 0; }

ul.main-menu li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #fff;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17px; }

ul.main-menu li a:hover {
  background: rgba(255, 255, 255, 0.3); }

ul.main-menu {
  margin: 0;
  padding: 8px 0;
  line-height: 1; }

ul.main-menu > li {
  display: block;
  width: 94%;
  margin: auto; }

ul.main-menu > li:last-child {
  border-right: none; }

ul.sub-menu li a {
  text-indent: 2.5em;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1); }

/* MAIN */
#main_content {
  width: 96%;
  margin: 0 auto;
  max-width: 1440px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

#main_content:after {
  display: block;
  content: '';
  clear: both; }

h1 {
  padding: 0 0.8em;
  text-transform: uppercase;
  color: #fff;
  background: #999;
  position: relative; }

h1:before {
  width: 0;
  height: 0;
  display: inline-block;
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  border: 0.75em solid rgba(0, 0, 0, 0);
  border-left: 0.5em solid #fff; }

#main_content .container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  position: relative; }

#main_content .sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  padding: 0 10px;
  margin: 15px 0;
  border-left: 1px solid #ccc; }

.box {
  background: #fff;
  margin: 10px 0;
  padding: 10px;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #222; }

.box .box {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*?*/
.row {
  margin: 0; }

.row:after, .box:after {
  display: block;
  content: '';
  clear: both; }

i[class*="fa-star"] {
  color: #ffb300;
  margin: 4px 0; }

div[class*="container"] > img {
  max-width: 100%;
  display: block; }

.sidebar-box {
  border-top: 1px solid #aaa;
  padding: 10px 0;
  margin-bottom: 10px; }

.sidebar-box:first-of-type {
  border: none; }

.sidebar-box img {
  /* width: 100%; */ }

/* TABLE */
div[class*="column"] {
  float: left;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.brands-table-header {
  background: #999;
  color: #fff;
  text-align: center;
  /* TEMP */
  height: 2em;
  overflow: hidden; }

.brands-table-table .row {
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  max-height: 3.5em;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.6s linear;
  -o-transition: max-height 0.6s linear;
  transition: max-height 0.6s linear; }

.row.expanded {
  max-height: 16em; }

.wrapper-brand, .wrapper-cta {
  float: left; }

.wrapper-brand {
  width: 30%; }

.wrapper-cta {
  width: 62%; }

.wrapper-cta div[class*="column"] {
  float: right; }

.brands-table-table .index-column {
  font-size: 1.4em;
  text-align: center;
  padding-left: 0; }

.brands-table-table .index-column h4 {
  background: #999;
  color: #fff;
  position: relative;
  padding-right: 0.5em;
  line-height: 2em;
  margin: 0; }

.brands-table-table .index-column h4:after {
  width: 0;
  height: 0;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border: 1em solid rgba(0, 0, 0, 0);
  border-right: 0.5em solid #fff; }

.index-column {
  display: none; }

.brand-column, .features-column, .bonus-column {
  width: 100%;
  /* 3 */ }

.brand-column a {
  display: block;
  height: 3em; }

.brand-column a img {
  max-height: 100%;
  width: auto;
  margin: auto;
  display: block;
  max-width: 100%; }

.features-column ul {
  padding-left: 1.25em;
  margin: 0;
  font-size: 0.8em;
  list-style-type: square;
  line-height: 1.5; }

.cta-column {
  width: 40%; }

.rating-column {
  width: 48%; }

.brands-table-table .rating-column, .brands-table-table .bonus-column {
  text-align: center; }

.review-link {
  font-size: 0.8em; }

.rating-container {
  white-space: nowrap; }

.bonus-column h3 {
  margin: 0;
  color: #999;
  line-height: 1.25; }

.cta.button {
  display: block;
  background: #666;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.7em 0;
  text-transform: uppercase;
  margin: 3px -5px 20px; }

.expand-table-row {
  display: block;
  clear: both;
  position: absolute;
  height: 2em;
  right: 0;
  width: 6%;
  margin-top: 8px;
  text-align: center; }

.sidebar .fa-lg {
  font-size: 1.2em; }

/* recommended brands and more games boxes */
.featured-items.row {
  margin: 0 -1%; }

.featured-item-container {
  float: left;
  width: 48%;
  margin: 1%;
  min-height: 14.5em;
  text-align: center; }

.featured-item-logo {
  display: block;
  height: 4em; }

.featured-item-container a img {
  margin: 0.5em auto;
  display: block;
  max-height: 100%; }

.featured-item-container a.button {
  margin: 1em auto; }

.bonus h3 {
  margin: 0.5em auto;
  font-size: 1.25em; }

/* BRAND PAGE / GAME PAGE */
h1.brand-title, h1.game-title, h1.post-title {
  margin: 0.5em 0; }

.brand-summary div[class*="container"], .game-summary div[class*="container"] {
  width: 75%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.5em auto;
  text-align: center;
  font-size: 1.2em; }

.logo-container a {
  display: block; }

.logo-container a img {
  max-width: 100%; }

.brand-summary .cta-container .brand-cta {
  margin-bottom: 0; }

.brand-review__tc {
  margin-top: 5px;
  font-size: 11px;
  text-align: center; }

#pros-cons, #features-icons {
  padding: 5px; }

.pros-cons-column, .general-icons-container {
  width: 50%; }

#features, .general-icons-container {
  width: 100%; }

.pros-cons-column h4, #features h4, .general-icons-container h4 {
  background: #999;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0.5em;
  margin: 0;
  line-height: 2; }

.pros-cons-column ul, #features ul {
  list-style: none;
  line-height: 1.6;
  margin: 0.5em 0; }

.pros-cons-column ul li i, #features ul li i {
  margin-right: 0.5em; }

#pros i {
  color: #00764e; }

#cons i {
  color: #9a0007; }

#features i {
  color: #0039cb; }

.brand-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin: 20px 10px;
  background: #fff;
  line-height: 4em;
  -webkit-border-radius: 5em;
  border-radius: 5em;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }

.brand-icon img {
  display: inline;
  width: 100%;
  vertical-align: middle; }

.brand-text {
  clear: both; }

.more-games .featured-item-container {
  min-height: 12em; }

#sticky-bar {
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  top: -20em;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s; }

#sticky-bar .arrow {
  background: #666;
  height: 130px;
  margin: 1em 0;
  position: relative; }

#sticky-bar .logo-container {
  float: left;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#sticky-bar .logo-container a {
  display: block;
  height: 100%; }

#sticky-bar .logo-container a img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none; }

#sticky-bar .arrow h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: normal;
  margin: 0 1em;
  float: left;
  line-height: 130px; }

#sticky-bar .arrow:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 65px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: -100px;
  border-left: 35px solid #666; }

#sticky-bar .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0.5em 5em;
  font-size: 1.2em; }

#sticky-bar .right .cta-container {
  max-width: 15em;
  margin: auto; }

#sticky-bar.stuck {
  top: 0; }

/* BLOG */
.blog .post-single {
  border-bottom: 1px solid #999;
  padding: 1em 0; }

.blog .post-single img {
  -o-object-fit: none;
  object-fit: none;
  /* Do not scale the image */
  -o-object-position: center;
  object-position: center;
  /* Center the image within the element */
  width: 120px;
  display: block;
  float: left;
  margin-right: 1em; }

.blog .post-single h2 {
  margin: 0;
  display: inline-block; }

.blog .post-single .post-meta {
  opacity: 0.75;
  font-size: 0.85em; }

a.topost {
  text-decoration: none; }

a.back-link {
  float: right;
  margin-top: 1em;
  background: #fff;
  text-decoration: none;
  line-height: 2.8em;
  position: relative;
  z-index: 10;
  padding: 0 0.5em;
  -webkit-transform: translate(1px, -1px);
  -ms-transform: translate(1px, -1px);
  transform: translate(1px, -1px);
  border: 1px solid #fff; }

.back-link:before {
  content: '';
  width: 0;
  height: 0;
  border: 1.4em solid rgba(0, 0, 0, 0);
  border-right: 1em solid #fff;
  position: absolute;
  left: -2.4em;
  background: none;
  top: 0; }

.post-single.standalone img, .post-single img {
  max-width: 100% !important;
  height: auto; }

.post-title {
  padding-right: 4.5em; }

.post-featured-image {
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

/* footer */
#footer {
  background: #999;
  color: #fff; }

#footer:after {
  display: block;
  content: '';
  clear: both; }

.footer-column {
  width: 50%;
  padding: 1em !important; }

#footer a {
  color: #fff; }

div.language-selector-container {
  position: relative; }

ul.language-selector {
  list-style: none;
  margin: 0 -5px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 2.25em;
  padding: 0;
  margin-bottom: 6px;
  width: -webkit-calc(100% - 19px);
  width: calc(100% - 19px);
  z-index: 100;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  ul.language-selector.lang-top {
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    bottom: auto; }
  ul.language-selector.open {
    opacity: 1;
    visibility: visible; }

ul.language-selector li {
  height: 2.5em;
  line-height: 2.5em;
  border-bottom: 1px solid #fff;
  padding: 5px;
  margin: 0 !important;
  background: #999;
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
  -webkit-transition: background 0.4s linear;
  -o-transition: background 0.4s linear;
  transition: background 0.4s linear;
  font-size: 0.85em; }

ul.language-selector li a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

ul.language-selector .flag-icon.flag-icon-squared, .language-selector-container .flag-icon.flag-icon-squared {
  width: 2em;
  height: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  margin: 0 0.5em;
  vertical-align: middle;
  border: 1px solid #fff; }

.language-selector-container .flag-icon.flag-icon-squared {
  width: 1.5em;
  height: 1.5em; }

#footer h3 {
  color: #fff; }

#credits {
  background: #666;
  color: #fff;
  padding: 2px 15px;
  text-align: right; }

body.page-template-empty-page div#top, body.page-template-empty-page footer {
  display: none; }

.expand-on-mobile {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
  height: auto; }

.expanded {
  max-height: 5000px; }

aside ul {
  list-style-type: none; }

.cat-post-crop {
  -webkit-border-radius: 100%;
  border-radius: 100%; }

/* char limit cta button */
body.cta-limit-15 .sidebar .brands-table-table .cta.button {
  font-size: 0.8em;
  line-height: 2em; }

@media (max-width: 1024px) {
  body.cta-limit-15 .brands-table-table .cta.button {
    font-size: 0.8em;
    line-height: 2em; } }

/* END char limit cta button */
/*************new style******************/
.vc_column-inner {
  overflow: hidden; }

.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden; }

.no-scroll #cookie-law-info-bar {
  opacity: 0; }

.pagination-custom {
  padding: 10px 0; }

.pagination-custom a {
  font-size: 16px;
  padding: 0 6px; }

.top_menu .menu-item > a > img {
  margin-right: 9px;
  top: auto !important; }

.general-icons-container {
  max-height: 250px;
  overflow: hidden; }

.sticky-bar__close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  z-index: 9999;
  top: 15px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sticky-bar__close:before {
  content: "";
  width: 0px;
  height: 20px;
  border-left: 2px solid #333;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.sticky-bar__close:after {
  content: "";
  width: 20px;
  height: 0px;
  border-bottom: 2px solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sidebar-in-content {
  border-left: none !important;
  padding: 0 !important;
  display: none; }

.sidebar-in-content ul.menu {
  padding: 0 !important; }

.page-template-page-with-sidebar .sidebar-in-content .sidebar-box {
  width: auto; }

.sidebar-in-content .sidebar-box img {
  max-width: 30px !important; }

.content-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .content-sidebar .sidebar {
    margin-top: 0; }
    .content-sidebar .sidebar ul {
      padding-left: 0; }
      .content-sidebar .sidebar ul a img {
        width: auto; }

.breadcrumbs {
  margin-top: 19px;
  margin-left: 9px;
  margin-bottom: -13px; }
  @media (max-width: 1600px) {
    .breadcrumbs {
      margin-bottom: -9px; } }

.breadcrumbs__item {
  font-size: 14px;
  color: #333333 !important;
  text-decoration: underline; }

.breadcrumbs__item:after {
  content: "»";
  margin-left: 7px;
  margin-right: 5px;
  text-decoration: none !important;
  display: inline-block; }

.breadcrumbs__item:last-child {
  pointer-events: none;
  color: #7d7d7d !important;
  text-decoration: none; }

.breadcrumbs__item:last-child:after {
  display: none; }

.breadcrumbs__item__last {
  font-size: 14px;
  font-family: "Open Sans";
  pointer-events: none;
  color: #7d7d7d !important;
  text-decoration: none; }

.table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  overflow: hidden; }

.table-scroll {
  max-width: 900px;
  overflow: hidden; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0 !important; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 5px !important; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff !important; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -16px !important; }

.table-wrapper table {
  height: auto !important;
  border: 0 !important;
  border-collapse: collapse; }

.table-wrapper table tr td {
  font-size: 18px;
  padding: 0;
  line-height: 20px;
  border-collapse: collapse;
  padding-left: 5px;
  padding-right: 5px; }

.table-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.table-wrapper table.heading tr:first-child {
  color: #fff; }

.table-fix td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.table-fix.heading td:first-child {
  color: #fff; }

.table-wrapper table tr td {
  border-top: 1px solid rgba(196, 196, 196, 0.7); }

.table-theme-2 .table-fix td {
  border-bottom: 1px solid rgba(196, 196, 196, 0.7); }
  .table-theme-2 .table-fix td:first-child {
    border-top: 1px solid rgba(196, 196, 196, 0.7); }
  .table-theme-2 .table-fix td:last-child {
    border-bottom: none; }

.table-fix {
  z-index: 1; }

.nicescroll-cursors {
  top: 10px !important; }

.cta-bar {
  width: 100%;
  left: 0;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.cta-bar a {
  font-weight: bold;
  color: #fff !important;
  border-bottom: 1px solid #fff; }

.cta-bar > a {
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 4.9vw;
  text-decoration: none;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.cta-bar > .cta-bar__headline {
  font-size: 27px;
  max-width: 100%;
  border-bottom: none;
  line-height: 30px;
  pointer-events: none; }

.cta-bar > a:hover {
  border-color: transparent; }

.cta-bar > a:last-child {
  margin-right: 0; }

.cta-bar__wrapper {
  width: -webkit-calc(96% - 60px);
  width: calc(96% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  margin: 0 auto;
  max-width: 1380px; }

.cta-bar_without-logo .cta-bar__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.cta-bar_without-logo .cta-bar__btn {
  margin-left: 30px; }

.cta-bar_2 {
  text-decoration: none !important; }

.cta-bar_2:hover {
  border-width: 2px; }

.cta-bar_2:focus {
  outline: none; }

.cta-bar.cta-no_border {
  border-color: #fff; }

.cta-bar_invcta-no_image .cta-bar__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.cta-bar_invcta-no_image .cta-bar__btn {
  margin-left: 80px; }
  @media (max-width: 836px) {
    .cta-bar_invcta-no_image .cta-bar__btn {
      margin-left: 0; } }

.cta-bar__btn {
  height: 51px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0 55px;
  line-height: 51px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.cta-bar__text {
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold; }
  .cta-bar__text .cta-bar__btn {
    display: none; }

.cta-bar__logo {
  min-width: 180px; }

.cta-bar__logo img {
  display: block;
  max-height: 100%;
  width: auto;
  height: 60px; }

.brand-column .rating-column.rating-container {
  display: none; }

.wpb_text_column.wpb_content_element {
  width: 100%; }

.footer__wrapper {
  width: 96%;
  margin: 0 auto;
  position: relative; }

.top-button {
  width: 60px;
  height: 60px;
  position: fixed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: 100px;
  right: 10%;
  cursor: pointer;
  background-color: #999999;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
  outline: none; }

.top-button.active {
  display: block; }

.top-button img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px; }

.nav2 {
  -webkit-box-shadow: 0 7px 15px rgba(42, 42, 42, 0.2);
  box-shadow: 0 7px 15px rgba(42, 42, 42, 0.2);
  max-height: 42px;
  overflow: hidden; }

.nav2__wrapper {
  width: -webkit-calc(96% - 40px);
  width: calc(96% - 40px);
  max-width: 1390px;
  margin: 0 auto;
  position: relative; }

.nav2__wrapper .button {
  position: absolute;
  width: 13px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.nav2__wrapper .button:before {
  content: "";
  background-image: url(images/arrow-btn.png);
  position: absolute;
  width: 13px;
  height: 20px;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 2; }

.button-prev:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.button-next:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  height: 27px;
  width: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none; }

.button.slick-disabled {
  opacity: .4;
  cursor: default; }

.button-prev {
  left: -21px; }

.button-next {
  right: -21px; }

.nav2__item {
  height: 39px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-bottom: 2px solid transparent;
  margin: 0 15px;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
  position: relative; }

.nav2__item:before {
  content: "";
  position: absolute;
  right: -15px;
  height: 24px;
  border-right: 1px solid #fff; }

.nav2__item:last-child:before {
  display: none; }

.nav2__item img {
  max-width: 27px;
  max-height: 27px;
  width: 27px;
  margin-right: 9px; }

.nav2__item:hover {
  border-bottom: 2px solid #fff; }

.nav2__item.active {
  border-bottom: 2px solid #fff;
  font-weight: bold; }

.nav2.nav2-section {
  background-color: #fff;
  border-bottom: 1px solid #fff; }

.nav2.nav2-section .nav2__item {
  color: #878787 !important; }

.nav2.nav2-section .nav2__item:before {
  border-color: #cccccc; }

.nav2.nav2-section .nav2__item img {
  display: none; }

.widget-full-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.widget-wrapper > div {
  width: 100%; }

.widget-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .widget-wrapper.widget-half-width {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); }
    .widget-wrapper.widget-half-width .widget-brand-icon {
      width: 16.6%;
      min-width: 16.6%; }

.widget-dropdown:first-child {
  position: relative; }
  .widget-dropdown:first-child:before {
    content: "";
    position: absolute;
    height: 35px;
    left: 0;
    right: 0;
    bottom: -16px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(19, 25, 41, 0.2), inset 0 -1px 0 #c0c0c0;
    box-shadow: 0 4px 4px rgba(19, 25, 41, 0.2), inset 0 -1px 0 #c0c0c0; }

.widget-header.widget-cons h4 {
  background-color: #a7a7a7 !important; }

/*.widget-half-width .widget-dropdown .widget-content-wrap .widget-content{
	max-height: 118px;
	overflow-y: scroll;
}*/
.widget-brand-icon a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .widget-brand-icon a:hover {
    text-decoration: none; }
  .widget-brand-icon a span:hover {
    text-decoration: none !important; }

.widget-item {
  -webkit-box-shadow: 0 4px 4px rgba(19, 25, 41, 0.2), inset 0 -1px 0 #c0c0c0;
  box-shadow: 0 4px 4px rgba(19, 25, 41, 0.2), inset 0 -1px 0 #c0c0c0;
  background: #fff;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px); }

.widget-item:only-child {
  width: 100%; }

.widget-content-wrap {
  height: -webkit-calc(100% - 37px);
  height: calc(100% - 37px); }

.widget-content {
  min-width: 100%;
  height: 100%;
  padding: 12px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.widget-content.active {
  display: block; }

.widget-content:only-child {
  display: block; }

.widget-brand-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.widget-header h4 {
  height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  background-color: #1fa67a;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.widget-header h4:only-child {
  width: 100%;
  text-align: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: default; }

.widget-header h4.active {
  background-color: #e8e8e8;
  color: #989898; }

.widget-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.widget-content ul {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.widget-content ul li {
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
  margin-left: 40px;
  width: 100%;
  padding-left: 35px;
  position: relative; }

.widget-wrapper.widget-half-width .widget-item .widget-content ul li {
  width: 100%; }

.widget-item .widget-content ul li {
  width: -webkit-calc(25% - 75px);
  width: calc(25% - 75px);
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: unset; }

.widget-content ul li i {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px; }

.widget-brand-wrap {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 0 15px; }
  .widget-brand-wrap-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.widget-brand-icon:hover {
  text-decoration: none;
  color: inherit; }
  .widget-brand-icon:hover span {
    color: inherit; }

.widget-brand-icon {
  text-align: center;
  width: 7.7%;
  min-width: 7.7%;
  margin-bottom: 10px;
  height: 104px;
  display: block; }
  .widget-brand-icon.widget-title-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.widget-brand-icon img {
  width: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.widget-brand-icon span {
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  display: block;
  max-height: 39px;
  overflow: hidden; }

.widget-dropdown .widget-header h4 {
  -webkit-box-shadow: 0 4px 4px rgba(19, 25, 41, 0.2);
  box-shadow: 0 4px 4px rgba(19, 25, 41, 0.2);
  cursor: pointer;
  position: relative; }

.widget-dropdown .widget-header h4:before {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 21px;
  height: 14px;
  display: block;
  background-image: url(images/arrow-copy-3.png);
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.widget-dropdown .widget-header h4.open:before {
  -webkit-transform: translateY(-49%) scaleY(-1);
  -ms-transform: translateY(-49%) scaleY(-1);
  transform: translateY(-49%) scaleY(-1); }

.widget-dropdown .widget-content-wrap {
  display: none; }

.widget-dropdown .widget-header h4.open {
  -webkit-box-shadow: none;
  box-shadow: none; }

.widget-dropdown .widget-item {
  -webkit-box-shadow: none;
  box-shadow: none; }

.widget-dropdown .widget-content {
  -webkit-box-shadow: 0 4px 4px rgba(19, 25, 41, 0.2), inset 0 -1px 0 #c0c0c0;
  box-shadow: 0 4px 4px rgba(19, 25, 41, 0.2), inset 0 -1px 0 #c0c0c0; }

.widget-dropdown.widget-disabled .widget-header h4 {
  background-color: #a7a7a7;
  text-transform: none; }

.widget-dropdown.widget-disabled i {
  color: #a7a7a7; }

.widget-pagination .widget-header h4 {
  text-transform: none; }

.widget-item .fa-plus-circle {
  color: #39a77c; }

.widget-item .fa-check-circle {
  color: #f65f10; }

.widget-item .fa-times-circle {
  color: #a7a7a7; }

.table-theme-2 tr, .table-theme-2 td {
  height: 60px !important; }

.table-theme-2 img {
  max-height: 60px;
  display: block; }

.table-theme-2 .table-fix td:not(:first-child) {
  max-width: 100% !important;
  min-width: 100% !important; }

.table-theme-2 table.heading tr:first-child td, .table-theme-2 .table-fix.heading td:first-child {
  line-height: 20px;
  font-weight: bold;
  font-size: 18px; }

.table-theme-2 .table-scroll {
  border-bottom: 1px solid rgba(196, 196, 196, 0.6); }

.table-theme-2 td {
  position: relative; }

.table-theme-2 table td {
  border-right: 1px solid rgba(196, 196, 196, 0.5); }

.table-theme-2 .table-fix {
  border-right: 1px solid rgba(196, 196, 196, 0.6);
  border-bottom: 1px solid rgba(196, 196, 196, 0.6);
  border-left: 1px solid rgba(196, 196, 196, 0.6); }

.table-theme-2 table.subheading tr:nth-child(2) td, .table-theme-2 .table-fix.subheading td:nth-child(2) {
  line-height: 15px;
  color: #2a2e30; }

.table-wrapper.table-theme-2 tr td {
  font-size: 16px;
  line-height: 20px; }

.table-wrapper.table-theme-2 tr td p {
  margin: 0; }

.table-wrapper {
  max-width: -webkit-calc(100% + 40px);
  max-width: calc(100% + 40px);
  overflow: hidden; }

.table-fix {
  font-size: 16px; }

.table-theme-2 .table-fix td:first-child {
  height: 60px !important; }

.table-theme-2 table.subheading:not(.heading) tr:nth-child(1) td, .table-theme-2 .table-fix.subheading:not(.heading) td:nth-child(1) {
  font-weight: bold;
  font-size: 16px; }

.table-theme-2 table.subheading.heading tr:nth-child(2) td, .table-theme-2 .table-fix.subheading.heading td:nth-child(2) {
  font-weight: bold;
  font-size: 16px; }

.content-table.heading tr:first-child td:hover {
  background-color: inherit; }

.brand-fratures.links {
  list-style-type: none;
  padding-left: 20px; }

.brand-fratures.links a {
  color: #2184d1;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400; }

.brand-fratures li {
  display: none; }

.brand-fratures li:nth-child(1),
.brand-fratures li:nth-child(2),
.brand-fratures li:nth-child(3) {
  display: list-item; }

.brands-table-container {
  width: 100%; }

.sidebar-box ul.menu li {
  position: relative; }

.sidebar-box ul.menu li img {
  position: absolute !important;
  top: 50% !important;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.content-image {
  max-width: 100%;
  display: inline-block; }

/*404*/
.page-404 {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff; }
  .page-404__hide {
    display: none; }
  .page-404__header {
    text-align: center;
    padding: 30px 0 0; }
    .page-404__header img {
      max-width: 240px; }
  .page-404__content {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .page-404__wrap {
    width: 47%; }
    .page-404__wrap img {
      width: 446px;
      margin-top: 38px; }
  .page-404__title {
    font-size: 120px;
    font-weight: 400;
    line-height: 94px;
    margin-bottom: 47px; }
  .page-404__subheader {
    font-size: 24px;
    color: #000000;
    opacity: 0.35; }
  .page-404__text {
    font-size: 24px;
    color: #000000;
    margin-top: 24px; }
  .page-404__text2 {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    margin-top: 42px;
    display: none; }
  .page-404__btn-wrap {
    margin-top: 25px; }
  .page-404__btn {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 24px;
    padding: 18px 70px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f65f10;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .page-404__btn.hide__lg {
      display: none; }
    .page-404__btn:hover {
      background-color: #e3551d; }
    .page-404__btn:visited {
      color: #fff; }
  .page-404__footer {
    background-color: #f8f8f8;
    padding-top: 34px; }
  .page-404__footer-wrap {
    width: 1100px;
    margin: 0 auto; }
  .page-404__footer-text {
    font-size: 24px;
    color: #000000; }
  .page-404__text-sm {
    font-size: 18px;
    color: #000000;
    opacity: 0.35;
    margin-top: 8px; }
  .page-404__footer-item {
    width: 780px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.footer-item {
  margin: 50px 0 40px;
  text-align: center;
  margin-right: 10px; }
  .footer-item:last-child {
    margin-right: 0; }
  .footer-item__img {
    margin-bottom: 7px; }
    .footer-item__img img {
      display: inline-block;
      max-width: 110px;
      max-height: 110px;
      width: 100%; }
  .footer-item__link {
    display: block;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
    line-height: 24px;
    text-align: center; }
  .footer-item__review {
    font-size: 16px;
    text-decoration: underline;
    margin-top: 22px; }

.article-wrapper {
  /*width: 1195px;*/
  margin: -14px auto 0; }
  @media (max-width: 1288px) {
    .article-wrapper {
      width: 100%; } }

.article__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
  margin-top: -1px; }
  @media (max-width: 800px) {
    .article__item {
      padding: 20px 10px; } }
  @media (max-width: 600px) {
    .article__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 10px 0; } }
  .article__item:hover {
    background-color: #f5f5f5; }
    .article__item:hover .article__hr {
      border-color: #f5f5f5; }
    .article__item:hover .article__subtitle a {
      color: #808080; }
    .article__item:hover .article__date {
      color: #808080; }

.article__img {
  width: 326px;
  height: 190px;
  -webkit-box-shadow: 3px 3px 7px rgba(54, 54, 54, 0.5);
  box-shadow: 3px 3px 7px rgba(54, 54, 54, 0.5);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
  @media (max-width: 800px) {
    .article__img {
      width: 32.7vw;
      height: 19.6vw; } }
  @media (max-width: 600px) {
    .article__img {
      width: 100%;
      height: 41.7vw;
      margin-bottom: 10px; } }

.article__content {
  margin-left: 20px;
  width: -webkit-calc(100% - 346px);
  width: calc(100% - 346px); }
  @media (max-width: 800px) {
    .article__content {
      width: 53vw; } }
  @media (max-width: 600px) {
    .article__content {
      margin-left: 0;
      width: 100%; } }

.article__subtitle, .article__subtitle-sm {
  color: #c5c5c5;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
  margin-bottom: 7px; }
  .article__subtitle:visited, .article__subtitle-sm:visited {
    color: #c5c5c5; }
  @media (max-width: 600px) {
    .article__subtitle, .article__subtitle-sm {
      display: none; } }

.article__subtitle-sm a, .article__subtitle-sm a:visited {
  color: #c5c5c5;
  text-decoration: none; }

.article__subtitle {
  text-align: left; }
  .article__subtitle a, .article__subtitle a:visited {
    margin-right: 10px;
    color: #c5c5c5;
    text-decoration: none; }

.article__title, .article__title-sm {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none; }
  .article__title:visited, .article__title-sm:visited {
    color: #333333; }
  @media (max-width: 800px) {
    .article__title, .article__title-sm {
      font-size: 18px;
      line-height: 20px; } }
  @media (max-width: 600px) {
    .article__title, .article__title-sm {
      display: none; } }

.article__title:hover {
  text-decoration: underline; }

.article__text {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  font-weight: 400;
  margin-top: 5px;
  max-height: 41px;
  overflow: hidden; }
  @media (max-width: 800px) {
    .article__text {
      font-size: 14px;
      line-height: 18px;
      max-height: 35px; } }

.article__more {
  color: #0056b8;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 6px; }
  @media (max-width: 800px) {
    .article__more {
      font-size: 14px; } }

.article__date {
  line-height: 16px;
  font-size: 14px;
  color: #c5c5c5;
  margin-top: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media (max-width: 800px) {
    .article__date {
      margin-top: 11px; } }

.article__hr {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  border-bottom: 1px solid #cccccc;
  bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .article__hr-t {
    bottom: auto;
    top: 0; }
  @media (max-width: 1288px) {
    .article__hr {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px); } }
  @media (max-width: 800px) {
    .article__hr {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px); } }
  @media (max-width: 600px) {
    .article__hr {
      width: 100%; } }

.article__subtitle-sm {
  display: none; }
  @media (max-width: 600px) {
    .article__subtitle-sm {
      display: block; } }

.article__title-sm {
  display: none; }
  @media (max-width: 600px) {
    .article__title-sm {
      display: block;
      margin-bottom: 11px;
      font-size: 16px;
      line-height: 20px; } }

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news-item {
  width: -webkit-calc(33.3% - 60px);
  width: calc(33.3% - 60px);
  padding: 15px 30px 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .news-item:hover {
    background-color: #fafafa; }
  .news-item__img {
    display: block;
    height: 190px;
    -webkit-box-shadow: 3px 3px 7px rgba(54, 54, 54, 0.5);
    box-shadow: 3px 3px 7px rgba(54, 54, 54, 0.5);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
  .news-item__subtitle {
    display: inline-block;
    color: #c5c5c5;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 26px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none !important; }
    .news-item__subtitle:hover {
      text-decoration: underline !important; }
    .news-item__subtitle:visited {
      color: #c5c5c5;
      text-decoration: none; }
  .news-item__title {
    display: block;
    color: #333333;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    margin: 13px 0 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .news-item__title:hover {
      text-decoration: underline; }
    .news-item__title:visited {
      color: #333; }
  .news-item__text {
    color: #333333;
    font-size: 14px;
    line-height: 22px; }
  .news-item__more {
    font-size: 14px;
    color: #0056b8;
    text-decoration: underline;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    margin: 10px 0; }
    .news-item__more:hover {
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent; }
  .news-item__info {
    color: #c5c5c5;
    font-size: 12px;
    line-height: 16px; }
  .news-item__date {
    display: inline; }
  .news-item__author {
    display: inline; }

.top-box-container {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 0 20px; }
  @media (max-width: 800px) {
    .top-box-container {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      padding: 0 10px; }
      .top-box-container .top-box-brand-table {
        margin-left: -20px;
        margin-right: -20px; } }
  @media (max-width: 614px) {
    .top-box-container .brand-table__wrapper {
      margin: 0; }
    .top-box-container .top-box-brand-table {
      margin-left: -10px;
      margin-right: -10px; } }

@media (max-width: 800px) {
  .news-wrapper .news-item {
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px); } }

@media (max-width: 600px) {
  .news-wrapper .news-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 600px) {
  .news-wrapper .news-item__title {
    font-size: 20px; } }

.news-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 100px; }
  @media (max-width: 1000px) {
    .news-more {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .news-more-wrap {
    margin-top: 50px; }
  .news-more__title {
    font-size: 30px;
    text-transform: uppercase;
    color: #333333;
    width: 100%;
    margin-bottom: 24px;
    font-weight: bold;
    padding: 0 15px; }
    @media (max-width: 1000px) {
      .news-more__title {
        font-size: 26px; } }
    @media (max-width: 465px) {
      .news-more__title {
        font-size: 20px;
        margin-bottom: 15px; } }
  .news-more .news-item {
    width: 25%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1000px) {
      .news-more .news-item {
        width: 50%; } }
    @media (max-width: 465px) {
      .news-more .news-item {
        width: 100%; } }
    .news-more .news-item__img {
      height: 150px; }
      @media (max-width: 1000px) {
        .news-more .news-item__img {
          height: 24vw; } }
      @media (max-width: 465px) {
        .news-more .news-item__img {
          height: 42vw; } }
    .news-more .news-item__subtitle {
      margin-top: 20px; }
    .news-more .news-item__title {
      font-size: 18px;
      line-height: 20px;
      margin: 3px 0 5px; }
    .news-more .news-item__text {
      line-height: 18px;
      font-size: 14px; }
    .news-more .news-item__more {
      display: none; }
    .news-more .news-item__info {
      line-height: 16px;
      font-size: 14px;
      margin-top: 15px; }

.content-full-width .news-item {
  width: -webkit-calc(25% - 60px);
  width: calc(25% - 60px); }
  @media (max-width: 1100px) {
    .content-full-width .news-item {
      width: -webkit-calc(33.3% - 60px);
      width: calc(33.3% - 60px); } }
  @media (max-width: 800px) {
    .content-full-width .news-item {
      width: -webkit-calc(50% - 60px);
      width: calc(50% - 60px); } }
  @media (max-width: 600px) {
    .content-full-width .news-item {
      width: 100%; } }

.blog_class_80 .article-wrapper {
  margin: 15px auto 0; }

.blog_class_82 .article-wrapper {
  margin: -9px auto 0; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  /*width: 1150px;*/
  margin: 0 auto; }
  .pagination a:visited {
    color: inherit; }
  @media (max-width: 1288px) {
    .pagination {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px); } }
  @media (max-width: 800px) {
    .pagination {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      padding: 5px 10px; } }
  .pagination__prev {
    text-indent: 11px; }
    .pagination__prev:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
      width: 8px;
      height: 8px;
      border-top: 1px solid #333;
      border-left: 1px solid #333; }
    @media (max-width: 600px) {
      .pagination__prev {
        font-size: 14px; } }
  .pagination__next {
    margin-right: 11px; }
    .pagination__next:before {
      content: "";
      position: absolute;
      right: -11px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg);
      width: 8px;
      height: 8px;
      border-top: 1px solid #333;
      border-left: 1px solid #333; }
    @media (max-width: 600px) {
      .pagination__next {
        font-size: 14px; } }
  .pagination__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .pagination__item {
    text-decoration: none;
    font-size: 15px;
    color: #333333;
    position: relative;
    margin: 0 13px; }
    .pagination__item.active {
      font-weight: 700; }
      .pagination__item.active:before {
        content: "";
        width: 20px;
        position: absolute;
        bottom: -2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: 2px solid #333; }
    @media (max-width: 800px) {
      .pagination__item {
        margin: 0 5px; } }
    @media (max-width: 600px) {
      .pagination__item {
        font-size: 15px !important; } }
  .pagination__arrow {
    font-size: 14px !important;
    color: #333333;
    text-decoration: none;
    position: relative; }
    .pagination__arrow.disabled {
      pointer-events: none;
      opacity: 0.5; }
    @media (max-width: 800px) {
      .pagination__arrow {
        font-size: 14px !important; } }

.art__wrapper {
  width: 755px;
  margin: 0 auto; }
  @media (max-width: 864px) {
    .art__wrapper {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      max-width: 755px;
      padding: 0 10px; } }
  @media (max-width: 600px) {
    .art__wrapper {
      width: 100%;
      padding: 0; } }

.art__title {
  text-transform: uppercase;
  font-size: 36px;
  color: #333333;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }
  .art__title:before {
    display: none; }
  @media (max-width: 864px) {
    .art__title {
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 16px; } }

.art__date {
  font-size: 14px;
  color: #c5c5c5;
  line-height: 16px;
  margin-bottom: 5px; }
  @media (max-width: 864px) {
    .art__date {
      margin-bottom: 25px;
      font-size: 12px;
      line-height: 13px; } }

.art__category {
  font-size: 14px;
  text-transform: uppercase;
  color: #c5c5c5;
  margin: 30px 0 20px 0; }
  @media (max-width: 864px) {
    .art__category {
      margin: 30px 0 6px 0; } }
  .art__category a {
    font-size: 14px;
    text-transform: uppercase;
    color: #c5c5c5; }

.art__content img {
  -webkit-box-shadow: 3px 3px 7px rgba(54, 54, 54, 0.5);
  box-shadow: 3px 3px 7px rgba(54, 54, 54, 0.5);
  width: 100%;
  height: auto;
  margin: 20px 0; }
  @media (max-width: 600px) {
    .art__content img {
      margin: 10px 0; } }

.art__content p {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  margin: 9px 0; }

.art__content b {
  font-weight: bold; }

.art__content ol, .art__content ul {
  padding-left: 19px; }
  .art__content ol li, .art__content ul li {
    margin: 23px 0; }

.art__content blockquote {
  font-style: italic;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin: 27px 0; }

.art__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 0 20px; }
  .art__tags-item {
    display: block;
    margin-right: 20px;
    color: #000000;
    opacity: 0.5;
    line-height: 24px;
    font-size: 15px;
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 31px;
    line-height: 31px;
    padding: 0 12px;
    margin-bottom: 10px;
    text-decoration: none; }
    .art__tags-item:visited {
      color: #000; }

.art__more {
  position: relative;
  margin: 30px -30px 30px -30px; }
  @media (max-width: 864px) {
    .art__more {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 800px) {
    .art__more {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (max-width: 600px) {
    .art__more {
      margin-left: 0;
      margin-right: 0;
      margin-top: 20px; }
      .art__more .article__more {
        display: none; } }

.content-image img.alignleft {
  margin-right: 20px; }

.content-image img.alignright {
  margin-left: 20px; }

@media (max-width: 1130px) {
  .hide__sm {
    display: none; }
  .hide__lg {
    display: inline-block !important; }
  .page-404__hide {
    display: inline-block; }
  .page-404__header {
    padding-top: 25px; }
    .page-404__header img {
      width: 180px; }
  .page-404__content {
    width: 395px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .page-404__wrap {
    width: 100%; }
    .page-404__wrap img {
      width: 100%;
      margin-top: 30px; }
    .page-404__wrap:first-child {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .page-404__wrap:last-child {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
  .page-404__title {
    font-size: 54px;
    font-weight: 700;
    line-height: 0; }
  .page-404__subheader {
    opacity: 1; }
  .page-404__text {
    display: none; }
  .page-404__text2 {
    display: block; }
  .page-404__btn-wrap {
    margin-top: 35px; }
  .page-404__btn {
    font-weight: 700;
    font-size: 18px; }
  .page-404__footer {
    background-color: #fff; }
  .page-404__footer-wrap {
    width: 100%; }
  .page-404__footer-item {
    width: 68%; }
  .footer-item {
    margin: 0 0 35px; }
    .footer-item__img {
      min-height: auto; }
      .footer-item__img img {
        display: inline-block; } }

@media (max-width: 600px) {
  .page-404__header {
    padding-top: 7px; }
    .page-404__header img {
      width: 90px; }
  .page-404__content {
    max-width: 395px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 0 15px; }
  .page-404__wrap img {
    margin-top: 14px; }
  .page-404__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 15px; }
  .page-404__subheader {
    font-size: 18px;
    color: #333333;
    font-weight: normal; }
  .page-404__text2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px; }
  .page-404__btn-wrap {
    margin-top: 15px; }
  .page-404__btn {
    padding: 13px 52px; }
  .page-404__footer {
    padding-top: 5px; }
  .page-404__footer-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 0 15px; }
  .footer-item {
    margin-bottom: 15px;
    width: 33.3%;
    margin-right: 5px; }
    .footer-item:last-child {
      margin-right: 0; }
    .footer-item__img {
      min-height: auto;
      margin-bottom: 0; }
      .footer-item__img img {
        max-width: 56px; }
    .footer-item__link {
      font-size: 14px;
      line-height: 22px;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%; }
    .footer-item__review {
      font-size: 14px; } }

/*404*/
/*************new style end******************/
@media (max-width: 320px) {
  body {
    font-size: 13px; } }

@media (min-width: 801px) {
  ul.sub-menu {
    width: auto !important; }
  .top_menu .menu-item > a > img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  table:not(.heading) .tr-hover {
    background-color: #eeeeee; }
  table:not(.heading) td.tr-hover:hover {
    background-color: #fff; }
  table.heading tr:not(first-child).tr-hover {
    background-color: #eeeeee; }
  td.tr-hover {
    background-color: #eeeeee; }
  table.heading tr:first-child td.tr-hover {
    background-color: inherit; }
  .table-wrapper td:hover {
    background-color: #fff; }
  table.heading tr:first-child td:hover {
    background-color: inherit; }
  .post-content .index-column {
    display: block;
    width: 8%;
    /* 1 */
    min-width: 40px; }
  .row-slice .wrapper-cta {
    width: 71% !important; }
  body {
    font-size: 16px; }
  #top {
    height: auto; }
  #nav-icon, #close-nav {
    display: none; }
  #top-bnr-container {
    display: block; }
  #top-nav {
    position: relative;
    height: auto;
    left: auto;
    width: 100%; }
  #branding {
    z-index: 30;
    float: left;
    width: auto; }
  #branding a {
    padding-top: 10px;
    height: 95px; }
  .menu-item-has-children {
    position: relative; }
  .sub-menu .menu-item-has-children:before {
    content: "";
    width: 12px;
    height: 16px;
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("images/arrow-copy-2.png");
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block; }
  ul.main-menu > li:first-child {
    margin-left: -20px; }
  ul.main-menu > li {
    display: inline;
    border-right: 1px solid #fff;
    position: relative;
    white-space: nowrap;
    vertical-align: top; }
  ul.main-menu > li > a {
    display: inline;
    padding: 7px 20px;
    border-bottom: none; }
  ul.main-menu li ul.sub-menu {
    position: absolute;
    left: 0;
    padding-left: 0;
    top: 25px;
    white-space: nowrap;
    background: #999;
    display: none;
    min-width: 100% !important; }
  ul.main-menu li ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
    width: 237px; }
  ul.sub-menu li a {
    text-indent: 0;
    padding-right: 30px; }
  ul.main-menu li:hover > ul.sub-menu {
    display: block; }
  .featured-item-container {
    width: 23%; }
  /* BRAND PAGE */
  .screenshot-container {
    float: right;
    width: 50%; }
  .brand-summary, .game-summary {
    width: 50%;
    float: left; }
  #features, .general-icons-container {
    width: 50%; }
  .footer-column {
    width: 25%; }
  .table-theme-2 table.subheading.heading tr:nth-child(2) td, .table-theme-2 .table-fix.subheading.heading td:nth-child(2) {
    font-size: 16px;
    font-weight: bold; }
  .table-theme-2 table.subheading:not(.heading) tr:nth-child(1) td, .table-theme-2 .table-fix.subheading:not(.heading) td:nth-child(1) {
    font-size: 16px;
    font-weight: bold; }
  .table-theme-2 .table-wrapper table tr td {
    font-size: 12px;
    line-height: 20px; }
  .table-theme-2 {
    margin: 0; }
  .table-theme-2 .table-wrapper tr td {
    min-height: 50px; }
  .post-content .wrapper-brand {
    width: 42%; }
  .post-content .wrapper-cta {
    width: 50%; }
  .post-content .without-bonus-column .wrapper-brand {
    width: 45% !important; }
  .post-content .without-bonus-column .wrapper-cta {
    width: 47%; }
  .post-content .without-bonus-column .cta-column {
    width: 50%; }
  .post-content .without-bonus-column .rating-column {
    width: 35%; }
  .post-content .row-slice.without-features-column.without-bonus-column .wrapper-cta {
    width: 76% !important; }
  .post-content .row-slice.without-features-column.without-bonus-column .wrapper-brand {
    width: 16% !important; }
  .post-content .without-bonus-column.without-cta-column .wrapper-brand {
    width: 72% !important; }
  .post-content .without-bonus-column.without-cta-column .brand-column {
    width: 38% !important; }
  .post-content .without-bonus-column.without-cta-column .features-column {
    width: 51% !important; }
  #top-nav {
    -webkit-box-shadow: none;
    box-shadow: none; }
  ul.main-menu {
    position: relative;
    border-top: none !important;
    padding: 3px 0;
    margin-left: 256px; }
    ul.main-menu:before {
      content: "";
      position: absolute;
      left: -7px;
      width: 2px;
      height: 92%;
      z-index: 100; }
    ul.main-menu li.hide-before a:before {
      display: none; }
    ul.main-menu li ul.sub-menu {
      min-width: 100% !important;
      top: -webkit-calc(100% + 2px);
      top: calc(100% + 2px); }
      ul.main-menu li ul.sub-menu:before {
        content: "";
        top: -2px;
        left: 0;
        height: 3px;
        width: 100%;
        position: absolute; }
    ul.main-menu > li {
      border: none;
      display: inline-block;
      width: auto;
      margin-left: -7px; }
      ul.main-menu > li:first-child a:before {
        display: none; }
      ul.main-menu > li:hover {
        z-index: 99; }
      ul.main-menu > li > a {
        position: relative;
        padding: 0 25px;
        line-height: 37px;
        height: 37px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s; }
        ul.main-menu > li > a:hover:before {
          opacity: 0; }
        ul.main-menu > li > a:before {
          content: "";
          position: absolute;
          left: 1px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          height: 22px;
          border-left: 1px solid #fff;
          opacity: 1; } }

.brand-table__wrapper {
  padding: 0 10px;
  margin: 0 auto; }
  .brand-table__wrapper.brand-table__hide_header {
    margin-top: -15px; }
    .brand-table__wrapper.brand-table__hide_header .brand-table__header {
      display: none; }
  @media (max-width: 614px) {
    .brand-table__wrapper.brand-table__hide_indexes .brand-table__item:not(.brand-table__coll) .brand-table__group-1 {
      width: 32%; } }
  .brand-table__wrapper.brand-table__hide_indexes .brand-table__index {
    display: none; }
  .brand-table__wrapper.brand-table__hide_indexes .brand-table__group-1 {
    width: 14.6%; }
    @media (max-width: 614px) {
      .brand-table__wrapper.brand-table__hide_indexes .brand-table__group-1 {
        width: 36%; } }
  .brand-table__wrapper.brand-table__hide_indexes .brand-table__logo {
    width: 100%; }
  @media (max-width: 800px) {
    .brand-table__wrapper.brand-table__hide_indexes .brand-table__item {
      padding: 10px 10px 9px 20px; }
    .brand-table__wrapper.brand-table__hide_indexes .brand-table__header {
      padding-left: 10px; } }
  @media (min-width: 614px) and (max-width: 800px) {
    .brand-table__wrapper.brand-table__hide_indexes .brand-table__item {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media (max-width: 800px) {
    .brand-table__wrapper.show_hashtag .brand-table__header:before {
      content: "#";
      position: absolute;
      left: 0;
      top: 0;
      border-right: 1px solid #d7d7d7;
      width: 21px;
      height: 28px;
      line-height: 28px;
      background-color: #39a77c; } }

.brand-table__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  height: 32px; }
  .brand-table__header .brand-table__features {
    margin-top: 0 !important; }
  .brand-table__header > div, .brand-table__header .brand-table__logo {
    height: 100%; }
  @media (max-width: 800px) {
    .brand-table__header {
      white-space: nowrap;
      padding-left: 30px;
      border-bottom: 1px solid #d7d7d7;
      height: 28px; } }
  @media (max-width: 614px) {
    .brand-table__header > div {
      width: 33% !important;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden; }
    .brand-table__header .brand-table__logo, .brand-table__header span {
      height: 100%;
      line-height: 28px; }
    .brand-table__header .brand-table__bonus {
      display: none; }
    .brand-table__header.brand-table__coll > div {
      width: 48% !important; }
    .brand-table__header.brand-table__coll .brand-table__btn-wrap {
      display: none; } }
  .brand-table__header span {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    color: #fff !important;
    text-transform: none !important; }
    @media (max-width: 1600px) {
      .brand-table__header span {
        font-size: 16px !important; } }
    @media (max-width: 800px) {
      .brand-table__header span {
        line-height: 28px !important;
        padding-right: 5px;
        white-space: pre-line; } }
    @media (max-width: 614px) {
      .brand-table__header span {
        font-size: 14px !important;
        font-weight: 600 !important; } }
  .brand-table__header .brand-table__group-1 {
    text-align: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.brand-table__item {
  width: 100%;
  min-height: 64px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 14px 0 3px; }
  .brand-table__item:first-child {
    display: none; }
  @media (max-width: 800px) {
    .brand-table__item {
      padding: 10px 10px 9px 30px;
      height: auto;
      position: relative;
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 614px) and (max-width: 800px) {
    .brand-table__item {
      padding: 10px 10px 9px 40px;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px); } }
  @media (max-width: 614px) {
    .brand-table__item {
      padding: 14px 10px 4px 30px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.brand-table__group-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 26.3%; }
  @media (max-width: 800px) {
    .brand-table__group-1 {
      width: 15%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.brand-table__index {
  width: 29.3%;
  height: 51px;
  background-color: #39a77c;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  -webkit-box-shadow: -2px 5px 6px 0px #ccc;
  box-shadow: -2px 5px 6px 0px #ccc;
  position: relative;
  min-width: 40px;
  text-indent: -13px; }
  .brand-table__index.brand-table__index-h {
    color: #fff; }
  @media (min-width: 800px) {
    .brand-table__index {
      color: #fff !important; } }
  @media (max-width: 1600px) {
    .brand-table__index {
      font-size: 22.4px;
      height: 44px;
      line-height: 44px; } }
  @media (max-width: 800px) {
    .brand-table__index {
      width: 21px;
      min-width: auto;
      text-indent: 0;
      font-size: 16px;
      font-weight: 400;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-right: 1px solid #d7d7d7; }
      .brand-table__index:not(.brand-table__index-h) {
        background-color: #fff; } }
  .brand-table__index:after {
    width: 0;
    height: 0;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 1em solid transparent;
    border-right: 0.5em solid #fff; }
    @media (max-width: 800px) {
      .brand-table__index:after {
        display: none; } }

.brand-table__logo {
  width: 59.7%;
  max-height: 60px;
  min-width: 80px; }
  @media (max-width: 800px) {
    .brand-table__logo {
      width: 100%; } }
  .brand-table__logo a {
    display: block; }
  .brand-table__logo img {
    display: block;
    max-height: 60px; }
    @media (max-width: 614px) {
      .brand-table__logo img {
        max-height: 60px;
        margin: 0 auto; } }

.brand-table__features {
  margin: 0 5px;
  width: 19%; }
  @media (max-width: 800px) {
    .brand-table__features {
      width: 27%; } }
  @media (min-width: 614px) and (max-width: 800px) {
    .brand-table__features {
      width: 19%;
      margin-top: -5px; } }

.brand-table__list {
  padding: 0 0 0 20px !important;
  margin: 0;
  max-height: 67px;
  overflow: hidden;
  list-style-type: square;
  line-height: 21px;
  font-size: 14.4px; }
  @media (max-width: 1600px) {
    .brand-table__list {
      font-size: 12.8px; } }
  @media (max-width: 800px) {
    .brand-table__list {
      font-size: 14px;
      line-height: 20px;
      max-height: 60px;
      font-weight: 500;
      list-style-type: none;
      padding-left: 10px !important; }
      .brand-table__list li {
        overflow: hidden; } }
  @media (min-width: 614px) and (max-width: 800px) {
    .brand-table__list {
      max-height: 69px; }
      .brand-table__list .brand-table__btn-wrap {
        width: 19%; }
      .brand-table__list .brand-table__features {
        width: 21%; }
      .brand-table__list li {
        margin-bottom: 5px; } }
  @media (max-width: 614px) {
    .brand-table__list {
      font-size: 13px;
      line-height: 20px;
      max-height: 100%; }
      .brand-table__list a {
        line-height: 17px; } }
  .brand-table__list li {
    max-width: 100%;
    word-break: normal; }
    .brand-table__list li:nth-child(4) {
      display: none; }
    @media (max-width: 800px) {
      .brand-table__list li a {
        font-weight: normal !important; } }

.brand-table__bonus {
  width: 15%;
  margin: 0 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  min-width: 100px; }
  @media (max-width: 1600px) {
    .brand-table__bonus {
      font-size: 16px; } }
  @media (max-width: 800px) {
    .brand-table__bonus {
      font-size: 12px;
      line-height: 18px;
      max-height: 55px;
      overflow: hidden;
      width: 23%; } }

.brand-table__rating {
  min-width: 120px;
  margin: 0 5px;
  text-align: center; }
  .brand-table__rating-mob {
    display: none; }
    @media (min-width: 614px) and (max-width: 800px) {
      .brand-table__rating-mob {
        margin-top: 2px !important; } }
  @media (max-width: 1600px) {
    .brand-table__rating {
      min-width: 100px; }
      .brand-table__rating i {
        font-size: 21.3px !important; } }
  @media (max-width: 800px) {
    .brand-table__rating {
      min-width: 84px; }
      .brand-table__rating i {
        font-size: 17px !important; } }

.brand-table__btn-wrap {
  width: 18.4%; }
  @media (min-width: 614px) and (max-width: 800px) {
    .brand-table__btn-wrap {
      width: 21%; } }

.brand-table__btn {
  cursor: pointer;
  margin-bottom: 0 !important; }
  @media (max-width: 1024px) {
    .brand-table__btn {
      font-size: 12.8px;
      height: 25px;
      line-height: 25px; } }
  @media (max-width: 800px) {
    .brand-table__btn {
      font-size: 12px;
      height: 16px;
      line-height: 16px;
      font-weight: 700;
      padding: 0.75em 0; } }

.brand-table__tc {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 10px; }
  @media (max-width: 614px) {
    .brand-table__tc {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6; } }

@media (max-width: 800px) {
  .brand-table__item-2 .brand-table__rating {
    display: none; }
    .brand-table__item-2 .brand-table__rating-mob {
      display: block;
      margin-top: 7px; } }

@media (max-width: 359px) {
  .brand-table__item-2 .brand-table__rating i {
    font-size: 16px !important; } }

@media (max-width: 359px) {
  .brand-table__item-2 .brand-table__logo {
    width: 88px !important; } }

@media (max-width: 800px) {
  .brand-table__header.brand-table__item-2 .brand-table__rating {
    display: none; } }

.brand-table__logo {
  width: 162px !important; }
  @media (max-width: 800px) {
    .brand-table__logo {
      width: 102px !important; } }

.post-content > .brand-table__wrapper.brand-table__hide_header {
  margin-top: 0; }

@media (max-width: 800px) {
  .post-content > .brand-table__wrapper {
    margin-left: -20px;
    margin-right: -20px; } }

@media (max-width: 614px) {
  .post-content > .brand-table__wrapper {
    margin-left: -10px;
    margin-right: -10px; } }

@media (max-width: 800px) {
  .wpb_wrapper > .wpb_text_column > .wpb_wrapper .brand-table__wrapper {
    margin-left: -30px;
    margin-right: -30px; } }

@media (max-width: 614px) {
  .wpb_wrapper > .wpb_text_column > .wpb_wrapper .brand-table__wrapper {
    margin-left: -20px;
    margin-right: -20px; } }

.rating__link {
  font-size: 14px; }
  @media (max-width: 1600px) {
    .rating__link {
      font-size: 12.8px; } }

@media (max-width: 614px) {
  .brand-table__wrapper {
    margin: 0 -20px;
    padding: 0; }
  .brand-table__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .brand-table__group-1 {
    width: 32%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 5px; }
  .brand-table__features {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 48%; }
  .brand-table__list li {
    display: none; }
    .brand-table__list li:nth-child(1), .brand-table__list li:nth-child(2), .brand-table__list li:nth-child(3) {
      display: block; }
  .brand-table__bonus {
    width: 100%;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    margin: 5px 0; }
  .brand-table__rating {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 32%; }
  .brand-table__btn-wrap {
    width: 32%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
    .brand-table__btn-wrap .cta.button {
      margin: 0;
      font-weight: 600; }
  .brand-table__btn .cta.button {
    padding: 0.75em 0; }
  .brand-table__item-2 .brand-table__rating {
    display: block; }
    .brand-table__item-2 .brand-table__rating-mob {
      display: none; }
  .brand-table__item-2 .brand-table__features {
    margin-top: 5px; }
  .brand-table__item-2:not(.brand-table__coll) .brand-table__features {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .brand-table__item-2:not(.brand-table__coll) .brand-table__features .brand-table__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0 !important; }
      .brand-table__item-2:not(.brand-table__coll) .brand-table__features .brand-table__list li {
        width: 50%; }
        .brand-table__item-2:not(.brand-table__coll) .brand-table__features .brand-table__list li:nth-child(1), .brand-table__item-2:not(.brand-table__coll) .brand-table__features .brand-table__list li:nth-child(3) {
          padding-right: 5px;
          width: -webkit-calc(50% - 5px);
          width: calc(50% - 5px); }
  .rating__link {
    font-weight: 700;
    margin-top: 2px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500; }
  .brand-table__group-1 .brand-table__rating {
    margin-top: 10px;
    width: auto; }
    .brand-table__group-1 .brand-table__rating-mob {
      margin-top: 5px; }
  .brand-table__east .brand-table__group-1 .brand-table__rating-mob {
    margin-top: 3px; }
  .brand-table__east .brand-table__btn {
    font-size: 14px;
    padding: 9px 0; }
  .brand-table__east .brand-table__features {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 53%;
    max-width: 215px; }
  .brand-table__east .brand-table__bonus {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .brand-table__east .brand-table__btn-wrap {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    width: 100%; }
  .brand-table__east .brand-table__rating {
    width: 84px; }
  .brand-table__coll:not(.brand-table__header) {
    padding: 13px 10px 9px 20px !important; }
  .brand-table__coll .brand-table__rating {
    display: block;
    width: 45%;
    max-width: 215px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
    .brand-table__coll .brand-table__rating-mob {
      display: none; }
  .brand-table__coll .brand-table__features {
    display: none; }
  .brand-table__coll .brand-table__group-1 {
    width: 39%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .brand-table__coll .brand-table__bonus {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .brand-table__coll .brand-table__btn-wrap {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 5px; }
  .brand-table__coll .brand-table__group-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .brand-table__coll .brand-table__logo {
    width: 86%; }
  .brand-table__coll.brand-table__item-2 {
    -webkit-box-align: inherit !important;
    -webkit-align-items: inherit !important;
    -ms-flex-align: inherit !important;
    align-items: inherit !important; }
    .brand-table__coll.brand-table__item-2 .brand-table__features {
      margin-top: 0; }
    .brand-table__coll.brand-table__item-2 .brand-table__list {
      font-size: 14px;
      max-height: 95%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .brand-table__coll.brand-table__item-2 .brand-table__list li {
        margin-bottom: 5px; }
        .brand-table__coll.brand-table__item-2 .brand-table__list li:last-child a {
          margin-bottom: 0; }
  .brand-table__east.brand-table__coll {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }
    .brand-table__east.brand-table__coll .brand-table__list {
      font-size: 14px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 95%; }
      .brand-table__east.brand-table__coll .brand-table__list li {
        margin-bottom: 5px; }
        .brand-table__east.brand-table__coll .brand-table__list li:nth-child(3) {
          margin-bottom: 0; }
          .brand-table__east.brand-table__coll .brand-table__list li:nth-child(3) a {
            margin-bottom: 3px; }
    .brand-table__east.brand-table__coll .brand-table__features {
      height: 67px;
      overflow: hidden; }
      .brand-table__east.brand-table__coll .brand-table__features .brand-table__list {
        display: block; }
        .brand-table__east.brand-table__coll .brand-table__features .brand-table__list li {
          margin-bottom: 0;
          line-height: 21px; }
    .brand-table__east.brand-table__coll .brand-table__header .brand-table__rating {
      display: none; }
    .brand-table__east.brand-table__coll .brand-table__header .brand-table__features {
      display: block; }
    .brand-table__east.brand-table__coll .brand-table__group-1 {
      width: 39%; }
    .brand-table__east.brand-table__coll .brand-table__features {
      width: 53%;
      display: block;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .brand-table__east.brand-table__coll .brand-table__rating {
      display: none; }
      .brand-table__east.brand-table__coll .brand-table__rating-mob {
        display: block;
        width: 80%; }
  .brand-table__coll.brand-table__east .brand-table__rating {
    display: none; }
    .brand-table__coll.brand-table__east .brand-table__rating-mob {
      display: block;
      width: 78%; }
  .brand-table__coll.brand-table__east .brand-table__features {
    display: block; }
  .brand-table__east.brand-table__item-2:not(.brand-table__coll) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .brand-table__east.brand-table__item-2:not(.brand-table__coll) .brand-table__features {
      width: 33%;
      display: block;
      margin: 0;
      max-height: 62px;
      overflow: hidden; }
    .brand-table__east.brand-table__item-2:not(.brand-table__coll) .brand-table__btn-wrap {
      margin-top: 5px; }
    .brand-table__east.brand-table__item-2:not(.brand-table__coll) .brand-table__list {
      padding-left: 0 !important; }
      .brand-table__east.brand-table__item-2:not(.brand-table__coll) .brand-table__list li {
        width: 100%; }
        .brand-table__east.brand-table__item-2:not(.brand-table__coll) .brand-table__list li:nth-child(1), .brand-table__east.brand-table__item-2:not(.brand-table__coll) .brand-table__list li:nth-child(3) {
          width: 100%; }
    .brand-table__east.brand-table__item-2:not(.brand-table__coll) .brand-table__rating {
      width: 87px; }
    .brand-table__east.brand-table__item-2:not(.brand-table__coll).brand-table__header .brand-table__rating {
      display: block; }
    .brand-table__east.brand-table__item-2:not(.brand-table__coll).brand-table__header .brand-table__btn-wrap {
      display: none; }
  .brand-table__east:not(.brand-table__coll) {
    padding-top: 9px; }
    .brand-table__east:not(.brand-table__coll):not(.brand-table__header) .brand-table__features {
      margin: 0px 0 10px 0 !important; }
    .brand-table__east:not(.brand-table__coll):not(.brand-table__header) .brand-table__rating {
      margin-bottom: 10px; }
    .brand-table__east:not(.brand-table__coll):not(.brand-table__header) .brand-table__group-1 {
      margin-bottom: 10px !important; }
    .brand-table__east:not(.brand-table__coll) .brand-table__features {
      width: 35%;
      max-height: 61px;
      overflow: hidden; }
    .brand-table__east:not(.brand-table__coll) .brand-table__list {
      padding-left: 0 !important; }
    .brand-table__east:not(.brand-table__coll) .brand-table__rating {
      min-width: 88px;
      width: 28%; }
    .brand-table__east:not(.brand-table__coll).brand-table__header .brand-table__btn-wrap {
      display: none; }
    .brand-table__east:not(.brand-table__coll) .brand-table__bonus {
      margin: 0; }
    .brand-table__east:not(.brand-table__coll) .brand-table__btn-wrap {
      margin: 5px 0 6px 0; }
  .brand-table__header.brands-table-header.brand-table__item-2:not(.brand-table__east) .brand-table__features {
    display: none; }
  .brand-table__header.brands-table-header.brand-table__item-2:not(.brand-table__east) .brand-table__btn-wrap {
    display: block; }
  .brand-table__header.brands-table-header.brand-table__item-2:not(.brand-table__east) .brand-table__rating {
    display: block; }
  .brand-table__item:not(.brand-table__coll) .brand-table__bonus {
    margin-bottom: 0; }
  .brand-table__coll:not(.brand-table__east) .brand-table__rating {
    margin-bottom: 7px; }
    .brand-table__coll:not(.brand-table__east) .brand-table__rating-mob {
      margin-bottom: 0; }
  .brand-table__coll:not(.brand-table__east) .brand-table__group-1 {
    margin-bottom: 9px; }
  .brand-table__item:not(.brand-table__coll) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .brand-table__item:not(.brand-table__coll) .brand-table__group-1 {
      margin-bottom: 0; }
  .brand-table__coll.brand-table__east:not(.brand-table__item-2) .brand-table__features {
    width: 50%; }
  .brand-table__header.brands-table-header.brand-table__item-2.brand-table__coll:not(.brand-table__east) .brand-table__rating {
    display: none; }
  .brand-table__header.brands-table-header.brand-table__item-2.brand-table__coll:not(.brand-table__east) .brand-table__btn-wrap {
    display: none; }
  .brand-table__header.brands-table-header.brand-table__item-2.brand-table__coll:not(.brand-table__east) .brand-table__features {
    display: block; }
  .brand-table__coll.brand-table__east .brand-table__list li a {
    font-size: 14px;
    /*margin-bottom: 4px;*/
    display: inline-block;
    line-height: 23px; }
  .brand-table__east:not(.brand-table__coll) .brand-table__list li a {
    font-size: 12px;
    margin-bottom: 3px;
    display: inline-block; }
  .brand-table__header {
    padding-top: 0 !important; } }

@media (max-width: 400px) {
  .brand-table__features {
    width: 52%; } }

@media (max-width: 1024px) {
  .cta-bar > a {
    font-size: 16px;
    margin-right: 3vw; }
  .cta-bar__text {
    font-size: 16px; }
  .cta-bar__btn {
    padding: 0 30px; } }

@media (min-width: 1024px) {
  #main_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    #main_content > .container {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
  #sticky-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .post-content .wrapper-brand {
    width: 37%; }
  .post-content .wrapper-cta {
    width: 55%; } }

@media (min-width: 1280px) {
  #main_content .container, #main_content .sidebar {
    padding: 0 20px; }
  .post-content .without-bonus-column.without-cta-column .brands-table-header .features-column {
    padding-right: 124px; }
  #main_content .container {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }
  .top-button {
    right: 17%; } }

@media (max-width: 1280px) {
  .widget-brand-icon {
    width: 9%;
    min-width: 9%; }
  .widget-wrapper.widget-half-width .widget-brand-icon {
    width: 20%;
    min-width: 20%; }
  .widget-item:only-child .widget-content ul li {
    width: -webkit-calc(33.3% - 75px);
    width: calc(33.3% - 75px); }
  #main_content .container {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); } }

@media (max-width: 1024px) {
  .widget-wrapper.widget-half-width .widget-brand-icon {
    width: 25%;
    min-width: 25%; }
  .top-button:hover, .top-button:focus {
    background-color: #999999 !important; }
  .widget-item .widget-brand-icon {
    width: 11.1%;
    min-width: 11.1%; }
  .widget-item:only-child .widget-content ul li {
    width: -webkit-calc(50% - 75px);
    width: calc(50% - 75px); } }

@media (min-width: 1600px) {
  body {
    font-size: 18px; }
  .brand-summary {
    font-size: 1.45em; } }

@media (max-width: 836px) {
  /******************new style******************************/
  .widget-brand-icon {
    width: 33.3%;
    min-width: 33.3%; }
  .widget-item:only-child .widget-brand-icon {
    width: 14.2%;
    min-width: 14.2%; }
  #pros, #cons {
    float: none;
    width: 100%; }
  .cta-bar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cta-bar > a {
    margin: 0 11px;
    font-size: 14px;
    line-height: 14px; }
  .cta-bar > a:last-child {
    margin: 0 11px; }
  .wpb_text_column {
    float: none !important; }
  .cta-bar__btn {
    background-color: transparent !important;
    padding: 0;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    line-height: 28px; }
  .cta-bar__wrapper {
    display: block;
    text-align: center;
    width: 100%; }
  .cta-bar__logo {
    display: none; }
  .cta-bar__text {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
  .cta-bar_inv .cta-bar__btn, .cta-bar_inv .cta-bar__text {
    color: #fff; }
  .cta-bar-theme-mobile .cta-bar__btn, .cta-bar-theme-mobile .cta-bar__text {
    color: #fff !important; }
  .cta-bar-theme-2 .cta-bar__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 15px; }
    .cta-bar-theme-2 .cta-bar__wrapper .cta-bar__logo {
      display: block;
      height: 34px;
      min-width: 0; }
    .cta-bar-theme-2 .cta-bar__wrapper .cta-bar__btn {
      display: none; }
    .cta-bar-theme-2 .cta-bar__wrapper .cta-bar__text {
      text-align: left;
      margin-left: 10px;
      font-size: 11px;
      text-transform: uppercase;
      line-height: 20px; }
      .cta-bar-theme-2 .cta-bar__wrapper .cta-bar__text .cta-bar__btn {
        display: block;
        font-size: 15px;
        line-height: 20px; } }

@media (max-width: 801px) {
  .brands-table-table {
    margin-top: -20px; }
  .post-single > .post-content > .brands-table-container > .brands-table-table {
    margin-top: 0; }
  .wrapper-cta {
    width: 60%; }
  .wrapper-brand {
    width: 40%; }
  .post-content .cta-column {
    width: 33%; }
  #top-nav {
    width: 50%; }
  .nav-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(3, 3, 3, 0.6);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden; }
  .nav-mask.active {
    opacity: 1;
    visibility: visible; }
  .pros-cons-column h4, #features h4, .general-icons-container h4 {
    font-size: 18px !important; }
  .top-button {
    right: 15px;
    opacity: .7;
    width: 50px;
    height: 50px;
    bottom: 80px; }
  #top-nav {
    overflow-y: scroll; }
  .breadcrumbs {
    margin-bottom: 14px;
    margin-top: 15px;
    line-height: 18px; }
  .breadcrumbs__item, .breadcrumbs__item__last {
    font-size: 12px; }
  h1 {
    font-size: 1.43em !important; }
  h2 {
    font-size: 18px !important; }
  ul.sub-menu {
    position: absolute;
    width: 100% !important;
    left: -100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 0; }
  .top_menu li.menu-item img {
    margin-right: 15px; }
  .mobile-item {
    width: 20%;
    height: 53px;
    cursor: pointer;
    margin-bottom: -21px;
    position: relative; }
  .mobile-item:before {
    content: "";
    width: 12px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("images/arrow-copy-2.png");
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block; }
  .menu.main-menu > li .mobile-item:before {
    z-index: -1; }
  .top_menu ul.sub-menu li .mobile-item:before {
    z-index: 1; }
  .main-menu > li > .sub-menu ul.sub-menu {
    min-height: 100%; }
  .menu-item-has-children.active > ul.sub-menu {
    min-height: 100%; }
  .top_menu ul.sub-menu li a {
    position: relative;
    background-color: transparent;
    padding: 20px 0; }
  /*	.sub-menu:before {
		content: "";
		height: 1000px;
		width: 100%;
		left: 0;
		bottom: 0;
		position: absolute;
		background-color: #000;
	}*/
  .top_menu ul.main-menu li a {
    border-bottom: none;
    display: block;
    width: 100%;
    padding-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .back-1 a, .back-2 a {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-indent: 3px !important; }
  .back-1, .back-2 {
    background: rgba(255, 255, 255, 0.3); }
  .top_menu ul.main-menu li {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .top_menu .sub-menu > .menu-item a img {
    margin-right: 15px;
    float: left !important; }
  .top_menu .menu-item a img {
    top: auto !important; }
  .top_menu > .main-menu > .menu-item > a > img {
    z-index: -1; }
  .menu.main-menu {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .menu.main-menu.hide-nav {
    left: -100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .menu-item-has-children.active > ul.sub-menu {
    width: 100%;
    left: 0;
    z-index: 10; }
  .menu-item-has-children > ul.sub-menu {
    top: 68px; }
  .main-menu > li > .sub-menu ul.sub-menu {
    top: 0; }
  ul.main-menu li {
    height: 55px; }
  ul.main-menu li a:hover {
    background-color: transparent; }
  ul.main-menu li:hover {
    background: inherit; }
  .main-menu > li > .sub-menu.active {
    left: 0; }
  .main-menu > li > .sub-menu ul.sub-menu.active {
    left: 0%; }
  ul.sub-menu.active {
    z-index: 5; }
  ul.sub-menu li a {
    text-indent: 0;
    padding-left: 0; }
  .back-1, .back-2 {
    font-weight: bold;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    width: -webkit-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important; }
  .back-1:before, .back-2:before {
    content: "";
    width: 12px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 56%;
    -webkit-transform: translateY(-59%) scaleX(-1) !important;
    -ms-transform: translateY(-59%) scaleX(-1) !important;
    transform: translateY(-59%) scaleX(-1) !important;
    background-image: url(images/arrow-copy-2.png);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block; }
  .cta-bar > .cta-bar__headline {
    width: 100%;
    text-align: center;
    font-size: 20px; }
  .widget-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .widget-item {
    width: 100%; }
  .widget-wrapper.widget-half-width {
    width: 100%; }
  .widget-brand-wrap.widget-brand-wrap-two .widget-brand-icon, .widget-brand-icon {
    width: 16.6%;
    min-width: 16.6%; }
  .content-table tr:nth-child(odd), .table-fix td:nth-child(odd) {
    background-color: #eeeeee; }
  .gr__japan_casinobillions_demodamas_info .brand-table__wrapper {
    margin-top: -9 !important; }
  .gr__espana_casinobillions_demodamas_info .brand-table__wrapper {
    margin-top: -14px !important; } }

@media (max-width: 700px) {
  #top-nav {
    width: 80%; }
  .widget-brand-icon img {
    width: 65px; }
  .widget-item .widget-brand-icon, .widget-brand-icon {
    width: 25%;
    min-width: 25%; }
  .widget-brand-wrap.widget-brand-wrap-two .widget-brand-icon {
    width: 25%;
    min-width: 25%; }
  .widget-item:only-child .widget-brand-icon {
    width: 25%;
    min-width: 25%; }
  .widget-item:only-child .widget-content ul li, .widget-item .widget-content ul li {
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px); } }

@media (min-width: 614px) {
  /* TABLE */
  .features-column ul {
    max-height: 63px;
    overflow: hidden; }
  .post-content .brand-column, .post-content .features-column {
    width: 50%;
    /* 3 */ }
  .post-content .bonus-column {
    width: 33%; }
  .post-content .rating-column {
    width: 27%; }
  .post-content .expand-table-row {
    display: none; }
  .sidebar .brands-table-container {
    font-size: 13px; }
  a.more-link {
    display: none; }
  .expand-on-mobile {
    max-height: none; }
  /* END TABLE STYLES */
  .wrapper-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .wrapper-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .bonus-column {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin: 0 auto;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .rating-column.rating-container {
    margin: 0 auto; }
  .wrapper-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .row-slice .brand-column {
    width: 100% !important; }
  .row-slice .wrapper-brand {
    width: 21% !important; }
  .row-slice .wrapper-cta {
    width: 79%; }
  .row-slice .cta-column {
    width: 28%; }
  .brands-table-header.row .rating-column {
    margin: 0 auto; }
  .post-content .without-bonus-column .wrapper-brand {
    width: 53%; }
  .post-content .without-bonus-column .wrapper-cta {
    width: 47%; }
  .post-content .without-bonus-column .cta-column {
    width: 50%; }
  .post-content .without-bonus-column .rating-column {
    width: 35%; }
  .post-content .without-cta-column .rating-column {
    width: 34%; }
  .post-content .row-slice.without-features-column.without-bonus-column .wrapper-cta {
    width: 79%; }
  .post-content .row-slice.without-features-column.without-bonus-column .cta-column {
    width: 30%; }
  .post-content .without-bonus-column.without-cta-column .rating-column {
    width: 44%;
    margin: 0; }
  .post-content .without-bonus-column.without-cta-column .wrapper-brand {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%; }
  .post-content .without-bonus-column.without-cta-column .brand-column {
    width: 30%; }
  .post-content .without-bonus-column.without-cta-column .rating-column {
    width: 100%; }
  .post-content .without-bonus-column.without-cta-column .wrapper-cta {
    width: 20%; } }

@media (max-width: 613px) {
  .cta-bar-theme-2 .cta-bar__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 15px; }
    .cta-bar-theme-2 .cta-bar__wrapper .cta-bar__logo {
      display: block;
      height: 34px;
      min-width: 0; }
    .cta-bar-theme-2 .cta-bar__wrapper .cta-bar__btn {
      display: none; }
    .cta-bar-theme-2 .cta-bar__wrapper .cta-bar__text {
      text-align: left;
      margin-left: 10px;
      font-size: 11px;
      text-transform: uppercase;
      line-height: 20px; }
      .cta-bar-theme-2 .cta-bar__wrapper .cta-bar__text .cta-bar__btn {
        display: block;
        font-size: 15px;
        line-height: 20px; }
  .breadcrumbs {
    margin-bottom: 14px;
    margin-top: 15px;
    line-height: 18px; }
  .brands-table-table .row {
    padding-bottom: 20px; }
  .table-theme-2 img {
    max-height: 49px; }
  .table-theme-2 tr, .table-theme-2 td {
    height: 50px !important;
    font-size: 14px !important; }
  .table-theme-2 .heading tr:first-child, .table-theme-2 .heading tr:first-child td, .table-theme-2 .table-fix.heading td:first-child {
    height: 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important; }
  .table-theme-2 .table-fix td:first-child {
    height: 50px !important; }
  .post-content .cta-column {
    width: 100%; }
  .wrapper-cta {
    float: none; }
  .wrapper-brand {
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .rating-column.rating-container {
    display: none; }
  .brands-table-table .row {
    max-height: 100% !important; }
  .expand-table-row {
    display: none; }
  .wrapper-cta {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cta-column {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0 !important;
    float: none !important; }
  .bonus-column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    float: none !important; }
  .bonus-column h3 {
    font-size: 12px !important; }
  .post-content ul.brand-fratures a {
    font-size: 16px;
    text-decoration: underline;
    color: #2184d1;
    margin-bottom: 7px !important;
    font-weight: 400 !important;
    display: inline-block;
    line-height: 24px !important; }
  .post-content ul.brand-style-1 {
    list-style-type: none !important;
    padding-left: 10px !important; }
  .post-content ul.brand-style-2 li {
    list-style-type: none !important;
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 13px; }
  .brand-column {
    float: none !important; }
  .brand-column .rating-column.rating-container {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px; }
  .brand-column .review-link {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
    height: auto;
    margin-bottom: 5px !important; }
  .row-slice .brand-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .row-slice .rating-column.rating-container {
    width: 50%;
    margin-top: 0; }
  .row-slice .brand-column a {
    width: 50%; }
  .row-slice .brands-table-header .brand-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%; }
  .wrapper-brand, .wrapper-cta {
    width: 353px !important;
    margin: 0 auto !important; }
  .brands-table-table .cta.button {
    max-width: 270px;
    margin: 0 auto;
    height: 34px;
    line-height: 34px !important;
    font-size: 12px !important;
    padding: 0 !important;
    font-weight: 700; }
  .features-column ul li {
    list-style-type: none !important;
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    line-height: 29px; }
  .post-single h3 {
    padding-bottom: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important; }
  .wrapper-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .brand-column {
    width: 40%; }
  .features-column {
    max-width: 50%;
    width: auto; }
  .brands-table-container.row-slice.without-features-column .brand-column {
    width: 100%; } }

@media (max-width: 500px) {
  #top-nav {
    width: 100%; }
  .widget-item:only-child .widget-brand-icon, .widget-brand-icon {
    width: 33.3%;
    min-width: 33.3%; }
  .widget-brand-wrap {
    padding: 0; }
  .widget-brand-icon span {
    font-size: 14px;
    color: #222222; }
  .widget-item:only-child .widget-content ul li, .widget-item .widget-content ul li {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    margin-left: 15px; }
  .widget-dropdown .widget-header h4:before {
    width: 16px;
    height: 11px;
    right: 10px; }
  .widget-content ul li i {
    width: 16px;
    height: 16px;
    font-size: 19px;
    top: 3px; }
  .widget-content ul li {
    font-size: 14px;
    padding-left: 25px; }
  .wrapper-brand, .wrapper-cta {
    width: 100% !important; }
  .features-column {
    max-width: 60%;
    width: auto; } }

@media (max-width: 320px) {
  ul.main-menu li {
    height: 54px; } }

#cookie-law-info-bar {
  display: none !important; }
