* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 0.1875em;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none; }
  button:hover,
  input:hover[type="submit"] {
    background-color: #2c5999;
    color: white; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

body .contour .contourPageName {
  display: none; }

body .contour fieldset {
  padding: 0;
  background-color: transparent;
  margin: 0.75em 0;
  border: 0; }
  body .contour fieldset legend {
    display: none; }
  body .contour fieldset .contourField label {
    font-weight: normal; }
  body .contour fieldset .contourField .contourError[style*="inline"] {
    display: block !important;
    margin: 0 0 0.75em; }
  body .contour fieldset .contourField .field-validation-error {
    color: red;
    margin-bottom: 0.75em;
    display: block; }

body .contour .contourNavigation input {
  border: 1px solid #756e58;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #b0b0b0;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #908D84;
  background-image: -webkit-linear-gradient(#908D84, #7d765e);
  background-image: linear-gradient(#908D84, #7d765e);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #6f654a;
  background-clip: padding-box;
  padding-top: .5em;
  padding-bottom: .5em; }
  body .contour .contourNavigation input:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #979797;
    cursor: pointer;
    background-color: #7f7e7c;
    background-image: -webkit-linear-gradient(#7f7e7c, #746d59);
    background-image: linear-gradient(#7f7e7c, #746d59); }
  body .contour .contourNavigation input:active:not(:disabled), body .contour .contourNavigation input:focus:not(:disabled) {
    border: 1px solid #756e58;
    box-shadow: inset 0 0 8px 4px #6a6453, inset 0 0 8px 4px #6a6453; }
  body .contour .contourNavigation input:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

html, body, form {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-weight: lighter; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important; }

h1, h2, h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.025em; }

h1 {
  color: #55544F;
  margin-bottom: 0.6em; }

h2 {
  margin-bottom: 0.5em; }

h3 {
  margin-bottom: 0.4em; }

h4 {
  color: #ABA8A1;
  margin-bottom: 0.3em;
  text-transform: none;
  font-weight: 300; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.75em;
    margin-bottom: 0.4em; }
  h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1.25em; }
  h4 {
    font-size: 1em; } }

#top {
  font-family: "Ubuntu", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%) left repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%) left repeat;
  width: 100%;
  color: #fff;
  height: 220px;
  z-index: 1000; }
  @media screen and (max-width: 1189px) {
    #top {
      position: relative;
      background: none;
      height: 147px; } }
  #top #menu-mobile {
    display: none; }
    @media screen and (max-width: 1189px) {
      #top #menu-mobile {
        display: block;
        position: absolute;
        top: 35px;
        right: 20px;
        height: 30px;
        width: 30px;
        background: url(/images/menu-mobile.png) center center no-repeat;
        background: url(/images/menu-mobile.png) center center no-repeat;
        cursor: pointer; } }
  #top #logo {
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 1189px) {
      #top #logo {
        position: absolute;
        top: 20px;
        left: 20px; } }
    #top #logo a {
      overflow: hidden;
      display: block;
      overflow: hidden; }
      #top #logo a:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
      body.winter #top #logo a {
        height: 176px;
        width: 290px;
        background-image: url(/images/Cardada-logo-winter-desktop.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      body.summer #top #logo a {
        height: 177px;
        width: 290px;
        background-image: url(/images/Cardada-logo-summer-desktop.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      @media screen and (max-width: 1189px) {
        #top #logo a {
          width: 101px !important;
          height: 63px !important;
          background-image: url(/images/logo.png) !important; } }
  #top #status {
    position: absolute;
    top: 20%;
    right: 2%;
    text-align: center; }
    @media screen and (max-width: 1189px) {
      #top #status {
        position: relative;
        top: 103px;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #908D84;
        height: 44px;
        overflow: hidden; } }
    #top #status li {
      margin-left: 20px;
      padding-left: 60px;
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      height: 34px;
      line-height: 34px; }
      #top #status li > span {
        color: #008f36; }
        #top #status li > span.closed {
          color: #e1001a; }
      #top #status li:first-child {
        margin-left: 0; }
      #top #status li#temperature {
        background-image: url(/images/icon-weather.svg); }
      #top #status li#cableway {
        background-image: url(/images/icon-funivia.svg); }
      #top #status li#info-snow {
        background-image: url(/images/icon-info-snow.svg); }
        #top #status li#info-snow a {
          color: #fff; }
      #top #status li#chair-lift {
        background-image: url(/images/icon-seggiovia.svg); }
      @media screen and (max-width: 1189px) {
        #top #status li {
          height: 44px;
          line-height: 44px;
          font-size: 0.75em;
          padding-left: 30px;
          margin-left: 0px;
          background-size: auto 24px; } }
  #top li {
    display: inline-block; }
  #top #nav {
    position: absolute;
    top: 40%;
    right: 2%; }
    @media screen and (max-width: 1189px) {
      #top #nav {
        display: none;
        position: absolute;
        top: 103px;
        left: 0;
        background-color: #55544F;
        width: 100%;
        padding: 20px; } }
    #top #nav > ul {
      float: left; }
      @media screen and (max-width: 1189px) {
        #top #nav > ul {
          float: none; } }
      #top #nav > ul:last-child > li > a {
        color: #cccccc; }
        #top #nav > ul:last-child > li > a::after {
          content: " \2026"; }
      @media screen and (max-width: 1189px) {
        #top #nav > ul:last-child {
          display: none; } }
    #top #nav ul li {
      margin-left: 30px;
      background: transparent url(/images/ie.gif); }
      @media screen and (max-width: 1189px) {
        #top #nav ul li {
          margin-left: 0;
          display: block; } }
      #top #nav ul li a {
        height: 30px;
        line-height: 30px;
        color: white; }
        #top #nav ul li a:hover {
          text-shadow: 0 0 5px black; }
      #top #nav ul li ul {
        display: none; }
        @media screen and (max-width: 1189px) {
          #top #nav ul li ul {
            display: block;
            position: relative;
            top: 0;
            bottom: 0;
            margin-left: 20px; } }
      #top #nav ul li.selected a {
        text-shadow: 0 0 5px black; }
      @media screen and (min-width: 1190px) {
        #top #nav ul li:hover {
          position: relative; }
          #top #nav ul li:hover ul {
            display: block;
            position: absolute;
            top: 30px;
            bottom: 0; }
            #top #nav ul li:hover ul li {
              margin-left: 0;
              display: block; }
              #top #nav ul li:hover ul li a {
                text-shadow: 0 0 5px black;
                color: white;
                white-space: nowrap; } }
  #top #languages {
    display: none; }

#google-maps {
  z-index: 9;
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  height: 100%;
  width: 100%;
  min-height: 800px; }
  @media screen and (max-width: 768px) {
    #google-maps {
      height: calc(100% - 173px);
      min-height: 1px; } }
  #google-maps iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #google-maps.show-map {
    visibility: visible;
    position: relative;
    top: 0;
    left: 0; }

#slideshow, #video-canvas {
  z-index: 10;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  height: -webkit-calc(100% - 170px);
  height: calc(100% - 170px);
  min-height: 450px; }
  @media screen and (max-width: 768px) {
    #slideshow, #video-canvas {
      height: 40%;
      min-height: 1px; } }
  #slideshow .slideshow-prv, #slideshow .slideshow-nxt, #video-canvas .slideshow-prv, #video-canvas .slideshow-nxt {
    height: 54px;
    width: 24px;
    margin-top: -27px;
    background-color: transparent; }
    @media screen and (max-width: 768px) {
      #slideshow .slideshow-prv, #slideshow .slideshow-nxt, #video-canvas .slideshow-prv, #video-canvas .slideshow-nxt {
        background-size: 50%; } }
  #slideshow .slideshow-prv, #video-canvas .slideshow-prv {
    left: 10%;
    background-image: url(/images/arrow-left.svg); }
    @media screen and (max-width: 768px) {
      #slideshow .slideshow-prv, #video-canvas .slideshow-prv {
        left: 20px; } }
  #slideshow .slideshow-nxt, #video-canvas .slideshow-nxt {
    right: 10%;
    background-image: url(/images/arrow-right.svg); }
    @media screen and (max-width: 768px) {
      #slideshow .slideshow-nxt, #video-canvas .slideshow-nxt {
        right: 20px; } }
  #slideshow .slideshow-caption, #video-canvas .slideshow-caption {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.75em;
    text-transform: uppercase;
    color: white;
    height: 80px;
    margin-top: -40px; }
    @media screen and (max-width: 768px) {
      #slideshow .slideshow-caption, #video-canvas .slideshow-caption {
        line-height: 80px; } }
  #slideshow video, #video-canvas video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1; }
  #slideshow .play-video, #video-canvas .play-video {
    text-align: center;
    position: absolute;
    z-index: 21;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 0 94px 0;
    margin: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
    @media screen and (max-width: 768px) {
      #slideshow .play-video, #video-canvas .play-video {
        bottom: 0;
        padding: 50px 0; } }
    #slideshow .play-video a, #video-canvas .play-video a {
      display: inline-block;
      color: white;
      background-image: url(/images/play.svg);
      background-position: center left;
      padding-left: 40px;
      line-height: 30px;
      background-repeat: no-repeat;
      background-size: 30px; }
  .template-1493 #slideshow, .template-1507 #slideshow, .template-1758 #slideshow, .template-1493 #video-canvas, .template-1507 #video-canvas, .template-1758 #video-canvas {
    height: 450px;
    min-height: 450px; }
    @media screen and (max-width: 768px) {
      .template-1493 #slideshow, .template-1507 #slideshow, .template-1758 #slideshow, .template-1493 #video-canvas, .template-1507 #video-canvas, .template-1758 #video-canvas {
        height: 40%;
        min-height: 1px; } }

#subnav {
  text-align: center;
  padding: 1.2% 2%; }
  @media screen and (max-width: 768px) {
    #subnav {
      padding: 20px; } }
  #subnav ul li {
    display: inline-block;
    margin: 0 10px; }
    @media screen and (max-width: 768px) {
      #subnav ul li {
        display: block;
        margin: 0; } }
    #subnav ul li a {
      font-family: "Ubuntu", sans-serif;
      color: black; }
  #subnav:empty {
    display: none; }

#special-news {
  background-color: #F6A800;
  text-align: center;
  margin: -64px 0 0;
  padding: 40px 2% 45px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    #special-news {
      margin: 0; } }
  #special-news p {
    padding: 0;
    font-family: "Ubuntu", sans-serif;
    color: black;
    margin: 0; }
  #special-news strong, #special-news a {
    color: #e1001a !important; }

ul#interactive {
  position: absolute;
  top: 50%;
  right: 0;
  height: 404px;
  width: 80px;
  overflow: hidden;
  margin-top: -202px;
  z-index: 1100; }
  @media screen and (max-width: 768px) {
    ul#interactive {
      display: none; } }
  ul#interactive li {
    margin-bottom: 1px;
    height: 80px;
    width: 80px; }
    ul#interactive li a {
      background-color: #F6A800;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      display: block;
      height: 80px;
      width: 80px;
      overflow: hidden;
      overflow: hidden; }
      ul#interactive li a:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
      ul#interactive li a:hover {
        background-color: #dd9700; }
    ul#interactive li#webcam a {
      background-image: url(/images/icon-webcam.svg); }
    ul#interactive li#map a {
      background-image: url(/images/icon-mappa.svg); }
    ul#interactive li#panorama a {
      background-image: url(/images/icon-panorama.svg); }
    ul#interactive li#video a {
      background-image: url(/images/icon-video.svg); }
    ul#interactive li#facebook a {
      background-image: url(/images/icon-facebook.svg); }

.row {
  padding: 2%; }
  .row a {
    color: #333;
    text-decoration: underline; }
    .row a:hover {
      color: black; }
  @media screen and (max-width: 768px) {
    .row {
      padding: 20px; } }
  .row > div:not(.no-outer) {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .row > div:not(.no-outer):after {
      content: "";
      display: table;
      clear: both; }
    .row > div:not(.no-outer) > p:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
  .row.contact > div > div {
    float: left;
    display: block;
    margin-right: 2.62404%;
    width: 48.68798%; }
    .row.contact > div > div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .row.contact > div > div {
        float: left;
        display: block;
        margin-right: 8.30815%;
        width: 100%; }
        .row.contact > div > div:last-child {
          margin-right: 0; } }
    .row.contact > div > div > div:first-child {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4%; }
      .row.contact > div > div > div:first-child:after {
        content: "";
        display: table;
        clear: both; }
      .row.contact > div > div > div:first-child > div {
        float: left;
        display: block;
        margin-right: 2.62404%;
        width: 48.68798%; }
        .row.contact > div > div > div:first-child > div:last-child {
          margin-right: 0; }
        @media screen and (max-width: 768px) {
          .row.contact > div > div > div:first-child > div {
            float: left;
            display: block;
            margin-right: 8.30815%;
            width: 100%; }
            .row.contact > div > div > div:first-child > div:last-child {
              margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .row.contact > div > div > div > div:last-child h2 {
        display: none; } }
  @media screen and (max-width: 768px) {
    .row.contact > div > div:last-child {
      margin-top: 8.30815%; } }
  .row.split > div > div {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.62404%;
    width: 48.68798%; }
    .row.split > div > div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .row.split > div > div {
        float: left;
        display: block;
        margin-right: 8.30815%;
        width: 100%; }
        .row.split > div > div:last-child {
          margin-right: 0; }
        .row.split > div > div:first-child {
          margin-bottom: 6%; } }
    .row.split > div > div > div.slides {
      min-height: 400px; }
      @media screen and (max-width: 768px) {
        .row.split > div > div > div.slides {
          min-height: 1px;
          height: 200px; } }
      .row.split > div > div > div.slides .slideshow-canvas-normal .slideshow-prv,
      .row.split > div > div > div.slides .slideshow-canvas-normal .slideshow-nxt,
      .row.split > div > div > div.slides .slideshow-canvas-normal .slideshow-caption,
      .row.split > div > div > div.slides .slideshow-logo {
        display: none !important; }
      .row.split > div > div > div.slides .slideshow-canvas-fullscreen .slideshow-prv, .row.split > div > div > div.slides .slideshow-canvas-fullscreen .slideshow-nxt {
        height: 54px;
        width: 24px;
        margin-top: -27px;
        background-color: transparent; }
      .row.split > div > div > div.slides .slideshow-canvas-fullscreen .slideshow-prv {
        left: 10%;
        background-image: url(/images/arrow-left.svg); }
      .row.split > div > div > div.slides .slideshow-canvas-fullscreen .slideshow-nxt {
        right: 10%;
        background-image: url(/images/arrow-right.svg); }
      .row.split > div > div > div.slides .slideshow-canvas-fullscreen .slideshow-caption {
        font-family: "Ubuntu", sans-serif;
        font-size: 1.75em;
        text-transform: uppercase;
        color: white;
        height: 80px;
        margin-top: -40px; }
      .row.split > div > div > div.slides .slideshow-open-fullscreen, .row.split > div > div > div.slides .slideshow-close-fullscreen {
        height: 30px;
        width: 30px;
        background-image: url(/images/loupe.png);
        background-color: transparent;
        background-size: cover; }
      .row.split > div > div > div.slides .slideshow-close-fullscreen {
        height: 61px;
        width: 60px; }
    .row.split > div > div h2 {
      color: #54534E;
      margin-bottom: 3.5%; }
    .row.split > div > div p:last-child {
      margin: 0; }

.beige {
  background-color: #E9E8E3; }

.maroon.row {
  background-color: #908D84;
  color: white; }
  .maroon.row > div > div > h2, .maroon.row > div > div a {
    color: white; }

.centered {
  text-align: center; }

.grey {
  background-color: #55544F;
  color: #a2a19b; }

#newsList {
  float: left;
  width: 100%;
  min-height: 170px; }
  #newsList:after {
    content: "";
    display: table;
    clear: both; }
  #newsList > div {
    position: relative; }
    #newsList > div > div {
      float: left;
      margin-right: -100%;
      position: relative !important;
      width: 100%;
      display: none; }
      #newsList > div > div:first-child {
        display: block; }
  #newsList + #newsPager {
    margin-bottom: 0.75em; }
    #newsList + #newsPager a {
      height: 14px;
      width: 14px;
      margin: 0 5px;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      text-indent: -999em;
      overflow: hidden;
      background-color: #E9E8E3;
      border: 1px solid #060605;
      display: inline-block; }
      #newsList + #newsPager a.activeSlide {
        background-color: #55544F; }
    #newsList + #newsPager + p:last-child a {
      text-transform: uppercase;
      border: 1px solid #af7700;
      border-radius: 3px;
      box-shadow: inset 0 1px 0 0 #f8c14b;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: #F6A800;
      background-image: -webkit-linear-gradient(#F6A800, #be8200);
      background-image: linear-gradient(#F6A800, #be8200);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 #ffb20b;
      background-clip: padding-box;
      border-color: #F6A800;
      font-family: "Ubuntu", sans-serif;
      font-size: 18px;
      font-weight: lighter;
      background-image: none;
      border-radius: 0;
      box-shadow: none;
      text-shadow: none;
      color: white;
      text-shadow: none; }
      #newsList + #newsPager + p:last-child a:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 #f7b019;
        cursor: pointer;
        background-color: #d89504;
        background-image: -webkit-linear-gradient(#d89504, #af7700);
        background-image: linear-gradient(#d89504, #af7700); }
      #newsList + #newsPager + p:last-child a:active:not(:disabled), #newsList + #newsPager + p:last-child a:focus:not(:disabled) {
        border: 1px solid #af7700;
        box-shadow: inset 0 0 8px 4px #9f6d00, inset 0 0 8px 4px #9f6d00; }
      #newsList + #newsPager + p:last-child a:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
      #newsList + #newsPager + p:last-child a:hover:not(.disabled) {
        background-color: #F6A800;
        background-image: none;
        box-shadow: none; }

#main-entries {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 100%;
  table-layout: fixed;
  max-width: 100%;
  height: 60%; }
  #main-entries:after {
    content: "";
    display: table;
    clear: both; }
  #main-entries:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    #main-entries {
      height: auto; } }
  #main-entries > div {
    display: table-cell;
    width: 33.33333%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      #main-entries > div {
        display: table;
        width: 100%;
        table-layout: fixed;
        height: 120px; }
        #main-entries > div:after {
          content: "";
          display: table;
          clear: both; } }
    #main-entries > div > div {
      display: table;
      height: 100%;
      width: 100%;
      position: relative; }
      #main-entries > div > div > div {
        display: table;
        height: 100%;
        width: 100%; }
        #main-entries > div > div > div a {
          display: table-cell;
          height: 100%;
          width: 100%;
          vertical-align: middle;
          text-align: center; }
          #main-entries > div > div > div a > div {
            background-color: black;
            transition: background-color 0.3s ease-in-out;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: .5; }
          #main-entries > div > div > div a h3, #main-entries > div > div > div a h4 {
            color: white;
            position: relative; }
          #main-entries > div > div > div a h4 {
            margin-top: 1.5%;
            font-size: 1em; }
          #main-entries > div > div > div a:hover > div {
            background-color: transparent;
            transition: background-color 0.2s ease-in-out; }

.fieldset {
  margin: 0 0 0.75em;
  padding: 0;
  border: 0;
  background-color: transparent; }
  .fieldset input {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: baseline; }
    .fieldset input[type=text] {
      width: 20%; }
    @media screen and (max-width: 768px) {
      .fieldset input {
        display: block; }
        .fieldset input[type=text] {
          width: 100%;
          margin-bottom: 2%; } }
  .fieldset input, .fieldset button {
    vertical-align: baseline; }
  .fieldset button {
    padding: 0.5em;
    font-weight: lighter;
    border: 1px solid #477DCA; }
    @media screen and (max-width: 768px) {
      .fieldset button {
        display: block;
        width: 100%; } }

#footer > div:first-child {
  display: none; }

.template-1482 #footer > div:first-child {
  display: block; }

#footer > div > div > div {
  display: table;
  width: 100%;
  table-layout: fixed; }
  #footer > div > div > div:after {
    content: "";
    display: table;
    clear: both; }
  #footer > div > div > div > div {
    display: table-cell;
    width: 33.33333%; }
    #footer > div > div > div > div a {
      background-size: contain;
      display: block;
      margin: auto;
      background-position: center center;
      background-repeat: no-repeat; }
    #footer > div > div > div > div#partner1 a {
      height: 94px;
      width: 101px;
      background-image: url(/images/logo_myswitzerland.png); }
    #footer > div > div > div > div#partner2 a {
      height: 94px;
      width: 200px;
      background-image: url(/images/logo_ticino.png); }
    #footer > div > div > div > div#partner3 a {
      height: 94px;
      width: 145px;
      background-image: url(/images/logo_ascona-locarno.png); }
    @media screen and (max-width: 768px) {
      #footer > div > div > div > div a {
        width: auto !important;
        height: 60px !important; } }
  #footer > div > div > div + p > a {
    color: black;
    text-decoration: underline; }
    @media screen and (max-width: 768px) {
      #footer > div > div > div + p > a {
        font-size: 0.75em; } }

#footer > div.grey > div.no-outer {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-family: "Ubuntu", sans-serif; }
  #footer > div.grey > div.no-outer:after {
    content: "";
    display: table;
    clear: both; }
  #footer > div.grey > div.no-outer > div {
    display: table-cell;
    width: 33.33333%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #footer > div.grey > div.no-outer > div {
        display: table;
        width: 100%;
        table-layout: fixed;
        text-align: center !important;
        font-size: 0.75em; }
        #footer > div.grey > div.no-outer > div:after {
          content: "";
          display: table;
          clear: both; }
        #footer > div.grey > div.no-outer > div:first-child {
          margin-bottom: 1.5em; } }
    #footer > div.grey > div.no-outer > div p {
      padding: 0;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 768px) {
        #footer > div.grey > div.no-outer > div p {
          margin-top: 1.5em; } }
    #footer > div.grey > div.no-outer > div ul li {
      display: block;
      margin-left: 10px; }
    #footer > div.grey > div.no-outer > div:first-child {
      text-align: left; }
    #footer > div.grey > div.no-outer > div:last-child {
      text-align: right; }
    #footer > div.grey > div.no-outer > div a {
      color: #a2a19b;
      text-decoration: none; }
    #footer > div.grey > div.no-outer > div:last-child > ul li {
      display: inline-block; }
      #footer > div.grey > div.no-outer > div:last-child > ul li a {
        text-transform: uppercase; }
    #footer > div.grey > div.no-outer > div ul#partners {
      margin-top: 0.9375em; }
      #footer > div.grey > div.no-outer > div ul#partners li {
        display: inline-block; }
        #footer > div.grey > div.no-outer > div ul#partners li a {
          text-indent: -9999em;
          overflow: hidden; }
        #footer > div.grey > div.no-outer > div ul#partners li#q a {
          background: transparent url(/images/logo_q.png) center center no-repeat;
          display: block;
          height: 55px;
          width: 62px;
          text-indent: -9999em;
          overflow: hidden; }
        #footer > div.grey > div.no-outer > div ul#partners li#fa a {
          background: transparent url(/images/logo_family.png) center center no-repeat;
          display: block;
          height: 55px;
          width: 48px; }
        #footer > div.grey > div.no-outer > div ul#partners li#ta a {
          background: transparent url(/images/logo_ta.png) center center no-repeat;
          display: block;
          height: 55px;
          width: 87px; }

.events {
  margin-bottom: 4%; }
  .events h4 {
    font-size: 1em; }
  .events h1 {
    font-size: 1.75em; }
  .events:last-child {
    margin-bottom: 0; }

.template-1482 #subnav {
  display: none; }

#newsletter button,
#newsletter input[type="submit"] {
  border: 1px solid #af7700;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f8c14b;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #F6A800;
  background-image: -webkit-linear-gradient(#F6A800, #be8200);
  background-image: linear-gradient(#F6A800, #be8200);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffb20b;
  background-clip: padding-box;
  border-color: #F6A800;
  font-family: "Ubuntu", sans-serif;
  font-size: inherit;
  font-weight: lighter;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  color: white;
  padding-top: 7px;
  padding-bottom: 11px; }
  #newsletter button:hover:not(:disabled),
  #newsletter input[type="submit"]:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #f7b019;
    cursor: pointer;
    background-color: #d89504;
    background-image: -webkit-linear-gradient(#d89504, #af7700);
    background-image: linear-gradient(#d89504, #af7700); }
  #newsletter button:active:not(:disabled), #newsletter button:focus:not(:disabled),
  #newsletter input[type="submit"]:active:not(:disabled),
  #newsletter input[type="submit"]:focus:not(:disabled) {
    border: 1px solid #af7700;
    box-shadow: inset 0 0 8px 4px #9f6d00, inset 0 0 8px 4px #9f6d00; }
  #newsletter button:disabled,
  #newsletter input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  #newsletter button:hover:not(.disabled),
  #newsletter input[type="submit"]:hover:not(.disabled) {
    background-color: #F6A800;
    background-image: none;
    box-shadow: none; }

#newsletter input[type="text"] {
  background-color: #908D84;
  color: white;
  border-color: #908D84;
  background-image: none;
  border-radius: 0;
  box-shadow: none; }
  #newsletter input[type="text"]:focus {
    border-color: #908D84;
    box-shadow: none; }

table.prices {
  border-collapse: separate;
  margin-bottom: 1.5em; }
  table.prices tbody tr:first-child td {
    border-bottom: 6px solid #CCCBC0; }
  table.prices td {
    font-size: 0.85em;
    border-bottom: 2px solid #CCCBC0; }
    @media screen and (max-width: 768px) {
      table.prices td {
        word-break: break-all; } }

.contourFieldSet input, .contourFieldSet textarea {
  background-color: #908D84;
  color: white;
  border-color: #908D84;
  background-image: none;
  border-radius: 0;
  box-shadow: none; }
  .contourFieldSet input:focus, .contourFieldSet textarea:focus {
    border-color: #908D84;
    box-shadow: none; }

body .contour .contourNavigation input[type="submit"] {
  border: 1px solid #af7700;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f8c14b;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #F6A800;
  background-image: -webkit-linear-gradient(#F6A800, #be8200);
  background-image: linear-gradient(#F6A800, #be8200);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffb20b;
  background-clip: padding-box;
  border-color: #F6A800;
  font-family: "Ubuntu", sans-serif;
  font-size: inherit;
  font-weight: lighter;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  color: white;
  padding: 9px 18px; }
  body .contour .contourNavigation input[type="submit"]:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #f7b019;
    cursor: pointer;
    background-color: #d89504;
    background-image: -webkit-linear-gradient(#d89504, #af7700);
    background-image: linear-gradient(#d89504, #af7700); }
  body .contour .contourNavigation input[type="submit"]:active:not(:disabled), body .contour .contourNavigation input[type="submit"]:focus:not(:disabled) {
    border: 1px solid #af7700;
    box-shadow: inset 0 0 8px 4px #9f6d00, inset 0 0 8px 4px #9f6d00; }
  body .contour .contourNavigation input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  body .contour .contourNavigation input[type="submit"]:hover:not(.disabled) {
    background-color: #F6A800;
    background-image: none;
    box-shadow: none; }

#interactive-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    #interactive-mobile {
      display: block;
      background-color: #f6a800;
      height: 60px;
      width: 100%;
      overflow: hidden;
      text-align: center; }
      #interactive-mobile a {
        display: inline-block;
        width: 55px;
        height: 55px;
        margin-top: 2.5px; }
        #interactive-mobile a#webcam-m {
          background-image: url(/images/icon-webcam.svg);
          background-size: cover; }
        #interactive-mobile a#panorama-m {
          background-image: url(/images/icon-panorama.svg);
          background-size: cover; }
        #interactive-mobile a#video-m {
          background-image: url(/images/icon-video.svg);
          background-size: cover; }
        #interactive-mobile a#facebook-m {
          background-image: url(/images/icon-facebook.svg);
          background-size: cover; }
        #interactive-mobile a#map-m {
          background-image: url(/images/icon-mappa.svg);
          background-size: cover; } }

body.winter ul#interactive li a {
  background-color: #91c8e1;
  opacity: 1; }
  body.winter ul#interactive li a:hover {
    background-color: #3c9bd2; }

body.winter #newsList + #newsPager + p:last-child a,
body.winter .contour .contourNavigation input[type="submit"] {
  background-color: #91c8e1;
  border-color: #91c8e1;
  color: black; }
  body.winter #newsList + #newsPager + p:last-child a:hover,
  body.winter .contour .contourNavigation input[type="submit"]:hover {
    background-color: #3c9bd2;
    border-color: #3c9bd2; }

body.winter #special-news {
  background: linear-gradient(55deg, #3c9bd2 0%, #91c8e1 25%, #ebf5f5 100%); }

body.winter #interactive-mobile {
  background-color: #91c8e1; }

body.summer ul#interactive li a {
  background-color: #ffd76e;
  opacity: 1; }
  body.summer ul#interactive li a:hover {
    background-color: #ffb400; }

body.summer #newsList + #newsPager + p:last-child a,
body.summer .contour .contourNavigation input[type="submit"] {
  background-color: #ffd76e;
  border-color: #ffd76e;
  color: black; }
  body.summer #newsList + #newsPager + p:last-child a:hover,
  body.summer .contour .contourNavigation input[type="submit"]:hover {
    background-color: #ffb400;
    border-color: #ffb400; }

body.summer #special-news {
  background: linear-gradient(55deg, #ffb400 0%, #ffd76e 40%, #fffadc 100%); }

body.summer #interactive-mobile {
  background-color: #ffd76e; }

#videofull {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background-color: black; }
  #videofull > div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #videofull > div .videofull-close {
      display: inline-block;
      position: absolute;
      top: 30px;
      right: 30px;
      filter: invert(1); }
    #videofull > div video {
      width: 80%;
      height: auto; }
      @media screen and (max-width: 768px) {
        #videofull > div video {
          width: 100%; } }

/*# sourceMappingURL=maps/style.css.map */
