body{
font-family: 'frutiger-roman', Arial, sans-serif;
font-size: 16px;
overflow-x: hidden;
width: 100vw;
}
.body-home{
background-image: url(../images/background-home.png);
background-repeat: no-repeat;
background-size: 100vw;
background-position: center top;
}
/* FONTS */
@font-face {
    font-family: 'frutiger-roman';
    src: url('../fonts/frutiger-roman.eot');
    src: url('../fonts/frutiger-roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutiger-roman.woff2') format('woff2'),
         url('../fonts/frutiger-roman.woff') format('woff'),
         url('../fonts/frutiger-roman.ttf') format('truetype'),
         url('../fonts/frutiger-roman.svg#frutiger55_roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'frutiger-bold';
    src: url('../fonts/frutiger-bold.eot');
    src: url('../fonts/frutiger-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutiger-bold.woff2') format('woff2'),
         url('../fonts/frutiger-bold.woff') format('woff'),
         url('../fonts/frutiger-bold.ttf') format('truetype'),
         url('../fonts/frutiger-bold.svg#frutiger_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: 'frutiger-light';
src: url('../fonts/Frutiger_LT_45_Light.ttf');
font-weight: normal;
font-style: normal;
}
h1, h2, h3, h4{
font-family: 'frutiger-bold';
}
.header-internal{
background-color: #E14412;
padding-bottom: 12vh;
}
.navbar{
padding-top: 8vh;
}
.navbar-nav{
padding: 10px;
}
.navbar-brand{
margin: 0;
}
.navbar-brand img{
width: 30vw;
display: block;
margin: auto;
}
.navbar-light .navbar-toggler{
border: none;
}
.navbar-light .navbar-toggler-icon{
background-image: url(../images/nav-icon.png);
background-position: center;
height: 20px;
width:35px;
}

/* VIEW HEADINGS */
.view-headings{
height: 50vh;
}
.view-headings h1{
color: #fff;
font-size: 2em;
padding-top: 6vh;
text-shadow:2px 1px 2px #000;
}
.view-headings h2{
font-family: 'frutiger-roman';
color: #fff;
font-size: 1em;
width: 50%;
margin: auto;
border-top:1px solid #fff;
padding-bottom: 7vh;
padding-top: 5px;
text-shadow:2px 1px 2px #000;
}
.view-headings h3{
font-family: 'frutiger-roman';
color: #fff;
font-size: 0.9em;
width:92%;
margin: auto;
text-shadow:2px 1px 2px #000;
}

/* VIEW PLANTS */
.view-plants{
background-color: #fff;
border-radius:40px 0 0 0;
margin-top: -50px;
}
.view-plants h4{
color: #787472;
font-size: 1em;
text-align: center;
width: 64%;
margin: auto;
padding: 20px 0;
font-family: 'frutiger-roman';
}
.view-plants h4 span{
font-family: 'frutiger-bold';
}
.view-plants .carousel label{
color:  #E14412;
font-size: 1em;
font-family: 'frutiger-roman';
border-bottom:1px solid #002F6D; 
width: 100%;
text-transform: uppercase;
}

/* VIEW RACCONTA */
.view-racconta{
margin-top: 50px;
background-color: #E3E1E2;
background-image: url(../images/racconta.png);
background-size: 84%;
background-position: center top 20px;
padding: 15px;
background-repeat: no-repeat;
}
.view-racconta img{
width: 90%;
display: block;
margin: auto;
}
.view-racconta p{
color: #787472;
text-align: center;
padding-top: 40vh;
font-size: 0.8em;
}
.view-racconta span{
font-family: 'frutiger-bold';
}
.view-racconta a, .view-racconta a:visited{
color: #787472;
}
.view-racconta a:active{
text-decoration: underline;
}

/* VIEW INTRO */
.view-intro-top{
border-radius:40px 0 0 0;
margin-top: -40px;
background-color: #fff;
padding-bottom: 15px;
}
.view-intro-top .plant-icon{
width: 50px;
display: block;
margin: -25px auto 0 auto;
}
.view-intro-heading h1{
color: #002F6D;
text-align: center;
font-size: 2em;
}
.view-intro-heading img{
width: 100%;
}
.view-intro-heading h2{
color: #002F6D;
font-size: 0.9em;
font-family: 'frutiger-roman';
border-top:1px solid #002F6D; 
text-align: center;
margin:auto;
padding-top: 5px;
}

/* CAROUSEL */
.carousel-inner{
width: 94%;
margin: auto;
}
.carousel-indicators{
bottom: -40px;
}
.carousel-indicators li{
background-color: #787472;
}
.carousel-indicators .active{
background-color: #E14412;
}
.carousel-indicators.icons{
position: relative;
margin: 0;
margin-bottom: 20px;
}
.carousel-indicators.icons li{
background-color: transparent;
width: 20vw;
height: 20vw;
text-indent: 0;
text-align: center;
position: relative;
}
.carousel-indicators.icons li img{
width: 30px;
display: block;
margin: auto;
}
.carousel-indicators.icons li::before, 
.carousel-indicators.icons li::after{
display: none;
}

/* VIEW SLIDER */
.view-slider p{
text-align: center;
color: #E14412;
font-size: 0.8em;
display: none;
}
.icons li.active p{
display: inline-block;
overflow: hidden;
animation: typing 1s steps(50, end), blink .75s step-end infinite;
white-space: nowrap;
box-sizing: border-box;
}
.icons li p::after{
content:"";
display: block;
height: 5px;
width:5px;
border-radius:50%;
background-color: #E14412;
margin: 15px auto;
}
.icons li.active img{
display: none;
}
.view-slider .goto img{
height: 50px;
margin-top: -25px;
margin-left: auto;
display: flex;
}

/* VIEW SUBTITLE */
.view-subtitle h2{
color: #002F6D;
font-size: 1em;
font-family: 'frutiger-bold';
border-top:1px solid #002F6D; 
text-align: center;
width: 50%;
margin:auto;
padding-top: 5px;
}
.view-subtitle h3{
font-size: 0.8em;
font-family: 'frutiger-roman';
color: #002F6D;
}
.view-subtitle label{
display: block;
font-size: 0.8em;
font-family: 'frutiger-bold';
margin: 0;
}
.view-subtitle span{
font-size: 0.8em;
}
.view-subtitle .calltoaction{
padding: 5%;
text-align: center;
background-image: url(../images/pattern.png);
margin: 15px 0;
}
.view-subtitle .calltoaction p{
color: #002F6D;
display: block;
font-size: 0.9em;
}
.view-subtitle .calltoaction a{
color: #002F6D;
font-family: 'frutiger-bold';
display: block;
font-size: 0.9em;
}
.view-subtitle .calltoaction a:before{
content: "";
background-image: url(../images/arrow-l.png);
display: inline-block;
height: 12px;
width: 20px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
vertical-align: middle;
}
.view-subtitle .calltoaction a:after{
content: "";
background-image: url(../images/arrow-r.png);
display: inline-block;
height: 12px;
width:20px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
vertical-align: middle;
}

/* VIEW BELLEZZA */
.view-contents{
padding: 15px;
}
.grid-container {
display: grid;
grid-template-columns: auto auto;
column-gap: 15px;
row-gap: 15px;
}
.grid-container .item-1{
grid-column: 1;
grid-row: 1 / span 2;
}
.grid-container .item-4{
grid-column: 1 / span 2;
grid-row: 3;
}
.grid-container .item-6{
grid-column: 2;
grid-row: 4 / span 2;
}
.grid-container .item-7{
grid-column: 1;
grid-row: 5 / span 2;
}
.grid-container .item-9{
grid-column: 1 / span 2;
grid-row: 7;
}
.grid-container .item-10{
grid-column: 1;
grid-row: 8 / span 2;
}
.grid-container .item-13{
grid-column: 1 / span 2;
grid-row: 10;
}
.grid-container .item-15{
grid-column: 2;
grid-row: 11 / span 2;
}
.grid-container .item-16{
grid-column: 1;
grid-row: 12 / span 2;
}
.grid-container .item-18{
grid-column: 1 / span 2;
grid-row: 14;
}
.grid-container .item-19{
grid-column: 1;
grid-row: 15 / span 2;
}
.grid-container .item-22{
grid-column: 1 / span 2;
grid-row: 17;
}
.grid-container .item-24{
grid-column: 2;
grid-row: 18 / span 2;
}
.grid-container .item-25{
grid-column: 1;
grid-row: 19 / span 2;
}
.grid-container .item-27{
grid-column: 1 / span 2;
grid-row: 21;
}
.grid-container .item-28{
grid-column: 1;
grid-row: 22 / span 2;
}
.grid-container .item-31{
grid-column: 1 / span 2;
grid-row: 24;
}
.grid-container .item-33{
grid-column: 2;
grid-row: 25 / span 2;
}
.grid-container .item-34{
grid-column: 1;
grid-row: 26 / span 2;
}
.grid-container .item-36{
grid-column: 1 / span 2;
grid-row: 28;
}
.grid-container .item-37{
grid-column: 1;
grid-row: 29 / span 2;
}
.grid-container .item-40{
grid-column: 1 / span 2;
grid-row: 31;
}
.grid-container .item-42{
grid-column: 2;
grid-row: 32 / span 2;
}
.grid-container .item-43{
grid-column: 1;
grid-row: 33 / span 2;
}
.grid-container .item-45{
grid-column: 1 / span 2;
grid-row: 35;
}
.grid-container .item-46{
grid-column: 1;
grid-row: 36 / span 2;
}
.grid-container .item-49{
grid-column: 1 / span 2;
grid-row: 38;
}
.grid-container .item-51{
grid-column: 2;
grid-row: 39 / span 2;
}
.grid-container .item-52{
grid-column: 1;
grid-row: 40 / span 2;
}
.grid-container .item-54{
grid-column: 1 / span 2;
grid-row: 42;
}
.grid-container .item-55{
grid-column: 1;
grid-row: 43 / span 2;
}
.grid-container .item-58{
grid-column: 1 / span 2;
grid-row: 45;
}
.grid-container .item-60{
grid-column: 2;
grid-row: 46 / span 2;
}
.grid-container .item-61{
grid-column: 1;
grid-row: 47 / span 2;
}
.grid-container .item-63{
grid-column: 1 / span 2;
grid-row: 49;
}
.grid-container .item-64{
grid-column: 1;
grid-row: 50 / span 2;
}
.grid-container .item-67{
grid-column: 1 / span 2;
grid-row: 52;
}
.grid-container .item-69{
grid-column: 2;
grid-row: 53 / span 2;
}
.grid-container .item-70{
grid-column: 1;
grid-row: 54 / span 2;
}
.grid-container .item-72{
grid-column: 1 / span 2;
grid-row: 56;
}
.grid-container .item-73{
grid-column: 1;
grid-row: 57 / span 2;
}
.grid-container .item-76{
grid-column: 1 / span 2;
grid-row: 59;
}
.grid-container .item-78{
grid-column: 2;
grid-row: 60 / span 2;
}
.grid-container .item-79{
grid-column: 1;
grid-row: 61 / span 2;
}
.grid-container .item-81{
grid-column: 1 / span 2;
grid-row: 63;
}
.grid-container .item-82{
grid-column: 1;
grid-row: 64 / span 2;
}
.grid-container .item-85{
grid-column: 1 / span 2;
grid-row: 66;
}
.grid-container .item-87{
grid-column: 2;
grid-row: 67 / span 2;
}
.grid-container .item-88{
grid-column: 1;
grid-row: 68 / span 2;
}
.grid-container .item-90{
grid-column: 1 / span 2;
grid-row: 70;
}

.grid-container img{
height:100%;
width:100%;
object-fit: cover;
overflow: hidden;
}
.grid-container video{
width: 100%;
}

.pdf-container img{
width: 100%;
margin-bottom: 20px;
}

/* SHARE */
.fb-share-button{
position: fixed !important;
top: 2%;
left: 2%;
z-index: 999999;
}
.twitter-share-button{
position: fixed !important;
top: 2%;
right: 2%;
z-index: 999999;
}

/* VIEW CONTRIBUTOR */
.view-contributor{
padding: 30px;
}
.view-contributor dt{
color: #E14412;
font-family: 'frutiger-bold';
}
.view-contributor dd{
color: #002F6D;
font-family: 'frutiger-roman';
padding-left: 10px;
}

/* FOOTER */
footer{
background-color: #002F6D;
color: #fff;
font-size: 0.7em;
padding: 15px;
}
footer p{
margin: 0;
}
footer img{
width: 100%;
}
footer a, footer a:visited{
color: #fff;
}
footer a:active{
text-decoration: underline;
}
.direttiva2009_136_CE{
display: none;
}

/* ANIMAZIONI */

@keyframes typing {
    from { 
        width: 0% 
    }
    to { 
        width: 100% 
    }
}


/* web  */
@media only screen and (min-width: 992px){
    body{
        font-size: 20px;
    }
    .navbar-brand img{
        width: 10vw;
    }
    .carousel{
        width: 30vw;
        margin: auto;
    }
    .view-plants{
        height: 110vh;
        margin-top: 0;
    }
    .view-racconta p{
        text-align: right;
        padding-right: 5%;
        font-size: 1.3em;
    }
    .view-racconta{
        height: 100vh;
        background-size: 35%;
        background-position: center left 5%;
    }
    .view-intro-heading img{
        width: 80px;
    }
    .carousel-indicators.icons li{
        height: 10vh;
    }
    .carousel-indicators.icons li img{
        width: 50px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        height: 40px;
        width: 40px;
    }
    .carousel-indicators{
        bottom:-80px;
    }
    .carousel-indicators.icons{
        bottom:-20px;
    }
    .pdf-container img{
    width: 70%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    }
    footer img{
        width:150px;
    }
}

@media only screen and (max-height: 400px){
    .view-plants{
        margin-top: 0;
    }
    .carousel{
        width: 50vw;
        margin: auto;
    }
    .view-plants{
        height: 180vh;
        margin-top: 0;
    }
    .view-racconta{
        height: 100vh;
        background-size: 35%;
        background-position: center left 5%;
    }
    .view-racconta p{
        text-align: right;
    }
}
@media only screen and (max-height: 900px) and (min-width:1024px){
    .carousel-indicators{
        bottom:-50px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .view-plants .carousel label{
    font-family: 'frutiger-roman';
    }
}