/*   

Theme Name: Casino Theme

Version: 1.1

*/


/*

font-family: 'Roboto', sans-serif;

font-family: 'Roboto Condensed', sans-serif;

*/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

input::-ms-clear {
  display: none; }

input::-ms-reveal {
  display: none; }

legend {
  display: none; }

@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-regular.eot");
  src: url("fonts/opensans-regular.eot#iefix") format("embedded-opentype"), url("fonts/opensans-regular.woff") format("woff2"), url("fonts/opensans-regular.woff") format("woff"), url("fonts/opensans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-italic.eot");
  src: url("fonts/opensans-italic.eot#iefix") format("embedded-opentype"), url("fonts/opensans-italic.woff") format("woff2"), url("fonts/opensans-italic.woff") format("woff"), url("fonts/opensans-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-bold.eot");
  src: url("fonts/opensans-bold.eot#iefix") format("embedded-opentype"), url("fonts/opensans-bold.woff") format("woff2"), url("fonts/opensans-bold.woff") format("woff"), url("fonts/opensans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-bolditalic.eot");
  src: url("fonts/opensans-bolditalic.eot#iefix") format("embedded-opentype"), url("fonts/opensans-bolditalic.woff") format("woff2"), url("fonts/opensans-bolditalic.woff") format("woff"), url("fonts/opensans-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }
html, body, input, textarea, button {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

input[type="submit"], button {
  -webkit-appearance: none;
  -moz-appearance: none; }

button, input, textarea {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  box-sizing: border-box; }

a, input[type='submit'], button, .button {
  cursor: pointer;
  transition: color 100ms, background-color 100ms, border-color 100ms; }

.hide {
  display: none !important; }

.hidden {
  display: none; }

.no-select {
  user-select: none !important;
  -o-user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important; }

.center-column {
  position: relative;
  width: 980px;
  margin: 0 auto; }
  @media only screen and (min-width: 0) and (max-width: 979px) {
    .center-column {
      width: 100%; } }
  @media only screen and (min-width: 1180px) {
    .center-column {
      width: 1140px; } }
  .center-column:after {
    clear: both;
    content: '';
    display: table; }

.socials {
  overflow: hidden; }
  .socials iframe {
    float: left;
    width: 90px;
    height: 21px;
    margin: 0 10px 0 0; }

.button, input[type="submit"] {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  padding: 0 30px;
  overflow: visible;
  background: #7c2964;
  font: 700 18px/40px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff; }
  .button:hover, .button.active, input[type="submit"]:hover, input[type="submit"].active {
    background: #ffcc00;
    color: #7c2964; }
  .button:active, input[type="submit"]:active {
    background: #7c2964;
    color: #fff; }

/* VALIDATION */
.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line1 {
  width: 1px; }

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none; }

html {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  min-width: 320px;
  background: #fff url(images/html-bg.jpg) no-repeat 50% 0;
  color: #132929; }

body {
  position: relative;
  min-height: 100%; }

html, body, input, textarea, button {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.33; }

a {
  color: #7c2964; }
  a:hover {
    color: #b3258a; }

#header-wrapper {
  position: relative;
  height: 110px;
  width: 100%; }

#header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  height: 110px;
  z-index: 100; }
  #header.desktop-fixed {
    position: fixed; }
  #header.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    height: 50px;
    background: #7c2964; }
  #header .logo {
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 30px;
    max-width: 200px; }
    #header .logo img {
      display: block;
      height: 100%;
      width: auto; }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      #header .logo {
        left: 5px; } }
    @media only screen and (min-width: 980px) and (max-width: 1179px) {
      #header .logo {
        top: 40px;
        bottom: 35px;
        left: 5px; } }
  #header.fixed .logo {
    top: 6px;
    bottom: 5px; }
  #header .center-column {
    height: 100%; }
  #header .signup-form {
    display: none;
    width: 220px;
    margin: 30px 10px 10px 10px;
    float: right;
    color: #fff;
    position: relative; }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      #header .signup-form {
        display: block; } }
    #header .signup-form input[type="submit"] {
      background: #ffcc00;
      color: #7c2964; }
    #header .signup-form p {
      margin-bottom: 5px; }
    #header .signup-form .heading {
      text-align: right;
      color: #fff;
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 10px; }
      #header .signup-form .heading:after {
        left: auto;
        right: 0; }

#main-menu {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  z-index: 30; }
  @media only screen and (min-width: 0) and (max-width: 979px) {
    #main-menu {
      position: fixed;
      overflow: auto;
      top: 0;
      right: 0;
      bottom: 0;
      margin-top: 0;
      background: rgba(124, 41, 100, 0.9);
      display: none; }
      #main-menu.open {
        display: block; } }
  #main-menu .close {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    margin: 42px 12px 30px 0;
    background: url("images/sprite.svg") no-repeat 0 0; }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      #main-menu .close {
        display: block; } }
  #main-menu > ul {
    clear: both; }
    #main-menu > ul > li {
      float: left; }
      @media only screen and (min-width: 0) and (max-width: 979px) {
        #main-menu > ul > li {
          float: none; } }
      #main-menu > ul > li + li {
        position: relative;
        margin-left: 23px; }
        @media only screen and (min-width: 0) and (max-width: 979px) {
          #main-menu > ul > li + li {
            margin: 0; } }
      #main-menu > ul > li > a {
        display: block;
        height: 34px;
        padding: 0 10px;
        font: 700 16px/34px "Open Sans", Arial, sans-serif;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff; }
        @media only screen and (min-width: 0) and (max-width: 979px) {
          #main-menu > ul > li > a {
            text-align: right;
            line-height: 36px;
            padding-left: 20px;
            font-size: 20px; } }
      #main-menu > ul > li.active > a {
        color: #222222;
        background: #ffcc00; }
      @media (min-width: 980px) {
        #main-menu > ul > li:hover > a {
          color: #222222;
          background: #ffcc00; } }
  #main-menu ul ul {
    position: absolute;
    left: 0;
    top: 34px;
    min-width: 100%;
    padding: 0 0 8px 0;
    background: #ffcc00;
    display: none; }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      #main-menu ul ul {
        position: relative;
        top: 0;
        min-width: 0;
        text-align: right;
        padding: 0 10px 0 0; } }
    #main-menu ul ul a {
      display: block;
      height: auto;
      font-size: 14px;
      line-height: 30px;
      text-decoration: none;
      color: #000;
      white-space: nowrap;
      padding: 0 19px 0 15px; }
      @media only screen and (min-width: 0) and (max-width: 979px) {
        #main-menu ul ul a {
          padding-left: 30px;
          font-size: 16px; } }
    #main-menu ul ul li:hover a,
    #main-menu ul ul li.active a {
      color: #7c2964; }
    #main-menu ul ul li:hover a {
      background: #fff; }
  #main-menu ul li:last-child ul {
    left: auto;
    right: 0; }
  @media (min-width: 980px) {
    #main-menu li:hover ul {
      display: block; } }
  @media only screen and (min-width: 0) and (max-width: 979px) {
    #main-menu li.active ul {
      display: block; } }

#menu-switch {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  z-index: 20;
  border: 2px solid #fff;

  text-align: center; }
  #menu-switch .bg-1 {
    display: block;
    width: 20px;
    height: 12px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 21; }
  #menu-switch .bg-2 {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 14px;
    left: 5px;
    background: #fff;
    z-index: 22; }
  @media only screen and (min-width: 0) and (max-width: 979px) {
    #menu-switch {
      display: block; } }

#promos {
  position: relative;
  overflow: hidden; }
  #promos .buttons {
    float: left;
    overflow: hidden;
    width: 260px;
    height: 347px;
    background: #cca300; }
    @media only screen and (min-width: 1180px) {
      #promos .buttons {
        width: 302px;
        height: 403px; } }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      #promos .buttons {
        display: none; } }
    #promos .buttons a {
      display: block;
      float: left;
      height: 86px;
      width: 86px;
      line-height: 86px;
      overflow: hidden;
      margin: 0 1px 1px 0;
      background: #ffcc00;
      text-align: center; }
      @media only screen and (min-width: 1180px) {
        #promos .buttons a {
          width: 100px;
          height: 100px;
          line-height: 86px; } }
      #promos .buttons a:hover {
        background: #ffe066; }
      #promos .buttons a.active {
        background: #ffffff; }
      #promos .buttons a:nth-child(3n) {
        margin-right: 0; }
      #promos .buttons a img {
		max-height: 100px;
		max-width: 100px;
        display: inline-block;
        vertical-align: middle; }
  #promos .photos {
    float: right;
    position: relative;
    width: 720px;
    height: 347px;
    background: #fff; }
    @media only screen and (min-width: 1180px) {
      #promos .photos {
        width: 838px;
        height: 403px; } }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      #promos .photos {
        width: 100%;
        height: 0;
        padding-top: 48.1%;
        overflow: hidden; } }
    #promos .photos .slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    #promos .photos a {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0;
      transition: opacity 0.4s; }
      #promos .photos a.active {
        opacity: 1; }
      @media only screen and (min-width: 0) and (max-width: 979px) {
        #promos .photos a {
          position: relative;
          float: left;
          top: auto;
          left: auto;
          width: auto;
          height: 100%;
          opacity: 1; } }
      #promos .photos a img {
        width: 100%;
        height: 100%; }
  #promos a.photo-arrow {
    display: none;
    width: 30px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    background: url("images/sprite.svg") no-repeat -43px 12px;
    left: 20px;
    z-index: 2; }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      #promos a.photo-arrow {
        display: block; } }
    #promos a.photo-arrow.next {
      left: auto;
      right: 20px;
      background-position: -73px 12px; }

#content {
  padding-top: 35px;
  background: #fff; }
  #header-wrapper + #content {
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box; }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      #header-wrapper + #content {
        padding: 35px 10px 0; } }
    @media only screen and (min-width: 980px) and (max-width: 1040px) {
      #header-wrapper + #content {
        width: 100% !important; } }
  @media only screen and (min-width: 0) and (max-width: 979px) {
    #content {
      padding: 35px 10px 0;
      box-sizing: border-box; } }
  @media only screen and (min-width: 0) and (max-width: 620px) {
    #content {
      padding: 35px 10px 0;
      box-sizing: border-box; } }

.heading {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  color: #222222;
  text-transform: uppercase;
  padding: 0 0 9px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e4e7ea; }
  .heading * {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400 !important;
    font-family: Arial, sans-serif !important; }
  .heading:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #7c2964; }

.legal,
.legal-top {
  font-size: 15px;
  /*line-height: 14px;*/
  padding: 20px 0;
  margin-top: 45px;
  margin-bottom: 40px;
  border-top: 1px solid #e4e7ea;
  border-bottom: 1px solid #e4e7ea;
  color: #222; }
  @media only screen and (min-width: 0) and (max-width: 800px) {
    .legal,
    .legal-top {
      box-sizing: border-box;
      padding: 20px 10px;
      text-align: justify; } }
  @media only screen and (min-width: 0) and (max-width: 979px) {
    .legal,
    .legal-top {
      padding-right: 10px;
      padding-left: 10px; } }
  .legal.legal-top,
  .legal-top.legal-top {
    border: 0;
    padding: 0 !important;
    margin: 15px 0 30px; }
    @media only screen and (min-width: 0) and (max-width: 315px) {
      .legal.legal-top,
      .legal-top.legal-top {
        display: none; } }

.mobile-only {
  display: none;
  margin-top: 30px; }
  @media only screen and (min-width: 0) and (max-width: 800px) {
    .mobile-only {
      display: block; } }
  .mobile-only .top-stories a {
    overflow: hidden;
    display: none;
    margin-bottom: 20px; }
    .mobile-only .top-stories a:nth-of-type(1), .mobile-only .top-stories a:nth-of-type(2) {
      display: block; }
    .sh .mobile-only .top-stories a {
      display: block; }
    .mobile-only .top-stories a img {
      width: 220px;
      float: left;
      margin: 5px 10px 10px 0; }
      @media (max-width: 460px) {
        .mobile-only .top-stories a img {
          width: 45%; } }
    .mobile-only .top-stories a p {
      margin-top: 0;
      margin-bottom: 0; }
  .mobile-only .top-stories .float-left {
    float: none;
    width: auto;
    margin: 0 !important; }
    .mobile-only .top-stories .float-left + .float-left {
      display: none; }

.desktop-only {
  display: block; }
  @media only screen and (min-width: 0) and (max-width: 800px) {
    .desktop-only {
      display: none; } }

@media only screen and (min-width: 0) and (max-width: 800px) {
  .desktop-content {
    display: none; } }

.show-more {
  width: 100%;
  background: #ffcc00;
  color: #000; }

.show-more-content {
  display: none; }

.pagination {
  overflow: hidden; }
  .pagination a {
    display: block;
    width: 40px;
    height: 40px;
    background: #ffcc00;
    color: #222222;
    vertical-align: top;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none; }
    .pagination a:hover, .pagination a.active {
      color: #fff;
      background: #7c2964; }
    .pagination a.prev, .pagination a.first {
      float: left;
      margin-right: 10px; }
    .pagination a.next, .pagination a.last {
      float: right;
      margin-left: 10px; }
    .pagination a.current {
      margin: 0 auto; }
    .pagination a.prev, .pagination a.next {
      position: relative; }
      .pagination a.prev:after, .pagination a.next:after {
        content: "";
        display: block;
        height: 20px;
        width: 11px;
        position: absolute;
        top: 10px;
        left: 14px;
        background: url("images/sprite.svg") no-repeat -120px 0; }
    .pagination a.prev:hover:after {
      background-position: -170px 0; }
    .pagination a.next:after {
      background-position: -140px 0; }
    .pagination a.next:hover:after {
      background-position: -190px 0; }

#content-nav {
  overflow: hidden;
  height: 36px;
  position: relative;
  margin: 30px 0; }
  @media only screen and (min-width: 0) and (max-width: 350px) {
    #content-nav {
      display: none; } }
  #content-nav:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #7c2964; }
  #content-nav a {
    display: block;
    float: left;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    padding: 0 9px;
    color: #222;
    text-decoration: none; }
#content-nav ul {
	list-style-type: none !important;
	margin: 0;
}
#content-nav li {
}
    #content-nav a + a {
      margin-left: 20px; }
    #content-nav a:hover, #content-nav a.current  {
      color: #fff;
      background: #7c2964; }

.sidebar {
  width: 220px;
  color: #222222;
  font-size: 15px;
  line-height: 20px; }
  @media only screen and (min-width: 0) and (max-width: 315px) {
    .sidebar {
      display: none; } }
  .sidebar.left-sidebar {
    float: left;
    margin: 0 40px 0 0; }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      .sidebar.left-sidebar {
        display: table;
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px; } }
  .sidebar.right-sidebar {
    float: right;
    margin: 0 0 0 40px; }
    .news-page .sidebar.right-sidebar {
      width: 460px; }
      @media only screen and (min-width: 0) and (max-width: 979px) {
        .news-page .sidebar.right-sidebar {
          float: none;
          margin-left: 0px;
          width: 220px; } }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      .sidebar.right-sidebar {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px; } }

.signup-form {
  margin: 0 0 40px 0; }
  .signup-form input[type="submit"] {
    width: 100%; }
  .signup-form p {
    margin-bottom: 10px; }

.vertical-banner {
  margin: 0 0 40px 0; }
  @media only screen and (min-width: 0) and (max-width: 979px) {
    .vertical-banner {
      float: left;
      margin-right: 10px;
      width: 20%; } }
  @media only screen and (min-width: 0) and (max-width: 620px) {
    .vertical-banner {
      width: 30%; }
    .reviews-page .vertical-banner {
      display: none; }  }
  .vertical-banner a {
    display: block;
    overflow: hidden; }
    .vertical-banner a img {
      display: block;
      width: 100%; }

.free-spins {
  margin: 0 0 40px 0; }
  .free-spins a {
    display: block;
    height: 49px;
    padding: 0 0 0 80px;
    position: relative;
    line-height: 49px;
    border-bottom: 1px solid #e4e7ea;
    color: #222;
    text-decoration: none; }
    .free-spins a:hover {
      background: #ffcc00; }
    .free-spins a .img-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      display: block;
      width: 80px;
      height: 100%;
      text-align: center; }
      .free-spins a .img-wrapper img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%; }
    .free-spins a span.number {
      display: block;
      height: 100%;
      float: right;
      text-align: right;
      padding: 0 5px 0 0;
      font-size: 24px;
      font-weight: 700;
      color: #7c2964; }

.top-stories {
  margin: 0 0 40px 0; }
  .top-stories .float-left {
    float: left;
    width: 220px; }
    .top-stories .float-left + .float-left {
      margin-left: 20px; }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      .top-stories .float-left {
        margin: 0 !important; } }
  .top-stories a {
    display: block;
    margin: 0 0 35px 0;
    text-decoration: none;
    color: #222; }
    .top-stories a:hover {
      color: #b3258a; }
    .top-stories a img {
      display: block;
      width: 100%;
      margin: 0 0 10px 0; }
     @media only screen and (min-width: 0) and (max-width: 979px) {
      .top-stories a {
        display: table; } }
     @media only screen and (min-width: 0) and (max-width: 979px) {
      .top-stories a img {
        margin: 5px 10px 1px 0;
        float: left; 
        width: 45%; } }

.top-slots {
  margin: 0 0 40px 0; }
  .top-slots a {
    display: inline-table;
    margin: 0 10px 20px 0;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
    padding-left: 110px;
    font-size: 16px;
    color: #222222;
    text-decoration: none;
    position: relative; }
    .top-slots a .image-wrapper {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 100px;
      overflow: hidden;
      border-radius: 50%;
      margin: 0 14px 0 0; }
      .top-slots a .image-wrapper:after {
        content: "FÅ GRATIS SPINN";
        display: block;
        width: 100px;
        height: 44px;
        padding: 28px 0;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        background: #7c2964;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #ffcc00;
        text-align: center;
        opacity: 0;
        transition: opacity 0.1s ease-in-out; }
      .top-slots a .image-wrapper img {
        display: block;
        width: 100%;
        height: 100%; }
    .top-slots a span.text {
      display: inline-block;
      vertical-align: middle;
      line-height: 20px; }
    .top-slots a:hover .image-wrapper:after {
      opacity: 1; }

#footer {
  background: #222;
  padding: 0 0 55px 0;
  border-bottom: 1px solid #393939; }
  #footer #footer-menu {
    overflow: hidden;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #393939; }
    @media only screen and (min-width: 0) and (max-width: 620px) {
      #footer #footer-menu {
        display: none; } }
    #footer #footer-menu ul {
      padding-left: 60px;
      float: left; }
      @media only screen and (min-width: 0) and (max-width: 979px) {
        #footer #footer-menu ul {
          width: 94px;
          padding-left: 30px; } }
      #footer #footer-menu ul a {
        display: block;
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 8px 0;
        color: #777;
        text-decoration: none; }
        #footer #footer-menu ul a:hover, #footer #footer-menu ul a.active {
          color: #b3258a; }
  #footer .logos {
    overflow: hidden;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #393939;
    text-align: center; }
    #footer .logos .small {
      margin-bottom: 30px; }
    #footer .logos a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 13px 10px; }
      @media only screen and (min-width: 1180px) {
        #footer .logos a {
          margin: 0 20px 10px; } }
  #footer .copyright {
    margin: 25px 0 0 0;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #777777; }

.page-content {  
  float: none;
  overflow: hidden; }
  .page-content h1, .page-content h2 {
    font-family: "Open Sans", Arial, sans-serif; }
  .page-content h1 {
    margin-bottom: 19px;
    color: #222222;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700; }
  .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    color: #222;
    font-weight: 700; }
  .page-content h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 22px; }
  .page-content h3 {
    font-size: 18px;
    line-height: 1.3; }
  .page-content h4, .page-content h5, .page-content h6 {
    font-weight: bold; }
  .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
    margin-bottom: 21px; }
  .page-content strong {
    font-weight: 700; }
  .page-content em {
    font-style: italic; }
  .page-content u {
    text-decoration: underline; }
  .page-content sup, .page-content sub {
    font-size: 75%;
    line-height: 0;
    position: relative; }
  .page-content sup {
    top: -0.5em; }
  .page-content sub {
    bottom: -0.25em; }
  .page-content p, .page-content table {
    overflow: visible; }
  .page-content p {
    margin: 15px 0; }
  .page-content ol {
    list-style: none; }
  .page-content ul {
    list-style: none; }
    .reviews-page .page-content ul {
      overflow: hidden; }
  .page-content ul, .page-content ol {
    margin: 10px 0; }
  .page-content ol, .page-content ul {
    margin-left: 20px; }
  .page-content ol ol, .page-content ul ul, .page-content ol ul, .page-content ul ol {
    margin-top: 10px;
    margin-bottom: 10px; }
  .page-content ol > li > ol, .page-content ol > li > ul {
    margin-left: 34px; }
  .page-content ol li, .page-content ul li {
    position: relative; }
  .page-content ul > li {
    padding-left: 16px; }
    .page-content ul > li:after {
      }
  .page-content .thumbnail {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 350px; }
    @media only screen and (min-width: 1180px) {
      .page-content .thumbnail {
        max-width: 420px; } }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      .page-content .thumbnail {
        max-width: 40%; } }
    @media only screen and (min-width: 0) and (max-width: 440px) {
      .page-content .thumbnail {
        float: none;
        max-width: none;
        width: 100%; } }
  .page-content .breadcrumb {
    font-size: 12px;
    color: #aaaaaa;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    line-height: 14px; }
    .page-content .breadcrumb .arrows {
      font-size: 9px;
      margin: 0 7px;
      position: relative;
      top: -1px;
      line-height: 14px; }
  .page-content .date {
    font-size: 12px;
    color: #aaaaaa;
    text-transform: uppercase;
    margin: 0 0 5px 0; }

/* NEWS */
.news article {
  overflow: hidden;
  margin: 0 0 25px 0; }
  .news article .thumb {
    display: block;
    float: left;
    overflow: hidden;
    width: 170px;
    margin: 5px 20px 0 0; }
    @media (max-width: 370px) {
      .news article .thumb {
        width: 100%; } }
    .news article .thumb img {
      display: block;
      width: 100%; }
  .news article h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 10px 0; }
    .news article h3 a {
      color: #222222;
      text-decoration: none; }
      .news article h3 a:hover {
        color: #b3258a; }
  .news article p {
    margin-top: 10px;
    margin-bottom: 0; }

/* REVIEWS */
.reviews article {
  overflow: hidden;
  margin: 0 0 50px 0; }
  .reviews article .thumb {
    display: block;
    float: left;
    overflow: hidden;
    width: 300px;
    margin: 5px 20px 10px 0; }
    @media only screen and (min-width: 0) and (max-width: 800px) {
      .reviews article .thumb {
        width: 40%;
        margin: 5px 10px 10px 0; } }
    .reviews article .thumb img {
      display: block;
      width: 100%; }
  .reviews article h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px 0; }
  .reviews article h3 {
    color: #7c2964;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px; }
  .reviews article h4 {
    color: #222; }
  .reviews article a.link {
    text-decoration: none; }
  .reviews article p {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 10px; }
  .reviews article nav {
    margin: 0 0 15px 0; }
    .reviews article nav a.button {
      background: #ffcc00;
      color: #222;
      margin: 0 20px 0 0; }
      .reviews article nav a.button:hover {
        background: #7c2964;
        color: #fff; }
      @media only screen and (min-width: 0) and (max-width: 620px) {
        .reviews article nav a.button {
          margin-right: 10px;
          padding: 0 20px; } }
    .reviews article nav a.button.review {
      background: none;
      color: #7c2964;
      padding: 0;
      margin: 0; }
      .reviews article nav a.button.review:hover {
        color: #b3258a; }
  .reviews article .info .text,
  .reviews article .info .logos {
    display: block; }
    .reviews article .info .text .label,
    .reviews article .info .logos .label {
      font-weight: 700; }
  .reviews article .info .logos {
    line-height: 40px; }
    .reviews article .info .logos img {
      display: inline-block;
      vertical-align: middle;
      max-height: 40px;
      margin: 0 20px; }
      @media only screen and (min-width: 0) and (max-width: 979px) {
        .reviews article .info .logos img {
          margin: 0 10px; } }
      @media only screen and (min-width: 0) and (max-width: 620px) {
        .reviews article .info .logos img {
          margin: 0 5px; } }
  .reviews article ul li {
    margin: 3px 0; }
  .reviews article .show-more {
    display: none; }
    @media only screen and (min-width: 0) and (max-width: 800px) {
      .reviews article .show-more {
        display: block; } }

/* TOP SLOTS */
.page-content .top-slots {
  overflow: hidden;
  width: 100%; }
  .page-content .top-slots a {
    float: left;
    box-sizing: border-box;
    width: 33%;
    padding: 0 40px 0 110px;
    margin: 0 0 20px 0; }
    @media only screen and (min-width: 0) and (max-width: 979px) {
      .page-content .top-slots a {
        width: 50%; } }
    @media only screen and (min-width: 0) and (max-width: 620px) {
      .page-content .top-slots a {
        height: 50px;
        line-height: 50px;
        padding-right: 20px;
        font-size: 14px;
        padding-left: 60px; } }
    @media only screen and (min-width: 0) and (max-width: 620px) {
      .page-content .top-slots a .image-wrapper {
        width: 50px;
        height: 50px; }
        .page-content .top-slots a .image-wrapper:after {
          width: 50px;
          height: 22px;
          padding: 14px 0;
          font-size: 10px;
          line-height: 12px; } }

.content-banner {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 45%;
  margin: 40px 0; }
  .content-banner .banner-photos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .content-banner .banner-photos a {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .content-banner .banner-photos a:first-child {
        display: block;
        z-index: 1; }
      .content-banner .banner-photos a img {
        display: block;
        width: 100%; }
  .content-banner .banner-buttons {
    display: table;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0; }
    .content-banner .banner-buttons a {
      display: table-cell;
      background: #ffcc00;
      position: relative; }
      .content-banner .banner-buttons a + a:after {
        content: "";
        display: block;
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background: #cca300; }
      .content-banner .banner-buttons a.active {
        background: #7d2965; }

form input[type="text"],
form input[type="password"] {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #bebebe;
  color: #909090;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  margin: 0 0 10px 0; }