/**************************

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.

**************************/
@font-face {
    font-family: 'Acme', sans-serif;
    src: url('../fonts/OptimusPrincepsSemiBold.eot');
    src: url('../fonts/OptimusPrincepsSemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OptimusPrincepsSemiBold.woff2') format('woff2'),
        url('../fonts/OptimusPrincepsSemiBold.woff') format('woff'),
        url('../fonts/OptimusPrincepsSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/***** Basic Typography *****/
body {
	font-family: 'Acme';
	font-weight: 400;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: 'Acme';
}
.noselect {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/***** Basics *****/
html {
	position: relative;
}
body {
	background: url('../img/main-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
	margin:0;
	padding:0;	
	position: relative;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
.container {
	max-width: 840px;
}
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;
}
.n-m-r {
	margin-right: 0;
}
.n-m-l {
	margin-left: 0;
}
.n-p-r {
	padding-right: 0;
}
.n-p-l {
	padding-left: 0;
}
/***** Loader *****/
#loader {
	position: absolute;
	background: transparent;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
	display: none;
}
.loader-container {
	display: table;
	margin: 0 auto 50px auto;
	position: relative;
	top: 25%;
	text-align: center;
}
.loader-text {
	position: relative;
	margin-top: 20px;
}
.loader-container h1 {
	position: relative;
	color: #0b63e8;
	margin-bottom: 0;
}
.loader-container h3 {
	color: #0b63e8;
	letter-spacing: 1px;
	margin-top: 10px;
}

/***** Header *****/
header {
	padding: 5% 0 15px 0;
	position: relative;
	text-align: center;
	z-index: 11;
}
.fut-logo {
	margin: 0 20px 0 0;
	display: inline;
	max-width: 450px;
}
.bs-logo-2 {
	max-width: 60px;
}
header h1 {
	color: #fff;
	line-height: 1.2em;
	font-size: 3.8em;
	margin: 0;
	font-weight: 700;
	text-shadow: 0 5px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 2px 0 #000;
	position: relative;
	z-index: 2;
}
header h1 span {
	font-size: 1.16em;
	display: block;
}
header p {
	font-size: 2em;
	color: #fff;
	font-weight: 300;
	display: table;
	margin: 20px auto 50px auto;
	width: 50%;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

/***** Button *****/
.panel-button-wrapper {
	margin: 30px auto 0 auto;
	min-height: 50px;
}
.button {
	height: 60px;
	line-height: 57px;
	background: rgb(11,99,232); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(11,99,250,1.7) 10%, rgba(80,46,31,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, (11,99,250,1.7) 10%,rgba(80,46,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, (11,99,250,1.7) 10%,rgba(80,46,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#803921', endColorstr='#502e1f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: inset 0 0 5px 0 rgba(255,255,255, 1), 0 0 5px 0 rgba(255,255,255, 1);	
	border: 0.2px solid #fff;
	padding: 0 80px;
    text-shadow: inherit;
	font-size: 2em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
    text-decoration: none;
	cursor: pointer;
	display: table;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0,0,0,0.4), -1px -1px 0 rgba(0,0,0,0.4), 1px -1px 0 rgba(0,0,0,0.4), -1px 1px 0 rgba(0,0,0,0.4), 1px 2px 0 rgba(0,0,0,0.4);
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button:visited, .button:focus {
	color: #fff;
}
.button:hover {
	color: #fff;
}	

.button-small {
    height: 35px;
    line-height: 30px;
    padding: 0 30px;
    font-size: 1em;
}

.button-not-allowed {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: not-allowed;
}
.button.button-not-allowed:active {
	height: 50px;
	line-height: 40px;
	top: 0;
}

/***** Icon Nav *****/
.icon-nav-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.icon-nav-button-wrapper {
	position: absolute;
	top: 0;
}
.icon-nav-button {
	height: 24px;
	line-height: 26px;
	width: 24px;
	padding: 0 0;
    text-shadow: inherit;
	font-size: 1.2em;
	text-align: center;
    text-decoration: none;
    color: #fff;
	background: #353535;
	box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2);
	cursor: pointer;
	display: table;
	border-radius: 3px;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: color 0.1s ease-in-out 0s;
	-moz-transition: color 0.1s ease-in-out 0s;
	-ms-transition: color 0.1s ease-in-out 0s;
	-o-transition: color 0.1s ease-in-out 0s;
	transition: color 0.1s ease-in-out 0s;
	cursor: pointer;
}
.icon-nav-button:visited, .icon-nav-button:focus {
	color: #fff;
}
.icon-nav-button:hover {
	color: #fff;
}	
.icon-nav-button:active {
	transform: scale(0.9,0.9);
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
}


/***** Popups *****/
.c-p-popup-wrapper {
	max-width: 300px;
	margin: 0 auto;
}
.c-p-popup-header-wrapper {
	padding: 10px 15px 15px 15px;
	background: #211c55; /* Old browsers */
	background: -moz-linear-gradient(top, #211c55 0%, #211c55 50%, #1d1849 50%, #1d1849 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #211c55 0%,#211c55 50%,#1d1849 50%,#1d1849 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #211c55 0%,#211c55 50%,#1d1849 50%,#1d1849 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211c55', endColorstr='#1d1849',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 -5px 0 0 rgba(0,0,0,0.3);	
	-webkit-box-shadow: inset 0 -5px 0 0 rgba(0,0,0,0.3);	
	-moz-box-shadow: inset 0 -5px 0 0 rgba(0,0,0,0.3);	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 1;
}
.c-p-popup-header-wrapper h4 {
	color: #fff;
	font-weight: 700;
	margin: 0;
	text-align: center;
	line-height: 1;
	letter-spacing: 1px;
	font-family: 'Open Sans';
	font-size: 1.4em;
}
.icon-nav-button-close {
	position: absolute;
	right: 15px;
	top: 15%;
}
.c-p-popup-content-wrapper {
	padding: 10px 10px 10px;
	background: rgba(54,55,68,1);
	position: relative;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.popup-instructions-item-wrapper {
	padding: 18px 15px 15px 15px;
	border: none;
	color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.2);
	background: #d3d3e0;
}
.popup-instructions-item-wrapper h5, .popup-instructions-item-wrapper p {
	margin: 0;
}
.popup-instructions-item-wrapper h5 {
	margin: 0;
	line-height: 1;
	font-family: 'Acme', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 4px;
	padding-bottom: 7px;
	position: relative;
	padding-left: 28px;
}
.popup-instructions-item-wrapper h5 span {
	width: 23px;
	height: 23px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -7px;
	background: #211c55;
	background: -moz-linear-gradient(top, #211c55 0%, #211c55 50%, #1d1849 50%, #1d1849 100%);
	background: -webkit-linear-gradient(top, #211c55 0%,#211c55 50%,#1d1849 50%,#1d1849 100%);
	background: linear-gradient(to bottom, #211c55 0%,#211c55 50%,#1d1849 50%,#1d1849 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211c55', endColorstr='#1d1849',GradientType=0 );
	box-shadow: inset 0 -5px 0 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -5px 0 0 rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -5px 0 0 rgba(0,0,0,0.3);
	text-align: center;
	color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 20px;
	font-weight: 700;
}
.popup-instructions-item-wrapper p {
	font-size: 1em;
	text-align: justify;
	text-align-last: left;
	line-height: 1.4em;
	-webkit-text-align-last: left;
	-moz-text-align-last: left;
}
.popup-instructions-item-wrapper {
	margin-bottom: 10px;
}
.popup-instructions-item-wrapper:last-child {
	margin-bottom: 0;
}
#c-p-popup-wrapper-1 {
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-duration: 0.3s;
}
.popup-settings-item-wrapper {
	border: none;
	color: #fff;
	margin-bottom: 10px;
	padding: 18px 15px 15px 15px;	
	border: none;
	color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.3);
	background: #d3d3e0;
}
.popup-settings-item-wrapper:last-child {
	margin-bottom: 0;
}
.popup-settings-item-wrapper h5 {
	color: #4b4b57;
	margin: 0;
	line-height: 1;
	letter-spacing: 1px;
	font-family: 'Acme';
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 7px;
	position: relative;
}
/***** Content Section *****/
.content-section {
	position: relative;
	padding: 0 0 70px 0;
}

/***** Generator Panel *****/
.generator-panel-inner-wrapper {
	position: relative;
}
.generator-panel-header {
	padding: 20px 30px 20px 30px;
	background: #1265e2;
	box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.4), 0 4px 6px 0 rgba(0, 0, 0, 1);	
	-webkit-box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.4), 0 4px 3px 0 rgba(0, 0, 0, 1);	
	-moz-box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.4), 0 4px 3px 0 rgba(0, 0, 0, 1);	
	width: 80%;
	left: 10%;
	position: relative;
	z-index: 1;
}
.generator-panel-header h3 {
	color: #fff;
	font-weight: 400;
	margin: 0;
	font-size: 2.6em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	font-family: 'Acme';
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.generator-panel-header h3.header-title-small {
	font-size: 1.4em;
}
.recent-activity-panel-wrapper .generator-panel-header {
	padding: 20px 15px 20px 15px;
}	
.generator-panel-content {
	padding: 60px 77.5px 50px;
	min-height: 250px;
	background: rgba(0,0,0,0.7);
	position: relative;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.9), inset 0 -30px 40px 0 rgba(255,255,255,0.2), inset 0 -3px 0 0 rgba(0,0,0,0.4);
	border: 1px solid #47473f;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	top: -40px;
	overflow: hidden;
}
.generator-panel-inner-wrapper-small .generator-panel-content {
	padding: 60px 35px 50px;
}
.player-info-wrapper {
	margin-bottom: 40px;
}
.player-username-wrapper {
	margin-bottom: 20px;
}
.input-label {
	color: #fff;
    padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4em;
	text-align: center;
	display: block;
	line-height: 1;
	margin-bottom: 3px;
}
.input-floating-img-wrapper {
	position: relative;
}
.player-info-input-icon {
	max-width: 45px;
	position: absolute;
	left: 7px;
	top: 26px;
}
.dark-souls-input {
	width: 100%;
	display: block;
	background: #1c1a1f;
	border: 1px solid #fff;
	height: 75px;
	padding: 5px 30px 5px 65px;
	font-size: 2em;
	color: #fff;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-ms-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}
.dark-souls-input::-webkit-input-placeholder {
	color: #fff;
}
.dark-souls-input:-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.dark-souls-input::-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.dark-souls-input:-ms-input-placeholder {
	color: #fff;
}
.player-platform-wrapper .row {
	margin: 0 -6px;
}
.player-platform-wrapper .row .col-sm-3 {
	padding: 0 6px;
}
.platform-select-img {
	max-height: 16px;
	margin: 0 auto;
	max-width: 100%;
}
.platform-select-item {
	background: #1c1a1f;
	border: 1px solid #fff;
	text-align: center;
align-self: center;
	padding: 5px 10px 5px 10px;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-ms-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	cursor: pointer;
	margin-bottom: 5px;
}
.platform-select-item span {
	display: block;
	color: #aaa;
	font-weight: 700;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-ms-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}
.platform-select-item.active {
	cursor: default;
	background: #1265e2;
}
.platform-select-item.active span {
	color: #fff;
}
@-webkit-keyframes bounceIn {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(.98, .98, .98);
        transform: scale3d(.98, .98, .98)
    }
}
@keyframes bounceIn {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(.98, .98, .98);
        transform: scale3d(.98, .98, .98)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.generator-panel-content {
	position: relative;
}
.generator-panel-dyna-frame {
	position: relative;
	min-height: 350px;
}
.generator-panel-content-dyna {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	min-height: 350px;
}



/***** Console *****/
.c-p-loader-b {
	display: table;
	margin: 130px auto 0 auto;
	padding-left: 50px;
	position: absolute;
	left: 25%;
}
.c-p-content-wrapper {
	position: relative;
	padding: 20px 50px;
	background: #1c1a1f;
	border: 1px solid #645b4f;;
	min-height: 300px;
	overflow: hidden !important;
}
.c-p-loader-s .cssload-jumping {
	position:relative;
	display:block;
	margin: 100px auto 0 auto;
	width: 179px;
}
	
.c-p-loader-s .cssload-jumping, .cssload-jumping * {
	box-sizing: border-box;
}

.c-p-loader-s .cssload-jumping span {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: #fff;
	border-radius: 813px;
	background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
}
.c-p-loader-s .cssload-jumping span:nth-child(1) {
	animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.c-p-loader-s .cssload-jumping span:nth-child(2) {
	animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.c-p-loader-s .cssload-jumping span:nth-child(3) {
	animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.c-p-loader-s .cssload-jumping span:nth-child(4) {
	animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.c-p-loader-s .cssload-jumping span:nth-child(5) {
	animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
@keyframes scale {
	0% {
		transform: scale(0);
	}
	25% {
		transform: scale(0.9, 0.9);
		background: #fff;
	}
	50% {
		transform: scale(1, 1);
		margin: 0 5px;
		background: #fff;
	}
	100% {
		transform: scale(0);
	}
}
@-o-keyframes scale {
	0% {
		-o-transform: scale(0);
	}
	25% {
		-o-transform: scale(0.9, 0.9);
		background: #fff;
	}
	50% {
		-o-transform: scale(1, 1);
		margin: 0 5px;
		background: #fff;
	}
	100% {
		-o-transform: scale(0);
	}
}
@-ms-keyframes scale {
	0% {
		-ms-transform: scale(0);
	}
	25% {
		-ms-transform: scale(0.9, 0.9);
		background: #fff;
	}
	50% {
		-ms-transform: scale(1, 1);
		margin: 0 5px;
		background: #fff;
	}
	100% {
		-ms-transform: scale(0);
	}
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
	}
	25% {
		-webkit-transform: scale(0.9, 0.9);
		background: #fff;
	}
	50% {
		-webkit-transform: scale(1, 1);
		margin: 0 5px;
		background: #fff;
	}
	100% {
		-webkit-transform: scale(0);
	}
}
@-moz-keyframes scale {
	0% {
		-moz-transform: scale(0);
	}
	25% {
		-moz-transform: scale(0.9, 0.9);
		background: #fff;
	}
	50% {
		-moz-transform: scale(1, 1);
		margin: 0 5px;
		background: #fff;
	}
	100% {
		-moz-transform: scale(0);
	}
}

.cssload-jumping{
	position:relative;
	display:block;
	margin: 0 auto;
	width:303px;
}
	
.cssload-jumping, .cssload-jumping * {
	box-sizing: border-box;
}

.cssload-jumping span {
	display: inline-block;
	height: 41px;
	width: 41px;
	background: #fff;
	border-radius: 1375px;
	background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
}

.cssload-jumping span:nth-child(1) {
	animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(2) {
	animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(3) {
	animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(4) {
	animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(5) {
	animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.c-p-content-wrapper {
	position: relative;
	top: 800px;
}
.success-icon, .username-search-icon {
	position: absolute;
	left: 20px;
	top: 0;
	max-width: 80px;
	display: none;
}
.c-p-message {
	position: relative;
	text-align: center;
}
.c-message {
	font-family: 'Acme';
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;
}
.c-message-highlighted {
	color: #2ca3d5;
}
.c-message-success {
	color: #76b741;
}
.c-message-error {
	color: #fc4349;
}
.c-r-value-label {
	color: #fff;
}
.c-p-r-username-wrapper {
	position: relative;
	top: 600px;
	width: 170px;
	display: table;
	margin: 0 auto;
}
.c-p-r-username-inner-wrapper  {
	width: 170px;
	background: #d41212;
	border: 3px solid rgba(255,255,255,0.6);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	height: 0;
	padding: 20px 10px;
	position: absolute;
	text-align: center;
	display: table;
	margin: 0 auto 20px auto;
	overflow: hidden !important;
}
#c-p-r-username-value {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	text-overflow: ellipsis;
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
}
#c-p-r-username-value.connected {
	color: #13ce26;
}
#c-p-r-platform-value {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 6px;
	display: block;
	color: #fff;
	position: relative;
	text-overflow: ellipsis;
	font-size: 1em;	
}

.bounceInfinity {
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes bounceInfinite {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
}

@keyframes bounceInfinite {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
}
.bounceInfinity {
    -webkit-animation-name: bounceInfinite;
    animation-name: bounceInfinite;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.c-p-r-item-label {
	display: block;	
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1;
}
.c-p-r-item-value {
	font-size: 1.8em;
	line-height: 1;
	margin-bottom: 5px;
	-webkit-animation-duration: .15s;
    animation-duration: .15s;
	display: block;
	text-align: center;
	font-weight: 700;
}

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}

.c-p-loadbar {
	position: relative;
	top: 500px;
}
.console-loadbar {
    position: relative;
    padding: 0;
	margin-top: 5px;
	background: #1c1a1f;
	border: 1px solid #645b4f;	
}
.c-p-loadbar {
	margin-top: 5px;
}
.console-loadbar div {
	font-size: 15x;
	text-align: right;
	text-indent: 9999px;
	overflow: hidden;
	background: #265cdc;
}
.dark-souls-input-hidden {
	display: none !important;
}


/***** Code *****/
.generated-code-outer-wrapper  {
	text-align: center;
	position: relative;
	top: 600px;
	display: table;
	margin: 0 auto;
	display: none;
}
.generated-code-wrapper {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #265cdc;
	border: 3px solid rgba(255,255,255,0.6);
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	padding: 20px 15px 18px 15px;
	font-size: 1.4em;
	color: #fff;
	font-weight: 700;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}
.verification-generated-code-outer-wrapper {
	margin-top: 8px;
}
}
.verification-generated-code-static-outer-wrapper {
	margin-top: 8px;
}
.your-generated-code-label {
	font-size: 1.4em;
	margin-bottom: 5px;
	color: #fff;	
}
.verification-generated-code {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #265cdc;
	border: 3px solid rgba(255,255,255,0.6);
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	padding: 20px 15px 18px 15px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 700;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}
.verification-generated-code-static {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #265cdc;
	border: 3px solid rgba(255,255,255,0.6);
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
	padding: 20px 15px 18px 15px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 700;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}

/***** Human Verification *****/
.c-p-wrapper {
	position: relative;
}
#c-p-human-verification-wrapper {
	position: absolute;
	text-align: center;
	top: 700px;
	left: 0;
	width: 100%;
}
.c-p-human-verification-inner-wrapper h3 {
	color: #fff;
	margin-top: 0;
}
.c-p-human-verification-inner-wrapper p {
	color: #fff;
}

.h-v-time-left-wrapper {
	position: relative;
	top: 25px;	
	text-align: center;
}
.h-v-time-left-wrapper span.time-label {
	color: #fff;
}
.h-v-time-left-wrapper #human_verification_timer_time {
	display: table;
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	margin: 0 auto;
}
/***** Recent Activity *****/
.recent-activity-panel-wrapper .generator-panel-content {
	min-height: auto;
	top: 0;
}
.recent-activity-panel-wrapper .generator-panel-header {
	top: 30px;
}
.recent-activity-panel-wrapper .generator-panel-content {
    padding: 50px 35px 30px;
}
.recent-activity-panel-wrapper {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 320px;
	padding-bottom: 20px;
	top: auto;
	min-height: auto;
}
.recent-activity-frame {
	overflow-y: hidden;
	position: relative;

}
.recent-activity {
	height: 160px;
	overflow-y: hidden;
	width: 100%;
	font-family: 'Acme';
	overflow-x: hidden;
	background: rgba(255,255,255,0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 5px 5px 5px;	
	display: inline-block;
}
	
#recent-activity-row {
	margin-bottom: 50px;
}
div.sticky-queue { 
	display: block;
	left: 0;
	top: 0;
	margin: 0;	
	position: relative;	
	width: 100%;
}
.sticky {
	background: #265cdc;
	padding: 0 10px 0 10px;
	border: 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
	box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.3);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
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;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	top: 5px;
}
.recent-activity-player-avatar {
	max-width: 25px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.activity-username {
	color: #fff;
	font-size: 1.2em;
	position: relative;
	line-height: 2.3em;
	top: 0;
	font-weight: 400;
}
.activity-generated-amount {
	position: relative;
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 1.4em;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 2px 0 rgba(0, 0, 0, 0.2);
	line-height: 1;
}
.activity-generated-amount {
	height: 30px;
	vertical-align: top;
}
.activity-generated-amount .activity-generated-code:before {
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 5px;
	top: 4px;
	width: 20px;	
	height: 20px;
	background: url('../img/key-code-icon.png') center center;
	background-size: 100%;
	background-repeat: no-repeat;
}


/***** Swal Error *****/
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.swal2-modal {
	max-width: 280px !important;
	background: #ffffff !important; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-9 */
	font-family: "Encode Sans Condensed" !important;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.swal2-modal .swal2-title {
	color: #252525 !important;
}
.swal2-confirm {
    background-color: #00a1cc !important;
    border-left-color: #00a1cc !important;
    border-right-color: #00a1cc !important;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
}
/***** Footer *****/
footer {
	margin-top: 100px;
	text-align: center;
	padding: 5px 0 7px 0;
	color: rgba(0, 0, 0, 0.2);
}
footer p {
	text-align: center;
	display: block;
	font-size: 0.7em;
	margin: 2px auto 0 auto;
}
.footer-link, .footer-link:visited {
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 1px;
	line-height: 1;
	position: relative;
	padding: 3px 10px 0 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	height: 20px;
	color: #fff;
	line-height: 17px;
	border-radius: 3px;	
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	display: inline-block;
}
.footer-link:hover, .footer-link:focus {
	color: #7a7a61;
}
.footer-separator {
	color: rgba(0, 0, 0, 0.1);
	margin: 0 5px;
}
.popup-wrapper  {
    max-width: 300px;
    margin: 0 auto;
}
.footer-popup-header-wrapper {
    padding: 10px 15px 10px 15px;
    background: #461906;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(255,255,255,0.1), 0 -2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(255,255,255,0.1), 0 -2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -3px 0 0 rgba(255,255,255,0.1), 0 -2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.footer-popup-header-wrapper h3 {
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
	font-weight: 400;
    font-size: 1.2em;
}
.footer-popup-content-wrapper {
	padding: 10px 20px 10px;
	background: rgba(0,0,0,0.9);
	position: relative;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.9), inset 0 -30px 40px 0 rgba(255,255,255,0.2), inset 0 -3px 0 0 rgba(0,0,0,0.4);
	border: 1px solid #47473f;
	border-top: none;
    position: relative;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
	color: #353535;
	color: #fff;
}
#terms-of-service .footer-popup-content-wrapper, #privacy-policy .footer-popup-content-wrapper {
	max-height: 500px;
	overflow-y: scroll;
}
#terms-of-service h1 {
	margin-top: 30px !important;
}
.popup-wrapper h2 {
	color: #7a7a61;
	margin-bottom: 0;
}
.popup-wrapper input[type="text"], .popup-wrapper input, .form-control[disabled], .popup-wrapper textarea {
	padding: 5px 20px;
	font-weight: 400;
	font-size: 1.1em;
	height: 50px;
}
.popup-wrapper textarea {
	height: auto;
}
.popup-wrapper label {
	font-size: 1em;
	font-weight: 400;
}
.tos-pp-content-wrapper h2 {
	font-size: 1.2em;
	margin-top: 10px;
	color: #7a7a61;
}
.tos-pp-content-wrapper p {
	font-size: 0.9em;
}
#contact-us .form-group {
    margin-bottom: 10px;
}
button#form-submit {
	border: none;
}
/***** Responsive Design *****/

@media screen and (max-width: 1520px) { 
	.recent-activity-panel-wrapper {
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
		padding-bottom: 20px;
		top: auto;
		min-height: auto;
	}
}
@media screen and (max-width: 650px) { 
	.generator-panel-header h3 {
		font-size: 2.2em;
	}
	.generator-panel-header {
		width: 90%;
		left: 5%;
	}
}
@media screen and (max-width: 480px) { 
	#content-section {
		padding: 0 30px;
	}
	html, body {
		height: 100%;
	}
	#loader {
		position: fixed;
	}
	.loader-container h1 {
		font-size: 1.4em;
	}
	.loader-container h3 {
		font-size: 1.2em;
	}
	.loader-container {
		top: 35%;
	}
	header {
		padding-bottom: 0;
	}
	.fut-logo {
		max-width: 350px;
	}
	.content-section, .container {
		padding: 0;
	}
	.generator-panel-header {
		width: 100%;
		left: 0;
		top: 30px;
	}
	.c-p-loader-b {
		left: 0;
	}
	footer {
		display: none;
	}	
	.player-info-intro {
		text-align: center;
	}
	.player-info-intro p {
		text-align: justify;
		text-align-last: center;
		-webkit-text-align-last: center;
		-moz-text-align-last: center;
	}
	.button {
		padding: 0 20px;
		width: 100%;
	}
	.generator-panel-header h3 {
		font-size: 1.8em;
	}
	.player-info-wrapper img {
		margin-top: 0;
	}
	.dark-souls-input {
		padding: 5px 30px 5px 50px;
	}
	.input-label {
		font-size: 1.1em;
	}
	.player-info-input-icon {
		max-width: 35px;
		top: 22px;
	}
	.dark-souls-input {
		font-size: 1.2em;
		height: 60px;
	}
	.platform-select-item {
		padding: 5px 10px 5px 10px;
		margin-bottom: 7px;
	}
	.platform-select-img {
		max-height: 10px;
	}
	.generator-panel-content {
		padding: 60px 30px 60px;
		top: 0;
	}
	.generated-code-wrapper {
		width: 100%;
	}
	.generator-panel-navigation {
		width: 100%;
	}	
	#human-verification-button {
		font-size: 1.2em;
	}
	.recent-activity {
		height: 360px;
	}
	.recent-activity-user-wrapper, .activity-generated-amount {
		height: 30px;
		vertical-align: top;
	}
	.recent-activity-frame {
		padding: 5px;
		position: relative;
		top: 30%;
	}
	.recent-activity-player-avatar {
		max-width: 17px;
	}
	.activity-username {
		font-size: 0.9em;
	}
	.activity-generated-amount {
		font-size: 0.9em;
	}
	div.recent-activity-tab {
		padding: 12px 0 10px 0;
	}
	.generated-code-wrapper {
		font-size: 1.2em;
	}
	.c-message {
		font-size: 1.4em;
	}
	.player-username-wrapper {
		margin-bottom: 30px;
	}
	.cssload-jumping span {
		display: inline-block;
		height: 32px;
		width: 32px;
		background: #ffba6e;
		border-radius: 1375px;
		background-clip: padding-box;
			-o-background-clip: padding-box;
			-ms-background-clip: padding-box;
			-webkit-background-clip: padding-box;
			-moz-background-clip: padding-box;
	}
	.c-p-r-item-label {
		font-size: 1em;
	}
}
@media screen and (max-width: 420px) {
	#content-section {
		padding: 0 15px;
	}	
	.generator-panel-content {
		padding: 55px 20px 60px;
	}
	.c-message {
		font-size: 1.2em;
	}
	.verification-generated-code {
		font-size: 1em;
	}
    .verification-generated-code-static {
		font-size: 1em;
	}
	
}
@media screen and (max-width: 390px) {
	.generator-panel-header h3 {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 380px) {
	.generated-code-wrapper {
		font-size: 1em;
	}
	.generator-panel-header {
		padding: 15px 30px 12px 30px;
	}
	.activity-generated-amount {
		font-size: 1em;
	}
	.activity-username {
		font-size: 1em;
	}
	.activity-generated-amount .activity-resourceitem1 {
		margin-right: 5px;
	}
	.player-info-intro {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.player-username-wrapper {
		margin-bottom: 20px;
	}
	.c-p-content-wrapper {
		padding: 20px 30px;
	}
}
@media screen and (max-width: 360px) { 
	.fut-logo {
		max-width: 300px;
	}
}
@media screen and (max-width: 320px) { 
	.activity-generated-amount {
		font-size: 0.9em;
	}
	.player-username-wrapper {
		margin-bottom: 10px;
	}
	.c-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.

**************************/