/* CSS FRAMEWORK
versione 4.0 by Newwave srl - http://www.newwwave-media.it/

-------------------------------------------------------------
-------------------------------------------------------------
	background-image: url(../img/xxx.png);
	_background-image: url(../common/img/transparent.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/xxx.png", sizingMethod="crop");
	background-repeat: no-repeat;
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, figure, footer, header,
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

pre {
padding: 15px;
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}
/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; width: auto !important; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

:focus {
outline: 0;
}
/* bicubic resizing for non-native sized IMG:*/
.ie7 img { -ms-interpolation-mode: bicubic; }
.clearer {
     visibility: hidden;
     display: block;
     font-size: 0;
     clear: both;
     height: 0;
     }

/* Heading kerning pairs and ligatures */
h1, h2, h3 { text-rendering: optimizeLegibility; }

/* END RESET CSS */

#infocontent {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -900px;
    left: -900px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 10px;
}

#infocontent ul li {
    list-style-type: none;
}

#infocontent h3 a,
#infocontent ul li a {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}



/* -------- STILI PROGETTO ------- */
::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    transition: all 600ms;
    -moz-transition: all 600ms;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
}

#loader.nascosto {
    opacity: 0;
    z-index: -100;
}

#privacySlider {
    background-color: #333;
    color: #fff;
    position: fixed;
    left: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    bottom: 0;
    height: auto;
    min-height: 30px;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    font-style: normal;
    line-height: 130%;
    font-size: 13px;
    font-variant: normal;
    display: none;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}

#privacySlider a {
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

#privacySlider a:hover {
    text-decoration: none;
}

#privacySlider a#cookieBtn {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    padding: 3px 10px;
    display: inline-block;
    background-color: #fff;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #053216;
    margin: 5px;
}

#privacySlider a#cookieBtn:hover {
    background-color: #000;
    color: #fff;
}



body {
	font-family: 'Roboto', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 400;

    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




/* -------- HEADER ------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
}

.navbar-brand {
    width: 160px;
    height: 99px;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    background: url(../img/logo.png) no-repeat left center / contain;
}

.social-links {
	position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.social-links li {
    float: left;
    display: inline-block;
}

.social-links li .social-icon {
    width: 36px;
    height: 36px;
    display: block;
}

.social-links li .social-icon svg {
    width: 100%;
    height: auto;
    display: block;
    fill: #fff;
}





/* -------- HERO ------- */
#hero {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
/*    height: calc(var(--vh, 1vh) * 100);*/
    position: relative;
    overflow: hidden;
}

#hero #grad {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    display: block;
    pointer-events: none;
    z-index: 2;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

    visibility: hidden;
    display: none;
}

#hero #hero_fg {
/*    pointer-events: none;*/
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 150px;
/*    text-shadow: 0 0 50px #000;*/
}

#hero #hero_fg .big-tt {
	font-family: 'Libre Baskerville', serif;
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 160%;
}

#hero #hero_fg .sm-tt {
    font-size: 12px;
    margin-bottom: 60px;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase;
}

#hero #hero_fg .more {
    pointer-events: all;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    font-size: 10px;
    padding: 12px 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
    transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#hero #hero_fg .more:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}


#hero #hero_bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#hero #hero_bg .swiper-container {
    width: 100%;
    height: 100%;
}

#hero #hero_bg .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    display: block;
    background: #ddd no-repeat center / cover;;
}

.loghi {
    margin-bottom: 20px;
}

.loghi .nwcol {
    text-align: center;
    margin-bottom: 10px;
}

.loghi .img-fluid {
	    width: 80%;
    }

#help {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 1000;
}



#help .swiper-pagination {
    position: relative;
    max-width: 100%;
    text-align: left;
    bottom: 6px;
}

#help .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    width: 5px;
    height: 5px;
    background-color: #989898;
}

#help .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

#help .swiper-pagination .swiper-pagination-bullet +  .swiper-pagination-bullet {
    margin-left: 25px;
}

#help .swiper-nav-wrapper {
    max-width: 90px;
    margin-left: auto;
    position: relative;
}

#help .swiper-button-next,
#help .swiper-button-prev {
    margin-top: 0;
    top: 0;
    height: 18px;
    background-size: contain;
}

#help .swiper-button-next {
    right: 0;
}

#help .info {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 11px;
    text-align: center;
}

#help .info a {
    color: #fff;
}

#help .info a:hover {
    color: #fff;
    text-decoration: underline;
}




/* -------- MEDIA QUERY ------- */
@media screen and (min-width:667px) and (min-height:375px) {
    .navbar-brand {
        width: 115px;
        height: 71px;
        margin-bottom: 15px;
    }
    
    #hero #hero_fg {
	    padding-bottom: 100px;
    }
    
    #hero #hero_fg .big-tt {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    #hero #hero_fg .more {
	    padding: 6px 15px;
    }
    
    #help {
	    bottom: 8px;
    }
    
    .loghi {
	    margin-bottom: 0;
    }
    
    .loghi .img-fluid {
	    width: 95%;
    }
}




@media screen and (min-width:768px) and (min-height:992px) {
    header {
        top: 40px;
    }
    
    .navbar-brand {
        width: 250px;
        height: 155px;
        margin-bottom: 80px;
    }

    #hero #hero_fg .big-tt {
        font-size: 40px;
    }

    #hero #hero_fg .sm-tt {
        font-size: 16px;
        margin-bottom: 75px;
    }

    #help {
        bottom: 15px;
    }
    
    .loghi {
	    margin-bottom: 40px;
    }
}



@media screen and (min-width:992px) and (min-height:768px) {    
    .navbar-brand {
        width: 250px;
        height: 155px;
        margin-bottom: 50px;
    }

    #help .info {
        font-size: 12px;
        text-align: center;
    }
    
    #hero #hero_fg .big-tt {
        font-size: 38px;
    }

    #hero #hero_fg .sm-tt {
        font-size: 16px;
        margin-bottom: 75px;
    }

    #help {
        bottom: 15px;
    }
    
    .loghi {
	    margin-bottom: 10px;
    }
    
    .loghi .img-fluid {
	    width: 75%;
    }
}


@media screen and (min-width:1280px) and (min-height:600px) {    
    .navbar-brand {
        width: 200px;
        height: 124px;
        margin-bottom: 30px;
    }
    
    #hero #hero_fg .big-tt {
        font-size: 32px;
    }
    
    .loghi .img-fluid {
	    width: 65%;
    }
}


@media screen and (min-width:1024px) and (min-height:1366px) {    
    .navbar-brand {
        width: 260px;
        height: 161px;
        margin-bottom: 70px;
    }
    
    #hero #hero_fg .big-tt {
        font-size: 44px;
    }
    
    .loghi {
	    margin-bottom: 30px;
    }
    
    .loghi .img-fluid {
	    width: 75%;
    }
    
    #hero #hero_fg .more {
	    font-size: 12px;
    }
}


@media screen and (min-width:1366px) and (min-height:1024px) {    
    .navbar-brand {
        width: 260px;
        height: 161px;
        margin-bottom: 70px;
    }
    
    #hero #hero_fg .big-tt {
        font-size: 44px;
    }
    
    .loghi {
	    margin-bottom: 30px;
    }
    
    .loghi .img-fluid {
	    width: 75%;
    }
    
    #hero #hero_fg .more {
	    font-size: 12px;
    }
    
}


@media screen and (min-width:1024px) {    
    .navbar-brand {
        width: 200px;
        height: 124px;
        margin-bottom: 30px;
    }
    
    #hero #hero_fg .big-tt {
        font-size: 32px;
    }
    
    .loghi .img-fluid {
	    width: 65%;
    }
    
}


@media screen and (min-width:1440px) {    
    .navbar-brand {
        width: 260px;
        height: 161px;
        margin-bottom: 70px;
    }
    
    #hero #hero_fg .big-tt {
        font-size: 44px;
    }
    
    .loghi {
	    margin-bottom: 30px;
    }
    
    .loghi .img-fluid {
	    width: 75%;
    }
    
}







/* -------- EXTRA ------- */
/*
* Swiper 4.5.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: February 22, 2019
*/
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-s`Ýb