
/*** ELEMENTI PRINCIPALI ***/

body {
    background: #f2f2f2; 
    padding-bottom: 275px;
}

p:empty:before {
  content: "\00a0";
  /* aggiungo &nbsp; dove ci sono paragrafi vuoti */ }

#wrapper {
    margin: 0 auto;  
    width: 1042px;
}

#header {       
    position: relative;  
    margin: 0 auto;  
    width: 1010px;
    letter-spacing: -0.02em;
    height: 103px;
    border-radius: 0 0 10px 10px;
    padding: 0 8px;              
    box-shadow: 0px 0px 3px 2px #999; 
    background: rgba(255,255,255,0.90); 
    -pie-background: rgba(255,255,255,0.90); 
    behavior: url(/PIE.htc);   
}   

#container {
    padding: 10px 15px 20px 25px;
    overflow: hidden;
}

#cookieChoiceInfo a{
   color:#fff;
   font-weight:bold;
   font-size:14px;
}
#cookieChoiceInfo  {
text-align: left !important;
}
#cookieChoiceDismiss {
  padding: 2px 12px;
  background: #F3F3F3 linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0px 0px;
  border-color: #BBB;
  color: #333 !important;
  text-shadow: 0px 1px 0px #FFF;
  box-sizing: border-box;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  outline: medium none;
  margin-left: 20px;
}

#sidebar {
    width: 232px;
    float: right;
    padding-left: 13px;
    border-left: 1px solid #d2d2d2;
    margin-top: 30px;
}

#content {
    position: relative;
    padding-right: 8px;
    min-height: 150px;
    width: 732px;
}

#footer {
    margin-top: 30px;
    margin-bottom: 10px;
    clear:both;
}

/* ombre */

#onda {
    margin-top: 267px;
    height: 32px;
    background-image: url(/img/onda.png);
    background-position: left top;
}

.shadow {
    overflow: hidden;
    background: url(/img/ombra.png) repeat-y center;
    padding: 0 8px;
    clear: both;
}

.shadow-edge {
    overflow: hidden;
}

.shadow-edge > div {
    height: 14px;
    float: left;
}

.shadow-edge .lx {
    width: 15px;
}
.shadow-edge .rx {
    width: 15px;
    float: right;
}
.shadow-edge .center {
    width: 1012px;
}

.shadow-edge.top {
    margin-top: 1px;
}    

.shadow-edge.bottom {
    margin-bottom: 1px;
}

.shadow-edge.top .lx {
    background: url(/img/shadow-top-lx.png) no-repeat -1px 0;
}  
.shadow-edge.top .center {
    background: url(/img/shadow-top.png) repeat-x top;
} 
.shadow-edge.top .rx {
    background: url(/img/shadow-top-rx.png) no-repeat 0px 0;
}  
.shadow-edge.bottom .lx {
    background: url(/img/shadow-bottom-lx.png) no-repeat -1px 0;
}
.shadow-edge.bottom .center {
    background: url(/img/shadow-bottom.png) repeat-x bottom;
} 
.shadow-edge.bottom .rx {
    background: url(/img/shadow-bottom-rx.png) no-repeat 0px 0;
}

/*** STILI GENERALI ***/
.errors{color:red;}
input, select {
    margin: 0;    
    border: 1px solid #cdcdcd;  
    padding: 1px 2px; 
    font-family: 'Times New Roman', serif; 
    font-size: 1em; 
}

/*** HEADER ***/

#logo {
    position: absolute;
    left: 15px;
}

/* HEADER: menù-languages */

#languages {
    overflow: hidden;
    float: right;
    margin: 12px 0 0;
}

#languages ul {
    padding-left: 7px;
    margin: 0;
}

#languages li {
    float: left;    
    list-style: none;
    padding: 0 0 0 9px;
}

/* HEADER: menù-top */

#menu-top {
    overflow: hidden;
    float: right;
}

#menu-top ul {
    margin: 12px 0 0;
}

#menu-top li {
    float: left;    
    list-style: none;
    padding:  0 9px 0 11px;
    color: #999;
    height: 22px;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 0.929em;     /*  13px / 14px */
    background: url(/img/top-menu-li.png) no-repeat left 6px;
}
 
#menu-top li:first-child {
    background: none;
}

/*codice css specifico per chrome e safari */  
@media screen and (-webkit-min-device-pixel-ratio:0) {  
    #menu-top li { height: 24px; line-height: 24px; }  
} 

#menu-top li a {
    color: #999;
    text-decoration: none;
}    

#menu-top input {
    box-shadow: 0px 0px 1px #666666 inset;
    border: 1px solid #a1a1a1;    
    width: 149px;  
    height: 18px;
}                               

/* HEADER: menù */

#menu {
    position: absolute;
    bottom: 0;
    left: 160px;
    height: 40px;
}

/* menù: generali */

#menu ul {
    list-style: none;  
    margin: 0; 
}

#menu li {
    position: relative; 
    text-align: left;     
}

#menu li a {
    display: block;
    text-decoration: none;
}

#menu li a:hover {
    color: #0075bb; 
}

#menu li.current a {
    text-decoration: underline;
}

/* menù: 1o livello */

#menu > ul {
    height: 100%;
    padding: 0;
}

#menu > ul > li {
    float: left;
    padding: 0 30px 0 9px;
    color: #0075bb;
    height: 100%;
    font-weight: bold;
    border-left: 1px solid #c8c8c8;
}

#menu > ul > li:last-child {
    padding: 0 0px 0 9px;
}

#menu > ul > li > a {
    color: #0075bb;   
    display: inline; 
}

#menu > ul > li > a > span,
#menu > ul > li > span {
    line-height: 0.8em;
    display: inline-block; 
}

#menu > ul > li > .title,
#menu > ul > li > a > .title {
    padding-top: 3px;
    color: #0075bb; 
    font-size: 1.286em;         /* 18px / 14px */  
}   
                    
#menu > ul > li > .subtitle,
#menu > ul > li > a > .subtitle {
    color: #666;   
    font-weight: normal;
    font-size: 1em;         /* 14px / 14px */
}

/* menù: generali livelli superiori al 1o */

#menu ul ul {
    display: none;
    position: absolute;
    padding: 8px 12px 10px 9px;  
    width: 110%; 
    background: rgba(255,255,255,0.8);
    -pie-background: rgba(255,255,255,0.8);  
    behavior: url(/PIE.htc);
}

#menu ul ul li {
    padding: 7px 10px 7px 0;   
    background: url(/img/menu-arrow.png) no-repeat right 10px;
    line-height: normal;
    font-weight: normal;
    color: #666;    
}

#menu .current ul li a {
    text-decoration: none;
}      

#menu .current ul li.current a {
    text-decoration: underline;
}

#menu ul ul li a {
    color: #666;    
}  

/* menù: 2o livello */

#menu > ul > li > ul {
    left: 0;
    top: 40px;
}

/*** CONTENT ***/

#content p {
    line-height: 1.286em;         /* 18px / 14px*/
}

/* CONTENT: tour filtri ricerca */

#filters {
    overflow: hidden;
}

#filtri-ricerca {
    background: #e6e6e6;
    float: left;
    padding: 7px 8px;
    font-size: 1.214em;          /* 17px / 14 */
}

#filtri-ricerca img {
    margin-left: 5px;
    cursor: pointer;
    vertical-align: 1px;
}

#filters ul {
    margin: 0;
    list-style: none;
}

#filters > ul {
    overflow: hidden;
    float: left;
    clear: both;
    padding: 10px 10px 10px 30px; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6),to(rgba(255,255,255,0))); 
    background-image: -moz-linear-gradient(#e6e6e6, rgba(255, 255, 255, 0));  
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFe6e6e6, endColorstr=#00ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFe6e6e6, endColorstr=#00ffffff); 
	background: linear-gradient(#e6e6e6, rgba(255, 255, 255, 0)); 
}

#filters.hidden > ul {
    display: none; 
}

#filters > ul > li {
    float: left;
    min-width: 165px; 
}

#filters > ul > li:first-child {
    min-width: 185px; 
}

#filters .title {
    font-weight: bold;
}

#filters ul ul {
    padding: 4px 0 0;
}

#filters ul ul li {
    line-height: 1.286em;         /* 18px / 14px */
    height: 19px;
}

#filters ul.days {
    max-width: 190px;
}

#filters ul.days li {
    min-width: 82px;
    float: left;
}

#filters a {
    text-decoration: none;
    color: #666666;
}     

#filters .current a {
    color: #3c94c6;
    font-weight: bold;
}

/* CONTENT: dettaglio tour */

.dettaglio-tour {
    margin-top: 26px;
    background: #f5f5f5;
    padding: 15px 21px; 
    box-shadow: 0px 0px 3px 1px #aaa;  
    behavior: url(/PIE.htc);   
}

.dettaglio-tour .title {
    font-size: 2.000em;       /* 28px / 14px */
    color: #0075BB;
    font-weight: 900;
    letter-spacing: -1px;
}

.dettaglio-tour .text {
    margin: 18px 0;
}

.dettaglio-tour .info {
    padding: 20px 10px 5px;
    overflow: hidden;
    border-top: 1px solid #b2b2b2;
    color: #888;
}

.dettaglio-tour .link {
    font-size: 1.357em;      /* 19px / 14px */
    height: 50px;
    line-height: 50px;
    padding: 0 11px;
    float: right;
    display: block;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background: #318ec7;
    box-shadow: 0px 0px 3px 1px #aaa; 
    behavior: url(/PIE.htc); 
}

.dettaglio-tour .pdf {
    float: left;
    width: 190px;
}      

.dettaglio-tour .pdf a {
    color: #1e92cf;
    text-decoration: none;
}  

.dettaglio-tour .prices {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.dettaglio-tour .prices li {
    float: left;
    padding: 0 20px;
    text-align: center;
}   

.dettaglio-tour .prices li + li {
    border-left: 1px solid #b2b2b2;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.dettaglio-tour .price {
    color: #42a2cc;
    font-size: 1.714em;        /* 24px / 14px */
    line-height: 42px;
}
    
.dettaglio-tour .eu {
    font-size: 0.88em; 
}
/* CONTENT: lista-tour */

#tours {
    list-style: none;
    margin: 0;
    padding: 0;
}

#tours > li {
    clear: both;
    border: 1px solid #fff;
    padding: 17px 20px 19px;
    margin-bottom: 9px; 
    background: #fff;
    overflow: hidden;
}

#tours .odd {
    background: #eeeeee;
    border: 1px solid #ededed;
} 

#tours > li > a {    
    margin-right: 11px;
    margin-top: 3px;
    width: 182px;
    float: left;
    cursor: pointer; 
    z-index: 2;
    position: relative;
}

#tours > li > div {
    height: 110px;
    position: relative;
    overflow: hidden;
}

#tours > li > div > div {
    height: 70px;
    overflow: hidden;
}

#tours .link {
    position: absolute;
    bottom: 0;
}

/* CONTENT: lista primopiano */

#lista-primopiano {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

#lista-primopiano li {
    overflow: hidden;  
}

#lista-primopiano li + li {   
    margin-top: 20px;
}

#lista-primopiano img {
    float: left;
    margin-right: 20px; 
}

#lista-primopiano .texts {
    overflow: hidden;
}

#lista-primopiano .text {
    margin: 5px 0;
}

/*** SIDEBAR ***/

.sidebox {
    margin-bottom: 35px;
    margin-left: 7px;
    margin-right: 8px; 
    letter-spacing: -0.03em; 
}
 
.sidebox:last-child {
    margin-bottom: 0px;
}

.sidebox .title {
    height: 35px;
    line-height: 35px;
    background: #3390c9;
    color: white;    
    font-size: 1.143em;       /* 16px / 14px */
    text-align: center;
    padding: 0 8px;
}

.sidebox a {
    color: #848484; 
    text-decoration: none;
}

/* SIDEBAR: prenota */

#prenota {
    display: block;
    height: 104px;
    text-align: center; 
    background-image: url(/img/prenota_ora.png); 
    color: white;
    margin: -5px 0 20px;
    padding-bottom: 0px;    
    letter-spacing: -0.05em;
}

#prenota:hover {
    background-position: 0 -104px;
}

#prenota p {
    font-family: 'EBGaramondRegular', 'Times New Roman', serif; 
    font-size: 1.857em;          /* 26px / 14px */ 
    line-height: 1.05;
}

#prenota p:first-child {
    font-size: 2.571em;          /* 36px / 14px */
    padding-top: 21px;
}

#prenota a {
    color: #fff;
    text-decoration: none;
    display: block;
}

/* SIDEBAR: facebook */

#facebook {
    padding-left: 6px;  
    padding-bottom: 0px; 
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px; 
}

/* SIDEBAR: login operatori */

#login_operatori, #battelli {
    background: #fff;            
    background: -webkit-linear-gradient(#ffffff, #e2e0e1); 
    background: -webkit-gradient(linear, 0 20%, 0 100%, from(#ffffff), to(#e2e0e1));
    background: -moz-linear-gradient(top, white 20%, #e2e0e1);
    background: -ms-linear-gradient(#ffffff, #e2e0e1);
    background: -o-linear-gradient(#ffffff, #e2e0e1); 
    background: linear-gradient(#ffffff 20%, #e2e0e1 100%); 
}
#battelli {
    border-left: 2px solid #3390c9;
    border-right: 2px solid #3390c9;
    border-bottom: 2px solid #3390c9;
}
#login_operatori .title {
    text-align: left;    
    font-size: 1.500em;          /* 21px / 14px */
}   

#login_operatori ul {
    margin: 0;
    padding: 0 8px 9px;
    overflow: hidden;
    list-style: none;          
}           

#login_operatori li {
    margin-top: 11px; 
    overflow: hidden;
}

#login_operatori label {
    width: 32%;
    height: 21px;
    line-height: 21px;
    display: block;
    float: left;  
    color: #848484; 
}           

#login_operatori input {
    width: 65%;
    display: block; 
    float: right;  
}     

#login_operatori input[type=submit] {
    width: auto;
    float: right;   
    border: none;
    color: white;
    background: #3390C9; 
    padding: 0 20px;  
    height: 19px;
    line-height: 18px;   
    cursor: pointer;    
}

@-moz-document url-prefix() {
    #login_operatori input[type=submit] {  
        height: 19px;
        padding: 0px 20px 1px;  
    }
}
#login_operatori a {
    float: right;   
    font-size: 0.857em;        /* 12px / 14px */
    line-height: 1.750em;       /* 21px / 12px */
}

/* SIDEBAR: battelli del brenta */

#battelli {
    text-align: center;  
    font-size: 1.143em;       /* 16px / 14px */
    line-height: 1.375em;      /* 21px / 16px */    
    padding-bottom: 13px; 
}

#battelli p:first-child {
    height: 35px;
    line-height: 35px;
    background: #3390c9;
    color: white;    
    padding: 0 8px;
}   

#battelli a {
    color: #848484;
}
 
#battelli img {
    margin-bottom: 16px;
}

/***/
/*** FORM GENERALI ***/

.forms {
    margin-bottom: 30px;
}

.forms .legenda {
    font-style: italic;    
    font-size: 0.9em;      
}

.forms ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.forms li {
    padding: 3px 0;
}

.forms li * {
    vertical-align: top;
}

.forms li.required label {
    
}

.forms li.required input + label {
    font-weight: normal;
}

.forms label {
    display: inline-block;
    width: 220px;
}

.forms input + label {
    width: auto;
    padding: 0 5px 0 3px;
}   

.forms input[type=text], 
.forms input[type=password] {
    width: 170px;
}

.forms select {
    position: relative;
    width: 176px;
    height: 22px;
}

.forms input[type=radio], .forms input[type=checkbox] {
    margin: 0;
}  
.forms #privacy_text {
    font-size: 0.9em;       /* == 11.2px */
    height: 155px;
    width: 500px;
    overflow: scroll;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 8px 0;
}
.forms input[type=submit] {
    background: rgb(0,117,187);
    color: white;
    cursor:pointer;
    padding:5px 18px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    -ms-border-radius: 3px; 
    -o-border-radius: 3px; 
    border-radius: 3px;
}
.forms input[type=reset] {
    padding:5px 10px;
    cursor:pointer;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    -ms-border-radius: 3px; 
    -o-border-radius: 3px; 
    border-radius: 3px;    
}


#social,
#social-cx {
	margin: 0;
	padding: 2px 5px 10px 5px;
	list-style: none;
	overflow: auto;
}

#social li,
#social-cx li
{
	float: left;
	margin-right: 15px;
}

#social li span,
#social-cx li span
{
	font-size:10px;
}

#social-cx {
    margin-left:155px;
}

/* Content: FORM RICHIESTA */

#form_contatti { 
    font-size: 13px;  
    color: #666666; 
}

#form_contatti ul {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0px 0 5px;
} 

#form_contatti li { 
    list-style: none; 
    margin: 4px 0px 5px;
    float: left;
}

#form_contatti li.textarea {
    float: right;
}

#form_contatti input[type="text"],
#form_contatti textarea  {
    width: 167px;
    height: 22px;
    font-size: 13px; 
    color: #666666; 
    border: 1px #666666 solid;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#form_contatti textarea  {
    width: 246px;
    padding: 3px 13px;
    height: 192px; 
    font-family: arial, sans-serif;
}

#form_contatti li span {
    vertical-align: top;
}

#form_contatti li.no-star {
    margin-left: 10px;    
}

#form_contatti li.buttons {
    width: 500px;
    text-align: right; 
    margin-top: 15px;   
}

#form_contatti li.buttons span {
    float: left;  
    font-size: 13px;
    color: #666666;
    line-height: 13px;
}

#form_contatti .errors {
    margin-bottom: 15px;
}


#lx-col {
    width: 205px;
    padding: 0px;
    float: left;
} 

#rx-col {
    width: 500px;
    padding: 0 9px 0 10px;
    border-left: 1px solid #ccc;
    float: left;
    min-height: 254px;
}