


.message{width: 100%;position: absolute; opacity:0; border-radius: 5px; max-width:300px; padding:0 10px; box-sizing:border-box;
		 background:#fef9d9; color:#222;
		 -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
		 -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.3);
		 box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.3); 
		 cursor:pointer; 
		 margin-top:0;
                 min-width: 160px;
}
.alternative-offer-message {min-width: 300px;}



.message p{float:left; width:100%; margin:10px 0px; padding:0; font-size: 12px; text-align: left; line-height: normal;
}
.message p div {float:left; width:100%;}
.message p a{
	display: block;
	float: left;
    width: 48%;
    margin: 10px auto;
    height: 30px;
    line-height: 30px;
    background: #6d5934;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.message p a.open{
	background: #6cab6c;
}
.message p a.close{
	float: right;
}


.notifica-top{top:0;}
.notifica-bottom{bottom:0}
.notifica-left{left:0;}
.notifica-right{right:0;}


.message.notifica-top.notifica-right.arrow:before{content:''; width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent; border-top: 10px solid #fef9d9; position:absolute; bottom:-9px; right:9px}
.message.notifica-top.notifica-left.arrow:before{content:''; width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent; border-top: 10px solid #fef9d9; position:absolute; bottom:-9px; left:9px}
.message.notifica-bottom.notifica-left.arrow:before{content:''; width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent; border-bottom: 10px solid #fef9d9; position:absolute; top:-9px; left:9px}
.message.notifica-bottom.notifica-right.arrow:before{content:''; width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #fef9d9; position:absolute; top:-9px; right:9px} 

.message.notifica-top.notifica-centrale.arrow:before{content:''; width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent; border-top: 10px solid #fef9d9; position:absolute; bottom:-9px; left:50%; margin-left:-10px}
.message.notifica-bottom.notifica-centrale.arrow:before{content:''; width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #fef9d9; position:absolute; top:-9px; left:50%;  margin-left:-10px} 



.visibile{opacity: 1!important;
		  -webkit-transition: all .4s ease-in-out;
		  -moz-transition: all .4s ease-in-out;
		  -o-transition: all .4s ease-in-out;
		  transition: all .4s ease-in-out;
		  margin-top:-10px;
		  margin-bottom:-10px; 


}
