/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


a:hover .nowrap { text-decoration: underline; }

.small-portrait-only {
    display: none
}

@media only screen and (max-width: 735px) and (Orientation: Portrait) {
    .small-portrait-only {
        display: block
    }
}

.page-overview .section-products .image-products {
	top: 65px;
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-products .image-products {
        top: inherit
    }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 