/* ==========================================================================
   Header
   ========================================================================== */

header {
	width: 100%;
	float: left;
}

.nav-container {
	width: 100%;
}

header .logo-block {
	height: 80px;
	width: 100%;
}

#logo {
	width: 65%;
}

#menu {
	display: none;
}

.show-menu {
	display: block;
}

header nav {
	width: 100%;
}

header nav ul li {
	height: 40px;
	display: block;
	padding: 0%;
	width: 100%;
	text-align: center;
	border-right: none;
	box-shadow: 0 1px 1px rgba(38, 50, 56, 0.5);
}

header nav ul li a {
	width: 100%;
	font-size: 14px;
	line-height: 40px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
	height: 70px;
}

.footer-message {
	line-height: 14px;
	font-size: 10px;
}

/* ==========================================================================
   Home
   ========================================================================== */

.main {
	padding-bottom: 90px;
}

.home-focus-container {
	width: 100%;
	margin-top: -5px;
}

.home-focus-item {
	width: 100%;
	float: left;
	padding: 0;
	margin-top: 30px;
}

#home-focus-first-item {
	margin-top: 0;
}

.home-focus-image {
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
   	border-radius: 0;
	margin: 10px 0;
}

.home-focus-title {
	font-weight: 700;
	font-size: 19px;
	text-align: center;
}

.home-focus-description {
	width: 80%;
	font-size: 12px;
	line-height: 18px;
}

/* ==========================================================================
   Tariffe
   ========================================================================== */

.tariffe-container {
	width: 100%;
	margin: 5px auto 0 auto;
}

.tariffe-item {
	margin-top: 10px;
	padding: 0 2%;
}

.tariffe-title {
	font-size: 18px;
}

.tariffe-subtitle {
	font-size: 16px;
}

.tariffe-note {
	margin-top: 10px;
	font-size: 14px;
}

.tariffe-details {
	font-size: 10px;
	line-height: 14px;
}

.tariffe-table {
	font-size: 13px;
	margin-bottom: -20px;
}

tr th:nth-child(2), tr td:nth-child(2)  {
	text-align: right;
}

/* ==========================================================================
   Dove Siamo
   ========================================================================== */

iframe {
	width: 95%;
	height: auto;
	min-height: 350px;
}

/* ==========================================================================
   Contatti
   ========================================================================== */

.contacts-container {
	width: 100%;
	float: left;
	margin: 0 auto;
}

.contacts-item {
	width: 80%;
	margin: 40px auto 0 auto;
}

.contacts-item-title {
	font-size: 20px;
}

.contacts-item-description {
	font-size: 14px;
	line-height: 17px;
}

.contact-link {
	font-size: 14px;
}

/* ==========================================================================
Camere
========================================================================== */

.camere-container {
	display: flex;
	flex-wrap: wrap;
}

.camere-item-description,
.camere-item-gallery {
	width: 100%;
	float: left;
	margin-top: 0px;
}

.camere-title {
	text-align: left;
	font-size: 16px;
}

.camere-note {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
