﻿@charset "UTF-8";


.flex-container a:hover,
.flex-slider a:hover {
    outline: 0
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2)
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3)
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -10px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}


.custombox-open,
.custombox-open body {
    overflow: hidden
}

.custombox-perspective,
.custombox-perspective body {
    -webkit-perspective: 600px;
    perspective: 600px;
    height: 100%
}

.custombox-overlay-open {
    visibility: visible;
    opacity: 1
}

.custombox-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.custombox-overlay-default {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

.custombox-modal-wrapper {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center
}

.custombox-modal-container {
    margin: 0 auto;
    position: relative
}

.custombox-modal img {
    max-width: 100%;
    height: auto
}

.custombox-overlay-letmein {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    visibility: hidden
}

.custombox-overlay-open.custombox-overlay-letmein {
    -webkit-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    visibility: visible;
    opacity: 1
}

.custombox-overlay-slidetogether {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform ease-in-out;
    transition-property: transform ease-in-out
}

.custombox-overlay-open.custombox-overlay-slidetogether {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: -webkit-transform ease-in-out;
    transition-property: transform ease-in-out
}

.custombox-overlay-corner {
    -webkit-transform: translateY(150px) translateX(150px);
    -ms-transform: translateY(150px) translateX(150px);
    transform: translateY(150px) translateX(150px);
    -webkit-transition-property: opacity, -webkit-transform, visibility;
    transition-property: opacity, transform, visibility
}

.custombox-overlay-open.custombox-overlay-corner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform
}

.custombox-overlay-scale {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform
}

.custombox-overlay-open.custombox-overlay-scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform
}

.custombox-overlay-door {
    visibility: hidden;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-property: width ease-in-out;
    transition-property: width ease-in-out
}

.custombox-overlay-open.custombox-overlay-door {
    visibility: visible;
    width: 100%;
    -webkit-transition-property: width ease-in-out;
    transition-property: width ease-in-out
}

.custombox-container-push {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform
}

.custombox-container-open.custombox-container-push {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.custombox-overlay-push {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: -webkit-transform ease-in-out;
    transition-property: transform ease-in-out
}

.custombox-overlay-open.custombox-overlay-push {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: -webkit-transform ease-in-out;
    transition-property: transform ease-in-out
}

.custombox-open-contentscale body {
    background-color: #DDD
}

.custombox-container-contentscale {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    overflow: hidden;
    height: 100%
}

.custombox-container-open.custombox-container-contentscale {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.custombox-overlay-contentscale {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: -webkit-transform ease-in-out;
    transition-property: transform ease-in-out
}

.custombox-overlay-open.custombox-overlay-contentscale {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: -webkit-transform ease-in-out;
    transition-property: transform ease-in-out
}

.custombox-container-open.custombox-container-makeway {
    height: 100%;
    overflow: hidden
}

.custombox-overlay-open.custombox-overlay-makeway {
    -webkit-transition-property: all;
    transition-property: all
}

.custombox-container-open.custombox-container-makeway,
.custombox-overlay-open.custombox-overlay-makeway {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateRightSideFirst .5s forwards ease-in;
    animation: rotateRightSideFirst .5s forwards ease-in
}

@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px)
    }
}

@keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px)
    }
}

.custombox-overlay-open.custombox-overlay-slip {
    -webkit-transition-property: all;
    transition-property: all
}

.custombox-container-open.custombox-container-slip,
.custombox-overlay-open.custombox-overlay-slip {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: OpenTop .5s forwards ease-in-out;
    animation: OpenTop .5s forwards ease-in-out
}

@-webkit-keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.custombox-modal-fadein {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 0;
    visibility: hidden
}

.custombox-modal-open .custombox-modal-fadein {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.custombox-modal-container-slide>div,
.custombox-modal-container-slidetogether>div {
    opacity: 0;
    float: left
}

.custombox-modal-open>.custombox-modal-container-slide>div,
.custombox-modal-open>.custombox-modal-container-slidetogether>div {
    opacity: 1
}

.custombox-modal-slide-top {
    -webkit-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%)
}

.custombox-modal-open .custombox-modal-slide-top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.custombox-modal-slide-left {
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%)
}

.custombox-modal-open .custombox-modal-slide-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.custombox-modal-slide-right {
    -webkit-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%)
}

.custombox-modal-open .custombox-modal-slide-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.custombox-modal-slide-bottom {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%)
}

.custombox-modal-open .custombox-modal-slide-bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.custombox-modal-newspaper {
    -webkit-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    position: absolute
}

.custombox-overlay-newspaper {
    -webkit-transition-property: all;
    transition-property: all
}

.custombox-modal-open .custombox-modal-newspaper {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}

.custombox-modal-container-fall {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.custombox-modal-fall {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0
}

.custombox-modal-open .custombox-modal-fall {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0);
    opacity: 1
}

.custombox-modal-container-sidefall {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.custombox-modal-wrapper-sidefall {
    overflow-x: hidden
}

.custombox-modal-sidefall {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0
}

.custombox-modal-open .custombox-modal-sidefall {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1
}

.custombox-open-blur .custombox-container-blur {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.custombox-modal-blur {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
    position: absolute
}

.custombox-modal-container-blur,
.custombox-overlay-blur {
    -webkit-transition-property: all;
    transition-property: all
}

.custombox-modal-open .custombox-modal-blur {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.custombox-modal-container-flip {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.custombox-modal-flip-horizontal {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 0
}

.custombox-modal-open .custombox-modal-flip-horizontal {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1
}

.custombox-modal-flip-vertical {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 0
}

.custombox-modal-open .custombox-modal-flip-vertical {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}

.custombox-modal-container-sign {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.custombox-modal-sign {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all
}

.custombox-modal-open .custombox-modal-sign {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}

.custombox-modal-superscaled {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    position: absolute
}

.custombox-modal-open .custombox-modal-superscaled {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.custombox-modal-container-slit {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.custombox-modal-slit {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0
}

.custombox-modal-open .custombox-modal-slit {
    -webkit-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

@keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

.custombox-modal-container-rotate {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.custombox-modal-rotate-bottom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: all;
    transition-property: all;
    position: absolute
}

.custombox-modal-open .custombox-modal-rotate-bottom {
    -webkit-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
    opacity: 1
}

.custombox-modal-rotate-left {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    position: absolute
}

.custombox-modal-open .custombox-modal-rotate-left {
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0);
    opacity: 1
}

.custombox-modal-container-letmein {
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 1
}

.custombox-modal-letmein {
    opacity: 0;
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
    float: left
}

.custombox-modal-open .custombox-modal-letmein {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all
}

.custombox-modal-makeway {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    float: left
}

.custombox-modal-open .custombox-modal-makeway {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.custombox-modal-wrapper-makeway {
    overflow: hidden
}

.custombox-modal-slip {
    -webkit-transform: translateY(-350%);
    -ms-transform: translateY(-350%);
    transform: translateY(-350%)
}

.custombox-modal-open .custombox-modal-slip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: all;
    transition-property: all
}

.custombox-modal-corner {
    opacity: 0;
    -webkit-transform: translateY(150px) translateX(150px);
    -ms-transform: translateY(150px) translateX(150px);
    transform: translateY(150px) translateX(150px);
    -webkit-transition-property: opacity, -webkit-transform, visibility;
    transition-property: opacity, transform, visibility
}

.custombox-modal-open .custombox-modal-corner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform
}

.custombox-modal-slidetogether {
    -webkit-transform: translateY(-600%);
    -ms-transform: translateY(-600%);
    transform: translateY(-600%)
}

.custombox-modal-open .custombox-modal-slidetogether {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.custombox-modal-scale {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: -webkit-transform;
    transition: transform;
    opacity: 0
}

.custombox-modal-open .custombox-modal-scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform;
    transition: transform;
    opacity: 1
}

.custombox-modal-door {
    visibility: hidden;
    opacity: 0
}

.custombox-modal-open .custombox-modal-door {
    opacity: 1;
    visibility: visible
}

.custombox-modal-push {
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%)
}

.custombox-modal-open .custombox-modal-push {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.custombox-modal-contentscale {
    -webkit-transform: translateY(600%);
    -ms-transform: translateY(600%);
    transform: translateY(600%);
    -webkit-transition-property: -webkit-transform ease-in-out;
    transition-property: transform ease-in-out;
    position: absolute
}

.custombox-modal-open .custombox-modal-contentscale {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat
}


.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: 0;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.home .contenuti .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.home .contenuti .slick-dots {
    bottom: -25px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white
}

.home .contenuti .slick-dots li button:before {
    color: black
}

.home .contenuti .slick-dots li.slick-active button:before {
    color: black
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: 0
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-infobar__body,
.fancybox-button {
    background: rgba(30, 30, 30, 0.6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8)
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
    opacity: .3
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close::before,
.fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(../fonts/7aa248fe04de4e1f915ccc0a89d80a91.woff);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}


.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: 0
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px
}

.fancybox-thumbs {
    display: none
}

.fancybox-button--thumbs {
    display: none
}

.cookiebanner {
    max-width: 200px;
    left: auto !important;
    right: 10px !important;
    bottom: 10px !important
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent
}

body {
    line-height: 1
}

a {
    outline: 0
}

html,
body {
    font-family: 'Open Sans',Helvetica,Verdana,Tahoma,Arial,Sans-Serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    height: auto;
    color: #333;
    background-color: #fff
}

img {
    border: 0
}

div {
    outline: 0
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #999
}

p {
    margin: 0;
    margin-bottom: 10px
}

hr {
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 400
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

hr {
    border: 0;
    border-bottom: 1px solid #ccc;
    height: 1px;
    margin: 15px auto
}

input,
select,
textarea {
    font-family: 'Titillium Web', sans-serif;
    padding: 0 5px;
    font-size: 100%;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

select {
    line-height: 28px !important
}

ul {
    margin: 0;
    padding: 0;
    margin-left: 20px
}

.maiuscolo {
    text-transform: uppercase
}

.blue1 {
    color: #004288
}

.blue2 {
    color: #009fe3
}

.blue3 {
    color: #00b5d4
}

.padded-multiline-bg-blue1,
.padded-multiline-bg-blue2,
.padded-multiline-bg-blue3 {
    line-height: 1.3;
    padding: 12px 0;
    width: calc(100% - 20px);
    margin: 20px auto
}

.padded-multiline-bg-blue1 {
    border-left: 20px solid #004288
}

.padded-multiline-bg-blue2 {
    border-left: 20px solid #009fe3
}

.padded-multiline-bg-blue3 {
    border-left: 20px solid #00b5d4
}

.text-bg-blue1,
.text-bg-blue2,
.text-bg-blue3 {
    color: #fff;
    display: inline;
    padding: 4px 0;
    margin: 0;
    line-height: 1.17
}

.text-bg-blue1 {
    background-color: #004288
}

.text-bg-blue2 {
    background-color: #009fe3
}

.text-bg-blue3 {
    background-color: #00b5d4
}

.text-bg-blue1 strong,
.text-bg-blue2 strong,
.text-bg-blue3 strong {
    font-weight: 600;
    position: relative;
    left: -10px
}

.blue-button1 {
    display: inline-block;
    background-color: rgba(0, 66, 136, 1);
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    margin-bottom: 15px;
    font-weight: 600;
    transition: 200ms;
    border: 0
}

.blue-button1:hover {
    color: #fff;
    background-color: rgba(0, 66, 136, 0.8)
}

.slider .blue-button1 {
    background-color: #fff;
    color: #004288
}

.slider .blue-button1:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #004288
}

.blue-button2 {
    display: inline-block;
    background-color: rgba(0, 159, 227, 1);
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    margin-bottom: 15px;
    font-weight: 600;
    transition: 200ms;
    border: 0
}

.blue-button2:hover {
    color: #fff;
    background-color: rgba(0, 159, 227, 0.8)
}

.slider .blue-button2 {
    background-color: #fff;
    color: #009fe3
}

.slider .blue-button2:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #009fe3
}

.blue-button3 {
    display: inline-block;
    background-color: rgba(0, 181, 212, 1);
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    margin-bottom: 15px;
    font-weight: 600;
    transition: 200ms;
    border: 0
}

.blue-button3:hover {
    color: #fff;
    background-color: rgba(0, 181, 212, 0.8)
}

.slider .blue-button3 {
    background-color: #fff;
    color: #00b5d4
}

.slider .blue-button3:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #00b5d4
}

.blue-bg {
    background-color: #0168b3;
    color: #fff;
    padding: 20px 20px 10px;
    overflow: hidden
}

.gray-bg {
    background-color: #f0f0f0;
    color: #333;
    padding: 20px 20px 10px;
    overflow: hidden
}

.red {
    color: #f44336
}

.green {
    color: #8bc34a
}

.orange {
    color: #ff9800
}

.two-column-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc
}

.two-column-list>li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid
}

.grafico {
    overflow: hidden;
    margin: 2px
}

.etichetta-grafico {
    float: left;
    width: 30px;
    padding: 5px;
    font-size: 11px;
    font-weight: 600
}

.barra-grafico {
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: 600;
    background-color: rgba(0, 181, 212, 1);
    text-align: right;
    padding: 5px;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3)
}

.logo-zanardi,
.logo-powerproducts,
.logo-portable,
.logo-400hz,
.logo-hydro,
.logo-irrigation,
.logo-lighting,
.logo-marine,
.logo-pto,
.logo-rail,
.logo-telecoms {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(1px 1px 2px #000);
    filter: drop-shadow(1px 1px 2px #000)
}

.header {
    border-bottom: 1px solid #0168b3;
    background-color: #fff
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear
}

.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.custombox-container .header--fixed {
    top: -160px
}

.headroom--pinned {
    transform: translateY(0)
}

.headroom--unpinned {
    transform: translateY(-100%)
}

.container {
    width: 80%;
    margin: 0 auto
}

.header_logo{
	width:100%;
	height:auto;
}

.head-blu {
    background-color: #0168b3;
    color: #fff;
    height: 44px;
    transition: margin-top 400ms
}

.headroom--not-top .head-blu {
    margin-top: -44px
}

.header.headroom--not-top {
    margin-top: 0
}

.claim {
    float: left;
    margin: 0 10px;
    padding: 12px 0;
    font-weight: 600;
    letter-spacing: -0.2px;
    font-size: 13px
}

.strumentale {
    float: right
}

.social {
    float: left;
    padding-top: 10px;
    padding-right: 10px
}

.social img {
    margin: 0 3px
}

.selettore-prodotto {
    float: left;
    background-color: #009fe3;
    padding: 10px 10px;
    position: relative
}

.selettore-prodotto::after {
    content: "▼";
    display: inline-block;
    font-size: 9px;
    margin: 0 5px;
    transform: scale(1.8, 1)
}

.selettore-prodotto ul {
    display: none;
    background-color: #f5f5f5;
    left: 0;
    position: absolute;
    top: 44px;
    z-index: 9;
    padding: 20px;
    margin: 0;
    list-style: none
}

.selettore-prodotto.hover ul {
    display: block
}

.selettore-prodotto.hover ul li {
    font-size: 14px;
    line-height: 2
}

.selettore-prodotto.hover ul li a {
    text-decoration: none
}

.careers {
    float: left;
    background-color: #0168b3;
    padding: 10px 10px;
    position: relative
}

.careers a {
    text-decoration: none;
    color: #fff
}

.ricerca {
    float: left;
    background-color: #f5f5f5;
    padding: 10px 10px
}

.ricerca a {
    text-decoration: none;
    color: #0168b3
}

.ricerca a:after {
    content: url("../fonts/lente.svg");
    float: right;
    margin-left: 5px;
    width: 16px;
    height: 16px
}

.selettore-lingua {
    float: left;
    background-color: #00b5d4;
    padding: 10px 10px;
    margin-right: 10px;
    position: relative
}

.selettore-lingua:after {
    content: "▼";
    display: inline-block;
    font-size: 9px;
    margin: 0 5px;
    transform: scale(1.8, 1)
}

.selettore-lingua ul {
    display: none;
    background-color: #f5f5f5;
    left: 0;
    position: absolute;
    top: 44px;
    z-index: 9;
    padding: 20px;
    width: calc(100% - 40px);
    margin: 0;
    list-style: none
}

.selettore-lingua.hover ul {
    display: block
}

.head-bianco {
    background-color: #fff;
    height: 110px;
	padding-top:10px;
}

.logo {

}

.menu {
    margin-top: 25px;
    font-size: 15px;
	text-align:center;
	margin-top:32px;
}

.headroom--pinned.headroom--not-top .head-bianco {
    height: 76px
}

.headroom--pinned.headroom--not-top .logo {
    margin: 12px 10px
}

.headroom--pinned.headroom--not-top .menu {
    margin-top: 15px
}

.menu a {
    text-decoration: none
}

.toggleMenu {
    display: none;
    margin-top: 35px;
    float: right
}

.headroom--pinned.headroom--not-top .toggleMenu {
    margin-top: 15px
}

li.sel>a {
    color: #00a0e5
}

.nav {
    list-style: none;
    *zoom: 1;
    background: #FFF;
    margin: 0 10px;
	padding-left:100px;
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav ul {
    list-style: none;
    padding: 5px 0;
    width: 150px;
    background-color: #FFF
}

.nav a {
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: #004288
}

.nav a:hover {
    text-decoration: underline;
    color: #fab00a;
}

.nav li {
    position: relative
}

.nav>li {
    float: left
}

.nav>li:last-child {
    margin-right: 0
}

.nav>li>.parent {
    background-image: url("/static/images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px
}

.arrow_parent {
    background-image: url("/static/images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px
}


.nav>li>a {
    display: block
}

.nav li ul {
    position: absolute;
    left: 50%;
    margin-left: -75px;    
    display: none
}

.nav>li.hover>ul {
    display: block
}

.nav>li.hover>a {
    color: #00b5d4
}

.nav li li.hover ul {
    left: 100%;
    top: 0
}

.nav li li a {
    display: block;
    background: #FFF;
    position: relative;
    z-index: 100
}

.nav li li li a {
    background: #FFF;
    z-index: 200
}

.nav li.sel ul li a {
    border-bottom: none !important
}





.logo70 {
    position: fixed;
    right: 10px;
    top: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: none
}

.logo70 img {
    display: block
}

.slider {
    width: 100%;
    overflow: hidden;
    margin-top: 160px
}

.slider.bordo {
    border-bottom: 4px solid #004288
}

.slides {
    margin: 0
}

.slider ul li {
    position: relative
}

.slider ul:not(.slick-dots)>li:not(:first-child) {
    display: none
}

.slider ul.slides.initialized li.slick-slide {
    display: block
}

.slider ul li img {
    display: block;
    width: 100%
}

.slider ul li .testo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin: 0 10px;
    width: 960px
}

.slider ul li .testo img {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.slider .testo>h1,
.slider .testo>h2,
.slider .testo>h3,
.slider .testo>h4,
.slider .testo>h5,
.slider .testo>h6 {
    text-shadow: 1px 1px 3px #000
}

.slider-cnt {
    padding: 0 10px
}

.slider-cnt .layout {
    margin: 0 auto
}

.fascia-briciole {
    background-color: #004288
}

.fascia-briciole.margine {
    margin-top: 160px
}

.menu-secondario {
    list-style: none;
    color: #fff;
    margin: 0 10px;
    padding: 20px;
    background-color: #0168b3;
    position: relative;
    display: inline-block;
    min-width: 200px
}

.menu-secondario>li:after {
    content: "▼";
    display: inline-block;
    font-size: 9px;
    margin: 0 5px;
    transform: scale(1.8, 1);
    float: right;
    line-height: 20px
}

.menu-secondario ul {
    list-style: none;
    background-color: #0168b3;
    color: #fff;
    margin: 0;
    padding: 20px;
    position: absolute;
    left: 0;
    display: none;
    min-width: 200px;
    z-index: 1
}

.menu-secondario.hover ul {
    display: block
}

.menu-secondario a {
    color: #fff;
    text-decoration: none
}

.briciole {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-size: 14px
}

.briciole .padre {
    color: #00b3d3
}

.links {
    background-color: #009fe3;
    padding: 10px 0;
    text-align: right
}

.links .layout {
    margin: 0 auto
}

.links p {
    margin: 0
}

.links .blue-button1,
.links .blue-button2,
.links .blue-button3 {
    margin: 5px;
    font-size: 14px;
    padding: 5px 20px;
    background-color: #fff
}

.links .blue-button1 {
    color: #004288
}

.links .blue-button2 {
    color: #009fe3
}

.links .blue-button3 {
    color: #00b5d4
}

.contenuti {
    width: 960px;
    overflow: hidden;
    margin: 20px auto;
    min-height: 400px
}

.contenuti.margine {
    margin-top: 180px
}

.col-sx {
    float: left;
    width: 75%
}

.col-dx {
    float: right;
    width: calc(25% - 100px);
    background-color: #00b5d4;
    margin: 50px 10px 0 30px;
    padding: 30px;
    color: #fff
}

.filtri-news a {
    color: #fff
}

.filtri-news span {
    font-weight: bold
}

.filtri-news ul {
    list-style-type: none;
    margin: 0
}

.filtri-news>ul {
    margin: 10px 0 30px
}

.filtri {
    margin: 10px 0;
    overflow: hidden
}

.filtri>div {
    float: left;
    margin: 0 10px
}

.filtri .filtro-power {
    width: calc(49% - 20px)
}

.filtri .filtro-speed,
.filtri .filtro-winding,
.filtri .filtro-phase {
    width: calc(17% - 20px)
}

.filtri .filtro-speed select,
.filtri .filtro-winding select,
.filtri .filtro-phase select {
    margin-top: 20px;
    width: 90%
}

.elenco-famiglie {
    margin: 30px 0 0
}

.famiglia {
    display: inline-block;
    width: calc(33.333% - 20px);
    margin: 10px;
    text-align: center;
    vertical-align: top
}

.fam-img img {
    display: block;
    margin-bottom: 5px;
    max-width: 100%
}

.tabella-dati,
.tabella-range {
    float: left;
    width: calc(50% - 20px);
    margin: 10px 10px
}

.tabella-dati table,
.tabella-range table {
    width: 100%;
    border-spacing: 1px
}

.tabella-dati table tr td,
.tabella-dati table tr th,
.tabella-range table tr td,
.tabella-range table tr th {
    padding: 10px 15px;
    background-color: #f0f0f0;
    text-align: left
}

.tabella-dati table tr th,
.tabella-range table tr th {
    background-color: #f6f6f6
}

.tabella-dati table tr td:last-child {
    background-color: #009fe3;
    color: #fff
}

.tabella-range table tr td:not(:first-child) {
    background-color: #00b5d4;
    color: #fff
}

.ingombri {
    float: left;
    background-color: #f6f6f6;
    width: calc(50% - 20px);
    margin: 0 10px 30px
}

.ingombri p {
    padding: 10px;
    color: #004288;
    font-weight: bold
}

.img-ingombro {
    float: left;
    width: calc(50% - 20px);
    margin: 10px
}

.img-ingombro img {
    width: 100%
}

.footer {
    background-color: #3b3b3b;
}

.foot-menu {
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
    margin-top: 30px;
    color: #fff;
    font-size: 15px
}

.foot-menu a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: 200ms
}

.foot-menu a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.foot-loghi {
    margin: 0 10px;
    padding: 20px 0
}

.foot-scuro {
    background-color: #1d1d1b;
    overflow: hidden;
    color: #ccc;
    font-size: 13px
}

.foot-scuro a {
    color: #ccc
}

.foot-dati {
    float: left;
    margin: 10px
}

.foot-credits {
    float: right;
    margin: 10px
}

.contenuti table.table-zanardi {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 15px
}

.contenuti table.table-zanardi tr th {
    background-color: #262f3a;
    color: #fff;
    font-weight: bold;
    text-align: left
}

.contenuti table.table-zanardi tr th,
.contenuti table.table-zanardi tr td {
    padding: 5px
}

.contenuti table.table-zanardi tr:nth-child(even) td {
    background-color: #e3e4e8
}

.contenuti table.table-zanardi tr:nth-child(odd) td {
    background-color: #f1f2f3
}

.search-result {
    overflow: hidden;
    margin: 10px auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.search-result a {
    color: #004288
}

.search-result-files {
    margin: 10px 0 0
}

.search-result-files a {
    color: #009fe3;
    text-decoration: none
}

.expand {
    text-decoration: none;
    color: unset
}

.expand::after {
    content: url(../images/menu.svg);
    width: 32px;
    height: 32px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.collapse {
    overflow: hidden;
    height: 200px;
    transition: height 500ms;
    border-bottom: 3px solid #00b5d4;
    position: relative;
    margin-bottom: 50px
}

.collapse::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 200px;
    cursor: row-resize
}

.collapse.open {
    height: auto;
    border-bottom: 0
}

.collapse.open::after {
    height: 0;
    box-shadow: none
}

.filtro-hr-cat {
    margin: 0 10px;
    background-color: #009fe3;
    color: #fff;
    float: left;
    padding: 20px
}

#map {
    width: 100%;
    height: 550px
}

.form-search input[type="text"] {
    width: calc(100% - 30px);
    font-size: 18px;
    padding: 15px;
    margin: 10px 0
}

.form-search .blue-button1 {
    font-weight: bold;
    font-size: 24px
}

.riga-intestazione {
    height: 40px;
    line-height: 18px
}

.riga-pari {
    height: 40px;
    line-height: 40px
}

.riga-dispari {
    height: 40px;
    line-height: 40px;
    background-color: #ebe6c4
}

.colonna-intestazione {
    padding: 0 10px;
    font-weight: bold
}

.colonna {
    padding: 0 10px;
    color: #821615
}

.formcontatti {
    padding: 30px 20px;
    margin: 10px;
    background-color: #f5f5f5
}

.formcontatti h5 {
    margin: 30px 0 20px;
    color: #004288
}

.formcontatti .req:after {
    content: " *";
    color: #f44336
}

.form-riga-standard {
    overflow: hidden;
    margin-bottom: 15px
}

.form-riga-standard label {
    float: left;
    width: 30%;
    padding: 5px 0
}

.form-riga-standard input[type=text],
.form-riga-standard input[type=email],
.form-riga-standard select {
    width: calc(55% - 12px);
    margin-left: 5%;
    padding: 5px;
    box-sizing: border-box
}

.form-riga-standard textarea {
    width: calc(90% - 12px);
    padding: 5px;
    font-size: 80%;
    box-sizing: border-box
}

.form-riga-standard textarea.message {
    font-size: 110%
}

.form-riga-standard table {
    width: 85%
}

.form-riga-standard table tr td {
    text-align: center;
    width: 16.666%
}

.form-riga-standard table tr td.sinistra {
    text-align: left
}

.form-riga-privacy {
    overflow: hidden;
    margin-bottom: 15px
}

.form-riga-captcha {
    overflow: hidden;
    margin-bottom: 15px
}

.form-riga-captcha img {
    vertical-align: bottom
}

select.selectarea {
    float: left;
    width: 15%
}

.riga-form-big {
    float: left;
    display: inline;
    width: 100%;
    height: 75px
}

.etichetta {
    float: left;
    display: inline;
    width: 30%;
    height: 30px;
    line-height: 36px;
    margin: 0 10px 0 20px
}

.campo-form {
    float: left;
    display: inline;
    width: 65%;
    height: 30px;
    line-height: 36px;
    margin: 0;
    border: 0;
    background-color: #fff8dd
}

.campo-form-big {
    float: left;
    display: inline;
    width: 65%;
    height: 60px;
    line-height: 16px;
    margin: 0;
    border: 0;
    background-color: #fff8dd
}

#submit {
    margin: 8px 0 0 15px
}

.obbligatori {
    margin: 30px 0 0 0
}

.privacy {
    margin: 20px 0 0 0
}

.campo-testo {
    float: left;
    margin: 0 10px 0 20px
}

.nascosto {
    display: none
}

.layout {
    margin: 50px auto;
    overflow: hidden
}

.layout-5 {
    display: inline-block;
    margin: 30px 0 40px;
    width: 20%;
    overflow: hidden;
    vertical-align: top
}

.layout-2col .layout {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.testo-lay0 {
    margin: 0 10px
}

.testo-lay1,
.testo-lay7 {
    margin-left: 10px;
    overflow: hidden
}

.testo-lay2 {
    margin-right: 10px;
    overflow: hidden
}

.foto-lay1 {
    float: right;
    margin: 5px 10px 0 20px;
    max-width: 460px;
    text-align: right
}

.foto-lay2 {
    float: left;
    margin: 5px 20px 0 10px;
    max-width: 460px;
    text-align: center
}

.foto-lay7 {
    float: right;
    margin: 5px 10px 0 20px;
    max-width: 580px;
    text-align: center
}

.foto-lay1 img,
.foto-lay2 img,
.foto-lay7 img {
    max-width: 100%;
    margin-bottom: 15px
}

.foto-allegato {
    display: inline;
    float: left;
    margin-right: 13px
}

.testo-allegato {
    display: inline;
    width: 100%;
    font-size: 14px;
    font-weight: bold
}

.img-unica {
    text-align: center
}

.img-unica img {
    max-width: 100%
}

.slider-cnt .img-unica {
    position: relative
}

.slider-cnt .img-unica .didascalia {
    position: absolute;
    z-index: 1;
    top: 20px;
    color: #fff;
    width: 80%;
    padding: 0 10%;
    text-shadow: 1px 1px 3px #000
}

.due-img-affiancate {
    float: left;
    width: calc(50% - 20px);
    text-align: center;
    margin: 0 10px;
    position: relative
}

.due-img-affiancate img {
    max-width: 100%;
    height: auto
}

.due-img-affiancate .etichetta-link {
    position: absolute;
    background: rgba(0, 159, 227, 1) url("../fonts/freccia.svg") no-repeat scroll right 10px center / 30px 30px;
    padding: 20px;
    color: #fff;
    top: 30px;
    padding-right: 30px;
    min-width: calc(50% - 40px);
    text-align: left;
    transition: 200ms;
    font-size: 20px
}

.due-img-affiancate:first-child a .etichetta-link {
    background-color: rgba(0, 181, 212, 1)
}

.due-img-affiancate:first-child a:hover .etichetta-link {
    background-color: rgba(0, 181, 212, 0.8)
}

.due-img-affiancate:last-child a .etichetta-link {
    background-color: rgba(0, 66, 136, 1)
}

.due-img-affiancate:last-child a:hover .etichetta-link {
    background-color: rgba(0, 66, 136, 0.8)
}

.tre-img-affiancate {
    float: left;
    width: calc(33.333% - 20px);
    text-align: center;
    margin: 0 10px;
    position: relative
}

.tre-img-affiancate img {
    max-width: 100%
}

.tre-img-affiancate .etichetta-link {
    position: absolute;
    background: rgba(0, 159, 227, 1) url("../fonts/freccia.svg") no-repeat scroll right 10px center / 30px 30px;
    padding: 15px;
    color: #fff;
    top: 30px;
    padding-right: 30px;
    min-width: calc(50% - 40px);
    text-align: left;
    transition: 200ms;
    font-size: 18px
}

.tre-img-affiancate:first-child a .etichetta-link {
    background-color: rgba(0, 181, 212, 1)
}

.tre-img-affiancate:first-child a:hover .etichetta-link {
    background-color: rgba(0, 181, 212, 0.8)
}

.tre-img-affiancate:last-child a .etichetta-link {
    background-color: rgba(0, 66, 136, 1)
}

.tre-img-affiancate:last-child a:hover .etichetta-link {
    background-color: rgba(0, 66, 136, 0.8)
}

.quattro-img-affiancate {
    float: left;
    width: calc(25% - 20px);
    text-align: center;
    margin: 0 10px;
    position: relative
}

.quattro-img-affiancate img {
    max-width: 100%;
    height: auto
}

.quattro-img-affiancate .etichetta-link {
    position: absolute;
    background: rgba(0, 159, 227, 1) url("../fonts/freccia.svg") no-repeat scroll right 10px center / 22px 22px;
    padding: 15px;
    color: #fff;
    top: 20px;
    padding-right: 30px;
    min-width: calc(60% - 30px);
    text-align: left;
    transition: 200ms
}

.quattro-img-affiancate a:hover .etichetta-link {
    background-color: rgba(0, 159, 227, 0.8)
}

.quattro-img-affiancate .etichetta-link p {
    margin: 0
}

.tre-colonne-testo {
    float: left;
    width: calc(33.333% - 60px);
    margin: 0 10px;
    background: #f6f6f6;
    padding: 20px
}

.colonne-testo {
    float: left;
    margin: 0 10px;
    background: #f6f6f6;
    padding: 20px
}

.colonne-testo-1 {
    width: calc(100% - 60px)
}

.colonne-testo-2 {
    width: calc(50% - 60px)
}

.colonne-testo-3 {
    width: calc(33.333% - 60px)
}

.colonne-testo-4 {
    width: calc(25% - 60px)
}

.atl {
    margin: 0 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    padding-right: 10px;
    overflow: hidden
}

.atl a {
    text-decoration: none;
    color: #9b9b9b
}

.atl a:hover {
    color: #000
}

.atl-img {
    min-height: 212px;
    width: 152px;
    background: url(../images/bg-atl.gif);
    margin-bottom: 8px
}

.atl-img img {
    display: block;
    border: 1px solid #d9d9d9;
    transition: 300ms;
    width: 100%
}

.atl a:hover .atl-img img {
    border-color: #000
}

.atl .txt {
    float: left;
    font-size: 14px;
    word-wrap: break-word;
    max-width: calc(100% - 40px)
}

.atl .ext {
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #00b5d4;
    padding: 4px;
    color: #fff;
    border-radius: 4px;
    font-size: 13px
}

.inl,
.exl {
    margin: 0 10px;
    background-color: rgba(0, 159, 227, 1);
    padding: 10px
}

.inl:hover,
.exl:hover {
    background-color: rgba(0, 159, 227, 0.8)
}

.inl a,
.exl a {
    color: #fff;
    margin-left: 6px
}

.inl p,
.exl p {
    display: inline
}

.apl,
.apl ul {
    margin: 0;
    list-style: none
}

.contenuti .apl>li,
.apl li.slick-slide {
    display: inline-block;
    margin: 10px 10px;
    width: calc(25% - 20px);
    vertical-align: top
}

.prod .contenuti .apl>li {
    width: calc(50% - 20px)
}

.contenuti .apl>li a,
.apl li.slick-slide a {
    display: block;
    color: #fff;
    text-decoration: none
}

.contenuti .apl>li .apl-img,
.apl li.slick-slide .apl-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.contenuti .apl>li .apl-img.imgok,
.apl li.slick-slide .apl-img.imgok {
    width: 100%;
    height: 125px;
    padding-top: 20px
}

.prod .contenuti .apl>li .apl-img.imgok {
    height: 280px
}

.contenuti .apl>li .apl-img .apl-txt,
.apl li.slick-slide .apl-img .apl-txt {
    background-color: rgba(0, 159, 227, 1);
    padding: 5px 10px
}

.contenuti .apl>li a:hover .apl-img .apl-txt,
.apl li.slick-slide a:hover .apl-img .apl-txt {
    background-color: rgba(0, 159, 227, 0.8)
}

.contenuti .apl>li .apl-img.imgok .apl-txt,
.apl li.slick-slide .apl-img.imgok .apl-txt {
    background: rgba(0, 159, 227, 1) url("../images/freccia.svg") no-repeat scroll right 10px center / 22px 22px;
    padding: 15px;
    color: #fff;
    padding-right: 30px;
    width: 0;
    min-width: calc(60% - 30px);
    text-align: left;
    transition: 200ms
}

.contenuti .apl li .apl-img .apl-subtxt {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #004288;
    display: none
}

.prod .contenuti .apl li .apl-img .apl-subtxt {
    display: block
}

.layout-5 .apl li {
    background-color: transparent;
    margin: 0
}

.layout-5 .apl li a {
    padding: 0
}

.layout-5 .apl li ul {
    margin-top: 10px
}

.layout-5 .apl li ul li a {
    color: #b0b0b0
}

.layout-5 .apl li ul li a:hover {
    color: #fff
}

.news,
.rst {
    width: calc(100% - 20px);
    margin: 0 10px 50px;
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc
}

.news-big {
    float: left;
    width: calc(75% - 20px);
    margin: 0 10px
}

.newsslider {
    position: relative;
    float: right;
    width: calc(25% - 20px);
    margin: 0 10px;
    padding-bottom: 20px
}

.newsslider ul.slides li {
    float: left;
    width: 100%
}

.news-small {
    width: calc(100% - 45px);
    margin: 0 10px 2px;
    background-color: #fff;
    border-left: 5px solid #004288;
    padding: 10px
}

.img-news,
.img-rst {
    float: right;
    width: 380px;
    min-height: 200px;
    background-image: url(../images/default-family-img.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.img-news img,
.img-rst img {
    max-width: 100%;
    display: block
}

.img-news-home {
    float: left;
    max-width: 380px
}

.img-news-home img {
    max-width: 100%
}

.txt-news-home {
    padding: 0 30px;
    overflow: hidden
}

.txt-news {
    padding-right: 60px;
    overflow: hidden
}

.news strong,
.rst strong {
    color: black;
    font-size: 24px
}

.titolo-news,
.titolo-news a {
    text-decoration: none;
    color: #004288
}

.data-news {
    font-size: 90%;
    color: #b1b1b1
}

.continua {
    color: #00b5d4
}

.continua::after {
    content: ">";
    margin-left: 5px
}

.indietro {
    padding: 10px
}

.video {
    margin: 0 10px 50px
}

.contenuti .video-2col:nth-child(odd) {
    float: left;
    width: calc(50% - 50px);
    margin: 50px 40px 50px 10px
}

.contenuti .video-2col:nth-child(even) {
    float: left;
    width: calc(50% - 50px);
    margin: 50px 10px 50px 40px
}

.annunci {
    float: left;
    background: #e5e5e5;
    width: 641px
}

.annunci .bianco {
    float: left;
    background: #fff;
    margin: 1px;
    display: inline;
    width: 639px
}

.annuncio {
    background-color: #f5f5f5;
    padding: 20px;
    width: calc(50% - 60px);
    margin: 20px 10px;
    display: inline-block;
    vertical-align: top
}

.annuncio a {
    text-decoration: none
}

.annuncio-pari {
    float: left;
    width: 613px;
    background: #ebebeb url(../images/puntoelenco.gif);
    background-repeat: no-repeat;
    background-position: 3px 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 1px;
    display: inline
}

.layout-paginazione {
    margin-left: 18px
}

.paginazione {
    background: #f0f0f0;
    padding: 10px 15px;
    margin-right: 3px;
    display: inline-block
}

.paginazioneanno {
    padding: 5px 8px;
    margin-right: 3px
}

.screensaver {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
    background-image: url(../images/sfondo_screensaver_alt.jpg), url(../images/sfondo_screensaver_rp.jpg);
    background-position: bottom right;
    background-repeat: no-repeat, repeat-x
}

.screen-testo {
    max-width: 560px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 400px;
    text-align: center;
    padding: 0 10px
}

.screen-testo img {
    width: 100%;
    max-width: 260px;
    opacity: .5;
    margin: 60px 0 15px
}

.screen-piede {
    position: absolute;
    bottom: 70px;
    left: 50px;
    color: #fff;
    padding: 20px;
    opacity: .5
}

.screen-piede img {
    height: 60px;
    margin-right: 20px;
    margin-bottom: 15px
}


.editable {
    opacity: .5 !important
}

.ui-datepicker * {
    font-size: .9em
}

.product_catalog_title{
	color:#fff;
}
.hn_right_2px_border
{
	border-bottom: 2px #ff8f02 solid;
	margin-left: 15px;
	margin-top:5px;
	margin-bottom:5px;
}
.hn_right_title {
    margin-left: 15px;
    font-size: 25px;
    padding: 15px;
    height: 28px;
    color: #333;
    padding: 15px;
    margin-bottom: 10px;
    border-bottom: 2px #ff8f02 solid;
    padding-left: 2px;
    padding-top: 8px;
}
.hn_right_title1 {
    margin-left: 15px;
    font-size: 20px;
    color: #777;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #ff8f02 solid;
    padding-left: 2px;
    margin-left: 20px;
    height: 20px;
    color: #333;
    
}

.hn_right_content {
    margin-left: 15px;
    font-size: 14px;
    color: #333;
    padding: 15px;
    padding-left: 2px;
    padding-top: 8px;
    line-height:150%;
}

a:hover{
	color:#ff8a00;
	text-decoration:underline;
}
.top_mail_address {
	color:#888;
	text-decoration:none;
}
.top_mail_address a:hover{
	color:#ff8a00;
	text-decoration:underline;
}

.font_mons_bold{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

@media (max-width:1290px) {
	.container {
		width: 95%;
		margin: 0 auto;
	}
	.nav {
		padding-left:0px;
	}
	.menu {
		margin-top: 9px;
	}
}

@media screen and (max-width:700px) {
	.head-bianco {
		background-color: #ff0000;
        padding-top:0px;
        
	}
	.header_logo{
		width:100%;
		height:auto;
	}
	.container {
		width: 100%;
		margin: 0 auto;
	}
	.logo {
		float:left;
		margin: 32px 10px;
		margin-right:0px;
	}
    .menu_space{
        display: none;
    }
	.menu {
		clear:both;
		margin-top: 0px;
	}
	.nav1 {
		margin: 0;
		padding:0;
		width:100%;
	}
	.nav1 ul {
		padding: 0;
		width: 100px;
		background-color: #FFF
	}
	.nav1 a {
		padding: 0px;
		text-align: center;
		font-weight: 600;
        color: #004288;
        width: auto;
        padding:0;
    }
}

.layui-breadcrumb a,.layui-breadcrumb span
{
	font-size:20px;
}