/* -------------------------------------------------------------------------------- */
/*  =Imports
/* -------------------------------------------------------------------------------- */
/* BassCSS */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Basscss Btn */
.btn, .comment-form input[type="submit"], .reply a {
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: .5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent;
}
.btn:hover, .comment-form input[type="submit"]:hover, .reply a:hover {
  text-decoration: none;
}
.btn:focus, .comment-form input[type="submit"]:focus, .reply a:focus {
  outline: none;
  border-color: rgba(0, 0, 0, .125);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .25);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, .25);
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Basscss Btn Outline */
.btn-outline, .btn-outline:hover, .comment-form input[type="submit"], .comment-form input[type="submit"]:hover, .reply a, .reply a:hover {
  border-color: currentcolor;
}
.btn-outline, .comment-form input[type="submit"], .reply a {
  border-radius: 6px;
}
.btn-outline:hover, .comment-form input[type="submit"]:hover, .reply a:hover {
  -webkit-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, .0625);
          box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, .0625);
}
.btn-outline:active, .comment-form input[type="submit"]:active, .reply a:active {
  -webkit-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, .125),
    inset 0 3px 4px 0 rgba(0, 0, 0, .25),
    0 0 1px rgba(0, 0, 0, .125);
          box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, .125),
    inset 0 3px 4px 0 rgba(0, 0, 0, .25),
    0 0 1px rgba(0, 0, 0, .125);
}
.btn-outline:disabled, .btn-outline.is-disabled, .comment-form input[type="submit"]:disabled, .comment-form input[type="submit"].is-disabled, .reply a:disabled, .reply a.is-disabled {
  opacity: .5;
}
/* Basscss Btn Primary */
.btn-primary {
  color: #fff;
  background-color: #1298E3;
  border-radius: 6px;
}
.btn-primary:hover {
  -webkit-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, .0625);
          box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, .0625);
}
.btn-primary:active {
  -webkit-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, .125),
    inset 0 3px 4px 0 rgba(0, 0, 0, .25),
    0 0 1px rgba(0, 0, 0, .125);
          box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, .125),
    inset 0 3px 4px 0 rgba(0, 0, 0, .25),
    0 0 1px rgba(0, 0, 0, .125);
}
.btn-primary:disabled, .btn-primary.is-disabled {
  opacity: .5;
}
/* Basscss Btn Sizes */
.btn-small {
  padding: .25rem .5rem;
}
.btn-big {
  padding: 1rem 1.25rem;
}
.btn-narrow {
  padding-left: .5rem;
  padding-right: .5rem;
}
/* Basscss Background Images */
.bg-cover   { background-size: cover }
.bg-contain { background-size: contain }
.bg-center  { background-position: center }
.bg-top     { background-position: top }
.bg-right   { background-position: right }
.bg-bottom  { background-position: bottom }
.bg-left    { background-position: left }
.bg-no-repeat { background-repeat: no-repeat }
.bg-repeat-x { background-repeat: repeat-x }
.bg-repeat-y { background-repeat: repeat-y }
/* Basscss Background Colors */
/* 

   VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
.bg-black  { background-color: #363433 }
.bg-gray   { background-color: #645e5e }
.bg-silver { background-color: #f7f7f7 }
.bg-white  { background-color: #FFFFFF }
.bg-aqua  { background-color: #7FDBFF }
.bg-blue  { background-color: #1298E3 }
.bg-navy  { background-color: #001F3F }
.bg-teal  { background-color: #39CCCC }
.bg-green { background-color: #279a11 }
.bg-olive { background-color: #3D9970 }
.bg-lime  { background-color: #01FF70 }
.bg-yellow  { background-color: #ffce00 }
.bg-orange  { background-color: #f58700 }
.bg-red     { background-color: #dd0000 }
.bg-fuchsia { background-color: #F012BE }
.bg-purple  { background-color: #B10DC9 }
.bg-maroon  { background-color: #85144B }
/* Basscss Colors */
.black  { color: #363433 }
.gray   { color: #645e5e }
.silver { color: #f7f7f7 }
.white  { color: #FFFFFF }
.aqua  { color: #7FDBFF }
.blue  { color: #1298E3 }
.navy  { color: #001F3F }
.teal  { color: #39CCCC }
.green { color: #279a11 }
.olive { color: #3D9970 }
.lime  { color: #01FF70 }
.yellow  { color: #ffce00 }
.orange  { color: #f58700 }
.red     { color: #dd0000 }
.fuchsia { color: #F012BE }
.purple  { color: #B10DC9 }
.maroon  { color: #85144B }
.color-inherit { color: inherit }
.muted { opacity: .5 }
/*! Basscss | http://basscss.com | MIT License */
/* Basscss Type Scale */
.h00 { font-size: 3rem }
.h0 { font-size: 1rem }
.h1 { font-size: 2.25rem }
.h2 { font-size: 1.75rem }
.h3 { font-size: 1.5rem }
.h4 { font-size: 1.25rem }
.h5 { font-size: .875rem }
.h6 { font-size: .75rem }
/* Basscss Typography */
.font-family-inherit { font-family: inherit }
.font-size-inherit { font-size: inherit }
.text-decoration-none { text-decoration: none }
.bold    { font-weight: bold; font-weight: bold }
.regular { font-weight: normal }
.italic  { font-style: italic }
.caps    { text-transform: uppercase; letter-spacing: .2em; }
.left-align   { text-align: left }
.center       { text-align: center }
.right-align  { text-align: right }
.justify      { text-align: justify }
.nowrap { white-space: nowrap }
.break-word { word-wrap: break-word }
.line-height-1 { line-height: 1 }
.line-height-2 { line-height: 1.125 }
.line-height-3 { line-height: 1.25 }
.line-height-4 { line-height: 1.5 }
.list-style-none { list-style: none }
.underline { text-decoration: underline }
.truncate, .comment-form input[type="submit"] {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-reset, .comment-list {
  list-style: none;
  padding-left: 0;
}
/* Basscss Layout */
.inline       { display: inline }
.block        { display: block }
.inline-block { display: inline-block }
.table        { display: table }
.table-cell   { display: table-cell }
.overflow-hidden { overflow: hidden }
.overflow-scroll { overflow: scroll }
.overflow-auto   { overflow: auto }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table
}
.clearfix:after { clear: both }
.left  { float: left }
.right { float: right }
.fit { max-width: 100% }
.max-width-1 { max-width: 24rem }
.max-width-2 { max-width: 32rem }
.max-width-3 { max-width: 48rem }
.max-width-4 { max-width: 71.25rem }
.border-box { -webkit-box-sizing: border-box; box-sizing: border-box }
/* Basscss Align */
.align-baseline { vertical-align: baseline }
.align-top      { vertical-align: top }
.align-middle   { vertical-align: middle }
.align-bottom   { vertical-align: bottom }
/* Basscss Margin */
.m0  { margin:        0 }
.mt0 { margin-top:    0 }
.mr0 { margin-right:  0 }
.mb0 { margin-bottom: 0 }
.ml0 { margin-left:   0 }
.mx0 { margin-left:   0; margin-right:  0 }
.my0 { margin-top:    0; margin-bottom: 0 }
.m1  { margin:        .5rem }
.mt1 { margin-top:    .5rem }
.mr1 { margin-right:  .5rem }
.mb1 { margin-bottom: .5rem }
.ml1 { margin-left:   .5rem }
.mx1 { margin-left:   .5rem; margin-right:  .5rem }
.my1 { margin-top:    .5rem; margin-bottom: .5rem }
.m2  { margin:        1rem }
.mt2 { margin-top:    1rem }
.mr2 { margin-right:  1rem }
.mb2 { margin-bottom: 1rem }
.ml2 { margin-left:   1rem }
.mx2 { margin-left:   1rem; margin-right:  1rem }
.my2 { margin-top:    1rem; margin-bottom: 1rem }
.m3  { margin:        2rem }
.mt3 { margin-top:    2rem }
.mr3 { margin-right:  2rem }
.mb3 { margin-bottom: 2rem }
.ml3 { margin-left:   2rem }
.mx3 { margin-left:   2rem; margin-right:  2rem }
.my3 { margin-top:    2rem; margin-bottom: 2rem }
.m4  { margin:        4rem }
.mt4 { margin-top:    4rem }
.mr4 { margin-right:  4rem }
.mb4 { margin-bottom: 4rem }
.ml4 { margin-left:   4rem }
.mx4 { margin-left:   4rem; margin-right:  4rem }
.my4 { margin-top:    4rem; margin-bottom: 4rem }
.mxn1 { margin-left: calc(.5rem * -1); margin-right: calc(.5rem * -1); }
.mxn2 { margin-left: calc(1rem * -1); margin-right: calc(1rem * -1); }
.mxn3 { margin-left: calc(2rem * -1); margin-right: calc(2rem * -1); }
.mxn4 { margin-left: calc(4rem * -1); margin-right: calc(4rem * -1); }
.m-auto  { margin: auto; }
.mt-auto { margin-top: auto }
.mr-auto { margin-right: auto }
.mb-auto { margin-bottom: auto }
.ml-auto { margin-left: auto }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-auto { margin-top: auto; margin-bottom: auto; }
/* Basscss Padding */
.p0  { padding: 0 }
.pt0 { padding-top: 0 }
.pr0 { padding-right: 0 }
.pb0 { padding-bottom: 0 }
.pl0 { padding-left: 0 }
.px0 { padding-left: 0; padding-right:  0 }
.py0 { padding-top: 0;  padding-bottom: 0 }
.p1  { padding:        .5rem }
.pt1 { padding-top:    .5rem }
.pr1 { padding-right:  .5rem }
.pb1 { padding-bottom: .5rem }
.pl1 { padding-left:   .5rem }
.py1 { padding-top:    .5rem; padding-bottom: .5rem }
.px1 { padding-left:   .5rem; padding-right:  .5rem }
.p2  { padding:        1rem }
.pt2 { padding-top:    1rem }
.pr2 { padding-right:  1rem }
.pb2 { padding-bottom: 1rem }
.pl2 { padding-left:   1rem }
.py2 { padding-top:    1rem; padding-bottom: 1rem }
.px2 { padding-left:   1rem; padding-right:  1rem }
.p3  { padding:        2rem }
.pt3 { padding-top:    2rem }
.pr3 { padding-right:  2rem }
.pb3 { padding-bottom: 2rem }
.pl3 { padding-left:   2rem }
.py3 { padding-top:    2rem; padding-bottom: 2rem }
.px3 { padding-left:   2rem; padding-right:  2rem }
.p4  { padding:        4rem }
.pt4 { padding-top:    4rem }
.pr4 { padding-right:  4rem }
.pb4 { padding-bottom: 4rem }
.pl4 { padding-left:   4rem }
.py4 { padding-top:    4rem; padding-bottom: 4rem }
.px4 { padding-left:   4rem; padding-right:  4rem }
/* Basscss Grid */
.col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col-right {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col-1 {
  width: calc(1/12 * 100%);
}
.col-2 {
  width: calc(2/12 * 100%);
}
.col-3 {
  width: calc(3/12 * 100%);
}
.col-4 {
  width: calc(4/12 * 100%);
}
.col-5 {
  width: calc(5/12 * 100%);
}
.col-6 {
  width: calc(6/12 * 100%);
}
.col-7 {
  width: calc(7/12 * 100%);
}
.col-8 {
  width: calc(8/12 * 100%);
}
.col-9 {
  width: calc(9/12 * 100%);
}
.col-10 {
  width: calc(10/12 * 100%);
}
.col-11 {
  width: calc(11/12 * 100%);
}
.col-12 {
  width: 100%;
}
@media (min-width: 45em) {

  .sm-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .sm-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .sm-col-1 {
    width: calc(1/12 * 100%);
  }

  .sm-col-2 {
    width: calc(2/12 * 100%);
  }

  .sm-col-3 {
    width: calc(3/12 * 100%);
  }

  .sm-col-4 {
    width: calc(4/12 * 100%);
  }

  .sm-col-5 {
    width: calc(5/12 * 100%);
  }

  .sm-col-6 {
    width: calc(6/12 * 100%);
  }

  .sm-col-7 {
    width: calc(7/12 * 100%);
  }

  .sm-col-8 {
    width: calc(8/12 * 100%);
  }

  .sm-col-9 {
    width: calc(9/12 * 100%);
  }

  .sm-col-10 {
    width: calc(10/12 * 100%);
  }

  .sm-col-11 {
    width: calc(11/12 * 100%);
  }

  .sm-col-12 {
    width: 100%;
  }

}
@media (min-width: 64em) {

  .md-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .md-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .md-col-1 {
    width: calc(1/12 * 100%);
  }

  .md-col-2 {
    width: calc(2/12 * 100%);
  }

  .md-col-3 {
    width: calc(3/12 * 100%);
  }

  .md-col-4 {
    width: calc(4/12 * 100%);
  }

  .md-col-5 {
    width: calc(5/12 * 100%);
  }

  .md-col-6 {
    width: calc(6/12 * 100%);
  }

  .md-col-7 {
    width: calc(7/12 * 100%);
  }

  .md-col-8 {
    width: calc(8/12 * 100%);
  }

  .md-col-9 {
    width: calc(9/12 * 100%);
  }

  .md-col-10 {
    width: calc(10/12 * 100%);
  }

  .md-col-11 {
    width: calc(11/12 * 100%);
  }

  .md-col-12 {
    width: 100%;
  }

}
@media (min-width: 71.25em) {

  .lg-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .lg-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .lg-col-1 {
    width: calc(1/12 * 100%);
  }

  .lg-col-2 {
    width: calc(2/12 * 100%);
  }

  .lg-col-3 {
    width: calc(3/12 * 100%);
  }

  .lg-col-4 {
    width: calc(4/12 * 100%);
  }

  .lg-col-5 {
    width: calc(5/12 * 100%);
  }

  .lg-col-6 {
    width: calc(6/12 * 100%);
  }

  .lg-col-7 {
    width: calc(7/12 * 100%);
  }

  .lg-col-8 {
    width: calc(8/12 * 100%);
  }

  .lg-col-9 {
    width: calc(9/12 * 100%);
  }

  .lg-col-10 {
    width: calc(10/12 * 100%);
  }

  .lg-col-11 {
    width: calc(11/12 * 100%);
  }

  .lg-col-12 {
    width: 100%;
  }

}
.flex { display: -webkit-box; display: -ms-flexbox; display: flex }
@media (min-width: 45em) {
  .sm-flex { display: -webkit-box; display: -ms-flexbox; display: flex }
}
@media (min-width: 64em) {
  .md-flex { display: -webkit-box; display: -ms-flexbox; display: flex }
}
@media (min-width: 71.25em) {
  .lg-flex { display: -webkit-box; display: -ms-flexbox; display: flex }
}
.flex-column  { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column }
.flex-wrap    { -ms-flex-wrap: wrap; flex-wrap: wrap }
.items-start    { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start }
.items-end      { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end }
.items-center   { -webkit-box-align: center; -ms-flex-align: center; align-items: center }
.items-baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline }
.items-stretch  { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch }
.self-start    { -ms-flex-item-align: start; align-self: flex-start }
.self-end      { -ms-flex-item-align: end; align-self: flex-end }
.self-center   { -ms-flex-item-align: center; align-self: center }
.self-baseline { -ms-flex-item-align: baseline; align-self: baseline }
.self-stretch  { -ms-flex-item-align: stretch; align-self: stretch }
.justify-start   { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start }
.justify-end     { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end }
.justify-center  { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }
.justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
.justify-around  { -ms-flex-pack: distribute; justify-content: space-around }
.justify-evenly  { -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly }
.content-start   { -ms-flex-line-pack: start; align-content: flex-start }
.content-end     { -ms-flex-line-pack: end; align-content: flex-end }
.content-center  { -ms-flex-line-pack: center; align-content: center }
.content-between { -ms-flex-line-pack: justify; align-content: space-between }
.content-around  { -ms-flex-line-pack: distribute; align-content: space-around }
.content-stretch { -ms-flex-line-pack: stretch; align-content: stretch }
/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}
.flex-none { -webkit-box-flex: 0; -ms-flex: none; flex: none }
.order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 }
.order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 }
.order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 }
.order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 }
.order-last { -webkit-box-ordinal-group: 100000; -ms-flex-order: 99999; order: 99999 }
/* Basscss Position */
.relative { position: relative }
.absolute { position: absolute }
.fixed    { position: fixed }
.top-0    { top: 0 }
.right-0  { right: 0 }
.bottom-0 { bottom: 0 }
.left-0   { left: 0 }
.z1 { z-index: 1 }
.z2 { z-index: 2 }
.z3 { z-index: 3 }
.z4 { z-index: 4 }
/* Basscss Border */
.border {
  border-style: solid;
  border-width: 1px;
}
.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}
.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}
.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}
.border-none { border: 0 }
.rounded, .toggle-menu, a.toggle-sub-menu { border-radius: 6px }
.circle  { border-radius: 50% }
.rounded-top    { border-radius: 6px 6px 0 0 }
.rounded-right  { border-radius: 0 6px 6px 0 }
.rounded-bottom { border-radius: 0 0 6px 6px }
.rounded-left   { border-radius: 6px 0 0 6px }
.not-rounded { border-radius: 0 }
/* Basscss Hide */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media (max-width: 44.9375em) {
  .xs-hide { display: none !important }
}
@media (min-width: 45em) and (max-width: 63.9375em) {
  .sm-hide { display: none !important }
}
@media (min-width: 64em) and (max-width: 71.1875em) {
  .md-hide { display: none !important }
}
@media (min-width: 71.25em) {
  .lg-hide { display: none !important }
}
.display-none { display: none !important }
/* Basscss Responsive Layout */
@media (min-width: 45em) {

  .sm-inline       { display: inline }
  .sm-block        { display: block }
  .sm-inline-block { display: inline-block }
  .sm-table        { display: table }
  .sm-table-cell   { display: table-cell }

  .sm-overflow-hidden { overflow: hidden }
  .sm-overflow-scroll { overflow: scroll }
  .sm-overflow-auto   { overflow: auto }

  .sm-left  { float: left }
  .sm-right { float: right }

}
@media (min-width: 64em) {

  .md-inline       { display: inline }
  .md-block        { display: block }
  .md-inline-block { display: inline-block }
  .md-table        { display: table }
  .md-table-cell   { display: table-cell }

  .md-overflow-hidden { overflow: hidden }
  .md-overflow-scroll { overflow: scroll }
  .md-overflow-auto   { overflow: auto }

  .md-left  { float: left }
  .md-right { float: right }

}
@media (min-width: 71.25em) {

  .lg-inline       { display: inline }
  .lg-block        { display: block }
  .lg-inline-block { display: inline-block }
  .lg-table        { display: table }
  .lg-table-cell   { display: table-cell }

  .lg-overflow-hidden { overflow: hidden }
  .lg-overflow-scroll { overflow: scroll }
  .lg-overflow-auto   { overflow: auto }

  .lg-left  { float: left }
  .lg-right { float: right }

}
/* Basscss Responsive Margin */
@media (min-width: 45em) {

  .sm-m0  { margin:        0 }
  .sm-mt0 { margin-top:    0 }
  .sm-mr0 { margin-right:  0 }
  .sm-mb0 { margin-bottom: 0 }
  .sm-ml0 { margin-left:   0 }
  .sm-mx0 { margin-left:   0; margin-right:  0 }
  .sm-my0 { margin-top:    0; margin-bottom: 0 }

  .sm-m1  { margin:        .5rem }
  .sm-mt1 { margin-top:    .5rem }
  .sm-mr1 { margin-right:  .5rem }
  .sm-mb1 { margin-bottom: .5rem }
  .sm-ml1 { margin-left:   .5rem }
  .sm-mx1 { margin-left:   .5rem; margin-right:  .5rem }
  .sm-my1 { margin-top:    .5rem; margin-bottom: .5rem }

  .sm-m2  { margin:        1rem }
  .sm-mt2 { margin-top:    1rem }
  .sm-mr2 { margin-right:  1rem }
  .sm-mb2 { margin-bottom: 1rem }
  .sm-ml2 { margin-left:   1rem }
  .sm-mx2 { margin-left:   1rem; margin-right:  1rem }
  .sm-my2 { margin-top:    1rem; margin-bottom: 1rem }

  .sm-m3  { margin:        2rem }
  .sm-mt3 { margin-top:    2rem }
  .sm-mr3 { margin-right:  2rem }
  .sm-mb3 { margin-bottom: 2rem }
  .sm-ml3 { margin-left:   2rem }
  .sm-mx3 { margin-left:   2rem; margin-right:  2rem }
  .sm-my3 { margin-top:    2rem; margin-bottom: 2rem }

  .sm-m4  { margin:        4rem }
  .sm-mt4 { margin-top:    4rem }
  .sm-mr4 { margin-right:  4rem }
  .sm-mb4 { margin-bottom: 4rem }
  .sm-ml4 { margin-left:   4rem }
  .sm-mx4 { margin-left:   4rem; margin-right:  4rem }
  .sm-my4 { margin-top:    4rem; margin-bottom: 4rem }

  .sm-mxn1 { margin-left: -var(--space-1); margin-right: -var(--space-1) }
  .sm-mxn2 { margin-left: -var(--space-2); margin-right: -var(--space-2) }
  .sm-mxn3 { margin-left: -var(--space-3); margin-right: -var(--space-3) }
  .sm-mxn4 { margin-left: -var(--space-4); margin-right: -var(--space-4) }

  .sm-ml-auto { margin-left:  auto }
  .sm-mr-auto { margin-right: auto }
  .sm-mx-auto { margin-left:  auto; margin-right: auto }

}
@media (min-width: 64em) {

  .md-m0  { margin:        0 }
  .md-mt0 { margin-top:    0 }
  .md-mr0 { margin-right:  0 }
  .md-mb0 { margin-bottom: 0 }
  .md-ml0 { margin-left:   0 }
  .md-mx0 { margin-left:   0; margin-right:  0 }
  .md-my0 { margin-top:    0; margin-bottom: 0 }

  .md-m1  { margin:        .5rem }
  .md-mt1 { margin-top:    .5rem }
  .md-mr1 { margin-right:  .5rem }
  .md-mb1 { margin-bottom: .5rem }
  .md-ml1 { margin-left:   .5rem }
  .md-mx1 { margin-left:   .5rem; margin-right:  .5rem }
  .md-my1 { margin-top:    .5rem; margin-bottom: .5rem }

  .md-m2  { margin:        1rem }
  .md-mt2 { margin-top:    1rem }
  .md-mr2 { margin-right:  1rem }
  .md-mb2 { margin-bottom: 1rem }
  .md-ml2 { margin-left:   1rem }
  .md-mx2 { margin-left:   1rem; margin-right:  1rem }
  .md-my2 { margin-top:    1rem; margin-bottom: 1rem }

  .md-m3  { margin:        2rem }
  .md-mt3 { margin-top:    2rem }
  .md-mr3 { margin-right:  2rem }
  .md-mb3 { margin-bottom: 2rem }
  .md-ml3 { margin-left:   2rem }
  .md-mx3 { margin-left:   2rem; margin-right:  2rem }
  .md-my3 { margin-top:    2rem; margin-bottom: 2rem }

  .md-m4  { margin:        4rem }
  .md-mt4 { margin-top:    4rem }
  .md-mr4 { margin-right:  4rem }
  .md-mb4 { margin-bottom: 4rem }
  .md-ml4 { margin-left:   4rem }
  .md-mx4 { margin-left:   4rem; margin-right:  4rem }
  .md-my4 { margin-top:    4rem; margin-bottom: 4rem }

  .md-mxn1 { margin-left: -var(--space-1); margin-right: -var(--space-1); }
  .md-mxn2 { margin-left: -var(--space-2); margin-right: -var(--space-2); }
  .md-mxn3 { margin-left: -var(--space-3); margin-right: -var(--space-3); }
  .md-mxn4 { margin-left: -var(--space-4); margin-right: -var(--space-4); }

  .md-ml-auto { margin-left:  auto }
  .md-mr-auto { margin-right: auto }
  .md-mx-auto { margin-left: auto; margin-right: auto; }

}
@media (min-width: 71.25em) {

  .lg-m0  { margin:        0 }
  .lg-mt0 { margin-top:    0 }
  .lg-mr0 { margin-right:  0 }
  .lg-mb0 { margin-bottom: 0 }
  .lg-ml0 { margin-left:   0 }
  .lg-mx0 { margin-left:   0; margin-right:  0 }
  .lg-my0 { margin-top:    0; margin-bottom: 0 }

  .lg-m1  { margin:        .5rem }
  .lg-mt1 { margin-top:    .5rem }
  .lg-mr1 { margin-right:  .5rem }
  .lg-mb1 { margin-bottom: .5rem }
  .lg-ml1 { margin-left:   .5rem }
  .lg-mx1 { margin-left:   .5rem; margin-right:  .5rem }
  .lg-my1 { margin-top:    .5rem; margin-bottom: .5rem }

  .lg-m2  { margin:        1rem }
  .lg-mt2 { margin-top:    1rem }
  .lg-mr2 { margin-right:  1rem }
  .lg-mb2 { margin-bottom: 1rem }
  .lg-ml2 { margin-left:   1rem }
  .lg-mx2 { margin-left:   1rem; margin-right:  1rem }
  .lg-my2 { margin-top:    1rem; margin-bottom: 1rem }

  .lg-m3  { margin:        2rem }
  .lg-mt3 { margin-top:    2rem }
  .lg-mr3 { margin-right:  2rem }
  .lg-mb3 { margin-bottom: 2rem }
  .lg-ml3 { margin-left:   2rem }
  .lg-mx3 { margin-left:   2rem; margin-right:  2rem }
  .lg-my3 { margin-top:    2rem; margin-bottom: 2rem }

  .lg-m4  { margin:        4rem }
  .lg-mt4 { margin-top:    4rem }
  .lg-mr4 { margin-right:  4rem }
  .lg-mb4 { margin-bottom: 4rem }
  .lg-ml4 { margin-left:   4rem }
  .lg-mx4 { margin-left:   4rem; margin-right:  4rem }
  .lg-my4 { margin-top:    4rem; margin-bottom: 4rem }

  .lg-mxn1 { margin-left: -var(--space-1); margin-right: -var(--space-1); }
  .lg-mxn2 { margin-left: -var(--space-2); margin-right: -var(--space-2); }
  .lg-mxn3 { margin-left: -var(--space-3); margin-right: -var(--space-3); }
  .lg-mxn4 { margin-left: -var(--space-4); margin-right: -var(--space-4); }

  .lg-ml-auto { margin-left:  auto }
  .lg-mr-auto { margin-right: auto }
  .lg-mx-auto { margin-left: auto; margin-right: auto; }

}
/* Basscss Responsive Padding */
@media (min-width: 45em) {

  .sm-p0  { padding:        0 }
  .sm-pt0 { padding-top:    0 }
  .sm-pr0 { padding-right:  0 }
  .sm-pb0 { padding-bottom: 0 }
  .sm-pl0 { padding-left:   0 }
  .sm-px0 { padding-left:   0; padding-right:  0 }
  .sm-py0 { padding-top:    0; padding-bottom: 0 }

  .sm-p1  { padding:        .5rem }
  .sm-pt1 { padding-top:    .5rem }
  .sm-pr1 { padding-right:  .5rem }
  .sm-pb1 { padding-bottom: .5rem }
  .sm-pl1 { padding-left:   .5rem }
  .sm-px1 { padding-left:   .5rem; padding-right:  .5rem }
  .sm-py1 { padding-top:    .5rem; padding-bottom: .5rem }

  .sm-p2  { padding:        1rem }
  .sm-pt2 { padding-top:    1rem }
  .sm-pr2 { padding-right:  1rem }
  .sm-pb2 { padding-bottom: 1rem }
  .sm-pl2 { padding-left:   1rem }
  .sm-px2 { padding-left:   1rem; padding-right:  1rem }
  .sm-py2 { padding-top:    1rem; padding-bottom: 1rem }

  .sm-p3  { padding:        2rem }
  .sm-pt3 { padding-top:    2rem }
  .sm-pr3 { padding-right:  2rem }
  .sm-pb3 { padding-bottom: 2rem }
  .sm-pl3 { padding-left:   2rem }
  .sm-px3 { padding-left:   2rem; padding-right:  2rem }
  .sm-py3 { padding-top:    2rem; padding-bottom: 2rem }

  .sm-p4  { padding:        4rem }
  .sm-pt4 { padding-top:    4rem }
  .sm-pr4 { padding-right:  4rem }
  .sm-pb4 { padding-bottom: 4rem }
  .sm-pl4 { padding-left:   4rem }
  .sm-px4 { padding-left:   4rem; padding-right:  4rem }
  .sm-py4 { padding-top:    4rem; padding-bottom: 4rem }

}
@media (min-width: 64em) {

  .md-p0  { padding:        0 }
  .md-pt0 { padding-top:    0 }
  .md-pr0 { padding-right:  0 }
  .md-pb0 { padding-bottom: 0 }
  .md-pl0 { padding-left:   0 }
  .md-px0 { padding-left:   0; padding-right:  0 }
  .md-py0 { padding-top:    0; padding-bottom: 0 }

  .md-p1  { padding:        .5rem }
  .md-pt1 { padding-top:    .5rem }
  .md-pr1 { padding-right:  .5rem }
  .md-pb1 { padding-bottom: .5rem }
  .md-pl1 { padding-left:   .5rem }
  .md-px1 { padding-left:   .5rem; padding-right:  .5rem }
  .md-py1 { padding-top:    .5rem; padding-bottom: .5rem }

  .md-p2  { padding:        1rem }
  .md-pt2 { padding-top:    1rem }
  .md-pr2 { padding-right:  1rem }
  .md-pb2 { padding-bottom: 1rem }
  .md-pl2 { padding-left:   1rem }
  .md-px2 { padding-left:   1rem; padding-right:  1rem }
  .md-py2 { padding-top:    1rem; padding-bottom: 1rem }

  .md-p3  { padding:        2rem }
  .md-pt3 { padding-top:    2rem }
  .md-pr3 { padding-right:  2rem }
  .md-pb3 { padding-bottom: 2rem }
  .md-pl3 { padding-left:   2rem }
  .md-px3 { padding-left:   2rem; padding-right:  2rem }
  .md-py3 { padding-top:    2rem; padding-bottom: 2rem }

  .md-p4  { padding:        4rem }
  .md-pt4 { padding-top:    4rem }
  .md-pr4 { padding-right:  4rem }
  .md-pb4 { padding-bottom: 4rem }
  .md-pl4 { padding-left:   4rem }
  .md-px4 { padding-left:   4rem; padding-right:  4rem }
  .md-py4 { padding-top:    4rem; padding-bottom: 4rem }

}
@media (min-width: 71.25em) {

  .lg-p0  { padding:        0 }
  .lg-pt0 { padding-top:    0 }
  .lg-pr0 { padding-right:  0 }
  .lg-pb0 { padding-bottom: 0 }
  .lg-pl0 { padding-left:   0 }
  .lg-px0 { padding-left:   0; padding-right:  0 }
  .lg-py0 { padding-top:    0; padding-bottom: 0 }

  .lg-p1  { padding:        .5rem }
  .lg-pt1 { padding-top:    .5rem }
  .lg-pr1 { padding-right:  .5rem }
  .lg-pb1 { padding-bottom: .5rem }
  .lg-pl1 { padding-left:   .5rem }
  .lg-px1 { padding-left:   .5rem; padding-right:  .5rem }
  .lg-py1 { padding-top:    .5rem; padding-bottom: .5rem }

  .lg-p2  { padding:        1rem }
  .lg-pt2 { padding-top:    1rem }
  .lg-pr2 { padding-right:  1rem }
  .lg-pb2 { padding-bottom: 1rem }
  .lg-pl2 { padding-left:   1rem }
  .lg-px2 { padding-left:   1rem; padding-right:  1rem }
  .lg-py2 { padding-top:    1rem; padding-bottom: 1rem }

  .lg-p3  { padding:        2rem }
  .lg-pt3 { padding-top:    2rem }
  .lg-pr3 { padding-right:  2rem }
  .lg-pb3 { padding-bottom: 2rem }
  .lg-pl3 { padding-left:   2rem }
  .lg-px3 { padding-left:   2rem; padding-right:  2rem }
  .lg-py3 { padding-top:    2rem; padding-bottom: 2rem }

  .lg-p4  { padding:        4rem }
  .lg-pt4 { padding-top:    4rem }
  .lg-pr4 { padding-right:  4rem }
  .lg-pb4 { padding-bottom: 4rem }
  .lg-pl4 { padding-left:   4rem }
  .lg-px4 { padding-left:   4rem; padding-right:  4rem }
  .lg-py4 { padding-top:    4rem; padding-bottom: 4rem }

}
/* Basscss Responsive Position */
@media (min-width: 45em) {
  .sm-relative { position: relative }
  .sm-absolute { position: absolute }
  .sm-fixed    { position: fixed }

  .sm-top-0    { top: 0 }
  .sm-right-0  { right: 0 }
  .sm-bottom-0 { bottom: 0 }
  .sm-left-0   { left: 0 }
}
@media (min-width: 64em) {
  .md-relative { position: relative }
  .md-absolute { position: absolute }
  .md-fixed    { position: fixed }

  .md-top-0    { top: 0 }
  .md-right-0  { right: 0 }
  .md-bottom-0 { bottom: 0 }
  .md-left-0   { left: 0 }
}
@media (min-width: 71.25em) {
  .lg-relative { position: relative }
  .lg-absolute { position: absolute }
  .lg-fixed    { position: fixed }

  .lg-top-0    { top: 0 }
  .lg-right-0  { right: 0 }
  .lg-bottom-0 { bottom: 0 }
  .lg-left-0   { left: 0 }
}
/*@import 'basscss-responsive-type-scale';*/
.h7 { font-size: .625rem }
@media (min-width: 45em) {
  .sm-h00 { font-size: 3rem }
  .sm-h0 { font-size: 1rem }
  .sm-h1 { font-size: 2.25rem }
  .sm-h2 { font-size: 1.75rem }
  .sm-h3 { font-size: 1.5rem }
  .sm-h4 { font-size: 1.25rem }
  .sm-h5 { font-size: .875rem }
  .sm-h6 { font-size: .75rem }
}
@media (min-width: 64em) {
  .md-h00 { font-size: 3rem }
  .md-h0 { font-size: 1rem }
  .md-h1 { font-size: 2.25rem }
  .md-h2 { font-size: 1.75rem }
  .md-h3 { font-size: 1.5rem }
  .md-h4 { font-size: 1.25rem }
  .md-h5 { font-size: .875rem }
  .md-h6 { font-size: .75rem }
}
@media (min-width: 71.25em) {
  .lg-h00 { font-size: 3rem }
  .lg-h0 { font-size: 1rem }
  .lg-h1 { font-size: 2.25rem }
  .lg-h2 { font-size: 1.75rem }
  .lg-h3 { font-size: 1.5rem }
  .lg-h4 { font-size: 1.25rem }
  .lg-h5 { font-size: .875rem }
  .lg-h6 { font-size: .75rem }
}
/* Basscss Responsive Typography */
@media (min-width: 45em) {
  .sm-left-align   { text-align: left }
  .sm-center       { text-align: center }
  .sm-right-align  { text-align: right }
  .sm-justify      { text-align: justify }
}
@media (min-width: 64em) {
  .md-left-align   { text-align: left }
  .md-center       { text-align: center }
  .md-right-align  { text-align: right }
  .md-justify      { text-align: justify }
}
@media (min-width: 71.25em) {
  .lg-left-align   { text-align: left }
  .lg-center       { text-align: center }
  .lg-right-align  { text-align: right }
  .lg-justify      { text-align: justify }
}
/* BassCSS margin fix */
@media (min-width: 45em) {
  .sm-mxn1 { margin-left: calc(.5rem * -1); margin-right: calc(.5rem * -1); }
  .sm-mxn2 { margin-left: calc(1rem * -1); margin-right: calc(1rem * -1); }
  .sm-mxn3 { margin-left: calc(2rem * -1); margin-right: calc(2rem * -1); }
  .sm-mxn4 { margin-left: calc(4rem * -1); margin-right: calc(4rem * -1); }
}
@media (min-width: 64em) {
  .md-mxn1 { margin-left: calc(.5rem * -1); margin-right: calc(.5rem * -1); }
  .md-mxn2 { margin-left: calc(1rem * -1); margin-right: calc(1rem * -1); }
  .md-mxn3 { margin-left: calc(2rem * -1); margin-right: calc(2rem * -1); }
  .md-mxn4 { margin-left: calc(4rem * -1); margin-right: calc(4rem * -1); }
}
@media (min-width: 71.25em) {
  .lg-mxn1 { margin-left: calc(.5rem * -1); margin-right: calc(.5rem * -1); }
  .lg-mxn2 { margin-left: calc(1rem * -1); margin-right: calc(1rem * -1); }
  .lg-mxn3 { margin-left: calc(2rem * -1); margin-right: calc(2rem * -1); }
  .lg-mxn4 { margin-left: calc(4rem * -1); margin-right: calc(4rem * -1); }
}
/* BassCSS order responsive */
@media (min-width: 45em) {
  .sm-order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .sm-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .sm-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .sm-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
}
@media (min-width: 64em) {
  .md-order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .md-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .md-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .md-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
}
@media (min-width: 71.25em) {
  .lg-order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .lg-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .lg-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .lg-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
}
/* BassCSS flex responsive */
@media (min-width: 45em) {
  .sm-justify-start   { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start }
  .sm-justify-end     { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end }
  .sm-justify-center  { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }
  .sm-justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
  .sm-justify-around  { -ms-flex-pack: distribute; justify-content: space-around }
  .sm-justify-evenly  { -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly }
}
@media (min-width: 64em) {
  .md-justify-start   { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start }
  .md-justify-end     { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end }
  .md-justify-center  { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }
  .md-justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
  .md-justify-around  { -ms-flex-pack: distribute; justify-content: space-around }
  .md-justify-evenly  { -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly }
}
@media (min-width: 71.25em) {
  .lg-justify-start   { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start }
  .lg-justify-end     { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end }
  .lg-justify-center  { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }
  .lg-justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
  .lg-justify-around  { -ms-flex-pack: distribute; justify-content: space-around }
  .lg-justify-evenly  { -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly }
}
/* Variables */
/* Media queries */
:root {
  /*--green: #7ed321;*/

  /*
  === Example ===
  --mainColor: red;
  in .css use as -> color: var(--mainColor);
  */

}
/* Fonts */
/*@import '_fonts';*/
/*@import '_fonts_inter-ui';*/
@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/inter-regular-webfont.woff2") format("woff2"),
       url("../../fonts/inter-regular-webfont.woff2") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/inter-italic-webfont.woff2") format("woff2"),
       url("../../fonts/inter-italic-webfont.woff2") format("woff");
}
/*
@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/Inter-UI-Medium.woff2") format("woff2"),
       url("../../fonts/Inter-UI-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/Inter-UI-MediumItalic.woff2") format("woff2"),
       url("../../fonts/Inter-UI-MediumItalic.woff") format("woff");
}*/
@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/inter-semibold-webfont.woff2") format("woff2"),
       url("../../fonts/inter-semibold-webfont.woff2") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/inter-semibolditalic-webfont.woff2") format("woff2"),
       url("../../fonts/inter-semibolditalic-webfont.woff2") format("woff");
}
/*
@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/Inter-UI-Bold.woff2") format("woff2"),
       url("../../fonts/Inter-UI-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/Inter-UI-BoldItalic.woff2") format("woff2"),
       url("../../fonts/Inter-UI-BoldItalic.woff") format("woff");
}*/
@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 800;
  font-display: swap;
  src: url("../../fonts/inter-extrabold-webfont.woff2") format("woff2"),
       url("../../fonts/inter-extrabold-webfont.woff2") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 800;
  font-display: swap;
  src: url("../../fonts/inter-extrabolditalic-webfont.woff2") format("woff2"),
       url("../../fonts/inter-extrabolditalic-webfont.woff2") format("woff");
}
/*@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 900;
  font-display: swap;
  src: url("../../fonts/Inter-UI-Black.woff2") format("woff2"),
       url("../../fonts/Inter-UI-Black.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 900;
  font-display: swap;
  src: url("../../fonts/Inter-UI-BlackItalic.woff2") format("woff2"),
       url("../../fonts/Inter-UI-BlackItalic.woff") format("woff");
}*/
/* WordPress required classes */
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  margin-left: 0;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.sticky {
  display: block;
}
.byline, .updated:not(.published) {
  display: none;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* Sprites */
.icon--accounting-invoice-mail {
	width: 24px;
	height: 24px;
}
.icon--app-window-user {
	width: 24px;
	height: 24px;
}
.icon--arrow-down {
	width: 14px;
	height: 9px;
}
.icon--arrow-left {
	width: 8px;
	height: 13px;
}
.icon--arrow-right {
	width: 8px;
	height: 13px;
}
.icon--arrow-up {
	width: 17px;
	height: 16px;
}
.icon--award-ribbon-star-1 {
	width: 24px;
	height: 24px;
}
.icon--benefits {
	width: 19px;
	height: 16px;
}
.icon--cash-payment-bills-1 {
	width: 22px;
	height: 24px;
}
.icon--cash-payment-coins {
	width: 24px;
	height: 24px;
}
.icon--casino-777-winner {
	width: 24px;
	height: 24px;
}
.icon--casino-add-chips {
	width: 24px;
	height: 24px;
}
.icon--casino-diamond-bag {
	width: 24px;
	height: 24px;
}
.icon--casino-gold-bars {
	width: 24px;
	height: 23px;
}
.icon--certified-diploma-2 {
	width: 24px;
	height: 24px;
}
.icon--common-file-text-info {
	width: 24px;
	height: 24px;
}
.icon--discount-coupon {
	width: 24px;
	height: 16px;
}
.icon--dislike-2 {
	width: 24px;
	height: 24px;
}
.icon--facebook {
	width: 18px;
	height: 18px;
}
.icon--fireworks {
	width: 24px;
	height: 22px;
}
.icon--flash {
	width: 13px;
	height: 24px;
}
.icon--function-no {
	width: 10px;
	height: 11px;
}
.icon--function-yes {
	width: 14px;
	height: 14px;
}
.icon--headphones-customer-support-human-1 {
	width: 23px;
	height: 24px;
}
.icon--like-2-alternate {
	width: 24px;
	height: 24px;
}
.icon--list-bullet {
	width: 10px;
	height: 15px;
}
.icon--matches-fire {
	width: 20px;
	height: 25px;
}
.icon--menu {
	width: 24px;
	height: 19px;
}
.icon--messages-people-person-bubble-circle {
	width: 24px;
	height: 24px;
}
.icon--minus {
	width: 7px;
	height: 2px;
}
.icon--plus {
	width: 7px;
	height: 7px;
}
.icon--rating-booklet {
	width: 14px;
	height: 24px;
}
.icon--search {
	width: 24px;
	height: 24px;
}
.icon--star {
	width: 17px;
	height: 17px;
}
.icon--star-empty {
	width: 17px;
	height: 17px;
}
.icon--star-half {
	width: 17px;
	height: 17px;
}
.icon--toggle {
	width: 17px;
	height: 12px;
}
.icon--twitter {
	width: 20px;
	height: 16px;
}
.icon--youtube {
	width: 20px;
	height: 16px;
}
.svg--18plus {
	width: 36px;
	height: 36px;
}
.svg--bankid-logo {
	width: 20px;
	height: 19px;
}
.svg--bzga-logo {
	width: 95px;
	height: 36px;
}
.svg--logo {
	width: 114px;
	height: 50px;
}
.svg--stodlinjen {
	width: 140px;
	height: 29px;
}
/* Flag object */
/* ====== FLAG OBJECT ====== */
/* URL: http://csswizardry.com/2013/05/the-flag-object/ */
@media (min-width: 45em) {
  .flag {
    display: table;
    width: auto;
  }

  .flag__image, .flag__body {
    display: table-cell;
    vertical-align: middle;
  }
  .flag--top .flag__image, .flag--top .flag__body {
    vertical-align: top;
  }
  .flag--bottom .flag__image, .flag--bottom .flag__body {
    vertical-align: bottom;
  }

  .flag__image {
    padding-right: 2rem;
  }
  .flag__image > img {
    display: block;
    max-width: none;
  }
  .flag--rev .flag__image {
    padding-right: 0;
    padding-left: 10px;
  }

  .flag__body {
    width: 100%;
  }
}
/* Hints */
/*@import '_hint.base';*/
/* Glide */
/*@import '_glide.core';*/
/*@import '_glide.theme';*/
/* Awesomplete */
.awesomplete [hidden] {
    display: none;
}
.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: none;
}
.awesomplete {
    display: inline-block;
    position: relative;
    width: 100%;
}
.awesomplete > input {
    display: block;
}
.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 5;
    min-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    font-weight: 400;
}
.awesomplete > ul:empty {
    display: none;
}
.awesomplete > ul {
	/*border-radius: .3em;*/
	/*margin: .2em 0 0;*/
	background: hsla(0,0%,100%,.95);
	background: -webkit-gradient(linear, left top, right bottom, from(white), to(hsla(0,0%,100%,.95)));
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.95));
	/*border: 1px solid rgba(0,0,0,.3);*/
	-webkit-box-shadow: 0em .25em 1em rgba(0,0,0,.2);
	        box-shadow: 0em .25em 1em rgba(0,0,0,.2);
	text-shadow: none;
  text-align: left;
}
@supports ((-webkit-transform: scale(0)) or (transform: scale(0))) {
	.awesomplete > ul {
		-webkit-transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		-webkit-transform-origin: 1.43em -.43em;
		        transform-origin: 1.43em -.43em;
	}

	.awesomplete > ul[hidden], .awesomplete > ul:empty {
		opacity: 0;
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		display: block;
		-webkit-transition-timing-function: ease;
		        transition-timing-function: ease;
	}
}
/* Pointer */
/*	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}*/
.awesomplete > ul > li {
		position: relative;
		padding: .375em .5em;
		cursor: pointer;
	}
.awesomplete > ul > li:hover {
		background: #279a11;
		color: white;
	}
.awesomplete > ul > li[aria-selected="true"] {
		background: #279a11;
		color: white;
	}
.awesomplete mark {
			background: transparent;
      font-weight: 500;
		}
.awesomplete li:hover mark {
			background: #279a11;
      color: white;
		}
.awesomplete li[aria-selected="true"] mark {
			background: #279a11;
			color: white;
		}
/* Tablepress */
.tablepress-wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
}
/* Table description */
.tablepress-table-description {
  clear: both;
  display: block;
}
.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #f2f2f2;
}
.tablepress th, .tablepress td {
  padding: 8px;
  border: none;
  background: none;
  text-align: left;
  float: none !important;
  font-size: .875rem;
}
.tablepress tbody td {
  vertical-align: top;
}
.tablepress.align-middle tbody td {
  vertical-align: middle;
}
@media (min-width: 64em) {
  .tablepress th, .tablepress td {
    /*font-size: .9375rem;*/
  }
}
/* Horizontal borders */
.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #f2f2f2;
}
.tablepress tbody tr:first-child td {
  border-top: 0;
}
.tablepress thead th {
  border-bottom: 1px solid #f2f2f2;
}
/* Row background colors */
.tablepress thead th, .tablepress tfoot th {
  background-color: #f7f7f7;
  font-weight: 600;
  vertical-align: middle;
}
.tablepress .odd td {
  background-color: #f7f7f7;
}
.tablepress .even td {
  background-color: #ffffff;
}
.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3;
}
/* Reset image layout in tables */
.tablepress img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: none;
}
/* -------------------------------------------------------------------------------- */
/*  =General
/* -------------------------------------------------------------------------------- */
html {
  font-size: 100%;
  font-family: 'Inter UI', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.75;
  color: #363433;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-transition: -webkit-transform .2s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform .2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform .2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform .2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform .2s cubic-bezier(0, 0, 0.2, 1);
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -.05em;
}
h1 { font-size: 2.25rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: .875rem; }
h6 { font-size: .75rem; }
a {
  color: #dd0000;
  -webkit-transition: color .2s;
  transition: color .2s;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover   { /*color: var(--purple);*/ }
a:active  {
  /*transition: color .3s;*/
}
img {
  max-width: 100%;
  height: auto;
}
b, strong {
  font-weight: 600;
}
©

p:first-child, ul:first-child {
  margin-top: 0;
}
p:last-child, ul:last-child {
  margin-bottom: 0;
}
::selection { background: rgba(175, 169, 167, 0.2); }
/* -------------------------------------------------------------------------------- */
/*  =Icons and SVGs
/* -------------------------------------------------------------------------------- */
[class^="icon--"] {
  fill: currentColor;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
a:hover [class^="icon--"] {
  fill: currentColor;
}
.icon--md {
  width: 48px;
  height: 48px;
}
/*.svg--icon-menu { fill: var(--orange); }*/
/* -------------------------------------------------------------------------------- */
/*  =Helpers
/* -------------------------------------------------------------------------------- */
.lh1 { line-height: 1; }
.lh125 { line-height: 1.25; }
.lh15 { line-height: 1.5; }
.lh2 { line-height: 2; }
@media (min-width: 45em) {
  .sm-lh1125 { line-height: 1.125; }
  .sm-lh2 { line-height: 2; }
}
.uc { text-transform: uppercase; }
.fw900 { font-weight: 900; }
.fw800 { font-weight: 800; }
.fw600 { font-weight: 600; }
.fw500 { font-weight: 500; }
.blue-dark { color: #273e5c; }
.black-alt { color: #5d5151; }
.bg-black-alt { background-color: #5d5151; }
.silver-alt { color: #f9f9f6; }
.bg-silver-alt { background-color: #f9f9f6; }
.ls1 { letter-spacing: .025em; }
.ls-1 { letter-spacing: -.025em; }
.ls2 { letter-spacing: .05em; }
.ls-2, .widget--footer .widget-title { letter-spacing: -.05em; }
.ls3 { letter-spacing: .1em; }
.ls-3 { letter-spacing: -.1em; }
.clear { clear: both; }
.op-85 { -webkit-transition: opacity .25s; transition: opacity .25s; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.op-85:hover { opacity: .85; }
.underlined { padding-bottom: 1px; border-bottom: 2px solid #ffce00; }
.underlined-white { padding-bottom: 1px; border-bottom: 2px solid #FFFFFF; }
.shadow, .entry-author-img img, .user-reviews-inner { -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.05); box-shadow: 0 0 25px rgba(0,0,0,0.05); }
.card {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.10);
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.10);
  border-radius: 6px;
  position: relative;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}
.card:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 85%;
  height: 20px;
  -webkit-box-shadow: 0 4px 30px 0 hsla(0, 0%, 44%, 0.25);
          box-shadow: 0 4px 30px 0 hsla(0, 0%, 44%, 0.25);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}
.card:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
}
/* -------------------------------------------------------------------------------- */
/*  =Buttons
/* -------------------------------------------------------------------------------- */
.btn, .comment-form input[type="submit"], .reply a {
  border: 0;
}
.btn:focus, .comment-form input[type="submit"]:focus, .reply a:focus {
  border-color: inherit;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .0625);
          box-shadow: 0 0 5px rgba(0, 0, 0, .0625);
}
.btn-primary, .btn-secondary {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.btn-secondary {
  color: #FFFFFF;
}
.btn-secondary:hover {
  -webkit-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, .0625);
          box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, .0625);
}
.btn-outline, .comment-form input[type="submit"], .reply a {
  border-width: 1px;
  border-style: solid;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 50px;
}
.btn-ghost {
  border-color: transparent;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.35);
          box-shadow: 0 0 3px rgba(0,0,0,.35);
  border-radius: 40px;
  -webkit-transition: -webkit-box-shadow .15s;
  transition: -webkit-box-shadow .15s;
  transition: box-shadow .15s;
  transition: box-shadow .15s, -webkit-box-shadow .15s;
}
.btn-ghost:hover, .btn-ghost:focus, .btn-ghost.is-active {
  -webkit-box-shadow: 0 0 10px #279a11;
          box-shadow: 0 0 10px #279a11;
}
.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-primary.btn-gradient {
  /*background-image: linear-gradient(-180deg,#7ed322,hsla(110, 72%, 48%, 1));*/
  background-color: #279a11;
  background-image: linear-gradient(-135deg,#5d5150,#363433);
}
.btn-secondary.btn-gradient {
  background-image: linear-gradient(-135deg, #4b85bc, #34559a);
}
.pulsate-fwd {
  -webkit-animation: pulsate-fwd 1s ease-in-out infinite both;
          animation: pulsate-fwd 1s ease-in-out infinite both;
}
@media (min-width: 64em) {
  .md-pulsate-fwd {
    -webkit-animation: pulsate-fwd 1s ease-in-out infinite both;
            animation: pulsate-fwd 1s ease-in-out infinite both;
  }
}
@-webkit-keyframes pulsate-fwd {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.05); transform: scale(1.05); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes pulsate-fwd {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.05); transform: scale(1.05); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
/* -------------------------------------------------------------------------------- */
/*  =Forms
/* -------------------------------------------------------------------------------- */
label {
  display: block;
}
label:hover {
  cursor: pointer;
}
.input, .textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  padding: .5rem;
  border: 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline-offset: -1px;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #e8eaef;
  -webkit-transition: outline .4s;
  transition: outline .4s;
}
.input, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] { height: 2.25rem; }
.textarea, .comment-form textarea { resize: none; }
.input:focus, .textarea:focus, .comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form input[type="url"]:focus, .comment-form textarea:focus {
  outline-width: 2px;
  outline-color: #f58700;
}
/* CF7 */
wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: .5rem;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
div.wpcf7 .wpcf7-form .ajax-loader {
  background-image: url('../../images/loader-b.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  display: none;
  margin: 16px auto 0;
}
div.wpcf7 .wpcf7-form .ajax-loader.is-active {
  display: block;
}
.wpcf7-form span.wpcf7-not-valid {
  display: block;
  border: 1px solid #dd0000;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 2rem;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  color: #dd0000;
  margin-top: .5rem;
  margin-bottom: 1rem;
}
.wpcf7-form .wpcf7-validation-errors {
  color: #dd0000;
  border: 2px solid rgba(211, 6, 6, 0.1);
  background-color: #fce8e8;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  color: #279a11;
  border: 2px solid transparent;
  background-color: rgba(57, 143, 20, 0.15);
}
.wpcf7-form .wpcf7-response-output {
  margin: 2em 0;
  padding: 0.75em 1em;
  font-size: .875rem;
}
@media (min-width: 45em) {
  .wpcf7-form .wpcf7-response-output {
    font-size: 1rem;
  }
}
.wpcf7-recaptcha {
  margin-bottom: 20px;
}
/* Custom checkboxes/radios */
.input-helper {
  position: relative;
  display: inline-block;
  font-size: .875rem;
}
.input-helper:before {
  content: '';
  display: block;
  position: absolute;
}
.input-helper--radio { padding-left: 18px; }
.input-helper--radio:before {
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #279a11;
}
.casino-list__filters .input-helper--radio {
  padding: 9px 14px 9px 32px;
  background-color: #f7f7f7;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #645e5e;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}
.casino-list__filters .input-helper--radio:before {
  top: 14px;
  left: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #f58700;
}
.input-helper--checkbox { padding-left: 20px; }
.input-helper--checkbox:before {
  top: 6px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #f58700;
}
input[type="radio"] { display: none; }
input[type="radio"]:checked + label, input[type="radio"]:hover + label { color: #5d5151; }
input[type="radio"]:checked + label:before { background: #f58700; }
.casino-list__filters input[type="radio"]:checked + label {
  color: #FFFFFF;
  background-color: #5d5151;
 }
.casino-list__filters input[type="radio"]:hover + label:before {
  border-color: #f58700;
  background-color: #f58700;
}
.casino-list__filters input[type="radio"]:hover + label {
  background-color: #5d5151;
  color: #FFFFFF;
}
.casino-list__filters input[type="radio"]:checked + label:before { border-color: #f58700; }
input[type="checkbox"] { display: none; }
input[type="checkbox"]:checked + label:before { background: #f58700; }
/* -------------------------------------------------------------------------------- */
/*  =Header
/* -------------------------------------------------------------------------------- */
.site-header {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 22px 0 rgba(153, 143, 143, 0.15);
          box-shadow: 0 2px 22px 0 rgba(153, 143, 143, 0.15);
}
.site-header {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}
.mobile-nav-visible {
  overflow: hidden;
}
/*.site-header .svg--logo {
  width: 168px;
  height: 52px;
}*/
@media (min-width: 45em) {
  .site-header {
    position: relative;
  }
/*  .site-header .svg--logo {
    width: 230px;
    height: 41px;
  }*/
}
.home-header {
  background: #f7f7f7 url('../../images/bg-pattern-alt@2x.png') 0 0 repeat;
  background-size: 120px;
  -webkit-box-shadow: inset 0px -3px 9px 0px hsla(0,5%,58%,.15);
          box-shadow: inset 0px -3px 9px 0px hsla(0,5%,58%,.15);
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .home-header {
    background-image: url('../../images/bg-pattern-alt@4x.png');
  }
}
.home-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(249, 249, 249, 0)),to(rgb(249, 249, 249)));
  background: linear-gradient(0deg,rgba(249, 249, 249, 0),rgb(249, 249, 249));
}
.home-header__list {
  max-width: 256px;
}
@media (min-width: 45em) {
  .home-header__list {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-news-posts {
  background-color: #363433;
  background-image: -webkit-gradient(linear,left bottom, left top,from(#5d5150),to(#363433));
  background-image: linear-gradient(0deg,#5d5150,#363433);
}
.home-news-posts > div:last-child {
  margin-bottom: 0;
}
.home-news-posts a {
  color: #fff !important;
}
.home-news-posts a:hover {
  color: #ddd !important;
}
.home-news-posts p {
  margin-top: 0;
  margin-bottom: 0;
}
.home-news-posts .wp-post-image, .related-posts .wp-post-image {
  width: 60px;
}
@media (min-width: 45em) {
  .related-posts .wp-post-image {
    width: 95px;
  }
}
@media (min-width: 71.25em) {
  .home-news-posts .wp-post-image {
    width: 95px;
  }
}
@media (min-width: 64em) {
  .site-search-toggle {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}
.site-search-toggle-btn {
  width: 2.75rem;
  height: 2.75rem;
  /*background-color: #fff;*/
  color: #fff;
  background-color: #f58700;
  -webkit-box-shadow: 0px 3px 15px 0 hsla(0, 5%, 58%, 0.35);
          box-shadow: 0px 3px 15px 0 hsla(0, 5%, 58%, 0.35);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}
.site-search-toggle-btn:hover {
  -webkit-box-shadow: 0px 2px 8px 0 hsla(0, 5%, 58%, 0.35);
          box-shadow: 0px 2px 8px 0 hsla(0, 5%, 58%, 0.35);
}
.site-search-toggle-btn.is-open {
  -webkit-box-shadow: 0px 2px 2px 0 hsla(0, 5%, 58%, 0.35);
          box-shadow: 0px 2px 2px 0 hsla(0, 5%, 58%, 0.35);
}
.site-header-search {
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 3.75rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: visibility 0s linear 0.25s, opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: visibility 0s linear 0.25s, opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: visibility 0s linear 0.25s, opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-header-search.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.site-header-search-field {
  background: #f7f7f7 url('../../icons/search.svg') 10px 50% no-repeat;
  padding: 12px 15px 12px 50px;
  border: 0;
  outline: 0;
  height: auto;
  border-radius: 6px;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}
.site-header-search-field:focus {
  border-color: #279a11;
}
@media (min-width: 45em) {
  .site-header-search {
    width: 100%;
    top: 57px;
    right: 0;
  }
}
@media (min-width: 64em) {
  .site-header-search {
    width: 72%;
    top: 0;
    left: auto;
    right: 5.75rem;
  }
}
@media (min-width: 71.25em) {
  .site-header-search {
    right: 5.625rem;
  }
}
/* -------------------------------------------------------------------------------- */
/*  =Navigation
/* -------------------------------------------------------------------------------- */
.main-navigation {
  display: none;
}
.main-navigation ul {
  padding-left: 0;
}
.main-navigation ul li {}
.main-navigation ul li a {
  color: #5d5151;
  font-size: .8125rem;
  font-weight: 600;
  display: block;
}
.menu-primary-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-navigation ul li:hover > a, .main-navigation .current_page_item > a {
  color: #333633;
}
.main-navigation .menu-item-has-children > a {
  padding-left: .75rem;
  padding-right: .75rem;
}
.main-navigation li {
  position: relative;
}
@media (min-width: 45em) {
  .main-navigation {
    display: block;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: 100%;
  }
  .main-navigation li {
    display: inline-block;
    margin-left: .625rem;
  }
  .main-navigation ul li a {
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 1.9375rem 0 0;
  }
    .main-navigation .menu-item-icon-l > a {
    background: transparent url('../../icons/menu-lizenz.svg') 50% 9px no-repeat;
  }
  .main-navigation .menu-item-icon-l:hover > a { background-position: 50% 6px; }
  .main-navigation .menu-item-icon-a > a {
    background: transparent url('../../icons/menu-chip.svg') 50% 6px no-repeat;
  }
  .main-navigation .menu-item-icon-a:hover > a { background-position: 50% 3px; }
  .main-navigation .menu-item-icon-b > a {
    background: transparent url('../../icons/menu-flash.svg') 50% 5px no-repeat;
  }
  .main-navigation .menu-item-icon-b:hover > a { background-position: 50% 3px; }
  .main-navigation .menu-item-icon-c > a {
    background: transparent url('../../icons/menu-helmet.svg') 50% 9px no-repeat;
  }
  .main-navigation .menu-item-icon-c:hover > a { background-position: 50% 6px; }
  .main-navigation .menu-item-icon-d > a {
    background: transparent url('../../icons/menu-winner-chip.svg') 50% 6px no-repeat;
  }
  .main-navigation .menu-item-icon-d:hover > a { background-position: 50% 3px; }
  .main-navigation .menu-item-icon-e > a {
    background: transparent url('../../icons/menu-news.svg') 50% 6px no-repeat;
  }
  .main-navigation .menu-item-icon-e:hover > a { background-position: 50% 3px; }
  .main-navigation .menu-item-icon-f > a {
    background: transparent url('../../icons/menu-chip-hold.svg') 50% 6px no-repeat;
  }
  .main-navigation .menu-item-icon-f:hover > a { background-position: 50% 3px; }
  .main-navigation .menu-item-icon-g > a {
    background: transparent url('../../icons/menu-payment.svg') 50% 6px no-repeat;
  }
  .main-navigation .menu-item-icon-g:hover > a { background-position: 50% 3px; }
  .main-navigation .menu-item-icon-h > a {
    background: transparent url('../../icons/menu-slot-machine.svg') 50% 6px no-repeat;
  }
  .main-navigation .menu-item-icon-h:hover > a { background-position: 50% 3px; }
  .main-navigation .menu-item-has-children > a:after {
    content: '';
    top: 50%;
    right: 0;
    margin-top: 14px;
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transition: border .2s;
    transition: border .2s;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(119, 119, 119, 0.5);
  }
  .main-navigation .menu-item-has-children.current_page_item > a:after, .main-navigation .menu-item-has-children > a:hover:after {
    border-top-color: #f58700;
  }
}
@media (min-width: 64em) {
  .main-navigation {
    width: auto;
  }
  .main-navigation li {
  }
  .main-navigation ul li a {
  }
  .main-navigation .menu-item-has-children > a:after {
    margin-top: 15px;
  }
}
@media (min-width: 71.25em) {
  .main-navigation li {
    margin-left: 1rem;
  }
  .main-navigation ul li a {
    font-size: 1rem;
  }
  .main-navigation .menu-item-has-children > a:after {
    margin-top: 13px;
  }
}
.main-navigation .sub-menu {
  list-style: none;
  padding-left: 0;
}
.main-navigation .sub-menu.is-visible, .main-navigation ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.main-navigation .sub-menu li:last-child {
  border-bottom: none;
}
.main-navigation .sub-menu li a {
  display: block;
  color: #645e5e;
  border-bottom: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: .8125rem;
}
.main-navigation .sub-menu li a:hover {
  color: #f58700;
}
@media (min-width: 45em) {
  .main-navigation .sub-menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: -.5rem;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 10px 22px 0 hsla(0,5%,58%,.15);
            box-shadow: 0 10px 22px 0 hsla(0,5%,58%,.15);
    margin-top: 11px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 14rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.15s, opacity 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: visibility 0s linear 0.15s, opacity 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .main-navigation .sub-menu:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 16px;
  }

  .main-navigation .sub-menu li {
    display: block;
    margin-left: 0;
  }
  .main-navigation .sub-menu li a {
    border-bottom: 1px solid rgba(181, 181, 181, 0.2);
    padding: .5rem 1.25rem;
  }
  .main-navigation .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: .625rem;
  }
}
@media (min-width: 64em) {
  .main-navigation .sub-menu {
    margin-top: 19px;
  }
  .main-navigation .sub-menu:after {
    height: 19px;
  }
}
@media (min-width: 71.25em) {
  .main-navigation .sub-menu {
    margin-top: 19px;
  }
  .main-navigation .sub-menu:after {
    height: 19px;
  }
  .main-navigation .sub-menu li a {
    font-size: .875rem;
  }
}
.toggle-menu {
  padding: 9px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: 0;
  -webkit-box-shadow: 0 3px 15px 0 hsla(0,5%,58%,.35);
          box-shadow: 0 3px 15px 0 hsla(0,5%,58%,.35);
}
.toggle-menu.is-active .toggle-menu-inner, .toggle-menu.is-active .toggle-menu-inner::before, .toggle-menu.is-active .toggle-menu-inner::after {
  /*background-color: var(--black);*/
}
.toggle-menu-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.toggle-menu-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.toggle-menu-inner, .toggle-menu-inner::before, .toggle-menu-inner::after {
  width: 24px;
  height: 3px;
  background-color: #363433;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.toggle-menu-inner::before, .toggle-menu-inner::after {
  content: "";
  display: block;
}
.toggle-menu-inner::before {
  top: -10px;
}
.toggle-menu-inner::after {
  bottom: -10px;
}
.toggle-menu--eff .toggle-menu-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.toggle-menu--eff .toggle-menu-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.toggle-menu--eff .toggle-menu-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.toggle-menu--eff.is-active .toggle-menu-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.toggle-menu--eff.is-active .toggle-menu-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.toggle-menu--eff.is-active .toggle-menu-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation {
  clear: both;
  min-width: 100%;
}
.mobile-navigation > ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100vh - 68px);
  overflow: scroll;
  position: absolute;
  z-index: 10;
  top: .5rem;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(-30deg,rgba(54, 52, 51, 0.9),#363433);
  width: 100%;
  padding: 1rem 1rem 4rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: visibility 0s linear 0.25s, opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: visibility 0s linear 0.25s, opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: visibility 0s linear 0.25s, opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-navigation.is-visible > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mobile-navigation li {
  position: relative;
}
.mobile-navigation .sub-menu {
  padding-left: 1rem;
  list-style: none;
  display: none;
}
.mobile-navigation .sub-menu.is-visible {
  display: block;
}
.mobile-navigation .sub-menu li:last-child {
  border-bottom: 0;
}
.mobile-navigation a {
  padding: .375rem 3.5rem .375rem 0;
  margin-bottom: .75rem;
  display: block;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: 600;
  text-align: right;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.mobile-navigation a:hover, .mobile-navigation .current-menu-parent > a, .mobile-navigation .current-menu-item > a {
  /*color: var(--green);*/
}
.mobile-navigation .sub-menu a {
  font-size: 1rem;
}
a.toggle-sub-menu {
  color: #fff !important;
  position: absolute;
  right: 0;
  top: .125rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.toggle-sub-menu.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 45em) {
  .mobile-navigation {
    display: none;
  }
}
.page-navigation-wrap {
  border-bottom: 2px solid #f7f7f7;
}
.page-navigation-wrap:before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1rem;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(hsla(0,0%,100%,0)), to(#fff));
  background-image: linear-gradient(-90deg, hsla(0,0%,100%,0), #fff);
}
.page-navigation-wrap:after {
  content: '';
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0,0%,100%,0)), to(#fff));
  background-image: linear-gradient(90deg, hsla(0,0%,100%,0), #fff);
}
.page-navigation {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  white-space: nowrap;
}
.page-navigation::-webkit-scrollbar {
  display: none;
}
.page-navigation li {
  display: inline-block;
  font-weight: 600;
}
.page-navigation li:last-child {
  padding-right: 1rem;
}
.page-navigation li:not(:last-child):after {
  content: '•';
  color: #aaa;
  margin-right: .25rem;
  margin-left: .5rem;
}
.page-navigation-arrows {
  display: none;
}
@media (min-width: 71.25em) {
  .page-navigation-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 50;
    top: -3.5rem;
    right: 0;
    opacity: 0;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 1rem;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: visibility 0s linear 0.2s, opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: visibility 0s linear 0.2s, opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: visibility 0s linear 0.2s, opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .home .page-navigation-arrows {
    top: -4.5rem;
    padding-bottom: 1.5rem;
  }
  .page-navigation-wrap:hover .page-navigation-arrows {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    cursor: pointer;
  }
  .page-navigation-arrows a {
    width: 2rem;
    height: 2rem;
    margin-left: .5rem;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1);
            box-shadow: 0 2px 8px rgba(0,0,0,.1);
  }
}
/* -------------------------------------------------------------------------------- */
/*  =Footer
/* -------------------------------------------------------------------------------- */
.site-footer {
  clear: both;
  background-image: -webkit-gradient(linear,left bottom, left top,from(hsla(0,0%,98%,0)),to(#fff));
  background-image: linear-gradient(0deg,hsla(0,0%,98%,0),#fff);
  -webkit-box-shadow: 0 -2px 22px 0 hsla(0,5%,58%,.15);
          box-shadow: 0 -2px 22px 0 hsla(0,5%,58%,.15);
}
.site-info {
  font-size: .6875rem;
  padding: 18px 0;
  border-top: 2px solid #ededed;
}
/*.site-footer .svg--logo {
  width: 100%;
  height: auto;
  width: 230px;
  height: 41px;
}*/
@media (min-width: 71.25em) {
  .site-info {
    padding-bottom: 2rem;
  }
  .site-footer__company-info {
    /*padding-left: 2.75rem;*/
    padding-right: 5.375rem;
  }
}
.widget--footer .widget-title {
  font-size: 1.125rem;
  font-weight: 800;
  padding-top: .875rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.widget ul, .widget--footer ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.widget--footer ul li {
  font-size: .8125rem;
  margin-bottom: .5rem;
  padding-left: 1rem;
  background-image: url('../../icons/src/list-bullet.svg');
  background-repeat: no-repeat;
  background-position: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.widget--footer ul li:hover {
  background-position: 4px 6px;
}
.widget--footer a {
  color: #363433;
  padding: 2px 0;
  display: block;
}
.widget--footer a:hover {
  color: #dd0000;
}
@media (min-width: 25em) {
  .widget--footer ul li {
    float: left;
    width: 48%;
    padding-right: 2%;
  }
}
@media (min-width: 35em) {
  .widget--footer ul li {
    width: 31%;
    padding-right: 2%;
  }
}
@media (min-width: 45em) {
  .widget--footer ul li {
    float: none;
    width: 98%;
  }
}
.scroll-to-top {
  display: none;
}
@media (min-width: 45em) {
  .scroll-to-top {
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 20px;
    background-color: #333633;
    background-image: linear-gradient(-30deg,#9ca69b,#333633);
    opacity: .5;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .is-scrolled .scroll-to-top {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .scroll-to-top svg {
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .scroll-to-top:hover svg {
    -webkit-transform: translateY(-.15rem);
            transform: translateY(-.15rem);
  }
}
.cta-mobile, .is-scrolled .cta-mobile.is-hidden {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: .5rem 1rem 1rem;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-box-shadow: 0 -2px 22px 0 hsla(0,5%,58%,.15);
          box-shadow: 0 -2px 22px 0 hsla(0,5%,58%,.15);
}
.is-scrolled .cta-mobile {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 45em) {
  .is-scrolled .cta-mobile, .cta-mobile {
    display: none;
  }
}
.footer-navigation ul li {
  display: inline-block;
}
.footer-navigation ul li:not(:last-child):after {
  content: ' - ';
  color: #645e5e;
}
.footer-navigation ul li a {
  font-size: .6875rem;
  color: #363433;
}
.footer-navigation ul li a:hover {
  color: #dd0000;
}
/* -------------------------------------------------------------------------------- */
/*  =Slots
/* -------------------------------------------------------------------------------- */
.search-cards input {
  border: 0;
  background: #f7f7f7 url('../../icons/search.svg') 10px 50% no-repeat;
  border-radius: 5px;
  padding: 13px 15px 13px 50px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}
.search-cards input:focus {
  outline: 0;
  border-color: #279a11;
}
.slot-grid__item.is-hidden {
  display: none;
}
.page-template-all-slots .slot-card {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.10);
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.10);
  border-radius: 6px;
  position: relative;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}
.page-template-all-slots .slot-card:after {
  content: "";
  position: absolute;
  z-index: -8;
  bottom: 0;
  width: 85%;
  height: 20px;
  -webkit-box-shadow: 0 4px 30px 0 hsla(0, 0%, 44%, 0.25);
          box-shadow: 0 4px 30px 0 hsla(0, 0%, 44%, 0.25);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}
.page-template-all-slots .slot-card .star-rating {
  line-height: 1;
}
.page-template-all-slots .slot-card .star-rating svg {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-right: 4px;
}
.page-template-all-slots a .slot-card {
  color: #333;
}
.page-template-all-slots a:focus {
  text-decoration: none;
  outline: 0;
}
.page-template-all-slots a:hover .slot-card {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.20);
          box-shadow: 0 2px 10px 0 rgba(0,0,0,0.20);
}
.page-template-all-slots a:hover .slot-card:after {
  -webkit-box-shadow: 0 6px 30px 0 hsla(0, 0%, 44%, 0.45);
          box-shadow: 0 6px 30px 0 hsla(0, 0%, 44%, 0.45);
}
.page-template-all-slots .slot-card-title {
  -webkit-transition: color .3s;
  transition: color .3s;
}
.page-template-all-slots a:hover .slot-card-title {
  color: #279a11;
}
.page-template-all-slots .slot-card-image {
  border-bottom: 3px solid #279a11;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
/* -------------------------------------------------------------------------------- */
/*  =Content
/* -------------------------------------------------------------------------------- */
.site-content {
  padding-top: 4.25rem;
}
@media (min-width: 45em) {
  .site-content {
    padding-top: 0;
  }
}
.site-content a:not(.btn) { color: #5d5151; }
.site-content a:hover:not(.btn) { color: #999; }
.read-more {
  margin-top: .5rem;
}
.read-more__link {
  border-bottom: 0 !important;
}
.home .read-more__link {
  margin-bottom: 0;
}
.read-more__content {
  position: relative;
}
.read-more__content.is-collapsed {
  display: none;
}
.casino-header {
  min-height: 310px;
  position: relative;
  margin-bottom: -290px;
}
@media (min-width: 64em) {
  .casino-header {
    min-height: 320px;
  }
}
.casino-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(249, 249, 249, 0)),to(rgb(255, 255, 255)));
  background: linear-gradient(0deg,rgba(249, 249, 249, 0),rgb(255, 255, 255));
}
.single-casino .site-main, .single-slot .site-main {
  background: #f7f7f7 url('../../images/bg-pattern-alt@2x.png') 0 0 repeat;
  background-size: 120px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .single-casino .site-main, .single-slot .site-main {
    background-image: url('../../images/bg-pattern-alt@4x.png');
  }
}
.container-pros-cons {
  border-bottom: 2px solid #f7f7f7;
}
.container-pros-cons ul {
  list-style: none;
  line-height: 1.5;
  margin-top: 0;
  min-height: 48px;
}
.container-pros-cons ul {
  background: transparent url('../../icons/src/dislike-2.svg') 0 4px no-repeat;
  background-size: 32px;
  padding-left: 44px;
}
.container-pros-cons .pros {
  background: transparent url('../../icons/src/like-2-alternate.svg') 0 4px no-repeat;
  background-size: 32px;
}
.container-pros-cons ul li {
  font-size: .875rem;
  margin-bottom: .5rem;
}
.container-pros-cons ul li:last-child {
  margin-bottom: 0;
}
.entry-content, .entry-excerpt {
  line-height: 1.8125;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #279a11;
  background-image: linear-gradient(-30deg,#885d59,#363433);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.entry-content h1 { font-size: 1.75rem; }
.entry-content h2 { font-size: 1.5rem; }
.entry-content h3 { font-size: 1.25rem; }
.entry-content h4 { font-size: 1rem; }
.entry-content h5 { font-size: 1rem; }
@media (min-width: 45em) {
  .entry-content h1 { font-size: 2.25rem; }
  .entry-content h2 { font-size: 1.75rem; }
  .entry-content h3 { font-size: 1.5rem; }
  .entry-content h4 { font-size: 1.25rem; }
  .entry-content h5 { font-size: .875rem; }
}
.entry-content > :first-child {
  margin-top: 0;
}
.entry-content > :last-child {
  margin-bottom: 0;
}
.entry-content a:not(.btn) {
  padding-bottom: 1px;
  border-bottom: 2px solid #ffce00;
}
.entry-content a:hover:not(.btn) {
  color: #aaa;
}
.entry-content p, .entry-content ul, .entry-content ol {
  font-size: .875rem;
  margin-bottom: 1rem;
}
.entry-content ul, .entry-content ol {
  padding-left: 1rem;
}
.entry-content ul {
  list-style: none;
}
.entry-content ul li {
  padding-left: 1rem;
  background-image: url('../../icons/src/list-bullet.svg');
  background-repeat: no-repeat;
  background-position: 0 5px;
  margin-bottom: .5rem;
}
.entry-content ol {
  list-style-position: inside;
  list-style: none;
  counter-reset: nv-counter;
}
.entry-content ol li {
  counter-increment: nv-counter;
  margin-bottom: .5rem;
  padding-left: 1rem;
  position: relative;
}
.entry-content ol li:before {
  content: counter(nv-counter) ". ";
  font-weight: 600;
  position: absolute;
  left: -2px;
  top: 0;
}
.entry-content ol li:nth-child(1n+10) {
  padding-left: 1.5rem;
}
.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin-top: .5rem;
  padding-left: 1rem;
}
@media (min-width: 64em) {
  .entry-content p, .entry-content ul, .entry-content ol {
    font-size: .9375rem;
  }
  .entry-content ul li {
    background-position: 0 6px;
  }
}
.entry-content blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px rgba(242, 242, 242, 1);
          box-shadow: 0 2px 10px rgba(242, 242, 242, 1);
  border-left: 10px solid #f7f7f7;
  padding: 1rem;
  border-radius: 5px;
  font-style: italic;
}
.entry-content blockquote :last-child {
  margin-bottom: 0;
}
.entry-content .note {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px rgba(242, 242, 242, 1);
          box-shadow: 0 2px 10px rgba(242, 242, 242, 1);
  border-left: 10px solid #1298E3;
  padding: 1rem;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .875rem;
}
.entry-content .note.warning {
  border-left: 10px solid #dd0000;
  background-color: #fff3f3;
}
.entry-content .note > :first-child {
  margin-top: 0;
}
.entry-content .note > :last-child {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .entry-content .note {
    font-size: .9375rem;
  }
}
.entry-content hr {
  border: 0;
  height: 0;
  border-top: 2px solid rgb(247, 247, 247);
}
.wp-caption-text {
  font-size: .75rem;
  color: #645e5e;
}
@media (min-width: 64em) {
  .wp-caption-text {
    font-size: .875rem;
  }
}
.title-style-a {
  position: relative;
  background-image: linear-gradient(-30deg,#885d59,#363433);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.title-style-b {
  position: relative;
  background-image: linear-gradient(-30deg,#75bc29,#279a11);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.title-shadow {
  text-shadow: 0 2px 6px #0a0a0a, 0 0 15px #1d5159;
}
.entry-author-img {
  margin-bottom: .5rem;
}
.entry-author-img img {
  border: 3px solid #fff;
}
@media (min-width: 30em) {
  .entry-author-img {
    float: left;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 45em) {
  .entry-author-img {
    margin-right: 2rem;
  }
}
.pagination {
  position: relative;
}
.pagination .page-numbers {
  display: inline-block;
  padding: .1875rem .75rem;
  border: 2px solid #f7f7f7;
  margin: 0 3px 9px;
}
.pagination a {
  color: #363433;
}
.pagination a:hover {
  color: #279a11;
  background-color: #f7f7f7;
}
.pagination .page-numbers.current, .pagination .page-numbers.dots {
  color: #645e5e;
}
.slot-details-table {
  font-size: .875rem;
  border-top: 2px solid #f7f7f7;
}
.slot-details-table-cell {
  border-bottom: 2px solid #f7f7f7;
}
.slot-functions {
  font-size: .875rem;
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
  margin-top: -2px;
}
.slot-thumb {
  -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.25);
          box-shadow: 0 1px 20px 0 rgba(0,0,0,0.25);
  max-width: 100%;
}
@media (min-width: 64em) {
  .slot-thumb {
    max-width: 167px;
  }
}
.slot-play-list-row {
  border-bottom: 2px solid #f7f7f7;
}
.slot-play-list-logo {
  min-height: 5rem;
  width: 100%;
}
.slot-play-list-logo img {
  max-width: 120px;
}
.slot-play-list-cta {
  width: 100%;
}
@media (min-width: 23.4375em) {
  .slot-play-list-logo, .slot-play-list-cta {
    width: 50%;
  }
}
@media (min-width: 45em) {
  .slot-play-list-logo, .slot-play-list-cta {
    width: 25%;
  }
}
.note {
  display: block;
}
.note--flash a {
  color: #273e5c;
  border: 2px solid #e1eef7;
  border-radius: 6px;
}
.note--flash a:hover {
  color: #1298E3;
}
.scroll-nav {
  margin-bottom: 2rem;
}
.scroll-nav.fixed {
  position: relative;
}
.scroll-nav__wrapper {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 1rem;
}
.scroll-nav__list {
  font-size: .875rem;
  margin-bottom: 0;
  margin-top: 1rem;
  list-style: none;
  padding-left: 0;
}
.scroll-nav__heading {
  display: block;
  border-bottom: 2px solid #eaeaea;
  font-size: 1.25rem;
  font-weight: 600;
}
.scroll-nav__item {
  padding-left: 1rem;
  background-image: url('../../icons/src/list-bullet.svg');
  background-repeat: no-repeat;
  background-position: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: .25rem;
}
.scroll-nav__item a {
  color: #363433 !important;
  text-decoration: none !important;
}
.scroll-nav__item a:hover {
  color: #645e5e !important;
}
.scroll-nav__item--active.active.in-view a {
  color: #dd0000 !important;
  /*text-decoration: underline !important;*/
}
.scroll-nav__section:first-child > :first-child {
  margin-top: 0;
}
@media (min-width: 45em) {
  .scroll-nav {
    position: absolute;
    right: 0;
    width: 32%;
  }
  .scroll-nav.fixed {
    position: absolute;
  }
  .scroll-nav__wrapper {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .scroll-nav.fixed .scroll-nav__wrapper {
    position: fixed;
    top: 40px;
    width: 26%;
  }
  .scroll-nav.fixed.unfix .scroll-nav__wrapper {
    opacity: 0;
    visibility: hidden;
  }
  .entry-content--toc {
    float: left;
    width: 60%;
  }
}
@media (min-width: 64em) {
  .scroll-nav__wrapper {
    padding: 2rem;
  }
  .scroll-nav.fixed .scroll-nav__wrapper {
    width: 23.7%;
  }
  .scroll-nav__list {
    font-size: .875rem;
  }
}
@media (min-width: 71.25em) {
  .scroll-nav.fixed .scroll-nav__wrapper {
    width: 24.8%;
    max-width: 301px;
  }
}
/* -------------------------------------------------------------------------------- */
/*  =Casino cards
/* -------------------------------------------------------------------------------- */
.featured-casinos {
  max-width: 72.25rem;
}
/*.featured-casinos__item,*/
.casino-grid__item {
  width: 100%;
}
.casino-grid__item.is-hidden {
  display: none;
}
@media (min-width: 25.875rem) {
  .casino-grid__item {
    width: 50%;
  }
  .casino-grid__no-bonus {
    min-height: 102px;
  }
}
@media (min-width: 45em) {
  .casino-grid__item {
    width: 33.333%;
  }
}
@media (min-width: 64em) {
  .casino-grid__item {
    width: 25%;
  }
}
@media (min-width: 71.25em) {
  .casino-grid__item {
    width: 20%;
  }
}
.card__logo {
  min-height: 90px;
}
.casino-counter {
  font-size: .875rem;
}
.is-first-load .casino-counter-value {
  display: none;
}
@media (min-width: 64em) {
  .casino-counter {
    font-size: .9375rem;
  }
}
/* -------------------------------------------------------------------------------- */
/*  =Single casino
/* -------------------------------------------------------------------------------- */
.sticky-wrapper {
  position: relative;
  z-index: 10;
}
.casino-info__logo, .casino-info__facts, .casino-info__cta {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.casino-info__logo, .casino-info__facts {
  margin-bottom: 1rem;
}
.casino-info__logo img {
  max-width: 120px;
}
@media (min-width: 23.4375em) {
  .casino-info__logo {
    width: 40%;
  }
  .casino-info__facts {
    width: 60%;
  }
}
@media (min-width: 35.625em) {
  .casino-info__logo, .casino-info__facts {
    margin-bottom: 0;
  }
  .casino-info__logo {
    width: 23%;
  }
  .casino-info__facts {
    width: 40%;
  }
  .casino-info__cta {
    width: 37%;
  }
}
@media (min-width: 45em) {
  .casino-info__logo, .casino-info__cta {
    width: 25%;
  }
  .casino-info__facts {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .casino-info__logo, .casino-info__cta {
    width: 30%;
  }
  .casino-info__facts {
    width: 40%;
  }
  .casino-info.stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: .5rem 1rem 1rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    background-color: #FFFFFF;
  }
  .casino-info.stuck .casino-info__logo {
    padding-left: 2rem;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .casino-info.stuck .casino-info__facts {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .casino-info.stuck .casino-info__cta {
    padding-right: 2rem;
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30;
  }
  .casino-info.stuck .casino-info__note {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-top: 0;
  }
}
@media (min-width: 71.25em) {
  .stuck .casino-info__inner {
    max-width: 71.25rem;
  }
}
.casino-facts {
  font-size: .75rem;
}
.toggle {
  /*border: 2px solid #f7f7f7;*/
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.casino-facts__title {
  border-bottom: 2px solid #ededed;
  -webkit-transition: color .25s;
  transition: color .25s;
}
.toggle__title {
  color: #5d5151;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background-color: #fafafa;
}
.casino-facts__title:hover {
  cursor: pointer;
  color: #645e5e;
}
.toggle__title:hover {
  cursor: pointer;
  background-color: #fafafa;
}
.toggle__title.is-mobile-hidden {
  background-color: #fff;
}
.toggle__title h3 {
  margin: 0;
  font-size: .875rem;
}
.casino-facts__title svg, .toggle__title svg {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.casino-facts__title.is-mobile-hidden svg, .toggle__title.is-mobile-hidden svg {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.casino-facts__content.is-mobile-hidden, .toggle__content.is-mobile-hidden {
  display: none;
}
.toggle__content {
  border-top: 2px solid #f7f7f7;
}
.toggle__content :first-child {
  margin-top: 0;
}
.toggle__content :last-child {
  margin-bottom: 0;
}
.toggle__content p + p {
  margin-top: 0;
}
.casino-facts__content > div {
  padding: .3125rem 0;
  line-height: 1.5;
}
.casino-facts > div:first-child {
  margin-top: 0;
}
.casino-facts--columns .casino-facts__content {
  width: 100%;
}
@media (min-width: 30rem) {
  .casino-facts--columns .casino-facts__content {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .casino-facts--columns .casino-facts__content {
    width: 32%;
  }
}
.casino-facts__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  margin-left: 2rem;
}
.casino-facts__row-name {
  max-width: 70%;
}
.casino-facts__row-name--full-width {
  width: 100%;
  max-width: 100%;
  margin-bottom: .25rem;
}
.casino-facts__row-value {
  font-weight: 600;
}
.casino-facts__software-providers span:not(:last-child):after {
  content: ', ';
}
@media (min-width: 45em) {
  .toggle__title.is-mobile-hidden {
    background-color: #fafafa;
  }
  .toggle__title.is-hidden {
    background-color: #fff;
  }
  .toggle__title h3 {
    font-size: 1rem;
  }
  .casino-facts__title.is-mobile-hidden svg, .toggle__title.is-mobile-hidden svg {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .casino-facts__title.is-hidden svg, .toggle__title.is-hidden svg {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .casino-facts__content.is-mobile-hidden, .toggle__content.is-mobile-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .casino-facts__content.is-hidden, .toggle__content.is-hidden {
    display: none;
  }
}
@media (min-width: 64em) {
  .casino-facts {
    font-size: .8125rem;
  }
}
.casino-rating {
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}
/* -------------------------------------------------------------------------------- */
/*  =Payment methods
/* -------------------------------------------------------------------------------- */
.payment-methods-list li {
  display: inline-block;
  margin-bottom: 3px;
}
.payment-methods-list img {
  width: 43px;
}
/* -------------------------------------------------------------------------------- */
/*  =Ratings
/* -------------------------------------------------------------------------------- */
.star-rating {
  line-height: 1;
}
.star-rating svg {
  width: 1.125rem;
  height: 1.125rem;
}
/* -------------------------------------------------------------------------------- */
/*  =Comments / User reviews
/* -------------------------------------------------------------------------------- */
.user-reviews {
  margin-top: -4rem;
  padding-bottom: 2rem;
  z-index: 1;
  position: relative;
}
.user-reviews-inner {
  width: 100%;
  padding: 6rem 1rem 1rem;
}
@media (min-width: 45em) {
  .user-reviews {
    padding-bottom: 4rem;
  }
  .user-reviews-inner {
    width: calc(9/12 * 100%);
    margin: 0 auto;
    padding-top: 7rem;
    padding: 7rem 2rem 2rem;
  }
}
.comment-form input[type="submit"] {
  color: #5d5151;
  text-transform: uppercase;
}
.comment-form input[type="submit"]:hover {
  color: #645e5e;
}
.comment-form-cookies-consent input {
  float: left;
  margin-top: 0.3rem;
  margin-right: .5rem;
}
.comment-form p {
  margin-top: 0;
}
.comment-reply-title {
  margin-bottom: .5rem;
  margin-top: 0;
}
.comment-list {
  border-bottom: 2px solid #f7f7f7;
  padding-bottom: .5rem;
}
.comment-list ol {
  list-style: none;
}
.comment {
  margin-bottom: 24px;
}
.comment .children {
  padding-left: 10px;
  margin-top: 10px;
}
@media (min-width: 64em) {
  .comment .children, .comment .comment-respond {
    margin-top: 24px;
    padding-left: 42px;
  }
}
.comment-meta {
  min-height: 0;
  background-color: #fff;
  float: left;
}
.comment-meta .avatar {
  float: left;
  margin-right: 10px;
  border-radius: 2px;
}
.comment-meta .fn {
  display: inline-block;
  margin-top: 4px;
  color: #279a11;
  font-weight: 600;
}
.comment-meta .fn a {
  color: #279a11;
}
.comment-meta .says {
  display: none;
}
.comment-meta .comment-metadata {
  clear: both;
  padding-left: 42px;
  font-size: 12px;
  margin-bottom: 4px;
}
.comment-meta .comment-metadata a {
  color: #abb3ba;
}
.comment-content {
  clear: both;
  padding-left: 42px;
}
.comment-form p, .comment-content p, .comment-content ul, .comment-content ol {
  margin-bottom: 12px;
  font-size: .875rem;
}
@media (min-width: 64em) {
  .comment-form p, .comment-content p, .comment-content ul, .comment-content ol {
    font-size: .9375rem;
  }
}
.reply {
  padding-left: 42px;
  padding-top: 4px;
}
.reply a {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: .875rem;
  text-transform: uppercase;
}
.comment-reply-title {
  font-size: 1.25rem;
}
.comment-reply-title small {
  font-size: 14px;
  float: right;
  margin-top: 12px;
}
@media (min-width: 45em) {
  .comment-reply-title {
    font-size: 1.5rem;
  }
}
.form-error {
  display: none;
  background-color: hsla(0, 58%, 92%, 1);
  border: 2px solid hsla(0, 56%, 78%, 1);
  color: #dd0000;
  padding: .5rem 1rem;
  font-size: .875rem;
}
.form-error.is-visible {
  display: block;
}
.submit-review-loader {
  display: none;
}
.submit-review-loader.is-visible {
  display: block;
}
.rating {
  overflow: hidden;
  display: inline-block;
}
.rating-input {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 0 0 -16px;
  opacity: 0;
}
.rating:hover .rating-star:hover, .rating:hover .rating-star:hover ~ .rating-star, .rating-input:checked ~ .rating-star {
  background: url('../../icons/star.svg') 0 0;
  background-size: cover;
}
.rating-star, .rating:hover .rating-star {
  cursor: pointer;
  position: relative;
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  background: url('../../icons/star-empty.svg') 0 0;
  background-size: cover;
}
.review-list__item {
  border-bottom: 2px solid #f7f7f7;
}
.review-list__item-reply {
  background-color: #e4f6e5;
}
.review-list__item-operator-reply {
  background-color: #e1f3fa;
}
/* -------------------------------------------------------------------------------- */
/*  =Casino list/table
/* -------------------------------------------------------------------------------- */
.casino-list {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}
.casino-list.is-first-load {
  visibility: hidden;
}
.casino-list.is-loading {
  opacity: 0.3;
}
.casino-list-loader {
  display: none;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 240px;
  margin-left: -25px;
}
.casino-list-loader.is-visible {
  display: block;
}
.casino-list__filters {
  border-bottom: 1px solid #f2f2f2;
}
.casino-list__filters-item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem 1rem 0;
  font-weight: 600;
}
.casino-list__filters-item:nth-child(2n+2) {
  padding-right: 0;
}
.casino-list__filters-item:nth-child(n+7) {
  display: none;
}
@media (min-width: 30rem) {
  .casino-list__filters-item {
    width: 33.333%;
  }
  .casino-list__filters-item:nth-child(2n+2) {
    padding-right: 1rem;
  }
  .casino-list__filters-item:nth-child(3n+3) {
    padding-right: 0;
  }
}
@media (min-width: 45em) {
  .casino-list-loader {
    top: 200px;
  }
  .casino-list__filters-item {
    width: 25%;
    padding-right: 1rem;
  }
  .casino-list__filters-item:nth-child(n+7) {
    display: block;
  }
  .casino-list__filters-item:nth-child(3n+3) {
    padding-right: 1rem;
  }
  .casino-list__filters-item:nth-child(4n+4) {
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  .casino-list__filters-item {
    width: auto;
  }
  .casino-list__filters-item:nth-child(4n+4) {
    padding-right: 1rem;
  }
  .casino-list__filters-item:last-child {
    padding-right: 0;
  }
}
.casino-list__item {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
@media (min-width: 45em) {
  .casino-list__item:nth-child(even) {
    background-color: #fbfbfb;
  }
}
.casino-list__col {
  padding-right: .5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.casino-list__col-wrap {
  width: 100%;
  display: none;
  margin-top: .5rem;
}
.casino-list__col-wrap.is-visible {
  display: block;
}
@media (min-width: 71.25em) {
  .casino-list__col-wrap {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .25s,opacity .25s cubic-bezier(.22,.61,.36,1),-webkit-transform .25s cubic-bezier(.22,.61,.36,1);
    transition: visibility 0s linear .25s,opacity .25s cubic-bezier(.22,.61,.36,1),-webkit-transform .25s cubic-bezier(.22,.61,.36,1);
    transition: visibility 0s linear .25s,opacity .25s cubic-bezier(.22,.61,.36,1),transform .25s cubic-bezier(.22,.61,.36,1);
    transition: visibility 0s linear .25s,opacity .25s cubic-bezier(.22,.61,.36,1),transform .25s cubic-bezier(.22,.61,.36,1),-webkit-transform .25s cubic-bezier(.22,.61,.36,1);
  }
  .casino-list__col-wrap.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .casino-facts--columns {
    /*background-image: linear-gradient(0deg,#fbfbfb,#f7f7f7);*/
    background-image: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 12px 20px rgba(29, 26, 26, 0.15);
            box-shadow: 0px 12px 20px rgba(29, 26, 26, 0.15);
  }
}
.casino-list__col--logo {
  width: 50%;
  text-align: center;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.casino-list__col--logo img {
  max-width: 120px;
}
.casino-list__col--rating {
  width: 50%;
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
}
.casino-list--bonus .casino-list__col--rating {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.casino-list__col--no-bonus {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
}
.casino-list__col--freespins, .casino-list__col--welcome-bonus-percent {
  width: 50%;
  text-align: center;
  padding-top: 1rem;
}
.casino-list__col--freespins {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  padding-top: 1rem;
}
.casino-list__col--welcome-bonus-percent {
  padding-bottom: .5rem;
}
.casino-list__col--bonus {
  -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
          order: 40;
  width: 50%;
  text-align: center;
  padding-bottom: .5rem;
}
.casino-list__col--first-bonus {
  width: 50%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  text-align: center;
}
.casino-list__col--welcome-bonus-percent {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.casino-list__col--gratis-freespins {
  -webkit-box-ordinal-group: 56;
      -ms-flex-order: 55;
          order: 55;
}
.casino-list__col--freespins-wagering {
  -webkit-box-ordinal-group: 51;
      -ms-flex-order: 50;
          order: 50;
}
.casino-list__col--date {
  -webkit-box-ordinal-group: 36;
      -ms-flex-order: 35;
          order: 35;
}
.casino-list__col--wagering {
  -webkit-box-ordinal-group: 71;
      -ms-flex-order: 70;
          order: 70;
}
.casino-list__col--info, .casino-list__col--payments {
  width: 100%;
  padding-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 1rem;
  -webkit-box-ordinal-group: 61;
      -ms-flex-order: 60;
          order: 60;
}
.casino-list__col--toggle {
  width: 50%;
  text-align: center;
  -webkit-box-ordinal-group: 71;
      -ms-flex-order: 70;
          order: 70;
}
.casino-list__col--cta {
  width: 50%;
  padding-right: 0;
  -webkit-box-ordinal-group: 81;
      -ms-flex-order: 80;
          order: 80;
}
.casino-list__col--cta .btn {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.casino-list__col--cta .btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.casino-list__col-wrap {
  -webkit-box-ordinal-group: 201;
      -ms-flex-order: 200;
          order: 200;
}
.casino-list__col--freespins-wagering {
  width: 50%;
  text-align: center;
  padding-bottom: .5rem;
}
.casino-list__col--no-bonus {
  width: 100%;
  text-align: center;
  padding-top: .5rem;
  padding-bottom: 1rem;
}
.casino-list__col--wagering {
  width: 100%;
  text-align: center;
  padding-bottom: .5rem;
  display: none;
}
.casino-list__col--gratis-freespins {
  width: 100%;
  text-align: center;
  margin-bottom: .5rem;
  display: none;
}
.casino-list__col-wrap .casino-list__col--wagering, .casino-list__col-wrap .casino-list__col--gratis-freespins {
  display: block;
}
.casino-list__col--date {
  width: 50%;
  text-align: center;
  padding-bottom: .5rem;
}
.casino-list--default .casino-list__col--cta, .casino-list--with_invoice .casino-list__col--cta, .casino-list--no_account .casino-list__col--cta {
  width: 100%;
  margin-top: .5rem;
}
.casino-list--no_account .casino-list__col--first-bonus {
  display: none;
}
.casino-list__col--withdrawal-time {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
  width: 50%;
}
.casino-list__col--bank-id {
  -webkit-box-ordinal-group: 36;
      -ms-flex-order: 35;
          order: 35;
  width: 50%;
}
.casino-list__col--currency {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  width: 50%;
}
.casino-list__col--licenses {
  -webkit-box-ordinal-group: 56;
      -ms-flex-order: 55;
          order: 55;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.casino-list__col--title-manual { width: 50%; text-align: center; }
.casino-list__col--rating-manual { text-align: center; }
.casino-list__col--info-manual { width: 50%; }
.casino-list__col--cta-manual { width: 100%; margin-top: .5rem; }
@media (min-width: 30rem) {
  .casino-list__col--logo { width: 25%; }
  .casino-list__col--title-manual { width: 18%; text-align: center; }
  .casino-list__col--rating { width: 27%; -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }
  .casino-list__col--info-manual { width: 30%; }
  .casino-list__col--freespins { width: 23%; padding-top: 0; padding-bottom: 0; }
  .casino-list__col--bonus { width: 25%; padding-top: 0; padding-bottom: 0; }
  .casino-list__col--first-bonus { width: 48%; }
  .casino-list__col--wagering { width: 50%; display: block; }
  .casino-list__col-wrap .casino-list__col--info, .casino-list__col-wrap .casino-list__col--payments {
    display: block;
  }

  .casino-list--default .casino-list__col--cta, .casino-list--with_invoice .casino-list__col--cta, .casino-list--no_account .casino-list__col--cta {
    width: 50%;
    margin-top: 0;
  }

  .casino-list--bonus .casino-list__col--bonus, .casino-list--freespins .casino-list__col--freespins {
    width: 46%;
  }
  .casino-list--bonus .casino-list__col--bonus {
    display: block;
    text-align: center;
  }
  .casino-list__col--no-bonus { width: 48%; padding-bottom: .5rem; }
  .casino-list__col--welcome-bonus-percent, .casino-list__col--gratis-freespins {
    width: 50%;
    display: block;
  }
  .casino-list__col--welcome-bonus-percent {
    -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
            order: 50;
    padding-top: 0;
  }
  .casino-list__col-wrap .casino-list__col--wagering, .casino-list__col-wrap .casino-list__col--gratis-freespins {
    display: none;
  }

  .casino-list--new .casino-list__col--cta {
    width: 100%;
    max-width: 24rem;
    margin: .5rem auto 0;
  }

  .casino-list__col--withdrawal-time {
    width: 48%;
  }

  .casino-list__col--currency {
    width: 48%;
  }
}
@media (min-width: 45em) {
  .casino-list__col--logo { width: 20%; }
  .casino-list__col--title-manual { width: 24%; }
  .casino-list__col--rating { width: 18%; }
  .casino-list__col--rating-manual { width: 20%; }
  .casino-list__col--info-manual { width: 36%; }
  .casino-list__col--freespins { width: 17%; padding-top: 0; text-align: left; }
  .casino-list__col--bonus { width: 18%; padding-top: 0; text-align: left; }
  .casino-list__col--first-bonus { width: 35%; text-align: left; padding-top: 0; padding-bottom: 0; }
  .casino-list__col--toggle { width: 6%; }
  .casino-list__col--cta { width: 21%; }
  .casino-list__col--cta-manual { width: 100%; }

  .casino-list--bonus .casino-list__col--bonus {
    width: 18%;
  }
  .casino-list--freespins .casino-list__col--freespins {
    width: 16%;
  }
  .casino-list--bonus .casino-list__col--bonus {
    -webkit-box-ordinal-group: 71;
        -ms-flex-order: 70;
            order: 70;
    text-align: left;
  }
  .casino-list--default .casino-list__col--cta, .casino-list--with_invoice .casino-list__col--cta, .casino-list--no_account .casino-list__col--cta {
    width: 21%;
  }
  .casino-list--bonus .casino-list__col--cta, .casino-list--freespins .casino-list__col--cta, .casino-list--new .casino-list__col--cta, .casino-list--secure .casino-list__col--cta {
    width: 100%;
    max-width: 24rem;
    margin: .5rem auto 0;
  }
  .casino-list__col--wagering, .casino-list__col--gratis-freespins {
    width: 19%;
    text-align: left;
    padding-bottom: 0;
  }
  .casino-list__col--welcome-bonus-percent, .casino-list__col--freespins-wagering {
    text-align: left;
    margin-bottom: 0;
  }
  .casino-list__col--no-bonus { width: 56%; text-align: left; }
  .casino-list__col--welcome-bonus-percent {
    width: 19%;
    padding-bottom: 0;
  }
  .casino-list__col--freespins-wagering {
    width: 21%;
    padding-bottom: 0;
  }
  .casino-list__col--gratis-freespins {
    margin-bottom: 0;
  }

  .casino-list__col--date {
    width: 21%;
    padding-bottom: 0;
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  .casino-list__col--withdrawal-time {
    width: 35%;
  }

  .casino-list__col--currency {
    width: 16%;
  }
  .casino-list__col--licenses {
    width: 40%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .casino-list__col--logo { width: 14%; }
  .casino-list__col--logo-manual { width: 18%; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; }
  .casino-list__col--title-manual { width: 20%; text-align: left; }
  .casino-list__col--rating { width: 13%; }
  .casino-list__col--rating-manual { width: 20%; text-align: left; }
  .casino-list__col--freespins { width: 11%; }
  .casino-list__col--bonus { width: 12%; }
  .casino-list__col--first-bonus { width: 23%; }
  .casino-list__col--info, .casino-list__col--payments { width: 29%; padding-top: 0; padding-left: 0; margin-bottom: 0; }
  .casino-list__col--info-manual { width: 25%; }
  .casino-list__col--toggle { width: 4%; }
  .casino-list__col--cta { width: 17%; }
  .casino-list__col--cta-manual { margin-top: 0; }

  .casino-list--bonus .casino-list__col--bonus {
    width: 17%;
  }
  .casino-list--default .casino-list__col--cta, .casino-list--with_invoice .casino-list__col--cta, .casino-list--no_account .casino-list__col--cta {
    width: 17%;
  }
  .casino-list--bonus .casino-list__col--cta, .casino-list--freespins .casino-list__col--cta, .casino-list--new .casino-list__col--cta, .casino-list--secure .casino-list__col--cta {
    width: 17%;
    margin: 0;
  }

  .casino-list--no_account .casino-list__col--first-bonus, .casino-list--swish .casino-list__col--first-bonus {
    display: block;
  }

  .casino-list--freespins .casino-list__col--freespins {
    width: 14%;
  }
  .casino-list__col--wagering { width: 17%; }
  .casino-list__col--no-bonus { width: 52%; }
  .casino-list__col--gratis-freespins { width: 19%; }
  .casino-list__col--welcome-bonus-percent { width: 18%; }
  .casino-list__col--freespins-1 { width: 19%; }

  .casino-list__col--date {
    width: 29%;
    text-align: center;
  }

  .casino-list__col--withdrawal-time {
    width: 29%;
  }

  .casino-list__col--currency {
    width: 20%;
  }
  .casino-list__col--licenses {
    width: 32%;
  }
}
@media (min-width: 71.25em) {
  .casino-list__col--logo { width: 12%; }
  .casino-list__col--logo-manual { width: 20%; }
  .casino-list__col--title-manual { width: 20%; }
  .casino-list__col--rating { width: 15%; }
  .casino-list__col--rating-manual { width: 20%; }
  .casino-list__col--freespins { width: 11%; }
  .casino-list__col--bonus { width: 12%; }
  .casino-list__col--first-bonus { width: 23%; }
  .casino-list__col--info, .casino-list__col--payments { width: 22%; }
  .casino-list__col--info-manual { width: 25%; }
  .casino-list__col--toggle { width: 13%; }
  .casino-list__col--cta { width: 15%; padding-right: 0; }

  .casino-list--default .casino-list__col--cta, .casino-list--with_invoice .casino-list__col--cta, .casino-list--no_account .casino-list__col--cta {
    width: 15%;
  }
  .casino-list--bonus .casino-list__col--cta, .casino-list--freespins .casino-list__col--cta, .casino-list--new .casino-list__col--cta, .casino-list--secure .casino-list__col--cta {
    width: 15%;
  }

  .casino-list--bonus .casino-list__col--bonus {
    width: 15%;
  }

  .casino-list--freespins .casino-list__col--freespins {
    width: 13%;
  }

  .casino-list__col--welcome-bonus-percent { width: 15%; }
  .casino-list__col--wagering { width: 15%; }
  .casino-list__col--no-bonus { width: 45%; }

  .casino-list__col--gratis-freespins { width: 14%; }
  .casino-list__col--freespins-wagering { width: 18%; }

  .casino-list__col--date {
    width: 22%;
  }

  .casino-list--no_account .casino-list__col--first-bonus, .casino-list--swish .casino-list__col--first-bonus {
    width: 21%;
  }
  .casino-list--no_account .casino-list__col--bonus, .casino-list--swish .casino-list__col--bonus {
    width: 10%;
  }
  .casino-list--no_account .casino-list__col--toggle, .casino-list--swish .casino-list__col--toggle {
    width: 12%;
  }
  .casino-list__col--withdrawal-time {
    width: 25%;
  }

  .casino-list__col--currency {
    width: 15%;
  }
  .casino-list__col--licenses {
    width: 30%;
  }
}
.feature-list li {
  padding-left: 1.25rem;
  background: transparent url('../../icons/src/minus.svg') 0 10px no-repeat;
  font-weight: 600;
}
.feature-list .pros {
  background: transparent url('../../icons/src/benefits.svg') 0 6px no-repeat;
  background-size: 14px;
}
.feature-list .pros {
  background-position: 0 5px;
}
/* -------------------------------------------------------------------------------- */
/*  =Compare table
/* -------------------------------------------------------------------------------- */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-compare {
  width: 687px;
  table-layout: fixed;
  font-size: .75rem;
  border-spacing: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.table-compare.is-first-load {
  visibility: hidden;
}
.table-compare.is-loading {
  opacity: 0.3;
}
.table-compare th {
  padding-left: .5rem;
  padding-right: .5rem;
}
.table-compare th.hidden {
  display: none;
}
.table-compare td {
  border-bottom: 1px dashed #ccc;
  padding: .3125rem .5rem;
}
.table-compare tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.table-compare tr.table-heading td {
  background-color: #e6e6e6;
}
.table-compare tr:last-child td {
  border-bottom: 0;
  background-color: #fff;
}
.table-compare tr.bg-white td {
  background-color: #fff;
}
@media (min-width: 45em) {
  .table-compare {
    width: 100% !important;
  }
}
.table-compare__remove-col {
  position: absolute;
  right: 9px;
  top: 2px;
  z-index: 3;
  padding: .5rem;
  background-color: #FFFFFF;
}
.table-compare-loader {
  display: none;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 140px;
  margin-left: -25px;
}
.table-compare-loader.is-visible {
  display: block;
}
.casino-autocomplete {
  background: transparent url('../../icons/search.svg') 10px 50% no-repeat;
  padding: 12px 15px 12px 50px;
  border: 2px solid #e1e2e7;
  outline: 0;
  height: auto;
  border-radius: 6px;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}
.casino-autocomplete:focus {
  border-color: #279a11;
}
/* -------------------------------------------------------------------------------- */
/*  =Widgets
/* -------------------------------------------------------------------------------- */
.widget_casino_list_widget li {
  border-bottom: 2px solid #f7f7f7;
}
/* -------------------------------------------------------------------------------- */
/*  =Cookies
/* -------------------------------------------------------------------------------- */
.cookie-agreement {
  position: fixed;
  z-index: 999;
  bottom: 80px;
  left: 0;
  right: 0;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.2);
          box-shadow: 0 0 25px rgba(0,0,0,.2);
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.cookie-agreement.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cookie-agreement a:not(.btn) {
  text-decoration: underline;
}
@media (min-width: 45em) {
  .cookie-agreement {
    bottom: 0;
    left: 300px;
  }
}
.cookie-agreement p:first-child {
  margin-top: 0;
}
/* -------------------------------------------------------------------------------- */
/*  =Vue
/* -------------------------------------------------------------------------------- */
/* Transitions */
/* base */
.item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  display: inline-block;
}
/* moving */
.item-move {
  -webkit-transition: all 600ms ease-in-out 50ms;
  transition: all 600ms ease-in-out 50ms;
}
/* appearing */
.item-enter-active {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
/* disappearing */
.item-leave-active {
  -webkit-transition: none;
  transition: none;
/*  position: absolute;
  z-index: 0;*/
  display: none;
}
/* appear at / disappear to */
.item-enter, .item-leave-to {
  opacity: 0;
}
/* base */
.item-b {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  display: inline-block;
}
/* moving */
.item-b-move {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
/* appearing */
.item-b-enter-active {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
/* disappearing */
.item-b-leave-active {
  -webkit-transition: none;
  transition: none;
  position: absolute;
  z-index: 0;
  display: none;
}
/* appear at / disappear to */
.item-b-enter, .item-b-leave-to {
  opacity: 0;
}
/* -------------------------------------------------------------------------------- */
/*  =Out page
/* -------------------------------------------------------------------------------- */
.page-template-out {
  background: #f7f7f7 url('../../images/bg-pattern-alt@2x.png') 0 0 repeat;
  background-size: 120px;
  height: 100vh;
}
.page-template-out .wrapper {
  height: 100vh;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-template-out {
    background-image: url('../../images/bg-pattern-alt@4x.png');
  }
}
/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale .5s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale .5s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale .5s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale .5s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale .5s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale .5s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale .5s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale .5s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale .5s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale .5s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div {
  background-color: #f58700;
  width: 3px;
  height: 30px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-se {
  background-image: url(../../images/se.svg);
}
.flag-icon-gb {
  background-image: url(../../images/gb.svg);
}
/* -------------------------------------------------------------------------------- */
/*  =Progress
/* -------------------------------------------------------------------------------- */
progress {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 66px;
  z-index: 49;

  /* Dimensions */
  width: 100%;
  height: 2px;

  /* Reset the appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;

  /* Progress bar value for IE10+ */
  color: #ffce00;
}
progress::-webkit-progress-bar {
  background-color: transparent;
}
progress::-webkit-progress-value {
  background-color: #ffce00;
}
progress::-moz-progress-bar {
  background-color: #ffce00;
}
@media (min-width: 45em) {
  progress {
    display: none;
  }
}
