/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 12px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ui-datepicker {
  font-size: 12px !important;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_980 {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_250,
.grid_730,
.grid_365 {
  display: inline;
  float: left;
  position: relative;
  margin: 0px;
  padding: 5px;
}

.grid_250 { width: 240px;}
.grid_730 { width: 670px !important; margin-left: 42px; margin-top: 12px;}
.grid_365 { width: 355px; }

.grid_1,
.grid_2,
.grid_3,
.grid_4 {
  display:inline;
  float: left;
  position: relative;
  margin-left: 13px;
  margin-right: 13px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4 {
  position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .grid_1 {
  width:206px;
}

.container_4 .grid_2 {
  width:438px;
}

.container_4 .grid_3 {
  width:670px;
}

.container_4 .grid_4 {
  width:902px;
}




/* Prefix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .prefix_1 {
  padding-left:232px;
}

.container_4 .prefix_2 {
  padding-left:464px;
}

.container_4 .prefix_3 {
  padding-left:696px;
}



/* Suffix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .suffix_1 {
  padding-right:232px;
}

.container_4 .suffix_2 {
  padding-right:464px;
}

.container_4 .suffix_3 {
  padding-right:696px;
}



/* Push Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .push_1 {
  left:232px;
}

.container_4 .push_2 {
  left:464px;
}

.container_4 .push_3 {
  left:696px;
}



/* Pull Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .pull_1 {
  left:-232px;
}

.container_4 .pull_2 {
  left:-464px;
}

.container_4 .pull_3 {
  left:-696px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}#navigation 
{
    position: relative;
    left: 3em;
}

.navigation {
    bottom: 2.7em;
    left: 5em !important;
    position: relative !important;
}

.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;

}
.sf-menu li {

    position: relative;
}
.sf-menu ul {
    display:none;
    left: 0;
    position: absolute;
    top: 105%;
    z-index: 99;
    width: 10em;
}
.sf-menu > li {
    float: left;
    border: solid 1px #768c04;
    border-radius: 8px;
    
    width: auto;
      min-width: 12em;
    height: 47px;
    top: 0.2em;
}

.sf-menu > li > a 
{
    position: relative;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;

    
}

.sf-menu > li > a:hover, .sf-menu > li > a.active
{
    position: relative;
  

}




.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu li:hover, .sf-menu li:active{
}
.sf-menu a {
    display: block;
    position: relative;
    white-space: nowrap;
}
.sf-menu ul ul {
    left: 100%;
    top: 0;
}
.sf-menu {
    position: relative;
    float: left;
    margin-bottom: 0em;
    left:0em;
}
.sf-menu ul {
   /* box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);*/
    min-width: 12em;
    width:auto;
}
.sf-menu a {
        padding: 1em 1em;
    text-decoration: none;
}
.sf-menu a {
    color: #462B00;
    font-family: 'Questrial', sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;

}

.sf-menu a:hover, .sf-menu a.active {
    background: none repeat scroll 0 0 #809905;
    height: 17px;
    position: relative;

}

.sf-menu li {
    background: none repeat scroll 0 0 transparent;
    transition: background 0.2s ease 0s;
    white-space: nowrap;
}

/* Stile css per liste annidate */


/*.sf-menu ul li {
    background: none repeat scroll 0 0 #FFF;
    bottom: 0.1em;
       width: 11em;

}*/

.sf-menu ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0.1em;
    width: 11.25em;
    left: 0.5em;

}

.sf-menu ul li a 
{
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 14px;
    text-align: center;
    height: auto !important;


}

.sf-menu ul li a:hover
{
background:#C0AF9F;
color: #FFF;
height: auto !important;


} 



.sf-menu ul ul li {
    background: none repeat scroll 0 0 #073500;
    border: none !important;

}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu  {

    /* Stili per evento hover su liste e sottoliste */
    

     
}

.sf-menu li.active 
{
    /* Proprietà css per la gestione dei link attivi */
   /* background: none repeat scroll 0 0 #C1CB00;*/
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
}
.sf-arrows .sf-with-ul:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent;
    border-image: none;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 0;
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white;
}
.sf-arrows ul .sf-with-ul:after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: -3px;
    margin-top: -5px;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}


/* Rounded corner */




/* =============================================================================
 * BASIC STYLES
 * ===========================================================================*/

sup {
  vertical-align: super;
}

* {
    margin: 0;
}
html, body {
    height: 100%;
}

/**
 * Colore per la selezione del testo
 */
::selection {
  background: #5B7826; /* Safari */
  color: white;
  }
::-moz-selection {
  background: #5B7826; /* Firefox */
  color: white;
}




#main_container {

    margin-top: -144px;

    position: relative;
   
}

#contenitore_principale {
 

    float: right;
    margin-top: 0;
    min-width: 648px;
    width: 1041px;
    position: relative;
      margin: 0 auto -350px; /* the bottom margin is the negative value of the footer's height */
      height: 100%;
     /* min-height: 563px;*/

}

#page_content {
    bottom: 28.4em;
    box-shadow: 2px 2px 10px #333333;
    margin-left: 32em;
    margin-right: auto;
    min-height: 685px;
    position: relative;
    width: 678px;
}

/* =============================================================================
 * NAVIGAZIONE
 * ===========================================================================*/

#navigation-container {
    background-color: #8aa605;
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 1366px;
    z-index: 9999;
    top: 7.9em;
}

#nav{position: relative; bottom: 4em; width:auto;}


/* =============================================================================
 * HEADER
 * ===========================================================================*/

#navigation-container {
    background-color: #8AA605;
    height: 50px;
    margin: 0 auto;
    position: relative;
    top: 7.9em;
    width: 1366px;
    z-index: 9999;
}

#logo{position: relative; top:1em;}

#header-information-box a , #header-information-box a:hover
{
  color: #FFF;
  text-decoration: underline;
}

#header-information {
    background: none repeat scroll 0 0 #F6F2ED;
    height: 147px;
    position: relative;

}



#header-information-right-container {
  width: 576px;
  float: right;
}

#header-information-right-container ul {
  margin: 40px 0 10px;
  display: block;
  overflow: hidden;
}

#header-information-right-container ul li,
#header-information-right-container ul li a {
  float: left;
  font-family: 'Average', serif;
  font-weight: 400;
  font-size: 18px;
  color: #5B7826;
}

#header-information-right-container ul li {
  margin-right: 26px;
}







/* =============================================================================
 * LANGUAGE SELECTION
 * ===========================================================================*/

#header-information-language-container {
    bottom: 1em;
    float: right;
    position: relative;
    right: 2em;
    z-index: 9;
}





#header-information-language-container .langs li {
  float: left;
}

#header-information-language-container a {
  font-family: 'Questrial',sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 2px;
  color:#462B00;

  
}

#header-information-language-container .langs .active,
#header-information-language-container .langs a:hover {
  color: #ef4315;
  font-weight: bold; /*#6d594e;*/
}


/* Barre fra i link */
#header-information-language-container .langs li:not(:last-child):after {
  /*  content: '|';
    color: white;*/
}



/* ==============================================================================
 * ICONE NELL'HEADER
 * =============================================================================*/



 #header-information-box
 {
  height: 31px;
  width: auto;
background-color: #9f580c;

 }




/* =============================================================================
 * CONTENITORI
 * ===========================================================================*/

.contenuto-principale {
  /*margin-top: 5px;*/
  margin-bottom: 50px;
  margin-left: 47px;
 
}

.contenitore-testi {
  position: relative;

}

.contenitore-testi.iframe {
  margin: 0px 10px;
}

.articles {
  color: white;
  padding: 5px 5px 0px 25px;
  width: 680px;
}

.white-box {
  background-color: white !important;

  
  position: relative;

	
}


/* =============================================================================
 * INDIRIZZO E CONTATTI
 * ===========================================================================*/

.indirizzo > img {
    bottom: 2.3em;
    left: 11em;
    position: relative;
}

.indirizzo
{
  width: 200px;
  padding-left: 47px;
  position: relative;
  top: 1.5em;

}

.recapiti_telefonici {
    left: 15em;
    padding-left: 47px;
    position: relative;
    bottom: 2em;
    width: 482px;

}

.indirizzo p , .recapiti_telefonici p 
{
               font-family: 'Questrial', sans-serif;
    font-size: 14px;
}


/* =============================================================================
 * FOOTER
 * ===========================================================================*/
#footer_container {
    clear: both;
    height: 348px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -500px;
    position: relative;
    width: 1040px;
}

#mappa
{
  width: 328px;
  height: 147px;
  right: 61.5em;
  position: absolute;
}

.box_indirizzo_info
{
  position: absolute;
  width: 328px;
  height: 147px;
  left:332px;
  background: #c0af9f;

}

.box_indirizzo_info p{

  position:relative;
  padding-left:3px;

}

.left-side,.right-side{

  float:left;
  height:147px;
  padding-top: 10px;
  padding-left: 10px;
}

.box_indirizzo_info > a > img {
    /*position: absolute;
    left: 0.5em;
    top: 0.5em;*/
}

.box_indirizzo_info .titolo_struttura {

    color:#462B00;
    font-family: 'Questrial',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.info-p{color: #462B00;
    font-family: 'Questrial',sans-serif;
    font-size: 14px;margin-bottom:5px;margin-top:5px;}
    .email a{color: #462B00;}
    .email a:hover{font-style:italic;}
/*.box_indirizzo_info .indirizzo_cap {

    color: #462B00;
    font-family: 'Questrial',sans-serif;
    font-size: 14px;
    margin-bottom: 13px;

}
.box_indirizzo_info .telefono_big_en_de {

    color: #462B00;
    font-family: 'Questrial',sans-serif;
    font-size: 13px;


}
.box_indirizzo_info .fax_en_de {

    color: #462B00;
    font-family: 'Questrial',sans-serif;
    font-size: 13px;
     margin-bottom: 13px;

}
.box_indirizzo_info .telefono_big {

    color: #462B00;
    font-family: 'Questrial',sans-serif;
    font-size: 15px;
 
}
.box_indirizzo_info .fax {

    color: #462B00;
    font-family: 'Questrial',sans-serif;
    font-size: 15px;

}
.box_indirizzo_info .email {

    color: #462B00;
    font-family: 'Questrial',sans-serif;
    font-size: 14px;
 

}
.box_indirizzo_info a:hover
{
    font-weight: bold;
      font-size: 14px;
      font-family: 'Questrial',sans-serif;
}

.box_indirizzo_info a
{
      color: #462B00;
      font-size: 14px;
      font-family: 'Questrial',sans-serif;
}

*/
.meteo_box
{
  position: absolute;
  width: 328px;
  height: 147px;
  background: #c0af9f;
  right: 28px;
}

.freccia_meteo {
		color: #462B00;
		font-family: 'Questrial',sans-serif;
		font-size: 65px;
		font-weight: bold;
}

.freccia_meteo h3 {
    font-size: 18px;
}




#links-footer {
  color: white;
  font-family: serif;
  font-size: 12px;
  background-color: #8aa605;
  height: 47px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
		z-index: 2;
}

#container_footer_link {
    left: 0em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 11em;
    width: 342px;
}



/*
 *
 * Loghi footer
 *
 */


a#sudtirol {
    background-position: -132px center;
    position: relative;
    right: 32em;
    top: -3.3em;
    width: 150px;
}
a#superski {
    background-position: -556px center;
    position: relative;
    right: -1em;
    top: 1em;
    width: 124px;
}
a#altabadia {
    right: 38em;
    top: -3em;
    width: 70px;
}
a#unesco {
    background-position: -345px center;
    right: 4.5em;
    top: 1em;
    width: 151px;
}



a.footer-logos-img-sprites
{
  background: url('../img/loghi_link.png');
  height: 52px;
  background-repeat: no-repeat;
  float: right;
  position: relative;
  bottom: 2em;
  display: inline-block;
}



/* =============================================================================
 * GALLERY
 * ===========================================================================*/
.contenitore-gallery
{
  width: 1366px;
  height: 694px;
  margin: auto;
}

.bg_gallery
{
  background-image: url(../img/foto_BG.png);
  background-repeat: repeat-x;
  position: relative;
  top: 0.9em;
}


#slidingjsgallery
{
  margin-top: 7em !important;
}

#slidingjsgallery-caption {
  bottom:30px;
  right:10px;
  font-size: 50px;
}

#slidingjsgallery-img-container img {

}

/*
#slidingjsgallery-next-img-canvas {
  background-image: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#00ffffff', endColorstr='#ffffff');
  
  background-color: #524533;
  border-left: 10px solid #FFF;
  
}

#slidingjsgallery-prev-img-canvas {
  background-image: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff');

    background-color: #524533;
      border-right: 10px solid #FFF;
  
}

#slidingjsgallery-caption span {
  -moz-transform: rotate(-5deg) translate(-4.5%, -80%);
  -webkit-transform: rotate(-5deg) translate(-4.5%, -80%);
  -ms-transform: rotate(-5deg) translate(-4.5%, -80%);
  transform: rotate(-5deg) translate(-4.5%, -80%);
  color: #ffffff;
  font-family: 'Nothing You Could Do',cursive;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 1px #000;
  position: absolute;
  bottom: -40px;
  right: 0px;
}
*/
#slidingjsgallery-pallini-container {
  bottom: 20px;

  width: 100%;
  text-align: center;
}

.slidingjsgallery-pallini {
  background-color: #ffffff;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #462B00;
  position: relative;

}

.slidingjsgallery-pallini:hover {
  background-color: #462B00;
}

.slidingjsgallery-pallini-active {
  background-color: #462B00;
}
/*
#slidingjsgallery-nextImg,
#slidingjsgallery-prevImg {
  display: none;
}
*/

a.handle_lastminute
{
  z-index: 99999;
}


/* =============================================================================
 * BARRA RICHIESTA EXPRESS
 * ===========================================================================*/

#contenitore-richiesta-express {
  height: 45px;
  line-height: 45px;
}

#contenitore-richiesta-express .grid_730 h1 {
  display: inline;
  font-family: 'Average', serif;
  margin-left: 35px;
  float: left;
  font-weight: bold;
  font-size: 15px;
  color: #191919;  
}

#contenitore-richiesta-express .titolo {
  display: block;
  font-family: 'Questrial', sans-serif;
  text-align: center;;
  font-weight: bold;
  font-size: 19px;
  color: #FFF;
  text-transform: uppercase;
}

#contenitore-richiesta-express input {
  background: none repeat scroll 0 0 #DDD8D5;
  color: #000;
  text-align: center;
}

#contenitore-richiesta-express input[type=submit] {
  color: #ef4315;
    background-color: #462b00;
  margin-top: 3px;
  position: relative;
  left: 5em;
}

#contenitore-richiesta-express label {
  padding-left: 10px;
  font-family: 'Questrial', sans-serif;
  line-height: 44px;
  color: #FFF;
  font-size: 14px;
}

#contenitore-richiesta-express form {
  /*float: right; */
  position: relative;
  bottom: 0.8em;
}




/* BOX INDIRIZZO */
#intestazione {
    float: left;
    height: 230px;
    width: 440px;
}

#intestazioni h1 {
    bottom: 1.5em;
    color: black;
    font-size: 1.58em;
    padding-left: 2em;
    position: relative;
    font-family: 'Arbutus Slab', serif;
}


#slicker-recensioni h1 
{
  padding-top: 0.3em;
  font-family: 'Arbutus Slab', serif;
}





footer#logos-footer
  {
    position: relative;
    
  }



#container_meteo {
    background: none repeat scroll 0 0 #E8E4DB;
    
}

#ta {

    left: 6em;
    position: relative;
}

#hc {
    position: relative;
    right: 6em;
    top: 2em;
}


  .info_hotel {
    
    bottom: 0.85em;
    left: 15em;
    position: absolute;
    width: 35%;
}

.info_hotel p {

  line-height: 1.9em;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 1.10em;
}






/* =============================================================================
 * SIDEBAR
 * ===========================================================================*/

#container-lastminute {
    background-image: url("../img/tratteggio.png");
    background-repeat: no-repeat;
    height: 329px;
    padding: 2px;
    position: absolute;
    top: 350px;
    
    width: 338px;
}
#container-pacchetti-vacanze {
    background-image: url("../img/tratteggio.png");
    background-repeat: no-repeat;
    bottom: 1em;
    height: 329px;
    padding: 2px;
    position: relative;
    right: -2em;
    width: 338px;
}


#sidebar {

  float: left;
  position: relative;

      width: 328px;


}

.sidebar-box {
    
    
    overflow: hidden;
    position: absolute !important;
    width: 240px;
}
.sidebar-box-active {
    background-color: #462B00;
    height: 320px;
    left: 0.25em;
    position: absolute;
    top: 0.25em;
    width: 312px;
}

#sidebar .sidebar-box h1{
  
  padding: 10px;
   font-family: 'Questrial', sans-serif;
  font-size: 1.18em;
  text-align: center;
  text-transform: none;
  color: #000;
  cursor: pointer;
}

#sidebar .sidebar-box h1:first-letter {
  font-size: 1.2em;
}

#sidebar .sidebar-box-active > h1 {
    
}


#sidebar .stack-offerte {
  /*height: 415px;*/
  width: 332px;
  margin-right: 20px;
}

a.dettaglio{position: relative; left: 15em; bottom: 1.5em;}

#container-pachetti-vacanze a.dettaglio {
    bottom: 3em;
    position: relative;
}


/* =============================================================================
 * SIDEBAR TEXT
 * ===========================================================================*/

#sidebar li {
  height: 344px;
}

#sidebar .sidebar-box p {
    color: #453F38;
    font-family: 'Questrial',sans-serif;
    font-size: 16px;
    line-height: 5px;
    padding: 1px 5px 1px 25px;
    text-align: left;
}


#sidebar .sidebar-box a {
  line-height: 16px;
  font-size: 16px;
  font-family: 'Questrial', sans-serif;
  font-weight: bold;
  text-align: left;

  text-decoration: none;
}

#sidebar p.price-tag {
  font-size: 16px;
  padding-top: 4px;
  color: #FFF !important;
}

.slider-viewport li {
/*    display: inline-block;*/
  float: left;
}

#sidebar .controls {
  position: relative;
  top: -20px;
}


 

#sidebar .offertelink {
    background-color: #462B00;
    border-color: #FFF;
    border-style: solid;
    border-width: 1px;
    bottom: 216px;
    display: inline-block;
    height: 10px;
    left: 245px;
    margin: 2px;
    position: relative;
    width: 10px;
}

#sidebar .lastiminutelink {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    bottom: 227px;
    display: inline-block;
    height: 10px;
    left: 257px;
    margin: 3px;
    position: relative;
    width: 10px;
}
#sidebar .pallini-active, #sidebar .pallini-lastminute-active {
    background-color: #FFF;
}



#sidebar img {margin-top: -12px;}




/* Stile icone portali recensioni footer */

#portali img {
    position: absolute;
    top: 16em;
}

.ta {
    position: relative !important;
    top: 18em !important;
}



/*
 * Mediaquery per dispositivi con risoluzione minore di 1366px (dimensione massima della gallery)
 * queste mediaquery fanno si che gli elementi come footer barra richiesta e menu si autoadattino
 * alle dimensioni del dispositivo
 */

 @media screen and (min-device-width: 1024px) and (max-device-width: 1365px){

#navigation-container, #main_container, #main_footer_container, #gallery-gradient, #recensioni_meteo_impianti
{
  width: 100% !important;
}

#header-information-language-container
{
     right: 175px;
}

.sf-menu a {
    padding: 0.75em 0.7em;
    text-decoration: none;
}

#slidingjsgallery-pallini-container {
    bottom: 20px;
    right: 7em;
    text-align:right;
    width: 100%;
}

#recensioni_meteo_impianti{right: 0 !important;}

 }

 @media screen and (-webkit-min-device-pixel-ratio:0) {
   /* CSS rules */

 /*  #navigation-container
   {
    position: relative;
    top: 7.95em;
   }*/

}

@media screen and (max-device-width:800){
  .slide-out-div{ position: fixed; top:10px !important;}
  .slide-out-div2{position: fixed; top:270px !important;}
}


#content{position: relative; left: 2em;}
blockquote {
	margin-left: 30px;	
}

i {
	font-style: italic; 
}

b,
strong, em {
	font-weight: bold;

	font-size: 16px;
}

/* =============================================================================
 * TITOLI
 * ===========================================================================*/

.contenitore-testi h1, .contenitore-testi h2,
.contenitore-testi h3, .contenitore-testi h4 {
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
}

.contenitore-testi h1, .h1class {
	font-size: 24px;
	color: #333;
	margin-bottom: .2em;
	font-family: 'Questrial', sans-serif;
	line-height: 1.25em;
}

.contenitore-testi h2, .h2class {
	font-size: 24px;
	color: #333;
	margin-top: .4em;
	margin-bottom: .3em;
	padding-bottom: 0.5em;
}

.contenitore-testi h3, .h3class {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-top: 0.2em;
}

.contenitore-testi h4, .h4class {
	font-size: 24px;
	margin-bottom: .3em;
	/*color: #5B7826;*/
	color: #EF4315;
}

.contenitore-testi p,
.contenitore-testi td,
.contenitore-testi li,
.contenitore-testi dt,
.contenitore-testi dd {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 1.5em;
}

.contenitore-testi p {
	
	margin-bottom: 1em;
}

.contenitore-testi a {
    color: #EF4315;
    font-family: 'Questrial',sans-serif;
    font-size: inherit;
    font-weight: normal;
    text-decoration: none !important;
}

.contenitore-testi-footer a 
{
	color: #EF4315;
    font-family: 'Questrial',sans-serif;
    font-size:14px;
    font-weight: normal;
    text-decoration: none !important;
}

.contenitore-testi .no-decoration a,
.contenitore-testi a.no-decoration {
	text-decoration: none;
}

.contenitore-testi .no-decoration a:hover,
.contenitore-testi a.no-decoration:hover {
	text-decoration: underline;
}

.contenitore-testi a:hover {
	color:#EF4315;
	/*font-weight: bold;*/
	text-decoration: none;
}

.contenuto-principale ul {
	list-style: disc outside none;
}

.contenuto-principale li {
	text-align: left;
	display: list-item;
	padding: 0;
	margin: 4px 0px 4px 35px;
	height: auto !important;
}

.contenitore-testi strong, b {
	font-weight: bold;
}


.contenitore-testi .polaroid {
	border: 5px solid white;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

/* Paragrafo di un link sulla pagina dei link esterni */
.contenitore-testi .externallink {
	line-height: 1.3em;
	margin: 0px 0px 0px 30px;
}

.contenitore-testi .externallink-descrizione {
	line-height: 1.2em;
	margin: 0px 0px 5px 50px;
}

.contenitore-testi small {
	font-size: 12px;
	margin: 3px 0 10px;
	display: inline-block;
	color: black;
}



.intestazione_richiesta_express {
    color: #000000 !important;
    font-size: 1.18em !important;
    text-align: center;
    z-index: 99999999;
}



h1#article_title {
    color: #333333;
    font-family: 'Questrial', sans-serif;
    font-size: 24px;
    position: relative;
    padding-bottom: 1em;
}

b.orange a
{
	color: #fb9c15;
	text-decoration: none;
	font-size: 14px;
}

b.p_iva
{
	font-weight: bold;
	font-size: 12px;
	    font-family: 'Questrial', sans-serif;
}
.package-title{

	display:block;
	margin-top: 15px;
	letter-spacing: 1px;
	font-size: 32px !important;
	color:#8aa605 !important;

}

td.tipologia-camera a
{
   
    color: #462B00;
}

td.tipologia-camera a:hover
{
   
    color: #FFF;
}

tr.intestazione-colonne-pacchetti th.colonna-alloggio
{
  height: 40px;
}

.offerta {
	padding: 5px;
	position: relative;
	overflow: hidden;
}

p.titolo-contenitore-destra.offerta-sconto {
	font-size: 20px;
	margin: 0px;
	padding: 4px 10px;
	line-height: 24px;
	display: block;
	float:right;
}

.offerta.contenitore {
	margin-left: 0px;
	clear: both;
}

.titolo-contenitore {
	margin: 6px 0px 10px !important;
}

.offerta .preview-image {
	float: left;
	margin: 0px 5px 5px 0px;
}

.offerta .descrizione {
	margin-bottom: 10px;
}

.offerta .box-informazioni {
	float: left;
	clear: left;
	margin: 10px 5px 0px 0px;
	border-collapse: separate;
	/*width: 810px;*/
	width: 100%
}

.offerta .box-informazioni.no-prezzi {
	float: left;
	clear: left;
	margin: 10px 5px 0px 0px;
	border-collapse: separate;
	width: 874px;
}

.offerta .box-informazioni.no-prezzi td:last-child, .offerta .box-informazioni.no-prezzi th:last-child {
	border-right: none;
}


.offerta .box-informazioni p {
	display:  block;
	margin: 0px;
	overflow: hidden;
}

.offerta .box-informazioni th {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #543C2F;
}

.offerta .box-informazioni td, .offerta .box-informazioni a {
	font-family: 'Questral', sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

/* Separatori tabella */
.offerta .box-informazioni th, .offerta .box-informazioni td {
	border-right: 1px dashed #aa9e98;
	padding: 0px 2px;
}

.offerta .prezzo-normale {
	float: right;
	clear: right;
	margin-right: -5px;

	background-color: #CC5200;
	padding: 10px 15px;
	border-radius: 5px 0 0 5px;

	color: white;
	font-family: 'Questral', sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.offerta .prezzo-normale p {
	color: white;

	font-family: 'Questral', sans-serif;
	font-size: 10px;
	font-weight: normal;

	margin: 0px;
	padding: 0px;
}

.offerta .prezzo-ridotto {
	float: right;
	clear: right;
	margin-right: -5px;
	margin-bottom: 0px;
	
	text-decoration: line-through;

	height: 24px;
	background-color: #543C2F;

	border-radius: 3px 0 0 0;

	text-align: right;
	height: 20px;
	padding: 2px 10px;
	color: white;
	font-family: 'Questral', sans-serif;
	font-size: 15px;
	font-weight: normal;

}

.offerta .box-prezzi {
	float: right;
	margin-top: 3px;
	position: relative;
	right: 0.4em;
}

.offerta .richiedi-offerta{
	clear: both;
	text-align: center;
	margin: 10px auto 0;

	display: block;
	width: 100px;

	padding: 10px 15px;
	border-radius: 5px;

	font-size: 14px;
	font-weight: bold;
}

.offerta .richiedi-offerta:hover{
	clear: both;
	text-align: center;
	margin: 10px auto 0;

	display: block;
	width: 100px;

	padding: 10px 15px;
	border-radius: 5px;

	font-size: 14px;
	font-weight: bold;
	color: #FFF !important;
}


.preview-image-dettaglio  
{
	margin: 10px;

}
#btn_badia
{	
	margin-bottom: 15px;
	height: auto;
	width: 180px !important;
}
#btn_corones
{	
	margin-top: 10px;
	height: auto;
	width: 180px !important;

}
.icona_impianto
{
	margin-left: 15px;
}.contenitore-alloggio {
	/* vedi "./contentiori.css" classe ".contenitore" */
}

.titolo-alloggio {
	/* vedi "./contentiori.css" classe ".titolo-contenitore" */
}

.contenitore-alloggio {
	/* vedi "./contentiori.css" classe ".contenitore .contenuto" */
	/*background-color: #eeeceb;*/
	margin-bottom: 35px;
}


.contenuto-alloggio img {
	float: left;
	margin: 0 5px 5px 0;
}

.tab-buttons {
	overflow: auto;
	margin: 0;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}

.tab-buttons button {
	background-color: #543C2F;
	color: white;
	display: block;
	float: left;
	border: none;
	padding: 7px;
	margin: 0px 2px;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

.tab-buttons button:hover {
	background-color: #eee;
	color: #543C2F;
}

.tab-buttons button.active {
	background-color: #eee !important;
	color: #222 !important;
}

.contenitore-alloggio .tab-content {
	-webkit-transition: height 1s;

	background-color: #eee;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	padding: 10px;
	border-radius: 0;
}

.contenitore-alloggio .tab-content>* {
	margin: 0px;
	overflow: hidden;
}

.tab-content .planimetria img {
	display: block;
	margin: 0 auto;
}

.verticalhover .hover {
	background-color:  #543C2F;
	color: white;
}

.contentiore-testi .contenitore-alloggio td,
.contentiore-testi .contenitore-alloggio p {
	color: #222;
}

/* =============================================================================
 * CARATTERISTICHE ALLOGGIO
 * ===========================================================================*/

.caratteristiche td {
	padding: 0px 4px;
	vertical-align: middle;
}

.caratteristiche td:not(:first-child) {
	text-align: center;
}

.caratteristiche .selected {
	background-color: #543C2F;
	color: white;
	font-weight: bold;
}

.caratteristiche tr {
	border-bottom: 1px dotted #aa9e98;
	cursor: pointer;
}

.caratteristiche tr:hover {
	background-color:  #eeeceb;
	/*border-bottom: 1px solid #aa9e98;*/
}

/* =============================================================================
 * PREZZI ALLOGGIO
 * ===========================================================================*/

.prezzo-tabella-alloggi {
	font-weight: 400;
	font-size: 14px;
	padding: 2px !important;
	cursor: default;
}

/* =============================================================================
 * FORM
 * ===========================================================================*/

.contenitore-alloggio td,
.contenitore-alloggio dt,
.contenitore-alloggio dd,
.contenitore-alloggio dl {
	color: #111;
}table.prezzi{
	margin-bottom: 25px;
	width: 100%;
}

table.prezzi th {
	background-color: #aa9e98;
}

table.prezzi td, table.prezzi th {
	color: #393939;
	text-align: center;
	padding: 1px;
	vertical-align: middle;
	font-family: helvetica;
	font-size:13px;
	font-weight: bolder;
	height: 42px;
}

/*
table.prezzi td {
	color: #393939;
	text-align: center;
	padding: 1px;
	vertical-align: middle;
	font-family: helvetica;
	font-size:13px;
	height: 42px;
}
*/

table.prezzi th.table-description-cell{
	/*background-color: #5B7826;*/
	background-color:#462B00;
	font-family:'Questral', sans-serif;
	font-weight: bold;
	color: #eeeceb;
	text-align: center;
	vertical-align: middle;
	border-radius: 7px 0 0 0;
	padding: 10px 2px;
}

table.prezzi td.price-cell {
	width: 60px;
}

.price-table-dates {
	white-space: nowrap;
}


table.prezzi th.room-people-cell,
table.prezzi th.room-treatment-cell {
	/*border-left: 1px solid #6d594e;*/
	border-left: 1px solid #FFF;
	padding-bottom: 5px;
}

table.prezzi th.room-name-cell
{
	border-left: 1px solid #FFF;
}

table.prezzi tbody tr {
	/* -moz-transition: all 0.3s; */
	background-color:  #eeeceb;
	cursor: pointer;
}

table.prezzi tbody td {
	/* -moz-transition: all 0.3s; */
	padding: 3px 0px;
}

table.prezzi tbody tr:nth-child(even) {
	background-color:  #d4cecb;
}

table.prezzi tbody tr:hover {
	background-color:  #aa9e98;
}

table.prezzi .room-name-cell a , table.prezzi .room-people-cell a , table.prezzi .room-treatment-cell a
{
	color: #462B00;
}#form-richiesta table {
}

#form-richiesta table td {
	margin: 2px;
	margin-right: -4px !important;
	margin-left: 0px !important;
}

#form-richiesta th, #form-richiesta h3 {
	font-size: 16px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: normal;
	font-family: serif;
}

#form-richiesta .label-cell {
	display: inline-block;
	width: 140px;
	text-align: right;
	padding-right: 10px;
	color: #333;
	font-family: sans-serif;
	font-size: 12px;
}

#form-richiesta .input-piccolo {
	width: 50px;
	margin-right: 6px;
}

#form-richiesta textarea {
	width: 100%;
}

#form-richiesta p {
	font-size: 12px;
	margin-top: 0px;
}

#form-richiesta .contenitore {
	margin: 2px 0 0;
}

.contenitore-testi .errorbox p {
	font-weight: bold;
	margin: 0px;
	color: #a00;
	text-decoration: none !important;
}

#form-richiesta .contenitore {
	background-color: #aa9e98;
	background-color: rgba(170,158,152 0.5);
	/*background-color: rgba(80, 80, 80, 0.5);*/
	padding: 10px;
	margin-bottom: 10px;
}

#form-richiesta .submit-button {
	display: block;
	margin: 25px auto 30px;
	padding: 20px;
	line-height: 0px;
}.pacchetto {
	width: 95%;
	
}

.prezzi-periodo-pacchetto {
	border: 1px solid #543C2F;
	background-color: white;
}

.pacchetto .preview-image {
	float: left;
	margin: 0 5px 5px 0;
}

.prezzi-periodo-pacchetto td, .prezzi-periodo-pacchetto a {
	font-family: 'Average', sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;

}

/* Separatori tabella */
.prezzi-periodo-pacchetto th, .prezzi-periodo-pacchetto td {
	border-right: 1px dashed #aa9e98;
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
}

.prezzi-periodo-pacchetto th:last-child, .prezzi-periodo-pacchetto td:last-child {
}

.prezzi-periodo-pacchetto th {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.prezzi-periodo-pacchetto th.eta-bambino {
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
}

.prezzi-periodo-pacchetto tbody tr {
	background-color:  #eeeceb;
}

.prezzi-periodo-pacchetto tbody tr:nth-child(even) {
	background-color:  #d4cecb;
}

.prezzi-periodo-pacchetto tbody tr:hover {
	background-color:  #aa9e98;
}

.prezzi-periodo-pacchetto thead tr:last-child {
	border-bottom: 1px dashed #aa9e98;
}

/* faccio si che il link sull alloggio, sia di tutta la larghezza */
.prezzi-periodo-pacchetto a.link-alloggio {
	padding-right: 5px;
	display: none;
	font-size: bold;
}

/* faccio si che il link sull alloggio, sia di tutta la larghezza */
.prezzi-periodo-pacchetto a.link-alloggio img {
	float: right;
}

.prezzi-periodo-pacchetto .css3button {
	display: block;
	padding: 0;
	margin: 2px;
	line-height: 18px;
}

/* dimensioni colonne */

.prezzi-periodo-pacchetto .colonna-prezzo {
}
.prezzi-periodo-pacchetto .colonna-alloggio {
	width: 160px;
	height: 35px;
	dislplay:none;
}
.prezzi-periodo-pacchetto .colonna-richiedi {
	width: 100px;
}

.pacchetto .freccia {
	position: relative;
	background-color: #462B00;
	padding: 6px 10px 10px;
	color: #FFFFFF;
	width: 400px;
	border-radius: 0px 4px 4px 0px;
	margin-left: -6px;
	font-weight: normal;
}

.pacchetto .freccia:after {
	display: block;
	position: absolute;
	content: '';
	bottom: -17px;
	left: 150px;
	border: 10px solid;
	margin-left: 10px;
	border-color: #462B00 transparent transparent transparent;
}


.giorni-consentiti {
	float: right;
	margin-top: 25px;
}

.giorni-consentiti div {
	float: left;
	background-color: #d4cecb;
	color: #aa9e98;
	border-radius: 4px;
	padding: 2px 4px;
	margin: 0px 1px;
	font-size: 10px;
	font-weight: bold;
}


.giorni-consentiti div.arrivo-consentito {
	float: left;
	background-color: #543C2F;
	color: white;
	border-radius: 4px;
	padding: 2px 4px;
}

.giorni-consentiti span {
	float: left;
	font-family: 'Questral', sans-serif;
	font-size: 14px;
	margin: 3px 8px 0 0;
}

a.css3button.visualizza-tutti-pacchetti {
	display: block;
	margin: 10px auto;
	text-align: center;
	width: 280px;
}

 #descrizione_pacchetto img 
{
	display: none;
}



#page_navigation {
    padding-bottom: 15px;
    text-align: center;
}
#page_navigation a{
	    font-size: 14px;
    padding-left: 15px;
    text-decoration: none;
}
a.active_page {
        text-decoration: underline;
    color:black;
}

#page_navigation a:hover {
    font-size: 14px;
    padding-left: 15px;
    text-decoration: underline;
    color:#9F580C;
}.gmap_marker h1 {
	font-size: 16px;
}

.gmap_marker p {
	margin: 0.1em 0px;
}

.google-maps dl {
	display: block;
	width: 500px;
	height: 30px;
	background-color: #462B00;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	position: relative;
}

.google-maps dt {
	padding: 0px;
	display: block;
	width: 300px;
}

.google-maps input {
	height: 20px;
}

.google-maps dt label {
	font-family: 'Questrial',sans-serif !important;
	font-size: 15px !important;
	color: white;
	font-weight: bold;
}

/* Risultati della ricerca */
.ac_results {
	background-color: white;
	border: 1px solid #5B7826;
	opacity: 1 !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.ac_results li {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

.ac_results li:hover {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	background-color:#C0AF9F;
	color: white;
	cursor: pointer;
}

.ac_highlight {
	font-weight: bold;
	color: #EF4315
}

.google-maps {
    left: 2em;
    position: relative;
    top: 1em;
}
#map-canvas {
    height: 520px !important;
    width: 630px !important;
}
#direzioni{position: relative; right: 2em; padding-bottom: 3em;}
/* =============================================================================
 * SLICKER COMMON STYLE
 * ===========================================================================*/


.sidebar_slider
{
  background-color: #FFF;
}

.slicker p {
  line-height: 1em;
  margin: 4px 0;
  display: block;
  text-align: left;
}

.slicker a {
  display: block;
}

.slicker {
  margin-bottom: 10px;
}

.slicker h2 {
  display: block;
  background-color: #543C2F;
  border-radius: 5px 5px 0 0;
  color: white;
  padding: 5px;
  margin: 0px;
  margin-top: 10px;
  font-weight: normal;
}

.slicker-container {
  position: relative;
  margin: 0px;
  text-align: center;
}


.slicker-element {
  width: 218px;
}

.slicker-lastminute .slides-container {
  overflow: hidden;
}

.slicker-pacchetti .slides-container {
  overflow: hidden;
}

/** NAVIGAZIONE SLICKER **/

.slicker ul {
  display: block;
  float: right;
  margin: 5px;
  overflow: hidden;
}

.slicker ul li {
  display: inline;
  line-height: 28px;
  margin: 0px;
  padding: 0px;
}

.slicker ul li a {
  text-indent: -9999px;
  white-space: nowrap;
  margin: 1px;
  float: left;
  background-image: url("../img/navigation.png");
  content: '';
  width: 12px;
  height: 12px;
  outline: none;
}

.slicker ul li a:hover {
  background-position: 0 12px;
}

.slicker ul li.slidesCurrent a {
  background-position: 0 24px;
}

a.css3button.slicker-info-link {
  display: inline-block;
  float: left;
  padding: 2px 10px;
  line-height: 20px;
}

a.slicker-link {
  display: block;
  background-color: #543C2F;
  border: 1px solid #543C2F;
  border-top: none;
  color: white;
  font-weight: bold;
  padding: 3px 5px;
}

a.slicker-link:hover {
  background-color: white;
  color: #543C2F;
}




/* =============================================================================
 * Sliders (offerte e pacchetti)
 * ===========================================================================*/

.slider-viewport {
  margin: 4px;
  width: 328px;
  overflow: hidden;
  position: relative;
  clear: both;
  /*padding-bottom: 4px;*/
}

.slider-viewport ul {
  width: 9999px;
  margin: 0px;
  padding: 0px;
}

.slider-viewport li {
  display: inline-block;
  padding-bottom: 20px;
  vertical-align: top;
  margin: 0px;
  padding: 0 0 20px 0; 
}

.slider-viewport li h1,
.slider-viewport li p,
.slider-viewport li span
 {
    margin: 0px !important;
  line-height: 1.0em !important;
  padding: inherit 4px;
    color: #FFF !important;
  font-size: 14px;
  font-family: arial;
}

 .slider-viewport li a{color: #EF4315 !important;   line-height: 1.5em !important;}

.lt-ie8 .slider-viewport li {
  display: block;
  float: left;
}

.slider-viewport img { }

.slider-viewport p {
  margin: 0px 5px;

}

.slider-viewport p.price-tag, .controls a {
  font-size: 24px;
  font-family: raleway, sans-serif;
  font-weight: normal;
  /*color: #5B7826;*/
  color:#FB9C15 !important;
}

.slider .controls {
  float: right;
  margin: 4px 5px !important;
}

.controls a {
  font-size: 14px;
  font-weight: bold;
  padding-left: 3px;
  text-decoration: none;
  color: white;
}

.controls a:hover {
  color: #7E7E7E;
}








/* =============================================================================
 * METEO
 * ===========================================================================*/

table.tabella-meteo {
    bottom: 2em;
    display: block;
    margin: 5px auto;
    position: relative;
    top: 2em;
    width: 280px;
    left: 0.5em;
}

table.tabella-meteo td {
	color: #462B00;
font-family: 'Questrial',sans-serif;
	text-align: center;
	padding: 3px 5px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}

.tabella-meteo .riga-minime {
	background-color: #3D7499;
}

.tabella-meteo .riga-massime {
	background-color: #994C3D;
}

.sidebar-meteo h3 {
	margin-bottom: 0.5em !important;
}

.sidebar-meteo p {
	margin: 0.1em inherit !important;
}

.sidebar-meteo p.selected {
	font-weight: bold;
	color: black;
}

.sidebar-meteo p.selected:before {
	content: ">";
}

a.css3button:hover{color:#9F580C !important;}

	#link_meteo > img {
    bottom: 3em;
    left: 13em;
    position: relative;
}

/* =============================================================================
 * TABS
 * ===========================================================================*/

.sidebar h1 a {
	text-decoration: none;
}

.tabs-header {
	display: block;
	overflow: hidden;
	width: 90%;
}

.tabs-header li {
	display: block;
	float: left;
	border-radius: 7px 7px 0px 0px;
	color: #f1f1f1;
	width: 50%;
	margin: 0;
	padding: 0;
	height: 66px;
	overflow: hidden;
}

.tabs-header li a.active, .tabs-header li a:hover {
	/*background-color: #f1f1f1;*/
	color: #5B7826;
}

.tabs-header li a {
	display: block;
	/*background-color: #5B7826;*/
	padding: 17px;
	font-family: raleway, sans-serif;
	font-weight: bold;
	color: #512c05;
	text-decoration: none;
	cursor: pointer;
	height: 32px;
}

.tabs-header li.active a, .tabs-header li:hover a {
	color: #5B7826;
}

.tabs-header li:not(.active):hover {
	/*background-color: #ddd;*/
}

.tab-content {
	background: none;
	/*border-radius: 0px 7px 7px 7px;*/
	padding: 0px;
}

.img_center {
    left: 5em;
    position: relative;
}

#contenuto_meteo {
    left: 2em;
    position: relative;
    top: 0.5em;
    width: 90%;
}
#creditcard-form > div#contenitore_moduli_form {
    display: block;
    margin-left: 170px;
}
.intestazione_cc
{
	padding-bottom: 15px;
}.next-border
{

	border-left: 10px solid #FFF;

}

.prev-border
{

	border-right: 10px solid #FFF;

}

#next-opacity {
    background-color: #FFFFFF;
    opacity: 0.4;
    width: 210%;
    height: 100%;
}

#prev-opacity
{
    background-color: #FFFFFF;
    opacity: 0.4;
    width: 210%;
    height: 100%;
    float: right;
}

input, select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #738C46;
    border-image: none;
    border-style: solid none;
    border-width: 1px;
    color: #645027;
    height: 22px;
    width: 160px;
}
header input {
}
select, textarea, input {
    border: 1px solid #738C46;
    margin: 0 0 3px;
    padding: 4px;
}
textarea, select, input {
    -moz-box-sizing: border-box;
}
select {
    height: 20px;
    padding: 0;
}
input[type="checkbox"], input[type="radio"] {
    margin: auto 5px;
    width: auto;
}
a.css3button, .css3button {
    background-color: #462B00;
    color: #EF4315;
    cursor: pointer;
    font-family: 'Questral',serif;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    margin: 2px;
    padding: 5px;
    text-decoration: none;
    text-transform: capitalize;
}
a.css3button:hover, .css3button:hover {
background-color: #462B00;
    color: #EF4315;
    cursor: pointer;
    font-family: 'Questral',serif;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    margin: 2px;
    padding: 5px;
    text-decoration: none;
    text-transform: capitalize;
}
a.dark-button, .dark-button {
    background-color: #1A1A1A;
    border: 1px solid #E8C061;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Questral',sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
}
.dark-button:hover {
    background-color: #5B7826;
}
input.errore, textarea.errore, select.errore, input.error, textarea.error, select.error {
    border: 1px solid red;
}
label {
    color: #333;
    display: inline-block;
    font-family: 'Questral', sans-serif;
    line-height: 24px;
    margin-right: 2px;
    vertical-align: bottom;
}
label.error {
    margin-left: 5px;
}
dl {
    clear: both;
    display: block;
}
dt {
    display: block;
    float: left;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
    width: 150px;
}
.ui-widget span, .ui-widget a {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.3em;
}
.ui-widget select {
    -moz-box-sizing: content-box;
    border: 0 none;
    margin: 0;
    padding: 0;
}
.ui-datepicker-trigger {
    margin-left: 4px;
    vertical-align: -4px;
    display: none;
}
.contenitore-testi .obbligatorio {
    font-weight: bold;
}
.contenitore-testi .obbligatorio:before {
    content: "*";
    margin-right: 4px;
}
.rounded-button, a.rounded-button {
    display: inline-block;
    font-family:'Questral', sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-decoration: none;
    width: 35px;
}
.rounded-button:hover, a.rounded-button:hover {
}
.rounded-button.long {
    border: 1px solid #888888;
    font-size: 14px;
    height: auto;
    line-height: 1em;
    margin: 4px;
    padding: 8px;
    width: auto;
}
.rounded-button:hover {
    cursor: pointer;
}
.rounded-button.grey, a.rounded-button.grey {
    background-color: #F1F1F1;
}
.rounded-button.magenta {
    color: #444444;
}
.rounded-button.magenta:hover {
    color: #5B7826;
    cursor: pointer;
}
#slicker-express-request {
    height: 250px;
    position: relative;
    top: 2.2em;
}
#slicker-express-request label {
    color: #000000;
    font-family: verdana;
    font-size: 14px;
    text-align: center;
}
#numero_persone, #numero_notti {
    background: none repeat scroll 0 0 #000000 !important;
    color: #FFFFFF;
    height: 28px;
    width: 98px;
}
#data_arrivo {
    background: none repeat scroll 0 0 #000000 !important;
    border: 1px inset;
    color: #FFFFFF;
    height: 41px !important;
    position: relative;
    right: 0;
    width: 222px !important;
}
#numero_persone {
    height: 41px;
    position: relative;
    right: 5.75em;
    top: 4em;
}
#numero_notti {
    float: right;
    height: 41px;
    left: 3.5em;
    position: relative;
    top: 0.45em;
}
#send_request {
    left: 2em;
    position: relative;
    top: 2em;
}
#label_arrivo {
    left: 1em;
    position: relative;
}
#label_adulti {
    left: 0.75em;
    position: relative;
}
#label_notti {
    bottom: 1.45em;
    float: right;
    position: relative;
    right: 3em;
}

/* stile form richiesta */
#form-richiesta {
        margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 95%;
}

#pulsanteInvioRichiesta {
    margin-bottom: 1em;
}

/* Richiesta express */
#datepicker {
    width: 87px !important;
}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(84,60,47);
	background-color: rgba(84,60,47,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(84,60,47);
	border-top-color: rgba(84,60,47,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(84,60,47);
	border-bottom-color: rgba(84,60,47,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(84,60,47);
	border-right-color: rgba(84,60,47,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(84,60,47);
	border-left-color: rgba(84,60,47,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}/* Standard sizes, margin, padding, border radiuses
---------------------------------------------------------------- */

.relative {
	position: relative;
}
/* Standard border radius */
.r5 {-webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important;}
.r10 {-webkit-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important;}
.r15 {-webkit-border-radius: 15px !important; -moz-border-radius: 15px !important; border-radius: 15px !important;}
.r20 {-webkit-border-radius: 20px !important; -moz-border-radius: 20px !important; border-radius: 20px !important;}


/* Standard Padding and Margin classes */
.p0 { padding: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pl0 { padding-left: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.pr0 { padding-right: 0 !important; }

.p2 { padding: 2px !important; }
.pt2 { padding-top: 2px !important; }
.pl2 { padding-left: 2px !important; }
.pb2 { padding-bottom: 2px !important; }
.pr2 { padding-right: 2px !important; }

.p3 { padding: 3px !important; }
.pt3 { padding-top: 3px !important; }
.pl3 { padding-left: 3px !important; }
.pb3 { padding-bottom: 3px !important; }
.pr3 { padding-right: 3px !important; }

.p4 { padding: 4px !important; }
.pt4 { padding-top: 4px !important; }
.pl4 { padding-left: 4px !important; }
.pb4 { padding-bottom: 4px !important; }
.pr4 { padding-right: 4px !important; }

.p5 { padding: 5px !important; }
.pt5 { padding-top: 5px !important; }
.pl5 { padding-left: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pr5 { padding-right: 5px !important; }

.p6 { padding: 6px !important; }
.pt6 { padding-top: 6px !important; }
.pl6 { padding-left: 6px !important; }
.pb6 { padding-bottom: 6px !important; }
.pr6 { padding-right: 6px !important; }

.p7 { padding: 7px !important; }
.pt7 { padding-top: 7px !important; }
.pl7 { padding-left: 7px !important; }
.pb7 { padding-bottom: 7px !important; }
.pr7 { padding-right: 7px !important; }

.p8 { padding: 8px !important; }
.pt8 { padding-top: 8px !important; }
.pl8 { padding-left: 8px !important; }
.pb8 { padding-bottom: 8px !important; }
.pr8 { padding-right: 8px !important; }

.p9 { padding: 9px !important; }
.pt9 { padding-top: 9px !important; }
.pl9 { padding-left: 9px !important; }
.pb9 { padding-bottom: 9px !important; }
.pr9 { padding-right: 9px !important; }

.p10 { padding: 10px !important; }
.pt10 { padding-top: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pr10 { padding-right: 10px !important; }

.p15 { padding: 15px !important; }
.pt15 { padding-top: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pr15 { padding-right: 15px !important; }

.p20 { padding: 20px !important; }
.pt20 { padding-top: 20px !important; }
.pl20 { padding-left: 0.5em !important; }
.pb20 { padding-bottom: 2em !important; padding-top:3em; } /*Usato per posizionare correttamente il box richiesta express*/
.pr20 { padding-right: 20px !important; }

.p30 { padding: 30px !important; }
.pt30 { padding-top: 30px !important; }
.pl30 { padding-left: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pr30 { padding-right: 30px !important; }

.p35 { padding: 35px !important; }
.pt35 { padding-top: 35px !important; }
.pl35 { padding-left: 35px !important; }
.pb35 { padding-bottom: 35px !important; }
.pr35 { padding-right: 35px !important; }

.p40 { padding: 40px !important; }
.pt40 { padding-top: 40px !important; }
.pl40 { padding-left: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pr40 { padding-right: 40px !important; }

.p50 { padding: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pl50 { padding-left: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pr50 { padding-right: 50px !important; }

.m0	 {margin: 0 !important; }
.mt0 { margin-top: 0 !important; }
.ml0 { margin-left: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mr0 { margin-right: 0 !important; }

.m1	 {margin: 1px !important; }
.mt1 { margin-top: 1px !important; }
.ml1 { margin-left: 1px !important; }
.mb1 { margin-bottom: 1px !important; }
.mr1 { margin-right: 1px !important; }

.m2	 {margin: 2px !important; }
.mt2 { margin-top: 2px !important; }
.ml2 { margin-left: 2px !important; }
.mb2 { margin-bottom: 2px !important; }
.mr2 { margin-right: 2px !important; }

.m3 { margin: 3px !important; }
.mt3 { margin-top: 3px !important; }
.ml3 { margin-left: 3px !important; }
.mb3 { margin-bottom: 3px !important; }
.mr3 { margin-right: 3px !important; }

.m5 { margin: 5px !important; }
.mt5 { margin-top: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.mr5 { margin-right: 5px !important; }

.m10 { margin: 10px !important; }
.mt10 { margin-top: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.mr10 { margin-right: 10px !important; }

.m15 { margin: 15px !important; }
.mt15 { margin-top: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.mr15 { margin-right: 15px !important; }

.m20 { margin: 20px !important; }
.mt20 { margin-top: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.mr20 { margin-right: 20px !important; }

.m25 { margin: 25px !important; }
.mt25 { margin-top: 25px !important; }
.ml25 { margin-left: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.mr25 { margin-right: 25px !important; }

.m30 { margin: 30px !important; }
.mt30 { margin-top: 30px; }
.ml30 { margin-left: 30px; }
.mb30 { margin-bottom: 30px; }
.mr30 { margin-right: 30px; }

.m35 { margin: 35px; }
.mt35 { margin-top: 35px; }
.ml35 { margin-left: 35px; }
.mb35 { margin-bottom: 35px; }
.mr35 { margin-right: 35px; }

.m40 { margin: 40px; }
.mt40 { margin-top: 40px; }
.ml40 { margin-left: 40px; }
.mb40 { margin-bottom: 40px; }
.mr40 { margin-right: 40px; }

.m50 { margin: 50px; }
.mt50 { margin-top: 50px; }
.ml50 { margin-left: 50px; }
.mb50 { margin-bottom: 50px; }
.mr50 { margin-right: 50px; }

.mr-auto {margin-right:auto;}
.ml-auto {margin-left:auto;}

/** Standard sizes */
.w10 {	width:10px !important; }
.w20 {	width:20px !important; }
.w30 {	width:30px !important; }
.w40 {	width:40px !important; }
.w50 {	width:50px !important; }
.w75 {	width:75px !important; }
.w60 {	width:60px !important; }
.w80 {	width:80px !important; }
.w100 {	width:100px !important; }
.w120 {	width:120px !important; }
.w140 {	width:140px !important; }
.w160 {	width:160px !important; }
.w180 {	width:180px !important; }
.w200 {	width:220px !important; }
.w220 {	width:220px !important; }
.w240 {	width:240px !important; }
.w260 {	width:260px !important; }
.w280 {	width:280px !important; }
.w300 {	width:300px !important; }
.w320 {	width:320px !important; }
.w340 {	width:340px !important; }
.w360 {	width:360px !important; }
.w380 {	width:380px !important; }
.w400 {	width:400px !important; }
.w450 {	width:450px !important; }
.w500 {	width:500px !important; }
.w600 {	width:600px !important; }

.h10 {	height:10px !important; }
.h15 {	height:15px !important; }
.h18 {	height:18px !important; }
.h20 {	height:20px !important; }
.h30 {	height:30px !important; }
.h40 {	height:40px !important; }
.h50 {	height:50px !important; }
.h60 {	height:60px !important; }
.h80 {	height:80px !important; }
.h100 {	height:100px !important; }
.h120 {	height:120px !important; }
.h140 {	height:140px !important; }
.h160 {	height:160px !important; }
.h180 {	height:180px !important; }
.h200 {	height:220px !important; }
.h220 {	height:220px !important; }
.h240 {	height:240px !important; }
.h260 {	height:260px !important; }
.h280 {	height:280px !important; }
.h300 {	height:300px !important; }
.h320 {	height:320px !important; }
.h340 {	height:340px !important; }
.h360 {	height:360px !important; }
.h380 {	height:380px !important; }
.h400 {	height:400px !important; }

.clearboth { clear: both; padding-bottom: 1em !important; }

.center { text-align: center !important;}
.left   { text-align: left !important;}
.right  { text-align: right !important;}

.displaynone { display: none; }
.hidden { visibility: hidden; }

.floatleft { float: left; margin-right: 10px; }
.floatright { float: right; margin-left: 10px; }
.blockcenter {
    display: block;
    float: none !important;
    left: -100px !important;
    position: relative !important;
    top: 0 !important;
}

.linethrough { text-decoration: line-through; }
.textdecorationnone { text-decoration:  none; }.intP_cookie-banner{
    font-family: 'Questrial', serif;
    box-sizing: border-box;
}

.intP_cookie-banner_policy-text{
    line-height: 1.4;
}

.intP_cookie-banner_policy-text a{
    font-size: 15px;
}

.intP_cookie-popup{
    font-family: 'Questrial', serif;
}

.intP_cookie-popup_description_title{
    font-size: 25px;
    margin-bottom: 10px;
}

.intP_cookie-popup_list_coockie-cat_header_title{
    font-size: 20px;
}

.intP_cookie-popup_list_coockie-cat_content p{
    font-size: 15px;
    line-height: 1.3;
}

.privacy_buttons{
    margin-top: 30px;
    text-align: center;
}

.privacy_buttons button{
    padding: 10px;
}#contenuto_articolo
{
	position: relative;
	right: 2em;
}

.contenitore {
	margin-bottom: 10px;
}

.contenitore .contenuto {
	padding: 5px;
	overflow: auto;
}

.testi .titolo-contenitore {
	display: inline-block;
	padding: 10px;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	margin: 0px;
	font-family: 'Average', serif;
	color: white;
	background-color: #543C2F;
	border-radius: 10px 10px 0 0;
	vertical-align: bottom;
}

.titolo-contenitore.arancione {
	background-color: #CC5200;
}

.testi .titolo-contenitore-destra {
	display: inline-block;
	margin: 0px;
	padding: 10px;
	height: 22px;
	font-size: 18px;
	font-weight: bold;
	float: right;
	font-family: 'Average', serif;
	color: white;
	background-color: #CC5200;
	border-radius: 10px 10px 0 0;
}

article.article-content{margin-right: 22px;}
.articolo_tabella_prezzi {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 1em;
    width: 95%;
}

/* Sezione descrizione apartamenti */
.apt {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 95%;
}


/* =============================================================================
 * TESTI
 * ===========================================================================*/

.contenitore-testi .contenitore .tab-content p {
	color: #222;
}

article.article_content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3em;
    position: relative;
    top: 1em;
    width: 95%;
}

#titolo_articolo {
    left: 1.5em;
    top: 1em;
    position: relative;
    width: 97%;
}