@import url("../../fonts/Monospace/XpareMonospace.css");    

.mascotte_contattaci{
	background: rgba(32, 32, 32, 0.95) url("../web/images/texture.png") repeat scroll 0% 0%;
	z-index:996;
	width:470px;
	height:200px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	display:none;
	overflow:hidden;
	border-radius:3px;
	box-shadow:1px 1px 11px 0px rgba(198, 150, 75, 0.95);
}

.mascotte_menu{
	font-family:"XpareMonospace";
	width:calc(100% - 10px);
	text-align:center;
	height:calc(100% - 10px);
	padding:5px;
	overflow:hidden;
	color:#EEE9E9;
}

.mascontte_info{
	width:100%;
	font: 10px Arial,Helvetica,sans-serif;
	font-size:10px;
	letter-spacing:5px;
	text-transform:uppercase;
	color:#d3c5c5;
}

#myLogoutPresLogo{
	display: flex;
	justify-content: center;
}

#myLogoutPresLogo ul {
	padding: 10px;
	display: flex;
}

#myLogoutPresLogo ul li {
	list-style: none;
	display: flex;
	justify-content: center;
	color: #484848;	
	font-size: 20px;
	font-family: "XpareMonospace";
	letter-spacing: 20px;	
}

#myLogoutPresLogo ul li:nth-child(1){
	animation: animateLoading 1.8s linear infinite;
	animation-delay:-1.5s;
}

#myLogoutPresLogo ul li:nth-child(2){
	animation: animateLoading  1.8s linear infinite;
	animation-delay: -1.2s;
}

#myLogoutPresLogo ul li:nth-child(3){
	animation: animateLoading  1.8s linear infinite;
	animation-delay: -0.9s;
}

#myLogoutPresLogo ul li:nth-child(4){
	animation: animateLoading  1.8s linear infinite;
	animation-delay: -0.6s;
}

#myLogoutPresLogo ul li:nth-child(5){
	animation: animateLoading  1.8s linear infinite;
	animation-delay: -0.3s;
}

@keyframes animateLoading {
	0% {
		color: #484848;
		text-shadow: none;
		transform: scale(1);

	}
	90% {
		color: #484848;
		text-shadow: none;
		transform: scale(1);
		
	}
	100% {
		color: #B88027;
		text-shadow: 0 0 7px #B88027, 0 0 50px #ff6c00;
		transform: scale(1.5);
	}
}

.mascotte_exit{
	position:absolute;
	right:7px;
	top:7px;
	color:#d3c5c5;
	font-size:20px;
	cursor:pointer;
	text-shadow:1px 1px #B88027;
}

.mascotte_input{
	border-radius:5px;
	width: 80% !important;
    background: transparent none repeat scroll 0% 0% !important;
    border: unset !important;
	text-align:center;
	color: #EEE9E9 !important;
    margin: 10px 0 10px 0 !important;
    font-size: 14px !important;
}

.mascotte_btn{
	margin-top:5px;
	text-align:center
}

.mascotte_btn {
	color: #d3c5c5 !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	font-size: 14px !important;
	letter-spacing:1px;
	background: transparent none repeat scroll 0% 0% !important;
	font-family:'XpareMonospace' !important;
	padding:10px !important;
	width: auto !important;
	cursor: pointer;
	text-align: center;
	border: 1px solid #404040 !important;
	border-top-color: rgb(64, 64, 64);
	border-right-color: rgb(64, 64, 64);
	border-bottom-color: rgb(64, 64, 64);
	border-left-color: rgb(64, 64, 64);
	border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42) !important;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset, 0px 0px 1px rgba(255, 255, 255, 0.15) inset, 0px 1px 0px rgba(255, 255, 255, 0.05) !important;
}

.mascotte_btn:hover{
	background-color: rgba(64, 64, 64, 0.95) !important;
		color: #EEE9E9 !important;
}
