/* stili css personalizzati */
.navbar-fixed-top {
text-transform:uppercase;
}

#logo {
  margin-top:5px;
  margin-left: 5px;
  width: 80px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Sticky footer styles
-------------------------------------------------- */
* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -150px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 100px; 
}

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.blu {
	color:#18bc9c;
}

.red {
	color:#e74c3c;
}
	
.black {
	color:#333333;
}

.rigato {
border-top:1px solid #ecf0f1;
}

.size19 {
	font-size: 19px;
	}
	
.nohover {
background-color: white;
}

.inline {
display: inline-block;
}

.accedi {
    font-size: 29px;
    padding: 20px 27px;}



.workshop{
        font-size: 25px;}


