

/* Document
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2
}


/* Homepage Layout
------------------------------------------------------------ */

header {
    background: none;
}
header.bee-scrolled {
    background-color: #FFF;
}
main {
    padding-top: 0;
    padding-bottom: 170px;
}


/* Page title
----------------------------------------------------*/

.pagetitle {
    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;
    width: 100%;
    margin: 0;
    
    background-image: url(../images/pagetitle-default.jpg);
    background-color: #3e2b2f;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
}
.pagetitle::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%);
}

.pagetitle .columns {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 362px;
    padding: 108px 0 80px;
}

.viestoriche .columns {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 800px;
    padding: 108px 0 80px;
}

.pagetitle h1, .pagetitle h2, .pagetitle h3,
.pagetitle h4, .pagetitle h5, .pagetitle h6 {
    margin: 0;
    color: #fff;
    letter-spacing: -1.2px;
    text-overflow: ellipsis;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.pagetitle p {
    margin: 6px 0 0;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.32px;
    word-break: keep-words;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #DDD;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.pagetitle .backurl {
    display: block;
    position: absolute;
    width: 142px;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    
    padding: 8px 10px;
    background: #ff4438;
    text-align: center;
    z-index: 200;
}
.pagetitle .backurl li {
    display:inline-block;
    position: relative;
    font-size: 13px;
    color:#3e2b2f;
    text-align: center;
}
.pagetitle .backurl li a, 
.pagetitle .backurl li a:visited {
    color: #3e2b2f;
    text-decoration:none;  
}
html.no-touch .pagetitle .backurl li a:hover {
    color: #3e2b2f;
}
.pagetitle .breadcrumb {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    
    padding: 10px 35px 10px;
    background: #ff4438;
    max-width: 75%;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 200;
}

.pagetitle .viestoriche {
    background: #006442!important;
}

.viestoriche span {
    color: white!important;    
}
.viestoriche a {
    color: white!important;
}
.viestoriche li:after {
    color: white!important;
}



.pagetitle .breadcrumb li {
    display: inline;
    position: relative;
    font-size: 12px;
    color:#6e6e6e;
    letter-spacing: -0.4px;
}
.pagetitle .breadcrumb li:after {
    display:inline-block;
    position:relative;
    content:"\2F";
    margin:0 2px;
    color:#3e2b2f;
}
.pagetitle .breadcrumb li:last-child:after {
    content:"";
    margin:0;
}
.pagetitle .breadcrumb li a,
.pagetitle .breadcrumb li span{
    text-transform: uppercase;
}
.pagetitle .breadcrumb li a, 
.pagetitle .breadcrumb li a:visited {
    color: #3e2b2f;
    text-decoration:none;  
    text-transform: uppercase;
}
html.no-touch .pagetitle .breadcrumb li a:hover {
    color: #3e2b2f;
}
.pagetitle .breadcrumb li.current-page a,
.pagetitle .breadcrumb li.current-page span, 
.pagetitle .breadcrumb li.current-page a:visited {
    color: #3e2b2f;
    text-decoration:none;
}
.pagetitle .condensed-breadcrumb {
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    
    padding: 8px 10px;
    background: #ff4438;
    text-align: center;
}
.pagetitle .condensed-breadcrumb li {
    display:block;
    float: left;
    position: relative;
    font-size: 13px;
    color:#3e2b2f;
    text-align: center;
}
.pagetitle .condensed-breadcrumb li.right{
    float: right
}
.pagetitle .condensed-breadcrumb li a, 
.pagetitle .condensed-breadcrumb li a:visited {
    color: #3e2b2f;
    text-decoration:none;  
}
html.no-touch .pagetitle .condensed-breadcrumb li a:hover {
    color: #3e2b2f;
}


/* Content
------------------------------------------------------------ */

.pend-content {
    margin-top: 110px;
}


/* Fullscreen
------------------------------------------------------------ */

.pend-fullscreen::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 362px;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    z-index: 500;
}
.pend-fullscreen .carousel .slide .bg {
    display: block;
    padding-top: 49.27%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pend-fullscreen .carousel .slide .overlay {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
}
.pend-fullscreen .carousel .slide .overlay .title {
    margin-bottom: 11px;
    color: #FFF;
    font-size: 60px;
    letter-spacing: -1.1px;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    font-weight: 600;
}
.pend-fullscreen .carousel .slide .overlay .explore {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    background: #ff4438;
}
.pend-fullscreen .carousel .owl-controls {
    left: 25px;
}
.pend-fullscreen .carousel .owl-controls .owl-dots {
    text-align: center;
}

/* Map Tool
*/
.pend-maptool {
    text-align: right;
    margin-top: 150px;
}
.pend-maptool + .pend-intro,
.pend-intro + .pend-maptool {
    margin-top: 80px;
}
.pend-maptool .btn-wdmp {
    display: block;
    width: 100%;
    padding: 10px 54px 10px 230px;
    color: #FFF;
    background-color: #3e2b2f;
    text-align: right;
}

html.no-touch .pend-maptool .btn-wdmp:hover, 
.pend-maptool .btn-wdmp:focus,
.pend-maptool .btn-wdmp:active, 
.pend-maptool .btn-wdmp.active {
    background-color: #752822;
}
.pend-maptool .btn-wdmp:before {
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    left: 15px;
    
    background-image: url('../images/logo-n.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pend-maptool .btn-wdmp:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    right: 15px;
    background-image: url(../images/map/map-marker-rosso.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/* Intro
------------------------------------------------------------ */

.pend-intro {
    margin-top: 110px;
}
.pend-intro h2 {
    margin: 0;
}
.pend-intro .content {
    margin-top: 40px;
}
.pend-intro .link {
    margin: 15px 0 0;
}


/* Experiences
------------------------------------------------------------ */

.pend-experiences {
    margin-top: 90px;
}
.pend-experiences .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.pend-experiences .gallery .item {
    flex: 0 0 33.333%;
    padding: 0 15px;
}
.pend-experiences .gallery .item:nth-child(4n+2),
.pend-experiences .gallery .item:nth-child(4n+3) {
    flex: 0 0 66.666%
}

.pend-experiences .tool {
    text-align: right;
}
.pend-experiences .tool .button {
    margin: 0;
}


/* Pitem
------------------------------------------------------------ */

.pend-pitem {
    margin-top: 160px;
}
.pend-pitem .content {
    margin: 30px 0 20px;
}


/* Outdoor
------------------------------------------------------------ */

.pend-outdoor {
    position: relative;
    margin-top: 104px;
}
.pend-outdoor .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 49.16%;
    opacity: 0;
    transition: opacity 1.2s ease;
    background-repeat: no-repeat;
    background-size: cover;
}
.pend-outdoor .bg.current {
    position: relative;
    opacity: 1;
}
.pend-outdoor .overlay {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFF;
}
.pend-outdoor .overlay .widget {
    position: relative;
    max-width: 500px;
    padding: 30px 75px 102px 0;
}
.pend-outdoor .overlay .widget .content {
    display: none;
    transition: opacity .3s ease, transform .3s ease;
}
.pend-outdoor .overlay .widget .content.current {
    display: block;
}
.pend-outdoor.out .overlay .widget .content {
    opacity: 0;
    transform: translateX(-20px);
}
.pend-outdoor .overlay .widget .subtitle {
    color: #ff4438;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.pend-outdoor .overlay .widget .title {
    color: #3e2b2f;
    font-family: 'Merriweather', serif;
    font-size: 32px;
    line-height: 1.2;
    margin: 18px 0 0;
    font-weight: 400;
}
.pend-outdoor .overlay .widget .description {
    color: #3e2b2f;
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0 40px;
}
.pend-outdoor .overlay .widget .button {
    margin: 0;
}
.pend-outdoor .overlay .widget .control {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72px;
    height: 72px;
    font-size: 40px;
    line-height: 0;
    text-align: center;
    color: #FFF;
    background-color: #ebe1d5;
    border: none;
    padding: 0;
    cursor: pointer;
}
.pend-outdoor .overlay .widget .control.next {
    color: #3e2b2f;
    background-color: #ebebeb;
    right: -72px;
}
html.no-touch .pend-outdoor .overlay .widget .control:hover {
    background-color: #d8cfc5;
}


/* Proposals
------------------------------------------------------------ */

.pend-proposals {
    margin-top: 170px;
}
.pend-proposals .items {
    margin-top: 24px;
}
.pend-proposals .tool {
    text-align: center;
    margin-top: 80px;
}
.pend-proposals .tool a {
    margin: 0;
}

.pend-proposals .owl-controls{
    display: block;
    position: absolute;
    bottom: initial;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    margin: 0;
}
.pend-proposals .owl-controls .owl-nav {
    margin-top: -20px;
    pointer-events: none;
}
.pend-proposals .owl-controls .owl-nav .owl-prev,
.pend-proposals .owl-controls .owl-nav .owl-next {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    pointer-events: all;
    font-size: 40px;
    color: #3e2b2f;
}
html.no-touch .pend-proposals .owl-controls .owl-nav .owl-prev:hover,
html.no-touch .pend-proposals .owl-controls .owl-nav .owl-next:hover {
    color: #ff4438;
}
.pend-proposals .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.pend-proposals .owl-controls .owl-nav .owl-next {
    right: -60px;
}



/* Block 2nd style
------------------------------------------------------------ */

.pend-block-nd {
    display: block;
    border: 1px solid #ccc;
    border-bottom: 9px solid #dd463b;
}
.pend-block-nd .bg {
    position: relative;
    padding-top: 73.95%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pend-block-nd .content {
    padding: 15px;
    min-height: 200px;
}
.pend-block-nd .content .calendar_holder {
    margin: 0;
}
.pend-block-nd .content .title {
    color: #3e2b2f;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 1.2;
    margin: 24px 0 0;
    font-weight: 400;
}