@charset "utf-8";
/* CSS Document */

@media screen and (min-height: 700px) {
	
/* header */
.head.fixed {
	height: 584px;
}
/* § header */

/* body */
.body {
	margin-top: 584px;
}
/* § body */
}

@media screen and (max-width: 1199px) {
	
/* main large */
.main.large .wrap {
	max-width: 970px;
}
/* § main large */
}

@media screen and (max-width: 991px) {

/* header */
.head.home_bg {
	background-image: url(../img/bannerone-home-992.jpg);
}
.head.fixed {
	height: 380px;
}

/* header menu */
/* logo */
.head header.menu .logo {
	width: 201px !important;
	height: 67px !important;
}	
/* § logo */

/* toggle_menu */
.head header.menu .toggle_menu,
.head header.menu .toggle_menu:focus {
	display: block;
}
/* § toggle_menu */

/* main menu */
.head header.menu .main_menu {
	float: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-width: 750px;
	margin: 0 auto;
	margin-top: 1px;
	padding: 0 15px;
	background-color: #fff;
	border-bottom: 1px solid #000;
	box-shadow: 0 10px 20px -10px #010101;
}
.head.fixed header.menu .main_menu {
	background-color: rgba(255, 255, 255, 0.8);
	-ms-behavior: url(/js/PIE.htc);
}
.head header.menu .main_menu .menu_list {
	margin: 0 !important;
}
.head header.menu .main_menu .menu_list li {
	float: none;
	margin: 15px 0;
}
.head header.menu .main_menu .menu_list li a {
	font-size: 24px;
	line-height: 1.4;
}
.head header.menu .main_menu .menu_list li a br {
    content: ' ';
    display: none;
}
/* § header menu */

/* bambino */
.head .bambino {
	display: none !important;
}
/* § bambino */
/* § header */

/* body */
.body {
	margin-top: 380px;
}
/* § body */

/* Main */
.main {
	background-image: none;
}
.main .wrap {
	padding: 0;
}
.main .titolo_sezione .toggle_menu,
.main .titolo_sezione .toggle_menu:focus {
	display: block;
}
/*.main .titolo_sezione:after {
	float: right;
	margin: -2px 20px 0 0;
	content: '\f078';
	font-family: FontAwesome;
	color: #fff;
	line-height: 1;
	cursor: pointer;
}
.main .titolo_sezione.closed:after {
	margin: -2px 20px 0 0;
	content: '\f077';
}
*/
.main .left_container {
	display: none;
	float: none;
	width: auto;
	padding: 0;
	border-bottom: 1px solid #000;
	box-shadow: 0 10px 20px -10px #010101;
}
.main .right_container {
	float: none;
	width: auto;
	padding: 20px 0;
}
.main .right_container .content_container {
	max-width: 750px;
	margin: 0 auto;
	padding: 0 15px;
}
.main .left_container .menu_container {
	max-width: 750px;
	margin: 0 auto;
	padding: 0 15px;
}
}

@media screen and (max-width: 900px) {

.mfp-iframe-holder .mfp-close {
    right: 20px;
}
}

@media screen and (max-width: 991px) {

/* sezioni home */
.prev_photo {
	height: 300px;
}
.prev_text .wraptocenter {
    display: block;
	max-width: 750px;
    height: auto;
	margin: 0 auto;
	padding: 60px 7%;
}
/* § sezioni home */
}

@media screen and (max-width: 767px) {
	
/* footer menu */
footer.menu {
	padding: 22px 0;
}
footer.menu .menu_bottom br {
    content: '';
    display: block;
}
/* § footer menu */
}

@media screen and (max-width: 480px) {
	
/* header */
.head.home_bg {
	background-image: url(../img/bannerone-home-480.jpg);
}
.head.fixed {
	height: 250px;
}
/* § header */

/* body */
.body {
	margin-top: 250px;
}
/* § body */
}