.container-fluid{
	
}
body, html{
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 1.42857143;
    color: #6d6d6d;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
}
.btn-success {
    color: #fff;
    background-color: #0baba1;
    border-color: #099289;
	white-space: normal !important;
	font-size: 17px;
}
.btn-success:hover, .btn-success:focus , .btn-success:active , .btn-success:active:hover {
    color: #fff;
    background-color: #097b74;
    border-color: #096d67;
}
.h3, h3 {
	font-size: 28px;
}
.h1-tit{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 0;
}
.cover-image{
	height: 500px;
	background: url(../img/cover_impianti_zigomatici.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 50vh;
}
@media screen and (max-width:480px){
	.cover-image{
		max-height: 25vh;
	}
}
.cover-image2{
	height: 500px;
	background: url(../img/cover_studio_grecchi.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 50vh;
}
@media screen and (max-width:480px){
	.cover-image2{
		max-height: 25vh;
	}
}
.span-font-alt{
	font-family: 'Vollkorn', serif;
	font-size: 20px;
}
.tit-verde h2{
	margin-top: 0;
	padding: 37px 0;
	font-size: 31px;
	line-height: 31px;
	color:#fff;
	background: #0BABA1;
	text-align: center;
	font-family: 'Vollkorn', serif;
}
.h3-tit{
	color: #0BABA1;
	text-align: center;
	margin: 40px auto 30px auto;
	font-family: 'Vollkorn', serif;
	line-height: 26px; 
}
.img-desc{
	color: #fff;
    background: #0BABA1;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}
.some-padding{
	padding: 20px;
}
.verde-cont{
	color:#fff;
	background: #0BABA1;
	padding: 20px;
}
.col-margin-bot > div{
	margin-bottom: 30px;
	
}
.footer{
	padding-top: 65px;
	padding-bottom: 65px;
}
.footer a {
	color:#fff;
}
.footer hr{
	margin-top: 5px;
	margin-bottom: 15px;
}
.img-teschio{
	float: right; 
	width: 45%;
}
img{
	max-width: 100%;
}
strong{
	color: #0BABA1;
}
/*
.row-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-m > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
*/
@media (min-width: 500px){
	.row-m .col-md-6{
		width: calc(50% - 1px);
    display: inline-block;
    float: left;
	}
}


@media (min-width: 992px){
	.pull-md-9 {
		right: 75%;
	}
	.push-md-3 {
		left: 25%;
	}
}

@media screen and (max-width:676px){
	.tit-verde h2{
		font-size: 20px;
		
	}
	.h3-tit, h3{
		font-size: 18px;
	}
	.some-padding{
		padding: 20px 0;
	}
	.img-teschio{ 
		width: 35%;
	}
}