.title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px 20px 40px;
    background: black;
    vertical-align: bottom;
}
.title h1 {
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
}
.container {
    display: block;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.clear {
    clear: both;
}
.row {
    width: 100%;
    font-size: 0;
}
.row .item {
    width: calc((100% - 4px) / 3);
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    margin-right: 1px;
}
.row .item:nth-child(2n):not(.half) {
    margin-right: 0;
}
.row .item > img {
    max-width: 100%;
    height: auto;
}
.grid {
    width: 100%;
    height: auto;
    font-size: 0;
}
.servizi .grid .item,
.grid .item {
    display: inline-block;
    width: calc((100% - 2px) / 3);
    font-size: 14px;
    vertical-align: top;
}
.grid .item.double {
    width: calc((100% - 0px) / 3 * 2);
}
.pdd-l-r {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
.pdd-t-b {
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.pdd-r {
	padding-right: 40px;
	box-sizing: border-box;
}


.prenota-cam {
	width: calc((100% -10px) /2 * 1);
	margin: 0 auto;
}