/* Add Avenir Font */

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirNext-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Black';
    src: url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/Avenir-Book.woff2') format('woff2'),
        url('../fonts/Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/Avenir-BookOblique.woff2') format('woff2'),
        url('../fonts/Avenir-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-LightOblique.woff2') format('woff2'),
        url('../fonts/Avenir-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman.woff2') format('woff2'),
        url('../fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Oblique.woff2') format('woff2'),
        url('../fonts/Avenir-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-MediumOblique.woff2') format('woff2'),
        url('../fonts/Avenir-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Black Oblique';
    src: url('../fonts/Avenir-BlackOblique.woff2') format('woff2'),
        url('../fonts/Avenir-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.woff2') format('woff2'),
        url('../fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-HeavyOblique.woff2') format('woff2'),
        url('../fonts/Avenir-HeavyOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}



@charset "utf-8";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* CSS for Sloto Cash Casino */
.mobtext {
  display: none;
}
@font-face {
  font-family: 'Impact';
  src: url('fonts/Impact.eot');
  src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'),
       url('fonts/Impact.woff2') format('woff2'),
       url('fonts/Impact.woff') format('woff'),
       url('fonts/Impact.ttf')  format('truetype'),
       url('fonts/Impact.svg#svgFontName') format('svg');
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.850em;
  color: #fff;
  background: #000;
}
body.avgrund-active {
  background: #000;
}
.clear {
  clear: both;
}
a {
  color: #FFF;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
h3 {
  color: #005878;
}
.pagebg {
  /*background: url('../images/bg_default.jpg') no-repeat center top fixed;*/
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.item-page table.lpStaticButton,
.item-page table .lpStaticButtonTR {
  border: 0 !important;
  border-spacing: 0;
  margin-left: 0;
  padding-left: 0;
}
.lpPoweredBy,
.lpEmtStarRating {
  display: none;
}
.wrapper {
  margin: 0 auto;
  width: 1170px;
  padding: 0;
  position: relative;
}
#features {
  border-top: 8px solid #0076a1;
  position: relative;
}
.white_div {
  border-top: 1px solid #FFF;
}
#header {
  height: 130px;
  position: relative;
  /*background: url('../images/slotocash/bg_header.jpg') no-repeat center top;*/
}
#header .bulbs {
  position: absolute;
  top: 0px;
}
#header .bulbs.left {
  background: url('../images/slotocash/bulbs_left.gif') no-repeat center top;
  width: 67px;
  height: 174px;
  left: 384px;
}
#header .bulbs.right {
  background: url('../images/slotocash/bulbs_right.gif') no-repeat center top;
  width: 67px;
  height: 174px;
  left: 652px;
}

#header #burger-menu {
  cursor: pointer;
  position: absolute;
  float: right;
  right: 3rem;
  top: 11rem;
}

.cta-buttons {
  position: absolute;
  float: right;
  right: 7rem;
  top: 4rem;
  display: inline;
}

.cta-buttons a {
  text-transform: uppercase;
  padding: 0 0.5rem;
}

#burger-menu ul.nav {
  margin: 0;
}

#burger-menu ul.nav li {
    list-style-type: none;
}

#header #burger-menu::before #mainmenu ul.open {
  border-bottom: 0.5em solid #02c1d2;
  border-top: 1.5em double #02c0d2;
  z-index: 501;
}

#header #burger-menu::before {
  border-bottom: 0.5em solid #fff;
  border-top: 1.5em double #fff;
  content: "";
  height: 0.5em;
  position: absolute;
  top: -17em;
  width: 3.5em;
}
#header .button {
  position: absolute;
  text-indent: -99999px;
}
#header .button a {
  display: block;
}
#header #download {
  background: url('../images/slotocash/buttons_header.png') no-repeat 0 -161px;
  width: 282px;
  height: 161px;
  left: 85px;
  top: 31px;
}
#header #download a {
  width: 282px;
  height: 161px;
}
#header #instant {
  background: url('../images/slotocash/buttons_header.png') no-repeat 0 0;
  width: 282px;
  height: 161px;
  left: 735px;
  top: 33px;
}
#header #instant a {
  width: 282px;
  height: 161px;
}
#header .btn_wrapper {
  position: absolute;
  top: 5px;
  right: 0;
}
#header .btn_wrapper .btn {
  width: 80px;
  height: 30px;
  background: #006c90;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}
#header .btn_wrapper .btn.login {
  margin-right: 10px;
}
#header .btn_wrapper .btn.login a {
  font-weight: bold;
  font-size: 13px;
}
#header .btn_wrapper .btn.register a {
  font-weight: bold;
  font-size: 13px;
}
#bottom_wrapper {
  position: absolute;
  left: 0px;
  /*bottom: 0px;*/
}
#bottom_wrapper a.button,
#bottom_wrapper .button {
  display: block;
  margin: 0 0 25px 25px;
}
#bottom_wrapper a.button.download,
#bottom_wrapper .button.download,
#bottom_wrapper a.button.instant,
#bottom_wrapper .button.instant,
#bottom_wrapper a.button.secure,
#bottom_wrapper .button.secure {
  background: url('../images/slotocash/buttons_left.png') no-repeat 0 0;
  width: 183px;
}
#bottom_wrapper a.button.secure,
#bottom_wrapper .button.secure {
  height: 54px;
  background-position: 0 -91px;
}
#bottom_wrapper a.button.download,
#bottom_wrapper .button.download {
  height: 53px;
}
#bottom_wrapper a.button.instant,
#bottom_wrapper .button.instant {
  background-position: 0 -53px;
  height: 38px;
}
/****/
#bottom_wrapper {
  left: 0px;
  position: absolute;
  margin-left: 0px;
  width: 280px;
}
#bottom {
  position: absolute;
  top: 400px;
  /* just used to show how to include the margin in the effect */
  margin-top: 20px;
  padding-top: 19px;
}
.hasLeftModule #bottom {
  top: 664px;
  top: 825px;
}
#bottom.fixed {
  position: fixed;
  top: 0;
}
/****/
.frontpage #header,
.frontpagelanding #header {
  background: url('../images/slotocash/bg_header_home_desktop.png') no-repeat center top;
}
.frontpage #header .button,
.frontpagelanding #header .button {
  display: none;
}
#footer {
  margin-top: 20px;
  padding: 0;
  /*background: #160000;*/
  text-align: center;
  text-shadow: 0.1em 0.1em 0.2em black;
  color: #00bfd6;
  position: relative;
  z-index: 100;
  font-size: 11px;
}
#footer .custom {
  margin-bottom: 24px;
}

.footer_part4 p {
    padding: 0 2rem;
    margin: 0 2rem;
    width: 70%;
    margin-top: 9rem;
    margin-left: 9rem;
    text-align: left;
    text-align: center;
}

.fb {
  padding: 20px 0;
}
.fb a {
  padding: 27px 0 25px 0px;
  background: url('../images/slotocash/fb.png') no-repeat center top;
  line-height: 25px;
  color: #00BFD6;
}
#support-layer:before {
  left: auto;
  right: 12px;
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  top: -7px;
}
#support-layer:after {
  left: auto;
  right: 13px;
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
}
#support-layer {
  display: none;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  float: left;
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 30px;
  z-index: 1000;
  padding: 10px;
  width: 220px;
  color: #000;
  left: 168px;
  right: auto;
  z-index: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: all 0.5s ease;
}
#support-layer a {
  color: #009ACD;
}
#support-layer a.more {
  display: block;
  margin: 5px -10px 0 -10px;
  padding: 10px 10px 0px 10px;
  border-top: 1px solid #009ACD;
  font-size: 14px;
  text-align: right;
}
#support-layer a.more:hover {
  text-decoration: none;
}
#support-layer h1 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 14px;
}
#support-layer h1:first-child {
  margin-top: 0;
}
#support-layer.active {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 10000;
}
#support-layer p {
  margin-bottom: 0;
  margin-top: 0;
}
#support-layer {
  left: 50px;
}
#support-layer:before {
  left: 12px;
  right: auto;
}
#support-layer:after {
  right: auto;
  left: 13px;
}
.items-more ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.item-page ul.pagenav {
  clear: both;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.item-page ul.pagenav li {
  padding: 0;
  margin: 0;
}
.item-page ul.pagenav li.previous {
  float: left;
}
.item-page ul.pagenav li.next {
  float: right;
}

.frontpage #logocontainer {
    position: absolute;
    margin: 0;
    z-index: 1000;
    padding: 0;
}

#logocontainer {
  position: relative;
  margin: 0 auto;
  z-index: 1000;
  width: 197px;
  padding: 0;
}
#logocontainer div {
  padding: 0;
  margin: 0;
  border: 0;
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  width: 197px;
  height: 174px;
  margin-left: 5px;
  margin-top: 10px;;
  background: url('../images/slotocash/logo.png') no-repeat transparent;
}
.contentwrapper h1,
.contentwrapper h2 {
  color: #005878;
}
#topleft,
#topright {
  display: inline-block;
  margin: 0px 0 0 0;
  padding: 8px 28px 0 0;
}
#topleft {
  float: left;
  /*margin-left: 30px;*/
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
#topright {
  float: right;
  margin: 1px 0 0 0 !important;
  padding: 6px 0px 8px 0 !important;
}
#jackpots {
  border: 1px solid #366373;
  height: 386px;
  background: #000;
  overflow: hidden;
}

.jackpots .wrap {
  min-width: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#jackpots .header {
  border-bottom: 1px solid #454545;
  height: 37px;
  text-indent: -1000px;
  background: url('../images/slotocash/header_progressives.png') 10px 10px no-repeat transparent;
}
#jackpots .jpwrap {
  padding: 5px;
}
.blogeiffel p img {
  margin-right: -24px;
  display: block;
  float: right;
  margin-bottom: 10px;
  margin-left: 15px;
}
.blogeiffel .page-header h2 {
  display: none;
}
body.itemid-105 .leftcol #jackpots {
  display: none;
}
body.itemid-105 .moduletable h3,
body.itemid-105 .moduletable .header {
  display: none;
}
body.itemid-105 .moduletable #jackpots {
  background: #FFF;
  border: 0;
  height: auto;
}
body.itemid-105 .moduletable #jackpots .scrollable {
  height: 560px;
}
body.itemid-108 .contentwrapper {
  /*min-height: 363px;*/
}
body.itemid-108 .leftcol {
  padding: 14px 14px 497em;
}
body.itemid-108 h3 {
  margin-top: 15px;
  margin-bottom: 0px;
}
body.itemid-108 a.game {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
body.itemid-108 a.game .img {
  height: 75px;
}
body.itemid-108 a.game .img,
body.itemid-108 a.game img,
body.itemid-108 a.game h4 {
  width: 116px;
}
body.itemid-108 a.game h4 {
  height: 20px;
  margin-top: 5px;
}
body.itemid-104 div.span6 {
  border-top: 1px solid #afafaf;
}
body.itemid-104 div.span6,
.itemid-104 .leading-0 {
  padding: 15px 25px ;
  margin: 0 -25px;
}
body.itemid-246 {
  /*.page-header, p, .leftcol, #bottom_wrapper {
        display: none;
    }
    .item-image {
        margin: -10px -24px;
    }*/
}
body.itemid-246 p img {
  float: right;
  margin-left: 15px;
}
body.itemid-246 p.mobile_games img {
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
}
body.itemid-124 .leftcol .submenuHeader,
body.itemid-125 .leftcol .submenuHeader,
body.itemid-126 .leftcol .submenuHeader,
body.itemid-127 .leftcol .submenuHeader,
body.itemid-128 .leftcol .submenuHeader,
body.itemid-283 .leftcol .submenuHeader {
  font-size: 17px;
}
body.itemid-280 .leftcol,
body.itemid-280 #bottom_wrapper {
  display: none;
}
body.itemid-280 #mainbody.left .contentwrapper {
  width: 100%;
  padding: 0;
}
body.itemid-161 .page-header {
  display: none;
}
body.itemid-161 .item-image {
  margin: -24px;
  margin-top: -10px;
  margin-bottom: 20px;
}
body.itemid-161 .black-transparent-box {
  color: #FFF;
  position: absolute;
  left: 270px;
  top: 240px;
  width: 570px;
  font-weight: bold;
}
body.itemid-161 .black-transparent-box a {
  color: #ffff00;
}
body.itemid-161 table {
  width: 230px;
  float: left;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: 15px;
  height: 364px;
  background: url('../images/slotocash/bg_vip_levels.png') transparent 0 0 no-repeat;
  /*
        tr:nth-child(n+5) {
            height: 44px;
        }
        tr:nth-child(n+6) {
            height: 88px;

        }
        tr:nth-child(n+7) {
            height: 12px;
        }
        */
}
body.itemid-161 table.platinum {
  background-position: -237px 0;
}
body.itemid-161 table.diamond {
  background-position: -476px 0;
  margin-right: -20px;
}
body.itemid-161 table td,
body.itemid-161 table th {
  background: transparent;
  color: #FFF;
  padding: 0;
}
body.itemid-161 table th {
  text-indent: -5000px;
  height: 51px;
}
body.itemid-161 table tr:first-child {
  height: 51px;
}
body.itemid-161 table tr:nth-child(n+2) {
  height: 60px;
}
body.itemid-161 table tr:nth-child(n+3) {
  height: 44px;
}
body.itemid-161 table tr:nth-child(n+4) {
  height: 55px;
}
body.itemid-161 table tr:nth-child(n+5) {
  height: 132px;
}
body.itemid-161 table tr:nth-child(n+6) {
  height: 12px;
}
body.itemid-161 table tr td:first-child {
  width: 75px;
  padding-left: 17px;
  padding-right: 3px;
}
body.itemid-161 table tr td:last-child {
  padding-left: 5px;
  padding-right: 15px;
}
body.itemid-161 table.platinum tr td:first-child {
  padding-left: 17px;
  padding-right: 3px;
}
body.itemid-161 table.diamond tr:nth-child(n+5),
body.itemid-161 table.platinum tr:nth-child(n+5) {
  height: 90px;
}
body.itemid-161 table.diamond tr:nth-child(n+6),
body.itemid-161 table.platinum tr:nth-child(n+6) {
  height: 60px;
  vertical-align: top;
}
body.itemid-161 table.diamond tr:nth-child(n+6) td,
body.itemid-161 table.platinum tr:nth-child(n+6) td {
  padding-top: 10px;
}
body.itemid-161 p {
  clear: both;
}
img.hidden-xs.img-responsive.hero-center-img {
    width: 480px;
    margin-top: 15px;
}
.menushade {
  height: 16px;
  background: url('../images/menushade.png') no-repeat transparent;
  margin: -8px 0 4px 0;
  z-index: 0;
  display: none;
}
.scrollable {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.scrollable .items {
  /* this cannot be too large */
  width: 20000em;
  position: absolute;
}
.scrollable .items .item {
  float: left;
  display: block;
  position: relative;
}
#jackpots .scrollable {
  width: auto;
  height: 348px;
}
#jackpots .scrollable .items {
  height: 20000em;
  width: auto;
}
#jackpots .scrollable .items .item {
  float: none;
}
#promo .scrollable {
  width: 1100px;
  height: 292px;
  margin: auto;
}
#promo .scrollable .items .item {
  width: 1100px;
  height: 292px;
}
#promo .jackpots {
  position: absolute;
  width: 228px;
  height: 30px;
  top: 188px;
  left: 99px;
  z-index: 99;
}
#promo .jackpots_wrapper,
#promo a.jackpots_wrapper {
  display: block;
  width: 452px;
  height: 288px;
  position: absolute;
  top: 0px;
  right: 0;
  /*background: url('../images/slotocash/jackpots.png') no-repeat transparent;*/
  z-index: 1000;
}
#promo .jackpots_sloto img {
  display: block;
  width: 472px;
  height: 288px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#jackpotContent {
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Avenir';
  font-size: 36px;
  text-align: left;
  margin-left: 2rem;
  font-weight: normal;
  color: #da0101;
}
#jackpotContent .digits {
  float: left;
  position: relative;
  line-height: 20px;
  display: block;
}
.frontpage #header a.button.playnow,
.frontpagelanding #header a.button.playnow,
#header a.button.playnow {
  position: absolute;
  display: none;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-linear-gradient(#fb0000,#b90000);
  background: -o-linear-gradient(#fb0000,#b90000);
  background: -moz-linear-gradient(#fb0000,#b90000);
  background: linear-gradient(#fb0000,#b90000);
  /* Standard syntax */
  width: 183px;
  height: 60px;
  top: 16px;
  z-index: 110;
  right: 5px;
  text-indent: 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  border-radius: 2px;
  margin-left: -90px;
}
.frontpage #header a.button.playnow.active,
.frontpagelanding #header a.button.playnow.active,
#header a.button.playnow.active {
  display: block;
}
#promo {
  overflow: hidden;
  height: 288px;
  position: relative;
  margin: auto;
}
#promo .wrapper {
  background-image: url('../images/slotocash/bg_home.jpg');
}
#promo p {
  margin: 0;
  padding: 0;
  line-height: 0px;
  font-size: 0px;
}
#promo .custom {
  /*left: 80px; */
  top: 0;
  position: absolute;
  z-index: 110;
}
#promo a.element,
#promo .element {
  position: absolute;
}
#promo a.element.couple,
#promo .element.couple {
  display: none;
  background: url('../images/slotocash/home_couple.jpg') no-repeat;
  left: 446px;
  top: 0px;
  width: 307px;
  height: 293px;
  opacity: 0;
  z-index: 90;
}
#promo a.element.fruits,
#promo .element.fruits {
  background: url('../images/slotocash/home_fruits.png') no-repeat;
  left: 548px;
  bottom: 0px;
  width: 261px;
  height: 134px;
  z-index: 100;
}
#promo a.element.mobile,
#promo .element.mobile {
  background: url('../images/slotocash/home_mobile.png') no-repeat;
  width: 659px;
  height: 272px;
  left: 95px;
  bottom: 6px;
  z-index: 100;
  display: block;
}
#promo a.element.tournaments,
#promo .element.tournaments {
  background: url('../images/slotocash/home_tournaments.png') no-repeat;
  width: 684px;
  height: 290px;
  left: 100px;
  top: 22px;
  z-index: 100;
  display: block;
}
#promo a.button {
  background: url('../images/slotocash/buttons_header.png') no-repeat;
  position: absolute;
}
#promo a.button.download {
  width: 281px;
  height: 161px;
  left: 110px;
  top: 127px;
  background-position: 0px -161px;
  z-index: 200;
}
#promo a.button.download.samesize {
  left: 44px;
  top: 149px;
}
#promo a.button.download.samesize.free {
  background-image: url('../images/slotocash/free_download.png');
  background-position: 0 0 ;
  left: 0px;
  top: 194px;
  width: 212px;
  height: 116px;
  z-index: 999;
}
#promo a.button.instant {
  background-position: 0px -322px;
  width: 183px;
  height: 61px;
  left: 102px;
  top: 243px;
  z-index: 110;
}
#promo a.button.instant.samesize {
  background-position: 0 0px;
  left: 195px;
  top: 151px;
  width: 281px;
  height: 161px;
}
#promo a.button.playnow {
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-linear-gradient(#fb0000,#b90000);
  background: -o-linear-gradient(#fb0000,#b90000);
  background: -moz-linear-gradient(#fb0000,#b90000);
  background: linear-gradient(#fb0000, #b90000);
  /* Standard syntax */
  position: absolute;
  display: none;
  width: 183px;
  height: 60px;
  top: 155px;
  z-index: 110;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  border-radius: 2px;
  left: 50%;
  margin-left: -90px;
}
#SkypeButton_Call_support_slotocash_1 {
  margin: -45px -30px;
}
#SkypeButton_Call_support_slotocash_1 img {
  margin-left: 0px !important;
  margin-bottom: 20px !important;
}
/* ############################## BODY & COLUMNS ############################## */
#mainbody {
  overflow: hidden;
  background: #003f56;
  background: -o-linear-gradient(#003f56, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f56', endColorstr='#000000', GradientType=0);
  width: 962px;
  margin: auto;
  border-bottom: 1px solid #005777;
  position: relative;
}
body.itemid-114 #mainbody h2 {
  clear: both;
  margin-top: 25px;
}
body.itemid-114 #mainbody h2 img {
  margin: 0px 15px 30px -8px;
}
.contentwrapper {
  float: left;
  min-height: 645px;
  min-height: 885px;
  padding: 10px 25px;
  border-left: 1px solid #FFF;
  background: url('../images/slotocash/bg_content.png') #FFF repeat-y;
  color: #000;
}
.contentwrapper a {
  color: #009acd;
  text-decoration: underline;
  font-weight: bold;
}
#mainbody.leftright .contentwrapper {
  width: 700px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
#mainbody.left .contentwrapper {
  width: 680px;
  border: 0 none;
  border-left: 1px solid #FFF;
}
#mainbody.right .contentwrapper {
  width: 764px;
  border: 0 none;
  border-right: 1px solid #620202;
  padding-left: 30px;
}
#mainbody.nocols .contentwrapper {
  width: 1004px;
  border: 0 none;
}
.rightcol,
.leftcol {
  padding-bottom: 500em;
  margin-bottom: -500em;
}
.leftcol {
  float: left;
  width: 200px;
  border: 0 none;
  border-right: 1px solid #620202;
  padding: 14px 14px 500em 14px;
  border: 1px solid #005777;
}
.leftcol .submenuHeader {
  font-family: 'Muli', Arial, sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #FFF;
  border-bottom: 1px solid #001016;
  margin: 0 -14px 0 -14px;
  padding: 0px 14px 11px 14px;
  line-height: 26px;
}
.leftcol .submenuWrapper {
  border-top: 1px solid #005777;
  margin: 0 -14px 0 -14px;
  padding: 14px 14px 14px 14px;
}
.leftcol .custom-nopadding {
  margin: 0 -14px;
}
.submenuWrapper.mobile {
  display: none;
}
.rightcol {
  float: right;
  width: 230px;
  border: 0 none;
}
/* ############################# CONTENT STYLING ############################## */
.page-header h2 {
  font-family: Arial, sans-serif;
  font-size: 2.5em;
  text-decoration: none;
  color: #005878;
  /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0.1em 0.1em 0.2em black;*/
  margin-top: 15px;
  margin-bottom: 0px;
}
.pull-right {
  margin: 10px 0 10px 10px;
  float: right;
  display: inline-block;
}
/* ################################# MAINMENU ################################# */
#mainmenu {
  /*background: rgba(0, 0, 0, 0) url("../images/slotocash/menu_layout.jpg") repeat scroll 0 0;
  background: #424242;
    background: -webkit-linear-gradient(#424242, #00a6de);
    background: -o-linear-gradient(#424242, #00a6de);
    background: -moz-linear-gradient(#424242, #00a6de);
    background: linear-gradient(#424242, #00a6de); */
  /*border-top: 1px solid #e4e0e0;
  border-bottom: 1px solid #e4e0e0;
  height: 51px;
  display: block;
  position: relative;
  z-index: 1;
}
#mainmenu ul {
  padding: 0;
  margin: auto;
  list-style: none;
  display: table;
  /*width: 1200px;*/
}
#mainmenu ul li {
  display: inline;
  position: relative;
}
#mainmenu ul li a,
#mainmenu ul li.divider span {
  /*border-left: 1px solid #e4e0e0;*/
  font-family: 'Avenir';
  font-size: 15px;
  font-weight: 500;
  float: left;
  padding: 1rem 1.4rem;
  display: block;
  height: 51px;
  line-height: 51px;
  text-align: left;
  text-decoration: none;
  color: #37687f;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  width: 84.6%;
  /*background: url('../images/slotocash/bg_mainmenu_items.png') 0 0 repeat-x transparent;*/
}
#mainmenu ul li:first-child a {
  border-left: none;
}

#mainmenu ul li a:hover {
  background-color: #00b5c8;
  color: #fff;
  text-decoration: none;
  width: 84.6%;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:active,
#mainmenu ul li a:focus,
#mainmenu ul li.current a,
#mainmenu ul li.active a {
  /*background: rgba(0, 0, 0, 0) url("../images/slotocash/menu_layout_hover.jpg") repeat scroll 0 0;*/
}
#mainmenu ul li.divider span {
  width: 273px;
  text-indent: -500px;
  overflow: hidden;
  cursor: auto;
}
#mainmenu ul li.item-287,
#mainmenu ul li.item-775 {
  display: none;
}
/* ################################# TOPMENU ################################# */
.logowrapper {
    width: 100%;
    position: absolute;
    z-index: 0;
}
.logowrapper a {
    width: 190px;
    display: block;
}
.logowrapper img {
    width: 100%;
}
#topright ul,
#topleft ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
#topright ul li,
#topleft ul li {
  display: inline;
  position: relative;
  float: left;
  border-left: 1px solid #FFF;
}
#topright ul li:first-child,
#topleft ul li:first-child {
  border-left: 0px;
}
#topleft ul li img,
#topright ul li img {
  padding: 0 6px 0 0;
  border: 0;
  vertical-align: middle;
}
#topleft ul li:first-child a {
  padding-left: 0;
}
#topright ul li:last-child a {
  padding-right: 0;
}
#topright ul li a,
#topleft ul li a {
  padding: 0 17px;
  color: #fff;
  text-decoration: none;
}
#topright ul li a:hover,
#topright ul li a:active,
#topright ul li a:focus,
#topleft ul li a:hover,
#topleft ul li a:active,
#topleft ul li a:focus {
  color: #00BFD6;
  text-decoration: underline;
}
#topright ul li a.dlbutton {
  padding: 0;
  display: inline-block;
  width: 116px;
  height: 28px;
  text-indent: -500px;
  overflow: hidden;
  background: url('../images/sprite.png') no-repeat transparent;
  margin: 0 0 0 10px;
}
#topright ul li a.dlbutton:hover,
#topright ul li a.dlbutton:active,
#topright ul li a.dlbutton:focus {
  background: url('../images/sprite.png') 0 -30px no-repeat transparent;
}
a.tourbtn img {
  vertical-align: bottom !important;
}
.icon-instantplay::before {
  background: #d00000 none repeat scroll 0 0;
  border: 2px solid #fff !important;
  border-radius: 5px;
  content: "Play Now";
  font-size: 12px;
  font-weight: 700;
  line-height: 29px;
  padding: 5px 25px;
}
.icon-instantplay::before,
.playbutton {
  color: #fff;
  text-align: center;
  text-decoration: none;
}
/* #################### FOOTER MENU #################### */
#footer .footer_part1 ul.menubuttons {
  padding: 0 20px;
  float: right;
  margin: 0;
  list-style: none;
  height: auto;
  background: #000;
}
.footer_part1 {
  /*border-bottom: 1px solid #303030;
  border-top: 1px solid #303030;*/
}
.footer_part1 img {
  float: left;
  margin-top: 15px;
  /*margin-left: 20px;*/
}
.footer_part2 {
  float: right;
  margin-top: 25px;
  text-align: right;
  width: 30%;
}
.footer_part2 p {
  margin: 0;
}
#footer ul.menubuttons li {
  display: inline-block;
  margin: 0 0 0 0;
  padding-top: 7px;
}
#footer ul.menubuttons li a {
  display: block;
}
#footer ul.menubuttons li a img {
  display: block;
  margin: 0;
}
#footer ul.menubuttons li.item-383,
#footer ul.menubuttons li.item-384,
#footer ul.menubuttons li.item-386,
#footer ul.menubuttons li.item-387 {
  display: none;
}
.nav.menufooter {
  list-style: none;
  padding: 0;
  float: left;
  margin: 25px 0 10px;
  font-size: 13px;
  padding-left: 0;
}
.nav.menufooter li {
  padding: 2px 0;
  text-align: left;
}
.nav.menufooter li:first-child {
  border-left: 0 none !important;
}
.nav.menufooter a:link,
.nav.menufooter a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  color: #00bfd6;
}
.nav.menufooter a:hover,
.nav.menufooter a:active,
.nav.menufooter a:focus {
  text-decoration: underline;
  color: #FFF;
}
/* #################### Language Selector #################### */
.mod-languages {
  clear: none;
  display: inline-block;
}
#how-to-play {
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-linear-gradient(#003649,#011d28);
  background: -o-linear-gradient(#003649,#011d28);
  background: -moz-linear-gradient(#003649,#011d28);
  background: linear-gradient(#003649, #011d28);
  /* Standard syntax */
}
#how-to-play .container {
  width: 1100px;
  margin: auto;
  min-height: 90px;
  font-family: 'Muli', sans-serif;
}
#how-to-play .container .heading {
  height: auto;
  position: relative;
  float: left;
  /*margin-left: 33px;*/
}
#how-to-play .container .box {
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-left: 29px;
}
#how-to-play .container .box h1,
#how-to-play .container .box h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}
#how-to-play .container .box h1 {
  color: #00eaff;
  font-size: 1.5em;
}
#how-to-play .container .box p {
  line-height: 15px;
}
/*#how-to-play .container .box::after{
	content: url("../images/arrow1.png");
	float: right;
	margin-top: -100px;
	margin-right: -25px;
}*/
#how-to-play .container .box:last-child::after {
  content: none;
}
#how-to-play .box_img.section_img {
  float: left;
}
#how-to-play .box_img.section_img .box_image {
  width: 55px;
}
#how-to-play .box_text {
  float: right;
  width: 140px;
}
#how-to-play .heading h1,
#how-to-play .heading h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#how-to-play .heading > h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3em;
  font-weight: normal;
}
#how-to-play .heading h2 {
  color: #00eaff;
  background: #000;
  font-family: 'Avenir';
  font-weight: normal;
}
#games .btn-default {
  border: none;
  cursor: pointer;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 1.2em;
  padding: 10px 0;
  margin-bottom: 0;
  font-weight: normal;
    width: 100%;
    height: 100%;
}

ul.games-list li:last-child .btn {
    border-right: none !important;
}

#games .tabtitle {
  display: none;
}
#games .btn-default:hover {
  color: #d7e1e1;
}

/* #################### FB Like #################### */
.fbtop {
  display: inline-block;
}
/* #################### JACKPOTS #################### */
#jackpots .jpwrap {
  display: inline-block;
  width: 185px;
  /*padding: 0;*/
  margin: 0 0 0 0;
}
#jackpots .jpwrap.last {
  margin: 5px 0 0 0 !important;
}
#jackpots .jphead {
  width: 187px;
  height: 134px;
}
#jackpots .jpcontent {
  background: #000;
  width: 187px;
}
#jackpots .jpfoot {
  padding: 0;
  margin: 0;
  line-height: 1px;
  font-size: 1px;
  width: 187px;
  height: 9px;
}
/* #################### PROMOTIONS MENU #################### */
ul.menu-promo {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}
ul.menu-promo img {
  opacity: 1.0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  vertical-align: baseline;
}
ul.menu-promo img:hover,
ul.menu-promo li.current img {
  opacity: 0.6;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
ul.menu-promo li {
  margin-bottom: 4px;
}
ul.menu-promo li:last-child {
  margin: 0;
}
/* #################### PROMOTIONS #################### */
.promocontainer {
  padding: 0 27px;
  line-height: 160%;
}
.promocontainer hr {
  border: 0 none;
  background: url('../images/hr.png') 50% 0 no-repeat;
  display: block;
  height: 1px;
}
.promocontainer p.yellow {
  color: #f5e091;
  font-weight: bold;
}
.promocontainer table,
.item-page table,
.blogeiffel table {
  background-color: #003f56;
  color: #000;
  margin: 0 auto;
  text-align: left !important;
  border-spacing: 1px;
  border-collapse: separate;
}
.promocontainer table th,
.item-page table th,
.blogeiffel table th,
table td {
  margin: 0;
  padding: 4px;
}
.promocontainer table th,
.item-page table th,
.blogeiffel th {
  background-color: #003f56;
  background-repeat: repeat-x;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.promocontainer table td,
.item-page table td,
.blogeiffel td {
  background: #FFF;
}
a.sbdownload,
a.sbdownload:link,
a.sbdownload:visited,
a.sbmobile,
a.sbmobile:link,
a.sbmobile:visited,
a.sbinstant,
a.sbinstant:link,
a.sbinstant:visited,
a.sbcontact,
a.sbcontact:link,
a.sbcontact:visited {
  display: inline-block;
  width: 177px;
  height: 56px;
  text-indent: -600px;
  overflow: hidden;
}
a.sbcontact,
a.sbcontact:link,
a.sbcontact:visited {
  width: 99px;
  height: 34px;
}
a.sbdownload:hover,
a.sbdownload:active,
a.sbdownload:focus {
  background-position: 0 -56px;
}
a.sbmobile,
a.sbmobile:link,
a.sbmobile:visited {
  background-position: 0 -112px;
}
a.sbmobile:hover,
a.sbmobile:active,
a.sbmobile:focus {
  background-position: 0 -168px;
}
a.sbinstant,
a.sbinstant:link,
a.sbinstant:visited {
  background-position: 0 -224px;
}
a.sbinstant:hover,
a.sbinstant:active,
a.sbinstant:focus {
  background-position: 0 -280px;
}
a.sbcontact,
a.sbcontact:link,
a.sbcontact:visited {
  background-position: 0 -336px;
}
a.sbcontact:hover,
a.sbcontact:active,
a.sbcontact:focus {
  background-position: 0px -370px;
}
p.sbbtn {
  margin-bottom: 0;
}
p.sbinfo {
  font-size: 9px;
  line-height: 10px;
  margin: 0 0 10px;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em black;
}
/* #################### FRENCH SBBTN #################### */
a.sbfrdownload,
a.sbfrdownload:link,
a.sbfrdownload:visited,
a.sbfrmobile,
a.sbfrmobile:link,
a.sbfrmobile:visited,
a.sbfrinstant,
a.sbfrinstant:link,
a.sbfrinstant:visited,
a.sbfrcontact,
a.sbfrcontact:link,
a.sbfrcontact:visited {
  display: inline-block;
  width: 177px;
  height: 56px;
  background: url('../images/sidebtns_fr.png') no-repeat transparent;
  text-indent: -600px;
  overflow: hidden;
}
a.sbfrcontact,
a.sbfrcontact:link,
a.sbfrcontact:visited {
  width: 99px;
  height: 34px;
}
a.sbfrdownload:hover,
a.sbfrdownload:active,
a.sbfrdownload:focus {
  background-position: 0 -56px;
}
a.sbfrmobile,
a.sbfrmobile:link,
a.sbfrmobile:visited {
  background-position: 0 -112px;
}
a.sbfrmobile:hover,
a.sbfrmobile:active,
a.sbfrmobile:focus {
  background-position: 0 -168px;
}
a.sbfrinstant,
a.sbfrinstant:link,
a.sbfrinstant:visited {
  background-position: 0 -224px;
}
a.sbfrinstant:hover,
a.sbfrinstant:active,
a.sbfrinstant:focus {
  background-position: 0 -280px;
}
a.sbfrcontact,
a.sbfrcontact:link,
a.sbfrcontact:visited {
  background-position: 0 -336px;
}
a.sbfrcontact:hover,
a.sbfrcontact:active,
a.sbfrcontact:focus {
  background-position: 0 -370px;
}
/* #################### RTG BUTTON #################### */
a.rtgbutton,
a.rtgbutton:link,
a.rtgbutton:visited {
  display: inline-block;
  width: 214px;
  height: 63px;
  background: url('../images/rtgbutton.png') no-repeat transparent;
  text-indent: -600px;
  overflow: hidden;
}
a.rtgbutton:hover,
a.rtgbutton:active,
a.rtgbutton:focus {
  background-position: 0px -63px;
}
a.rtgbuttonyes,
a.rtgbuttonyes:link,
a.rtgbuttonyes:visited {
  display: inline-block;
  width: 214px;
  height: 63px;
  background: url('../images/rtgbutton.png') no-repeat transparent;
  background-position: 0px -126px;
  text-indent: -600px;
  overflow: hidden;
}
a.rtgbuttonyes:hover,
a.rtgbuttonyes:active,
a.rtgbuttonyes:focus {
  background-position: 0px -189px;
}
a.rtgbuttonno,
a.rtgbuttonno:link,
a.rtgbuttonno:visited {
  display: inline-block;
  width: 214px;
  height: 63px;
  background: url('../images/rtgbutton.png') no-repeat transparent;
  background-position: 0px -252px;
  text-indent: -600px;
  overflow: hidden;
}
a.rtgbuttonno:hover,
a.rtgbuttonno:active,
a.rtgbuttonno:focus {
  background-position: 0px -315px;
}
p.small {
  font-size: 0.85em;
  margin-top: 30px;
}
.pull-left {
  float: left;
}
.pull-left.item-image {
  display: inline-block;
  font-size: 0px;
  line-height: 0px;
  margin-right: 15px;
}
div.span12 {
  clear: both;
  margin-bottom: 20px;
}
.menu-left,
.mod_blogfactory_tree_category .treeview {
  /*background: #95bbc7;*/
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.8);
  list-style: none;
  background: #00758e;
}
.menu-left > li,
.mod_blogfactory_tree_category .treeview > li {
  margin: 0;
  border-bottom: 2px solid #005970;
  transition: all 0.5s ease;
}
.menu-left > li:hover,
.menu-left > li.current,
.mod_blogfactory_tree_category .treeview > li:hover,
.mod_blogfactory_tree_category .treeview > li.current {
  background: #003e54;
  /*background: #001820; */
}
.menu-left > li:hover a,
.menu-left > li.current a,
.mod_blogfactory_tree_category .treeview > li:hover a,
.mod_blogfactory_tree_category .treeview > li.current a {
  color: #fff799;
  transition: all 0.5s ease;
}
.menu-left > li a,
.mod_blogfactory_tree_category .treeview > li a {
  color: #FFFFFF;
  display: block;
  position: relative;
  font-size: 13px; /*13px*/
  outline: 0 none;
  padding: 12px 30px 12px 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-promo {
  display: none;
}

.menu-left > li a::after, .mod_blogfactory_tree_category .treeview > li a::after{
	content: "\25bc";
	position: absolute;
	right:5px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
.menu-left > li.current a::after, .mod_blogfactory_tree_category .treeview > li.current a::after{
	content: "\25b6";
}
.menu-left > li.current a::after, .mod_blogfactory_tree_category .treeview > li.current a::after,
.menu-left > li.current a, .mod_blogfactory_tree_category .treeview > li.current a{
	color: #fff799;
}

.parent_promotions .full-image img{
	display: block;
    float: right;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: -40px;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.parent_promotions .contentwrapper p img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

ul.simple-toggle {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
ul.simple-toggle li {
  display: inline-block;
  text-align: left;
}
ul.simple-toggle li a {
  display: block;
  text-decoration: none;
}
ul.simple-toggle li a:hover {
  background-color: transparent;
  color: #e8e8e8;
}
.anchor-link {
  display: none;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  width: auto !important;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#mobile-nav {
  display: none;
}

.visible-xs.hero-center-img {
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
    background-position: left;
    padding: 0;
    width: 100%;
}

img.visible-xs.hero-center-img {
  max-width: 300px;
}

.hero-center-img {
    margin: 0 auto;
    display: block;
}

.hero-section h2 {
  font-size: 2.5em;
  font-family: 'Avenir';
}

.hero-section h2,
h1 {
  text-align: center;
  font-weight: normal;
  margin: 0;
}

.hero-section {
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  padding: 0;
}

.hero-section h1 {
  font-size: 8em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004963+0,00f0ff+50,004963+100 */
  color: #00b5c8;
  background: #004963; /* Old browsers */
  background: -moz-linear-gradient(left, #004963 0%, #00f0ff 50%, #004963 100%);  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #004963 0%,#00f0ff 50%,#004963 100%);  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #004963 0%,#00f0ff 50%,#004963 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004963', endColorstr='#004963',GradientType=1 );  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-family: 'Avenir Next';
  font-weight: 900;
  font-style: normal;
}

.buttons-wrapper {
  text-align:center;
  margin-top: 1.5rem;
}

.hero-additional-img {
    position: absolute;
    top: 40%;
    right: -20px;
}

.hero-additional-img-mob {
    margin: 0 auto;
}

h2.linetwo {
    margin-top: -15px;
}

a.free-download {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b50000+1,ff0000+100 */
  background: rgb(181,0,0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(181,0,0,1) 1%, rgba(255,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(181,0,0,1) 1%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(181,0,0,1) 1%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */    padding: 1rem 2rem;
  padding: 1.2rem 2.4rem;
  font-size:1.1em;
  text-transform: uppercase;
  margin-right: 1rem;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
}

a.instant-play {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a7a7+1,008b8b+100 */
  /*  background: rgb(0,167,167); 
  background: -moz-linear-gradient(top, rgba(0,167,167,1) 1%, rgba(0,139,139,1) 100%); 
  background: -webkit-linear-gradient(top, rgba(0,167,167,1) 1%,rgba(0,139,139,1) 100%); 
  background: linear-gradient(to bottom, rgba(0,167,167,1) 1%,rgba(0,139,139,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7a7', endColorstr='#008b8b',GradientType=0 );*/ 
  background: rgb(181,0,0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(181,0,0,1) 1%, rgba(255,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(181,0,0,1) 1%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(181,0,0,1) 1%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */;
  padding: 1.4rem 2.5rem;
  text-transform: uppercase;
  transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    font-size: 1.3em;
}

a.free-download:hover,
a.instant-play:hover {
  text-decoration: none;
  opacity: 0.9;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
}

.jackpots {
    position: absolute;
    left: 50%;
    bottom: 5px;
    border: 1px solid #858585;
    padding: 13px 20px;
    transform: translateX(-50%);
    text-shadow: 2px 1px 4px rgba(146, 150, 150, 1);
}

.jackpots-word {
  display: inline;
  font-size: 36px;
  font-family: 'Avenir';
  font-weight: normal;
}

hr.visible-xs {
  height: 1px;
  border: 0;
  border-top: 1px solid #858585;
  margin: 1em 0 2em 0;
  padding: 0;
}

#jackpotContent {
  display: inline;
  margin-left: 10px;
  color: #baff00;
}

.blue-border {
    border-bottom: 7px solid #0076a1;
    margin-bottom: 1rem;
	position:relative;
}
.jackpots a:hover {
  text-decoration: none;
}

.itemsbg {
    float: left;
    background-color: #fff;
    padding-top: 1rem;
    margin-top: -1.2rem;
}

.items:first-child {
  padding-left: 5px
}

.items:last-child {
  padding-right: 5px
}

.items img {
    margin-bottom: -3px;
}

.items .text {
  color:#242424;
}

.items h3 {
    background-color: #0076a1;
    padding: 1rem;
    margin: 0;
    color: #fff;
}

.headline-block {
  width: 30%;
  background-color: #fff;
}

#promo-articles {
  font-family: 'Avenir';
  font-weight: normal;
}

#promo-articles h2.promo-headline {
  color: #242424;
  font-weight: normal;
  padding-bottom: 0.5rem;
}

#promo-articles h2.promo-headline:before {
  content: url('../images/grape.png');
  margin-right: 1rem;
  padding-left: 1rem;
}

body #mainmenu ul.open {
  background-color: #fff;;
  /*box-shadow: 0px 2px 6px 6px #444444;*/
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -9rem;
  top: 0;
  width: 18rem;
  z-index: 500;
  padding-top: 3rem;
}

@media only screen and (max-width: 1024px) {
  .headline-block {
    width: 50%;
  }

  #promo-articles .items h3 {
    font-size: 2em;
  }

  #promo-articles .items p {
      font-size: 1.5em;
  }

  .headline-block h2 {
      font-size: 2.5em;
  }

  body #mainmenu ul.open {
    background-color: #fff;
    box-shadow: 0px 2px 6px 6px #444444;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    top: -2rem;
    width: 100%;
    z-index: 500;
    padding-top: 2rem;
  }

  body #mainmenu ul.open li {
    display: block;
    list-style: none;
    text-align: center;
    float: none;
  }
  body #mainmenu ul.open li:first-child a {
    margin-left: 0;
  }
  body #mainmenu ul.open li.item-341 {
    display: none;
  }
  body #mainmenu ul.open li a {
    display: block;
    padding: 1rem;
    /*border-bottom: 1px solid #ccc; */
    text-decoration: none;
    background: #fff;
    margin: auto;
    border: none;
  }
  body #mainmenu ul.open li a:hover {
    background-color: #ccc;
    color: #fff;
  }
  body #mainmenu ul li a,
  body #mainmenu ul li.divider span {
    float: none;
    height: auto;
    margin-left: 0;
    margin: 0;
    line-height: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .mobile-menu-top-left ul li {
    list-style-type: none;
    font-size: 2em;
    position: absolute;
    top: 1rem;
  }

  .mobile-menu-top-left {
    display: inline;
  }

  .mobile-menu-top-left ul.nav {
    display: inline-block;
    padding-left: 7px;
  }

  .hero-section h2 {
    font-size: 2.5em;
  }

  h2.linetwo {
    margin-top: -5px;
  }
}

body #header #burger-menu {
  display: block;
  font-size: 0.5em;
}

ul.nav.menu.simple-toggle.open {
    display: block;
}

ul.nav.menu.simple-toggle{
    display: none;
}

.mmenu-before {
  float: right;
  right: 4rem;
  position: absolute;
  top: 4rem;
}

#games .active .btn-default {
  background-color: #fff;
  color: #3a3a3a;
}

/* (1440x900) WXGA+ Display */
@media screen and (min-width: 1440px) {
  body #mainmenu ul.open {
    right: -8rem;
    width: 18rem;
  }
}

/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {
    .jackpots {
      bottom: 0rem;
    }
}

@media only screen and (max-width: 768px) {
  .jackpots {
    bottom: 0rem;
  }

  .jackpots .wrap {
      min-width: auto;
  }

  #jackpotContent {
    position: relative;
  }
  #logocontainer div{
	  margin-top: 0;
  }
}

#burger-menu.pull-up {
  top: 7.5rem !important;
  z-index: 501;
  right: 4rem;
}

#header #burger-menu.pull-up::before {
  border-bottom: none;
  border-top: none;
  content: url('../images/icons/close.png');
  right: -9rem;
}

/* Target only chrome browser */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #header #burger-menu::before {
    top: -17em;
  }

  .mac #header #burger-menu::before {
    top: -13em;
  }

   #header #burger-menu.pull-up::before {
    right: -8rem;

  }
}
/* Target only IE browser */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .hero-section h1 {
        color: #00b5c8;
        background: transparent !important;
    }
}

@media only screen and (min-device-width: 1900px) and (max-device-width: 1920px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .jackpots {
    bottom: 10px;
  }
}

/* Target only edge browser */
@supports (-ms-ime-align: auto) {
  #header #burger-menu {
    top: 11rem;
  }

  .pull-up#burger-menu {
    top: 6rem !important;
  }
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 1024px;
  }
  #header .bulbs.right {
    left: 613px;
  }
  #header #download {
    left: 55px;
  }
  #header #instant {
    left: 690px;
  }
  #header .bulbs.left {
    left: 347px;
  }
  #mainmenu ul li a,
  #mainmenu ul li.divider span {
    padding: 0 38px;
  }
  #winners {
    width: 1010px;
  }
  #winners .scroller {
    width: 865px;
  }
  #how-to-play .container {
    width: 100%;
  }
  #how-to-play .heading h1 {
    font-size: 2em;
    padding-top: 10px;
  }
  #how-to-play .heading h2 {
    font-size: 1em;
  }
  #how-to-play .container .box h1 {
    font-size: 1.5em;
  }
  #how-to-play .container .box {
    margin-left: 26px;
  }
  #how-to-play .box_text {
    width: 141px;
  }
}
/* ipad */
@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 730px;
  }
  #header,
  .frontpage #header,
  .frontpagelanding #header {
    background: url('../images/slotocash/bg_header_home_mobile.png') no-repeat center bottom;
    border-bottom: 1px solid #fff;
  }

  .mobile-menu-top-left ul li {
    list-style-type: none;
    font-size: 2em;
  }

  .frontpage  #logocontainer {
    width: 155px;
    height: 118px;
    background-size: 155px 118px;
    background-position: 20px 0;
    left: 15%;
    transform: translateX(-50%);
    top: 0;
    margin: 0;
    position: absolute;
    z-index: 500;
  }

  #header a.button.playnow,
  .frontpage #header a.button.playnow,
  .frontpagelanding #header a.button.playnow {
    top: 100px;
    width: 120px;
    font-size: 16px;
  }
  #topleft ul li.item-685{
  display: none;
  }
  #promo {
    background: #000;
  }
  #promo .wrapper {
    background-position: -155px center;
  }
  #promo .jackpots_wrapper,
  #promo a.jackpots_wrapper {
    display: none;
    background-size: 270px 200px;
    width: 270px;
    height: 200px;
    top: 90px;
  }
  #promo .jackpots_sloto img {
    background-size: 270px 200px;
    width: 270px;
    height: 200px;
    top: -10px;
  }
  #promo a.element.couple,
  #promo .element.couple {
    left: 290px;
  }
  #promo .jackpots {
    top: 180px;
    width: 90px;
	bottom: 1rem;
  }

  body #mainmenu ul {
    width: 100%;
  }
  body #mainmenu ul li a,
  body #mainmenu ul li.divider span {
    padding: 0 17px;
  }
  body #how-to-play .container {
    min-height: 105px;
  }
  body #how-to-play .box_text {
    width: 93px;
  }
  body #how-to-play .box_img.section_img .box_image {
    width: 35px;
  }
  body #how-to-play .container .box {
    margin-left: 21px;
  }
  body #how-to-play .container .heading {
    margin-left: 0;
  }
  body #how-to-play .container .heading img {
    right: 80px;
  }
  body #footer ul.menubuttons {
    width: 420px;
    padding: 0;
  }
  body #footer ul.menubuttons li a img {
    width: 38px;
  }
  body .footer_part1 img {
    width: 105px;
    height: auto;
  }
  body .liquid-slider-wrapper .liquid-nav ul li a {
    padding-left: 18px;
    padding-right: 18px;
  }
  body #features,
  body #footer {
    background: #000;
  }
  body #features-left {
    display: none;
  }
  body #winners {
    width: 730px;
  }
  body #winners h2 {
    margin-left: 5px;
  }
  body #winners .scroller {
    width: 600px;
  }
  body #topleft {
    /*margin-left: 76px !important;*/
  }
  body #topright {
    /*margin-right: 100px !important;*/
  }
  body #header .bulbs.left {
    left: 200px;
  }
  body #header .bulbs.right {
    left: 467px;
  }
  body #promo a.button {
    display: none;
  }
  body #promo a.button.active {
    display: block;
  }
  body #promo a.button.playnow {
    top: 215px;
    /*left: 200px;*/
  }
  body #header #download {
    display: none;
  }
  body #header #instant {
    display: none;
  }
  body #logocontainer a {
    display: block;
    padding-top: 15px;
  }

  .cta-buttons {
    display: none;
  }

  body #logocontainer a div {
    background-position: 0 -10px;
  }
  body #frontboxes,
  body #tabcontainer {
    width: 768px;
  }
  body .liquid-responsive .liquid-nav-left-arrow,
  body .liquid-responsive .liquid-nav-right-arrow {
    display: none !important;
  }
  body .liquid-responsive .liquid-slider .panel .panel-wrapper {
    padding: 0 15px 6px;
  }
  body .panel-wrapper ul li {
    margin-right: 19px;
  }
  body #mainbody.left .contentwrapper {
    width: 486px;
  }
  body .blogeiffel p img {
    width: 486px;
    margin: 0;
  }
  body #bottom_wrapper {
    display: none;
  }
  body #mainbody {
    width: 768px;
  }
  body.itemid-161 .pull-left.item-image {
    margin-top: -70px;
  }
  body.itemid-161 .pull-left.item-image img {
    width: 535px;
  }
  body.itemid-161 .black-transparent-box {
    color: #000;
    position: relative;
    top: 0;
    width: 440px;
    left: 0px;
    margin-top: 60px;
  }
  body.itemid-161 .black-transparent-box a {
    color: #009ACD;
  }
  body .blogeiffel table td,
  body .item-page table td {
    font-size: 9px;
  }
  body .blogeiffel table th,
  body .item-page table th {
    font-size: 8px;
  }
  body.itemid-221 table tr td:nth-child(2),
  body.itemid-221 table tr th:nth-child(2) {
    display: none;
  }
  body.itemid-221 table tr:last-child td:nth-child(2) {
    display: table-cell;
  }
  body #support-layer {
    left: 154px;
  }
  body #support-layer:before {
    left: 12px;
    right: auto;
  }
  body #support-layer:after {
    right: auto;
    left: 13px;
  }
  .jackpots {
      position: relative;
      text-align: center;
      padding: 0;
      width: 80%;
      margin: 2rem auto;
      bottom: 0;
      left: 0;
      transform: none;
  }

  .jackpots-word {
    display: inline-block;
    font-size: 2.5em;
    font-family: 'Avenir';
    font-weight: normal;
    margin: 0;
  }

  #jackpotContent {
    color: #baff00;
    font-size: 2.5em;
  }
  .hero-additional-img {
	  bottom: 0;
	  top: auto;
  }
}
@media only screen and (max-width: 768px) {
  body {
  font-size: 0.5em;
  }
  .wrapper {
    width: 640px;
  }

  .hero-section {
    background-position: top !important;
    background-position: 0 5rem !important;
    background: none !important;
	padding-bottom:0;
  }

  .hero-center-img {
    padding-top: 2rem;
    width: 80%;
  }

  .buttons-wrapper-mob {
    text-align: center;
  }

  .buttons-wrapper-mob a.free-download {
    padding: 1rem 4rem;
    font-weight: bold;
  }

  .text-wrapper {
    padding: 2rem 0 0.5rem;
  }

  .hero-section h1 {
    font-size: 7em;
  }

  .buttons-wrapper {
    margin: 0;
  }

  #topright ul li a,
  #topleft ul li a {
    padding: 0 12px;
  }
  #header .btn_wrapper .btn {
    width: 70px;
  }
  #header .btn_wrapper .btn.login {
    margin-right: 5px;
  }
  #header .btn_wrapper .btn.login a {
    font-size: 12px;
    text-align: center;
  }
  #header .btn_wrapper .btn.register a {
    font-size: 12px;
    text-align: center;
  }
  body #header .bulbs.left {
    left: 154px;
  }
  body #header .bulbs.right {
    left: 422px;
  }
  body #winners {
    width: 600px;
  }
  body #winners .scroller {
    width: 465px;
  }
  #how-to-play .container .heading {
    margin-left: 0;
  }
  body #how-to-play .box_text {
    width: 80px;
  }
  body #mainmenu ul li a,
  body #mainmenu ul li.divider span {
    padding: 0 10px;
  }
  #how-to-play .container .box {
    margin-left: 10px !important;
    margin-top: 17px;
  }
  #how-to-play .container .box p {
    line-height: 12px;
  }
  body #how-to-play .container .box h1 {
    font-size: 1em;
  }
  #games .btn-default {
      font-size: 1.3em;
  }
  .itemid-114 .no-mobile{
  display: none;
  }
  a.free-download {
    font-size: 2.5em;
	margin: auto;
  }
}

/* iphone */
@media only screen and (max-width: 640px) {
   #header,
  .frontpage #header,
  .frontpagelanding #header {
    /*background: none;*/
  }
  #header .btn_wrapper {
    display: none;
  }
  #mainmenu ul li.item-280 {
    display: none !important;
  }
  .mobtext {
    color: #999;
    display: block;
    font-weight: bold;
    margin-top: -5px;
  }
  body #mainmenu {
    height: 10px;
    border: none;
  }
  .frontpage #header a.button.playnow,
  .frontpagelanding #header a.button.playnow,
  #header a.button.playnow {
    top: 25px;
    width: 110px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    right: 0;
  }
  body {
    background: #000;
  }
  body .leftcol,
  body #bottom_wrapper,
  body #tabcontainer,
  body #features {
    display: none;
  }
  body .submenuWrapper.mobile {
    display: block;
  }
  body .menu-left > li a {
    margin-right: 10px;
  }

  .menu-left > li a::after, .mod_blogfactory_tree_category .treeview > li a::after{
    content: "\25b6";
  }
  .menu-left > li.current a::after, .mod_blogfactory_tree_category .treeview > li.current a::after{
    content: "\25bc";
  }
  .menu-left > li a, .mod_blogfactory_tree_category .treeview > li a{
    font-size: 12px;
    padding: 5px 12px;
  }

  body.frontpage #footer,
  body.frontpagelanding #footer {
    margin-top: 10px;
  }
  body .contentwrapper,
  body .wrapper,
  body #mainbody {
    width: 100%;
  }
  body #mainbody .contentwrapper,
  body #mainbody.left .contentwrapper {
    width: 300px;
    padding: 10px;
    background: #FFF;
  min-height: auto;
  }
  body .blogeiffel p img {
    width: 300px;
    margin: 0;
    height: auto;
  }
  body .blogeiffel table td,
  body .item-page table td {
    font-size: 7px; /*7px*/
  }
  body .blogeiffel table th,
  body .item-page table th {
    font-size: 8px;
  }
  body.itemid-221 table tr td:nth-child(2),
  body.itemid-221 table tr th:nth-child(2) {
    display: none;
  }
  body.itemid-221 table tr:last-child td:nth-child(2) {
    display: table-cell;
  }
  body #header .button {
    display: none;
  }
  body #header #burger-menu {
    display: block;
  }

  #header #burger-menu {
    top: 11rem;
  }

  .mmenu-before {
    display: none;
  }

  body.itemid-161 table {
    float: none;
    margin: 0 auto;
  }
  body.itemid-161 table.diamond {
    margin-right: auto;
  }
  body.itemid-161 .pull-left.item-image {
    margin: 0;
  }
  body.itemid-161 .pull-left.item-image img {
    width: 300px;
  }
  body.itemid-161 .black-transparent-box {
    color: #000;
    position: relative;
    top: 0;
    width: 300px;
    left: 10px;
  }
  body.itemid-161 .black-transparent-box a {
    color: #009ACD;
  }
  body.itemid-108 #screenshot {
    width: 118px !important;
    height: 85px !important;
    background-size: 118px 85px !important;
  }
  body.itemid-108 #screenshot img {
    width: 120px;
  }
  body.itemid-108 p.small,
  body.itemid-108 #launchbutton {
    display: none;
  }
  body.itemid-108 .contentwrapper {
    min-height: auto;
  }
  body.itemid-108 .leftcol {
    display: block;
    float: none;
    width: 320px;
    padding: 0;
  }
  body.itemid-108 .leftcol .submenuWrapper {
    border: 0;
    padding: 0;
    margin: 0;
  }
  body.itemid-108 .leftcol .submenuHeader {
    display: none;
  }
  body #promo .wrapper {
    background: none;
  }
  body #promo {
    height: 440px;
    /*background: #000 url('../images/slotocash/mobile_promo_image2.png') no-repeat;*/
  background: #000 url('/images/SlotoMobile_02.png') no-repeat;
    padding-bottom: 70px;
    width: 320px;
  }
  body #promo a.button,
  body #promo a.button.active {
    display: none;
  }
  body #promo a.button.playnow {
    display: block;
    top: 175px;
  }
  body #promo .scrollable {
    display: none;
    width: 320px;
    height: 150px;
  }
  body #promo .scrollable .items .item {
    width: 320px;
    height: 150px;
  }
  body #promo .scrollable .items .item .element.fruits,
  body #promo .scrollable .items .item .element.couple {
    display: none;
  }
  body #promo .scrollable .items .item .element.tournaments,
  body #promo .scrollable .items .item a.element.tournaments {
    width: 320px;
    height: 145px;
    background-size: 320px 145px;
    top: 3px;
    left: 0;
  }
  body #promo .scrollable .items .item .custom {
    left: 0;
    top: 0;
  }
  body #promo .scrollable .items .item .custom p a img {
    width: 300px;
  }
  body #promo .scrollable .items .item a.element.mobile,
  body #promo .scrollable .items .item #promo .element.mobile {
    background-size: 306px 140px;
    width: 306px;
    height: 140px;
    left: 0;
  }
  body #promo .jackpots_wrapper,
  body #promo a.jackpots_wrapper {
    display: none;
  }
  body #header {
    background: none;
  }
  body #topleft,
  body #topright,
  body .bulbs {
    display: none;
  }
  body #winners {
    display: none;
  }
  body #header {
    height: 160px;
  }
  body #logocontainer {
    width: 200px;
    margin: 0 0;
  }
  body #logocontainer a div {
    width: 155px;
    height: 118px;
    background-size: 155px 118px;
    background-position: 20px 0;
  }

   body #logocontainer {
    width: 155px;
    height: 118px;
    background-size: 155px 118px;
    background-position: 20px 0;
  }

  body #mainmenu {
    overflow: visible;
    background: transparent;
    z-index: 10000;
  }
  body #mainmenu ul.simple-toggle {
    display: none;
  }
  body #mainmenu .anchor-link,
  body #mainmenu #mobile-nav,
  #mainmenu ul li.item-775  {
    display: block;
  }

  body #mainmenu ul.open {
    background-color: #fff;
    /*box-shadow: 0px 2px 6px 6px #444444;*/
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    top: -21px;
    width: 100%;
    z-index: 500;
    padding-top: 40px;
  }
  body #mainmenu ul.open li {
    display: block;
    list-style: none;
    text-align: center;
    float: none;
  }
  body #mainmenu ul.open li:first-child a {
    margin-left: 0;
  }
  body #mainmenu ul.open li.item-341 {
    display: none;
  }
  body #mainmenu ul.open li a {
    font-family: 'Avenir';
    font-size: 15px;
    font-weight: 500;
    float: left;
    padding: 1rem 1.4rem;
    display: block;
    height: 51px;
    line-height: 51px;
    text-align: left;
    text-decoration: none;
    color: #37687f;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    width: 84.6%;
  }

  #header #burger-menu.pull-up::before {
    right: 0rem;
    top: -7rem;
  }
  body #mainmenu ul.open li a:hover {
    background-color: #ccc;
    color: #fff;
  }
  body #mainmenu ul li a,
  body #mainmenu ul li.divider span {
    float: none;
    height: auto;
    margin: 0;
    line-height: 30px;
  }
  body #footer .item-117 a,
  body #footer .item-280 a,
  body #footer .item-341 a {
    display: none;
  }
  body .footer_part1 img {
    float: none;
  }
  body #footer .footer_part1 ul.menubuttons {
    float: none;
    margin: auto;
    width: 100%;
    padding: 0;
  }
  body .nav.menufooter li {
    padding: 0 4px;
    border-left: 0 !important;
    float: none;
    display: inline-block;
  }
  body .footer_part3 .nav.menufooter {
    float: none;
    display: block;
  }
  body .footer_part3 .nav.menufooter li {
    display: block;
    text-align: center;
  }

  .footer_part2 {
    float: left;
    margin-top: 25px;
    text-align: center;
    width: 100%;
  }

  .footer_part4 p {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
  }
}
body.iframe #header,
body.iframe #mainmenu {
  display: none;
}
#LP_DIV_1412321217837 {
  padding-bottom: 20px !important;
}
.blogfactory-post-info-item:nth-child(3) {
  display: none;
}
.post-rating,
.blogfactory-comments-post {
  display: none;
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {

    .mmenu-before {
      display: none;
    }

    body #logocontainer a {
      padding-top: 5px;
    }

    #logocontainer div {
      background-size: 70%
    }

    body #logocontainer a div {
      background-position: 0 -5px;
    }

    .text-wrapper {
      padding: 1rem 0 0.5rem;
    }

    .buttons-wrapper {
      margin-top: 20px;
    }

    #header #burger-menu.pull-up::before {
      right: 0;
      top: -6rem;
    }

    body #mainmenu ul.open {
      padding-top: 4rem;
    }

    .jackpots-word {
      font-size: 3.5em;
    }

    #jackpotContent {
      font-size: 3.5em;
    }

    .jackpots {
      position: relative;
      left: 25%;
      width: 44%;
      margin: 0 auto 2rem;
     }

}

/* Chat icon styling */

a#online-icon {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
}

@media only screen and (max-width: 1024px) {

  a#online-icon {
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    text-align: right;
  }
}

/*IE Fix*/

@media only screen and (min-device-width: 1900px) and (max-device-width: 1920px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .jackpots {
    bottom: 10px;
  }
}

/* responsive helper classes*/

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 32.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
/*end responsive helper classes*/
/*# sourceMappingURL=template.css.map*/

/* -------  Promotion boxes homepage  -----------------*/
#promotions-box {
    font-family: 'Avenir', sans-serif;
    font-weight: normal;
}

#promotions-box h2.promo-headline {
    color: #242424;
    font-weight: normal;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

#promotions-box h2.promo-headline:before {
    content: url(../images/grape.png);
    margin-right: 1rem;
    padding-left: 1rem;
}

#promotions-box .d-box {
    display: flex;
    background-color: white;
}

#promotions-box .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

#promotions-box .promo-box {
    color: black;
    width: 33.33%;
    padding: 10px;
}

#promotions-box .promo-box:first-child {
    padding-right: 0;
}

#promotions-box .promo-box:last-child {
    padding-left: 0;
}

#promotions-box .promo-box > a {
    display: block;
    width: 100%;
    height: auto;
}

#promotions-box .promo-box a img {
    width: 100%;
    display: block;
}

#promotions-box .promo-box h3 {
    background-color: #0076a1;
    padding: 15px;
    margin: 0;
    color: #fff;
}

#promotions-box .promo-box .promo-box-text {
    margin-top: 10px;
}

#promotions-box .promo-box .promo-box-text  a {
    color: #0076a1;
}

@media (max-width: 767px) {
    #promotions-box .promo-box {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    #promotions-box .d-box {
        flex-direction: column;
    }
    #promotions-box h3 {
        font-size: 1rem;
    }
    #promotions-box .promo-box-text {
        font-size: 10pt;
    }
    #promotions-box .promo-box:last-child {
        padding-left: 10px;
    }	
	#promotions-box .promo-box:first-child{
	  padding-right: 10px;
	}
}
/* -------  END of Promotion boxes homepage  -----------------*/

