/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'BurbankBigCondensed-Bold';
  src: url('../fonts/BurbankBigCondensed-Bold.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/BurbankBigCondensed-Bold.otf')  format('opentype'),
	   url('../fonts/BurbankBigCondensed-Bold.woff') format('woff'), 
	   url('../fonts/BurbankBigCondensed-Bold.ttf')  format('truetype'), 
	   url('../fonts/BurbankBigCondensed-Bold.svg#BurbankBigCondensed-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
::selection {
  background: #000; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #000; /* Gecko Browsers */
}
body {
	overflow-x: hidden;
	position: relative;
	background: #fff;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul li {
	list-style-type: none;
}
header, section {
	position: relative;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
	a:hover, a:focus, a:visited, a:active {
	text-decoration: none !important;
	outline: none !important;
}
.double-margin {
	margin-right: -30px;
	margin-left: -30px;
}
.double-padding {
	padding-right: 30px;
	padding-left: 30px;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'BurbankBigCondensed-Bold';
	color: #fff;
	font-size: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e66939+0,ffdb4e+100 */
	background: rgb(230,105,57); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(230,105,57,1) 0%, rgba(255,219,78,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(230,105,57,1) 0%,rgba(255,219,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(230,105,57,1) 0%,rgba(255,219,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66939', endColorstr='#ffdb4e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: relative;
}
.header-content {
	padding: 70px 0 40px 0;
	text-align: center;
}
header h1 {
	color: #fff;
	margin: 0 0 15px 0;
	font-size: 6em;
	text-transform: uppercase;
	line-height: 0.55em;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}
header h1 span {
	display: block;
	font-size: 0.5em;
}
.sub-text {
	color: #ffed8d;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1em;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}

/*--------------------------------------------------------------
# Content Section
--------------------------------------------------------------*/
.content-section {
	background: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding: 50px 0 0 0;
}

/*--------------------------------------------------------------
# Generator Title
--------------------------------------------------------------*/
.title-wrapper {
	margin: 0 0 30px 0;
}
.title-wrapper h2 {
	margin: 0;
	color: #81a2b1;
	font-size: 5em;
	text-align: center;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.card-button-wrapper {
	position: absolute;
	width: 100%;
	bottom: -10px;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.fortnite-button {
	font-size: 1.4em;
	display: block;
	color: #000;
	width: 160px;
	height: 50px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	line-height: 55px;
	margin: 0 auto;
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
.fortnite-button span {
	position: relative;
	z-index: 2;
	color: #000;
	display: block;
	text-align: center;
}
.fortnite-button:after {
	background: #f0ed63;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
    box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
    -webkit-animation: jelly 6s ease-in-out infinite;
    animation: jelly 6s ease-in-out infinite;
    -webkit-transform-origin: 50% 50% 20px;
    -ms-transform-origin: 50% 50% 20px;
    transform-origin: 50% 50% 20px;
	z-index: 1;
}
@-webkit-keyframes jelly{
    0%{
        -webkit-transform:matrix(1,0,0,1,0,0);
        transform:matrix(1,0,0,1,0,0)
    }
    50%{
        -webkit-transform:matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1);
        transform:matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1)
    }
    to{
        -webkit-transform:matrix(1,0,0,1,0,0);
        transform:matrix(1,0,0,1,0,0)
    }
}
@keyframes jelly{
    0%{
        -webkit-transform:matrix(1,0,0,1,0,0);
        transform:matrix(1,0,0,1,0,0)
    }
    50%{
        -webkit-transform:matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1);
        transform:matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1)
    }
    to{
        -webkit-transform:matrix(1,0,0,1,0,0);
        transform:matrix(1,0,0,1,0,0)
    }
}

/*--------------------------------------------------------------
# v-Bucks Selection
--------------------------------------------------------------*/
.amount-selection-item-inner-wrapper {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.card-select-wrapper {
	max-width: 1050px;
	margin: 0 auto;
}
.amount-selection-item-inner-wrapper {
	box-shadow: -6px 7px 0 0 rgba(0, 0, 0, 0.1);
}
.amount-selection-item-inner-wrapper .card-overlay-wrapper {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	text-align: center;
	background: #16172b;
	padding: 17px 0 8px 0;
}
.v-card-amount {
	font-size: 2.7em;
	display: block;
	line-height: 0.8;
}
.v-card-label {
	font-size: 1.2em;
	display: block;
	line-height: 0.8;
}
.amount-selection-item-inner-wrapper:hover {
	box-shadow: -6px 7px 0 0 rgba(0, 0, 0, 0.2);
}
.amount-selection-item-inner-wrapper:hover .card-button-wrapper {
	bottom: 10px;
	opacity: 1;
}

/*--------------------------------------------------------------
# Step 1
--------------------------------------------------------------*/
#first-step-popup-wrapper {
	width: 500px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -webkit-box-shadow: 0 0 2px 0 #868686;
    -moz-box-shadow: 0 0 2px 0 #868686;
    box-shadow: 0 0 2px 0 #868686;
    background-color: #dedede;
    text-align: center;
    border: 1px solid #333;
    background: #ccc;
	min-height: 450px;
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    background: #87adc9;
    background: -moz-linear-gradient(top, #87adc9 0%, #4b6086 100%);
    background: -webkit-linear-gradient(top, #87adc9 0%,#4b6086 100%);
    background: linear-gradient(to bottom, #87adc9 0%,#4b6086 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87adc9', endColorstr='#4b6086',GradientType=0 );
	margin: 0 auto;
	padding: 50px  50px 30px 50px;
	position: relative;
	overflow: hidden;
}
.first-step-popup-inner-wrapper {
	position: relative;
}
.first-step-popup-inner-wrapper .v-card-amount {
	font-size: 1.6em;
}
.first-step-popup-inner-wrapper .v-card-label {
    font-size: 0.9em;
}
.first-step-popup-inner-wrapper .amount-selection-item-inner-wrapper .card-overlay-wrapper {
	bottom: 25px;
	padding: 12px 0 8px 0;
}
.selected-amount-value-wrapper {
	background: #85abd2;
	padding: 10px 0;
	-webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
    box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
    -webkit-animation: jelly 6s ease-in-out infinite;
    animation: jelly 6s ease-in-out infinite;
    -webkit-transform-origin: 50% 50% 20px;
    -ms-transform-origin: 50% 50% 20px;
    transform-origin: 50% 50% 20px;
}
.selected-amount-info-label {
	font-size: 1.2em;
	text-align: center;
	display: block;
	line-height: 0.7em;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
	margin-top: 5px;
}
.selected-amount-info-val {
	font-size: 2em;
	text-align: center;
	display: block;
	line-height: 0.7em;
	margin-top: 15px;
	color: #ffed8d;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}
.selected-amount-info-val-label {
	font-size: 1em;
	text-align: center;
	display: block;
	line-height: 0.7em;
	margin-top: 5px;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}
.player-username-wrapper {
	margin-top: 15px;
}
.styled-label {
	font-size: 0.9em;
	margin: 0 0 3px 0;
	display: block;
	line-height: 1;
	color: #ffed8d;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}
.styled-input {
	width: 100%;
	background: #85abd2;
    height: 55px;
    padding: 0 15px;
    border-radius: 0;
    border: none;
    color: #fff;
	box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
}
.player-platform-wrapper {
	position: relative;
	margin-top: 20px;
}
.bottom-platform-row {
	margin-top: 6px;
}
.platform-item-wrapper {
	background: #85abd2;
    padding: 2px 15px 7px 15px;
    border-radius: 0;
    border: none;
    color: #fff;
	-webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
	box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.platform-item-wrapper.active {
	background: #ffed8d;
}
.platform-img {
	max-height: 15px;
}
.platform-item-wrapper span {
	display: block;
	margin-top: 4px;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
	color: #fff;
	line-height: 0.7em;
}
.platform-item-wrapper.active span {
	color: #000;
	text-shadow: none;
}
.step-button-wrapper {
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Console
--------------------------------------------------------------*/
.second-step-popup-inner-wrapper {
	position: relative;
	left: 600px;
	height: 355px;
}
.console-message-wrapper {
	min-height: 90px;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}
.console-message {
	font-size: 1.6em;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
	text-align: center;
}
.console-progress-bar-wrapper {
	display: none;
}
.console-loadbar {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
    padding: 5px 7px;
	background: rgba(0, 0, 0, 0.3);
	margin-top: 5px;
	margin-bottom: 15px;
	-webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
	box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.console-loadbar div {
	font-family: arial;
	font-size: 10px;
	color: white;
	text-align: right;
	text-shadow: 0px 0px 2px #000;
	text-indent: 9999px;
	overflow: hidden;
	background: #b83df2;
}
#console-username-val {
	font-size: 1.4em;
}
.console-username-wrapper {
	position: relative;
	display: none;
	background: rgba(0,0,0,0.3);
	padding: 20px 10px;
	max-width: 170px;
	margin: 53px auto 20px auto;
	box-shadow: -6px 7px 0 0 rgba(0, 0, 0, 0.1);
	text-shadow: -2px 1px 0px rgba(0,0,0,0.3);
}
.console-username-wrapper.connected {
	background: #62e374;
	color: #fff;
}
.c-message-success {
	color: #62e374;
}
.c-message-error {
	color: #ff245d;
}
.console-count-to-wrapper {
	position: relative;
	margin: 0 auto;
	display: none;
	max-width: 160px;
}
.console-count-to-wrapper .v-card-amount {
	font-size: 1.7em;
}
.console-count-to-wrapper  .v-card-label {
	font-size: 0.8em;
}
.console-count-to-wrapper .amount-selection-item-inner-wrapper .card-overlay-wrapper {
	bottom: 35px;
}
.console-card-overlay-wrapper.connected {
	background: #62e374;	
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3), 0 -3px 2px 0 rgba(0, 0, 0, 0.3);
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}

/*--------------------------------------------------------------
# Recent Activity
--------------------------------------------------------------*/
.human-verification-wrapper {
	position: relative;
	display: none;
}
.human-verification-wrapper h3 {
	color: #ffed8d;
	font-size: 2em;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}
.human-verification-wrapper p {
	color: #fff;
	text-shadow: -2px 1px 0px rgba(0,0,0,0.3);
}
.time-left-wrapper {
	text-shadow: -2px 1px 0px rgba(0,0,0,0.3);
}
#human_verification_timer_time {
	display: block;
	color: #ffed8d;
}


/***** Preloader *****/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background: rgba(23, 26, 33, 1);
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffed8d;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffed8d;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffed8d;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;        
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
    left: 0;
	background: #87adc9;
	background: -moz-linear-gradient(top, #87adc9 0%, #4b6086 100%);
	background: -webkit-linear-gradient(top, #87adc9 0%,#4b6086 100%);
	background: linear-gradient(to bottom, #87adc9 0%,#4b6086 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87adc9', endColorstr='#4b6086',GradientType=0 );
}
#loader-wrapper .loader-section.section-right {
    right: 0;
	background: #87adc9;
	background: -moz-linear-gradient(top, #87adc9 0%, #4b6086 100%);
	background: -webkit-linear-gradient(top, #87adc9 0%,#4b6086 100%);
	background: linear-gradient(to bottom, #87adc9 0%,#4b6086 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87adc9', endColorstr='#4b6086',GradientType=0 );
}
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(100%);  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.3s 1s ease-out;  
	transition: all 0.3s 1s ease-out;
}
.no-js #loader-wrapper {
    display: none;
}

/*--------------------------------------------------------------
# Recent Activity
--------------------------------------------------------------*/
.preloader {
	display: none;
}
.loader {
	color: #ffed8d;
	font-size: 90px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.verification-loader-wrapper .loader {
	font-size: 40px;
	margin: 30px auto;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Recent Activity
--------------------------------------------------------------*/
.recent-activity-wrapper {
	position: relative;
	width: 500px;
	margin: 100px auto 0 auto;
	min-height: 300px;
}
.recent-activity-wrapper:after {
	background: url('../img/activity-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 10px;
}
.recent-activity-title {
	background: url('../img/activity-header-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	width: 300px;
	height: 100px;
	text-align: center;
	font-size: 2em;
	position: relative;
	z-index: 5;
	padding: 22px 10px;
	margin: 0 auto;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
	top: -30px;
}

.recent-activity-frame {
	overflow-y: hidden;
	position: relative;
}
.recent-activity {
	height: 200px;
	overflow-y: hidden;
	width: 100%;
	overflow-x: hidden;
	display: block;
	position: relative;
	z-index: 5;
	width: 380px;
	margin: 0 auto;
}
	
#recent-activity-row {
	margin-bottom: 50px;
}
div.sticky-queue { 
	display: block;
	left: 0;
	top: 0;
	margin: 0;	
	position: relative;	
	width: 100%;
}
.sticky {
	background: url('../img/sticky-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	padding: 10px 10px 0 10px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 90%;
	margin: 0 auto 10px auto;
}
div.recent-activity-tab	{  
	padding: 7px 0 3px 0;
}
div.sticky	{
	font-size: 12px;
	color: #8f8300;
	display: none;
	position: relative;
}
img.sticky-close {
	display: none;
}
.recent-activity-user-wrapper {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	top: 10px;
	width: 170px;
	height: 60px;
}
.r-a-user-icon {
	max-width: 30px;
	margin-right: 6px;
	margin-left: 10px;
	position: relative;
	top: -3px;
}
.activity-username {
	color: #ffed8d;
	font-size: 1.6em;
	position: relative;
	line-height: 1.2;
	top: 0;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}
.activity-generated-amount {
	position: relative;
	display: inline-block;
	font-size: 1.6em;
	color: #fff;
	line-height: 1;
	height: 60px;
	vertical-align: top;
	top: 3px;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}
.activity-generated-amount:before {
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 5px;
	top: 7px;
	width: 25px;
	height: 25px;
	left: -2px;	
	background: url('../img/r-1.png') center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

/***** Ludyfeed *****/
.ludy-offers-wrapper {
	position: relative;
	padding: 30px 30px 30px 30px;
	margin-bottom: 40px;
	max-width: 450px;
	margin: 0 auto;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	-webkit-box-shadow: 0 0 2px 0 #868686;
	-moz-box-shadow: 0 0 2px 0 #868686;
	box-shadow: 0 0 2px 0 #868686;
	background-color: #dedede;
	text-align: center;
	border: 1px solid #333;
	background: #ccc;
	min-height: 370px;
	-webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
	clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
	background: #87adc9;
	background: -moz-linear-gradient(top, #87adc9 0%, #4b6086 100%);
	background: -webkit-linear-gradient(top, #87adc9 0%,#4b6086 100%);
	background: linear-gradient(to bottom, #87adc9 0%,#4b6086 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87adc9', endColorstr='#4b6086',GradientType=0 );
}
.ludy-offers-wrapper h4 {
	text-align: center;
	color: #ffed8d;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
	margin-bottom: 10px;
	font-size: 1.6em;
}
.ludy-offers-wrapper p {
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
	text-shadow: -2px 1px 0px rgba(0,0,0,0.3);
	font-size: 0.9em;
}

body {
	counter-reset: item;
}
.ludy-offers-wrapper ol {
	list-style: none;
	padding: 0;
}
.ludy-offers-wrapper a {
	display: block;
	margin-bottom: 7px;
	text-align: center;
	font-size: 0.75em;
	width: 100%;
	background: rgb(224,187,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(224,187,0,1) 0%, rgba(255,255,32,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(224,187,0,1) 0%,rgba(255,255,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(224,187,0,1) 0%,rgba(255,255,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0bb00', endColorstr='#ffff20',GradientType=0 ); /* IE6-9 */
	border: 2px solid rgba(255,255,255,0.5);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4), inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 8px 10px 10px 10px;
	color: #000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	margin-top: 120px;
	text-align: center;
	padding: 5px 0;
	color: rgba(0, 0, 0, 0.35);
	font-size: 0.65em;
	position: relative;
	z-index: 10;
}
footer .copyright-notice  {
	margin-top: 3px;
}
footer .copyright-notice span {
	display: block;
	margin-top: 3px;
}
footer a {
	color: #81a2b1;
}
footer a:hover {
	color: #b83df2;
}
.f-n-l:after {
	display: inline-block;
	content: '|';
	margin: 0 3px;
	position: relative;
	color: rgba(0,0,0,0.2);
}
.f-n-l:last-child:after {
	display: none;
}

/*--------------------------------------------------------------
# Footer Popups
--------------------------------------------------------------*/
.footer-popup-wrapper {
    width: 500px;
	margin: 0 auto;
	position: relative;
}
.footer-popup-title-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	top: -10px;
}
.footer-popup-wrapper h1 {
	margin: 0 0 20px 0;
	background: url('../img/activity-header-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	width: 300px;
	height: 80px;
	text-align: center;
	font-size: 1.6em;
	position: relative;
	z-index: 5;
	padding: 22px 10px;
	margin: 0 auto;
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
	top: -30px;
}
.footer-popup-inner-wrapper {
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -webkit-box-shadow: 0 0 2px 0 #868686;
    -moz-box-shadow: 0 0 2px 0 #868686;
    box-shadow: 0 0 2px 0 #868686;
    background-color: #dedede;
    text-align: center;
    border: 1px solid #333;
    background: #ccc;
	height: 450px;
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    background: #87adc9;
    background: -moz-linear-gradient(top, #87adc9 0%, #4b6086 100%);
    background: -webkit-linear-gradient(top, #87adc9 0%,#4b6086 100%);
    background: linear-gradient(to bottom, #87adc9 0%,#4b6086 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87adc9', endColorstr='#4b6086',GradientType=0 );
	margin: 0 auto;
	padding: 50px  50px 30px 50px;
	overflow-y: scroll;
	position: relative;
}
.contact-form-wrapper {
	overflow-y: hidden;
}
.footer-popup-wrapper h2 {
	font-size: 1.4em;
	margin: 20px 0 5px 0;
	color: #ffed8d;
}
.footer-popup-wrapper p {
	color: #fff;
	font-size: 0.8em;
	text-align: justify;
	text-align-last: left;
	-moz-text-align-last: left;
}
.input-style::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.input-style::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.input-style:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.input-style:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.footer-popup-wrapper .input-style {
	background: #85abd2;
	height: 45px;
	padding: 0 15px;
	border-radius: 0;
	border: none;
	color: #fff;
}
.footer-popup-wrapper textarea.input-style {
	height: auto;
	padding: 10px 15px;	
}
.footer-popup-wrapper label {
	font-size: 0.9em;
	font-weight: 300;
	text-align: center;
	display: block;
	margin: 0;
	color: #ffed8d;
}
#msgSubmit {
	margin-top: 5px;
	font-size: 1em;
}
.footer-popup-wrapper .mfp-close {
	position: absolute;
	right: -35px;
	top: -35px;
	cursor: pointer;
	display: block;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: block;
	line-height: 1;
	font-family: 'BurbankBigCondensed-Bold';
	color: #fff;
	font-size: 2.4em;
}
.help-block.with-errors {
	font-size: 0.8em;
	color: red;
}
.help-block.with-errors ul {
	margin: 0;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	.header-content {
		padding: 54px 0 17px 0;
	}
	header h1 {
		font-size: 5em;
	}
	.sub-text {
		font-size: 1.8em;
	}
	.title-wrapper h2 {
		font-size: 4em;
	}
}
@media screen and (max-width: 992px) {
	header img {
		margin-top: 65px;
	}
	header h1 {
		font-size: 4.5em;
	}
	.sub-text {
		font-size: 1.7em;
	}
	.v-card-amount {
		font-size: 1.6em;
	}
	.v-card-label {
		font-size: 0.9em;
	}
	.amount-selection-item-inner-wrapper .card-overlay-wrapper {
		padding: 7px 0 3px 0;
		bottom: 52px;
	}
	.amount-selection-item-inner-wrapper .fortnite-button {
		font-size: 1.2em;
		width: 100px;
		height: 38px;
		line-height: 42px;
	}
}
@media screen and (max-width: 763px) {
	header img.img-fluid {
		margin: 30px auto 0 auto;
		display: table;
		max-width: 250px;
	}
	.title-wrapper h2 {
		font-size: 3em;
	}
	.amount-selection-item-wrapper {
		margin-bottom: 30px;
	}
	.v-card-amount {
		font-size: 2.4em;
	}
	.v-card-label {
		font-size: 1.2em;
	}
	.amount-selection-item-inner-wrapper .card-overlay-wrapper {
		padding: 15px 0 8px 0;
		bottom: 70px;
	}
}
@media screen and (max-width: 570px) { 
	.recent-activity-wrapper {
		width: 380px;
	}
	#first-step-popup-wrapper {
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) { 
	.footer-popup-wrapper {
		width: 90%;
		margin: 30px auto 0 auto;
	}
	.footer-popup-wrapper h1 {
		width: 240px;
	}
	.contact-form-wrapper {
		height: 500px;
	}
}
@media screen and (max-width: 530px) { 
	.selected-amount-info-val {
		font-size: 1.6em;
		margin-top: 8px;
	}
	.selected-amount-info-label {
		font-size: 1em;
	}
	#first-step-popup-wrapper { 
		padding: 50px 20px 30px 20px;
	}
	
}
@media screen and (max-width: 450px) { 
	.v-card-amount {
		font-size: 1.6em;
	}
	.v-card-label {
		font-size: 0.9em;
	}
	.amount-selection-item-inner-wrapper .card-overlay-wrapper {
		padding: 7px 0 3px 0;
		bottom:65px;
	}
}
@media screen and (max-width: 430px) { 
	.title-wrapper h2 {
		font-size: 2em;
	}
	.recent-activity-wrapper {
		width: 300px;
	}
	.recent-activity {
		width: 280px;
		height: 220px;
	}
	.recent-activity-title {
		width: 245px;
		padding: 18px 10px;
		height: 90px;
		top: -22px;
	}
	.recent-activity-user-wrapper {
		height: auto;
	}
	.activity-generated-amount {
		left: 15px;
	}
	#first-step-popup-wrapper .col-5, #first-step-popup-wrapper .col-7 {
		width: 100%;
		max-width: 100%;
		flex: none;
	}
	#first-step-popup-wrapper .first-amount-item-wrapper {
		max-width: 100px;
		margin: 0 auto;
	}
	.first-step-popup-inner-wrapper .v-card-amount {
		font-size: 1.2em;
	}
	.first-step-popup-inner-wrapper .amount-selection-item-inner-wrapper .card-overlay-wrapper {
		bottom: 0;
	}
	.console-message {
		font-size: 1.4em;
	}
	.loader {
		font-size: 70px;
		width: 1em;
		height: 1em;
		border-radius: 50%;
		margin: 50px auto;
	}
	#first-step-popup-wrapper {
		min-height: auto;
	}
	.second-step-popup-inner-wrapper {
		height: 310px;
	}
	.console-count-to-wrapper {
		max-width: 120px;
	}
	.verification-loader-wrapper .loader {
		font-size: 20px;
		margin: 15px auto;
	}
	.human-verification-wrapper p {
		font-size: 0.8em;
	}
	.time-left-wrapper {
		font-size: 0.8em;
	}
	.console-count-to-wrapper .v-card-amount {
		font-size: 1.4em;
	}
	.console-count-to-wrapper .amount-selection-item-inner-wrapper .card-overlay-wrapper {
		bottom: 25px;
	}
}
@media screen and (max-width: 390px) { 
	.v-card-amount {
		font-size: 1.6em;
	}
	.v-card-label {
		font-size: 0.9em;
	}
	.amount-selection-item-inner-wrapper .card-overlay-wrapper {
		padding: 7px 0 3px 0;
		bottom: 55px;
	}
	.platform-item-wrapper span {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 360px) { 
	.v-card-amount {
		font-size: 1.4em;
	}
	.v-card-label {
		font-size: 0.8em;
	}
	.amount-selection-item-inner-wrapper .card-overlay-wrapper {
		padding: 7px 0 3px 0;
		bottom: 55px;
	}
}
@media screen and (max-width: 340px) { 
	.v-card-amount {
		font-size: 1.3em;
	}
	.v-card-label {
		font-size: 0.7em;
	}
	.amount-selection-item-inner-wrapper .card-overlay-wrapper {
		padding: 7px 0 3px 0;
		bottom: 50px;
	}
	.platform-item-wrapper span {
		font-size: 0.8em;
	}
	.console-message {
		font-size: 1.2em;
	}
}
/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/