@charset "utf-8";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face{
  font-family: "AvenirL";
  src: url("fonts/AvenirLTStd-Light.ttf");
}
@font-face{
  font-family: "AvenirBlack";
  src: url("fonts/AvenirLTStd-Black.ttf");
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.750em;
  color: #fff;
  background: #FFF;
  /*background: url(../images/jc/bg_landing234.jpg) #141414 no-repeat scroll center 160px;*/
  
}
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 .left_image {
  width: 60%;
  float: left;
  margin: 70px auto 20px;
}
.content1 .left_image img {
  display: block;
  padding: 0;
  width: 100%;
}

.content1 .left_image  ul {
    font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	list-style:  none;
	padding: 25px 0 0;
	border-top: 2px solid #fff;
	border: 0;
	width: 80%;
}

.content1 .left_image  hr {

	width: 80%; border: 0;
	margin: 15px 0;
	color: FFFf00;
	background-color: #FFF;
	height: 2px;
	height: 0;
}

.content1 .left_image  li {
	padding-bottom: 10px;
	background: url('../images/jc/bullet.png') 0 0 no-repeat;
	margin-left: 0;
	padding-left: 40px;
}

.content1 .left_image h1 {
    font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	font-size: 70px;
	margin: 0;
	padding: 0;
}

.content1 .left_image h2 {
    font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	font-size: 50px;
	color: #face14;
	margin: 0;
	padding: 0;
}
.content1 .left_image h3 {
    font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}
.content1 .left_image h3.bigger {
	font-size: 27px;
}
.content1 .left_image p.smaller {
	font-size: 25px;
}

.wrapper.lpcontent.bg_menuitem {
	/*background: transparent !important;*/
}

.wrapper.lpcontent {
	color: #333;
}

.lp_coupon {
  text-align: center;
}
.content1 .coupon_title {
  color: #ccc;
  font-size: 20px;
  display: inline-block;
}
.content1 .left_image p {
	font-family: "Ubuntu",sans-serif;
    color: #333;
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    margin: 0;
}
.content1 .right_image {
  float: right;
  width: 40%;
  margin-top: 30px;
}
.content1 .right_image > img {
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content1 .lp_button_text {
  text-decoration: none;
  /*background: #f35b00;*/
  font-size: 46px;
  font-weight: bold;
  color: #FFF;
  display: block;
  text-align: center;
  padding: 20px 0;
    font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	margin: -60px auto 30px;
	z-index: 9999;
	position: relative;
	width: 350px;
	border-radius: 7px;
	background: #1b5bd5;
	background: -moz-linear-gradient(top,#1b5bd5 0,#1547a7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1b5bd5),color-stop(100%,#1547a7));
	background: -webkit-linear-gradient(top,#1b5bd5 0,#1547a7 100%);
	background: -o-linear-gradient(top,#1b5bd5 0,#1547a7 100%);
	background: -ms-linear-gradient(top,#1b5bd5 0,#1547a7 100%);
	background: linear-gradient(to bottom,#1b5bd5 0,#1547a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b5bd5',endColorstr='#1547a7',GradientType=0);
	border-top: 1px solid #2567e4;
	border-left: 1px solid #2567e4;
	border-right: 1px solid #123e91;
	border-bottom: 1px solid #123e91;
	box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
}
.content1 .lp_button_text:hover,
.content1 .lp_button_text:active, 
.content1 .lp_button_text:focus {
    background: #1547a7;
    background: -moz-linear-gradient(top,#1547a7 0,#1b5bd5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1547a7),color-stop(100%,#1b5bd5));
    background: -webkit-linear-gradient(top,#1547a7 0,#1b5bd5 100%);
    background: -o-linear-gradient(top,#1547a7 0,#1b5bd5 100%);
    background: -ms-linear-gradient(top,#1547a7 0,#1b5bd5 100%);
    background: linear-gradient(to bottom,#1547a7 0,#1b5bd5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1547a7',endColorstr='#1b5bd5',GradientType=0);
    border-top: 1px solid #123e91;
    border-left: 1px solid #123e91;
    border-right: 1px solid #2567e4;
    border-bottom: 1px solid #2567e4;
    box-shadow: inset -1px -1px 1px rgba(255,255,255,0.5);
    outline: 0;
}
#reasons {
  background: #1a1a1a;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#1a1a1a, #000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#1a1a1a, #000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#1a1a1a, #000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#1a1a1a, #000);
  /* Standard syntax */
  height: 73px;
  padding: 20px 0;
}
.lp_reasons_box h1 {
  display: block;
  font-weight: normal;
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
}
.lp_reasons_box h1.first_word {
  color: #f35b00;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: normal;
}
.content2 .lp_reasons_box {
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}
.lp_reasons_box::before {
	font-family: "Ubuntu",sans-serif;    
    font-size: 63px;
    left: 10px;
    position: absolute;
    top: -10px;
	color: #484848;
}
.lp_reasons_box:nth-child(2)::before {
	content: "1";
}
.lp_reasons_box:nth-child(3)::before {
	content: "2";
}
.lp_reasons_box:nth-child(4)::before {
	content: "3";
}
.content2 {
  display: block;
  margin: auto;
  width: 100%;
}
.content2 > div {
  width: 25%;
  float: left;
}
.content2 .custom {
  /*background: url(../images/jc/bg_arrow.png) no-repeat scroll center right;*/
}
.content2 .custom h1, .content2 .custom h2{

  font-family: "Ubuntu", sans-serif;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}
.content2 .custom h1 {
  color: #face14;
}
.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 {
  bottom: 40px;
  position: absolute;
  right: 59px;
  z-index: 9999;
  color: #FFF;
  font-weight: bold;
  background: #000;
}
.wrapper {
  margin: 0 auto;
  width: 1100px;
  padding: 0;
  position: relative;
}
.white_div {
  border-top: 1px solid #FFF;
}
#header {
  height: 110px;
  position: relative;
  background: #333;  
  display: flex;
  align-items: center;
}
#header .button {
  position: absolute;
  text-indent: -99999px;
}
#header .button a {
  display: block;
}
#header #download {
  background: url('../../miamiclub_landingpages/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('../../miamiclub_landingpages/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 #3e3e3e;
}
.frontpage #header .button {
  display: none;
}
#footer {
  background: #333; 
  padding: 10px 0 0 0;
  text-shadow: 0.1em 0.1em 0.2em black;
  color: #fff;
  position: relative;
  z-index: 100;
  font-size: 11px;
}
#footer .custom {
  padding-bottom: 4px;
  display: block;
  margin: auto;
  text-align: center;
}
#footer .paymentlogos .custom a img{
	width: 60px;
}
#logocontainer {
  position: relative;
  z-index: 1000;
  width: 291px;
  height: 104px;
  margin: 0;
}
#logocontainer h1 {
  padding: 0;
  border: 0;
  text-indent: -99999px;
  display: block;
  height: 104px;
  margin: 0;
  background: url('/images/jc_logo_new.png') no-repeat transparent center center;
}
.right_top_image{
	position: absolute;
	right: 0;
	top: 0;
	height: 160px;
	display:none;
}
.right_top_image img{
	max-width: 100%;
	max-height: 100%;
}
.right_top_image.jackpot{
	letter-spacing: 5px;
	height: auto;
	background: url("/images/jackpotBG.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 520px;
	height: 78px;
	display: flex;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
}
.right_top_image.jackpot p{
	display: inline-block;
	margin: 0;
}
.right_top_image.jackpot .text{
	font-family: "AvenirL", sans-serif;
	font-size: 2.5em;
}
.right_top_image.jackpot .value{
	font-family: "AvenirBlack", sans-serif;	
	position: absolute;
	right: 0;
	width: 63%;
	text-align: center;
	font-size: 2.2em;
}
.right_top_image.jackpot .value::before{
	content: "$";
}
.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;
}

/* Responsive */
@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 1024px;
  }
  .content2 .custom > p {
    font-size: 16px;
  }
	.content1 .left_image h1 {
		font-size: 70px;
	}

	.content1 .left_image h2 {
		font-size: 40px;
	}
	.lp_reasons_box::before{
		left: 5px;
	}
}
/* 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: 30px auto 20px;
    display: block;
  }
  .content2 .lp_reasons_images .rimage {
    display: block;
    margin: 20px auto;
  }
  
  .content2 .custom h1, .content2 .custom h2{
	  font-family: "Ubuntu", sans-serif;
	  display: inline-block;
	  font-weight: 700;
	  margin: 0;
	  font-size: 25px; 
  }
  .lp_reasons_box h1.first_word{
	margin-top: 15px;
  }
   .lp_reasons_box::before{
	top: 2px;
	font-size: 56px;
	left: 0;
  }
  .lp_reasons_box h1.first_word{
	font-size: 16px;
  }
  .lp_reasons_box h1 {
    font-size: 14px;
  }
  .content2 .custom > p {
    padding: 24px 0;
    font-size: 12px;
  }
  body {
  }
  body #footer ul.menubuttons {
    position: relative;
    height: auto;
  }
	.content1 .left_image h1 {
		font-size: 70px;
	}

	.content1 .left_image h2 {
		font-size: 40px;
	}
	.content1 .lp_button_text {padding: 25px 0;}
}
@media only screen and (max-width: 768px) {

   body {
		background-position: center 78px;
		
   }
   .right_top_image.jackpot{
		font-size: 0.8em;
		letter-spacing: 1px;
		width: 300px;
		height: 48px;
	}
	.right_top_image.jackpot .text{
		font-size: 2.1em;
	}
	.right_top_image.jackpot .value{
		font-size: 2em;
	}
	.content1 .left_image h1 {
		font-size: 60px;
	}

	.content1 .left_image h2 {
		font-size: 30px;
	}
   
  .wrapper {
    width: 100%;
  }
  #header {
    height: 68px;
  }
  #logocontainer {
    width: 240px;
  }
  #logocontainer h1 {
	background-position: center center;
    width: 240px;
    height: 88px;
    background-size: 100%;
    margin: 10px auto;
  }
  .right_top_image{
	height: 68px;
  }  
  .nav.menufooter li {
    float: none;
    border: none;
  }
  .frontpage #header .wrapper {
    background: none;
  }
  .content1 .left_image,
  .content1 .right_image {
    /*float: none;*/
  }
  .content1 .left_image {
    width: 60%;
  }
  .content1 .right_image {
    width: 40%;
  }
  .content1 .lp_button_text {
    font-size: 2em;
    height: 55px;
    line-height: 55px;
	padding: 10px 0;
	width: 180px;
  }
  .content2 > div {
    float: none;
    text-align: center;
    width: 100%;
  }
  .content2 .custom > p {
    width: 100%;
    padding: 10px 0;
	display: none;
  }
  .content2 .custom {
    background: none;
  }
  .content2 .lp_reasons_box {
    text-align: center;
    line-height: 40px;
  }
  #reasons {
    height: auto;
  }
  .lp_reasons_box h1 {
    font-size: 21px;
	display: inline-block;
  }
  .lp_reasons_box::before{
	position: relative;
	top: 2px;
	font-size: 23px;
	margin-right: 15px;
  }
}
/* iphone */
@media only screen and (max-width: 640px) {
  body {
  }
  body .leftcol,
  body #bottom_wrapper,
  body #tabcontainer,
  body #features {
    display: none;
  }
  body.frontpage #footer {
    margin-top: 10px;
  }
  body #header .button {
    display: none;
  }
  body #header {
  }
  body #topleft,
  body #topright,
  body .bulbs {
    display: none;
  }
   
	.content1 .left_image h1 {
		font-size: 60px;
	}

	.content1 .left_image h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 480px) {
  
	/* .right_top_image{ */
		/* display: block; */
	/* } */
	
	.right_top_image.jackpot{
		height: 25px;
		width: 200px;
	}
	.right_top_image.jackpot .value {
		font-size: 1.2em;
	}
	.right_top_image.jackpot .text {
		font-size: 1.4em;
	}
	#logocontainer {
		width: 240px;
		height: 88px;
	}
	.lp_reasons_box h1 {
	font-size: 14px;
	}
  	.content1 .left_image h1 {
		font-size: 40px;
	}

	.content1 .left_image h2 {
		font-size: 30px;
	}
	.content1 .left_image p, .content1 .left_image p.smaller {
		font-size: 25px;
	}
	.content2 .lp_reasons_box {
		width: 90%;
		padding: 0 5%;
	}
	a.terms {
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
	.promo-images .left-promo-image,
	.promo-images .right-promo-image {
		width: 100%;
	}
	.lp_promo_box{
		text-align: center;
	}
	.content1 .left_image,
	.content1 .right_image  {
		width: 100%;
		position: relative;
		float: none;
	}
	
	  .content1 .right_image {
		margin-top: -30px;
		display: block;
	  } 
	  .content1 .left_image ul {
		  margin-top: -20px;
	  }
	.content1 .top-logo .right_image{
		float: none;
	}
	.content1 .top-logo .right_image img{
		display: none;
	}
	.content1 .right_image > img{
		padding-top: 75px;
	}
	.content1 .lp_button_text {
		height: 40px;
		line-height: 40px;
		width: 90%;
		margin: 0 5%;
		position: absolute;
		top: 0;
	}
	.content1 .left_image ul{
		width: 100%;
		text-align: left;
	}
	
	.right_image > img {
		display: none;
	}
}
@media only screen and (max-width:1500px){
   .paymentarea img{width:auto; height:60px;}
}


@media only screen and (max-width:768px){
   .paymentarea img{width:auto;height:50px;}
}


@media only screen and (max-width: 480px){

    .paymentarea img{width:auto; height:35px;}
}