/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
/* ESCAPE RESPONSIVE */
/*------------------------------------*\
  TRANSITIONAL STYLES
\*------------------------------------*/
.mapButton {
  display: none!important;
}
.bottomMainBox {
  clear: both;
}
body.cke_show_borders a,
body.preview a {
  color: #333!important;
}
/* Theme */
/* ==========================================================================
HEADER
========================================================================== */
#headerPictureMobile {
  display: none;
}
@media (min-width: 980px) {
  #headerPictureMobile {
    display: none;
  }
}
#mobile-header a {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  z-index: 100;
}
@media (min-width: 980px) {
  #mobile-header {
    display: none;
  }
}
nav#side-nav {
  z-index: 99;
}
nav#side-nav:not(.mm-menu) {
  display: none;
}
#header {
  height: 126px;
  font-family: 'Roboto', serif;
  position: relative;
  z-index: 999;
  color: black;
}
#header #navigation {
  clear: both;
}
@media (min-width: 980px) {
  #header {
    background: black;
  }
}
#header.neutra {
  background: none;
  height: 86px;
  font-family: 'Arimo', sans-serif;
  position: relative;
  z-index: 999;
}
#header #navWrapper,
#header #logoWrapper,
#header #shortcutWrapper,
#header .booking,
#header .sprites-logo-discover-trento,
#header #langWrapper {
  position: absolute;
}
#header #navWrapper {
  display: none;
}
@media (min-width: 980px) {
  #header #navWrapper {
    display: block;
  }
}
#header #navWrapper,
#header #logoWrapper,
#header #shortcutWrapper,
#header .sprites-logo-discover-trento {
  top: 0;
}
#header #shortcutWrapper,
#header #social {
  display: none;
}
@media (min-width: 980px) {
  #header #shortcutWrapper,
  #header #social {
    display: block;
  }
}
#header #social {
  position: absolute;
  z-index: 90;
  top: 160px;
  left: 25px;
}
#header #social a {
  color: #999999;
  text-decoration: none;
}
#header #social a:hover {
  color: #666666;
}
#header #langWrapper {
  top: 220px;
  z-index: 60;
  left: 1em;
}
#header #langWrapper div {
  float: right;
  margin-right: 5px;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
#header #langWrapper div:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition: all all ease-out;
  -moz-transition: all all ease-out;
  -o-transition: all all ease-out;
  transition: all all ease-out;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#header ul#nav,
#header ul#subNavigation {
  padding-left: 300px;
  display: block;
  list-style: none;
  clear: both;
}
#header ul#nav li,
#header ul#subNavigation li {
  float: left;
}
#header ul#nav li a,
#header ul#subNavigation li a {
  text-decoration: none;
  display: block;
}
@media (min-width: 980px) {
  #header ul#nav li a,
  #header ul#subNavigation li a {
    color: white;
  }
  #header ul#nav li a:hover,
  #header ul#subNavigation li a:hover {
    color: #666;
  }
}
#header #navWrapper {
  padding-top: 18px;
  padding-right: 2em;
  z-index: 10;
  height: 88px;
  width: 100%;
  z-index: 9999;
  max-width: 1480px;
}
#header #navWrapper ul#nav {
  text-transform: uppercase;
  display: inline-table;
  font-size: 0.85em;
  font-weight: 700;
  margin: 0;
  float: right;
  width: auto;
}
@media (min-width: 1380px) {
  #header #navWrapper ul#nav {
    font-size: 0.95em;
  }
}
#header #navWrapper ul#nav li {
  position: relative;
  line-height: 24px;
}
@media (min-width: 1380px) {
  #header #navWrapper ul#nav li {
    line-height: 30px;
  }
}
#header #navWrapper ul#nav li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#header #navWrapper ul#nav li:hover ul {
  display: block;
}
#header #navWrapper ul#nav ul.submenu {
  display: none;
  list-style: none;
  position: absolute;
  top: 14px;
  left: 0px;
  background: white;
  opacity: 0.9;
  margin: 10px 0!important;
  padding-top: 10px;
  width: 200px;
  z-index: 10;
  font-weight: 500;
}
#header #navWrapper ul#nav ul.submenu li {
  float: none;
  position: relative;
  border-width: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  padding: 0 15px 15px 15px!important;
  font-size: 80%;
  line-height: normal;
  border-top-style: solid;
}
#header #navWrapper ul#nav ul.submenu li a {
  color: #4d4d4d;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
#header #navWrapper ul#subNavigation {
  font-size: 80%;
  margin-bottom: 10px;
  text-align: center;
  margin: 0;
  width: auto;
  float: right;
}
@media (min-width: 1199px) {
  #header #navWrapper ul#subNavigation {
    font-size: 90%;
  }
}
#header #navWrapper ul#subNavigation li {
  margin-left: 0.2em;
  padding-left: 0.2em;
}
@media (min-width: 1199px) {
  #header #navWrapper ul#subNavigation li {
    margin-left: 0.5em;
    padding-left: 0.5em;
  }
}
#header #navWrapper ul#subNavigation li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
#header #navWrapper ul#subNavigation li:first-child li {
  display: inline;
}
@media (min-width: 980px) {
  #header #navWrapper ul#subNavigation {
    text-align: right;
  }
}
@media (min-width: 980px) {
  #header #logoWrapper {
    background: #ffffff;
    -webkit-transform: rotate(124deg);
    -moz-transform: rotate(124deg);
    -ms-transform: rotate(124deg);
    -o-transform: rotate(124deg);
    transform: rotate(124deg);
    z-index: 50;
    height: 340px;
    width: 590px;
    left: -300px;
    top: -20px;
    -webkit-box-shadow: 20px 0px 30px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 20px 0px 30px rgba(0, 0, 0, 0.7);
    box-shadow: 20px 0px 30px rgba(0, 0, 0, 0.7);
  }
}
#header .sprites-logo-discover-trento {
  margin: 15px 0 0 15px;
  background-repeat: no-repeat;
  z-index: 50;
}
#header .sprites-logo-discover-trento a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #header .sprites-logo-discover-trento {
    background: url(../images/logo-discover-trento-small.png) no-repeat;
  }
}
#header #shortcutWrapper {
  z-index: 30;
  width: 290px;
  top: 130px;
  left: 24px;
}
#header #shortcutWrapper .sprites-shortcut-bg,
#header #shortcutWrapper .sprites-shortcut-trento-bg,
#header #shortcutWrapper .sprites-shortcut-bondone-bg,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg {
  /*background: @home-color;*/
  margin-bottom: 4px;
  color: #999999;
  padding: 5px 18px 0px 0px;
  width: 240px;
  position: relative;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition: all all ease-out;
  -moz-transition: all all ease-out;
  -o-transition: all all ease-out;
  transition: all all ease-out;
  -webkit-transition-delay: linear;
  -moz-transition-delay: linear;
  -o-transition-delay: linear;
  transition-delay: linear;
  -moz-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
#header #shortcutWrapper .sprites-shortcut-bg.active,
#header #shortcutWrapper .sprites-shortcut-trento-bg.active,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.active,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.active {
  -webkit-transform: translate(120px, 0);
  -moz-transform: translate(120px, 0);
  -o-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
#header #shortcutWrapper .sprites-shortcut-bg.active a,
#header #shortcutWrapper .sprites-shortcut-trento-bg.active a,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.active a,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.active a {
  color: #ffffff;
}
#header #shortcutWrapper .sprites-shortcut-bg.open,
#header #shortcutWrapper .sprites-shortcut-trento-bg.open,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.open,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.open {
  -webkit-transform: translate(120px, 0);
  -moz-transform: translate(120px, 0);
  -o-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
#header #shortcutWrapper .sprites-shortcut-bg:hover,
#header #shortcutWrapper .sprites-shortcut-trento-bg:hover,
#header #shortcutWrapper .sprites-shortcut-bondone-bg:hover,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg:hover {
  -webkit-transform: translate(120px, 0);
  -moz-transform: translate(120px, 0);
  -o-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
#header #shortcutWrapper .sprites-shortcut-bg.first:hover a,
#header #shortcutWrapper .sprites-shortcut-trento-bg.first:hover a,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.first:hover a,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.first:hover a {
  color: #990000;
}
#header #shortcutWrapper .sprites-shortcut-bg.second,
#header #shortcutWrapper .sprites-shortcut-trento-bg.second,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.second,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.second {
  left: -28px;
  position: relative;
}
#header #shortcutWrapper .sprites-shortcut-bg.second:hover a,
#header #shortcutWrapper .sprites-shortcut-trento-bg.second:hover a,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.second:hover a,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.second:hover a {
  color: #1d4d33;
}
#header #shortcutWrapper .sprites-shortcut-bg.third,
#header #shortcutWrapper .sprites-shortcut-trento-bg.third,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.third,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.third {
  left: -57px;
  position: relative;
}
#header #shortcutWrapper .sprites-shortcut-bg.third:hover a,
#header #shortcutWrapper .sprites-shortcut-trento-bg.third:hover a,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.third:hover a,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.third:hover a {
  color: #395070;
}
#header #shortcutWrapper .sprites-shortcut-bg.first.active:hover a,
#header #shortcutWrapper .sprites-shortcut-trento-bg.first.active:hover a,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.first.active:hover a,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.first.active:hover a,
#header #shortcutWrapper .sprites-shortcut-bg.second.active:hover a,
#header #shortcutWrapper .sprites-shortcut-trento-bg.second.active:hover a,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.second.active:hover a,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.second.active:hover a,
#header #shortcutWrapper .sprites-shortcut-bg.third.active:hover a,
#header #shortcutWrapper .sprites-shortcut-trento-bg.third.active:hover a,
#header #shortcutWrapper .sprites-shortcut-bondone-bg.third.active:hover a,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg.third.active:hover a {
  color: #ffffff;
}
#header #shortcutWrapper .sprites-shortcut-bg a,
#header #shortcutWrapper .sprites-shortcut-trento-bg a,
#header #shortcutWrapper .sprites-shortcut-bondone-bg a,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg a {
  color: #999999;
  text-decoration: none;
  width: 120px;
  margin-left: 62px;
  text-align: center;
  float: left;
  line-height: 12px;
  font-size: 75%;
  padding-right: 5px;
  font-family: 'Roboto Slab', serif;
}
#header #shortcutWrapper .sprites-shortcut-bg .sprites-shortcut-citta-trento,
#header #shortcutWrapper .sprites-shortcut-trento-bg .sprites-shortcut-citta-trento,
#header #shortcutWrapper .sprites-shortcut-bondone-bg .sprites-shortcut-citta-trento,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg .sprites-shortcut-citta-trento,
#header #shortcutWrapper .sprites-shortcut-bg .sprites-shortcut-citta-trento-active,
#header #shortcutWrapper .sprites-shortcut-trento-bg .sprites-shortcut-citta-trento-active,
#header #shortcutWrapper .sprites-shortcut-bondone-bg .sprites-shortcut-citta-trento-active,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg .sprites-shortcut-citta-trento-active,
#header #shortcutWrapper .sprites-shortcut-bg .sprites-shortcut-monte-bondone,
#header #shortcutWrapper .sprites-shortcut-trento-bg .sprites-shortcut-monte-bondone,
#header #shortcutWrapper .sprites-shortcut-bondone-bg .sprites-shortcut-monte-bondone,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg .sprites-shortcut-monte-bondone,
#header #shortcutWrapper .sprites-shortcut-bg .sprites-shortcut-monte-bondone-active,
#header #shortcutWrapper .sprites-shortcut-trento-bg .sprites-shortcut-monte-bondone-active,
#header #shortcutWrapper .sprites-shortcut-bondone-bg .sprites-shortcut-monte-bondone-active,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg .sprites-shortcut-monte-bondone-active,
#header #shortcutWrapper .sprites-shortcut-bg .sprites-shortcut-valle-laghi,
#header #shortcutWrapper .sprites-shortcut-trento-bg .sprites-shortcut-valle-laghi,
#header #shortcutWrapper .sprites-shortcut-bondone-bg .sprites-shortcut-valle-laghi,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg .sprites-shortcut-valle-laghi,
#header #shortcutWrapper .sprites-shortcut-bg .sprites-shortcut-valle-laghi-active,
#header #shortcutWrapper .sprites-shortcut-trento-bg .sprites-shortcut-valle-laghi-active,
#header #shortcutWrapper .sprites-shortcut-bondone-bg .sprites-shortcut-valle-laghi-active,
#header #shortcutWrapper .sprites-shortcut-valle-laghi-bg .sprites-shortcut-valle-laghi-active {
  float: right;
  width: 31px;
  margin-right: 5px;
}
/* ==========================================================================
   NAVIGATION
========================================================================== */
ul#nav,
ul#subNavigation {
  padding: 0;
  margin: 0 0 2em 0;
  display: block;
  list-style: none;
  clear: both;
  float: left;
  overflow: auto;
  width: 100%;
}
ul#nav li,
ul#subNavigation li {
  float: left;
  margin-left: .5em;
  padding-left: .5em;
}
ul#nav li:first-child,
ul#subNavigation li:first-child {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}
ul#nav li a,
ul#subNavigation li a {
  text-decoration: none;
  display: block;
}
ul#nav li a .main-facebook,
ul#subNavigation li a .main-facebook {
  font-size: 20px;
  vertical-align: middle;
}
/* ==========================================================================
   BOOKING
========================================================================== */
.booking {
  top: 88px;
  width: 100%;
  background: #83b94e;
  color: white;
  overflow: hidden;
  padding: 10px;
  height: auto;
  margin-bottom: 20px;
  z-index: 40!important;
}
.booking .inputlabel.floatleft {
  padding: 0px 8px!important;
}
.booking .kidsAge {
  display: none;
}
.booking .fields-wrapper {
  display: block;
  margin: 10px 0;
}
.booking .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.booking p {
  margin: 0!important;
}
.booking form {
  font-size: 90%!important;
  color: white;
}
.booking form input.booking-submit {
  display: inline-block;
  background: #de5a0a;
  border-color: #de5a0a;
  color: white;
  font-size: 130%;
  height: 30px;
  margin-left: 1em;
  font-family: 'Roboto Slab', serif;
  padding: 0px 16px 0px;
  position: relative;
  top: 3px;
  text-transform: uppercase;
  float: right;
}
.booking form label {
  line-height: 36px;
  text-shadow: none;
  min-width: 40px;
  display: inline-block;
}
.booking form .kidsAge {
  position: relative;
  top: 2px;
  background: #dedede;
  width: 168px;
  left: 477px;
  font-size: 90%;
  vertical-align: top;
  padding: 4px 10px 7px;
  overflow: auto;
  visibility: hidden;
  z-index: 500;
  border: 1px solid #c7c7c7;
  text-align: left;
}
.booking form .kidsAge input {
  width: 32px;
  padding: 0 6px;
  color: #999999;
}
.booking form select,
.booking form input {
  border-radius: 0!important;
  margin-right: 4px;
}
.booking form select:focus,
.booking form input:focus {
  color: #666666;
}
@media (min-width: 1380px) {
  .booking form select,
  .booking form input {
    margin-right: 12px;
  }
}
.booking form select {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  height: 24px;
  color: #999999;
  font-size: 90%;
  padding: 4px 12px;
  text-indent: 0.01px;
  -moz-appearance: none;
  text-overflow: '';
}
.booking form input {
  height: 22px;
  color: #999999;
  font-size: 90%;
  padding: 4px 14px;
  outline: 0;
}
.booking form input.calendar,
.booking form input.adults,
.booking form input.kids {
  width: 120px;
}
.booking form input.calendar {
  background: #ffffff url("../images/calendar-ico.png") right no-repeat;
}
.booking form input.accomodation {
  width: 110px;
}
.booking .sprites-booking-arrow {
  display: none;
}
@media (min-width: 1199px) {
  .booking {
    background: #83b94f;
    height: 90px;
  }
  .booking .fields-wrapper {
    display: inline-block;
    margin: 0;
  }
  .booking form {
    color: white;
  }
  .booking form label {
    min-width: auto;
  }
  .booking form input.booking-submit {
    margin-top: -6px;
  }
}
#header .booking {
  padding: 0;
  margin-bottom: 0;
}
#header .booking form {
  margin-left: 1em;
  font-size: 80%!important;
  color: white;
  text-align: right;
  max-width: 1220px;
  color: #666;
}
#header .booking form label,
#header .booking form input,
#header .booking form select,
#header .booking form .kidsAge,
#header .booking form .booking-submit {
  display: none!important;
}
#header .booking .sprites-booking-arrow {
  display: table;
  margin: 5px auto 0!important;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: white;
}
#header .booking .sprites-booking-arrow a {
  text-decoration: none;
}
#header .booking .title {
  display: none;
}
@media (min-width: 1199px) {
  #header .booking {
    background: #e5e5e5;
    height: 38px;
    padding: 0 2em 0 0;
  }
  #header .booking .fields-wrapper {
    padding: 8px 0 0;
  }
  #header .booking form label,
  #header .booking form input,
  #header .booking form select,
  #header .booking form .kidsAge,
  #header .booking form .booking-submit {
    display: inline-block !important;
  }
  #header .booking form label.booking-submit,
  #header .booking form input.booking-submit,
  #header .booking form select.booking-submit,
  #header .booking form .kidsAge.booking-submit,
  #header .booking form .booking-submit.booking-submit {
    display: inline-block;
    background: #83b94e;
    border-color: #87b861;
    color: #ffffff;
    font-size: 130%;
    height: 30px;
    margin-left: 1em;
    font-family: 'Roboto Slab', serif;
    padding: 0px 16px 0px;
    position: relative;
    top: 3px;
    margin-top: 0!important;
  }
  #header .booking .sprites-booking-arrow {
    padding-left: 285px;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    line-height: 34px;
    float: left;
    font-size: 1.4em;
    text-align: left;
    margin-top: 0!important;
  }
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer {
  background: #f6f6f6;
  z-index: 120;
  width: 100%;
  position: absolute;
}
#footer.editorial {
  margin-top: -70px;
}
#footer.area {
  margin-top: -120px;
  padding-top: 10px;
}
@media (min-width: 980px) {
  #footer.area {
    padding-top: 0;
  }
}
#footer .trentinoSpriteWrapper {
  position: relative;
  margin: -6em auto 0 auto;
  padding-top: 1em;
  height: 47px;
  display: table;
}
#footer .trentinoSpriteWrapper .sprites-logo-trentino {
  display: block;
}
#footer .trentinoSpriteWrapper .sprites-logo-trentino a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .wrapper {
  clear: both;
  margin-top: 4em;
  max-width: 1480px;
}
@media (min-width: 980px) {
  #footer .wrapper {
    margin: 2em 2em 0 0;
  }
}
#footer .wrapper .box {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 20px;
}
#footer .wrapper .box img {
  width: 100% !important;
  height: inherit !important;
}
#footer .wrapper .box h3 {
  text-transform: uppercase;
  font-size: 140%;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  text-shadow: none;
}
#footer .wrapper .box.banner {
  text-align: center;
}
#footer .wrapper .box.banner img {
  height: auto!important;
  width: 20%!important;
  margin: 0 5px;
}
@media (min-width: 980px) {
  #footer .trentinoSpriteWrapper {
    position: relative;
    margin-top: -70px;
    margin-right: 2em;
    padding-top: 1em;
    height: 47px;
    max-width: 1280px;
    display: block;
  }
  #footer .trentinoSpriteWrapper .sprites-logo-trentino {
    float: right;
  }
  #footer .wrapper .box {
    float: right;
    width: 30%;
    margin: 0 0 2em 4em;
    padding: 0 0 1em 1em;
  }
  #footer .wrapper .box.banner {
    width: 23%;
    float: left;
    margin-top: 2em;
  }
  #footer .wrapper .box.banner img {
    margin: 0 6% 6% 0;
    width: 44%!important;
    float: left;
  }
}
#footer .info {
  background: #ffffff;
  clear: both;
  font-size: 90%;
  color: #999999;
  overflow: auto;
  padding: 2em 0;
}
#footer .info ul#subNavigation {
  padding-left: 0;
  display: block;
  list-style: none;
  clear: both;
  text-align: center;
  margin: 0 0 2em;
}
#footer .info ul#subNavigation li {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
}
#footer .info ul#subNavigation li a {
  text-decoration: none;
  color: #666;
  display: block;
}
@media (min-width: 980px) {
  #footer .info ul#subNavigation {
    padding: 2em 0 2em 2em;
    margin: 0;
    text-align: left;
  }
  #footer .info ul#subNavigation li {
    margin-bottom: 0;
  }
}
#footer .info a {
  color: #999999;
}
#footer .info .sprites-logo-discover-trento-small {
  clear: both;
  display: table;
  margin: 0 auto;
}
#footer .info .piva {
  margin-top: 4px;
  font-size: 84%;
  display: block;
}
#footer .info .credits {
  text-align: center;
}
#footer .info .credits a {
  margin: 5px 0;
  display: block;
}
#footer .info .address {
  text-align: center;
}
@media (min-width: 980px) {
  #footer .info {
    text-align: left;
  }
  #footer .info .sprites-logo-discover-trento-small {
    float: left;
    margin: auto 15px auto auto;
    clear: none;
    margin: 0 2em;
    display: inline-block;
  }
  #footer .info .credits {
    float: right;
    margin-right: 2em;
    text-align: right;
  }
  #footer .info .credits a {
    margin: 0;
    display: inline;
  }
  #footer .info .address {
    border-left: 1px solid #cccccc;
    float: left;
    text-align: left;
    padding-left: 15px;
  }
}
/* Commons elements */
/* ==========================================================================
LIFERAY
========================================================================== */
/* Liferay base overwriting rules */
#navigation.sort-pages.modify-pages {
  margin-right: 0!important;
}
#navigation.sort-pages.menu-pages {
  margin-right: 0 !important;
}
.portlet-content,
.portlet-minimized .portlet-content-container {
  padding: 0 0 0 0!important;
}
.portlet-journal .lfr-panel-basic .lfr-panel-title span {
  line-height: 55px!important;
}
.portlet-journal .lfr-panel-basic .lfr-panel-content,
.portlet-journal .lfr-panel-basic .lfr-panel-title span,
.aui-tree-node-selected {
  background: transparent!important;
}
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-status {
  color: #fff!important;
}
.taglib-workflow-status .workflow-status .workflow-status-approved {
  color: lightyellow!important;
}
header.portlet-topper {
  /*display: none!important; Togliere commento quanto la variante ADMIN funziona */
}
input.focus,
textarea.focus,
ie6 input.focus,
ie6 textarea.focus {
  background: #e5e5e5 !important;
}
.dockbar {
  z-index: 99999!important;
}
table.taglib-search-iterator a {
  color: #666;
}
table.taglib-search-iterator a:hover {
  color: #333;
}
.lfr-actions.portlet-options {
  margin: 0!important;
}
ul.aui-tabview-list {
  overflow: visible!important;
  background: #747b81!important;
}
.lfr-menu-list {
  z-index: 11450important;
}
.lfr-panel-container .lfr-panel {
  background: #84898d;
}
.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background-color: #747b81!important;
  background-image: none!important;
  padding: 3px 10px!important;
}
.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top: 1px solid #858b8f!important;
}
.lfr-panel.lfr-extended,
.lfr-panel-container,
.lfr-floating-container {
  border-color: #aeb2b5 #a7adb2 #a7adb2 #aeb2b5!important;
}
.portlet-column-content,
.portlet-journal .lfr-panel-basic .lfr-panel-content {
  padding: 0px!important;
}
.portlet-topper-toolbar {
  margin-right: 2em!important;
}
.aui-dialog {
  z-index: 9999999!important;
}
body.portal-popup h1,
body.portal-popup h2,
body.portal-popup h3,
body.portal-popup h4 {
  text-shadow: none!important;
}
div.portlet-title {
  text-shadow: none!important;
  font-size: 150%;
}
/* Back-end optimization */
.cke_show_borders h1,
.cke_show_borders h2,
.cke_show_borders h3,
.cke_show_borders h4,
.cke_show_borders h5 {
  text-shadow: none;
}
.portlet-msg-info,
.cke_text,
.cke_rcombo,
.cke_toolgroup,
.portlet-chat {
  text-shadow: none!important;
}
/*------------------------------------*\
PAGE TEMPLATE
\*------------------------------------*/
/* Layout > */
#main.area #column-1 {
  width: 100%;
  float: none;
  margin-left: 0;
}
#column-1.aui-w30,
#column-2.aui-w30,
#column-1.aui-w70,
#column-2.aui-w70 {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  #column-1.aui-w30,
  #column-2.aui-w30,
  #column-1.aui-w70,
  #column-2.aui-w70 {
    display: table-cell;
  }
}
#column-1 {
  margin: 0 12px!important;
}
@media (min-width: 768px) {
  #column-1 {
    float: left;
    margin-top: 20px;
    position: relative;
    z-index: 99;
  }
  #column-1.aui-w30,
  #column-1.aui-w70 {
    width: 60%;
  }
}
@media (min-width: 1199px) {
  #column-1.aui-w30,
  #column-1.aui-w70 {
    width: 70%;
  }
}
#column-2 #homeBoxes {
  padding: 0!important;
  width: 100%!important;
  margin-bottom: 1em!important;
}
#column-2 #homeBoxes .box.sidebar {
  width: 100%;
  height: auto;
  padding: 0;
}
#column-2 #homeBoxes .box.sidebar .sprites-box-arrow {
  margin: -1.5em auto 0 auto;
}
@media (min-width: 768px) {
  #column-2 {
    width: 21%;
    float: left;
    margin-top: 20px;
    margin-left: 5%;
    padding-bottom: 3em;
  }
  #column-2.aui-w30,
  #column-2.aui-w70 {
    width: 31%;
  }
}
@media (min-width: 1199px) {
  #column-2 {
    width: 21%;
  }
  #column-2.aui-w30,
  #column-2.aui-w70 {
    width: 21%;
  }
}
/* ==========================================================================
 ADMIN
========================================================================== */
body.signed-in.page-maximized #main {
  color: #ffffff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  background: #858788;
  margin-top: 0;
  padding: 1em 4em 4em 7em;
  max-width: 1600px;
  width: auto;
}
body.signed-in.page-maximized #main ul {
  overflow: visible;
  margin: 1em 0;
}
body.signed-in.page-maximized #main h1 {
  border-bottom: none;
  color: #FFF;
}
body.signed-in.page-maximized #main header.portlet-topper {
  display: block!important;
}
body.signed-in.page-maximized #header,
body.signed-in.page-maximized #footer {
  display: none!important;
}
body.signed-out.page-maximized #header {
  display: none;
}
body.signed-out.page-maximized #main {
  max-width: 1480px;
}
body.signed-out.page-maximized .portlet-icon-back {
  color: #333!important;
}
/* ==========================================================================
    MAIN
========================================================================== */
body {
  background: #e5e3df url(../images/bg-page.jpg) 1200px 0 fixed no-repeat;
}
body.signed-out div.portlet-title {
  display: none;
}
body.signed-in #footer.area {
  margin-top: 0px!important;
}
.clear {
  clear: both;
}
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.languages {
  position: absolute;
  z-index: 99998;
  top: 0;
  right: 0;
  left: auto;
  right: 60px;
  list-style: none;
}
@media (min-width: 980px) {
  .languages {
    top: 0;
    right: 0;
    left: 190px;
    width: 60px;
  }
}
.languages .lang-it_IT,
.languages .lang-en_US,
.languages .lang-de_DE {
  background-position: left;
  background-repeat: no-repeat;
  float: left;
  margin-right: 0.4em;
  width: 18px;
  height: 14px;
}
.languages .lang-it_IT a,
.languages .lang-en_US a,
.languages .lang-de_DE a {
  color: transparent!important;
  display: block;
}
.languages .lang-it_IT a span,
.languages .lang-en_US a span,
.languages .lang-de_DE a span {
  visibility: hidden;
}
.languages .lang-it_IT {
  background-image: url('../images/lang-it.png');
}
.languages .lang-en_US {
  background-image: url('../images/lang-en.png');
}
.languages .lang-de_DE {
  background-image: url('../images/lang-de.png');
}
#wrapper {
  position: relative;
}
#wrapper.editorial {
  background: url(../images/mask.png) top left repeat-y;
}
img,
embed,
object,
video {
  max-width: 100%;
  height: auto !important;
}
#homeSearch {
  max-width: 1100px;
  margin: 1em 0;
  top: 15px;
  position: relative;
}
#homeSearch form {
  float: right;
  width: 220px;
}
#homeSearch,
#layout-column_column-2 #homeSearch {
  overflow: visible;
  margin: 0 0;
}
#homeSearch input,
#layout-column_column-2 #homeSearch input {
  height: 42px;
  color: #d6d3d3;
  border: none;
  padding: 6px 0 6px 14px;
  outline: 0;
  width: 210px!important;
}
#homeSearch input:focus,
#layout-column_column-2 #homeSearch input:focus {
  color: #666666;
}
#homeSearch input[type="submit"],
#layout-column_column-2 #homeSearch input[type="submit"] {
  background-color: #b2b2b2!important;
  width: 77px!important;
  height: 42px;
  background-image: url('../images/search-ico.png') !important;
  background-repeat: no-repeat !important;
  background-position: 28px 11px;
  position: relative;
  float: right;
  text-indent: -9999px;
  margin: -42px 9px 0 0;
}
#homeSearch input[type="submit"].trento,
#layout-column_column-2 #homeSearch input[type="submit"].trento {
  background-color: #990000 !important;
}
#homeSearch input[type="submit"].bondone,
#layout-column_column-2 #homeSearch input[type="submit"].bondone {
  background-color: #1d4d33 !important;
}
#homeSearch input[type="submit"].laghi,
#layout-column_column-2 #homeSearch input[type="submit"].laghi {
  background-color: #395070 !important;
}
#homeSearch input[type="submit"].funivie,
#layout-column_column-2 #homeSearch input[type="submit"].funivie {
  background-color: #282626 !important;
}
#layout-column_column-2 #homeSearch {
  top: 0;
}
#layout-column_column-2 #homeSearch form {
  width: 100%;
}
#layout-column_column-2 #homeSearch form input {
  width: 100%!important;
}
#layout-column_column-2 #homeSearch form input[type="submit"] {
  margin-right: -1px;
}
#main {
  overflow: auto;
  max-width: 1480px;
  z-index: 100;
  margin-bottom: 5em;
}
@media (min-width: 980px) {
  #main {
    padding: 0 1em 0 250px;
  }
}
/* ==========================================================================
    BASE
========================================================================== */
/*------------------------------------*\
   $TYPE
\*------------------------------------*/
body {
  font-family: 'Roboto', serif;
  font-size: 1em;
  color: #333333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}
@font-face {
  font-family: "iconvault";
  src: url("../fonts/iconvault_forecastfont.eot");
  src: url("../fonts/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconvault_forecastfont.woff") format("woff"), url("../fonts/iconvault_forecastfont.ttf") format("truetype"), url("../fonts/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'socialicoregular';
  src: url('../fonts/socialico-webfont.eot');
  src: url('../fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/socialico-webfont.woff') format('woff'), url('../fonts/socialico-webfont.ttf') format('truetype'), url('../fonts/socialico-webfont.svg#socialicoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  clear: both;
}
h1 {
  text-transform: uppercase;
}
/*------------------------------------*\
SHARED
\*------------------------------------*/
a {
  color: #e6e6e6;
}
a:active,
a:hover {
  color: #cccccc;
}
p.special {
  margin-bottom: 20px;
  clear: both;
}
p.special.link,
p.special #main.area p.link {
  -webkit-transform: skew(15deg, 0deg);
  -moz-transform: skew(15deg, 0deg);
  -ms-transform: skewX(15deg) skewY(0deg);
  -o-transform: skew(15deg, 0deg);
  transform: skew(15deg, 0deg);
  -webkit-backface-visibility: hidden;
  background: #ffffff;
  width: 190px;
  height: 30px;
  margin-left: 1.5em;
}
a.special {
  position: relative;
  margin: -48px 0 20px 20px;
  width: 190px;
  text-align: center;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 110%;
  text-shadow: none;
  display: block;
  line-height: 26px;
}
.trento a.special {
  color: #990000;
}
.bondone a.special {
  color: #1d4d33;
}
.laghi a.special {
  color: #395070;
}
.funivie a.special,
.skiareapage a.special {
  color: #282626;
}
.Landing a.special {
  color: #1c4f65;
}
/* ==========================================================================
    SHARED
========================================================================== */
.addthis_toolbox {
  margin-top: 1.5em;
}
.resetLink {
  background: url('../images/icon-reset.png') left no-repeat;
  float: left;
  padding-left: 30px;
  margin: -10px 25% 0 25%;
  width: 62%;
}
hr {
  clear: both;
}
/*------------------------------------*\
MISC
\*------------------------------------*/
img.float-right,
img.float-left {
  border-width: 5px;
  border-style: solid;
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 480px) {
  img.float-right,
  img.float-left {
    width: 300px;
  }
}
@media (min-width: 480px) {
  img.float-right {
    float: right;
    margin: 0 0 10px 10px;
  }
}
@media (min-width: 480px) {
  img.float-left {
    float: left;
    margin: 0 10px 10px 0;
  }
}
ul#simpleBg {
  position: fixed;
  z-index: -999;
  top: 0;
  left: 0;
  margin: 0!important;
  width: 1200px;
}
ul#simpleBg li {
  background: none!important;
  padding: 0!important;
}
#genericImage {
  height: 250px!important;
}
#genericImage #custom-caption {
  text-align: center;
  padding: 10px 0;
  font-size: 90%;
}
#genericImage .slideImage {
  width: 28.85%;
}
#accoImageNodesc {
  height: 170px!important;
}
.preview-image.width90 {
  width: 100%;
  height: inherit;
  border-width: 3px;
  border-style: solid;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .preview-image.width90 {
    width: 90px;
    height: 60px;
    float: right;
    margin: 0 0 10px 10px;
  }
}
table.usefulNumbers {
  margin-bottom: 1em;
}
table.usefulNumbers td {
  text-align: center;
  padding: 10px;
  border: 1px solid #b8b7b7;
  height: 90px;
}
/* Sidebar */
.sidebarNavTitle {
  font-size: 1.8em;
  margin: 1.5em 0 0;
}
.resultsSection {
  border-bottom: 1px solid #a0a4a8;
  margin-bottom: 20px;
  background: #b0b2b4;
  padding: 2px 5px;
  text-align: center;
}
@media (min-width: 480px) {
  .resultsSection {
    text-align: left;
  }
}
ol.condizioni {
  font-size: 90%;
}
.additionalText {
  padding: 0 2em;
  font-size: 90%;
}
.additionalText:first-child {
  margin-top: 2em;
}
.additionalText a {
  color: #fbd918 !important;
}
.sprites-logo-trento-funivie {
  position: absolute;
  margin-top: 4em;
}
.price {
  overflow: visible;
  position: relative;
  z-index: 10;
  padding: 0 0.5em;
}
.price .priceNum {
  -webkit-border-top-right-radius: 100px 100px 100px 100px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 100px 100px 100px 100px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 100px 100px 100px 100px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: psupersizedadding-box;
  background-clip: padding-box;
  background: #d3c12f;
  color: #ffffff;
  text-shadow: 1px 1px 1px #666666;
  padding: 16px 8px;
  line-height: 40px;
  margin-left: 5px;
  font-size: 1.2em;
}
/*------------------------------------*\
    DATE PICKER
\*------------------------------------*/
#ui-datepicker-div {
  z-index: 9999!important;
}
/*------------------------------------*\
    FANCYBOX
\*------------------------------------*/
.fancybox-wrap h1,
.fancybox-wrap h2,
.fancybox-wrap h3 {
  text-shadow: none;
}
.fancybox-wrap h2 {
  font-size: 2em;
  padding: 0 0 .5em 0;
  margin: 0;
  border-bottom: 1px solid #dedede;
}
.fancybox-wrap label span {
  color: white!important;
}
.fancybox-wrap label a {
  color: white!important;
}
/*------------------------------------*\
    YOUTUBE EMBED
\*------------------------------------*/
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* ==========================================================================
    TABS
========================================================================== */
#tabs_wrapper {
  position: relative;
  color: #ffffff;
}
@media (min-width: 980px) {
  #tabs_wrapper {
    margin-left: -13%;
    width: 113%;
  }
}
#tabs_wrapper #tabs_container {
  margin-bottom: 3px;
  margin-top: 20px;
}
#tabs_wrapper #tabs_container #tabs {
  list-style: none;
  padding: 5px 0 3px 0;
  margin: 0;
}
@media (min-width: 480px) {
  #tabs_wrapper #tabs_container #tabs {
    margin: 0 0 0 1em;
  }
}
@media (min-width: 980px) {
  #tabs_wrapper #tabs_container #tabs {
    margin: 0 0 0 10em;
  }
}
#tabs_wrapper #tabs_container #tabs li {
  display: inline;
  background: #990000;
}
#tabs_wrapper #tabs_container #tabs li a {
  position: relative;
}
#tabs_wrapper #tabs_container #tabs li a:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #333;
  padding-right: 0.5em;
  position: absolute;
  top: 14px;
  left: 10px;
}
@media (min-width: 480px) {
  #tabs_wrapper #tabs_container #tabs li a:before {
    content: "";
    padding-right: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}
#tabs_wrapper #tabs_container #tabs li.active a {
  border-bottom: 1px solid #fff;
  border-bottom: none;
  color: #ffffff;
}
#tabs_wrapper #tabs_container #tabs li.active a:hover {
  border-bottom: none;
}
#tabs_wrapper #tabs_container #tabs li.active a:before {
  content: "\f068";
  color: white;
}
@media (min-width: 480px) {
  #tabs_wrapper #tabs_container #tabs li.active a:before {
    content: "";
  }
}
#tabs_wrapper #tabs_container #tabs li a {
  display: block;
  box-sizing: border-box;
  width: 96%;
  padding: 12px 12px 12px 28px;
  text-decoration: none;
  border-bottom: none;
  font-size: 14px;
  outline: none;
  background: #ffffff;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}
@media (min-width: 480px) {
  #tabs_wrapper #tabs_container #tabs li a {
    display: inline;
    padding: 7px 12px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
  }
}
#tabs_wrapper #tabs_content_container {
  padding: 2em 1em 1em 1em;
  margin-bottom: 1em;
  min-height: 480px;
}
@media (min-width: 980px) {
  #tabs_wrapper #tabs_content_container {
    padding: 2em 2em 1em 10em;
  }
}
@media (min-width: 980px) {
  #tabs_wrapper #tabs_content_container {
    overflow: auto;
  }
}
#tabs_wrapper #tabs_content_container #tabs_contentWrapper {
  max-width: 12800px;
}
#tabs_wrapper #tabs_content_container #tabs_contentWrapper .areaSidebar a.glare {
  display: block;
  background: url('../images/sidebar-pict-glare.png') right no-repeat;
}
#tabs_wrapper #tabs_content_container #tabs_contentWrapper .areaSidebar h3 {
  font-size: 2em;
  margin: 0 0 0.5em 0;
}
#tabs_wrapper #tabs_content_container #tabs_contentWrapper .areaSidebar #homeBoxes {
  padding: 0!important;
  width: 100%;
  margin-bottom: 1em;
  overflow: auto;
}
#tabs_wrapper #tabs_content_container #tabs_contentWrapper .areaSidebar #homeBoxes .box.sidebar {
  margin: 0;
  width: 100%;
  height: auto;
}
#tabs_wrapper #tabs_content_container #tabs_contentWrapper .areaSidebar #homeBoxes .box.sidebar img {
  width: 100%;
}
#tabs_wrapper #tabs_content_container #tabs_contentWrapper .areaSidebar #homeBoxes .box.sidebar .sprites-box-arrow {
  margin: -2.5em auto 0 auto;
}
@media (min-width: 980px) {
  #tabs_wrapper #tabs_content_container #tabs_contentWrapper .areaSidebar {
    float: right;
    width: 24%;
    padding: 0 0 4em 0;
  }
}
#tabs_wrapper #tabs_content_container #tabs_contentWrapper .tab_content {
  margin-bottom: 40px;
}
@media (min-width: 980px) {
  #tabs_wrapper #tabs_content_container #tabs_contentWrapper .tab_content {
    width: 70%;
    float: left;
  }
  #tabs_wrapper #tabs_content_container #tabs_contentWrapper .tab_content .textWrapper {
    float: left;
    width: 65%;
  }
}
#tabs_wrapper .imgWrapper img {
  border: 10px solid #ffffff;
}
#tabs_content_container h1 {
  padding-bottom: 0.5em;
  margin: 0 0 0.3em 0;
  border-bottom: 1px solid #ffffff;
}
#tabs_content_container h3 {
  text-shadow: none!important;
}
#tabs_wrapper.trento #tabs_container #tabs li,
#tabs_wrapper.Trento #tabs_container #tabs li {
  background: #990000;
}
#tabs_wrapper.trento #tabs_container #tabs li.active a,
#tabs_wrapper.Trento #tabs_container #tabs li.active a {
  background-color: #800000;
  color: #ffffff;
}
#tabs_wrapper.trento #tabs_container #tabs li.active a:hover,
#tabs_wrapper.Trento #tabs_container #tabs li.active a:hover {
  background-color: #800000;
}
#tabs_wrapper.trento #tabs_container #tabs li a,
#tabs_wrapper.Trento #tabs_container #tabs li a {
  background-color: #ffffff;
  color: #990000;
}
#tabs_wrapper.trento #tabs_container #tabs li a:hover,
#tabs_wrapper.Trento #tabs_container #tabs li a:hover {
  background-color: #990000;
  color: #ffffff;
}
#tabs_wrapper.trento #tabs_content_container,
#tabs_wrapper.Trento #tabs_content_container {
  border-top: 3px solid #800000;
  background: #990000;
}
#tabs_wrapper.trento #tabs_content_container h1,
#tabs_wrapper.Trento #tabs_content_container h1 {
  border-color: #cc0000;
}
#tabs_wrapper.bondone #tabs_container #tabs li,
#tabs_wrapper.MonteBondone #tabs_container #tabs li {
  background: #1d4d33;
}
#tabs_wrapper.bondone #tabs_container #tabs li.active a,
#tabs_wrapper.MonteBondone #tabs_container #tabs li.active a {
  background-color: #163a27;
  color: #ffffff;
}
#tabs_wrapper.bondone #tabs_container #tabs li.active a:hover,
#tabs_wrapper.MonteBondone #tabs_container #tabs li.active a:hover {
  background-color: #163a27;
}
#tabs_wrapper.bondone #tabs_container #tabs li a,
#tabs_wrapper.MonteBondone #tabs_container #tabs li a {
  background-color: #ffffff;
  color: #1d4d33;
}
#tabs_wrapper.bondone #tabs_container #tabs li a:hover,
#tabs_wrapper.MonteBondone #tabs_container #tabs li a:hover {
  background-color: #1d4d33;
  color: #ffffff;
}
#tabs_wrapper.bondone #tabs_content_container,
#tabs_wrapper.MonteBondone #tabs_content_container {
  border-top: 3px solid #163a27;
  background: #1d4d33;
}
#tabs_wrapper.bondone #tabs_content_container h1,
#tabs_wrapper.MonteBondone #tabs_content_container h1 {
  border-color: #2b724c;
}
#tabs_wrapper.laghi #tabs_container #tabs li,
#tabs_wrapper.ValleLaghi #tabs_container #tabs li {
  background: #395070;
}
#tabs_wrapper.laghi #tabs_container #tabs li.active a,
#tabs_wrapper.ValleLaghi #tabs_container #tabs li.active a {
  background-color: #30445f;
  color: #ffffff;
}
#tabs_wrapper.laghi #tabs_container #tabs li.active a:hover,
#tabs_wrapper.ValleLaghi #tabs_container #tabs li.active a:hover {
  background-color: #30445f;
}
#tabs_wrapper.laghi #tabs_container #tabs li a,
#tabs_wrapper.ValleLaghi #tabs_container #tabs li a {
  background-color: #ffffff;
  color: #395070;
}
#tabs_wrapper.laghi #tabs_container #tabs li a:hover,
#tabs_wrapper.ValleLaghi #tabs_container #tabs li a:hover {
  background-color: #395070;
  color: #ffffff;
}
#tabs_wrapper.laghi #tabs_content_container,
#tabs_wrapper.ValleLaghi #tabs_content_container {
  border-top: 3px solid #30445f;
  background: #395070;
}
#tabs_wrapper.laghi #tabs_content_container h1,
#tabs_wrapper.ValleLaghi #tabs_content_container h1 {
  border-color: #4a6892;
}
#tabs_wrapper.Landing #tabs_container #tabs li {
  background: #1c4f65;
}
#tabs_wrapper.Landing #tabs_container #tabs li.active a {
  background-color: #163f51;
  color: #ffffff;
}
#tabs_wrapper.Landing #tabs_container #tabs li a {
  background-color: #ffffff;
  color: #1c4f65;
}
#tabs_wrapper.Landing #tabs_container #tabs li a:hover {
  background-color: #1c4f65;
  color: #ffffff;
}
#tabs_wrapper.Landing #tabs_content_container {
  border-top: 3px solid #163f51;
  background: #1c4f65;
}
#tabs_wrapper.Landing #tabs_content_container h1 {
  border-color: #276e8d;
}
#tabs_wrapper.funivie h1 {
  border-bottom: 1px solid #8e8b8b;
  padding-bottom: 15px;
  margin: 0 0 10px 0;
}
#tabs_wrapper.funivie a {
  color: #fbd918;
}
#tabs_wrapper.funivie #tabs_container #tabs li {
  background: #282626;
}
#tabs_wrapper.funivie #tabs_container #tabs li.active a {
  background-color: #1b1a1a;
  color: #ffffff;
}
#tabs_wrapper.funivie #tabs_container #tabs li.active a:hover {
  background-color: #1b1a1a;
}
#tabs_wrapper.funivie #tabs_container #tabs li a {
  background-color: #ffffff;
  color: #282626;
}
#tabs_wrapper.funivie #tabs_container #tabs li a:hover {
  background-color: #282626;
  color: #ffffff;
}
#tabs_content_container {
  border-top: 3px solid #1b1a1a;
  background: #282626;
}
.tab_content {
  display: none;
}
.tab_content img {
  border: 10px solid #ffffff;
}
.tab_content img.leftspace {
  margin: 0 0 0 1em;
}
.tab_content img.rightspace {
  margin: 0 1em 0 0;
}
/* ==========================================================================
    TABLES
========================================================================== */
table.prices {
  font-size: 80%;
  text-align: center;
  margin-bottom: 2em!important;
  background: #423f3f !important;
}
table.prices th {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #7c7878;
}
table.prices th.divider {
  border-right: 1px solid #7c7878;
}
table.prices tr {
  line-height: normal;
}
table.prices tr.period {
  font-size: 90%;
}
table.prices tr.period strong {
  font-size: 120%;
}
table.prices tr.period th {
  padding: 1em 0;
}
table.prices tr.kind {
  background: #d7a716;
  padding: 20px 3px;
}
table.prices tr.kind th {
  border-left: 1px solid #be9b31;
  font-weight: normal;
  padding: 2em 0;
  color: #000!important;
  font-size: 80%;
}
table.prices tr.highlighted {
  background: #514e4e;
}
table.prices td {
  border-right: 1px solid #514e4e;
  padding: 8px;
}
table.prices td.divider {
  border-right: 1px solid #7c7878;
}
/* ==========================================================================
    ACCORDION
========================================================================== */
.ui-widget {
  font-family: inherit!important;
}
.ui-widget-content {
  border: none!important;
}
.ui-accordion a {
  color: #282626 !important;
}
.ui-accordion .ui-state-default a {
  color: #4f4b4b !important;
}
.ui-accordion .ui-state-default a:hover {
  color: #353232 !important;
}
.ui-accordion .ui-accordion-header {
  font-size: 100%;
  padding: 4px 15px;
  margin-top: 4px!important;
  background: #fafafa url(../images/icon-accordion-listL.png) 1em no-repeat !important;
  text-shadow: none;
}
.ui-accordion .ui-accordion-header .ui-icon {
  right: 1em!important;
  left: auto!important;
}
.ui-accordion .ui-accordion-header.ui-state-active {
  background: #fbd918 url(../images/icon-accordion-listL-active.png) 1em no-repeat !important;
}
.ui-accordion .ui-accordion-header a {
  color: #282626;
  text-decoration: none;
}
.ui-accordion-content {
  background: #5c5858 !important;
  color: #d3d1d1!important;
  height: auto!important;
  overflow: hidden!important;
}
.ui-state-active .ui-icon,
.ui-state-default .ui-icon {
  background-repeat: no-repeat;
  background-position: left;
}
.ui-state-active .ui-icon,
.ui-accordion-header.ui-state-active.ui-state-default .ui-icon {
  background-image: url(../images/icon-accordion-list-active.png) !important;
}
.ui-state-default .ui-icon {
  background-image: url(../images/icon-accordion-list.png) !important;
}
.ui-state-default {
  border: none!important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 0px!important;
  -webkit-border-top-left-radius: 0px!important;
  -khtml-border-top-left-radius: 0px!important;
  border-top-left-radius: 0px!important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 0px!important;
  -webkit-border-top-right-radius: 0px!important;
  -khtml-border-top-right-radius: 0px!important;
  border-top-right-radius: 0px!important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 0px!important;
  -webkit-border-bottom-left-radius: 0px!important;
  -khtml-border-bottom-left-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 0px!important;
  -webkit-border-bottom-right-radius: 0px!important;
  -khtml-border-bottom-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
}
/* Accordion Funivie Elements */
div#accordion,
div#accordionStagionali {
  height: auto!important;
}
div.ui-accordion-content {
  padding: 0 0 1em 0!important;
}
/* ==========================================================================
 LISTS
========================================================================== */
ul.cells-wrapper {
  overflow: auto;
  list-style: none;
  margin: 20px 0;
}
ul.cells-wrapper li {
  line-height: 140%;
  margin-bottom: 10px;
  overflow: auto;
}
ul.cells-wrapper li .bookingButton {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  ul.cells-wrapper li {
    float: left;
  }
  ul.cells-wrapper.has-buttons.three li,
  ul.cells-wrapper.has-buttons.two li {
    padding-right: 0;
  }
  ul.cells-wrapper.has-buttons li {
    margin: 0 1%;
  }
  ul.cells-wrapper.has-buttons li:first-child {
    margin-left: 0;
  }
  ul.cells-wrapper.has-buttons li:last-child {
    margin-right: 0;
  }
  ul.cells-wrapper.has-buttons.three li {
    width: 32%;
  }
  ul.cells-wrapper.has-buttons.two li {
    width: 49%;
  }
  ul.cells-wrapper.three li {
    width: 30.333333333%;
    padding-right: 3%;
  }
  ul.cells-wrapper.two li {
    width: 47%;
    padding-right: 3%;
  }
}
/* ==========================================================================
    CUSTOM FIELDS
========================================================================== */
.ui-jqgrid tr.ui-row-ltr td,
.ui-jqgrid .ui-jqgrid-htable th div {
  text-shadow: none!important;
}
.structure-name-label,
td.lfr-top .aui-field-label {
  color: white!important;
}
.aui-textboxlistentry {
  background-color: #dedede!important;
  border: none!important;
  color: #666!important;
  text-shadow: none!important;
  min-height: 28px;
  margin-bottom: 10px;
}
.aui-textboxlistentry-close {
  right: 5px!important;
  top: 5px!important;
}
.portlet-journal .journal-extras .lfr-panel {
  margin-bottom: 0!important;
  padding: 0 1em 0em!important;
}
fieldset,
.aui-form fieldset {
  margin-bottom: 0!important;
}
.toggle-link a,
.page-links a,
a.taglib-icon,
.breadcrumbs.lfr-component a {
  color: #666!important;
}
/* ==========================================================================
    DOWNLOAD
========================================================================== */
#main.editorial p {
  line-height: 140%;
  margin: 1em 0;
  font-size: 110%;
}
#main.editorial .journal-content-article ul,
#main.editorial .ArticleDetailOneInstance-portlet ul,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul {
  margin: 1em 0 1em 3em;
  overflow: auto;
}
#main.editorial ul.pager li,
#main.editorial .journal-content-article ul.pager li,
#main.editorial .ArticleDetailOneInstance-portlet ul.pager li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.pager li {
  background-image: none!important;
  padding: .3em 0 .3em .3em!important;
}
#main.editorial ul.links li.url,
#main.editorial .journal-content-article ul.links li.url,
#main.editorial .ArticleDetailOneInstance-portlet ul.links li.url,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.links li.url {
  background-image: url('../images/icon-link.png');
  background-position: 0px 3px;
  padding-left: 40px;
  line-height: 16px;
}
#main.editorial ul.download li.pdf,
#main.editorial .journal-content-article ul.download li.pdf,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.pdf,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.pdf,
#main.editorial .journal-content-article ul.download li.doc,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.doc,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.doc,
#main.editorial .journal-content-article ul.download li.generic,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.generic,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.generic,
#main.editorial .journal-content-article ul.download li.zip,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.zip,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.zip {
  padding-left: 60px;
}
#main.editorial ul.download li.pdf,
#main.editorial .journal-content-article ul.download li.pdf,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.pdf,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.pdf {
  background: url('../images/fileType-pdf.png') no-repeat top left;
}
#main.editorial ul.download li.doc,
#main.editorial .journal-content-article ul.download li.doc,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.doc,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.doc {
  background: url('../images/fileType-doc.png') no-repeat top left;
}
#main.editorial ul.download li.zip,
#main.editorial .journal-content-article ul.download li.zip,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.zip,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.zip {
  background: url('../images/fileType-zip.png') no-repeat top left;
}
#main.editorial ul.download li.generic,
#main.editorial .journal-content-article ul.download li.generic,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.generic,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.generic {
  background: url('../images/fileType-generic.png') no-repeat top left;
}
#main.editorial ul.download li a,
#main.editorial .journal-content-article ul.download li a,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li a,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li a {
  color: #ffffff;
}
#main.editorial ul.download,
#main.editorial .journal-content-article ul.download,
#main.editorial .ArticleDetailOneInstance-portlet ul.download,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download,
#main.editorial .journal-content-article ul.links,
#main.editorial .ArticleDetailOneInstance-portlet ul.links,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.links {
  list-style: none;
  margin: 1em 0 2em 0em;
}
#main.editorial ul.download li,
#main.editorial .journal-content-article ul.download li,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li,
#main.editorial .journal-content-article ul.links li,
#main.editorial .ArticleDetailOneInstance-portlet ul.links li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.links li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  min-height: 50px;
}
#main.editorial ul.download li a,
#main.editorial .journal-content-article ul.download li a,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li a,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li a,
#main.editorial .journal-content-article ul.links li a,
#main.editorial .ArticleDetailOneInstance-portlet ul.links li a,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.links li a {
  color: #ffffff;
}
/* ==========================================================================
    SOCIAL
========================================================================== */
#social {
  margin-top: 10px;
}
#social .social-icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -khtml-border-radius: 15px 15px 15px 15px;
  color: #FFFFFF;
}
#social .social-icon i {
  color: white;
  font-size: 16px;
  position: absolute;
  left: 9px;
  top: 7px;
}
#social .social-icon.social {
  float: left;
  margin: 0 3px 0 0;
  cursor: pointer;
  background: #6d6e71 ;
  color: #262626;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
#social .social-icon.social:hover {
  background: #262626 ;
  color: #6d6e71;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
#social .social-icon.social.fb {
  background: #4262a3;
}
#social .social-icon.social.tw {
  background: #1cace2;
}
#social .social-icon.social.yt {
  background: #fd0d1b;
}
#social .social-icon.social.is {
  background: #ac3acc;
}
/* Portlets */
/* ==========================================================================
   SUPERSIZED
========================================================================== */
#supersized {
  display: none !important;
  margin: 0;
}
@media (min-width: 980px) {
  #supersized {
    display: block !important;
  }
}
#supersized img {
  top: 0px!important;
}
#supersized #prevslide,
#supersized #nextslide {
  z-index: 100;
  top: 65%!important;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
  width: 100%!important;
  height: auto!important;
}
/* ==========================================================================
    WEATHER
    ========================================================================== */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#weatherWrapper {
  max-width: 12800px;
  overflow: auto;
  clear: both;
  color: white;
  text-align: right;
  margin-top: -10px;
}
#weatherWrapper p {
  font-family: 'Roboto', serif;
  font-size: 2em!important;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: .5em .5em 0 .5em;
}
#weatherWrapper p span {
  font-size: 130%;
}
#weatherWrapper ul.weather {
  float: right;
  font-family: "iconvault";
  list-style: none;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  color: #ffffff;
  margin: 0 1em 0 0;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: left;
}
#weatherWrapper ul.weather li {
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.icon-sun:before {
  -webkit-animation: rotate 15s linear infinite;
}
.basecloud:before,
.basethundercloud:before,
.icon-sun:before,
.icon-night:before,
.icon-sunny:before,
.icon-frosty:before,
.icon-windysnow:before,
.icon-showers:before,
.icon-basecloud:before,
.icon-cloud:before,
.icon-rainy:before,
.icon-mist:before,
.icon-windysnowcloud:before,
.icon-drizzle:before,
.icon-snowy:before,
.icon-sleet:before,
.icon-moon:before,
.icon-windyrain:before,
.icon-hail:before,
.icon-sunset:before,
.icon-windyraincloud:before,
.icon-sunrise:before,
.icon-sun:before,
.icon-thunder:before,
.icon-windy:before {
  font-family: "iconvault";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  font-size: 6em;
}
.basecloud:before,
.basethundercloud:before {
  content: '\f105';
}
.icon-sun:before {
  content: "\f113";
}
.icon-night:before {
  content: "\f100";
}
.icon-sunny:before {
  content: "\f101";
}
.icon-frosty:before {
  content: "\f102";
}
.icon-windysnow:before {
  content: "\f103";
}
.icon-showers:before {
  content: "\f104";
}
.icon-basecloud:before {
  content: "\f105";
}
.icon-cloud:before {
  content: "\f106";
}
.icon-rainy:before {
  content: "\f107";
}
.icon-mist:before {
  content: "\f108";
}
.icon-windysnowcloud:before {
  content: "\f109";
}
.icon-drizzle:before {
  content: "\f10a";
}
.icon-snowy:before {
  content: "\f10b";
}
.icon-sleet:before {
  content: "\f10c";
}
.icon-moon:before {
  content: "\f10d";
}
.icon-windyrain:before {
  content: "\f10e";
}
.icon-hail:before {
  content: "\f10f";
}
.icon-sunset:before {
  content: "\f110";
}
.icon-windyraincloud:before {
  content: "\f111";
}
.icon-sunrise:before {
  content: "\f112";
}
.icon-sun:before {
  content: "\f113";
}
.icon-thunder:before {
  content: "\f114";
}
.icon-windy:before {
  content: "\f115";
}
/* ==========================================================================
   HIGHLIGHTS
========================================================================== */
#highlights {
  clear: both;
  font-family: 'Roboto Slab', serif;
  overflow: hidden;
  text-align: center;
  margin: 1em 0;
  font-size: 100%;
}
#highlights.funivie {
  float: left;
  margin-left: 160px!important;
  overflow: visible;
  max-width: 980px;
}
#highlights.funivie .cycle-text {
  width: 54%!important;
  overflow: visible;
}
#highlights.funivie .cycle-pager {
  margin: -1em 2em 0 0;
}
#highlights .cycle-pager,
#highlights .cycle-pager-more {
  clear: both;
  width: auto;
}
#highlights .cycle-pager span,
#highlights .cycle-pager-more span {
  font-family: arial;
  font-size: 59px;
  width: 22px;
  height: 22px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 999;
  text-align: center;
}
#highlights .cycle-pager span.cycle-pager-active,
#highlights .cycle-pager-more span.cycle-pager-active {
  color: #999999;
}
@media (min-width: 980px) {
  #highlights .cycle-pager,
  #highlights .cycle-pager-more {
    margin: 3em 0 1em 0;
    font-size: 140%;
  }
  #highlights .cycle-pager .cycle-pager,
  #highlights .cycle-pager-more .cycle-pager,
  #highlights .cycle-pager .cycle-pager-more,
  #highlights .cycle-pager-more .cycle-pager-more {
    text-align: right;
    float: right;
  }
  #highlights .cycle-pager .cycle-pager span,
  #highlights .cycle-pager-more .cycle-pager span,
  #highlights .cycle-pager .cycle-pager-more span,
  #highlights .cycle-pager-more .cycle-pager-more span {
    float: right;
  }
}
#highlights .slideItem {
  width: 100%;
  margin-bottom: 2em;
}
#highlights .slideItem .imgWrapper img {
  border: 10px solid #ffffff;
}
#highlights .slideItem .cycle-text {
  color: #ffffff;
  margin-bottom: 2em;
}
#highlights .slideItem .cycle-text h1 {
  border-bottom: 1px solid #ffffff;
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
  line-height: 100%;
}
#highlights .slideItem .cycle-text h2 {
  margin: 0.2em 0 .7em 0;
}
#highlights .slideItem .cycle-text p.link,
#highlights .slideItem .cycle-text p #main.area p.link {
  margin: 0 auto;
}
#highlights .slideItem .cycle-text p {
  margin-bottom: 20px;
}
#highlights .slideItem .cycle-text p.link,
#highlights .slideItem .cycle-text p #main.area p.link {
  -webkit-transform: skew(15deg, 0deg);
  -moz-transform: skew(15deg, 0deg);
  -ms-transform: skewX(15deg) skewY(0deg);
  -o-transform: skew(15deg, 0deg);
  transform: skew(15deg, 0deg);
  -webkit-backface-visibility: hidden;
  background: #ffffff;
  width: 190px;
  height: 30px;
}
#highlights .slideItem .cycle-text a {
  position: relative;
  width: 190px;
  text-align: center;
  color: #4d4d4d;
  text-decoration: none;
  text-shadow: none;
  display: block;
  line-height: 26px;
  margin: -28px auto 0 auto;
  font-size: 110%;
}
@media (min-width: 768px) {
  #highlights p.link,
  #highlights p #main.area p.link {
    margin: 0 0 0 .5em!important;
  }
  #highlights a {
    margin: -28px 0 0 !important;
  }
  #highlights .imgWrapper {
    width: 36%;
    float: left;
    text-align: right;
  }
  #highlights .cycle-text {
    width: 59%;
    margin-right: 5%;
    float: left;
    text-align: left;
  }
}
@media (min-width: 980px) {
  #highlights .cycle-text {
    width: 54%;
    margin-left: 5%;
  }
}
/* ==========================================================================
   HOME BOXES
========================================================================== */
#homeBoxes {
  clear: both;
  overflow: visible;
  padding-top: 1.5em;
  margin-top: 5em;
}
#homeBoxes .cycle-pager {
  margin-top: -0.5em !important;
}
#homeBoxes.area.home .box {
  margin: 0 auto 6em;
  width: 80%;
}
#homeBoxes.area.home .box .description .allLabel {
  display: block;
  font-size: 160%;
  line-height: 100%;
  padding: .5em 0;
}
@media (min-width: 768px) {
  #homeBoxes.area.home .box {
    float: left;
    width: 31%;
    margin: 0 3% 0 0;
  }
  #homeBoxes.area.home .box:last-child {
    margin-right: 0;
  }
}
#homeBoxes.area .box {
  margin-bottom: 2em;
}
#homeBoxes.area .box .icon {
  position: absolute;
  overflow: hidden;
  display: block;
  height: 210px;
  width: 100%;
  bottom: 0;
  right: 0;
}
#homeBoxes.area .box .icon img {
  position: relative;
  top: 100px;
  left: 140px;
  width: auto;
  height: auto;
  opacity: 0.8;
}
#homeBoxes.area .box .imgPofHome a {
  position: relative;
}
#homeBoxes.area .box .description {
  font-size: 110%;
  font-family: 'Roboto Slab', serif;
  line-height: 100%;
}
#homeBoxes.area .box .description a {
  color: #333;
}
#homeBoxes.area .box .description .allLabel {
  display: block;
  font-size: 150%;
  padding: .5em 0;
}
#homeBoxes.sidebar {
  margin-bottom: 0px;
  overflow: hidden!important;
  width: 100%;
}
#homeBoxes.sidebar .box.sidebar {
  width: 100%;
  margin: 2em 0 1em 0;
  height: 296px!important;
}
#homeBoxes.sidebar .box.sidebar a {
  text-decoration: none;
  font-size: 80%;
  line-height: 140%;
}
#homeBoxes.sidebar .box.sidebar h2 {
  color: #808080;
  margin: 0.5em 0 0.2em 0;
  font-size: 1.3em;
  text-shadow: none;
  line-height: 110%;
  padding: 0 0 .2em 0;
}
#homeBoxes.sidebar .box.sidebar img {
  width: 100%;
}
#homeBoxes .cycle-pager,
#homeBoxes .cycle-pager-more {
  clear: both;
  width: auto;
  margin-top: -1em;
}
#homeBoxes .cycle-pager span,
#homeBoxes .cycle-pager-more span {
  font-family: arial;
  font-size: 54px;
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 999;
  float: left;
  top: -0.5em;
}
#homeBoxes .cycle-pager span.cycle-pager-active,
#homeBoxes .cycle-pager-more span.cycle-pager-active {
  color: #999999;
}
#homeBoxes .cycle-pager-more {
  padding-top: 1em;
}
#homeBoxes .box {
  padding-bottom: 1em;
  text-align: center;
  padding: 20px;
  background: #ffffff;
  position: relative;
}
#homeBoxes .box h3 {
  position: absolute;
  margin-top: -70px;
  color: white;
  font-size: 200%;
  text-transform: uppercase;
}
#homeBoxes .box a {
  text-decoration: none;
}
#homeBoxes .box:first-child {
  margin-left: 0;
  /*overflow: hidden; Comment showing title */
}
#homeBoxes .box img {
  width: 100%;
}
#homeBoxes .box .sprites-box-arrow {
  margin: -3.8em auto 0 auto;
  z-index: 40;
  position: relative;
  display: block;
}
#homeBoxes .box .sprites-box-arrow a {
  display: block;
  width: 44px;
  height: 44px;
}
#homeBoxes .box h2 {
  font-family: 'Roboto Slab', serif;
  color: #333333;
  text-transform: uppercase;
  margin: 0.5em 0 0.2em 0;
  font-size: 1.6em;
  text-shadow: none;
  line-height: 100%;
  padding: 0 1.5em;
}
#homeBoxes .box .description {
  position: relative;
  z-index: 20;
  line-height: 120%;
  padding: 0 1.5em;
}
#homeBoxes .box .price {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* ==========================================================================
    GMAPS
========================================================================== */
.gMaps {
  clear: both!important;
}
.gmnoprint {
  display: none;
}
.gmap_marker {
  color: #333;
  text-shadow: none;
}
.gm-style-iw a {
  color: #333!important;
}
/* ==========================================================================
    GALLERY
========================================================================== */
.moregallery,
#accoImage,
#genericImage,
#accoImageNodesc {
  height: 230px!important;
}
.moregallery .cycle-carousel-wrap,
#accoImage .cycle-carousel-wrap,
#genericImage .cycle-carousel-wrap,
#accoImageNodesc .cycle-carousel-wrap {
  width: 94%;
}
.moregallery .slideImage,
#accoImage .slideImage,
#genericImage .slideImage,
#accoImageNodesc .slideImage {
  width: 28.888%;
  margin: 1em 0 .3em 5.022%;
}
.moregallery .slideImage img,
#accoImage .slideImage img,
#genericImage .slideImage img,
#accoImageNodesc .slideImage img {
  border: 10px solid #ffffff;
  vertical-align: middle;
}
.moregallery .imagesNav,
#accoImage .imagesNav,
#genericImage .imagesNav,
#accoImageNodesc .imagesNav {
  font-family: 'Roboto Slab', serif;
  position: relative;
  top: -7.5em;
}
.moregallery .imagesNav #prev,
#accoImage .imagesNav #prev,
#genericImage .imagesNav #prev,
#accoImageNodesc .imagesNav #prev,
.moregallery .imagesNav #next,
#accoImage .imagesNav #next,
#genericImage .imagesNav #next,
#accoImageNodesc .imagesNav #next {
  font-size: 110%;
  text-decoration: none;
}
.moregallery .imagesNav #prev,
#accoImage .imagesNav #prev,
#genericImage .imagesNav #prev,
#accoImageNodesc .imagesNav #prev {
  float: left;
}
.moregallery .imagesNav #next,
#accoImage .imagesNav #next,
#genericImage .imagesNav #next,
#accoImageNodesc .imagesNav #next {
  float: right;
}
.videoItem {
  overflow: auto;
  border-bottom: 4px solid #ffffff;
  margin-bottom: 1em;
}
.videoItem .video {
  float: left;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 1em;
  padding: 1em;
  background: #ffffff;
}
.videoItem .textWrapper {
  float: left;
  width: 50%;
}
.dettaglioGallery {
  background: white;
  overflow: auto;
}
#swemmg {
  margin: 20px 0;
  width: 100%!important;
  overflow: hidden;
  height: 365px!important;
}
#swemmg .gallayer {
  width: 100%!important;
  margin: 0 auto;
  overflow: hidden;
}
#swemmg .gallayer img {
  margin: 0 auto!important;
  width: 100%!important;
  height: auto!important;
}
/* ==========================================================================
    WIDGETS
========================================================================== */
.widget {
  margin-bottom: 0.5em;
}
.widget#skiarea strong {
  color: #fbd918;
}
.widget#skiarea a {
  line-height: 180%;
}
.widget#webcam {
  height: 210px;
}
.widget#webcam h3 {
  position: absolute;
  top: 0;
}
.widget#webcam .cycle-pagerWebcam {
  float: right;
  margin-top: 3em;
}
.widget#webcam .cycle-pagerWebcam span {
  font-family: arial;
  font-size: 42px;
  width: 14px;
  height: 13px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 999;
  float: left;
  top: -0.5em;
}
.widget#webcam .cycle-pagerWebcam span.cycle-pager-active {
  color: #999999;
}
.widget#webcam .slideItemWebcam {
  width: 100%;
  top: 40px!important;
}
.widget .funivieInfo {
  font-size: 85%;
  padding: 1.2em 0.5em;
  background: #545353;
  text-align: center;
}
.widget .funivieInfo strong {
  line-height: 140%;
}
/* ==========================================================================
    RESERVATION FORM
========================================================================== */
/* FORM: Reservation, General Search, Info */
body.trento form.search-general,
body.trento .boxInfoForm,
body.trento #form_container {
  background: #700000 !important;
}
body.bondone form.search-general,
body.bondone .boxInfoForm,
body.bondone #form_container {
  background: #122f1f !important;
}
body.laghi form.search-general,
body.laghi .boxInfoForm,
body.laghi #form_container {
  background: #2b3d55 !important;
}
body.skiareapage form.search-general,
body.skiareapage .boxInfoForm,
body.skiareapage #form_container {
  background: #131212 !important;
}
div.reservation-form,
form.search-general,
.boxInfoForm,
#form_container {
  background: #777879!important;
  width: 100%;
  padding: 1em 1.5em;
  font-size: 90%;
}
div.reservation-form .region,
form.search-general .region,
.boxInfoForm .region,
#form_container .region,
div.reservation-form .int-services,
form.search-general .int-services,
.boxInfoForm .int-services,
#form_container .int-services,
div.reservation-form .filter-check,
form.search-general .filter-check,
.boxInfoForm .filter-check,
#form_container .filter-check {
  position: relative;
}
div.reservation-form .region,
form.search-general .region,
.boxInfoForm .region,
#form_container .region {
  width: 50%;
  float: left;
}
div.reservation-form .region input#searchText,
form.search-general .region input#searchText,
.boxInfoForm .region input#searchText,
#form_container .region input#searchText,
div.reservation-form .region input#suggestRegions,
form.search-general .region input#suggestRegions,
.boxInfoForm .region input#suggestRegions,
#form_container .region input#suggestRegions {
  width: 80%;
}
@media (min-width: 768px) {
  div.reservation-form .region,
  form.search-general .region,
  .boxInfoForm .region,
  #form_container .region {
    width: 100%;
    float: none;
  }
  div.reservation-form .region input#searchText,
  form.search-general .region input#searchText,
  .boxInfoForm .region input#searchText,
  #form_container .region input#searchText,
  div.reservation-form .region input#suggestRegions,
  form.search-general .region input#suggestRegions,
  .boxInfoForm .region input#suggestRegions,
  #form_container .region input#suggestRegions {
    width: 100%;
  }
}
div.reservation-form fieldset,
form.search-general fieldset,
.boxInfoForm fieldset,
#form_container fieldset {
  margin: 0!important;
  border: none!important;
  padding: 0!important;
}
div.reservation-form #oSD,
form.search-general #oSD,
.boxInfoForm #oSD,
#form_container #oSD {
  float: left;
  width: 48%;
}
div.reservation-form #oED,
form.search-general #oED,
.boxInfoForm #oED,
#form_container #oED {
  float: right;
  width: 48%;
}
div.reservation-form *,
form.search-general *,
.boxInfoForm *,
#form_container * {
  outline: none !important;
}
div.reservation-form p,
form.search-general p,
.boxInfoForm p,
#form_container p {
  margin: 0 0 0.5em 0 !important;
}
div.reservation-form a,
form.search-general a,
.boxInfoForm a,
#form_container a,
div.reservation-form a:visited,
form.search-general a:visited,
.boxInfoForm a:visited,
#form_container a:visited,
div.reservation-form a:hover,
form.search-general a:hover,
.boxInfoForm a:hover,
#form_container a:hover,
div.reservation-form a:active,
form.search-general a:active,
.boxInfoForm a:active,
#form_container a:active {
  text-decoration: none;
  color: inherit;
}
div.reservation-form h1,
form.search-general h1,
.boxInfoForm h1,
#form_container h1 {
  color: #ffffff;
  font-size: 1.5em!important;
  margin: 0 0 0em 0!important;
  padding: 0!important;
  border-bottom-color: #ffffff;
  line-height: 100%;
}
div.reservation-form h6,
form.search-general h6,
.boxInfoForm h6,
#form_container h6 {
  color: #ffffff;
  margin: 0.5em 0!important;
  font-weight: normal;
}
div.reservation-form input,
form.search-general input,
.boxInfoForm input,
#form_container input {
  float: left;
  color: #8a8a8a;
  width: auto;
  padding: 10px 10px 10px 10px;
  background-image: none!important;
}
div.reservation-form input[type=submit],
form.search-general input[type=submit],
.boxInfoForm input[type=submit],
#form_container input[type=submit],
div.reservation-form input[type=button],
form.search-general input[type=button],
.boxInfoForm input[type=button],
#form_container input[type=button],
div.reservation-form #submitID,
form.search-general #submitID,
.boxInfoForm #submitID,
#form_container #submitID {
  border: none;
  width: 90%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  cursor: pointer;
  color: #FFF;
  font-size: 90%;
  background: #de5a0a !important;
  background-image: none!important;
}
div.reservation-form input[type=submit]:hover,
form.search-general input[type=submit]:hover,
.boxInfoForm input[type=submit]:hover,
#form_container input[type=submit]:hover,
div.reservation-form input[type=button]:hover,
form.search-general input[type=button]:hover,
.boxInfoForm input[type=button]:hover,
#form_container input[type=button]:hover,
div.reservation-form #submitID:hover,
form.search-general #submitID:hover,
.boxInfoForm #submitID:hover,
#form_container #submitID:hover {
  background: #ad4608;
}
div.reservation-form input[type=submit]:active,
form.search-general input[type=submit]:active,
.boxInfoForm input[type=submit]:active,
#form_container input[type=submit]:active,
div.reservation-form input[type=button]:active,
form.search-general input[type=button]:active,
.boxInfoForm input[type=button]:active,
#form_container input[type=button]:active,
div.reservation-form #submitID:active,
form.search-general #submitID:active,
.boxInfoForm #submitID:active,
#form_container #submitID:active {
  background: #ad4608;
}
div.reservation-form section.input-data,
form.search-general section.input-data,
.boxInfoForm section.input-data,
#form_container section.input-data {
  width: 100%;
}
div.reservation-form section.input-data .styled-select,
form.search-general section.input-data .styled-select,
.boxInfoForm section.input-data .styled-select,
#form_container section.input-data .styled-select {
  width: 100%;
  height: 45px;
  overflow: hidden;
  margin-bottom: 5px;
}
div.reservation-form section.input-data select,
form.search-general section.input-data select,
.boxInfoForm section.input-data select,
#form_container section.input-data select {
  width: 100%;
  padding: 10px 15px;
  color: #8a8a8a;
  background: #ffffff url(../images/arrow.png) no-repeat right !important;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
div.reservation-form input[type="checkbox"],
form.search-general input[type="checkbox"],
.boxInfoForm input[type="checkbox"],
#form_container input[type="checkbox"],
div.reservation-form input[type="radio"],
form.search-general input[type="radio"],
.boxInfoForm input[type="radio"],
#form_container input[type="radio"] {
  margin-right: 6px;
}
div.reservation-form div.date,
form.search-general div.date,
.boxInfoForm div.date,
#form_container div.date {
  display: table;
  width: 100%;
  margin-top: 5px;
}
div.reservation-form div.date input,
form.search-general div.date input,
.boxInfoForm div.date input,
#form_container div.date input {
  float: left;
  background: #ffffff url(../images/calendar-ico.png) no-repeat 5px center !important;
  color: #8a8a8a;
  width: 47%;
}
div.reservation-form div.date input:last-child,
form.search-general div.date input:last-child,
.boxInfoForm div.date input:last-child,
#form_container div.date input:last-child {
  float: right!important;
}
div.reservation-form div.options,
form.search-general div.options,
.boxInfoForm div.options,
#form_container div.options {
  overflow: auto;
  margin-top: 0.5em;
}
div.reservation-form div.options p,
form.search-general div.options p,
.boxInfoForm div.options p,
#form_container div.options p {
  float: left;
  overflow: auto;
  width: 47%;
}
div.reservation-form div.options p:last-child,
form.search-general div.options p:last-child,
.boxInfoForm div.options p:last-child,
#form_container div.options p:last-child {
  float: right;
}
div.reservation-form img,
form.search-general img,
.boxInfoForm img,
#form_container img {
  margin: 0px 0 0 5px;
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 10px;
  -webkit-filter: invert(60%);
  filter: invert(60%);
}
div.reservation-form .label,
form.search-general .label,
.boxInfoForm .label,
#form_container .label {
  display: block;
  padding: 2px 0;
  color: white;
}
div.reservation-form input,
form.search-general input,
.boxInfoForm input,
#form_container input,
div.reservation-form select,
form.search-general select,
.boxInfoForm select,
#form_container select {
  margin-bottom: 4px;
  float: none!important;
}
div.reservation-form .acco-goodfor span,
form.search-general .acco-goodfor span,
.boxInfoForm .acco-goodfor span,
#form_container .acco-goodfor span {
  margin-left: .3em;
}
div.reservation-form .acco-goodfor,
form.search-general .acco-goodfor,
.boxInfoForm .acco-goodfor,
#form_container .acco-goodfor,
div.reservation-form .filter-check,
form.search-general .filter-check,
.boxInfoForm .filter-check,
#form_container .filter-check {
  margin-top: 0.5em;
}
div.reservation-form .acco-goodfor div:first-child,
form.search-general .acco-goodfor div:first-child,
.boxInfoForm .acco-goodfor div:first-child,
#form_container .acco-goodfor div:first-child,
div.reservation-form .filter-check div:first-child,
form.search-general .filter-check div:first-child,
.boxInfoForm .filter-check div:first-child,
#form_container .filter-check div:first-child {
  margin-bottom: 0.5em;
}
div.reservation-form .filter-check-item span,
form.search-general .filter-check-item span,
.boxInfoForm .filter-check-item span,
#form_container .filter-check-item span {
  padding-left: 4px;
}
div.reservation-form .filter-check-item input,
form.search-general .filter-check-item input,
.boxInfoForm .filter-check-item input,
#form_container .filter-check-item input {
  border: none!important;
  background-color: transparent!important;
  padding-left: 0px;
  padding-right: 0px;
}
div.reservation-form a,
form.search-general a,
.boxInfoForm a,
#form_container a {
  text-decoration: underline!important;
  overflow: auto;
  display: block;
  text-align: right;
}
div.reservation-form {
  background: #83b94f !important;
  overflow: auto;
}
div.reservation-form.recap ul {
  margin: 0em 0 1em 1em!important;
}
form.search-general .date input {
  width: 100%!important;
}
.boxInfoForm,
#form_container {
  width: 100%;
  padding: 1em 1.5em;
  overflow: auto;
  font-size: 90%;
  padding: 2em 2.5em;
}
.boxInfoForm .nome,
#form_container .nome,
.boxInfoForm .cognome,
#form_container .cognome,
.boxInfoForm .citta,
#form_container .citta,
.boxInfoForm .telefono,
#form_container .telefono,
.boxInfoForm .email,
#form_container .email {
  float: left;
  width: 50%;
}
.boxInfoForm a,
#form_container a {
  display: inline;
}
.boxInfoForm .richiesta,
#form_container .richiesta {
  clear: both;
  line-height: 40px;
}
.boxInfoForm .richiesta textarea,
#form_container .richiesta textarea {
  width: 100%;
  min-height: 200px;
  padding: 10px!important;
}
.boxInfoForm input[type=button],
#form_container input[type=button] {
  font-size: 180%;
}
#accoform .boxInfoForm {
  width: 600px;
  color: white!important;
}
#form_container .form_description {
  margin-bottom: 2em;
}
#form_container .form_description h2 {
  padding-bottom: .2em;
}
#form_container ul {
  list-style: none!important;
}
#form_container ul li {
  margin-bottom: .5em!important;
}
#form_container ul li span {
  display: block;
}
#form_container ul li span.required {
  display: inline;
}
#form_container ul li.error label:first-child {
  display: block;
  padding: 0 5px;
  margin-bottom: .5em;
}
#form_container ul #submitID {
  width: 100px;
  padding: .8em 0;
  margin-top: 1em;
}
#form_container ul label {
  font-size: 110%;
  line-height: 170%;
}
#form_container #error_message {
  background: #e29e54;
  padding: 5px 10px;
  color: #c21515;
  text-shadow: none;
  margin-top: 1.5em;
}
#form_container #error_message #error_message_title {
  font-weight: bold;
  font-size: 140%;
  margin: 0!important;
}
#form_container #error_message #error_message_desc {
  color: #a51616;
}
#form_container textarea {
  width: 100%;
  font-size: 90%;
  min-height: 100px;
  padding: 10px!important;
  color: #666;
}
/* ==========================================================================
   TOP TEN
========================================================================== */
.topTenLine {
  overflow: auto;
}
.topTenLine .ttBox {
  width: 47%;
  float: left;
  height: 310px;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-size: 1.5em;
  text-align: center;
  margin-top: 1.5em;
}
.topTenLine .ttBox a {
  text-decoration: none;
}
.topTenLine .ttBox:first-child {
  margin-right: 3%;
}
.topTenLine .ttBox:last-child {
  margin-left: 3%;
}
.topTenLine .ttBox.places {
  background: #9d5729;
}
.topTenLine .ttBox.food {
  background: #d37c16;
}
.topTenLine .ttBox.festival {
  background: #855c9c;
}
.topTenLine .ttBox.sport {
  background: #5c7f9c;
}
.topTenLine .ttBox .places a,
.topTenLine .ttBox .food a,
.topTenLine .ttBox .festival a,
.topTenLine .ttBox .sport a {
  color: transparent;
  display: block;
}
.topTenLine .ttBox span {
  display: block;
  margin: .5em 3em .5em;
}
/* PAGES */
/* ==========================================================================
   AMBITI
========================================================================== */
#main.area {
  padding: 8em 0 2em 0;
  overflow: visible;
}
@media (min-width: 980px) {
  #main.area {
    padding: 8em 1em 0 130px;
  }
}
#main.area #highlights {
  margin: 2em 1em 1em 1em;
}
body.trento #main.editorial {
  background: #990000;
}
body.bondone #main.editorial {
  background: #1d4d33;
}
body.laghi #main.editorial {
  background: #395070;
}
body.trento #header,
body.bondone #header,
body.laghi #header {
  background: white;
}
body.trento #header #navigation,
body.bondone #header #navigation,
body.laghi #header #navigation {
  float: right;
}
@media (min-width: 980px) {
  body.trento #header {
    background: #990000;
  }
}
@media (min-width: 980px) {
  body.bondone #header {
    background: #1d4d33;
  }
}
@media (min-width: 980px) {
  body.laghi #header {
    background: #395070;
  }
}
body.trento #header #navWrapper ul#nav li:first-child,
body.bondone #header #navWrapper ul#nav li:first-child,
body.laghi #header #navWrapper ul#nav li:first-child {
  margin-left: 0;
  padding-left: 0;
}
body.trento #header #navWrapper ul#nav li:hover ul,
body.bondone #header #navWrapper ul#nav li:hover ul,
body.laghi #header #navWrapper ul#nav li:hover ul {
  display: block;
}
body.trento #main.editorial h1,
body.trento #main.editorial h3 {
  border-bottom: 1px solid #700000 !important;
}
body.bondone #main.editorial h1,
body.bondone #main.editorial h3 {
  border-bottom: 1px solid #122f1f !important;
}
body.laghi #main.editorial h1,
body.laghi #main.editorial h3 {
  border-bottom: 1px solid #2b3d55 !important;
}
body.trento .resultsSection {
  border-bottom: 1px solid #660000 !important;
  background: #700000 !important;
}
body.bondone .resultsSection {
  border-bottom: 1px solid #0f281a !important;
  background: #122f1f !important;
}
body.laghi .resultsSection {
  border-bottom: 1px solid #28384e !important;
  background: #2b3d55 !important;
}
body.skiareapage .resultsSection {
  border-bottom: 1px solid #0e0d0d !important;
  background: #131212 !important;
}
body.trento #main.editorial .nav-menu ul li,
body.trento #main.editorial ul#subNavigation li {
  border-bottom: 1px solid #700000 !important;
}
body.bondone #main.editorial .nav-menu ul li,
body.bondone #main.editorial ul#subNavigation li {
  border-bottom: 1px solid #122f1f !important;
}
body.laghi #main.editorial .nav-menu ul li,
body.laghi #main.editorial ul#subNavigation li {
  border-bottom: 1px solid #2b3d55 !important;
}
body.skiareapage #main.editorial .nav-menu ul li,
body.skiareapage #main.editorial ul#subNavigation li {
  border-bottom: 1px solid #131212 !important;
}
#main.landingFamiglia #homeBoxes.sidebar .box.sidebar {
  height: 396px!important;
}
#main.landingFamiglia #homeBoxes.sidebar .box.sidebar .description,
#main.landingFamiglia #homeBoxes.sidebar .box.sidebar .price {
  color: #333!important;
  padding: 0;
  font-size: 14px;
}
#main.landingFamiglia #homeBoxes.sidebar .box.sidebar #tabs_wrapper #tabs_content_container #tabs_contentWrapper .areaSidebar #homeBoxes .box.sidebar {
  height: 396px!important;
}
body.skiareapage #column-2 a {
  color: #fbd918;
}
.funivieBanner {
  position: relative;
  margin-top: 2em;
  clear: both;
  display: inline-block;
  width: 100%;
}
.funivieBanner img {
  width: 100%;
  height: inherit;
}
.funivieBanner p {
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 150%;
  font-family: 'Roboto Slab', serif;
  width: 150px;
  line-height: 80%;
}
.funivieBanner p a {
  text-decoration: none;
}
.funivieBanner p span {
  font-size: 60%;
  margin-top: 15px;
  display: block;
}
/* ==========================================================================
   EDITORIAL
========================================================================== */
#main.editorial h2 {
  margin: 0;
  padding: 0;
}
#main.editorial h2 a {
  text-decoration: none;
  color: #ffffff;
}
#main.editorial .nav-menu ul,
#main.editorial .nav-menu.nav-menu-style- h2 {
  display: none;
}
@media (min-width: 768px) {
  #main.editorial .nav-menu ul,
  #main.editorial .nav-menu.nav-menu-style- h2 {
    display: block;
  }
}
#main.editorial .nav-menu ul,
#main.editorial ul#subNavigation {
  list-style: none!important;
  margin: 0 0 0 0!important;
  padding: 0!important;
}
#main.editorial .nav-menu ul li,
#main.editorial ul#subNavigation li {
  border-bottom: 1px solid #999999 !important;
  padding: 1em 0!important;
  border-bottom: 1px solid #cccccc !important;
  background-image: none;
  width: 100%;
  margin-left: 0;
  border-left: none;
}
#main.editorial .nav-menu ul li.selected,
#main.editorial ul#subNavigation li.selected {
  font-weight: normal!important;
}
#main.editorial .nav-menu ul li.selected a,
#main.editorial ul#subNavigation li.selected a {
  color: #cccccc !important;
}
#main.editorial .nav-menu ul li a,
#main.editorial ul#subNavigation li a {
  text-decoration: none!important;
  color: #ffffff !important;
}
#main.editorial .nav-menu ul.level-2,
#main.editorial ul#subNavigation.level-2 {
  margin: 10px 0 10px 20px!important;
  font-size: 90%;
  list-style: disc outside!important;
  list-style-position: inside!important;
}
#main.editorial .nav-menu ul.level-2 li,
#main.editorial ul#subNavigation.level-2 li {
  border-bottom: none!important;
  padding: 0.5em 0!important;
}
#main.editorial .nav-menu ul.level-2 li a,
#main.editorial ul#subNavigation.level-2 li a {
  color: #ffffff !important;
}
#main.editorial .nav-menu ul.level-2 li a.selected,
#main.editorial ul#subNavigation.level-2 li a.selected {
  color: #cccccc !important;
  font-weight: normal;
}
@media (min-width: 480px) {
  #main.editorial #accomodationDetail img.main {
    float: none;
    margin: 0 0 1em 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #main.editorial #accomodationDetail img.main {
    float: right;
    margin: 0 0 1em 1em;
    width: 50%;
  }
}
@media (min-width: 1199px) {
  #main.editorial #accomodationDetail img.main {
    width: auto;
  }
}
#main.editorial {
  color: #ffffff;
  background: #858788;
  margin-top: 20em;
  padding: 1em 1em 6em 1em;
  max-width: 1480px;
}
@media (min-width: 768px) {
  #main.editorial {
    padding: 2em 2em 6em 2em;
  }
}
@media (min-width: 980px) {
  #main.editorial {
    padding: 1em 4em 4em 7em;
  }
}
#main.editorial h1 {
  border-bottom: 1px solid #bcbdbf;
  padding-bottom: 10px;
  margin: 0 0 8px 0;
  font-size: 1.8em;
  color: #FFF;
}
#main.editorial h2 {
  padding: 10px 0 8px;
  font-size: 1.3em;
}
#main.editorial h2 span.period {
  font-size: 90%;
}
#main.editorial h3 {
  padding: 10px 0 8px;
  font-size: 1.1em;
  border-bottom: 1px solid #bcbdbf;
  margin: 0.3em 0 0 0;
}
#main.editorial h3:first-child {
  border-top: none!important;
}
@media (min-width: 768px) {
  #main.editorial h1 {
    padding-bottom: 15px;
    margin: 0 0 10px 0;
    font-size: 2.5em;
  }
  #main.editorial h2 {
    padding: 15px 0 10px;
    font-size: 2em;
  }
  #main.editorial h3 {
    padding: 15px 0 10px;
    font-size: 1.8em;
    margin: 0.5em 0 0 0;
  }
}
#main.editorial p {
  line-height: 130%;
  margin: 1em 0;
}
#main.editorial .journal-content-article ul,
#main.editorial .ArticleDetailOneInstance-portlet ul,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul {
  margin: 1em 0 1em 3em;
  overflow: auto;
}
#main.editorial .journal-content-article ul.pager li,
#main.editorial .ArticleDetailOneInstance-portlet ul.pager li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.pager li {
  background-image: none!important;
  padding: .3em 0 .3em .3em!important;
}
#main.editorial .journal-content-article ul.links li.url,
#main.editorial .ArticleDetailOneInstance-portlet ul.links li.url,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.links li.url {
  background-image: url('../images/icon-link.png');
  background-position: 0px 3px;
  padding-left: 40px;
  line-height: 16px;
}
#main.editorial .journal-content-article ul.download li.pdf,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.pdf,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.pdf,
#main.editorial .journal-content-article ul.download li.doc,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.doc,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.doc,
#main.editorial .journal-content-article ul.download li.generic,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.generic,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.generic,
#main.editorial .journal-content-article ul.download li.zip,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.zip,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.zip {
  padding-left: 60px;
}
#main.editorial .journal-content-article ul.download li.pdf,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.pdf,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.pdf {
  background: url('../images/fileType-pdf.png') no-repeat top left;
}
#main.editorial .journal-content-article ul.download li.doc,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.doc,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.doc {
  background: url('../images/fileType-doc.png') no-repeat top left;
}
#main.editorial .journal-content-article ul.download li.zip,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.zip,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.zip {
  background: url('../images/fileType-zip.png') no-repeat top left;
}
#main.editorial .journal-content-article ul.download li.generic,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li.generic,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li.generic {
  background: url('../images/fileType-generic.png') no-repeat top left;
}
#main.editorial .journal-content-article ul.download li a,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li a,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li a {
  color: #ffffff;
}
#main.editorial .journal-content-article ul.download,
#main.editorial .ArticleDetailOneInstance-portlet ul.download,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download,
#main.editorial .journal-content-article ul.links,
#main.editorial .ArticleDetailOneInstance-portlet ul.links,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.links {
  list-style: none;
  margin: 1em 0 2em 0em;
}
#main.editorial .journal-content-article ul.download li,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li,
#main.editorial .journal-content-article ul.links li,
#main.editorial .ArticleDetailOneInstance-portlet ul.links li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.links li {
  line-height: 50px;
  padding-bottom: 5px;
}
#main.editorial .journal-content-article ul.download li a,
#main.editorial .ArticleDetailOneInstance-portlet ul.download li a,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.download li a,
#main.editorial .journal-content-article ul.links li a,
#main.editorial .ArticleDetailOneInstance-portlet ul.links li a,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.links li a {
  color: #ffffff;
}
#main.editorial .journal-content-article ul.gallery,
#main.editorial .ArticleDetailOneInstance-portlet ul.gallery,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.gallery,
#main.editorial .journal-content-article ul.accomodation,
#main.editorial .ArticleDetailOneInstance-portlet ul.accomodation,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation,
#main.editorial .journal-content-article ul.linkedItems,
#main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems {
  list-style: none;
  margin: 1em 0 2em 0em;
}
#main.editorial .journal-content-article ul.gallery li,
#main.editorial .ArticleDetailOneInstance-portlet ul.gallery li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.gallery li,
#main.editorial .journal-content-article ul.accomodation li,
#main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li,
#main.editorial .journal-content-article ul.linkedItems li,
#main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems li {
  background: none!important;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #main.editorial .journal-content-article ul.gallery li,
  #main.editorial .ArticleDetailOneInstance-portlet ul.gallery li,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.gallery li,
  #main.editorial .journal-content-article ul.accomodation li,
  #main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li,
  #main.editorial .journal-content-article ul.linkedItems li,
  #main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems li,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems li {
    float: left;
    margin: 0 0 20px 1%;
    width: 49%;
  }
  #main.editorial .journal-content-article ul.gallery li:first-child,
  #main.editorial .ArticleDetailOneInstance-portlet ul.gallery li:first-child,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.gallery li:first-child,
  #main.editorial .journal-content-article ul.accomodation li:first-child,
  #main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li:first-child,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li:first-child,
  #main.editorial .journal-content-article ul.linkedItems li:first-child,
  #main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems li:first-child,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems li:first-child {
    margin-left: 0;
  }
  #main.editorial .journal-content-article ul.gallery li:nth-child(2n+1),
  #main.editorial .ArticleDetailOneInstance-portlet ul.gallery li:nth-child(2n+1),
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.gallery li:nth-child(2n+1),
  #main.editorial .journal-content-article ul.accomodation li:nth-child(2n+1),
  #main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li:nth-child(2n+1),
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li:nth-child(2n+1),
  #main.editorial .journal-content-article ul.linkedItems li:nth-child(2n+1),
  #main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems li:nth-child(2n+1),
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #main.editorial .journal-content-article ul.gallery li,
  #main.editorial .ArticleDetailOneInstance-portlet ul.gallery li,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.gallery li,
  #main.editorial .journal-content-article ul.accomodation li,
  #main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li,
  #main.editorial .journal-content-article ul.linkedItems li,
  #main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems li,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems li {
    margin: 0 0 20px 5%;
    width: 30%;
  }
  #main.editorial .journal-content-article ul.gallery li:nth-child(2n+1),
  #main.editorial .ArticleDetailOneInstance-portlet ul.gallery li:nth-child(2n+1),
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.gallery li:nth-child(2n+1),
  #main.editorial .journal-content-article ul.accomodation li:nth-child(2n+1),
  #main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li:nth-child(2n+1),
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li:nth-child(2n+1),
  #main.editorial .journal-content-article ul.linkedItems li:nth-child(2n+1),
  #main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems li:nth-child(2n+1),
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems li:nth-child(2n+1) {
    clear: none;
    margin-left: 5%;
  }
  #main.editorial .journal-content-article ul.gallery li:nth-child(3n+1),
  #main.editorial .ArticleDetailOneInstance-portlet ul.gallery li:nth-child(3n+1),
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.gallery li:nth-child(3n+1),
  #main.editorial .journal-content-article ul.accomodation li:nth-child(3n+1),
  #main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li:nth-child(3n+1),
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li:nth-child(3n+1),
  #main.editorial .journal-content-article ul.linkedItems li:nth-child(3n+1),
  #main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems li:nth-child(3n+1),
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
#main.editorial .journal-content-article ul.gallery li,
#main.editorial .ArticleDetailOneInstance-portlet ul.gallery li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.gallery li {
  background-image: none;
}
#main.editorial .journal-content-article ul.accomodation li,
#main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li,
#main.editorial .journal-content-article ul.linkedItems li,
#main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems li {
  text-align: center;
}
#main.editorial .journal-content-article ul.accomodation li img,
#main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li img,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li img,
#main.editorial .journal-content-article ul.linkedItems li img,
#main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems li img,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems li img {
  margin-bottom: 0.5em;
}
#main.editorial .journal-content-article ul.accomodation,
#main.editorial .ArticleDetailOneInstance-portlet ul.accomodation,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation {
  overflow: auto;
}
#main.editorial .journal-content-article ul.accomodation li a,
#main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li a,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li a {
  display: block;
}
#main.editorial .journal-content-article ul.accomodation li.relatedOffer,
#main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li.relatedOffer,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li.relatedOffer {
  margin-bottom: 1em;
  overflow: auto;
  min-height: 210px;
  height: auto;
}
#main.editorial .journal-content-article ul.accomodation li .type,
#main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li .type,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li .type {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #main.editorial .journal-content-article ul.accomodation li .type,
  #main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li .type,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li .type {
    display: inline;
    float: left;
    margin: 0 .5em .5em 0;
  }
}
#main.editorial .journal-content-article ul.accomodation li .category,
#main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li .category,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li .category {
  display: inline-block;
  margin-bottom: 10px;
  float: none;
  margin: 0!important;
}
@media (min-width: 768px) {
  #main.editorial .journal-content-article ul.accomodation li .category,
  #main.editorial .ArticleDetailOneInstance-portlet ul.accomodation li .category,
  #main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.accomodation li .category {
    display: inline;
    float: left;
  }
}
#main.editorial .journal-content-article ul.linkedItems li a,
#main.editorial .ArticleDetailOneInstance-portlet ul.linkedItems li a,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul.linkedItems li a {
  color: #ffffff;
}
#main.editorial .journal-content-article ul li,
#main.editorial .ArticleDetailOneInstance-portlet ul li,
#main.editorial #internalArea_GenericQueryOneInstance_WAR_TripMashupportlet_ ul li {
  padding: 0.3em 0 0.3em 1.5em;
  background-image: url('../images/list-dot.png');
  background-position: 0px 7px;
  background-repeat: no-repeat;
}
#main.editorial img.main,
#main.editorial ul.gallery img,
#main.editorial ul.accomodation img,
#main.editorial ul.events img,
#main.editorial .imgWrapper img,
#main.editorial ul.linkedItems img {
  border: 10px solid #ffffff;
}
#main.editorial img.main {
  margin: 0 0 1em 0;
  width: 100%;
  height: inherit;
}
@media (min-width: 480px) {
  #main.editorial img.main {
    float: right;
    margin: 0 0 1em 1em;
    width: auto;
  }
}
#main.editorial ul.download.page li {
  background-position: 0 22px!important;
}
#main.editorial ul.download.page li .downloadWrapper {
  background-color: #808080;
  overflow: auto;
  margin-left: 1em;
  padding: 1em;
}
#main.editorial ul.download.page li .downloadWrapper a.title {
  font-size: 130%;
}
#main.editorial ul.download.page li .downloadWrapper .imageWrapper {
  float: right;
  width: 140px;
}
#main.editorial ul.download.page li .downloadWrapper .description {
  line-height: normal;
}
/* ==========================================================================
   LIST DETAIL
========================================================================== */
/* List & Detail elements */
#p_p_id_bookingtopform_WAR_bookingportlet_ h2 {
  display: none;
}
.listItem .bookingButton,
.listItem input[type="button"].bookingButton {
  margin-top: 20px;
}
.bookingButton,
input[type="button"].bookingButton {
  background: #f57426;
  border: none;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px!important;
  font-weight: bold;
  padding: 11px 23px;
  text-decoration: none;
  overflow: auto;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .bookingButton,
  input[type="button"].bookingButton {
    width: inherit;
    float: left;
    margin: 0 10px 0 0;
  }
  #wrapper.editorial .bookingButton,
  #wrapper.editorial input[type="button"].bookingButton {
    float: none;
  }
}
.bookingButton a,
input[type="button"].bookingButton a {
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 480px) {
  .bookingButton.detail,
  input[type="button"].bookingButton.detail {
    position: absolute;
    right: 0;
  }
}
.bookingButton:hover,
input[type="button"].bookingButton:hover {
  background-color: #de5a0a;
}
.mapButton {
  background-color: #aaf10d;
  border: none;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px!important;
  font-weight: bold;
  padding: 11px 23px;
  text-decoration: none;
}
.mapButton a {
  text-decoration: none;
  color: #ffffff;
}
.mapButton:hover {
  background-color: #77a809;
}
.mapButton:active {
  position: relative;
  top: 1px;
}
/* list */
body.trento #main.editorial .listItem,
body.trento #main.area .listItem {
  border-bottom: 1px solid #700000 !important;
}
body.bondone #main.editorial .listItem,
body.bondone #main.area .listItem {
  border-bottom: 1px solid #122f1f !important;
}
body.laghi #main.editorial .listItem,
body.laghi #main.area .listItem {
  border-bottom: 1px solid #2b3d55 !important;
}
body.skiareapage #main.editorial .listItem,
body.skiareapage #main.area .listItem {
  border-bottom: 1px solid #131212 !important;
}
#main.editorial .listItem,
#main.area .listItem {
  margin: 2em 1em;
  padding-bottom: 2em;
  overflow: auto;
  border-bottom: 1px solid #bcbdbf;
}
#main.editorial .listItem .imgWrapper,
#main.area .listItem .imgWrapper {
  position: relative;
}
@media (min-width: 480px) {
  #main.editorial .listItem .imgWrapper,
  #main.area .listItem .imgWrapper {
    width: 26%;
    margin-right: 4%;
    float: left;
  }
}
#main.editorial .listItem .imgWrapper img,
#main.area .listItem .imgWrapper img {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  #main.editorial .listItem .imgWrapper img,
  #main.area .listItem .imgWrapper img {
    margin-bottom: 0;
  }
}
#main.editorial .listItem .imgWrapper .price,
#main.area .listItem .imgWrapper .price {
  line-height: normal;
  padding: 0;
  text-align: center;
  font-size: 90%;
  margin-top: 0.5em;
}
#main.editorial .listItem .imgWrapper .price .priceNum,
#main.area .listItem .imgWrapper .price .priceNum {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: psupersizedadding-box;
  background-clip: padding-box;
  line-height: 100%;
  font-size: 1em;
  display: block;
  padding: 0.4em 1.4em 0.6em;
  margin: 0.4em 2.5em 0 2.5em;
}
#main.editorial .listItem .imgWrapper .price .priceNum a.book,
#main.area .listItem .imgWrapper .price .priceNum a.book {
  text-decoration: none;
  color: white;
}
#main.editorial .listItem .imgWrapper.right,
#main.area .listItem .imgWrapper.right {
  margin-left: 4%;
  margin-right: 0;
  float: right;
}
#main.editorial .listItem .imgWrapper span.last-minute,
#main.area .listItem .imgWrapper span.last-minute,
#main.editorial .listItem .imgWrapper span.first-minute,
#main.area .listItem .imgWrapper span.first-minute {
  background: red;
  color: white;
  z-index: 60;
  height: 2em;
  width: 7em;
  position: absolute;
  text-align: center;
  line-height: 2em;
  top: 1.2em;
  right: 0;
}
#main.editorial .listItem .imgWrapper span.first-minute:before,
#main.area .listItem .imgWrapper span.first-minute:before {
  content: "First Minute ";
}
#main.editorial .listItem .imgWrapper span.last-minute:before,
#main.area .listItem .imgWrapper span.last-minute:before {
  content: "Last Minute ";
}
@media (min-width: 480px) {
  #main.editorial .listItem .textWrapper,
  #main.area .listItem .textWrapper {
    width: 70%;
    float: left;
    padding-bottom: 1em;
  }
}
#main.editorial .listItem .textWrapper p,
#main.area .listItem .textWrapper p {
  clear: both;
}
#main.editorial .listItem .textWrapper .bookingButton,
#main.area .listItem .textWrapper .bookingButton,
#main.editorial .listItem .textWrapper .mapButton,
#main.area .listItem .textWrapper .mapButton {
  text-align: center;
  font-size: 90%;
  padding: 0.5em 1em;
  width: 100%;
}
@media (min-width: 480px) {
  #main.editorial .listItem .textWrapper .bookingButton,
  #main.area .listItem .textWrapper .bookingButton,
  #main.editorial .listItem .textWrapper .mapButton,
  #main.area .listItem .textWrapper .mapButton {
    float: left;
    margin-right: 1em;
    width: auto;
  }
}
#main.editorial .listItem h2,
#main.area .listItem h2 {
  font-size: 1.5em;
  padding: 0;
  margin-top: 0;
}
#main.editorial .listItem h2 a,
#main.area .listItem h2 a {
  color: #FFF;
  margin: 0;
  padding: 0;
  float: left;
}
#main.editorial .listItem.topTen .imgWrapper,
#main.area .listItem.topTen .imgWrapper {
  margin-bottom: 1em;
}
#main.editorial .listItem.topTen .imgWrapper.places img,
#main.area .listItem.topTen .imgWrapper.places img {
  border-color: #9d5729;
}
#main.editorial .listItem.topTen .imgWrapper.food img,
#main.area .listItem.topTen .imgWrapper.food img {
  border-color: #d37c16;
}
#main.editorial .listItem.topTen .imgWrapper.festival img,
#main.area .listItem.topTen .imgWrapper.festival img {
  border-color: #855c9c;
}
#main.editorial .listItem.topTen .imgWrapper.sport img,
#main.area .listItem.topTen .imgWrapper.sport img {
  border-color: #5c7f9c;
}
@media (min-width: 480px) {
  #main.editorial .listItem.topTen .imgWrapper,
  #main.area .listItem.topTen .imgWrapper {
    width: 36%;
  }
}
@media (min-width: 480px) {
  #main.editorial .listItem.topTen .textWrapper,
  #main.area .listItem.topTen .textWrapper {
    width: 60%;
  }
}
.contact-info-wrapper {
  overflow: auto;
  display: block;
}
.tel,
.fax,
.mail,
.website,
.room,
.bed {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: left;
  margin-right: 10px;
  word-break: break-word;
}
@media (min-width: 980px) {
  .tel,
  .fax,
  .mail,
  .website,
  .room,
  .bed {
    width: 60%;
  }
}
.room,
.bed {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 980px) {
  .room,
  .bed {
    display: inline;
    margin-bottom: 0;
  }
}
.tel {
  background-image: url('../images/icon-tel.png');
}
.fax {
  background-image: url('../images/icon-fax.png');
}
.mail {
  background-image: url('../images/icon-mail.png');
}
.website {
  background-image: url('../images/icon-website.png');
}
.room {
  background-image: url('../images/icon-room.png');
}
.bed {
  background-image: url('../images/icon-bed.png');
}
.description {
  clear: both;
}
@media (min-width: 980px) {
  .description {
    clear: none;
  }
}
.closureDay {
  background: #dedede;
  padding: 3px 8px;
  color: #666;
  text-shadow: none;
  font-size: 86%;
  border: 1px solid #c3c3c3;
}
.closureDay strong {
  font-weight: normal;
  color: #333;
}
.closureDay p {
  margin: 0;
}
body.trento .tel,
body.bondone .tel,
body.laghi .tel,
body.skiareapage .tel {
  background-image: url('../images/icon-tel-w.png');
}
body.trento .fax,
body.bondone .fax,
body.laghi .fax,
body.skiareapage .fax {
  background-image: url('../images/icon-fax-w.png');
}
body.trento .mail,
body.bondone .mail,
body.laghi .mail,
body.skiareapage .mail {
  background-image: url('../images/icon-mail-w.png');
}
body.trento .website,
body.bondone .website,
body.laghi .website,
body.skiareapage .website {
  background-image: url('../images/icon-website-w.png');
}
body.trento .room,
body.bondone .room,
body.laghi .room,
body.skiareapage .room {
  background-image: url('../images/icon-room-w.png');
}
body.trento .bed,
body.bondone .bed,
body.laghi .bed,
body.skiareapage .bed {
  background-image: url('../images/icon-bed-w.png');
}
body.trento .closureDay,
body.bondone .closureDay,
body.laghi .closureDay,
body.skiareapage .closureDay {
  background: #dedede;
  color: #666;
  border: 1px solid #c3c3c3;
}
body.trento .closureDay strong,
body.bondone .closureDay strong,
body.laghi .closureDay strong,
body.skiareapage .closureDay strong {
  color: #333;
}
span.sprites-cat1star,
span.sprites-cat2star,
span.sprites-cat3star,
span.sprites-cat3starsup,
span.sprites-cat4star,
span.sprites-cat5star,
span.sprites-cat4starsup,
span.sprites-cat5starsup,
span.sprites-cat1sun,
span.sprites-cat2sun,
span.sprites-cat3sun,
span.sprites-cat4sun,
span.sprites-cat5sun,
span.sprites-cat1flower,
span.sprites-cat2flower,
span.sprites-cat3flower,
span.sprites-cat4flower,
span.sprites-cat5flower {
  float: left;
  margin: 6px 0 0 10px;
  overflow: auto;
  font-size: 10%;
}
span.sprites-cat1star.center,
span.sprites-cat2star.center,
span.sprites-cat3star.center,
span.sprites-cat3starsup.center,
span.sprites-cat4star.center,
span.sprites-cat5star.center,
span.sprites-cat4starsup.center,
span.sprites-cat5starsup.center,
span.sprites-cat1sun.center,
span.sprites-cat2sun.center,
span.sprites-cat3sun.center,
span.sprites-cat4sun.center,
span.sprites-cat5sun.center,
span.sprites-cat1flower.center,
span.sprites-cat2flower.center,
span.sprites-cat3flower.center,
span.sprites-cat4flower.center,
span.sprites-cat5flower.center {
  float: none;
  display: block;
  margin: .5em auto;
}
span.sprites-cat1star-w,
span.sprites-cat2star-w,
span.sprites-cat3star-w,
span.sprites-cat3starsup-w,
span.sprites-cat4star-w,
span.sprites-cat5star-w,
span.sprites-cat4starsup-w,
span.sprites-cat5starsup-w,
span.sprites-cat1sun-w,
span.sprites-cat2sun-w,
span.sprites-cat3sun-w,
span.sprites-cat4sun-w,
span.sprites-cat5sun-w,
span.sprites-cat1flower-w,
span.sprites-cat2flower-w,
span.sprites-cat3flower-w,
span.sprites-cat4flower-w,
span.sprites-cat5flower-w {
  float: left;
  margin: 6px 0 0 10px;
  overflow: auto;
  font-size: 10%;
}
span.sprites-cat1star-w.center,
span.sprites-cat2star-w.center,
span.sprites-cat3star-w.center,
span.sprites-cat3starsup-w.center,
span.sprites-cat4star-w.center,
span.sprites-cat5star-w.center,
span.sprites-cat4starsup-w.center,
span.sprites-cat5starsup-w.center,
span.sprites-cat1sun-w.center,
span.sprites-cat2sun-w.center,
span.sprites-cat3sun-w.center,
span.sprites-cat4sun-w.center,
span.sprites-cat5sun-w.center,
span.sprites-cat1flower-w.center,
span.sprites-cat2flower-w.center,
span.sprites-cat3flower-w.center,
span.sprites-cat4flower-w.center,
span.sprites-cat5flower-w.center {
  float: none;
  display: block;
  margin: .5em auto;
}
span.sprites-guest-card {
  float: right;
}
.pager {
  text-align: center;
  line-height: 150%;
  overflow: hidden!important;
}
.pager li {
  display: inline;
}
.pager a {
  color: #ffffff;
}
#accomodationDetail h2 {
  overflow: auto;
  float: left;
}
#accomodationDetail .type {
  float: left;
}
#accomodationDetail .address {
  clear: both;
}
#accomodationDetail .closureDay {
  float: left;
  margin-top: 0px;
  max-width: 260px;
  font-size: 90%;
  margin-top: 0.8em;
}
#accomodationDetail .closureDay p {
  margin: 0;
}
#accomodationDetail .mapWrapper {
  float: right;
  margin-bottom: 1.5em 0 2em;
}
#accomodationDetail #facilities {
  margin: 2em 0;
}
#accomodationDetail #facilities ul {
  margin: 0;
  padding: 0;
  font-size: 90%;
  list-style: none;
}
#accomodationDetail #facilities ul li {
  background-image: none;
}
#accomodationDetail #facilities ul li:first-child {
  background-image: none;
  background-color: #808080;
  text-transform: uppercase;
  min-height: 30px;
  padding: .3em 1em .3em 1.3em;
  line-height: 250%;
}
#accomodationDetail #facilities ul li ul {
  float: none;
  text-transform: none;
  font-size: 100%;
  background-color: #999999;
  margin-top: 0.4em;
  padding: 0.5em;
}
#accomodationDetail #facilities ul li ul li {
  padding: 0;
  background-image: none;
  display: inline;
}
#accomodationDetail #facilities ul li ul li:before {
  content: " - ";
}
#accomodationDetail #facilities ul li ul li:first-child {
  padding: 0;
  text-transform: none;
  background-color: #999999;
  min-height: 0;
  content: " &nbsp; " !important;
}
#accomodationDetail .price {
  line-height: normal;
  padding: 0;
  text-align: center;
  font-size: 90%;
  margin: 3.5em 0 1em!important;
  float: right;
  width: 330px;
  text-align: right;
}
#accomodationDetail .price .priceNum {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: psupersizedadding-box;
  background-clip: padding-box;
  line-height: 100%;
  font-size: 1em;
  display: inline;
  padding: 0.2em 0.6em 0.4em;
  margin: 0;
}
#accomodationDetail .price .priceNum a.book {
  text-decoration: none;
  color: #ffffff;
}
.sprites-facilities-list-wellness,
.sprites-facilities-list-view,
.sprites-facilities-list-type,
.sprites-facilities-list-trekking,
.sprites-facilities-list-tour,
.sprites-facilities-list-theater,
.sprites-facilities-list-sport,
.sprites-facilities-list-roulotte,
.sprites-facilities-list-room-equipment,
.sprites-facilities-list-room-disposition,
.sprites-facilities-list-restaurant,
.sprites-facilities-list-rental,
.sprites-facilities-list-religion,
.sprites-facilities-list-position,
.sprites-facilities-list-payments,
.sprites-facilities-list-other,
.sprites-facilities-list-music,
.sprites-facilities-list-mice,
.sprites-facilities-list-market,
.sprites-facilities-list-lang,
.sprites-facilities-list-kids,
.sprites-facilities-list-holidays,
.sprites-facilities-list-group,
.sprites-facilities-list-goodfor,
.sprites-facilities-list-farm,
.sprites-facilities-list-family,
.sprites-facilities-list-fair,
.sprites-facilities-list-facilities,
.sprites-facilities-list-extra,
.sprites-facilities-list-exhibition,
.sprites-facilities-list-easter,
.sprites-facilities-list-cure,
.sprites-facilities-list-course,
.sprites-facilities-list-conference,
.sprites-facilities-list-christmas,
.sprites-facilities-list-camping,
.sprites-facilities-list-bed,
.sprites-facilities-list-bath {
  float: left;
}
body.trento #accomodationDetail #mainFacilities li {
  border-left: 1px solid #700000;
}
body.bondone #accomodationDetail #mainFacilities li {
  border-left: 1px solid #122f1f;
}
body.laghi #accomodationDetail #mainFacilities li {
  border-left: 1px solid #2b3d55;
}
body.skiareapage #accomodationDetail #mainFacilities li {
  border-left: 1px solid #131212;
}
#accomodationDetail #mainFacilities {
  margin-top: 10px!important;
}
#accomodationDetail #mainFacilities li {
  float: left;
  width: 33%;
  text-align: center;
  line-height: normal!important;
  font-family: 'Roboto Slab', serif;
  margin-bottom: .8em;
  text-transform: uppercase!important;
  border-left: 1px solid #8e9091;
  padding: 0 10px;
  min-height: 80px;
}
#accomodationDetail #mainFacilities li:first-child,
#accomodationDetail #mainFacilities li:nth-child(4n) {
  background: transparent!important;
  border-left: none;
}
#accomodationDetail #mainFacilities li span {
  margin: 0 auto;
  display: table;
}
@media (min-width: 480px) {
  #accomodationDetail #mainFacilities li {
    width: 25%;
  }
  #accomodationDetail #mainFacilities li:nth-child(4n) {
    border-left: 1px solid #8e9091;
  }
  #accomodationDetail #mainFacilities li:nth-child(5n) {
    background: transparent!important;
    border-left: none;
  }
}
@media (min-width: 768px) {
  #accomodationDetail #mainFacilities li {
    width: 20%;
  }
  #accomodationDetail #mainFacilities li:nth-child(5n) {
    border-left: 1px solid #8e9091;
  }
  #accomodationDetail #mainFacilities li:nth-child(6n) {
    background: transparent!important;
    border-left: none;
  }
}
#accomodationDetail .ui-accordion-content {
  background: #808080!important;
}
#accomodationDetail .ui-accordion {
  width: 100%!important;
  min-width: auto!important;
}
#accomodationDetail .ui-accordion .ui-accordion-header {
  padding-left: 2em;
  text-shadow: none;
  background: #fafafa url(../images/icon-accordion-listL.png) 1em no-repeat !important;
  font-size: 1.3em;
}
#accomodationDetail .ui-accordion.ui-state-active {
  background: #e2e2e2 url(../images/icon-accordion-listL-active.png) 1em no-repeat !important;
}
/* ==========================================================================
   LANDING PAGE
========================================================================== */
.landing-page-wrapper {
  margin-bottom: 30px;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper {
  list-style: none!important;
  overflow: hidden;
  margin: 0 -1% !important;
  padding: 0;
  position: relative;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper li {
  float: left;
  box-sizing: border-box;
  padding: 1%!important;
  margin-bottom: 2em!important;
  background-image: none!important;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper li a {
  text-decoration: none;
}
@media (min-width: 980px) {
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper li {
    margin-bottom: 0;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper li a {
    color: white;
  }
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-12,
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-8,
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-4 {
  width: 100%;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-8 .offer-elements .image-wrapper {
  overflow: hidden;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-8 .offer-elements .image-wrapper img {
  width: 180%;
  margin-left: -20%;
  max-width: inherit !important;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-12 .offer-elements .image-wrapper {
  overflow: hidden;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-12 .offer-elements .image-wrapper img {
  width: 240%;
  margin-left: -40%;
  max-width: inherit !important;
}
@media (min-width: 980px) {
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-12 .offer-elements .image-wrapper,
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-8 .offer-elements .image-wrapper {
    overflow: hidden;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-12 .offer-elements .image-wrapper img,
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-8 .offer-elements .image-wrapper img {
    width: 100%;
    margin-left: 0;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-12 {
    width: 100%;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-8 {
    width: 66.66666667%;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-4 {
    width: 33.33333333%;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-4 .offer-elements .text-wrapper .offer-perid {
    font-size: 13px;
    max-width: 60%;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .custom-col-4 .offer-elements .logo-wrapper {
    width: 15%;
  }
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements {
  position: relative;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .image-wrapper {
  position: relative;
  z-index: 10;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .image-wrapper img {
  width: 100%;
  height: inherit;
  vertical-align: bottom;
}
@media (min-width: 980px) {
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements {
    color: white;
  }
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .shadow-wrapper {
  display: none;
}
@media (min-width: 1199px) {
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .shadow-wrapper {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background: url('images/offer-shadow.png') top left repeat-x;
  }
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper {
  font-family: 'Roboto Slab', serif;
  background: white;
  color: #333;
  text-shadow: none;
  text-align: center;
  padding: 15px;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .offer-title {
  font-size: 24px;
  line-height: 26px;
  padding: 6px 12px;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .price-from {
  font-size: 18px;
  padding: 6px 12px;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .price-from span.price-value {
  background: #25731b;
  padding: 2px 8px;
  color: white;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .offer-perid {
  background: white;
  font-size: 16px;
  color: #333;
  padding: 6px 12px;
  text-shadow: none;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .offer-perid a {
  color: #333;
}
.landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .logo-wrapper {
  background: white;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
}
@media (min-width: 980px) {
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .offer-title {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1199px) {
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper {
    background: transparent;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    z-index: 30;
    text-align: left;
    text-shadow: 1px 1px #333;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .offer-title {
    font-size: 30px;
    line-height: 32px;
    padding: 0;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .price-from {
    font-size: 24px;
    padding: 0;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .offer-perid {
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    padding: 10px;
  }
  .landing-page-wrapper .landing-offers-line ul.offers-wrapper .offer-elements .text-wrapper .logo-wrapper {
    bottom: 30px;
    right: 30px;
    top: auto;
    position: absolute;
  }
}
/* ==========================================================================
   LANDING PAGE DETAIL
========================================================================== */
.full-detail-wrapper .detailPage-title-wrapper {
  margin-bottom: 15px;
}
.full-detail-wrapper .description {
  font-size: 16px;
}
.full-detail-wrapper .description .picture-wrapper {
  margin-bottom: 10px;
}
.full-detail-wrapper .description .picture-wrapper img {
  width: 100%;
}
.full-detail-wrapper .description .detail-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.full-detail-wrapper .description .detail-title .subtitle {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.full-detail-wrapper .description .detail-facilities {
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  margin-top: 20px;
}
.full-detail-wrapper .description .detail-facilities ul {
  font-size: 16px;
  font-family: 'Roboto', serif;
}
.full-detail-wrapper .hotels-list-wrapper {
  margin: 20px 0 30px;
}
.full-detail-wrapper .buttons-wrapper {
  margin: 0 0 30px;
  overflow: auto;
}
@media (min-width: 980px) {
  .full-detail-wrapper {
    font-size: 16px;
  }
  .full-detail-wrapper .description .detail-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .full-detail-wrapper .description .detail-title .subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1199px) {
  .full-detail-wrapper .detailPage-title-wrapper {
    margin-bottom: 30px;
  }
  .full-detail-wrapper .description .picture-wrapper {
    float: right;
    margin: 0 0 1em 1em;
  }
}
/* ==========================================================================
   LANDING PAGE GRID
========================================================================== */
#main.editorial .full-detail-wrapper .hotels-list-wrapper {
  clear: both;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item {
  background: #fafafa;
  overflow: auto;
  color: #333;
  text-shadow: none;
  padding: 15px 15px 0;
  font-size: 14px;
  margin: 0 0 20px 0;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item a {
  color: #2c82bf;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-phone {
  text-align: right;
  margin-bottom: 10px;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-title {
  font-size: 22px;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 10px;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-picture {
  padding-right: 20px;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-picture img {
  width: 100%;
  height: inherit;
  float: left;
  margin-bottom: 20px;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .address,
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .distance {
  font-weight: bold;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-description {
  font-size: 16px;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-price {
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  color: #2c82bf;
  font-weight: bold;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-skipass-note {
  color: #f6843e;
  font-weight: bold;
  margin-bottom: 10px;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-info-link {
  text-align: right;
}
@media (min-width: 980px) {
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-phone,
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-title,
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .has-picture img {
    margin-bottom: 0;
  }
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row {
  clear: both;
  overflow: auto;
  margin-bottom: 15px;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row.first {
  border-bottom: 1px solid #dedede;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row p {
  margin: 0 0 15px 0;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .hotel-col {
  text-align: center;
}
#main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .hotel-col .empty {
  height: 0px;
  margin: 0;
}
@media (min-width: 980px) {
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .hotel-col {
    float: left;
    text-align: left;
  }
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .hotel-col.distance,
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .hotel-col.has-phone,
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .hotel-col.website-link,
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .hotel-col .has-skipass-note {
    text-align: right;
  }
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .hotel-col .empty {
    height: inherit;
    margin: 0 0 15px 0;
  }
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row.fourth .hotel-col {
    text-align: center;
  }
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .colSpace-12 {
    width: 100%;
  }
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .colSpace-5 {
    width: 41.66666667%;
  }
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .colSpace-4 {
    width: 33.33333333%;
  }
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .colSpace-3 {
    width: 25%;
  }
  #main.editorial .full-detail-wrapper .hotels-list-wrapper .hotel-item .hotel-item-row .colSpace-2 {
    width: 16.66666667%;
  }
}
