*, *::before, *::after {
    box-sizing: content-box;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
    height: auto;
    width: 100%;
}
html, body {
    background-color: #001f3c;
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    margin: 0;
}
.yellow {
    color: #fbf80a;
}
.red {
    color: #b80000;
}
h1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
body{
	background: #000;
}
section {
    display: block;
    height: auto;
    width: 100%;
}
header {
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    min-height: 105px;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 30;
}
header .Main {
	position: relative;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
    width: 100%;
}
header .Main img {
    background-size: 100% auto;
    display: inline-block;
    margin: 10px auto;
    max-width: 290px;
    padding: 0;
    width: 80%;
}
header .Main img.icons {
    background-size: 100% auto;
    display: inline-block;
    margin: 5px auto;
    padding: 0;
    width: 30%;
}
header .Main .tc_info {
    bottom: 0;
    position: absolute;
    right: 15px;
}
header .Main .tc_info .tc_link {
    color: #999;
    font-size: 11px;
	cursor: pointer;
}
header .Main .tc_info .tc_text{
	display: none;
}
header .Main .home_link {
    bottom: 0;
    position: absolute;
    right: 156px;
	color: #999;
    font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}
header .Main .home_link:after{
	content: "|";
	padding: 10px;
}
section#bg {
    background: rgba(0, 0, 0, 0) no-repeat scroll center top;
    display: block;
    height: auto;
    left: 0;
    margin: 125px auto 0;
    min-height: 1000px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.content1 {
    display: block;
    height: auto;
    margin: 40px auto 10px;
    max-width: 960px;
    min-height: 500px;
    width: 100%;
}

@media all and (min-width: 991px) {
    .content1 .lp_promo_box {
        margin-bottom: 30px;
    }
}


.content1 .left_image {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    width: 50%;
}

.content1 .left_image img {
    display: block;
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
}

.content1 .coupon_title {
    color: #ccc;
    display: table;
    font-size: 28px;
    margin: auto;
    text-align: center;
    width: 270px;
}

.content1 .left_image p {
    /*background: #fff none repeat scroll 0 0;*/
    color: #121b39;
    display: table;
    font-size: 58px;
    margin: auto;
    text-align: center;
    width: 270px;
}

.content1 .coupon-code a {
    color: #fff;
}

.content1 .right_image {
    display: inline-block;
    margin: 0 auto;
    padding: 25px;
    position: relative;
    width: 49%;
}
.content1 .lp_button_text {
    bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    max-width: 334px;
    position: absolute;
    width: 100%;
	text-decoration: none;
	background: #00E9A1;
	padding: 25px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
}

.content1 .lp_button_text:hover{
	background: #0fbc8f; /* 
    background: -webkit-linear-gradient(#f14e48, #c3221c); 
    background: -o-linear-gradient(#f14e48, #c3221c); 
    background: -moz-linear-gradient(#f14e48, #c3221c); 
    background: linear-gradient(#f14e48, #c3221c); */
}

.content2 {
    display: block;
    height: auto;
    margin: 20px auto;
    max-width: 960px;
    padding: 0 20px;
    width: 100%;
}
.content2 .lp_reasons_images {
    height: auto;
    max-width: 960px;
    min-height: 150px;
    width: 100%;
	text-align: center;
}
.content2 .lp_reasons_images .rimage {
    display: inline-block;
    margin: 10px 5px;
    max-width: 307px;
    padding: 0;
    width: 30%;
}
.content2 .lp_reasons_box p a{
	color: #fff;
}

footer {
    height: 180px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  position: relative;
}

footer  img{
    display: block;
    margin: 5px auto;
    max-width: 630px
}
footer .footer1{
	background: #000826;
	position: absolute;
	bottom: -1px;
	width: 100%;
}

footer .footer1 .footer_linie img{
	margin: 0 auto;
	padding: 0;
	max-width: 50%;
}

/* ColorBox */

#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}
#cboxOverlay {
    background: #000 none repeat scroll 0 0;
}
#colorbox {
    outline: 0 none;
}
#cboxContent {
    background: #000 none repeat scroll 0 0;
}
.cboxIframe {
    background: #fff none repeat scroll 0 0;
}
#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}
#cboxLoadedContent {
    background: #fff none repeat scroll 0 0;
    color: #9d9d9d;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    padding: 20px;
}
#cboxTitle {
    color: #ccc;
    left: 0;
    position: absolute;
    top: -20px;
}
#cboxCurrent {
    color: #ccc;
    position: absolute;
    right: 0;
    top: -20px;
}
#cboxLoadingGraphic {
    background: rgba(0, 0, 0, 0) url("../images/cbox_loading.gif") no-repeat scroll center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0 none;
}
#cboxSlideshow {
    color: #fff;
    position: absolute;
    right: 90px;
    top: -20px;
}
#cboxPrevious {
    background: rgba(0, 0, 0, 0) url("../images/controls.png") no-repeat scroll left top;
    height: 65px;
    left: 5px;
    margin-top: -32px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
}
#cboxPrevious:hover {
    background-position: left bottom;
}
#cboxNext {
    background: rgba(0, 0, 0, 0) url("../images/controls.png") no-repeat scroll right top;
    height: 65px;
    margin-top: -32px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
}
#cboxNext:hover {
    background-position: right bottom;
}
#cboxClose {
    background: rgba(0, 0, 0, 0) url("/images/icon_close.png") no-repeat scroll center top;
    display: block;
    height: 25px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 0;
    width: 25px;
}

@media only screen and (max-width: 1000px) {
	.content1 {
		min-height: 450px;
	}
	.content1 .left_image img{
		width: 85%;
	}
	section#bg .Content .left img.promo {
		margin: 30px auto 0;
	}		
	footer .footer1 .footer_linie img{
		max-width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.content1 {
		margin: 10px auto;
		min-height: 400px;
	}
	section#bg .Content .left img.promo {
		margin: 30px auto 0;
	}
	section#bg .Content2 .best img.mL {
		margin-left: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.content1 .right_image {
		padding: 25px 0;
	}
	.content1 .lp_button_text{
		left: 0;
	}
	
}
@media only screen and (max-width: 736px) {	
	.content1 .right_image {
		padding: 25px 0;
	}
}
@media only screen and (max-width: 667px) {
	section#bg {
		background-position: -300px 0;
	}
	header .Main img {
		width: 50%;
	}
	.content1 {
		margin: 10px auto;
		min-height: 600px;
	}
	
	.content1 .left_image,
	.content1 .right_image{
		margin: auto;
		display: block;
		width: 100%;
	}
	.content1 .left_image img{
		width: 90%;
	}
	.content2{
		width: 100%;
		max-width: 100%;
		min-height: 50px;
	}		
	.content2 .lp_reasons_images .rimage{
		display: block;
		margin: 20px auto;
	}
	.content2 .lp_reasons_images .rimage{
		width: 90%;
	}
	.content1 .lp_button_text{
		width: 90%;
		font-size: 1.5em;
	}
	.lp_reasons_box > h1{
		font-size: 20px;
	}
	section#bg .Content2 .best img.mL {
		margin-left: 5px;
	}
	section#bg .Content .right img.btn {
		position: relative;
	}
	.content1 .lp_button_text{
		top: 10px;
		bottom: auto;
	}
	.content1 .right_image img{
		margin-top: 60px;
	}
}
@media only screen and (max-width: 510px) and (orientation: portrait) {
	header {
		min-height: 80px;
	}
	section#bg {
		background-position: -300px 0;
		margin: 80px auto 0;
	}
	header .Main img {
		width: 50%;
	}
	.content1 {
		margin: 10px auto;
		min-height: 600px;
	}
	.content2 {
		min-height: 50px;
	}
	section#bg .Content2 .best img.mL {
		margin-left: 5px;
	}
}
@media only screen and (max-width: 510px) and (orientation: landscape) {
	header {
		min-height: 80px;
	}
	section#bg {
		background-position: -300px 0;
		margin: 80px auto 0;
	}
	header .Main img{
		width: 50%;
	}
	.content1 {
		margin: 10px auto;
		min-height: 600px;
	}
	.content2 {
		min-height: 50px;
	}
	section#bg .Content2 .best img.mL {
		margin-left: 5px;
	}
}
@media only screen and (max-width: 415px) {
	header {
		min-height: 125px;
	}
	section#bg {
		background-position: -300px 0;
		margin: 125px auto 0;
	}
	header .Main img{
		background-size: 100% auto;
		margin: 10px auto;
		padding: 0;
		width: 75%;
	}
	
	.content1 .left_image p {
		font-size: 40px;
	}
	section#bg .Content2 .best img.bestimg {
		width: 100%;
	}
	section#bg .Content2 .best img.mL {
		margin: 10px auto;
	}
	section#bg footer .contact {
		height: auto;
		margin: 0 auto;
		max-width: 290px;
		min-height: 20px;
	}
	section#bg footer .contact img.mL {
		margin-left: 5px;
	}
	@media only screen and (max-width: 320px) {
		header {
			min-height: 140px;
		}
		section#bg {
			background-position: -300px 0;
			margin: 140px auto 0;
		}
		header .Main img {
			background-size: 100% auto;
			margin: 10px auto;
			padding: 0;
			width: 70%;
		}
		section#bg .Content2 .best img.bestimg {
			width: 100%;
		}
		section#bg .Content2 .best img.mL {
			margin: 10px auto;
		}
		section#bg footer .contact {
			height: auto;
			margin: 0 auto;
			max-width: 290px;
			min-height: 20px;
		}
		section#bg footer .contact img.mL {
			margin-left: 5px;
		}
	}
}
.coin {
	position: absolute;
	background-size: 100% 100%;
  }
  .coin01 {
	width: 60px;
	height: 32px;
	left: 30px;
	top: -32px;
	background-image: url(http://www.thunderboltcasino.com/images/landingPage/affiliateLP/chips01.png);
	animation: coinDrop01 2.1s linear infinite;
	-webkit-animation: coinDrop01 2.1s linear infinite;
  }
  .coin02 {
	width: 30px;
	height: 23px;
	left: 15%;
	top: -100px;
	background-image: url(http://www.thunderboltcasino.com/images/landingPage/affiliateLP/chips02.png);
	animation: coinDrop02 3.3s linear infinite;
	-webkit-animation: coinDrop02 3.3s linear infinite;
  }
  .coin03 {
	width: 40px;
	height: 32px;
	left: 20%;
	top: -82px;
	background-image: url(http://www.thunderboltcasino.com/images/landingPage/affiliateLP/chips03.png);
	animation: coinDrop01 2s linear infinite;
	-webkit-animation: coinDrop01 2s linear infinite;
  }
  .coin04 {
	width: 50px;
	height: 47px;
	left: 25%;
	top: -47px;
	background-image: url(http://www.thunderboltcasino.com/images/landingPage/affiliateLP/chips01.png);
	animation: coinDrop02 4s linear infinite;
	-webkit-animation: coinDrop02 4s linear infinite;
  }
  .coin05 {
	width: 50px;
	height: 22px;
	left: 35%;
	top: -32px;
	background-image: url(http://www.thunderboltcasino.com/images/landingPage/affiliateLP/chips02.png);
	animation: coinDrop01 2.8s linear infinite;
	-webkit-animation: coinDrop01 2.8s linear infinite;
  }
  .coin06 {
	width: 60px;
	height: 45px;
	left: 60%;
	top: -100px;
	background-image: url(http://www.thunderboltcasino.com/images/landingPage/affiliateLP/chips01.png);
	animation: coinDrop02 2.5s linear infinite;
	-webkit-animation: coinDrop02 2.5s linear infinite;
  }
  .coin07 {
	width: 40px;
	height: 32px;
	left: 66%;
	top: -82px;
	background-image: url(http://www.thunderboltcasino.com/images/landingPage/affiliateLP/chips03.png);
	animation: coinDrop01 4s linear infinite;
	-webkit-animation: coinDrop01 4s linear infinite;
  }
  .coin08 {
	width: 50px;
	height: 47px;
	left: 75%;
	top: -47px;
	background-image: url(http://www.thunderboltcasino.com/images/landingPage/affiliateLP/chips02.png);
	animation: coinDrop02 3s linear infinite;
	-webkit-animation: coinDrop02 3s linear infinite;
  }
  .coin09 {
	width: 60px;
	height: 32px;
	left: 81%;
	top: -102px;
	background-image: url(http://www.thunderboltcasino.com/images/landingPage/affiliateLP/chips01.png);
	animation: coinDrop01 1.9s linear infinite;
	-webkit-animation: coinDrop01 1.9s linear infinite;
  }
  .coin10 {
	width: 60px;
   height: 45px;
	left: 90%;
	top: -45px;
	background-image: url(http://www.thunderboltcasino.com/images/landingPage/affiliateLP/chips02.png);
	animation: coinDrop02 2s linear infinite;
	-webkit-animation: coinDrop02 2s linear infinite;
  }
  @keyframes coinDrop01 {
	0% {
	  margin-top: 0;
	}
	20% {
	  margin-top: 0;
	}
	65% {
	  transform: rotate(90deg);
	}
	100% {
	  transform: rotate(140deg);
	  margin-top: 500px;
	}
  }
  @keyframes coinDrop02 {
	0% {
	  margin-top: 0;
	}
	65% {
	  transform: rotate(-90deg);
	}
	100% {
	  transform: rotate(-140deg);
	  margin-top: 500px;
	}
  }
  @-webkit-keyframes coinDrop01 {
	0% {
	  margin-top: 0;
	}
	20% {
	  margin-top: 0;
	}
	65% {
	  -webkit-transform: rotate(90deg);
	}
	100% {
	  -webkit-transform: rotate(140deg);
	  margin-top: 500px;
	}
  }
  @-webkit-keyframes coinDrop02 {
	0% {
	  margin-top: 0;
	}
	65% {
	  -webkit-transform: rotate(-90deg);
	}
	100% {
	  -webkit-transform: rotate(-140deg);
	  margin-top: 500px;
	}
 }
  
          


