/*
@media only screen and (max-width: 560px) {
    .responsiveFrame {
	height:auto !important;
	width:100%;
    }
}
*/

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


    /** STRUTTURA **/

    h1 {
	line-height: 1.2em;
    }

    #boxLogo {
	height:60px;
	margin-top:-90px;
	width: 25%;
    }

    #logo {
	max-height: 80%;
	max-width: 100%;
    }

    #corpoPagina {
	margin-top:30px;
    }

    #boxNewsletter {
	font-size: 0.8em;
    }

    #boxNewsletterSx , #boxNewsletterDx {
	text-align: left;
	width: 94%;
    }

    #bottomFrontone {
	margin-top:10px;
	overflow:hidden;
    }

    .mainMenuUl {
	display: inline-block;
	height: 30px;
    }

    .mainMenuUlSx , .mainMenuUlDx {
	display: none;
    }

    .mainMenuLi { 
	height:30px;
	margin-right: 2%;
	width: auto;
    }

    .mainMenuLi a , .sideMenuLi a {
	font-size: 0.7em;
    }

    #boxFooter {
	height:auto;
    }

    #topFooter {
	float:left;
	height:auto;
	widht:100%;
    }

    #footer {
	font-size: 0.7em;
	height:auto;
    }

    #footer div {
	height: auto;
	padding: 1%;
	text-align: center;
	width: 98%;
    }

    #logoMasiFooter {
	height:40px;
    }

    #logoComuneFooter {
	height:40px;
    }


    /** NEWS **/

    #boxVisualizzazioneNewsSx {
	width: 96%;
    }

    #boxVisualizzazioneNewsDx {
	width: 100%;
    }

    .boxElencoNews {
	height: auto;
	width: 98%;
    }


    /** ATTIVITA' **/

    .boxElencoAttivita {
	margin:0;
	margin-bottom:10px;
	width:100%;
    }

    .imgPaginaDisciplina {
	display:none;
    }

    .testoPaginaDisciplina {
	width:100%;
    }

    .rigaFiltroOrari div {
	font-size:0.9em;
	padding:0px;
    }


    /** GALLERIE **/

    .boxThumbGalleria {
	height:auto;
	margin:0;
	margin-bottom:10px;
	padding:1%;
	width:98%;
    }

    .boxImgGalleria {
	height:auto;
    }


    /** TEAM **/

    .imgPersonalTrainer {
	width:50%;
    }

    .boxElencoPersonalTrainer {
	margin: 2%;
	width:45%;
    }

    #contenuti table {
	width:100% !important;
    }

    #boxImgSlideshowNav {
	display:none;
    }

    #boxImgSlideshow {
	height:220px;
    }

    .imgSlideshow {
	max-height:200px;
    }


}

