/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 06 2018 | 10:10:12 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.ButtonRichiediPreventivo a span{
 -webkit-animation-name: blinker;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
-webkit-animation-duration: 1.7s;
color: #eadbb2 !important;
  
}

/* Creiamo una regola CSS che andrà a definire l’animazione nei suoi vari stadi
dove "regoliamo" il valore della proprietà opacity, potenzialmente possiamo
variare tutte le proprietà css che vogliamo. */
@-webkit-keyframes blinker
{
0% { opacity: 0.3; }
50% { opacity: 1.0; }
100% { opacity: 0.3; }
}
.price{
  font-size: x-large;
}
.price .euro{
  font-size: 50%;
}
.divprice{
  text-align:center !important;
}
.pricetitle{
  margin-bottom:0px !important;
  font-size:12px !important;
}
.price-separator h4{
  font-size:120% !important;
}  
#price-row{
  margin-top:60px;
  padding-top:30px;
  border-top: solid 1px black;
  border-bottom: solid 1px;
  margin-bottom: 50px;
}
#mk-page-id-14736{
	margin-bottom:0px !important;
}
#mk-page-id-14736 .theme-content{
	padding-bottom:0px !important;
}
#mk-page-introduce{
	display:none;
}