/* Trame di Casa */

/* impedire il facile salvataggio delle immagini */
img{pointer-events:none !important;}

/* logo */
.qodef-text-after-logo { margin-left: 40px !important; }
.qodef-header--sticky-display .qodef-text-after-logo { margin-left: 10px !important; }

/* header */
.qodef-header--switch #qodef-page-header-inner .qodef-header-holder--right::before {left: 112px;}
.home #qodef-page-outer {margin-top: -160px;}

/* title */
.qodef-page-title .qodef-m-content.qodef-content-grid{width: 1140px;}

/* menu */

/* breadcrumb */
.qodef-page-title {height: 70px;}

/* body */
#qodef-page-inner {padding: 50px 0 50px; width: 100% !important;}

/* footer */
#qodef-page-footer-top-area-inner {padding-top: 50px;padding-bottom: 50px;}


/* ----------------------------------------------------------------*/
/* ----------------------     Media     ---------------------------*/
/* ----------------------------------------------------------------*/

@media only all and (max-width: 48rem) {
	
}

/* Smartphones */
@media (max-width: 360px) { 

}

@media (min-width: 361px) and (max-width: 400px) {

}

/* Smartphones to Tablets */
@media (min-width: 401px) and (max-width: 767px) {

}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Landscape*/
@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1367px) {
	

}

@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 850px) {

}

/* Landscape Tablets */
@media screen and (max-height: 850px) and (orientation: landscape) {


}

/* Landscape Smartphones */
@media screen and (max-height: 400px) and (orientation: landscape) {
	

}

/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { 
	
}

@media (min-width: 1200px) and (max-width: 1399px) { 

}

/* Large Display */
@media (min-width: 1200px) {
	
}

@media only all and (min-width: 47rem) {
	
}

@media only all and (min-width: 70rem) {
	
}