@import url('https://fonts.googleapis.com/css?family=Ropa+Sans:400,400i');
body{
	font-family: 'Ropa Sans', sans-serif;
}
nav.navbar{
	padding: 0;
    border-bottom: 1.5px solid #eee;
}
label{
	font-weight: 900;
}
h1{
	color: #BE9C56;
	font-weight: 900;
	padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 0;
}
.btn.focus, 
.btn:focus,
input {
    outline: 0 !important;
    box-shadow: none !important;
}
img.console{
	max-height: 28px;
}
.bg-selected{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    font-size: 54px;
    color: #fff;
}
.btn-purple{
	background-color: #F93B77;
	height: 65px;
} 
.btn-grey{
	color: #F93B77;
	background-color: #e0e0e0;
	width: 200px;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 auto;
    display: block;
    border: 1px solid #CED4DA;
    height: 57px;
}
.btn-purple.active{
	background-color: #23C3ED;
}
.btn-read-more:hover,
.btn-read-more{
	color: #000;
    text-decoration: none;
	position: relative;
}
.btn-read-more:before {
    background-color: currentColor;
    content: '';
    height: 2px;
    left: 50%;
    opacity: 1;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%,4px);
    transform: translate(-50%,4px);
    transition: opacity 100ms,width 200ms,-webkit-transform 200ms;
    transition: opacity 100ms,transform 200ms,width 200ms;
    transition: opacity 100ms,transform 200ms,width 200ms,-webkit-transform 200ms;
    width: 100%;
    z-index: 10;
}
.btn-read-more:after {
    bottom: -5px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.text-black{
	color: #000;
}
.navbar-light .navbar-nav .nav-link{
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; 
	color: #000;
	border-bottom: 1.5px solid transparent;
	padding: 10px 25px;
} 
.navbar-light .navbar-nav .active>.nav-link{
	border-bottom: 1.5px solid #FF3877;
}
.navbar-light .navbar-nav{
	margin-bottom: -1.5px;
}
.modal-content{
	border-radius: 0;
    background: transparent;
    border: 0;
}
.preloader{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.preloader .p-text{
	position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 100px;
    color: #fff;
    text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
#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: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    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: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.preloader.active{
	display: block;
}
header{
	background-image: url(../images/header-bg.png);
    background-size: cover;
    background-position: 50%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header img{
	max-width: 250px;
}
main {
    background-size: cover;
    background-position: 35%;
    height: 100%;
    padding-top: 35px;
	padding-bottom: 35px;
	display: none;
	min-height: 580px;
}
#generator{
    background-image: url(../images/bg_main.png);
	display: block;
}
#generator .image{
	max-width: 60px;
    position: absolute;
    bottom: 1px;
    left: 0;
}
#generator .form-control{
	padding-left: 70px;
}
#activity{
    background-image: url(../images/activity-bg.png);
}
#generate{
    background-image: url(../images/generate-bg.png);
}
#generate .details label{
	display: block;
    text-transform: uppercase;
    font-size: 14px;
}
#generate .details img.pc{
	max-width: 55px;
}
#generate .details span{
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
#generate button{
	background: #F93B78;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
#generate .details .platform img{
	max-height: 28px;
}

.form-control{
	height: auto;
    padding: 18px 22px;
    background: rgba(224,224,224,.7);
    color: #000;
    font-size: 18px;
}
#activity .single-act{
	background: #F93B78;
    border-radius: 4px;
}
#activity .single-act label{
	display: block;
    color: #eee;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 6px;
}
#activity .single-act span{
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    line-height: 24px;
    font-weight: 700;
}
#activity .single-act img.pc{
	max-width: 45px;
}
#activity .single-act .username{
	width: 185px;
}
#activity .single-act .coins,
#activity .single-act .points,
#activity .single-act .platform{
	width: 140px;
}
#activity .single-act .platform img{
	max-height: 28px;
}
#activity .single-act span.line{
    width: 90px;
    height: 1.5px;
    background: rgba(255,255,255,.4);
    margin: 0 7px;
}
#activity .single-act .pr{
    color: rgba(255,255,255,.4);
	text-transform: uppercase;
}
.activities{
	height: 475px;
    overflow: hidden;
}
.window{
	background: #fff;
    padding: 0 10px 10px;
}
.window img,
.window iframe{
	max-width: 100%;
}
.cp{
	position: relative;
	height: 250px;
    background-size: cover;
    background-image: url(../images/bg-cp.jpg);
	margin-bottom: 25px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
	transition: all 0.3s ease-in-out;
	padding: 10px;
	cursor: pointer;
}
.cp.active:hover,
.cp:hover{
	box-shadow: 0 0 25px #fff;
}
.cp img{
	max-width: 120px;
}
.cp button{
	margin: 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}
.cp h3{
    padding: 0;
    margin: 0;
    font-weight: 900;
    font-size: 30px;
}
.cp h3.gold{
    color: #D0BA64;
}
.fcp-w {
	background-color: rgba(0,0,0,.5);
	padding: 15px;
}
.details{
	/*background: #F93B78;*/
    background: #1657E7;
    border-radius: 4px;
    padding: 10px;
    color: #eee;
    background-image: url(../images/header-bg.png);
    background-size: cover;
    background-position: 10%;
}
.error-activity{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -280px;
    top: 50%;
    margin-top: -157px;
    background: rgba(0,0,0,.4);
    padding: 15px;
    color: #fff;
    font-size: 28px;
    max-width: 560px;
    text-align: center;
}
.error-activity button{
	font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
	padding: 0 35px;
}
.pages .modal-content{
    background: rgba(0,0,0,.7);
    padding: 10px;
    color: #fff;
}
.pages .modal-content .btn{
	font-size: 28px;
    text-transform: uppercase;
    color: #fff;
}
.modal-header{
	padding: 10px;
    border-color: #777;
    padding-bottom: 8px;
    margin: -10px;
    background: #000;
    margin-bottom: 5px;
}
.close{
	padding: 10px 15px;
    color: #fff;
    font-size: 36px;
}
.navbar-toggler{
	border: 1px solid #eee;
	display: none;
}
.navbar-toggler i{
	color: #fff;
	font-size: 22px;
}
footer{
	background: #444444;
	padding: 20px 0;
	border-bottom: 15px solid #282828;
	color: #ccc;
	font-size: 14px;
}
footer .links a{
	text-decoration: none;
	color: #ccc;
	margin-right: 40px;
	font-size: 14px;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@media (min-width: 992px){
	.modal-lg {
		max-width: 980px;
	}
}
@media (max-width: 992px){
	.navbar-toggler{
		display: block;
	}
}

@media (max-width: 767px){
	.activities {
		height: 720px;
	}
	#activity .single-act .coins,
	#activity .single-act .points,
	#activity .single-act .username,
	#activity .single-act .platform{
		width: 50%;
		margin-bottom: 15px;
	}
	.coins:after, 
	.platform:after{
		content: '';
		clear: both;
	}
	main {
		background-position: 0 !important;
	}
	footer .links {
		text-align: center;
	}
	footer .links {
		text-align: center;
	}
	footer .links a {
		margin-right: 20px;
	}
	#generator{
		position: relative;
	}
	.container {
		z-index: 1;
		position: relative;
	}
}

@media (max-width: 576px){
	.error-activity {
		width: 460px;
		margin-left: -230px;
		max-width: 100%;
	}
	.activities {
		height: auto;
	}
	#activity .single-act .coins, #activity .single-act .points, #activity .single-act .username, #activity .single-act .platform{
		text-align: center;
		height: 85px;
	}
	#activity .single-act span {
		display: block;
	}
	
	header {
		height: 65px;
	}
	header img{
		max-width: 150px;
	}
	img.console {
		max-width: 100px;
	}
	#generator label{
		color: #fff;
		text-shadow: -2px -1px 2px #000;
		background: #000;
		border-radius: 3px;
	}
	h1 {
		color: #ff0068;
		text-shadow: -2px -1px 1px #ff0068;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	main{
		min-height: auto;
	}
	#generator:after{
		content: '';
		background-image: url(../../../img2.tgcom24.mediaset.it/binary/articolo/ign/2.%24plit/C_2_articolo_3157057_0_upiImmagineparagrafoa113.jpg?20180809165041);
		background-position: bottom right !important;
		background-size: 140%;
		padding: 0 50px;
		background-repeat: no-repeat;
		background-color: #01D2F3;
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
	}
	#generator:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.2);
		z-index: 1;
	}
	.form-control {
		background: rgba(224,224,224,.85);
	}
}

@media (max-width: 480px){
	.error-activity {
		width: 350px;
		margin-left: -175px;
	}
	.cp button {
		font-size: 14px;
	}
	.btn-purple {
		height: 50px;
	}
}