@charset "utf-8";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url("https://fonts.gstatic.com/s/oswald/v10/l1cOQ90roY9yC7voEhngDBJtnKITppOI_IvcXXDNrsc.woff2") format("woff2");
  unicode-range: U+100-24F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url("https://fonts.gstatic.com/s/oswald/v10/HqHm7BVC_nzzTui2lzQTDVtXRa8TVwTICgirnJhmVJw.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.itemid-598.frontpage #footer ul.menubuttons .item-472{
  display: none !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.750em;
  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 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  width: 100%;
}
.content1 {
  /*display: block;
    height: auto;
    margin: 40px auto 10px;
    max-width: 960px;
    min-height: 500px;
    width: 100%;*/
}
.content1 .center_text {
    /*font-family: "Oswald",sans-serif;*/
    font-size: 3em;
    text-align: center;
}
.content1 .left_image {
  width: 30%;
  float: left;
  margin: 10px auto;
}
.content1 .left_image img {
  display: block;
  padding: 0;
  width: 100%;
}
.lp_coupon {
  text-align: center;
}
.content1 .coupon_title {
  color: #ccc;
  font-size: 20px;
  display: inline-block;
}
.content1 .left_image p {
  display: inline-block;
  color: #fff200;
  font-size: 22px;
  font-weight: bold;
}
.content1 .center_image > img {
    display: block;
    margin: auto;
	max-width: 100%;
}
.content1 .right_image {
  float: right;
  width: 70%;
}
.content1 .right_image > img {
  max-width: 100%;
}
#pa_class-blocked-info.blocked.show {
  color: #000000;
}
.content1 .lp_button_text {
  text-decoration: none;
  background: #fc0000;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#fc0000, #b90000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fc0000, #b90000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fc0000, #b90000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fc0000, #b90000);
  /* Standard syntax */
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
}
.content1 .lp_button_text:hover {
  background: #b90000;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#b90000, #fc0000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#b90000, #fc0000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#b90000, #fc0000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#b90000, #fc0000);
  /* Standard syntax */
}
.content1 .lp_button_text.center-image{
	margin: 20px auto;
    width: 250px;
}
#reasons {
  background: #6d0000;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#6d0000, #300000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#6d0000, #300000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#6d0000, #300000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#6d0000, #300000);
  /* Standard syntax */
  height: 80px;
}
.lp_reasons_box h1 {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  font-size: 21px;
}
.lp_reasons_box h1.first_word {
  font-weight: bold;
}
.content2 .lp_reasons_box {
  text-align: center;
  line-height: 80px;
  font-family: "Oswald", sans-serif;
}
.lp_reasons_box::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ff0000;
  margin-right: 10px;
  vertical-align: super;
}
.content2 {
  display: block;
  margin: auto;
  width: 100%;
}
.content2 > div {
  width: 25%;
  float: left;
}
.content2 .custom {
  background: url(../images/lp_arrow.png) no-repeat scroll center right;
}
.content2 .custom > p {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 18px 0;
  width: 74%;
}
.content2 .lp_reasons_images {
  height: auto;
  max-width: 960px;
  min-height: 150px;
  width: 100%;
}
.content2 .lp_reasons_images .rimage {
  display: inline-block;
  margin: 10px 5px;
  max-width: 307px;
  padding: 0;
  width: 31.88%;
}
a.terms {
  background: #1e1e1e none repeat scroll 0 0;
  bottom: 40px;
  color: #fff;
  font-weight: bold;
  opacity: 0.9;
  padding: 5px 10px;
  position: absolute;
  right: 59px;
  z-index: 9999;
}
.wrapper {
  margin: 0 auto;
  width: 1200px;
  padding: 0;
  position: relative;
}
.white_div {
  border-top: 1px solid #FFF;
}
#header {
  height: 160px;
  position: relative;
  border-top: 15px solid #7c0000;
}
#header .button {
  position: absolute;
  text-indent: -99999px;
}
#header .button a {
  display: block;
}
#header #download {
  background: url('../../slotscapital_landingpages_june2016/images/sprite_download_ip.png') no-repeat 0 0;
  width: 371px;
  height: 117px;
  left: 670px;
  top: 15px;
  background-position: 0px 0px;
  z-index: 100;
}
#header #download a {
  width: 371px;
  height: 117px;
}
#header #instant {
  background: url('../../slotscapital_landingpages_june2016/images/sprite_download_ip.png') no-repeat 0 -117px;
  background-position: 0px -117px;
  width: 338px;
  height: 87px;
  left: 690px;
  top: 128px;
  z-index: 110;
}
#header #instant a {
  width: 338px;
  height: 87px;
}
/****/
.frontpage #header {
  border-bottom: 1px solid #fff;
}
.frontpage #header .wrapper {
  background: url('../../slotscapital_landingpages_june2016/images/header_bg.png') no-repeat 0 0;
  background-position: center right;
}
.frontpage #header .wrapper p {
  font-size: 3em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 55px;
  opacity: 0.6;
}
.frontpage #header .button {
  display: none;
}
#footer {
  background: #000;
  padding: 10px 0 0 0;
  text-align: center;
  text-shadow: 0.1em 0.1em 0.2em black;
  color: #d50000;
  position: relative;
  z-index: 100;
  font-size: 11px;
}
#footer .custom {
  margin-bottom: 24px;
}
#footer .nav.menubuttons .item-472 {
  margin-right: 30px;
}
#footer .nav.menubuttons .item-330 {
  display: none;
}
#logocontainer {
  position: relative;
  z-index: 1000;
  width: 213px;
  height: 160px;
  margin: 0;
}
#logocontainer h1 {
  padding: 0;
  border: 0;
  text-indent: -99999px;
  display: block;
  height: 160px;
  margin: 0;
  background: url('../images/logo.png') no-repeat transparent center center;
}
.contentwrapper h1,
.contentwrapper h2 {
  color: #005878;
}
#topleft,
#topright {
  display: inline-block;
  margin: 0px 0 0 0;
  padding: 8px 28px 0;
}
#topleft {
  float: left;
  margin-left: 30px;
  position: relative;
  z-index: 2000;
}
.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;
  margin-right: 30px !important;
  padding: 6px 28px 8px 0 !important;
}
/* ################################# TOPMENU ################################# */
#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;
}
#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: #00ffb1;
  text-decoration: underline;
}
a.tourbtn img {
  vertical-align: bottom !important;
}
/* #################### FOOTER MENU #################### */
/* Footer */
.footer{
  background-color: #000;
  color: #888383;
}
.footer .nav{
  text-align: center;
}
.footer .nav li a{
  color: #888383;
}
.footer .nav li a:hover,.footer li a:focus{
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
}
.footer .nav li{
  display: inline-block;
}
.footer .footer-logos{
  text-align: center;
  margin: 10px 0;
}
.footer .footer-logos .custom > p{
  display: inline-block;
}
.footer .nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.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;
}
/* Responsive */
@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 1024px;
  }
  .content2 .custom > p {
    font-size: 16px;
  }
}
/* ipad */
@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 768px;
  }
  .frontpage #header .wrapper {
    background-size: 70% auto;
  }
  .content1 .left_image {
    margin: auto;
    display: block;
  }
  .content1 .coupon_title {
    font-size: 14px;
  }
  .content1 .right_image {
    margin: auto;
    display: block;
  }
  .content2 .lp_reasons_images .rimage {
    display: block;
    margin: 20px auto;
  }
  .lp_reasons_box h1 {
    font-size: 18px;
  }
  .content2 .custom > p {
    padding: 24px 0;
    font-size: 12px;
  }
  body {
    background-color: #000;
  }
  body #footer ul.menubuttons {
    position: relative;
    height: auto;
  }
  .frontpage #header .wrapper p {
    top: 75px;
    font-size: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .content1 .center_text{
	font-size: 2em;
  }
  .frontpage #header .wrapper p {
    display: none;
  }
  .wrapper {
    width: 100%;
  }
  #header {
    height: 115px;
  }
  #logocontainer {
    width: 130px;
    margin: 5px auto;
  }
  #logocontainer h1 {
    background-position: top center;
    width: 130px;
    height: 110px;
    background-size: 100%;
  }
  .nav.menufooter li {
    float: none;
    border: none;
  }
  .frontpage #header .wrapper {
    background: none;
  }
  .content1 .left_image,
  .content1 .right_image {
    float: none;
  }
  .content1 .left_image {
    width: 260px;
    margin: 10px auto;
  }
  .content1 .lp_button_text {
    font-size: 2em;
    height: 55px;
    line-height: 55px;
  }
  .content2 > div {
    float: none;
    text-align: center;
    width: 100%;
  }
  .content2 .custom > p {
    width: 100%;
    padding: 10px 0;
  }
  .content2 .custom {
    background: none;
  }
  .content2 .lp_reasons_box {
    text-align: center;
    line-height: 40px;
  }
  #reasons {
    height: auto;
  }
  .lp_reasons_box h1 {
    font-size: 21px;
  }
}
/* iphone */
@media only screen and (max-width: 640px) {
  body {
    background: #000;
  }
  body .leftcol,
  body #bottom_wrapper,
  body #tabcontainer,
  body #features {
    display: none;
  }
  body.frontpage #footer {
    margin-top: 10px;
  }
  body #header .button {
    display: none;
  }
  body #header {
    background: none;
  }
  body #topleft,
  body #topright,
  body .bulbs {
    display: none;
  }
  body #footer .item-117 a,
  body #footer .item-280 a {
    display: none;
  }
  body .nav.menufooter li {
    padding: 0 4px;
  }
  body .nav.menufooter li:nth-child(2) {
    border-left: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .lp_reasons_box h1 {
    font-size: 14px;
  }
  .content2 .lp_reasons_box {
    text-align: left;
    width: 90%;
    padding: 0 5%;
  }
  a.terms {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #footer .nav.menubuttons .item-472 {
    margin-right: 0;
  }
  #footer .nav.menubuttons .item-472 span {
    font-size: 5px;
  }
  .promo-images .left-promo-image,
  .promo-images .right-promo-image {
    width: 100%;
  }
  .content1 .left_image,
  .content1 .right_image {
    width: 100%;
  }
  .content1 .lp_button_text {
    height: 40px;
    line-height: 40px;
    width: 90%;
    margin: 0 5%;
  }
  #footer ul.menubuttons li a img {
    width: 40px;
  }
}
