









html {
  font-family: sans-serif; 

  line-height: 1.15; 

  -ms-text-size-adjust: 100%; 

  -webkit-text-size-adjust: 100%; 

}







body {
  margin: 0;
}




article,
aside,
footer,
header,
nav,
section {
  display: block;
}




h1 {
  font-size: 2em;
  margin: 0.67em 0;
}







figcaption,
figure,
main { 

  display: block;
}




figure {
  margin: 1em 40px;
}




hr {
  box-sizing: content-box; 

  height: 0; 

  overflow: visible; 

}




pre {
  font-family: monospace, monospace; 

  font-size: 1em; 

}







a {
  background-color: transparent; 

  -webkit-text-decoration-skip: objects; 

}




a:active,
a:hover {
  outline-width: 0;
}




abbr[title] {
  border-bottom: none; 

  text-decoration: underline; 

  text-decoration: underline dotted; 

}




b,
strong {
  font-weight: inherit;
}




b,
strong {
  font-weight: bolder;
}




code,
kbd,
samp {
  font-family: monospace, monospace; 

  font-size: 1em; 

}




dfn {
  font-style: italic;
}




mark {
  background-color: #ff0;
  color: #000;
}




small {
  font-size: 80%;
}




sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}







audio,
video {
  display: inline-block;
}




audio:not([controls]) {
  display: none;
  height: 0;
}




img {
  border-style: none;
}




svg:not(:root) {
  overflow: hidden;
}







button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; 

  font-size: 100%; 

  line-height: 1.15; 

  margin: 0; 

}




button,
input { 

  overflow: visible;
}




button,
select { 

  text-transform: none;
}




button,
html [type="button"], 

[type="reset"],
[type="submit"] {
  -webkit-appearance: button; 

}




button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}




button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}




fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}




legend {
  box-sizing: border-box; 

  color: inherit; 

  display: table; 

  max-width: 100%; 

  padding: 0; 

  white-space: normal; 

}




progress {
  display: inline-block; 

  vertical-align: baseline; 

}




textarea {
  overflow: auto;
}




[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 

  padding: 0; 

}




[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}




[type="search"] {
  -webkit-appearance: textfield; 

  outline-offset: -2px; 

}




[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}




::-webkit-file-upload-button {
  -webkit-appearance: button; 

  font: inherit; 

}







details, 

menu {
  display: block;
}




summary {
  display: list-item;
}







canvas {
  display: inline-block;
}




template {
  display: none;
}







[hidden] {
  display: none;
}





.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  

  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }



.pswp--animate_opacity {
  

  opacity: 0.001;
  will-change: opacity;
  

  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  

  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  

  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  

  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }



.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }



.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  

  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  

  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }



.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }



.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }



.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }








.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }



.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/develop/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/develop/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }



.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }



.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }



.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      

      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }



.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }



.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }



.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }



.pswp__caption--fake {
  visibility: hidden; }



.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    

    background: url(/develop/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  

  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }





.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }



.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }



.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }



.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }



.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }



.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  

  opacity: 0.001; }



.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }




.zoomy {
 background-color:#000;
 width:24px ;
 height:24px;
 padding:2px    ;
 background:url("/develop/zoom-icon.png")     ;
 background-repeat:no-repeat;
 background-size:24px 24px;
 background-position:center;} 

.enlarge {
 cursor:pointer;
 font-size:12px;
 text-transform:uppercase;
 letter-spacing:1px  ;
 padding:5px    ;
 background-color:#000;
 background-color:#000    ;
 color:#fff;
 opacity:.55;
 z-index:1 ;} 

.container {
 position:relative;
 margin:0 auto;
 padding:0px;
 height:100%   ;
 width:100%;} 

.wrap {
 position:relative;
 height:auto ;} 

.wrapleft {
 position:fixed;
 top:0px ;
 width:100%;
 height:100%;} 

.wrapleft2 {
 position:fixed;
 top:0px ;
 width:100%;
 height:100%;} 

.scroller {
 z-index:10 ;} 

.puls_preventivo {
 margin-top:25px;
 width:190px  ;
 font-size:85%;
 font-size:12px;
 text-align:center;
 letter-spacing:.5px;
 padding:14px 0px 13px ;
 text-transform:uppercase;
 border:0px solid white;
 color:white;
 background-color:#e96c2d    ;
 line-height:12px;
 cursor:pointer ;} 

.puls_preventivo:hover {
 background-color:#E69052 ;} 

.puls_preventivo:after {
 content:"preventivo rapido" ;} 

.noselect {
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -khtml-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;} 

.tmsub {
 display:none;
 position:absolute;
 padding:10px 20px;
 line-height:2em;
 margin-top:0px;
 margin-left:0px;
 background-color:#F6F6F6 ;} 

.tpuls {
 color:black;
 text-align:left;
 border:0 ;} 

.tmel {
 display:inline-block ;
 font-weight:300;
 font-size:105%;
 line-height:0px;
 padding:0;
 background-color:white;
 text-transform:lowercase;} 

.topspace2 {
 margin:0px;
 background-color:white;
 height:100px   ;
 border-bottom:1px solid #ddd;} 

.topspace {
 margin:0px;
 background-color:white;
 height:160px   ;
 border-bottom:1px solid #ddd;} 

.sideTitle {
 text-transform:uppercase  ;
 font-size:85%;
 padding:9px 0px 8px;
 padding-top:20px;
 font-weight:600;
 color:#000 ;} 

.cut {
 letter-spacing:.5px;
 font-size:85%;
 text-align:center;
 width:90%;
 padding:8px 0px 7px ;
 text-transform:uppercase;
 border:1px solid rgb(40, 156, 243)  ;
 color:rgb(40, 156, 243) ;} 

.accorcia {
 width:85%;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;} 

.homeslalom {
 padding:7%;
 padding-top:2%    ;
 padding-bottom:2%;
 clear:both;} 

._L {
 position:relative ;
 color:#fff;
 display:inline-block ;
 padding:3px 10px ;
 border:1px solid rgb(40, 156, 243) ;
 background-color:rgb(40, 156, 243) ;
 text-transform:uppercase ;
 font-size:82% ;
 margin-bottom:8px ;} 

._I {
 display:inline-block ;
 width:160px;
 opacity:.01;
 position:absolute;
 height:30px;
 z-index:2;
 cursor:pointer;} 

.framed {
 color:#7d524d ;
 background-color:#ffffbf;
 border:1px solid #e8debf ;
 padding:18px 10px ;} 

.evid {
 display:inline-block;
 font-weight:bold;
 font-size:125%;
 padding:5px 0px;
 letter-spacing:-.5px ;} 

.ico {
 width:49%;
 display:inline-block;
 border:0px solid #ddd;
 min-height:60px;
 position:relative;
 padding-left:55px;
 overflow:hidden;
 padding-top:10px;
 padding-right:8px;
 font-size:90%;
 opacity:.8;
 line-height:120% ;} 

.two {
 padding:0px 10px;
 border:1px solid #ddd ;} 

.scheda {
 border:1px dashed #ccc;
 padding:0px 20px;
 font-size:90% ;} 

.map_num {
 display:none ;} 

.map_icon {
 float:right;
 width:145px;
 padding:20px;
 background-color:black;
 opacity:0.4;
 border-left:15px solid #fff;} 

.nota {
 background-color:#ffffbf;
 margin:10px 0px;
 border:1px solid #e8debf ;
 padding:0px 18px;
 position:relative;
 margin-top:36px;} 

.pulsante {
 display:inline-block;
 padding:6px 12px;
 border-radius:20px;
 border:1px solid rgb(40, 156, 243);
 color:rgb(40, 156, 243) ;} 

.sponsor {
 display:block;
 line-heigth:0px;
 width:100%;
 outline:1px solid #0003;
 cursor:pointer ;} 

.nozoom {
 cursor:default !important ;} 

.hcap {
 display:none;} 

#enlargeleft {
 bottom:10px;
 left:10px   ;
 position:fixed;} 

#enlargetop {
 position:absolute;
 bottom:10px;
 right:10px ;} 

#left {
 position:absolute;
 left:0%;
 top:0%;
 width:calc(100% - 660px);
 height:100% ;
 overflow:hidden;} 

#right {
 border:0px solid #ddd;
 position:relative;
 width:50%;
 min-width:660px;} 

#jumbo_icon {
 position:absolute;
 left:75%;
 top:50%;
 transform:translateY(-50%);
 width:140px;
 height:140px  ;
 padding:20px;
 background-color:black;
 border-radius:70px;
 mix-blend-mode:screen;} 

#jumbo_container {
 width:100%;
 background-color:#444;} 

#jumbo {
 position:relative;
 padding:11px  35px 38px;
 color:white ;
 font-size:90%;} 

#page {
 border:0px solid #ddd;
 background-color:#fff;
 position:relative;
 border-top:1px solid #fff;
 font-size:90%;
 line-height:140% ;} 

#breadcrumb {
 position:absolute;
 top:20px;
 left:0px     ;
 padding:0px 35px  ;
 font-size:85%;} 

#content {
 border:0px solid #ddd;
 width:70%;
 min-height:500px   ;
 padding:40px 35px  ;
 margin:0px;
 color:#666;} 

#sidemenu {
 border:0px solid #ddd;
 padding-top:50px;
 font-size:95%  ;
 position:absolute;
 top:0px;
 left:71%;
 width:29%;
 min-height:500px   ;
 max-width:220px;
 padding-right:1%;
 margin-top:10px;} 

#footer {
 min-height:200px;
 width:100%;
 border-top:1px solid #ddd;
 font-size:82%;
 background-color:#fff;
 position:relative ;} 

#hamburger {
 position:absolute;
 right:20px;
 width:60px;
 top:50%;
 transform:translateY(-50%);
 display:none;} 

#toplogo2 {
 cursor:pointer;
 border:0px solid #eee;
 position:absolute;
 left:14px;
 top:50%;
 transform:translateY(-50%);
 height:75% ;} 

#topcontainer {
 background-color:white;
 position:absolute;
 top:0;
 left:0;
 right:0;
 height:100px;
 z-index:2  ;} 

#mini-logo {
 display:none;} 

#f-logo {
 display:block;
 position:absolute;
 top:-42px ;
 margin-left:30px;} 

#top {
 position:absolute;
 top:0px;
 width:100%  ;
 text-align:center;
 z-index:2 ;} 

#logo {
 width:84px   ;
 top:34px;
 cursor:pointer;
 display:inline-block;
 position:relative;} 

#logocasalift {
 width:347px ;
 cursor:pointer;
 display:inline-block;
 top:44px;
 position:relative;} 

#menuSocial {
 height:28px  ;
 position:absolute;
 top:0px;
 right:0px;
 width:20% ;
 text-align:right;
 z-index:201;} 

#FB {
 position:absolute;
 top:0px;
 right:15px   ;
 height:28px    ;
 width:28px ;
 background-color:#e96c2d ;
 background-image:url("/develop/ICO/FB-WT.png");
 background-repeat:no-repeat;
 background-size:28px 28px;
 cursor:pointer;} 

#INSTA {
 position:absolute;
 top:0px;
 right:45px   ;
 height:28px    ;
 width:28px ;
 background-color:#e96c2d ;
 background-image:url("/develop/ICO/INSTA.png");
 background-repeat:no-repeat;
 background-size:18px 18px;
 cursor:pointer;
 background-position:center;} 

#menuElfer {
 height:28px;
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 z-index:200;
 background-color:#e96c2d ;
 text-align:left;
 padding-left:16px;} 

#menuProdotti {
 position:absolute;
 bottom:0px;
 left:0px;
 right:0px ;} 

#topmenu {
 display:block    ;} 

#button {
 position:absolute;
 top:0px;
 right:0px;
 cursor:pointer;
 padding:0px 22px;
 font-size:45px;
 display:none ;
 font-family:Verdana, roboto;
 font-weight:400;} 

#f_container {
 padding-left:35px   ;
 padding-right:45px   ;
 padding-top:0px     ;
 line-height:145%;} 

#f_titolo {
 padding:60px 35px   ;
 text-transform:lowercase;
 font-size:260%;
 font-weight:200;
 color:#000 ;} 

#f_links {
 padding-bottom:30px ;} 

#f_txt {
 padding-bottom:30px ;} 

#f_contatti {
 padding-bottom:30px ;} 

#f_preventivo {
 max-width:200px;
 width:100%;
 padding:10px 0px 9px ;} 

#f_pulsantini {
 float:right;
 padding-top:10px;
 opacity:0.75;} 

#f_logo {
 cursor:pointer;
 display:block;
 width:119px;
 top:40px;
 right:50px;
 position:absolute;} 

#f_tannebaum {
 cursor:pointer;
 display:block;
 width:110px;
 top:40px;
 right:50px;
 position:absolute;} 

#msx {
 position:absolute;
 left:0px ;
 top:0px ;
 bottom:0px ;
 width:70px;
 vertical-align:middle;
 z-index:3;
 cursor:pointer;} 

#mdx {
 position:absolute;
 right:0px ;
 top:0px ;
 bottom:0px ;
 width:70px;
 vertical-align:middle;
 z-index:3;
 cursor:pointer;} 

#topbackground {
 position:absolute;
 right:0px ;
 top:0px ;
 bottom:0px ;
 left:0px;
 z-index:1;
 cursor:pointer;} 

#topforeground {
 position:absolute;
 right:0px ;
 top:0px ;
 bottom:0px ;
 left:0px;
 z-index:2;
 cursor:pointer;} 

#scrollup {
 z-index:100000;
 width:40px;
 height:40px;
 position:fixed;
 opacity:.4;
 bottom:40px;
 right:40px;
 display:none;
 text-indent:-9999px;
 background:url('/develop/top.png') no-repeat;
 background-size:40px 40px;} 

#content2 {
 border:0px solid #ddd;
 width:100%;
 min-height:500px   ;
 padding:40px 35px  ;
 margin:0px;
 color:#666;} 

#promo_black {
 background-color:#e96c2d ;
 color:white;
 width:100%;
 padding:23px 5%;
 cursor:pointer;} 

#promo {
 background-color:#e96c2d ;
 color:white;
 width:100%;
 padding:23px 5%;
 cursor:pointer;} 

#promo_icon_gallina {
 width:100px;
 height:100px;
 float:right;
 margin:0px 02px 30px;
 background:url(/develop/ICO/tnxb.png);
 background-position:center;
 background-size:100px 100px;
 background-repeat:no-repeat ;} 

#promo_icon {
 width:109px;
 height:64px;
 float:right;
 margin:4px 12px 30px;
 background:url(/develop/ICO/promopig.png);
 background-position:center;
 background-size:109px 63.5px ;} 

#leftall {
 z-index:5 ;} 

figure.floatdx {
 border:1 px solid #f00;
 display:block;
 float:right;
 position:relative;
 width:47% ;
 margin:10px;
 padding:0px;} 

figure.floatdx picture img {
 width:100%;
 cursor:zoom-in;} 

figure.plain picture img {
 width:100%;
 cursor:zoom-in ;} 

figure.plain.noborder picture img {
 cursor:default !important ;} 

figure.plain {
 border:1px solid #ddd;
 margin-top:10px;} 

figure.plain > figcaption, figure.floatdx > figcaption {
 background-color:rgb(249,249,249);
 width:100%;
 padding-left:20px ;
 padding-right:20px;
 padding-top:10px ;
 padding-bottom:10px;
 margin-top:0px;} 

figure.plain > figcaption > p, figure.floatdx > figcaption >p {
 margin:0px;
 padding-top:5px ;
 padding-bottom:5px ;} 

figure.box {
 position:relative;
 display:inline-block;
 padding-bottom:35px;
 cursor:zoom-in ;} 

figure.box3 {
 max-width:160px;
 width:33.3% ;} 

figure.box4 {
 width:25% ;} 

figure.box > div {
 position:relative;
 margin:0 auto;
 display:inline-block;
 text-align:center;
 width:100% ;} 

figure.box > div img {
 max-height:150px;
 max-width:95%;
 padding:4px;
 border:0px solid #ccc;
 box-shadow:rgb(90,90,90) 0 0 1px 0;
 cursor:zoom-in ;} 

figure.box > figcaption {
 text-align:center;
 display:block;
 position:absolute;
 left:0 ;
 right:0 ;
 height:28px ;
 padding:3px;
 margin-top:1px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
 background-color:#fff ;} 

figure.box3:hover >figcaption {
 text-overflow:clip;
 overflow:visible;
 white-space:normal;
 height:auto;
 z-index:2;
 background-color:#eee ;} 

figure.visual img {
 width:100% ;} 

figure.boxq {
 position:relative;
 display:inline-block;
 padding-bottom:35px;
 cursor:zoom-in ;} 

figure.boxq {
 width:25% ;} 

figure.boxq > div {
 position:relative;
 margin:0 auto;
 display:inline-block;
 text-align:center;
 width:100% ;} 

figure.boxq > div img {
 max-height:150px;
 max-width:95%;
 padding:4px;
 border:0px solid #ccc;
 box-shadow:rgb(90,90,90) 0 0 1px 0;
 cursor:zoom-in ;} 

figure.boxq > figcaption {
 text-align:center;
 display:block;
 position:absolute;
 left:0 ;
 right:0 ;
 height:28px ;
 padding:3px;
 margin-top:1px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
 background-color:#fff ;} 

figure.boxq:hover >figcaption {
 text-overflow:clip;
 overflow:visible;
 white-space:normal;
 height:auto;
 z-index:2;
 background-color:#eee ;} 

#jumbo > p {
 opacity:.6;
 margin:0;
 font-size:112%;
 line-height:115%;
 width:70%;
 color:white;} 

#jumbo h1 {
 padding-top:25px ;
 margin-top:0px ;
 font-weight:300 ;
 font-size:200%;
 width:70%;
 color:white;} 

#page, #jumbo {
 max-width:850px ;
 width:100%  ;
 margin:0 auto ;} 

#page.homepage {
 max-width:2000px ;} 

#top-line, #bottom-line, #middle-line {
 transform-box:fill-box;
 transform-origin:center;} 

#hamburger.show #top-line {
 transform:translateY(12px) rotate(-45deg) scale(0.9);} 

#hamburger.show #bottom-line {
 transform:translateY(-12px) rotate(45deg) scale(0.9);} 

#hamburger.show #middle-line {
 opacity:0 ;} 

#topmenu2 a:visited , #topmenu2 a:link {
 text-decoration:none ;
 color:black ;} 

#topmenu2 a:hover {
 text-decoration:none ;
 color:#4D9EF8 ;} 

.tmel .ee {
 padding:18px 10px ;} 

.tmel:hover .ee.sub {
 background-color:#F6F6F6 ;} 

#menuElfer  a {
 display:inline-block ;
 position:relative;
 text-decoration:none ;
 color:white;
 padding:6px 18px 5px ;
 text-transform:lowercase;
 font-weight:300;
 font-size:94%  ;
 opacity:0.9 ;} 

#menuElfer  a:hover {
 text-decoration:none ;
 background-color:#E69052;
 opacity:1 ;} 

#menuProdotti > a,  #menuProdotti > .cl {
 display:inline-block;
 text-decoration:none ;
 color:black;
 padding:13px 2.5%;
 text-transform:uppercase;
 font-size:80%   ;
 background-color:white ;} 

hr.sepdx {
 border:0px;
 height:37px;
 border-top:1px solid #999;
 width:70%;
 margin:0;
 margin-top:10px;
 background-color:#fff ;} 

#toc > a , #pdf > a {
 text-decoration:none ;
 display:block;
 padding:9px 0px 8px   ;
 line-height:90%;
 color:rgb(0, 121, 210);} 

#pdf > a {
 padding-left:26px;
 background-image:url("/elfer-call/pdfcall.jpg");
 background-repeat:no-repeat;
 background-position:left center;
 background-size:15px;} 

#vid video {
 display:none;} 

#f_container a, f_container a:visited ,f_container a:hover {
 color:rgb(0, 121, 210);} 

#f_links a {
 text-transform:lowercase;
 display:inline-block;
 padding-right:30px;
 text-decoration:none;} 

#f_contatti strong {
 color:#000 ;} 

#f_pulsantini img {
 width:38px;
 height:38px;
 margin-right:10px  ;
 cursor:pointer ;} 

html, body {
 counter-reset:pic;
 width:100%;
 margin:0;
 padding:0px   ;
 height:100%;
 background-color:#666;
 font-family:'Roboto', helvetica,  Arial, sans-serif;
 font-weight:400;} 

h2 {
 margin:0 ;
 padding:15px 0px;
 font-size:170%   ;
 letter-spacing:-.3px;
 line-height:95%;
 margin-top:0;
 color:#000 ;} 

TABLE, TR, TH, TD {
 border:1px solid #ddd;
 border-collapse:collapse ;} 

TD, TH {
 padding:7px;} 

TH {
 background-color:#eee;
 text-transform:uppercase;
 font-size:82%;
 color:#333;
 font-weight:normal;} 

TABLE {
 margin-top:20px;
 margin-bottom:20px;} 

hr {
 border:0;
 width:100%;
 margin-top:20px;
 margin-bottom:20px;
 color:#ddd;
 background-color:#ddd;
 height:8px;} 

#page   ul, #page   ol {
 padding-left:24px;
 color:#767676 ;} 

#page ol, #page ul {
 list-style:none;
 counter-reset:item;} 

#page ol li, #page ul li {
 counter-increment:item;
 position:relative ;} 

#page ol li:before {
 content:counter(item);} 

#page ul li:before {
 content:'>';
 content:"\21E2";
 font-size:18px;
 border:0;
 font-weight:bold ;} 

#page li:before {
 font-size:10px;
 border-radius:20%;
 border:1px solid #555;
 color:#444;
 width:17px  ;
 height:17px ;
 line-height:15px;
 text-align:center;
 display:block;
 position:absolute;
 left:-21px;
 top:1px ;} 

h1.h1home {
 margin:0 auto;
 display:block;
 position:absolute;
 width:100%;
 bottom:75px;
 text-align:center;
 z-index:20;
 letter-spacing:0px;
 font-weight:200;} 

h1.h1home span {
 padding:10px;
 font-size:25px;
 color:#fff;
 margin:0;
 background-color:rgba(0,120,220,0.8);
 display:inline-block;} 

.iconq figcaption {
 text-transform:uppercase;
 font-size:75% ;} 

figure.box.menuimg > div img.pageicon {
 padding:0px;
 border:8px solid #000;
 opacity:.45;
 box-shadow:none;
 cursor:pointer;
 max-height:136px;} 

figure.box > div img.zoomicon {
 position:absolute;
 bottom:0px;
 right:2%;
 background-color:#000;
 width:24px;
 padding:2px;
 opacity:.55 ;} 

figure.plain a.ps > img.zoomicon, figure.floatdx a.ps > img.zoomicon {
 position:absolute;
 bottom:0px;
 right:4px;
 background-color:#000;
 width:24px;
 padding:2px;
 opacity:.55;} 

a.ps {
 overflow:hidden;
 position:relative  ;
 margin:0px;
 display:inner-block ;} 

#left div {
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;} 

.leftPic, .visuale {
 width:100%;
 height:100%;
 object-fit:cover;
 position:relative ;} 

figure.visual {
 width:100%   ;
 display:none;} 

.homeslalom > figcaption {
 vertical-align:top;
 display:inline-block;
 width:60% ;
 padding:5%  ;
 padding-top:0% ;
 padding-bottom:0%;
 border:0px solid #eee;} 

.homeslalom IMG {
 vertical-align:top;
 width:40% ;
 padding:5% ;
 padding-top:0% ;
 padding-bottom:0%;
 border:0px solid #eee;} 

.homeslalom  h2 {
 font-size:230%;
 letter-spacing:-.5px ;} 

#msx span, #mdx span {
 display:block;
 position:absolute;
 vertical-align:top;
 top:46% ;
 padding:22px ;
 padding-top:0px ;
 padding-bottom:0px;
 font-size:80px;
 color:white;
 text-shadow:0px 2px 4px #000 ;} 

figure.iconic:nth-child(odd) {
 background-color:#f0f0f0 ;} 

figure.iconic:nth-child(even) {
 background-color:#fbfbfb ;} 

figure.iconic {
 text-align:center;
 text-align:left    ;
 display:inline-block;
 margin-right:4%;
 margin-right:0%;
 margin-right:0%;
 width:46%;
 width:100%    ;
 border-left:1px dashed #aaa;
 border-right:1px dashed #aaa;
 height:auto;
 padding:10px 10px 10px 0px;
 margin:0px ;} 

figure.iconic h3 {
 display:block;
 text-align:left;
 margin:0px;
 padding:5px 0px 15px ;} 

figure.iconic h2 {
 display:block;
 text-align:left;
 font-size:125%;
 margin:0px;
 padding:5px 0px 15px ;} 

figure.iconic p {
 margin:0px;
 padding:0px  ;
 margin-bottom:6px ;} 

figure.iconic > figcaption {
 width:100%;
 width:73% ;
 display:block;
 display:inline-block ;
 text-align:left;
 font-size:100%;} 

figure.iconic > figcaption div {
 padding:12px;
 background-color:#ffffbf;
 margin:10px 0px;
 border:1px solid #e8debf ;} 

figure.iconic figcaption div h3 {
 color:#77291f ;} 

figure.iconic figcaption div p {
 color:#7d524d ;} 

figure.iconic img {
 padding-top:5px;
 width:48%;
 width:27%;
 float:left;
 display:block     ;
 padding:1% 4%;
 mix-blend-mode:multiply;} 

input._I:checked ~ ._L {
 opacity:.7 ;
 color:#444 ;
 background-color:#fff ;
 border:1px solid #444 ;} 

._L::after {
 content:"Mostra soluzione";} 

.ico img {
 padding-right:6px;
 width:50px;
 position:absolute;
 left:0px;
 opacity:.8 ;} 

blockquote {
 display:block;
 border-width:1px;
 border-style:solid;
 border-color:#aaa;
 padding:0px;
 padding:15px;
 margin:0px;
 margin-top:20px;
 position:relative;} 

blockquote strong {
 display:block;
 text-align:center;
 margin:0px;
 padding:0px;
 padding-top:15px ;} 

blockquote:before {
 content:'\201C';
 position:absolute;
 top:0em;
 left:50%;
 transform:translate(-50%, -50%);
 background:#fff;
 width:3rem;
 height:2rem;
 font:6em/1.08em 'PT Sans', sans-serif;
 color:#E69052 ;
 text-align:center;} 

.two p {
 column-count:2;} 

hr.map_hr {
 display:block;
 clear:both;
 height:20px;
 width:100%;
 background-color:#fff;
 border-bottom:8px solid #ddd ;} 

#page ul.map_pag {
 padding:0px;
 padding-left:0px;
 list-style-type:none;} 

#page ul.map_pag li {
 padding:0px 12px;
 font-size:90%;
 border:1px solid #ddd;
 margin-right:1.5%;
 margin-bottom:1.5%;
 width:48.5%;
 display:block;
 float:left;
 height:225px;
 overflow:hidden;} 

#page ul.map_pag li h4 {
 letter-spacing:-.15px;
 font-size:120%  ;
 font-weight:normal ;} 

.nota h3 {
 color:#77291f ;} 

.nota p , .nota li {
 color:#7d524d ;} 

.nota::before {
 content:"NOTA";
 font-style:normal;
 display:block;
 position:absolute;
 top:-1.75em;
 left:0;
 font-size:12.5px;
 font-weight:800;
 color:#77291f ;} 

.nota TABLE, .nota TR, .nota TH, .nota TD {
 border:1px solid #a86159;
 border-collapse:collapse ;} 

.nota TH {
 background-color:#974e45 ;
 text-transform:uppercase;
 font-size:80%;
 color:#fffbeb;
 font-weight:normal;} 

.nota TABLE {
 background-color:#ffffbf;
 color:#7d524d ;} 

figure.boxq > figcaption::before {
 counter-increment:pic;
 content:" " counter(pic) ". ";} 

#promo_black  #titolo_black, #promo_black  #titolo2 {
 text-transform:uppercase;
 font-size:120%;
 font-weight:300 ;} 

#promo #titolo, #promo #titolo2 {
 text-transform:uppercase;
 font-size:120%;
 font-weight:300 ;} 

#promo #corpo, #promo #corpo2, #promo_black #corpo_black {
 padding-top:7px;
 padding-bottom:4px;
 font-weight:300;
 max-width:65%;
 font-size:95%;} 

#promo #titolo2 {
 padding-top:6px;} 

html {
 box-sizing:border-box;} 

*, *:before, *:after {
 box-sizing:inherit;} 

#left img .active {
 z-index:3 ;} 

#left img {
 z-index:1 ;} 

#jumbo_icon img {
 width:100% ;} 

#breadcrumb {
 color:#767676;
 text-decoration:none ;} 

#breadcrumb > a {
 color:rgb(0, 121, 210);
 text-decoration:none ;} 

#breadcrumb > a:hover {
 text-decoration:underline ;} 

.tmsub a {
 display:block ;} 

.tmel:hover .tmsub , .tmel:active .tmsub , .tmel:focus .tmsub {
 display:block ;} 

#topmenu2.show {
 display:block ;} 

#topmenu span {
 display:none ;} 

#menuProdotti > .cl a {
 color:black ;} 

#menuProdotti > a:hover ,  #menuProdotti > .cl > a:hover {
 text-decoration:underline ;} 

#footer strong {
 font-weight:600 ;} 

a:link, a:visited {
 color:rgb(0, 121, 210);
 text-decoration:none ;} 

a:hover {
 color:rgb(0, 121, 210);
 text-decoration:underline ;} 

p {
 color:#767676 ;} 

p a:link, p a:visited, li a:link, li a:visited {
 text-decoration:underline ;} 

h1,  h3, h4, h5 {
 color:#000 ;
 letter-spacing:-.35px;} 

picture > img {
 vertical-align:bottom;} 

#page li {
 padding-left:7px;
 padding-bottom:7px;} 

#page li:last-child {
 padding-bottom:0px;} 

table.dwnld {
 font-size:13px;} 

table.dwnld a {
 font-size:15px;
 display:inline-block;
 padding-bottom:4px ;} 

figcaption {
 font-size:90% ;
 color:#444;} 

figure {
 padding:0px;
 margin:0px;} 

.pad  img {
 padding:10%;
 padding-top:7%;
 padding-bottom:7%;} 

.pads  img {
 padding:18%;
 padding-top:0%;
 padding-bottom:0%;} 

h2 + figure.box {
 margin-top:20px !important ;} 

h3 + figure.box {
 margin-top:20px !important ;} 

figure.nozoom picture img {
 cursor:default !important ;} 

.nozoom .zoomicon {
 display:none ;} 

figure.box.menuimg {
 cursor:pointer ;} 

.visuale.aligncenter {
 object-position:50% 50% ;} 

.visuale.aligntop {
 object-position:50% 0% ;} 

.visuale.alignbottom {
 object-position:50% 100% ;} 

.homeslalom.dx  IMG {
 float:right ;} 

.homeslalom.sx IMG {
 float:left ;} 

input._I:checked ~ div {
 display:block ;} 

input._I ~ div {
 display:none ;} 

p a.pulsante:link {
 text-decoration:none ;} 

p a.pulsante:hover {
 text-decoration:underline ;} 

#left div {
 z-index:1 ;
 opacity:.0001;} 

#left div.active {
 z-index:3 ;
 opacity:1;} 

#promo + #promo_black {
 padding-top:0px !important ;} 

#promo_black #titolo_black:after {
 content:"DETRAZIONE 75% CONFERMATA FINO AL 31/12/2025" ;} 

#promo_black #corpo_black:after {
 content:"Recupera la spesa dell'ascensore con l'incentivo per abbattimento barriere architettoniche 75%." ;} 

#promo #titolo:after {
 content:'Offerta speciale: passa a Elfer' ;} 

#promo #corpo:after {
 content:'contratto per manutenzione ascensori, piattaforme elevatrici, servoscala. Scade il 31 Dicembre 2025. ' ;} 




@media only screen and (min-width: 1441px) {
.container {
 max-width:1600px ;}

.scroller {
 max-width:1600px  ;
 margin:0 auto ;}

#visualspace {
 display:none;}

#right {
 float:right;}

}

@media only screen and (max-width: 1024px) {
.wrapleft {
 position:absolute;
 padding-top:160px;}

.wrapleft2 {
 position:absolute;
 padding-top:100px;}

.spacesize {
 padding-top:75%;}

#enlargeleft {
 display:none ;}

#visualspace {
 position:relative;
 width:100%;}

#left {
 width:100%;
 height:0px;}

#right {
 z-index:10 ;}

#left div {
 left:0;
 top:0;
 bottom:0;
 right:0;
 width:auto;
 height:auto ;}

figure.visual {
 display:block;}

}

@media only screen and (max-width: 660px ) {
.wrapleft {
 padding-top:60px;}

.wrapleft2 {
 padding-top:80px;}

.tmsub {
 display:block;
 position:relative;
 background-color:white ;}

.tmel {
 width:100%;
 display:block ;}

.sub {
 font-weight:500 ;}

.topspace2 {
 height:80px ;}

.topspace {
 height:60px ;}

#right {
 width:100%;
 min-width:240px ;
 float:none;}

#jumbo_icon {
 display:none;}

#jumbo_container {
 background-color:#f0f0f0 ;}

#content {
 width:100%;}

#sidemenu {
 display:none;
 min-height:0px   ;
 position:relative;
 width:auto;
 max-width:100%;
 top:0px;
 left:0px;
 margin:25px;
 padding:0 20px 9px;
 border:1px solid #ddd ;}

#hamburger {
 display:block ;}

#topcontainer {
 height:80px ;}

#topmenu2 {
 display:none;
 top:0;
 position:absolute;
 width:100%;
 left:0px;
 overflow-x:hidden;
 overflow-y:auto;
 background-color:#F6F6F6;
 opacity:.98;
 transform:none;
 padding:20px 0px;
 box-shadow:0px 0px 90px  rgb(0 0 0 / 60%);}

#mini-logo {
 display:inline-block;
 padding-left:18px ;}

#f-logo {
 display:none ;}

#logo {
 position:absolute;
 top:6px;
 left:3%;
 width:auto;
 height:79% ;}

#logocasalift {
 position:absolute;
 top:6px;
 left:3%;
 width:auto;
 height:79% ;}

#menuSocial {
 background-color:#444;
 text-align:center;
 height:28px  ;
 border-top:1px solid #eee;
 width:40% ;}

#FB {
 display:inline-block;
 position:relative;
 height:48px    ;
 width:48px   ;
 background-size:48px 48px;
 right:0px ;}

#INSTA {
 display:inline-block;
 position:relative;
 height:48px    ;
 width:48px   ;
 background-size:38px 38px;
 right:0px ;}

#menuElfer {
 padding-left:0px ;}

#topmenu {
 display:none;
 position:relative;
 margin-top:60px ;
 z-index:100000;
 box-shadow:0px 76px 109px -6px rgba(0,0,0,0.74);}

#button {
 display:block ;}

#f_container {
 padding-top:100px     ;
 padding-left:30px   ;
 padding-right:30px   ;}

#f_pulsantini {
 float:none;
 position:absolute;
 top:155px;}

#f_logo {
 position:static;
 float:right;
 width:85px  ;
 padding-top:10px ;}

#f_tannebaum {
 position:static;
 float:right;
 width:85px  ;
 padding-top:10px ;}

#content2 {
 width:100%;}

#jumbo > p {
 width:95%;
 color:black;
 opacity:.6 ;}

#jumbo h1 {
 width:80%;
 color:black ;}

a.tmel, .ee.sub, .tmsub a {
 padding-left:5% ;}

#topcontainer.show {
 display:block;
 position:absolute;
 top:0px ;}

.tmel .ee.sub {
 background-color:#F6F6F6 ;}

#menuElfer > a:last-child {
 border-bottom:0px ;}

#menuProdotti > a, #menuProdotti > .cl,  #menuElfer a {
 display:inline-block ;
 width:100%;
 padding:15px 20px;
 text-align:left;
 border-bottom:1px solid #eee;
 margin:0px ;}

#menuElfer > a {
 margin:0px;
 width:50%;
 border-left:1px solid #eee ;}

#menuProdotti , #menuElfer, #menuSocial {
 position:relative;
 height:auto;
 width:100% ;}

#f_links a {
 padding-bottom:20px ;}

#f_txt br {
 display:none ;}

#promo #corpo, #promo #corpo2, #promo_black #corpo_black {
 max-width:95% ;}

}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
.spacesize {
 padding-top:50% ;}

#right {
 width:100%;
 left:0%   ;}

#jumbo_icon {
 left:79% ;}

#jumbo > p {
 width:72%;}

#jumbo h1 {
 width:72;}

html, body {
 background-color:#FFF;}

}

@supports (mix-blend-mode:difference) and (filter:invert(100%)) {
.map_icon {
 padding-left:35px;
 padding-top:0px;
 padding-bottom:60px;
 padding-right:5px   ;
 filter:invert(100%);
 opacity:1;
 border-left:0px solid #fff;}

figure.box.menuimg > div img.pageicon {
 padding:8px;
 border:1px solid #b15316;
 opacity:1;
 filter:invert(1);}

}

@media only screen and (max-width: 480px) {
.map_icon {
 width:110px;
 padding-left:20px    ;
 padding-bottom:50px;
 padding-right:0px ;}

#right {
 width:100%;
 left:0%;}

#jumbo {
 padding:0px  15px 28px;
 font-size:80% ;}

#breadcrumb {
 padding:0px 12px ;}

#content {
 padding:40px 12px ;}

#f_container {
 padding:60px 20px 10px ;}

#f_titolo {
 padding:60px 20px   ;
 font-size:240% ;}

#f_payoff {
 display:block ;
 font-size:95% ;}

#f_pulsantini {
 top:175px ;}

#content2 {
 padding:40px 12px ;}

figure.floatdx {
 float:none;
 width:100% ;
 margin:0px;}

figure.floatdx picture img {
 position:relative;
 width:110% ;
 left:-5% ;}

figure.plain {
 border:0px solid #ddd ;}

figure.box3 {
 width:50% ;}

figure.box4 {
 width:50% ;}

figure.boxq {
 width:50% ;}

figure.iconic img {
 padding:2% ;}

#page ul.map_pag li {
 width:90%   ;
 height:auto;
 overflow:auto   ;
 margin-bottom:6px;}

}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
#visualspace {
 display:none;}

#right {
 float:right;}

}

@media only screen and (min-width: 1320px) {
#left {
 width:50% ;}

}

@media only screen and (max-width: 768px)  and (min-width: 481px) {
#right {
 width:100%;
 left:0%;}

#jumbo {
 padding:5px  35px 30px;}

figure.box4 {
 width:50%    ;}

figure.boxq {
 width:33.3%    ;}

}

@media only screen and (min-width: 660px ) {
#topmenu2 {
 position:absolute;
 right:0px;
 top:50%;
 transform:translateY(-50%);
 padding-right:20px;}

}

@media only screen and (min-width: 661px) {
#VH {
 display:block !important;}

#VQ {
 display:none !important;}

}

@media only screen and (max-width: 660px) {
#VH {
 display:none !important ;}

#VQ {
 display:block !important ;}

}

@media only screen and (max-width: 768px) {
h1.h1home {
 position:static;
 padding:0px ;
 width:100% ;
 background-color:rgb(40, 156, 243) ;}

h1.h1home span {
 font-size:24px;
 background-color:rgba(0,120,220,0) ;}

figure.plain a.ps > img.zoomicon, figure.floatdx a.ps > img.zoomicon {
 right:5% ;}

.homeslalom > figcaption {
 width:100% ;}

.homeslalom IMG {
 width:100%  ;
 padding-left:16%   ;
 padding-right:16% ;}

}

