
.blackscreen_centerwindow {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-25px;
	height:50px;
	width:400px;	
}
.loading_msg {
	font-size: 22px;
	font-weight:600;
	color:#eeac0a;
}
.completed_msg {
	font-size: 22px;
	font-weight:600;
	color:#eeac0a;
}

.blackscreen_centerwindow {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-25px;
	height:50px;
	width:400px;	
}
.loading_msg {
	font-size: 22px;
	font-weight:600;
	color:#eeac0a;
}
.completed_msg {
	font-size: 22px;
	font-weight:600;
	color:#eeac0a;
}

.insertcode-punti {
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-150px;
	margin-top:-50px;
	height:100px;
	width:300px;	
}

.insertcode-birre {
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-150px;
	margin-top:-50px;
	height:100px;
	width:300px;	
}

.insertcode {
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-150px;
	margin-top:-50px;
	height:100px;
	width:300px;	
}
.insertcode_msg {
	font-size: 22px;
	font-weight:600;
	color:#eeac0a;
}
.completed_msg {
	font-size: 22px;
	font-weight:600;
	color:#eeac0a;
}
.error_msg {
	font-size: 22px;
	font-weight:600;
	color:#f44336;
}

#textinsertcode {
	text-transform: uppercase;
	
}

#errorcompleted_msg{
	width: 280px;
}

.login_buttons {
	cursor: pointer;
}

.background_blackscreen { 
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color: rgba(0,0,0, 0.9);
	display:none;
	z-index: 9999999999 !important;	
}

.background_blackscreen_birre { 
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color: rgba(0,0,0, 0.9);
	display:none;
	z-index: 9999999999 !important;	
}

.background_blackscreen_punti { 
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color: rgba(0,0,0, 0.9);
	display:none;
	z-index: 9999999999 !important;	
}


.uploadimage .photobutton {
display:none;
visibility: hidden;
width:0px;
}

nav ul a,
nav .brand-logo {
  color: #ffffff;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.logo-container {
font-family: 'Satisfy', cursive;
};


