
/*** ELEMENTI PRINCIPALI ***/

body {
    word-wrap: break-word;
}

/*** STILI GENERALI ***/

/*** HEADER ***/

#logo a img {
    float: left;
}  

#logo a:hover {
    text-decoration: none;
}

#logo a span {
    margin-left: 12px;    
    font-family: 'Open Sans',​Arial,​sans-serif
}

#logo #e-side {
    margin-left: 13px;   
    margin-top: 10px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    font-family: eurostile, 'Open Sans', 'Roboto Condensed',​Arial,​sans-serif;
    display: inline-block;   
    line-height: 0.6;
}         

#logo #payoff {
    line-height: 1;
    color: #ddd;
    font-size: 11px;
}

/*** CONTENT ***/
#content .container .grid4 p{
    padding-left:12px;
    padding-right:12px;
} 

/*** SOCIAL BAR ***/

#social {
    clear: both;
	margin: 30px 0 0;
	padding: 5px 5px 5px 10px;
	list-style: none;
	overflow: auto;
}

#social li {
	float: left;
	margin-right: 15px;
    background: none;
    padding: 0;
}

#social li span
{
	font-size:10px;
}

/*** SIDEBAR ***/

#sidebar li {
    line-height: 1.3;
    padding: 4px;
}

/*** ALLEGATI ***/

#attachments .title {
    text-transform: uppercase;
    font-weight: bold;
}

#attachments .text {
    padding-left: 16px;
}

/*** FORM CONTATTI ***/

#form-contatti {
    margin-top: 30px;   
    overflow: hidden; 
}

#form-contatti ul {
    border-top: 1px solid #E6E6E6;    
}
#form-contatti #captcha .captcha {
    width:180px;
}
#form-contatti #contatti_check_in {
    float: left;
    width: 86%;
    margin-right: 5px;
}

#form-contatti #calendar img {
    float: left;    
    margin-bottom: 15px;  
    margin-top: 2px;
}

#form-contatti select {background-color: white; font-family: inherit; border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin: 0 0 12px 0; padding: 6px; height: 32px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }

#form-contatti .button {
    float: right;    
    height: 48px;
    margin-top: 12px;
}

#form-contatti .errors {
    color: #C60F13;
}  

#form-contatti .compulsory {
    font-style: italic;
    margin-bottom: 17px;
}

#form-contatti #contatti_privacy {
    margin: 0 10px 12px; 
    float: left;
}

#form-contatti #privacy_popup_link {
    color: #4D4D4D;
    text-decoration: underline;
}

#form-contatti #privacy_popup_link:hover {
    color: #2795b6;
}


/*** GOOGLE MAP ***/

#gmap-info {
    width: 170px;
}

#gmap-info h3 {
    margin: 0;
}

#gmap-info #gmap-info-logo {
    width: 110px;
    position: relative;
}

#gmap-info hr {
    margin: 0 0 4px;
}

.gm-style img {
    max-width: none;
}

/*** FOOTER ***/

footer {
}

footer * {
}     

/*** RESPONSIVE ***/

/* RESPONSIVE: min-width: 768px */

@media only screen and (min-width: 768px) { 
}   
 

/* RESPONSIVE: max-width: 1019px */

@media only screen and (max-width: 1019px) {   
}

/* RESPONSIVE: max-width: 959px */

@media only screen and (max-width: 959px) { 
}

/* RESPONSIVE: max-width: 767px */

@media only screen and (max-width: 767px) { 
}   

/* RESPONSIVE: max-width: 599px */

@media only screen and (max-width: 599px) { 
} 

/* RESPONSIVE: max-width: 479px */

@media only screen and (max-width: 479px) { 
}       

/* RESPONSIVE: max-width: 380px */

@media only screen and (max-width: 380px) { 
}   

/* RESPONSIVE: max-width: 320px */

@media only screen and (max-width: 320px) { 
}   
