<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*MENU*/
.menu ul li a {
	padding-left: 6px;
	padding-right: 6px;
}


/* leftside mask */

#sidebar-mask input[name="data_ritiro"] {
    padding-left: 118px;
}

/*HOME*/

/*4 items*/
.sub-content {
    background: #f8f8f8 none repeat scroll 0 0;
    min-height: 237px;
    padding: 20px 10px;
    text-align: center;
}

/* 3 items */
.tour-item.style-5 .tour-desc {
    min-height: 239px;
}

@media(min-width:992px) and (max-width:1200px)
{
    .tour-item.style-5 .tour-desc {
    min-height: 275px; }
}

@media(min-width:320px) and (max-width:360px)
{
    .tour-item.style-5 .tour-desc {
    min-height: 259px;
}

/*LEFTSIDE MASK*/
#sidebar-mask input[name="data_ritiro"] {
    padding-left: 104px;
}

#sidebar-mask input[name="data_consegna"] {
    padding-left: 109px;
}</pre></body></html>