/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
::selection {
  background: #e25f2a; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #e25f2a; /* Gecko Browsers */
  color: #fff;
}
body {
	overflow-x: hidden;
	position: relative;
	background: url('../img/main-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
}
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: 'Quicksand', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bangers', cursive;
	font-weight: 400;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	position: relative;
	text-align: center;
	position: relative;
	z-index: 35;
	max-width: 700px;
	margin: 0 auto;
}
.header-content {
	padding: 100px 0 0 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
.float-r {
	max-width: 200px;
	width: 200px;
	position: absolute;
	right: -15%;
	bottom: -50%;
}
.float-l {
	max-width: 200px;
	width: 200px;
	position: absolute;
	left: -20%;
	bottom: -50%;
}
.float-box-inner {
	background: #ff5d64;
	color: #FFF;
	-webkit-box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	width: 280px;
	padding: 30px 15px 15px 25px;
	text-align: center;
	font-size: 0.8em;
}
.float-box {	
	position: absolute;
	left: 5%;
	top: 10%;	
	z-index: 19;
	-webkit-animation:float 2.2s infinite ease-in-out;
    animation:float 2.2s infinite ease-in-out;
}
.float-box-2 {
	position: absolute;
	right: -330px;
	top: 30%;	
	z-index: 19;
	-webkit-animation:float 2.2s infinite ease-in-out;
    animation:float 2.2s infinite ease-in-out;
	z-index: 50;
}
.float-box span, .float-box-2 span {
	display: block;
	font-weight: 700;
	font-size: 1.2em;
}
.float-box-2 span.plus {
	font-size: 5em;
	line-height: 0.5
}
.float-box-arrow {
	content: '';
	width: 57px;
	height: 52px;
	background: url('../img/arrow-left.png');
	position: absolute;
	display: block;
	margin: 10px auto 0 auto;
	bottom: 22px;
	left: -33px;
	background-size: 100% 100%;
	z-index: 20;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
	-webkit-box-shadow: 0 3px 0 #eb2d35,0 7px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 0 #eb2d35,0 7px 0 rgba(0,0,0,0.1);
}
@-webkit-keyframes float{
    0%{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
    65%{
        -webkit-transform:translateY(2em);
        transform:translateY(2em)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
}
@keyframes float{
    0%{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
    65%{
        -webkit-transform:translateY(2em);
        transform:translateY(2em)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
}
@-webkit-keyframes float2{
    0%{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
    65%{
        -webkit-transform:translateY(1em);
        transform:translateY(1em)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
}
@keyframes float2{
    0%{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
    65%{
        -webkit-transform:translateY(1em);
        transform:translateY(1em)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
}
/*--------------------------------------------------------------
# Content Section
--------------------------------------------------------------*/
.container {
	max-width: 1000px;
}
.content-section {
	padding: 20px 0 0 0;
	position: relative;
	z-index: 9;
}

/*--------------------------------------------------------------
# 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;
}
.poke-button {
	font-size: 1.4em;
	display: table;
	color: #000;
	height: 60px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	line-height: 60px;
	margin: 0 auto;
	background: #ff5d64;
	color: #FFF;
	-webkit-box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	cursor: pointer;
	padding: 0 40px;
	border: none;
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.poke-button:hover {
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
.poke-button span {
	position: relative;
	z-index: 2;
	color: #fff;
	display: block;
	font-weight: 700;
	text-align: center;
}
@-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
--------------------------------------------------------------*/
.generator-background-wrapper {
	position: relative;
	padding-top: 50px;
	max-width: 700px;
	margin: 0 auto;
}
.gen-bg-top, .gen-bg-mid, .gen-bg-bot {
	position: relative;
}
.gen-bg-top {
	background: url('../img/container-bg-t.png');
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100% auto;
	background-position: top left;
}
.gen-bg-top:before {
	content: '';
	display: block;
	padding-top: 13%;
}
.gen-bg-mid {
	background: url('../img/container-bg-m.png');
	width: 100%;
	background-size: 100% auto;
	background-position: top left;
	padding: 0 100px;
}
.gen-bg-bot {
	background: url('../img/container-bg-b.png');
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100% auto;
	background-position: top left;
}
.gen-bg-bot:before {
	content: '';
	display: block;
	padding-top: 16%;
}
.gen-header-wrapper {
	color: #fff;
	position: absolute;
	left: 0; 
	top: 0;
	width: 100%;
}
.gen-header-inner-wrapper {
	max-width: 400px;
	position: relative;
	top: -30px;
	margin: 0 auto;
	background: #ff5d64;
	color: #FFF;
	-webkit-box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 60px;
	text-align: center;
}
.gen-header-inner-wrapper h2 {
	line-height: 60px;
	font-size: 2em;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 27%;
    display: block;
    width: 80px;
    height: 85px;
    padding: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
	z-index: 99999;
	background: #ff5d64;
	color: #FFF;
	-webkit-box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	border: none;
	text-align: center;
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slick-prev:focus, .slick-next:focus, .slick-prev:active, .slick-next:active {
	outline: none !important;
}
.slick-prev:after {
	content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	font-size: 80px;
	line-height: 65px;
	color: #fff;
	position: relative;
	z-index: 5;
	display: block;
	text-align: center;
	left: -2px;
}
.slick-prev {
	left: -70px;
}
.slick-next {
	right: -70px;
}
.slick-next:after {
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	font-size: 80px;
	line-height: 65px;
	color: #fff;
	position: relative;
	z-index: 5;
	display: block;
	text-align: center;
	right: -2px;
}
.slick-prev:hover, .slick-next:hover {
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
.slider-wrapper{
	padding-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	z-index: 20;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.slick-dots li.slick-active {
	background: #ff5d64;
	border: 1px solid #ff5d64;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-list {
	-webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.moving .slick-list {
    -webkit-transform:scale(.6) translateZ(0);
    transform:scale(.6) translateZ(0)
}
.moving .slick-list .slick-slide {
    visibility:visible;
    opacity:0.5;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.slick-list {
	overflow: visible;
}
.slick-slide {
	opacity:0;
}
.slick-current {
	opacity:1;
}
.slider-button-wrapper {
	position: relative;
	top: -50px;
}
.slider-outer {
	overflow: hidden;
}
.slider-wrapper {
	max-width: 250px;
	margin: 0 auto;
	
}
.slick-slide {
	margin: 0 30px;
}
.slide-item-img {
	border-radius: 7px;
	border: 7px solid #ffd642;
	margin: 0 auto;
}
.selected-amount-inner-wrapper {
	background: #ffd642;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	display: table;
	margin: 0 auto;
	padding: 7px 10px 2px 75px;
	position: relative;
	min-width: 190px;
	top: 6px;
}
.selected-amount-inner-wrapper:before {
	content: '';
	height: 38px;
	display: block;
	position: absolute;
	top: 12px;
	left: 15px;
	width: 50px;
	background: url('../img/r-1.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
#sel-val {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	font-size: 2em;
	font-family: 'Bangers', cursive;
	letter-spacing: 1px;
	line-height: 1.1;
}
.sel-val-label {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.6);
	font-size: 0.6em;
	letter-spacing: 1px;
	line-height: 1;
}
/*--------------------------------------------------------------
# Step 1
--------------------------------------------------------------*/
#first-step-popup-wrapper {
	width: 90%;
	max-width: 800px;
	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;
}
.first-step-popup-inner-wrapper {
	position: relative;
    text-align: center;
    border: 5px solid #ffa912;
	min-height: 450px;
    background: #ffd642;
	margin: 0 auto;
	padding: 50px  50px 30px 50px;
	position: relative;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.second-step-popup-inner-wrapper {
	position: relative;
    text-align: center;
    border: 5px solid #ffa912;
	min-height: 450px;
    background: #ffd642;
	margin: 0 auto;
	padding: 50px  50px 30px 50px;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.first-step-popup-header-wrapper {
	background: #ffa912;
	text-align: center;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.first-step-popup-header-wrapper h3 {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', cursive;
	line-height: 55px;
	color: #fff;
	font-weight: 700;
	font-size: 1.8em;
}
.first-amount-item-wrapper {
	position: relative;
}
.first-amount-item-wrapper .selected-amount-inner-wrapper {
	top: 0;
	background: none;
}
.first-amount-item-wrapper #sel-val-2 {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	font-size: 2em;
	font-family: 'Bangers', cursive;
	letter-spacing: 1px;
	line-height: 1.1;
} 
.pm-card {
	border-radius: 10px;
	max-width: 175px;
	margin-top: 7px;
	border: 5px solid rgba(0, 0, 0, 0.1);
}
.username-select-wrapper, .platform-select-wrapper {
	background: #ffa912;
	border-radius: 15px;
	position: relative;	
}
.player-username-wrapper {
	margin-top: 15px;
}
.styled-label {
	font-size: 0.9em;
	margin: 0 0 3px 0;
	display: block;
	line-height: 1;
	color: #323232;
}
.styled-input {
	width: 100%;
	background: transparent;
    height: 90px;
    padding: 0 15px 0 65px;
    border-radius: 0;
    border: none;
    color: #fff;
	font-size: 1.4em;
	box-shadow: none;
	font-weight: 700;
}
.platform-select-icon-wrapper {
	position: absolute;
	left: 15px;
	top: 24px;
}
.username-select-icon-wrapper {
	position: absolute;
	left: 15px;
	top: 30px;
}
.player-select-icon {
	max-width: 35px;
}
.platform-outer-wrapper {
	margin-top: 20px;
}
.platform-select-icon-wrapper svg {
	font-size: 2em;
}
.step-button-wrapper {
	margin-top: 50px;
	margin-bottom: 30px;
}
.human-verification-wrapper .step-button-wrapper {
	margin-top: 20px;
	margin-bottom: 30px;
}
}
.first-step-title-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
.first-step-title-wrapper h3 {
	margin-bottom: 0;
	line-height: 1;
	font-size: 1.6em;
}
.first-step-title-wrapper h4 {
	color: #000;
	margin-top: 0;
	line-height: 1;
}
#plus-separator {
	display: block;
	color: rgba(0, 0, 0, 0.3);
	font-size: 2em;
	line-height: 0.5;
	margin-top: 3px;
}
#bb-count {
	margin-right: 5px;
}
.select2-container--default .select2-selection--single {
	width: 100%;
	background: transparent;
    height: 90px;
	line-height: 90px;
    padding: 6px 15px 0 65px;
    border-radius: 0;
    border: none;
    color: #000;
	font-size: 1.4em;
	font-weight: 700;
	box-shadow: none;
	border-radius: 0;
	text-align: left;
}
#select2-platform-select-input-container {
	color: #fff;
	line-height: 75px;
	text-align: left;
}
.select-option {
	background: #ffa912;
	padding: 10px 0;
	color: #000;
	line-height: 50px;
	font-size: 0.6em;
	font-family: 'BurbankBigCondensed-Bold';
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
	border-width: 0 10px 12px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 33px;
	right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 12px 10px 0 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 0;
}
.select2-dropdown{
    background-color: #ffa912;
    border: none;
    border-radius: 0;
    box-sizing:border-box;
    display:block;
    position:absolute;
    left:-100000px;
    width:100%;
    z-index:1051;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: rgba(0, 0, 0, 0.2);
}
.select2-container--default .select2-results__option {
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
}
.completed-wrapper {
	position: absolute;
	right: 30%;
	bottom: 10px;
	display: none;
}
/*--------------------------------------------------------------
# Resource Select
--------------------------------------------------------------*/
.slick-vbucks-item {
	width: 240px !important;
	background: #ffbb62;
	-webkit-clip-path: polygon(0 15%,100% 0,100% 100%,0 100%);
	clip-path: polygon(0 15%,100% 0,100% 100%,0 100%);
	padding: 20px 30px;
}
.slick-vbucks-item img {
	display: table;
	max-width: 110px;
	margin: 0 auto;
}
.vbucks-val {
	font-size: 2.8em;
	line-height: 1;
}
.vbucks-lab {
	line-height: 1;
	font-size: 1.2em;
	color: rgba(0, 0, 0, 0.4);
}
.vbucks-select-wrapper {
	max-width: 300px;
	margin: 0 auto;
}
.vbucks-select-wrapper .slick-dots {
	bottom: -35px;
}
.slick-vbucks-slider .slick-dots .slick-dots li {
	width: 10px;
	height: 10px;
}
.slick-vbucks-slider .slick-dots .slick-dots li button {
	width: 10px !important;
	height: 10px !important;
}
/*--------------------------------------------------------------
# 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-align: center;
	color: #323232;
	font-family: 'Bangers', cursive;
}
.console-progress-bar-wrapper {
	display: none;
}
.console-loadbar {
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 10%;
    padding: 5px 7px;
	background: rgba(0, 0, 0, 0.2);
	margin-top: 5px;
	margin-bottom: 15px;
	-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;
	border-radius: 20px;
}
.console-loadbar div {
	font-family: arial;
	font-size: 30px;
	color: white;
	text-align: right;
	text-shadow: 0px 0px 2px #000;
	text-indent: 9999px;
	overflow: hidden;
	background: #62e374;
	border-radius: 20px;
}
#console-username-val {
	font-size: 1.4em;
}
.console-username-wrapper {
	position: relative;
	display: none;
	background: #ffa912;
	padding: 20px 10px;
	max-width: 170px;
	margin: 53px auto 20px auto;
	box-shadow: -6px 7px 0 0 rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.console-username-wrapper.connected {
	background: #62e374;
	color: #fff;
}
.c-message-success {
	color: #228B22;
}
.c-message-error {
	color: #ff5d64;
}
.console-count-to-wrapper {
	position: relative;
	margin: 0 auto;
	display: none;
	max-width: 180px;
}
.amount-selection-item-inner-wrapper {
	background: #ffa912;
	padding: 20px 10px;
	max-width: 170px;
	text-align: center;
	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);
	border-radius: 15px;
}
#console-selected-amount-img {
	max-width: 100px;
	margin: 0 auto;
}
.console-count-to-wrapper .pm-card-amount {
	font-size: 1.6em;
	Font-family: 'Bangers', cursive;
}
.console-count-to-wrapper  .pm-card-label {
	font-size: 0.7em;
}
.console-count-to-wrapper .amount-selection-item-inner-wrapper .card-overlay-wrapper {
	bottom: 35px;
}
.console-card-overlay-wrapper.connected {
	background: #62e374;	
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}
.amount-selection-item-inner-wrapper.connected {
	background: #62e374;	
	text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}
/*--------------------------------------------------------------
# Verification
--------------------------------------------------------------*/
.human-verification-wrapper {
	position: relative;
	display: none;
}
.human-verification-wrapper h3 {
	color: #323232;
	font-size: 2em;
}
.human-verification-wrapper p {
	color: #323232;
	font-size: 0.9em;
	color: rgba(0, 0, 0, 0.5);
}
.time-left-wrapper {
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
}
#human_verification_timer_time {
	display: block;
	color: #ff5d64;
	font-weight: 700;
}

/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
.f-s-loader-wrapper {
	display: none;
	padding: 50px 0;
}
.loader {
	color: #ff5d64;
	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;
}
.f-s-loader-wrapper .loader {
	font-size: 80px;
	margin: 0 auto;
}
.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: 400px;
	margin: 150px auto 0 auto;
	min-height: 300px;
}
.recent-activity-bg-top {
	background: url('../img/container-bg-t.png');
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100% auto;
	background-position: top left;
}
.recent-activity-bg-top:before {
	content: '';
	display: block;
	padding-top: 13%;
}
.recent-activity-bg {
	background: url('../img/container-bg-m.png');
	width: 100%;
	background-size: 100% auto;
	background-position: top left;
	padding: 0 50px;
}
.recent-activity-bg-bot {
	background: url('../img/container-bg-b.png');
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100% auto;
	background-position: top left;
}
.recent-activity-bg-bot:before {
	content: '';
	display: block;
	padding-top: 16%;
}
.recent-activity-title {
	width: 100%;
	text-align: center;
	font-size: 1.8em;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	top: -15px;
	position: absolute;
	top: 0;
	left: 0;
}
.recent-activity-title-bg {
	max-width: 260px;
	position: relative;
	top: -30px;
	margin: 0 auto;
	background: #ff5d64;
	color: #FFF;
	-webkit-box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 60px;
	text-align: center;
}
.recent-activity-title span {
	color: #fff;
	line-height: 60px;
	font-size: 1em;
	font-family: 'Bangers', cursive;
}
.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: 90%;
	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: #ffd642;
	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;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}
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: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	height: auto;
	margin: 0 auto 0 auto;
}
.r-a-user-icon {
	max-width: 25px;
	margin-right: 6px;
	margin-left: 10px;
	position: relative;
	top: -2px
}
.activity-username {
	color: #323232;
	font-size: 1.6em;
	position: relative;
	line-height: 1.2;
	top: 0;
}
.activity-generated-amount {
	position: relative;
	display: block;
	font-size: 2.2em;
	text-align: center;
	color: #323232;
	line-height: 1;
	height: 55px;
	vertical-align: top;
	font-family: 'Bangers', cursive;
}
.activity-generated-amount:before {
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 5px;
	top: 5px;
	width: 27px;
	height: 27px;
	left: -3px;	
	background: url('../img/r-1.png') center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.activity-resource-item-label {
	font-size: 0.7em;
}
/***** Ludyfeed *****/
.ludy-offers-wrapper {
	position: relative;
	padding: 30px 30px 30px 30px;
	margin-bottom: 40px;
	width: 90%;
	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;
	background: #ccc;
	min-height: 370px;
	border: 5px solid #ffa912;
	background: #ffd642;
}
.ludy-offers-wrapper h4 {
	text-align: center;
	color: #fff;
	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: rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
	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.7em;
	font-weight: 700;
	width: 100%;
	background: #ff5d64;
	position: relative;
	padding: 10px 10px 7px 10px;
	color: #fff;
	z-index: 5;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	transform: scale(0.9);
}
.ludy-offers-wrapper a:hover {
	transform: scale(1);
}
.spinner {
  margin: 15px auto;
  width: 70px;
  text-align: center;
}
.spinner-h-v {
	margin-bottom: 10px;
}
.spinner-h-v > div {
  width: 14px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out both;
  animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}

.spinner-h-v .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-h-v .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	margin-top: 120px;
	text-align: center;
	padding: 5px 0;
	color: rgba(0, 0, 0, 0.5);
	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: rgba(255, 255, 255, 1);
	font-weight: 700;
}
footer a:hover {
	color:  rgba(255, 255, 255, 1);
}
.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: 50px auto 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: #ff5d64;
	color: #FFF;
	-webkit-box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 7px 0 #eb2d35,0 10px 0 rgba(0,0,0,0.1);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 60px;
	text-align: center;
	width: 300px;
	height: 80px;
	text-align: center;
	font-size: 1.6em;
	position: relative;
	z-index: 5;
	padding: 22px 10px;
	margin: 0 auto;
	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;
    text-align: center;
    border: 1px solid #333;
    background: #ccc;
	height: 450px;
	background: #ffd642;
	margin: 0 auto;
	padding: 50px  50px 30px 50px;
	overflow-y: scroll;
	position: relative;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}
.contact-form-wrapper {
	overflow-y: hidden;
}
.footer-popup-wrapper h2 {
	font-size: 1.4em;
	margin: 20px 0 5px 0;
	color: #323232;
}
.footer-popup-wrapper p {
	color: #323232;
	font-size: 0.7em;
	text-align: justify;
	text-align-last: left;
	-moz-text-align-last: left;
}
.input-style::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
.input-style::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
.input-style:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
.input-style:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.footer-popup-wrapper .input-style {
	background: #ffa912;
	height: 45px;
	padding: 0 15px;
	border-radius: 0;
	border: none;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #000;
}
.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: #fff;
}
#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: 1580px) {
	.float-box-2 {
		top: 20%;		
	}
	.float-box-arrow {
		bottom: 40px;
	}
	.float-box-2 .float-box-inner {
		width: 220px;
		font-size: 0.9em;
	}

}
@media screen and (max-width: 1400px) {
	.float-box-2 {
		right: -200px;
	}
	.float-box-2 {
		top: 30%;		
	}
}
@media screen and (max-width: 1200px) {
	.float-box-inner {
		width: 220px;
		font-size: 1em;
	}
	.header-content {
		padding: 54px 0 17px 0;
	}
	header h1 {
		font-size: 1.8em;
	}
	.sub-text {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 1150px) {
	.float-box-2 {
		right: -150px;
	}
	.float-box-2 .float-box-inner {
		width: 200px;
		font-size: 0.8em;
	}
	.logo {
		max-width: 400px;
	}
	.float-l img, .float-r img {
		max-width: 100%;
	}
	.float-l, .float-r {
		width: 200px;
		max-width: 200px;
	}
}
@media screen and (max-width: 1050px) {
	.float-box-2 {
		display: none;
	}
}
@media screen and (max-width: 992px) {
	.float-l {
		left: -10%;
	}
	.float-r {
		right: -10%;
	}
	header h1 {
		font-size: 1.6em;
	}
	.sub-text {
		font-size: 1.7em;
	}
	.float-box-2 {
		top: 100px;
	}
	.float-box-2 {
		position: relative;
		margin: 0 auto;
		right: 0;
		display: none;
	}
	.float-box-2 .float-box-inner {
		margin: 0 auto;
	}
	.float-box-arrow {
		width: 40px;
		height: 44px;
	}
	
}
@media screen and (max-width: 920px) {
	header .float-box .float-box-arrow {
		position: relative;
		display: table;
		margin: 0 auto;
		left: 0;
		bottom: -10px;
	}
	header .float-box .float-box-inner {
		display: table;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	header .float-box {
		position: relative;
		left: 0;
		right: 0;
	}
	.slider-button-wrapper {
		top: -30px;
	}
}
@media screen and (max-width: 830px) {
	.float-l {
		left: 0;
		bottom: -15%;
	}
	.float-r {
		right: 0;
		bottom: -15%;
	}
	.styled-input, .select2-container--default .select2-selection--single {
		font-size: 1.4em;
	}
	.platform-select-icon-wrapper svg {
		font-size: 1.5em;
	}
	.player-select-icon {
		max-width: 30px;
		position: relative;
		top: 4px;
	}
	.select2-container--default .select2-selection--single {
		padding-left: 47px;
	}
	.styled-input {
		padding-left: 52px;
	}
	.platform-select-icon-wrapper {
		top: 34px;
	}
}
@media screen and (max-width: 800px) {
	.float-l, .float-r {
		width: 160px;
		max-width: 160px;
	}
}
@media screen and (max-width: 763px) {
	header h1 span {
		font-size: 5em;
	}
	.slider-button-wrapper {
		top: -10px;
	}
}
@media screen and (max-width: 700px) { 
	.logo {
		max-width: 350px;
	}
}
@media screen and (max-width: 600px) { 
	.gen-bg-mid {
		padding: 0 50px;
	}
}
@media screen and (max-width: 580px) { 
	.float-l, .float-r {
		width: 120px;
		max-width: 120px;
	}
	.float-l {
		left: -5%;
		bottom: -15%;
	}
	.float-r {
		right: -5%;
		bottom: -15%;
	}
	.logo {
		max-width: 300px;
	}
	.footer-popup-wrapper {
		width: 90%;
		margin: 50px auto 0 auto;
	}
	.footer-popup-wrapper h1 {
		margin: 0 auto;
		height: 60px;
		padding: 12px 10px;
		top: -20px;
	}
	.first-amount-item-wrapper .selected-amount-wrapper {
		display: inline-block;
	}
	.selected-amount-img, .pm-card {
		max-width: 100px;
		display: inline-block;
	}
	.pm-card {
		position: relative;
		top: -30px;
	}
	.first-amount-item-wrapper .selected-amount-inner-wrapper {
		padding: 7px 10px 2px 55px;
		position: relative;
		min-width: auto;
	}
	.first-amount-item-wrapper #sel-val-2 {
		font-size: 1.6em;
	}
	.first-amount-item-wrapper .selected-amount-inner-wrapper:before {
	    top: 12px;
		left: 7px;
		width: 37px;
	}
}
@media screen and (max-width: 540px) { 
	.header-content {
		padding: 30px 0 10px 0;
	}
	.float-element-3 {
		width: 200px;
		height: 200px;
	}
	.float-element-3-wrapper h2 {
		font-size: 2.6em;
	}
	.float-element-3-wrapper h2 {
		top: -30px;
	}
	.float-element-3-wrapper h3 {
		top: -30px;
	}
	.float-element-3-wrapper img {
		top: -30px;
	}
	.slider-wrapper {
		width: 95%;
		max-width: 250px;
	}
	.slick-prev {
		left: -70px;
		top: 25%;
	}
	.slick-next {
		right: -70px;
		top: 25%;
	}
	.gen-bg-mid {
		padding: 0 5px;
	}
	.styled-input, .select2-container--default .select2-selection--single {
		font-size: 1.2em;
	}
	.platform-outer-wrapper {
		margin-top: 15px;
	}
	.first-step-popup-header-wrapper h3 {
		font-size: 1.4em;
	}
	.loader {
		font-size: 50px;
	}
	.console-message-wrapper {
		position: relative;
	}
}
@media screen and (max-width: 500px) { 
	#first-step-popup-wrapper { 
		padding: 50px 20px 30px 20px;
	}
	.gen-header-inner-wrapper {
		max-width: 300px;
	}
	.vbucks-select-wrapper {
		max-width: 70%;
		margin: 0 auto;
	}
	.vbucks-select-wrapper .slick-prev {
		left: -50px;
		top: 42%;
		width: 45px;
		height: 45px;
		background-size: 100%;
	}
	.vbucks-select-wrapper .slick-next {
		right: -50px;
		top: 42%;
		width: 45px;
		height: 47px;
		background-size: 100%;
	}
	.slick-vbucks-item {
		width: auto !important;
	}
	.vbucks-select-wrapper .slick-dots {
		top: auto;
		bottom: -35px !important;
	}
	.slick-dots {
		height: 20px;
		bottom: -15px;
	}	
	.styled-label {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 450px) { 
	.slick-prev, .slick-next {
		width: 55px;
		height: 70px;
	}
	.slick-prev {
		left: -40px;
		top: 25%;
	}
	.slick-next {
		right: -40px;
		top: 25%;
	}
	.slick-prev::after, .slick-next::after {
		font-size: 60px;
		line-height: 65px;
	}
	.first-step-popup-inner-wrapper {
		padding: 50px 20px 30px 20px;
	}
	.second-step-popup-inner-wrapper {
		padding: 50px 20px 30px 20px;
	}
	.console-loader-wrapper {
		min-height: 90px;
	}
	.console-message-wrapper {
		bottom: 0;
	}	
}
@media screen and (max-width: 440px) { 
	.float-l, .float-r {
		width: 110px;
		max-width: 110px;
	}
	.float-l {
		display: none;
	}
	.float-r {
		right: -7%;
		bottom: -10%;
	}
	header h1 {
		font-size: 1.4em;
		line-height: 1;
		margin-top: 20px;
	}
	header h1 span {
		font-size: 4em;
	}
	.vbucks-val {
		font-size: 2.6em;
	}
	.footer-popup-wrapper h1 {
		width: 85%;
	}
	.slider-button-wrapper {
		top: -30px;
	}
	footer .copyright-notice span {
		font-size: 0.8em;
	}
}
@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-bg {
		padding: 30px 15px 0 15px;
	}
	.recent-activity-user-wrapper {
		height: auto;
	}
	#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: 250px;
		margin: 0 auto;
	}
	.first-step-popup-inner-wrapper .pm-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.3em;
	}
	.loader {
		font-size: 40px;
		width: 1em;
		height: 1em;
		border-radius: 50%;
		margin: 50px auto;
	}
	#first-step-popup-wrapper {
		min-height: auto;
	}
	.second-step-popup-inner-wrapper {
		height: auto;
		min-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.9em;
	}
	.console-count-to-wrapper .pm-card-amount {
		font-size: 1.4em;
	}
	.console-count-to-wrapper .amount-selection-item-inner-wrapper .card-overlay-wrapper {
		bottom: 25px;
	}
	#console-selected-amount-img {
		max-width: 70px;
	}
	#console-amount {
		display: block;
	}
	.console-loadbar div {
		font-size: 15px;
	}
	.human-verification-wrapper h3 {
		font-size: 1.5em;
	}
	.completed-wrapper img {
		max-width: 70px;
		top: 15%;
	}
	.pm-card {
		max-width: 70px;
	}
	.amount-selection-item-inner-wrapper .pm-card {
		top: 0;
	}
	.amount-selection-item-inner-wrapper {
		padding: 10px 10px;
	}
	.amount-selection-item-inner-wrapper {
		margin-bottom: 25px;
	}
	.styled-input, .select2-container--default .select2-selection--single {
		height: 60px;
		font-size: 0.9em;
	}
	#select2-platform-select-input-container {
		line-height: 50px;
	}
	.player-select-icon {
		max-width: 26px;
		position: relative;
		top: -17px;
	}
	.platform-select-icon-wrapper svg {
		font-size: 1.4em;
	}
	.platform-select-icon-wrapper {
		top: 17px;
	}
	.styled-label {
		font-size: 0.7em;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 14px;
		right: 10px;
	}
	.poke-button {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 410px) { 
	.activity-generated-amount {
		font-size: 2em;
	}
	#first-step-popup-wrapper {
		padding: 50px 0 30px 0;
	}
	.console-message {
		font-size: 1.2em;
	}
	.console-username-wrapper {
		font-size: 1em;
	}
}
@media screen and (max-width: 400px) { 
	.gen-header-inner-wrapper h2 {
		font-size: 1.6em;
	}
	.gen-header-inner-wrapper {
		max-width: 245px;
	}
	.first-step-popup-header-wrapper h3 {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 375px) { 
	.header-content {
		padding: 15px 0 10px 0;
	}
	.logo {
		max-width: 250px;
	}
	.content-section {
		padding: 10px 0 0 0;	
	}
	.recent-activity-wrapper {
		margin: 75px auto 0 auto;
	}
	#console-username-val {
		font-size: 0.9em;
		font-weight: 700;
	} 
	.console-count-to-wrapper {
		position: relative;
		top: -20px;
	}
	.pm-card-label {
		text-shadow: none;
	}
	#console-platform-val {
		font-size: 0.7em !important;
	}
	.gen-bg-mid {
		padding-top: 20px;
	}
	#sel-val {
		font-size: 1.37em;
	}
	.selected-amount-inner-wrapper::before {
		width: 40px;
		top: 6px;
	}
	.selected-amount-inner-wrapper {
		padding: 7px 10px 2px 64px;
		min-width: 137px;
	}
	.sel-val-label {
		font-size: 0.5em;
	}
	.slider-wrapper {
		max-width: 200px;
	}
	.slick-prev, .slick-next {
		width: 45px;
		height: 60px;
	}
	.slick-prev {
		left: -30px;
		top: 25%;
	}
	.slick-next {
		right: -30px;
		top: 25%;
	}
	.slick-prev::after, .slick-next::after {
		font-size: 50px;
		line-height: 55px;
	}
	.console-message {
		font-size: 1.1em;
	}
	.ludy-offers-wrapper h4 {
		font-size: 1.4em;
	}
	.time-left-wrapper {
		font-size: 0.8em;
	}
	.human-verification-wrapper p {
		font-size: 0.7em;
	}
	.ludy-offers-wrapper {
		padding: 30px 5px 30px 5px; 
	}
	.ludy-offers-wrapper a {
		font-size: 0.65em;
	}
	.ludy-offers-wrapper p {
		font-size: 0.75em;
	}
}
@media screen and (max-width: 358px) { 
	.human-verification-wrapper h3 {
		font-size: 1.5em;
	}
	.first-step-popup-header-wrapper h3 {
		font-size: 1.1em;
	}
	.styled-input, .select2-container--default .select2-selection--single {
		height: 60px;
		font-size: 0.8em;
	}
}
@media screen and (max-width: 340px) { 
	.recent-activity-wrapper {
		width: 280px;
	}
	.console-message {
		font-size: 1.2em;
	}
	.vbucks-val {
		font-size: 2.2em;
	}
	.recent-activity-bg {
		padding: 30px 0 0 0;
	}
	.activity-generated-amount {
		font-size: 1.8em;
	}
	.pm-card {
		max-width: 50px;
		top: -25px;
	}
	.first-step-popup-header-wrapper h3 {
		font-size: 1em;
	}
	.styled-input, .select2-container--default .select2-selection--single {
		height: 60px;
		font-size: 0.7em;
	}
	.ludy-offers-wrapper a {
		font-size: 0.6em;
	}
}