/*
=====================================================
0. DOCUMENT
=====================================================
*/


body {
    position:relative;
    padding: 0;
    margin: 0;
    
    color: #3E2B2F;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    
    background-color: #fff;
    
    overflow-x: hidden; 
    min-width: 300px;
    cursor: default;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    
    transition: opacity .3s ease;
}
body.page-noscript {}
body.page-loading {
    overflow: hidden;
}
body.cursor-wait,
body.cursor-wait * {
    cursor: wait !important;
}

/* wrapper animation */
body #wrapper{
    opacity: 1;
    transition: opacity .3s ease;
}
body.page-noscript #wrapper{
    opacity: 0;
}
body.page-loading #wrapper{
    opacity: 0;
}

/* body overlay */
body.page-noscript:after,
body.page-loading:after{
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.2);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 300;
}
body.page-noscript:after{
    background-image: url('../images/skin/page-noscript.jpg');
}
body.page-loading:after{
    background-image: url('../images/skin/page-loader.png');

    -webkit-animation: rotating 6s linear infinite;
    -moz-animation: rotating 6s linear infinite;
    -ms-animation: rotating 6s linear infinite;
    -o-animation: rotating 6s linear infinite;
    animation: rotating 6s linear infinite;
}


/* HEADS
----------------------------------------------------*/
h1, 
h2, 
h3,
h4, 
h5, 
h6 {
    font-family: 'Merriweather', serif;
    color: #3e2b2f;
}

h2{
    font-size: 32px;
}
h3{
    font-size: 32px;
    line-height: 42px;
}


/* TEXT
----------------------------------------------------*/
strong {
    color: #3e2b2f;
}
.white {
    color: #FFF;
}


/* LISTS
----------------------------------------------------*/

/* inline separed */
.list-inline-separed{
    font-size: 0;
}
.list-inline-separed label,
.list-inline-separed li {
    display: inline-block;
    position: relative; 
    line-height: 50px;
    padding: 0 8px;
}
.list-inline-separed label:after,
.list-inline-separed li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    border-right: 1px solid #343434;
}
.list-inline-separed label:last-child:after,
.list-inline-separed li:last-child:after{
    border: none;
}
.list-inline-separed label.active:after,
.list-inline-separed li.active:after{
    border-right: none;
}

.list-inline-separed:last-child{
    margin-bottom: 0;
}

/* list posts */
.list-posts {
    
}
.list-posts li {
    display: block;
    width: 100%;
    
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.list-posts li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.list-posts li a{
    display: block;
}
.list-posts li img{
    display: block;
    width: 115px;
    float: left;
    margin-right: 15px;
}
.list-posts li .content{
    overflow: hidden;
}
.list-posts li .content h4{
    margin-bottom: 10px;
    transition: color .3s ease;
}
html.no-touch .list-posts li a:hover .content h4{
    color: #ff4438;
}
.list-posts li .content p{
    font-size: 14px;
    line-height: 22px;
    color: #3e2b2f !important;
    margin: 0;
}

/* list posts condensed */
.list-posts.condensed  li .content h4{
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.list-posts.condensed  li .content p {
    color: #999999 !important;
    font-size: 12px;
    line-height: 16px;
}    

/* list thumbs */
.list-thumbs { 
    margin-right: -3px;
    margin-left: -3px; 
    padding: 0; 
    overflow: hidden;
}
.list-thumbs li { 
    display: block;
    position: relative;
    float:left;
    width: 33.333333%;
    list-style: none;
    padding: 0 3px;
    margin-bottom: 6px; 
}
.list-thumbs li a {
    display: block;
}
.list-thumbs li img { 
    display: block;
    width:100%;  
}
.list-thumbs li a img { 
    border: none; 
}

/* list video */
.list-video{
    
}
.list-video .video-item{
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 15px;
}
.list-video .video-item .video-item-inner{
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    
    border: 1px solid #DDD;
    transition: background-color .3s ease;
}
html.no-touch .list-video .video-item:hover .video-item-inner{
    background: #F9F9F9;
}
.list-video .video-item a,
html.no-touch .list-video .video-item a:hover{
    display: block;
    position: relative;
    background: none;
}
.list-video .video-item .video-img{
    display: block;
    position: relative;
    float:left;
    width: 120px;
    height: 120px;
    
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}
.list-video .video-item .video-content{
    display: block;
    position: relative;
    min-height: 90px;
    margin-left: 120px;
    padding: 10px;
}
.list-video .video-item .video-content h6{
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}
.list-video .video-item .video-content p{
    font-size: 14px;
    line-height: 22px;
    color: #999;
    margin: 0;
}

/* list attachments
----------------------------------------------------*/
button.btn-list-attachments{
    margin: 0 !important;
}
.list-attachments{
    display: block;
    position: relative;
    margin: 0;
    border-top: 1px solid #3e2b2f;
    background-color: #3e2b2f;
}
.list-attachments li{
    display: block;
    position: relative;
}
.list-attachments li a{
    display: block;
    position: relative;
    padding: 5px 15px;
    color: #FFF;
    transition: background .3s ease;
}
html.no-touch .list-attachments li a:hover{
    color: #3e2b2f;
    background-color:#ff4438;
}
.list-attachments li a .attachment-icon{
    display: inline-block;
    position: relative;
    
    width:44px;
    height: 33px;
    margin-right: 5px;
    
    background-image: url('../images/skin/icon-attachment.png');
    background-repeat: no-repeat;
    background-position: center top;
}
html.no-touch .list-attachments li a:hover .attachment-icon{
    background-position: center bottom;
}
.list-attachments li a,
.list-attachments li a .attachment-icon,
.list-attachments li a span{
    font-size: 14px;
    line-height: 33px;
    vertical-align: middle;   
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* LINKS
----------------------------------------------------*/
a {
    color: #3e2b2f;
    text-decoration: none;
    cursor: pointer !important;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
html.no-touch a:hover {
    color: #ff4438;
    text-decoration: none;
}
.panel a {
    color: #FFF;
}
html.no-touch .panel a:hover {
    color: #3e2b2f;
}
a.boldlink,
html.no-touch a.boldlink:hover{
    font-weight: bold;
    color: #3e2b2f;
    text-decoration: none;
}
html.no-touch a.boldlink:hover{
    text-decoration: underline;
}


/* TABLES
----------------------------------------------------*/
table {
    background: none;
    margin:0;
}
table tbody tr td, 
table tfoot tr td, 
table tfoot tr th, 
table thead tr th, 
table tr td{
    background: none;
    margin:0;
    padding: 0 4px 10px 0;
    border: none;
}
tr,
tr.even, 
table tr:nth-of-type(2n),
table tr{
    background: none;
}


/* FORMS
----------------------------------------------------*/
form {
    display: block;
    position: relative;
}
form fieldset {
    display: block;
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    border: none;
    min-width: 0;
}
form fieldset:last-child,
form fieldset:last-child .button{
    margin-bottom: 0;
}
form label{
    font-weight: normal;
}
    
form select {
    padding: 13px 5px;
}

/* radio/checkbox ui */
form .radio-ui,
form .checkbox-ui{
    display: block;
    position: relative;
}
form .radio-ui label,
form .checkbox-ui label {
    padding: 0 9px;
    cursor: pointer;
}
form .radio-ui label.active,
form .checkbox-ui label.active{
    background-color: #3e2b2f;   
}
form .radio-ui label input,
form .checkbox-ui label input{
    display: none;
}

/* checkbox ui 
form .checkbox-ui{
    display: block;
    position: relative;
}
form .checkbox-ui label {
    display: inline-block;
    position: relative; 
    padding: 0 10px;
    cursor: pointer;
}
form .checkbox-ui label input{
    display: none;
}
form .checkbox-ui label .check {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-right: 15px;
    vertical-align: middle;
    background-color: #3E2B2F;
    border-radius: 50%;
}
form .checkbox-ui label .check span {
    display: none;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 3px;
    background-color: #3e2b2f;
    border-radius: 50%;
}
form .checkbox-ui label.active .check span{
    display: block;
} 
*/


/* BUTTONS
----------------------------------------------------*/
.link,
.button {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    
    outline: none !important;
    
    cursor: pointer;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.link{
    white-space: normal;
    line-height: 16px;
}

.link.disabled, 
.link[disabled]{
    color: #ced18a !important;
}

.button {
    padding: 10px 17px;
    text-align: center;
    
    color: #FFF;
    background-color: #606060;
    border: 1px solid transparent;
}

html.no-touch .button:hover, 
.button:focus {
    background-color: #787878;
}
.button:active, 
.button.active {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.125);
}
.button.disabled, 
.button[disabled] {
    cursor: not-allowed;
    background-color: #EEE;
}
.button i {
    vertical-align: middle;
    font-size:14px;
}


/**
COLOR WHITE
**/

/* button white */
.button.white {
    color: #4f4f4f;
    background-color: #f5f6f8;
    border: 1px solid #e8e9ed;
}
html.no-touch .button.white:hover, 
.button.white:focus,
.button.white:active, 
.button.white.active{
    color: #4f4f4f;
    background-color: #fcfcfc;
}
.white.disabled,
.white[disabled]{
    border-color: #cccccc;
}


/**
COLOR GREEN
**/

/* link green */
.link.green {
    color: #3e2b2f;
}
html.no-touch .link.green:hover, 
.link.green:focus,
.link.green:active, 
.link.green.active {
    color: #ff4438;
}

/* button green */
.button.green {
    color: #FFF;
    background-color: #3e2b2f;
}
html.no-touch .button.green:hover, 
.button.green:focus,
.button.green:active, 
.button.green.active {
    color: #3e2b2f;
    background-color: #ff4438;
}
.button.green.disabled,
.button.green[disabled]{
    background-color: #ced18a;
}


/**
COLOR GREEN LIGHT
**/

/* link green light*/
.link.green-light {
    color: #3e2b2f;
}
html.no-touch .link.green-light:hover, 
.link.green-light:focus,
.link.green-light:active, 
.link.green-light.active {
    color: #f3e8da;
}

/* button green light */
.button.green-light {
    color: #3e2b2f;
    background-color: #3e2b2f;
}
html.no-touch .button.green-light:hover, 
.button.green-light:focus,
.button.green-light:active, 
.button.green-light.active {
    color: #3e2b2f;
    background-color: #f3e8da;
}
.button.green-light.disabled,
.button.green-light[disabled]{
    background-color: #dfe718;
}


/**
COLOR PURPLE
**/

/* link purple */
.link.purple {
    color: #ff4438;
}
html.no-touch .link.purple:hover, 
.link.purple:focus,
.link.purple:active, 
.link.purple.active {
    color: #3e2b2f;
}

/* button purple */
.button.purple {
    color: #FFF;
    background-color: #ff4438;
}
html.no-touch .button.purple:hover, 
.button.purple:focus,
.button.purple:active, 
.button.purple.active {
    color: #FFF;
    background-color: #3e2b2f;
}
.button.purple.disabled,
.button.purple[disabled]{
    background-color: #ab7287;
}


/**
COLOR RED
**/

/* link red */
.link.red {
    color: #ff4438;
}
html.no-touch .link.red:hover, 
.link.red:focus,
.link.red:active, 
.link.red.active {
    color: #3e2b2f;
}

/* button red */
.button.red {
    color: #FFF;
    background-color: #ff4438;
}

/* button verde vie storiche */
.button.viestoriche {
    color: #FFF;
    background-color: #006442;
}


html.no-touch .button.red:hover, 
.button.red:focus,
.button.red:active, 
.button.red.active {
    color: #FFF;
    background-color: #3e2b2f;
}
.button.red.disabled,
.button.red[disabled]{
    background-color: #ced18a;
}


/**
TYPES
**/

/* block */
.link.link-block,
.button.button-block {
    display: block;
    width: 100%;
}

/* strong */
.link.link-strong,
.button.button-strong{
    font-weight: 700;
}

/* download */
.button.button-download{
    padding-right: 50px;
}
.button.button-download:after{
    content: '\f019';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    margin-top: -12px;
    font-family: FontAwesome;
    font-size: 22px;
    vertical-align: middle;
}


/**
SIZES
**/

/* size tiny */
.link.link-tiny,
.button.button-tiny {
    font-size: 13px;
    line-height: 14px;
}
.button.button-tiny {
    padding: 8px 15px;
}

/* size small */
.link.link-small,
.button.button-small{
    font-size: 14px;
    font-size: 16px;
}
.button.button-small {
    padding: 12px 20px;
}

/* size large */
.link.link-large,
.button.button-large{
    font-size: 18px;
    line-height: 26px;
}
.button.button-large {
    padding: 13px 32px;
}


/* DROPDOWN
----------------------------------------------------*/
.dropdown {
    position: relative;
}
.dropdown .dropdown-toggle {
    position: relative;
}
.dropdown .dropdown-toggle:focus {
    color: #FFF;
    background-color: #3E2B2F;
}
.dropdown .dropdown-toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 0;
    margin-top: -3px;
    border: 6px solid transparent;
    border-top-color: #FFF;
}
.dropdown.open .dropdown-toggle:after {
    margin-top: -9px;
    border-top-color: transparent;
    border-bottom-color: #FFF;
}
.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 3px;
}
.dropdown.open .dropdown-menu{
    display: block;
}
.dropdown .dropdown-menu  ul {
    margin: 0;
}
.dropdown .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 13px 20px;
    color: #FFF;
    border: none;
    background-color: #ff4438;
    text-align: center;
}
html.no-touch .dropdown .dropdown-menu .dropdown-item:hover {
    color: #FFF;
    background-color: #3E2B2F;
}
.dropdown .dropdown-menu .dropdown-item button {
    cursor: pointer;
}


/* HELPERS
----------------------------------------------------*/
.img-left {margin:1px 33px 11px 0;}
.img-right {margin:1px 0 11px 33px;}
.img-center {margin:5px auto 11px;}

.mb15{margin-bottom:15px !important}
.mb30{margin-bottom:30px !important}
.mb60{margin-bottom:60px !important}
.mt15{margin-top:15px !important}
.mt30{margin-top:30px !important}
.mt60{margin-top:60px !important}
.pb15{padding-bottom:15px !important}
.pb30{padding-bottom:30px !important}
.pb60{padding-bottom:60px !important}
.pt15{padding-top:15px !important}
.pt30{padding-top:30px !important}
.pt60{padding-top:60px !important}

.sep{
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 4px solid #f0f0f0;
}

/* video hover */
.video-hover{
    display: block;
    position: relative;
    z-index: 100;
}
.video-hover:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
    background-image: url('../images/skin/btn-video-play.png');
    background-position: center center;
    background-repeat: no-repeat;
    
    z-index: 500;
    opacity: 0.8;
    
    transition: background .3s ease;
}
html.no-touch a:hover .video-hover:after,
html.no-touch .video-hover:hover:after{
    background-color: rgba(0,0,0,0.6);
    opacity:1;
}
.video-hover.video-hover-small:after{
    background-image: url('../images/skin/btn-video-play-small.png');
}
html.no-touch a:hover .video-hover.video-hover-small:after,
html.no-touch .video-hover.video-hover-small:hover:after{
}


/* MISC
----------------------------------------------------*/
hr {
    border: none;  
    margin: 40px 0 40px;
    background-image: linear-gradient(to right, #dbdbdb 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    content: "";
    display: block;
    height: 1px;
}
.color-purple {
    color: #ff4438 !important;
}
.color-green {
    color: #3E2B2F !important;
}

.section-w-loader{
    position: relative;
}
.section-w-loader .section-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 50px;
    margin-top: -25px;
    margin-left: -100px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #DDD;
    background-color: #EEE;
    z-index: 200;
}
.section-w-loader.section-loading:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f9f9f9;
    opacity: 0.6;
    z-index: 100;
}
.section-w-loader.section-loading .section-loader {
    display: block;
}



/*
=====================================================
1. STRUTTURA
=====================================================
*/


/* WRAPPER
----------------------------------------------------*/
#wrapper {
    display: block;
    position: relative;
    margin: auto;
    z-index: 1;
}
.row .row {
    margin: 0 -15px;
}
.columns {
    padding: 0 15px;
}


/* HEADER / FOOTER
----------------------------------------------------*/
header,
footer{
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 20;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#menu-trigger {
    display: none;
}


/* MAIN
----------------------------------------------------*/
main {
    display: block;
    position: relative;
    margin: 0 auto 60px;
    padding: 108px 0 0;
    z-index: 30;

}

main .main-section{
    margin-bottom: 30px;
}
main .main-section:last-child{
    margin-bottom: 0;
}



/*
=====================================================
2. HEADER
=====================================================
*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    transition: box-shadow .3s ease;
}
header .header-content {
    display: flex;
    align-items: center;
    margin: 15px auto;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

header .header-content .side {
    flex: 0 0 20%;
}

header button.menu {
    color: #3e2b2f !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
header button.menu .icon {
    display: inline-block;
    padding-right: 14px;
    transition: padding .6s ease;
}
header button.menu .icon i {
    display: block;
    width: 42px;
    height: 2px;
    background: #3e2b2f;
    transition: width .3s ease;
}
header button.menu .icon i + i {
    margin-top: 8px;
}
html.no-touch header button.menu:hover .icon {
    padding-right: 5px;
}
html.no-touch header button.menu:hover .icon i:nth-child(1) {
    width: 30px;
}
html.no-touch header button.menu:hover .icon i:nth-child(2) {
    width: 35px;
}

header .header-content .brand {
    display: block;
    flex: 1 1 auto;
    text-align: center;
    line-height: 0;
}
header .header-content .brand a{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 78px;
    
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    transition: height .2s ease;
}

header .header-content .nav {
    text-align: right;
}
header .header-content .nav li{
    display: inline-block;
    position: relative;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
header .header-content .nav li a{
    display: block;
    
    margin: 0;
    
    color: #3e2b2f;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.32px;
    text-decoration: none;
    
    overflow: hidden;
    text-overflow: ellipsis;
}

html.no-touch header .header-content .nav a:hover,
header .header-content .nav a:focus,
header .header-content .nav a:active,
header .header-content .nav a.active ,
header .header-content .nav a.current {
    color: #ff4438;
}

header .header-content .side.side-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 32px;
}
header .header-content .side.side-r .btn-wdmp {
    display: inline-block;
    flex: 0 0 auto;
    border: none;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;

    font-family: "Montserrat", sans-serif;
    color: #3e2b2f;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.32px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease
}
header .header-content .side.side-r .btn-wdmp i {
    display: inline-block;
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
}
html.no-touch header .header-content .side.side-r .btn-wdmp:hover {
    color: #ff4438;
}
header .header-content .side.side-r .nav-language {
    margin: 0 0 0 15px;
    padding-left: 15px;
    border-left: 1px solid #3E2B2F;
}

header.bee-scrolled {
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
header.bee-scrolled .header-content .brand a{
    height: 40px;
}



/* Offcanvas
------------------------------------------------------------ */

.bee-offcanvas .bee-offcanvas-bar{
    width: 45%;
    background-color: #ff4438;
}

/* Scroll Bar */
.bee-offcanvas .bee-offcanvas-bar {
  scrollbar-color: #d5123b #ff4438;
}
.bee-offcanvas .bee-offcanvas-bar::-webkit-scrollbar {width: 8px;}
.bee-offcanvas .bee-offcanvas-bar::-webkit-scrollbar-track {background: #ff4438;}
.bee-offcanvas .bee-offcanvas-bar::-webkit-scrollbar-thumb {background: #d5123b;border-radius: 8px;}

/* Close Button */
.bee-offcanvas .bee-offcanvas-bar .section .offcanvas-close{
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    padding: 0;
    border:none;
    background: none;
}
.bee-offcanvas .bee-offcanvas-bar .section .offcanvas-close:before,
.bee-offcanvas .bee-offcanvas-bar .section .offcanvas-close:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -7px;
    width: 53px;
    height: 1px;
    background-color: #eee7da;
    opacity: 0;
    transform: rotate(0);
    transition: opacity .3s ease, transform .3s ease;
}
.bee-offcanvas .bee-offcanvas-bar.bee-offcanvas-open .section .offcanvas-close:before{
    opacity: 1;
    transform: rotate(45deg);
}
.bee-offcanvas .bee-offcanvas-bar.bee-offcanvas-open .section .offcanvas-close:after{
    opacity: 1;
    transform: rotate(-45deg);
}

/* Common */
.bee-offcanvas .bee-offcanvas-bar .section-ani,
.bee-offcanvas .bee-offcanvas-bar .section-ani > li,
.bee-offcanvas .bee-offcanvas-bar .section-ani .children li{
    transition: opacity .3s ease, transform .3s ease;
}
.bee-offcanvas .bee-offcanvas-bar .section-ani.in,
.bee-offcanvas .bee-offcanvas-bar .section-ani > li.in,
.bee-offcanvas .bee-offcanvas-bar .section-ani .children li.in {
    opacity: 1;
    transform: translateX(0);
}
.bee-offcanvas .bee-offcanvas-bar .section + .section {
    margin-top: 40px;
}
.bee-offcanvas .bee-offcanvas-bar .bee-offcanvas-content {
    padding: 60px;
}


/* Offcanvas: Main
------------------------------------------------------------ */

.bee-offcanvas .bee-offcanvas-bar.menu-main .section.main {
    text-align: right;
}

/* Main Nav */
.bee-offcanvas .bee-offcanvas-bar.menu-main .section.main a{
    display: block;
    position: relative;
    color: #eee7da;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: color .3s ease;
}
html.no-touch .bee-offcanvas .bee-offcanvas-bar.menu-main .section.main a:hover {
    color: #3e2b2f;
}
.bee-offcanvas .bee-offcanvas-bar.menu-main .section.main > li + li {
    margin-top: 30px;
}

/* Main Nav > Sub */
.bee-offcanvas .bee-offcanvas-bar.menu-main .section.main ul {
    margin-top: 10px;
}
.bee-offcanvas .bee-offcanvas-bar.menu-main .section.main ul a{
    color: #eee7da;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: none;
}
.bee-offcanvas .bee-offcanvas-bar.menu-main .section.main ul a:after {
    background-color: #3e2b2f;
}
.bee-offcanvas .bee-offcanvas-bar.menu-main .section.main ul li {
    margin-top: 4px;
}

/* Second Nav */
.bee-offcanvas .bee-offcanvas-bar.menu-main .section.second a{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
html.no-touch .bee-offcanvas .bee-offcanvas-bar.menu-main .section.second a:hover {
    color: #eb212e;
}



/*
=====================================================
3. ASIDE
=====================================================
*/


aside {
    color: #a9a8a8;
    margin-bottom: 30px;
    clear: both;
}
aside:last-child {
    margin-bottom: 0;
}
aside.separed {
    padding: 30px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
aside.separed-top {
    padding: 30px 0 0;
    border-top: 1px solid #f0f0f0;
}

aside h3 {
    margin-bottom: 31px;
}


/* LISTS
----------------------------------------------------*/
aside ul.list-type li,
aside ul.list-type li a{
    color: #666;
    line-height: 30px;
}
html.no-touch aside ul.list-type li a:hover {
    color:#8c8c8c;
    text-decoration:none;
}
aside ul.list-type li a.current {
    color:#3e2b2f;
    font-weight: bold;
}
aside ul.list-type38 li:before {
    color: #999;
}
aside ul.list-type li ul{
    margin: 0 0 30px 30px;
}


/* WIDGET
----------------------------------------------------*/
aside.widget {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 26px;
}
aside.widget a:last-child {
    margin-bottom: 0;
}


/* form */
aside.widget form {
    display: block;
    position: relative;
}
aside.widget .button {
    line-height: 29px;
    text-align: center;
    text-transform: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* WIDGET BLACK
----------------------------------------------------*/
aside.widget.widget-black{
    background-color: #f3e8da;
    color: #818181;
    padding: 25px 21px;
}
aside.widget.widget-black p.details{
    color: #3e2b2f;
    font-weight: 600;
}
aside.widget.widget-black p.details span{
    font-weight: 400;
    color: #3e2b2f!important;
}
aside.widget.widget-black h1,
aside.widget.widget-black h2,
aside.widget.widget-black h3,
aside.widget.widget-black h4,
aside.widget.widget-black h5,
aside.widget.widget-black h6{
    color: #3e2b2f;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Merriweather', sans-serif;
    margin-bottom: 25px;
    margin-right: 40px;
}
aside.widget.widget-black .list-inline-separed li{
    color: #3e2b2f;
    font-size: 14px;
}
aside.widget.widget-black .list-inline-separed li:first-child{
    padding-left: 0;
}

/* form */
aside.widget.widget-black form label {
    color: #3e2b2f;
    font-size: 14px;
    font-weight: 600;
}
.chosen-container .chosen-single {
    background-color: transparent;
    color: #3e2b2f;
    border: 1px solid #3e2b2f;
}
aside.widget.widget-black form .chosen-container .chosen-single div:after {
    border-top-color: #3e2b2f;
}


/* WIDGET INFO
----------------------------------------------------*/

aside.widget.widget-info {
    color: #3e2b2f;
    padding: 20px 50px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

/* WIDGET SHARE
----------------------------------------------------*/

aside.widget.widget-share {
    background-color: #F9F9F9;
    text-align: center;
    padding: 15px;
}
aside.widget.widget-share h6{
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
aside.widget.widget-share .share-label{
    color: #666;
}
aside.widget.widget-share .mo-social.share-box,
aside.widget.widget-share .mo-social.share-box li {
    margin: 0;
    padding: 0;
    line-height: normal;
}
aside.widget.widget-share .mo-social.share-box li + li {
    margin-left: 10px;
}
aside.widget.widget-share .mo-social.share-box li a {
    margin: 0 ;
}


/* PERCORSI FILTER
----------------------------------------------------*/

aside.widget.widget-black.percorsi-filter {
    background-image: url(../images/icona.svg);
    background-position: calc(100% - 22px) 20px;
    background-repeat: no-repeat;
    background-size: 30px;
}
aside.widget.widget-black.percorsi-filter .input-container,
aside.widget.widget-black.percorsi-filter .chosen-container {
    width: 100% !important;
}
aside.widget.widget-black.percorsi-filter form .radio-ui label, 
aside.widget.widget-black.percorsi-filter form .checkbox-ui label {
    padding: 0 6px;
    min-width: 56px;
    text-align: center;
}


/* STRUTTURA RICETTIVA
----------------------------------------------------*/
aside.widget.widget-black.widget-struttura-ricettiva{
    
}
aside.widget.widget-black.widget-struttura-ricettiva h4{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
aside.widget.widget-black.widget-struttura-ricettiva ul{
    margin: 0;
}
aside.widget.widget-black.widget-struttura-ricettiva ul li{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}
aside.widget.widget-black.widget-struttura-ricettiva ul li span{
    color: #3e2b2f!important;
}
aside.widget.widget-black.widget-struttura-ricettiva ul li:last-child{
    margin-bottom: 0;
}

/* NEXTPAGE
----------------------------------------------------*/
.nextpage {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
}
body.nextpage-loading {
    opacity: 0.8;
    cursor: wait !important;
}
body.nextpage-loading * {
    pointer-events: none;
}

/*
=====================================================
4. FOOTER
=====================================================
*/

footer {
    width: 100%;
    margin: 0;
    padding: 45px 0 0;
    background-color: #3f2a2f;
    color: #a9a8a8;
}
footer .row {
    position: relative;
}

.bg-white{
    margin-top: 30px;
    background-color: #FFF;
}


/* GO TOP
----------------------------------------------------*/
footer .button.gotop{
    color: #3f2a2f;
    background-color: #f3e8da;
}
footer .gotop,
html.no-touch footer .gotop:hover {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    float: right;
    top: 0;
    right: 15px;
    transform: translateY(-100%);
    margin: 0;
    padding: 0;
        
    background-color: #3e2b2f;
    color: #4f4f4f;
    text-align: center;
    text-decoration: none;
    line-height: 44px;
}

footer .image-wrapper{
    text-align: center;
    margin-bottom: 45px;
}
footer .image-wrapper img{
    max-width: 100%;
}


/* TEXT
----------------------------------------------------*/
footer h1, 
footer h2, 
footer h3,
footer h4, 
footer h5, 
footer h6 {
    color: #fff;
}
footer p {
    font-size: 16px;
    color: #a9a8a8;
    line-height: 26px;
    margin-bottom: 15px; 
}


/* LINKS
----------------------------------------------------*/
footer a{
    color: #999;
}
html.no-touch footer a:hover{
    color: #ff4438;
    text-decoration: underline;
}


/* SOCIAL
----------------------------------------------------*/
footer .mo-social {
    width: 328px;
    max-width: 100%;
    text-align: right;
}
footer .mo-social li + li {
    margin-left: 6px;
}
footer .mo-social li a {
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    line-height: 32px !important;
    font-size: 14px;
}
footer .mo-social li a,
html.no-touch footer .mo-social li a:hover {
    text-decoration: none;
}


/* PARTNERS
----------------------------------------------------*/
footer .partners {
    margin: 30px auto;
}


/* CREDITS
----------------------------------------------------*/
footer .credits {
    font-size: 12px;
    margin: 18px 0;
}
footer .credits a{
    color: #a9a8a8;
    font-weight: bold;
}
html.no-touch footer .credits a:hover{
    color: #3e2b2f;
    text-decoration: none;
}



/*
=====================================================
5. ELEMENTS
=====================================================
*/


/* TITLE LINE
----------------------------------------------------*/
.title-line {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 30px;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.title-line span{
    display: inline-block;
    position:relative;
    padding-right:18px;
    padding-left:3px;
    font-size: 28px;
    line-height: 50px;
    vertical-align: middle;
    background-color: #FFF;
    z-index: 20;
}
.title-line:before {
    content: '';
    display: block;
    position:absolute;
    top: 50%;
    width: 100%;
    height: 4px;
    background-color:#3e2b2f;
    z-index: 10;
}
.title-line.green:before{
    background-color: #3E2B2F
}
.title-line.green-light:before{
    background-color: #3e2b2f;
}
.title-line.purple:before{
    background-color: #3e2b2f
}

.title-line.esperienza:after,
.title-line.cicloturismo:after,
.title-line.mezzi_motore:after,
.title-line.escursionismo:after,
.title-line.attivita_montagna:after,
.title-line.proposte:after,
.title-line.risorse:after { 
    content: '';
    display: block;
    position:absolute;
    top: 50%;
    right: 0;
    width: 58px;
    height: 42px;
    margin-top: -21px;
    background-color:#FFF;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 15;
}
.title-line.esperienza:after{
    background-image: url(../images/skin/icon-experience.png);
}
.title-line.cicloturismo:after{
    background-image: url(../images/skin/icon-bike.png);
}
.title-line.mezzi_motore:after{
    background-image: url(../images/skin/icon-bike.png);
}
.title-line.escursionismo:after{
    background-image: url(../images/skin/icon-escursion.png);
}
.title-line.attivita_montagna:after{
    background-image: url(../images/skin/icon-mountain.png);
}
.title-line.proposte:after{
    background-image: url(../images/skin/icon-proposte.png);
}
.title-line.risorse:after{
    background-image: url(../images/skin/icon-risorse.png);
}


/* TITLE LABEL
----------------------------------------------------*/
.title-label {
    display: block;
    position: relative;
    width:100%;
    padding:0;
    margin-bottom:15px;
    
    border-bottom:4px solid #3e2b2f;
}
.title-label span {
    display: inline-block;
    position: relative;
    padding:0 15px;
    color:#FFF;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 32px;
    background-color:#3e2b2f;
}


/* LABEL
----------------------------------------------------*/
.label {
    display: inline-block;
    position: relative;
    
    padding: 5px 12px;
    margin: 0;
    
    background-color: #3e2b2f;
    color: #4f4f4f;
    
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}


/* EXPLORE
----------------------------------------------------*/
.explore{
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}
html.no-touch a:hover .explore{
    color: #3e2b2f;
    text-decoration: none;
}
.explore i{
    font-size: 11px;
    margin-right: 5px;
}

.explore.dark,
html.no-touch a:hover .expo-explore.dark{
    color: #3e2b2f;
    text-decoration: none;
}


/* ASIDE HIGHLIGHT
----------------------------------------------------*/
.aside-highlight {
    display: block;
    position: relative;
    background: #3e2b2f;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.aside-highlight .content {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    overflow: hidden;
}
.aside-highlight .content.logo {
    display: block;
    position: relative;
}
.aside-highlight .content .description{
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    
    overflow: hidden;
    text-overflow: ellipsis;
}
.aside-highlight .content .description h4{
    overflow: hidden;
    text-overflow: ellipsis;
}
html.no-touch .aside-highlight a:hover h4{
    color: #3e2b2f;
    text-decoration: none;
}


/* DETAIL WRAP
----------------------------------------------------*/

.detail-wrap {  
    display: block;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left: 0;
    padding:25px;
    
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(20%, rgba(0,0,0,0)), color-stop(70%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3e2b2f3e2b2f', GradientType=0 );

    transition: all 1s ease;
    background-size: 600px;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.detail-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3e2b2f;
    opacity: 0.15;
    transition: opacity .3s ease;
    z-index: 10;
}
html.no-touch .detail-wrap:hover:before{
    opacity: 0.5;
}
.detail-wrap .detail-content{
    display: block;
    position: absolute;
    right: 26px;
    bottom: 22px;
    left: 26px;
    z-index: 20;
}
.detail-wrap .detail-content h3 {
    margin: 0 0 3px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.detail-wrap .detail-content p {
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.detail-wrap .detail-content p.single_row {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}
.detail-bar .distanza{
    padding-left: 36px !important;
    background-image: url('../images/icona_km.svg');
    background-size: 24px;
    background-position: 6px center;
    background-repeat: no-repeat;
}
.detail-bar .tempo-percorso{
    padding-left: 36px !important;
    background-image: url('../images/icona_time.svg');
    background-size: 24px;
    background-position: 6px center;
    background-repeat: no-repeat;
}
.detail-bar .dislivello-salita{
    padding-left: 36px !important;
    background-image: url('../images/icona_crescita.svg');
    background-size: 24px;
    background-position: 6px center;
    background-repeat: no-repeat;
}
.percorso-list .detail-bar,
.detail-wrap .detail-content .detail-bar {
    display: block;
    position: relative;
    margin: 0 0 -2px -2px;
}
.infowindow.percorso-list .detail-bar {
    clear: both;
}
.detail-bar li,
.detail-wrap .detail-content .detail-bar li {
    display: flex;
    float: left;
    position: relative;
    padding: 0 6px;
    align-items: center;
    color: #fff;
    font-size: 12px;
    height: 43px;
    line-height: 43px;
    background-color: #3e2b2f;
    margin: 0 0 2px 2px;
}
/*.detail-bar li + li,
.detail-wrap .detail-content .detail-bar li + li {
    margin-left: 2px;
}*/

.detail-wrap.pop .detail-content .detail-bar li {
    background-color: #992e48;
}

.detail-wrap.young .detail-content .detail-bar li {
    background-color: #bdd03c;
}

.detail-wrap.gold .detail-content .detail-bar li {
    background-color: #FFD700;
}

.detail-wrap.pop:before {
    background-color:#992e48; 
}

.detail-wrap.young:before {
    background-color:#bdd03c; 
}

.detail-wrap.gold:before {
    background-color:#FFD700; 
}



/* SOCIAL
----------------------------------------------------*/
.mo-social {
    font-size: 24px;
}
.mo-social li a[class^="social-"],
.mo-social li a[class*="social-"] { 
    width: 51px;
    height: 51px;
    line-height: 51px;
    margin: 0 4px 10px 0;
}
.mo-social.share-box li a {
    border-radius: 3px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-right: 8px;
}
.mo-social.share-box .share-label{
    font-size: 14px;
    vertical-align: middle;
    margin-right: 15px;
}

/* EFFECTS
----------------------------------------------------*/

/* img zoom */
.effect img {
   opacity:1;
   -moz-transform:scale(1);
   -webkit-transform:scale(1);
   -o-transform:scale(1);
   -ms-transform:scale(1);
   transform:scale(1);
   -webkit-transition: all 0.35s ease-in;
   -moz-transition: all 0.35s ease-in;
   -o-transition: all 0.35s ease-in;
   -ms-transition: all 0.35s ease-in;
   transition: all 0.35s ease-in;
}
html.no-touch .effect:hover img {
	opacity:1;
   -webkit-transform: scale(1.2,1.2) rotate(3deg);
   -moz-transform: scale(1.1,1.1) rotate(3deg);
   -o-transform: scale(1.1,1.1) rotate(3deg);
   -ms-transform: scale(1.1,1.1) rotate(3deg);
   transform: scale(1.1,1.1) rotate(3deg);
}

/* opacity mask */
.effect .mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
   opacity: 0;
   overflow:visible;
   
   -webkit-transition: all 0.35s ease-in-out;
   -moz-transition: all 0.35s ease-in-out;
   -o-transition: all 0.35s ease-in-out;
   -ms-transition: all 0.35s ease-in-out;
   transition: all 0.35s ease-in-out;
}
html.no-touch .effect:hover .mask {
   opacity: 1;
   background: rgba(0,0,0,0.5) !important;
}

/* content in */
.effect div.content {
   opacity:0;
   -moz-transform:translateX(350px);
   -webkit-transform:translateX(350px);
   -o-transform:translateX(350px);
   -ms-transform:translateX(350px);
   transform:translateX(350px);
   -webkit-transition: all 0.35s ease-in-out;
   -moz-transition: all 0.35s ease-in-out;
   -o-transition: all 0.35s ease-in-out;
   -ms-transition: all 0.35s ease-in-out;
   transition: all 0.35s ease-in-out;
   position: relative;
}
html.no-touch .effect:hover div.content {
   opacity:1;
   -moz-transform:translateX(0);
   -webkit-transform:translateX(0);
   -o-transform:translateX(0);
   -ms-transform:translateX(0);
   transform:translateX(0);
   top: 41.2%;
   right: -5px;
   position: relative;
}



/*
=====================================================
6. BLOCKS
=====================================================
*/


/* SLIDER BIG
----------------------------------------------------*/
.slider-big{
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 31px;
    overflow: hidden;
}
.slider-big .slider-main{
    display: block;
    position: relative;
    float:left;
    width: 80%;
}
.slider-big .slider-main .slider-main-inner{
    display: block;
    position: relative;
}
.slider-big .slider-main .slider-main-inner .slide{
    display: block;
    position: relative;
}
.slider-big .slider-main .slider-main-inner .slide a{
    display: block;
    position: relative;
}
.slider-big .slider-main .slider-main-inner .slide .slide-image{
    display: block;
    position:relative;
    overflow: hidden;
    z-index: 10;
}
.slider-big .slider-main .slider-main-inner .slide .slide-image:after{
    content: '';
    display: block;
    position: absolute;
    
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.25) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(20%, rgba(0,0,0,0)), color-stop(70%, rgba(0,0,0,0.25)), color-stop(100%, rgba(0,0,0,0.25)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.25) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3e2b2f3e2b2f', GradientType=0 );
    
    z-index: 20;

}
.slider-big .slider-main .slider-main-inner .slide .slide-image img{
    display: block;
    position:relative;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 10;
}
.slider-big .slider-main .slider-main-inner .slide .slide-content{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    margin-bottom: 25px;
    padding: 0 39px 47px;
    
    z-index: 20;
}
.slider-big .slider-main .slider-main-inner .slide .slide-content .title{
    margin-bottom: 11px;
    color: #FFF;
    font-size: 48px;
    letter-spacing: -1.1px;
}
.slider-big .slider-main .slider-main-inner .slide .slide-content .explore{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
.slider-big .slider-aside{
    display: block;
    position: absolute;
    float: left;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
}
.slider-big .slider-aside .slider-aside-inner{
    display: block;
    position: relative;
    margin-left: 15px;
    height: 100%;
    background-color: #3e2b2f;
}
.slider-big .slider-aside .slider-aside-inner .slide-content{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 17px 49px;
}
.slider-big .slider-aside .slider-aside-inner .slide-content .title{
    margin: 0;
    color: #FFF;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.7px;
}
.slider-big .slider-aside .slider-aside-inner .slide-content .title i {
    color: #8d9300;
}

/* HOT TOPICS
----------------------------------------------------*/
.hot-topics {
    margin-bottom: 60px;
}
.hot-topics .news-title {
    display: block;
    float: left;
    
    width: 25%;
    height: 60px;
    overflow: hidden;
}
.hot-topics .news-title h3{
    padding: 0 20px;
    line-height: 60px;
    margin: 0 15px 0 0;
    
    background-color: #3e2b2f;
}
.hot-topics .news-ticker { 
    display: block;
    position: relative;
    float:left;
    
    width: 75%;
    height: 60px;
    padding: 0;
    margin: 0; 
    
    background:#3e2b2f;
    overflow: hidden;
}
.hot-topics .news-ticker .mask { 
    display: block;
    position: relative;
    
    width: auto;
    height: 60px;
    padding: 0;
    margin: 0 15px;
    
    overflow: hidden;
}
.hot-topics .news-ticker ul#newsticker { 
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
    height:60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    
    list-style-type: none;
    white-space: nowrap;
}
.hot-topics .news-ticker ul#newsticker li {
    display: block;
    float:left;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    height:60px;
    line-height: 60px;	 
    color: #fff;
}
.hot-topics .news-ticker ul#newsticker li:before {
    font-family: 'list';
    content: "\e213b";
    font-size: 12px;
    color: #fff;
    margin-right: 8px;
    position: relative;
    top: 0px;
}
.hot-topics .news-ticker ul#newsticker a {
    white-space: nowrap;
    padding: 0;
    margin: 0 50px 0 0;
    color: #fff;
} 
html.no-touch .hot-topics .news-ticker ul#newsticker a:hover {
    color: #3e2b2f;
} 
.hot-topics .news-ticker ul#newsticker span {
    margin: 0 10px 0 0;
}


/* TREADING BLOCK
----------------------------------------------------*/
.treading-block {	
    position:relative;
    display:block;
    margin:0 0 30px 0;
    padding: 0;
    
    background: #3e2b2f;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
}
.treading-block a{
    position:relative;
    display:block;
    height: 282px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.treading-block a img{
    width: 100%;
}


/* ATl
----------------------------------------------------*/
.atl {
    margin-top: 35px;
}
.atl .title-line {
    margin-bottom: 68px !important;
}
.atl .atl-item {
    display: block;
    position: relative;
    text-align: center;
}
.atl .atl-item img{
    display: block;
    max-width: 100%;
    margin: 0 auto 23px;
}
.atl .atl-item span{
    color: #3e2b2f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    transition: color .3s ease;
}
html.no-touch .atl .atl-item:hover span {
    color: #ff4438;
}

/* ATL
----------------------------------------------------*/
.partnersAtl {
    
}
.partnersAtl > ul{
    margin: 0;
    font-size: 0;
    text-align: center;
}
.partnersAtl > ul > li{
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    line-height: 0;
    text-align:center; 
}
.partnersAtl > ul > li img{
    max-height: 85px;
}
.partnersAtl > ul > li img.p-verbania{
    max-height: 85px;
}
.partnersAtl > ul > li img.p-visit,
.partnersAtl > ul > li img.p-unioncamere{
    height: 84px;
}
.partnersAtl > ul > li img.p-regione{
    height: 44px;
}
.partnersAtl.collaborazioneAtl > ul > li{
    /* width: 20%; */
}
/*.partnersAtl > ul > li:not(:last-child):after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    border-right: 1px solid #3E2B2F;
}*/
.partnersAtl > ul > li + li{
    margin-left: 60px;
}
.partnersAtl > ul > li span{
    display: block;
    position: absolute;
    margin: auto;
    
    top: -20px;
    left: 0;
    width: 100%;
    
    line-height: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #3e2b2f;
    text-align:center;
}
.partnersAtl > ul > li a{
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: auto;
    vertical-align: middle;
    
}
.partnersAtl > ul > li a img{
    display: inline-block;
    position: relative;
}


/* PARTNERS
----------------------------------------------------*/
.partners {
    
}
.partners > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 0;
    text-align: center;
}
.partners > ul > li{
    display: inline-block;
    position: relative;
    text-align:center; 
}
.partners > ul > li + li{
    margin-left: 50px;
}
.partners > ul > li img{
    height: 64px;
}
.partners > ul > li img.p-regione{
    height: 44px;
}
/*.partners > ul > li:not(:last-child):after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    border-right: 1px solid #3E2B2F;
}*/
.partners > ul > li span{
    display: block;
    position: absolute;
    margin: auto;
    
    top: 0;
    left: 0;
    width: 100%;
    
    line-height: 15px;
    font-size: 10px;
    font-weight: 600;
    color: #3e2b2f;
    text-align:center;
}
.partners > ul > li a{
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: auto;
    vertical-align: middle;
    
}
.partners > ul > li a img{
    display: inline-block;
    position: relative;
    max-width: 100%;
}


/* FILTER BLOCK
----------------------------------------------------*/

ul.filter {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    margin: 25px 0 40px 0;
    padding: 25px 6px 25px 21px;
    background-color: #f3e8da;
}
ul.filter.scheda{
    background-color: transparent;
    padding: 0 0 19px 0;
}
ul.filter.scheda::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #3e2b2f;
    bottom: 0;
    left: 0;
}
ul.filter > li{
    display: block;
    position: relative;
    float:left;
    width: 20%;
    padding-right: 15px;
}
ul.filter > li.col-3 {
    width: 25%;
}
ul.filter.fullfield > li{
    width: 25%;
}
ul.filter.scheda > li{
    width: 35%;
}
ul.filter.scheda > li.col-1{
    width: 40%;
}

ul.filter > li .chosen-container{
    min-width: 0;
    width: 100% !important;
}

ul.filter > li input,
ul.filter > li select {
    
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    margin: 0;
    background: transparent;
    border: 1px solid #3e2b2f;
    
    font-size: 16px;
    color: #3e2b2f;
    text-decoration: none;
    
    
    white-space: nowrap;
    overflow: hidden;
    transition: box-shadow .2s ease
}

ul.filter > li select {
    width: 200px;
}

ul.filter > li input[placeholder] {
    color: #3e2b2f;
    opacity: 1 !important;
}
ul.filter > li input:focus{
    outline-color: #3e2b2f;
}

/*ul.filter > li input:hover,
ul.filter > li input:focus,
ul.filter > li select:hover,
ul.filter > li select:focus {
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}*/


/* POST
----------------------------------------------------*/

.post{
    display: block;
    position: relative;
    padding:0;
    margin: 0;
}

/* media */
.post .post-media {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.post .post-media .post-media-slider{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 30;
}
.post .post-media .post-media-slider .slide,
.post .post-media .post-media-slider .slide a{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.post .post-media .post-media-slider .slide a:after{
    content: '';
    display: block;
    position: absolute;
    
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(20%, rgba(0,0,0,0)), color-stop(70%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3e2b2f3e2b2f', GradientType=0 );

}
.post .post-media .post-media-slider .slide img{
    min-width: 100%;
}

/* aside */
.post .post-aside {
    display: block;
    position: relative;
    float: left;
    width: 142px;
    margin:0 30px 60px 0;
    padding: 15px 0;
    font-size: 13px;
    color: #FFF;
    background-color: #3e2b2f;
    text-align: center;
    z-index: 20;
}
.post .post-aside strong{
    color: #FFF;
}
.post .post-aside .post-aside-row {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.post .post-aside .post-aside-row  i{
    display: block;
    position: relative;
    font-size: 32px;
    line-height: 32px;
    height: 32px;
    margin-bottom: 5px;
}
.post .post-aside .post-aside-row a, 
.post .post-aside .post-aside-row a:visited {
    color: #FFF;
    display: block;
    position: relative;
}
html.no-touch .post .post-aside .post-aside-row a:hover {
    color: #ff4438;
    text-decoration: none;
}

/* post thumb */
.post .post-thumb{
    display: block;
    position: relative;
    width: 260px;
    
    padding: 0;
    margin-right: 15px;
    
    float:left;
    overflow: hidden;
    z-index: 30;
}
.post .post-thumb.no-image-trasp a:after{
    content: '';
    
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: url('../images/defaults/trasp.png');
    background-color: rgba(0,0,0,0.70);
    background-position: center center;
    background-repeat: no-repeat;
    
    z-index: 20;
}
.post .post-thumb a,
html.no-touch .post .post-thumb a:hover{
    display: block;
    position: relative;
    z-index: 10;
}
.post .post-thumb img{
    display: inline-block;
    position: relative;
    z-index: 10;
}
.post .post-thumb .post-thumb-date{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    z-index: 20;
    color: #3e2b2f;
    text-align: center;
}
.post .post-thumb .post-thumb-date .thumb-date-day{
    display: block;
    position: relative;
    width: 100%;
    font-size: 18px;
    line-height: 35px;
    background: #3e2b2f;
}
.post .post-thumb .post-thumb-date .thumb-date-month{
    display: block;
    position: relative;
    width: 100%;
    
    font-size: 13px;
    line-height: 30px;
    text-transform: lowercase;
    background: #FFF;
}

/* post content */
.post .post-content{
    display: block;
    position: relative;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 36px;
    z-index: 40;
}
.post .post-main .post-content{
    overflow: hidden;
}
.post .post-content:last-child{
    margin-bottom: 0;
}

.post .post-content .content-text-title {
    font-weight: 700;
}

.post-offer .list-attachments {
    border-top: 0;
    background: none;
}

.post-offer .list-attachments li {
    margin-bottom: 6px;
    background-color: #3e2b2f;
    height: 43px;
}

.post .post-offer .post-content .post-text  .list-attachments li a {
    background-color: #3e2b2f !important;
    color: #FFF !important;
}

.post .post-offer .post-content .post-text  .list-attachments li a .dida {
    color: #3e2b2f !important;
    line-height: 43px;
}

.post .post-offer .post-content .post-text .list-attachments li a .attachment-icon {
    background-image: url(../images/skin/icon-download.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    height: 43px;
    width: 34px;
}

.post .post-offer .post-content .post-text a.button {
    background-color: #3e2b2f !important; /* #3e2b2f !important; */
    color: #ffffff !important; /* #3e2b2f3e2b2f !important; */
}

.post .post-offer .post-content .post-text a.button i {
    /* color: #3e2b2f3e2b2f !important; */
    color: #ffffff !important;
}


.post .post-offer .green-tag {
    height: 24px;
    padding: 4px 10px 6px;
    color: #FFF;
    background-color: #3e2b2f;
    width: auto;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    display:inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post .post-offer .post-text {
    line-height: 27px;
}

.post .post-offer .post-text strong.content-text-title {
    margin-top: 25px;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
}

.post .post-offer .post-text h6.content-text-title {
    margin-top: 35px;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
}

.detail-wrap .detail-content p.calendar_holder {
    margin-bottom: 1px;
}

.detail-wrap .detail-content p.luogo_holder {
    margin-bottom: 4px;
}

.percorso-list .detail-bar.detail-pacchetto li, .detail-wrap.pacchetto .detail-content .detail-bar li {
    /* line-height: 32px; */
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
}

/*.percorso-list .detail-bar li, .detail-wrap.pacchetto .detail-content .detail-bar li .fa {
    font-size: 12px;
    margin-right: 4px;
    vertical-align: middle;
}*/

.detail-wrap-corner-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 27px;
    background-color: #3e2b2f;
    color: #FFF;
    padding: 8px 10px 4px;
    font-size: 12px;
    line-height: 14px;
}

.detail-wrap-corner-right span {
    font-size: 12px;
}
/*
.detail-wrap.pacchetto {
    padding: 10px 25px;
}
*/
.detail-wrap.pacchetto .detail-content {
    bottom: 16px;    
}

.post .post-content .content-text-title {
    font-size: 16px;
    line-height: 17px;
}

.post .post-content .post-text .dida-foto {
    color: #999999 !important;
    font-size: 12px;
    line-height: 16px;
}

.post .post-offer .post-content .post-text p {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 5px;
}

.detail-wrap .detail-content p.single_row.green {
    color: #3e2b2f;
}

/* post content attachments */
.post .post-content .post-attachments {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

/* post content chart */
.post .post-content .post-chart {
    display: block;
    position: relative;
    width: 100%;
    height: 275px;
    margin-bottom: 15px;
}

/* post content image */
.post .post-content .post-image {
    margin-bottom: 15px;
}

/* post content links */
.post .post-content .post-links {
    
}

/* post pretitle */
.post .post-content .post-pretitle{
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 5px;
}

/* post content map */
.post .post-content .post-map {
    display: block;
    position: relative;
    width: 100%;
    height: 385px;
    margin-bottom: 15px;
}

/* post content text */
.post .post-content .post-text {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.post .post-content .post-text > h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.post .post-content .post-text:empty{
    display: none;
}
.post .post-content .post-text a {
    display: inline-block;
    color: #ff4438;
    line-height: 20px;
    text-decoration: underline;
    font-weight: 600 !important;
}
.post .post-content.links-wrapper .post-text a{
    display: block;
}
.post .post-content.links-wrapper .post-text a + a{
    margin-top: 10px;
}
.post .post-content .post-text a.button {
    color: #3e2b2f;
    padding: 10px 17px;
    text-align: center;
    border: 1px solid transparent;
}

.post .post-content .post-text a.green {
    background-color: unset;
    color: #3e2b2f !important;
    text-decoration: underline !important;
}

html.no-touch .post .post-content .post-text a.green:hover, .post .post-content .post-text a.green:focus, .post .post-content .post-text a.green:active, .post .post-content .post-text a.active.green {
    color: #3e2b2f !important;
}
.post .post-content .post-text b{
    font-weight: 600;
}
.post .post-content .post-text a *:not(i) {
    color: #ff4438 !important;
    text-decoration: underline;
    transition: color .3s ease-out;
}
.no-touch .post .post-content .post-text a *:not(i):hover{
    color: #3e2b2f !important;
}
html.no-touch .post .post-content .post-text :not(.attachments-list) a:hover, 
.post .post-content .post-text a:focus,
.post .post-content .post-text a:active, 
.post .post-content .post-text a.active {
    color: #ff4438 !important;
}

.post .post-content .post-text a i{
    transition: color .2s ease-in-out;
}
html.no-touch .post .post-content .post-text a:hover i, 
.post .post-content .post-text a:focus i,
.post .post-content .post-text a:active i, 
.post .post-content .post-text a.active i{
    color: #ff4438 !important;
}

.post .post-content .post-text u{
    text-decoration:none;
}
.post .post-content .post-text,
.post .post-content .post-text p{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.post .post-content .post-text p{
    margin-bottom: 15px;
}
.post .post-content .post-text p:last-child{
    margin-bottom: 0;
}
.post .post-content .post-text p:empty {
    display: none;
}
.post .post-content .post-text p.lead {  
    color: #8d8d8d;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 15px;
}
.post .post-content .post-text address{
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 15px;
}
.post-text p {
    text-align: justify;
}

.post .post-content .post-text img {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
}

/* post content tappe */

.post .post-content .post-tappe {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.post .post-content .post-tappe li {
    display: block;
    position: relative;
    padding-left: 30px;
}
.post .post-content .post-tappe li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/icona_tappa_list.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* post content title */
.post .post-content .post-title{
    font-family: 'Merriweather', serif;
    color: #3e2b2f;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}
.post .post-content .post-title-big{
    font-family: 'Merriweather', serif;
    color: #3e2b2f;
    font-size: 32px;
    line-height: 36px;
}

/* post content video */
.post .post-content .post-video iframe{
    width: 100%;
    height: 368px;
}


/* POST LIST
----------------------------------------------------*/

.post-list {
    display: block;
    position: relative;
}
.post-list .post{
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 4px solid #f0f0f0;
}
.post-list .post.remove-bar{
    padding-bottom: 0;
    border: none;
}
.post-list .post .post-content .post-links{
    color: #dadada;
    width: 100%;
    float: left;
}
.post-list .post .post-content{
    width: calc(100% - 275px);
    float: right
}
.post-list .post .post-content .post-links .link{
    display: inline-block;
    margin: 0;
    font-weight: bold;
    vertical-align: middle;
}
.post-list .post .post-content .post-text{
    color: #666;
    font-size: 14px;
    line-height: 22px;
}


/* POST SINGLE
----------------------------------------------------*/

.post-single {
    margin-top: 110px;
}

/* head */
.post-single .post-single-head {
    
}
.post-single .post-single-head h3{
    font-size: 32px;
    line-height: 42px;
    margin: 3px 0 16px;
}
.post-single .post-single-head h6{
    color:#ff4438;
    font-size: 16px;
    margin-bottom: 33px;
}
.post-single .post-single-head .back{
    line-height: 36px;
    text-align: right;
}
.post-single .post-single-head .back a{
    display: block;
    margin: 14px 23px 0 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.36px;
}


/* PAGINATION
----------------------------------------------------*/

.pagination {
    display: block;
    position: relative;
    padding: 0;
    margin: 15px 0 60px;
}
.pagination li{
    display: inline-block;
    padding: 0;
    margin: 0 15px 15px 0;
}
.pagination li i{
    font-size: 12px;
    line-height: 12px;
}
.pagination li > a, 
.pagination li > span {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background-color: #707070;
    padding: 15px 20px;
}


html.no-touch .pagination li > a:hover,
.pagination li > a:focus,
.pagination li.active > a,
.pagination li.active > a,
html.no-touch .pagination li.active > a:hover,
.pagination li.active > a:focus,
.pagination li > span,
.pagination li > span,
.pagination li.active > span,
.pagination li.active > span,
html.no-touch .pagination li.active > span:hover,
.pagination li.active > span:focus {
    color: #FFF;
    background-color: #3e2b2f;
}


/* GRIDS
----------------------------------------------------*/
.grids{
    
}

/* filter */
.grids .grids-filter{
    display: block;
    position: relative;
    margin:0 0 15px;
    padding:0 0 15px;
    text-align: right;
    border-bottom:4px solid #CCC;
}
.grids .grids-filter li{
    display:inline-block;
    font-family: 'Merriweather', serif;
    font-size:16px;
}
.grids .grids-filter li a {
    padding:0 15px;
    color:#8a8989;
    text-decoration:none;
}
html.no-touch .grids .grids-filter li a:hover
.grids .grids-filter li a:active,
.grids .grids-filter li a.active, 
html.no-touch .grids .grids-filter li a:hover {
    color:#3e2b2f;
    text-decoration:none;
}

/* container */
.grids .grids-container{
}
.grids .grids-container .grids-item{
    margin: 0 -1px 0 0;
    z-index: 10;
}
.grids .grids-container .grids-item a{
    display: block;
    position: relative;
}
.grids .grids-container .grids-item .grids-img{
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 20;
    background: #3e2b2f;
}
.grids .grids-container .grids-item .grids-img img{
    display: block;
    position: relative;
    width: 100%;
}
html.no-touch .grids .grids-container .grids-item a:hover .grids-img img{
    opacity: 0.7;
}
.grids .grids-container .grids-item .grids-content{
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity .3s ease;
    z-index: 20;
    overflow: hidden;
}
.grids .grids-container .grids-item .grids-content .grids-title{
    padding: 15px;
    margin-right: 52px;
    z-index: 40;
}
.grids .grids-container .grids-item .grids-content .grids-icon{
    display: block;
    position: absolute;
    top:0;
    right: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    
    color: #FFF;
    background: #3e2b2f;
    
    text-align: center;
    z-index: 30;
}
.grids .grids-container .grids-item .grids-content .grids-overlay{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
}
.grids .grids-container .grids-item .grids-content .grids-overlay div.content {
   display: inline-block;
   position: relative;
   top: 50%;
   left: 50%;
   margin-top: -23px;
   margin-left: -23px;
   width:46px;
   height:46px;
   line-height: 46px;
   background-color: #fff;
   color: #a7a7a7;
   font-size: 16px;
   text-align: center;
   text-decoration: none;
}
.grids .grids-container .grids-item.grids-yellow .grids-content{
    background: #3e2b2f;
}
.grids .grids-container .grids-item .grids-content .grids-title{
}
.grids .grids-container .grids-item .grids-content .grids-title .expo-title{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 22px;
}
.grids .grids-container .grids-item.grids-yellow .grids-icon,
.grids .grids-container .grids-item.grids-yellow .grids-overlay{
    display: none
}



/*
=====================================================
7. CUSTOM PAGES
=====================================================
*/


/* HOMEPAGE
----------------------------------------------------*/
.homepage .title-line {
    margin-bottom: 33px;
}
.homepage .button-block{
    margin-top: 10px;
}
.homepage main .main-section{
    margin-bottom: 26px;
}
.homepage .intro {
    margin: 0 0 50px;
}
.homepage  .blocks-nav .main-section {
    margin-top: 0;
}
.homepage .blocks-nav .main-section .title-line {
    margin-bottom: 10px;
}

/* cicloturismo
----------------------------------------------------*/
.input-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.input-container input {
    border: 1px solid #3e2b2f;
    display: block;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 43px;
    box-sizing: border-box;
    padding: 0 26px 0 15px;
    font-size: 14px;

    background-color: transparent;
    color: #3e2b2f;
}


/* CONTACT
----------------------------------------------------*/
.contact-map {  
    position: relative;
    width: auto;
    height: 420px;
    margin: 0;
    z-index: 1;
}

.contact-map-info,
.risorse-map-info{
    display: block;
    position: relative;
    float: right;
    width: 368px;
    height: 385px;
    margin-top: -400px;
    margin-right: 30px;
    
    padding: 25px;
    background: rgb(243, 232, 218, 0.95);
    color: #3e2b2f;
    font-size: 14px;
    z-index: 10;
}
.contact-map-info .close,
.risorse-map-info .close{
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    border: none;
    background: none;
    font-size: 24px;
    padding: 0;
    color: #3e2b2f;
}
.contact-map-info .contact-logo,
.risorse-map-info .contact-logo{
    margin-bottom: 25px;
}
.contact-map-info .contact-title,
.risorse-map-info .contact-title{
    margin-bottom: 5px;
}

/* contact details */
ul.contact-list {
    margin-bottom: 50px;
}

ul.contact-list li {
    background-image: linear-gradient(to bottom, #dbdbdb 40%, rgba(255, 255, 255, 0) 20%);
    background-position: left;
    background-size: 1px 4px;
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 28px !important;
    float: left;
}
ul.contact-list li i {
    font-size: 38px;
    color: #606060;
}
ul.contact-list li:before {
    background-image: linear-gradient(to right, #dbdbdb 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    content: "";
    display: block;
    height: 1px;
}
ul.contact-list li:nth-child(3n+1) {
    background-image: none;
}
ul.contact-list li:nth-child(-n+3):before {
    background-image: none;
}


/* 404
----------------------------------------------------*/
#error404-left {margin:56px 0 100px 0; padding-left:110px;}
#error404-right {margin:0 0 100x 0; padding-left:90px;}
#error404-right .panel {width: 87%; margin-top: 56px; padding-bottom: 2px;}
#error404-left h1 {font-size:74px;}
#error404-left i {font-size:74px; position:relative; top:8px;}
#error404 a.button {margin-bottom:38px;}


/*
=====================================================
8. LIBS
=====================================================
*/


/* MAp
----------------------------------------------------*/

/* marker */
.grm-marker span {
    display: block;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center bottom;

    background-image: url(../images/map/map-marker.png);
    width: 30px;
    height: 49px;
    left: -15px;
}
.grm-marker i {
    display: block;
    position: absolute;
    width: 14px;
    height: 4px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    left: -1px;
    bottom: -2px;
}
.grm-marker.tp-attivita-montagna span {
    background-image: url(../images/map/map-marker-attivita-montagna.svg);
}
.grm-marker.tp-cicloturismo span {
    background-image: url(../images/map/map-marker-cicloturismo.svg);
}
.grm-marker.tp-mezzi_motore span {
    background-image: url(../images/map/map-marker-mezzi_motore.svg);
}
.grm-marker.tp-escursionismo span {
    background-image: url(../images/map/map-marker-escursionismo.svg);
}
.grm-marker.tp-risorsa span {
    background-image: url(../images/map/map-marker-risorsa.svg);
}
.grm-marker.tp-proposta span {
    background-image: url(../images/map/map-marker-proposta.svg);
}
.grm-marker.tp-cursor.tp-cicloturismo span { 
    background-image: url(../images/map/map-marker-bike.png);
    width: 55px;
    height: 63px;
    left: -27px;
}
.grm-marker.tp-cursor.tp-mezzi_motore span { 
    background-image: url(../images/map/map-marker-bike.png);
    width: 55px;
    height: 63px;
    left: -27px;
}
.grm-marker.tp-cursor.tp-escursionismo span { 
    background-image: url(../images/map/map-marker-escursionismo.png);
    width: 55px;
    height: 63px;
    left: -27px;
}

/* scroll */
.grmScroll {
    display: block;
    position: fixed;
    right: 15px;
    width: 50px;
    height: 50px;
    
    background: #3e2b2f;
    border: none;
    color: #FFF;
    
    cursor: pointer;
    z-index: 99998;
}
.grmScroll.scroll-up {
    top: 85px;   
}
.grmScroll.scroll-down {
    bottom: 15px;
}

/* infowindow */
.infowindow {
    display: block;
    min-width: 320px;
    line-height: 18px;
}
.infowindow .name{
    display: block;
    font-weight: bold;
    font-size: 16px;
}
.infowindow .content{
    display: block;
    margin-top: 10px;
    line-height: 18px;
}
.infowindow .content .thumb{
    display: block;
    float: left;
    width: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.infowindow .content .thumb img{
    display: block;
    max-width: 100%;
}
.infowindow .content .info{
    overflow: hidden;
}
.infowindow .content .button{
    margin: 10px 0 0 0;
}


/* FACEBOOK
----------------------------------------------------*/
#fb-root {
  display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  height: auto;
}
.fb-wrapper {
    width:100%;
    border:1px solid #ddd;
    margin-bottom:60px;
    padding:28px 8px 13px 8px;
    float:left;
}
.fb-wrapper iframe {
    height:258px;
    margin-bottom:-7px;
}


/* TWITTER
----------------------------------------------------*/
#twitter-widget-0 { 
  width: 100% !important; 
}


/* FLICKR
----------------------------------------------------*/
#flickr-thumbs {
    margin:2px -5px 20px -1px;
}
#flickr-thumbs .no-image { 
    display:none; 
}
#flickr-noscript { 
    display:none; 
}


/* FANCYBOX
----------------------------------------------------*/
.fancybox-nav {
    width: 56px;
}
.fancybox-nav span {
    visibility: visible;
}
.fancybox-nav.fancybox-prev {
    left: -56px;
}
.fancybox-nav.fancybox-next {
    right: -56px;
}


/* PHOTOSWIPE
----------------------------------------------------*/
.pswp__item .ps-inc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    
    text-align: center;
    vertical-align: middle;
    
    overflow: hidden;
}
.pswp__item .ps-inc.ps-inc.video {
    padding: 100px 200px;
}
.pswp__item .ps-inc .ps-inc-in {
    display: block;
    position: relative;
    
    max-width: 100%;
    max-height: 100%;
    
    vertical-align: middle;
    overflow: hidden;
}
.pswp__item .ps-inc .ps-inc-in img,
.pswp__item .ps-inc .ps-inc-in iframe{
    display: inline-block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.pswp__item .ps-inc .ps-inc-in iframe{
    width: 100%;
    height: 100%;
}
.pswp__item .ps-inc .ps-inc-desc{
    display: block;
    position: relative;
    
    font-size: 13px;
    line-height: 18px;
    color: #FFF;
    margin-top: 10px;
    
    overflow: hidden;
}


/* ISOTOPE
----------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/* OWL CAROUSEL
----------------------------------------------------*/

.owl-controls{
    display: block;
    position: absolute;
    bottom: 25px;
    right: 25px;
    
    width: auto;
    height: auto;
    
    margin: 0;
    padding:0;
    
    vertical-align: middle;
    text-align: right;
    z-index:9999;
    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-dots{
    line-height: 20px;
    vertical-align: middle;    
    text-align: right;
}

/* mouse grab icon */
.grabbing {
  cursor: url(../images/skin/cursor-grabbing.png) 8 8, move;
}

/* controls */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 50%;
  color: #FFF;
  background: #FFF;
}
.owl-theme .owl-controls .owl-dot.active span{
  color: #999;
  background: #999;
}


/* CHOSEN
----------------------------------------------------*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* 2018-06-14 
    min-width: 200px;
    */
    min-width: 270px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.chosen-container .chosen-single {
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    color: #3e2b2f;
    background: transparent;
    border: 1px solid #3e2b2f;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    transition: box-shadow .3s ease
}
html.no-touch .chosen-container .chosen-single:hover {
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}
.chosen-container .chosen-single span {
    display: block;
    margin: 0 26px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chosen-container .chosen-single div {
    display: block;
    position: absolute;
    width: 12px;
    height: 100%;
    top: 0;
    right: 15px;
    background: none;
}
.chosen-container .chosen-single div b {
    display: none;
    background: none;
}
.chosen-container .chosen-single div:after {
    content: '';
    
    display: block;
    position: absolute;
    background: none;
    
    width: 0;
    height: 0;
    top: 50%;
    right: 0;
    margin-top: -2px;
    margin-right: 0;
    
    border: 5px solid transparent;
    border-top-color: #666;
    
    transition: transform .3s ease
}
.chosen-container-active.chosen-with-drop .chosen-single div:after {
    border-top-color: #DDD;
    margin-top: -7px;
    transform: rotate(180deg);
}
.chosen-container .chosen-drop {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    background: #FFF;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
    z-index: 100;
}
.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
    left: 0;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('../lib/chosen/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../lib/chosen/chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding:0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    line-height: 22px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    
    transition: background .3s ease;
}
html.no-touch .chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li.result-selected {
    color: #FFF;
    background: #3e2b2f;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results em {
    font-weight: bold;
    font-style: normal;
}


/* AUTOCOMPLETE
----------------------------------------------------*/
.autocomplete {}
.autocomplete .autocomplete-result-wrapper{
    display: block;
    position: absolute;
    
    width: 400px;
    top: 46px;
    left: 0;
    
    background: #FFF;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
    z-index: 100;
}
.autocomplete .autocomplete-result-wrapper .autocomplete-result .result-item{
    padding: 10px 15px;
    margin: 0;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
html.no-touch .autocomplete .autocomplete-result-wrapper .autocomplete-result .result-item:hover,
.autocomplete .autocomplete-result-wrapper .autocomplete-result .result-item.result-selected {
    background: #f3e8da;
}
.autocomplete .autocomplete-result-wrapper .autocomplete-result .result-item a{
    display: block;
    position: relative;
}
.autocomplete .autocomplete-result-wrapper .autocomplete-result .result-item img{
    display: block;
    float: left;
    width: 40px;
    margin-right: 15px;
}
.autocomplete .autocomplete-result-wrapper .autocomplete-result .result-item a .title{
    overflow: hidden;
}
.autocomplete .autocomplete-result-wrapper .autocomplete-foot{
    padding: 0 15px;
    font-size: 12px;
    line-height: 30px;
    color: #999;
    background: #F5F5F5;
    border-top: 1px solid #ddd;
    
    cursor: pointer;
    
    transition: all .3s ease;
}
html.no-touch .autocomplete .autocomplete-result-wrapper .autocomplete-foot:hover{
    color:#3e2b2f;
    background: #3e2b2f;
}


/* TOOLTIP
----------------------------------------------------*/
.beers-tooltip{
    color: #fff;
    font-size: 12px;
    background-color: #3e2b2f;
    border: 1px solid #3e2b2f;
    min-width: 150px;
    padding: 10px 5px;
}
.beers-tooltip:before{
    border-top-color: #3e2b2f;
}
.post-content .beers-tooltip,
.treading-block a .beers-tooltip{
    background-color: #f3e8da;
    border-color: #f3e8da;
    color: #3e2b2f;
}
.post-content .beers-tooltip:before,
.treading-block a .beers-tooltip:before{
    border-top-color: #f3e8da;
}


/*
=====================================================
9. ALTRO
=====================================================
*/


/* ICONS PERCORSO
----------------------------------------------------*/
i[class^="ico-percorso-"],
i[class*="ico-percorso-"] {
    display: inline-block;
    min-width: 1px;
    min-height: 1px;
    
    vertical-align: middle;
    
    background-image: url(../images/skin/icon-percorso-sprite-black.png);
    background-repeat: no-repeat;
}
i[class^="ico-percorso-"].ico-green,
i[class*="ico-percorso-"].ico-green{
    background-image: url(../images/skin/icon-percorso-sprite-green.png);
}

/* difficolta */
.ico-percorso-difficolta-emoticon-facile{
    width: 24px;
    height: 24px;
    background-position: -6px -36px;    
}
.ico-percorso-difficolta-emoticon-impegnativa,
.ico-percorso-difficolta-escursionismo-3{
    width: 24px;
    height: 24px;
    background-position: -6px -138px;    
}
.ico-percorso-difficolta-emoticon-media,
.ico-percorso-difficolta-escursionismo-2{
    width: 24px;
    height: 24px;
    background-position: -6px -70px;    
}
.ico-percorso-difficolta-emoticon-media-diffic{
    width: 36px;
    height: 24px;
    background-position: 0 -104px;    
}
.ico-percorso-difficolta-emoticon-molto-facile,
.ico-percorso-difficolta-escursionismo-1{
    width: 24px;
    height: 24px;
    background-position: -6px -2px; 
}
.ico-percorso-difficolta-emoticon-molto-impegn,
.ico-percorso-difficolta-escursionismo-4{
    width: 36px;
    height: 24px;
    background-position: 0 -172px;    
}

/* solo o in gruppo */
.ico-percorso-solo-o-gruppo-gruppo{
    width: 46px;
    height: 23px;
    background-position: -161px 0;  
}
.ico-percorso-solo-o-gruppo-solo{
    width: 36px;
    height: 24px;
    background-position: -161px -33px;  
}

/* tipo bicibletta */
.ico-percorso-tipo-bicicletta-citta{
    width: 59px;
    height: 31px;
    background-position: -46px 0;  
}

.ico-percorso-tipo-bicicletta-strada{
    width: 55px;
    height: 31px;
    background-image: url(../images/bikes/dastrada_dark.svg) !important;
    background-position: center;
}
.detail-bar .ico-percorso-tipo-bicicletta-strada,
label.active > .ico-percorso-tipo-bicicletta-strada{
    background-image: url(../images/bikes/dastrada_white.svg) !important;
}

.ico-percorso-tipo-bicicletta-mtb{
    width: 57px;
    height: 32px;
    background-image: url(../images/bikes/moutainbike_dark.svg) !important;
    background-position: center;
}
.detail-bar .ico-percorso-tipo-bicicletta-mtb,
label.active > .ico-percorso-tipo-bicicletta-mtb{
    background-image: url(../images/bikes/moutainbike_white.svg) !important;
}

.ico-percorso-tipo-bicicletta-ebike{
    width: 55px;
    height: 32px;
    background-image: url(../images/bikes/ebike_dark.svg) !important;
    background-position: center;
}
.detail-bar .ico-percorso-tipo-bicicletta-ebike,
label.active > .ico-percorso-tipo-bicicletta-ebike{
    background-image: url(../images/bikes/ebike_white.svg) !important;
}

.ico-percorso-tipo-bicicletta-greve{
    width: 55px;
    height: 32px;
    background-image: url(../images/bikes/gravel_dark.svg) !important;
    background-position: center;
}
.detail-bar .ico-percorso-tipo-bicicletta-greve,
label.active > .ico-percorso-tipo-bicicletta-greve{
    background-image: url(../images/bikes/gravel_white.svg) !important;
}

.ico-percorso-tipo-bicicletta-trekk{
    width: 55px;
    height: 32px;
    background-image: url(../images/bikes/touringbike_dark.svg) !important;
    background-position: center;
}
.detail-bar .ico-percorso-tipo-bicicletta-trekk,
label.active > .ico-percorso-tipo-bicicletta-trekk{
    background-image: url(../images/bikes/touringbike_white.svg) !important;
}

/* tipo terreno */
.ico-percorso-tipi-di-terreno-asfalto{
    width: 38px;
    height: 26px;
    background-position: -116px -3px;  
}
.ico-percorso-tipi-di-terreno-porfido{
    width: 38px;
    height: 27px;
    background-position: -116px -39px;  
}
.ico-percorso-tipi-di-terreno-roccioso{
    width: 38px;
    height: 26px;
    background-position: -116px -76px;  
}
.ico-percorso-tipi-di-terreno-sterrato{
    width: 38px;
    height: 26px;
    background-position: -116px -112px;   
}
.ico-percorso-519a264418392eb67696812fd9619,
.ico-percorso-tipi-di-terreno-strada-bianca{
    width: 38px;
    height: 26px;
    background-position: -116px -148px;   
}

/* circuito */
.ico-percorso-circuito-chiuso-si{
    width: 23px;
    height: 23px;
    background-position: -46px -141px;  
}
.ico-percorso-circuito-chiuso-no {
    width: 23px;
    height: 23px;
    background-position: -46px -173px;  
}

.post .post-content table, .ciclismo_7p_tbl {
    border: 1px solid #3e2b2f;
}

.post .post-content table th {
    background: #3e2b2f;
    color: #6e6e6e;
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 10px;
}

.ciclismo_7p_tbl_c7 {
    background: #3e2b2f !important;
    color: #3e2b2f !important;
    font-weight: bold;
}

.post .post-content table td {
    padding: 10px;
    font-size: 16px;
    background: #FFFFFF;
    color: #6e6e6e;
}

.post .post-content table[border] {
    border: 1px solid #ddd;
}

.post .post-content table[border] td {
    border: 1px solid #ddd;
}

.ciclismo_7p_tbl_c8 {
    /* km */
    text-align: right;
}

.ciclismo_7p_tbl_c9 {
    /* local */
}

.ciclismo_7p_tbl_c10 {
    /* info */
}


/* FAT MAP
 * -------------------------------------------------- */
 .fat-map-label {
    padding-bottom: 0;
    line-height: 10px;
 }


.fat-map-label span{
    overflow: hidden;
    text-indent: -999px;
    background-image: url("../images/fatmap-logo.png");
    background-position: top left;
    background-repeat:  no-repeat;
    background-size: 130px;
    width: 130px;
}

.fat-map-iframe {
    position: relative;
}

.fat-map-iframe:before {
    content: "";
    display: block;
    padding-top: 71%;
}

.fat-map-iframe .fat-map-iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fat-map-iframe .fat-map-iframe-container iframe {
    width: 100%;
    height: 100%;
}

/* attachments-list
----------------------------------------------------*/
.attachments-list{
    display: block;
    position: relative;
    margin-bottom: 60px;
}
.attachments-list li{
    display: block;
    position: relative;
    margin-bottom: 5px;
}
.attachments-list li a{
    display: block;
    position: relative;
    padding: 5px 35px 5px 5px;
    background: #f0f0f0; 
    
    transition: background .6s ease;
}
.attachments-list li a:hover{
    background: #ff4438;
    text-decoration: none;
    color: #3e2b2f !important;
}
.post .post-content .post-text .attachments-list li a:hover span{
    color: #3e2b2f !important;
}
.attachments-list li a .attachment-icon{
    display: inline-block;
    position: relative;
    
    width:44px;
    height: 33px;
    margin-right: 5px;
    
    background-image: url('../images/skin/icon-attachment.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.attachments-list li a:hover .attachment-icon{
    background-position: center bottom;
}
.attachments-list li a,
.attachments-list li a .attachment-icon,
.attachments-list li a span{
    font-size: 14px;
    line-height: 33px;
    vertical-align: middle;   
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.irs-slider{
    background-color: #3e2b2f;
}
.irs-to, .irs-from, .irs-single{
    color: #FFF;
    background: #3e2b2f;
}
.irs-to:after, .irs-from:after, .irs-single:after{
    border-top-color: #3e2b2f;
}

.list-attachments li a.download-link{
    background-image: url(../images/icona-file-white.svg);
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position: 15px center;
    background-size: 18px auto;
}
.no-touch .list-attachments li a.download-link:hover{
    background-image: url(../images/icona-file.svg);
}

.hide-desktop{
    display: none !important;
}

.force-clear{
    clear: both;
}

::-webkit-input-placeholder { /* Edge */
    color: #3e2b2f;
    opacity: 1;
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3e2b2f;
    opacity: 1;
}
  
::placeholder {
    color: #3e2b2f;
    opacity: 1;
}

i {
    font-style: italic;
}

.legenda{
    position: absolute;
    left: 20px;
    bottom: 5px;
    z-index: 999;
    background-color: #f3e8da;
    padding: 0px 10px;
    border-radius: 1px;
    border: 1px solid #3e2b2f;
    cursor: pointer;
}

.legend-content{
    max-height: calc(100% - 48px);
    overflow: auto;
}
.legend-content .marker{
    margin-bottom: 10px;
}
.legend-content .marker img{
    height: 30px;
    margin-right: 10px;
}


/* ATTIVITA OUTDOOR
 * -------------------------------------------------- */
 
.attivita-outdoor-filter{
    background-size: 30px;
    margin-bottom: 30px !important;
}
.attivita-outdoor-filter .columns {
    position: relative;
}

.attivita-outdoor-filter h6 {
    line-height: 51px !important;
}
.attivita-outdoor-filter .btn-wdmp {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 10px 66px 10px 15px;
    margin: 0;
    border-radius: 2px;
    text-align: center;
    color: #3e2b2f;
    background-color: #ebe1d5;
    border: 1px solid transparent;
}
html.no-touch .attivita-outdoor-filter .btn-wdmp:hover, 
.attivita-outdoor-filter .btn-wdmp:focus,
.attivita-outdoor-filter .btn-wdmp:active, 
.attivita-outdoor-filter .btn-wdmp.active {
    color: #3e2b2f;  
    background-color: #d8cfc5;
}
.attivita-outdoor-filter .btn-wdmp:after {
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    right: 15px;
    background-image: url(../images/icona.svg);
    background-position: center;
    background-repeat: no-repeat;
}
/*
.attivita-outdoor-filter .columns:after {
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: -6px;
    right: 15px;
    background-image: url(../images/icona.svg);
    background-position: center;
    background-repeat: no-repeat;
}
*/
.attivita-outdoor-filter form .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}
.attivita-outdoor-filter form .line + .line {
    margin-top: 20px;
}
.attivita-outdoor-filter form .line .item {
    flex: 1 1 auto;
    padding: 0 10px;
    margin: 0;
    width: auto;
    max-width: 33%;
}
.attivita-outdoor-filter form .line .item select{
    background-color: transparent;
    border-color: #3E2B2F;
}
.attivita-outdoor-filter form .line .item .input-container,
.attivita-outdoor-filter form .line .item .chosen-container {
    width: 100% !important;
    min-width: 0;
}
.attivita-outdoor-filter form .line .item .checkbox-ui label {
    margin: 0;
}
.attivita-outdoor-filter form .line .item .irs {
    height: 50px;
}
.attivita-outdoor-filter form .line .item .button {
    line-height: 23px;
}


.attivita-outdoor-filter form .item .radio-ui label.active,
.attivita-outdoor-filter form .item .checkbox-ui label.active{
    background-color: #3e2b2f;
}
.attivita-outdoor-filter form .item .radio-ui label.active i,
.attivita-outdoor-filter form .item .checkbox-ui label.active i{
    background-image: url(../images/skin/icon-percorso-sprite-black.png);
}
.attivita-outdoor-filter form .item .ico-percorso-tipo-bicicletta-strada,
.attivita-outdoor-filter form .item .ico-percorso-tipo-bicicletta-mtb,
.attivita-outdoor-filter form .item .ico-percorso-tipo-bicicletta-ebike,
.attivita-outdoor-filter form .item .ico-percorso-tipo-bicicletta-greve,
.attivita-outdoor-filter form .item .ico-percorso-tipo-bicicletta-trekk{
    height: 25px;
    width: 48px;
}

/* Closable */
.attivita-outdoor-filter.closable .line {
    display: block;
}
.attivita-outdoor-filter.closable form .line .item {
    max-width: 100%;
}
.attivita-outdoor-filter.closable form .line + .line,
.attivita-outdoor-filter.closable form .line .item + .item {
    margin-top: 10px;
}

/* HELPERS
 * -------------------------------------------------- */
 
/* margins */
.mt-0{margin-top: 0px !important;}.mr-0{margin-right: 0px !important;}.mb-0{margin-bottom: 0px !important;}.ml-0{margin-left: 0px !important;}.pt-0{padding-top: 0px !important;}.pr-0{padding-right: 0px !important;}.pb-0{padding-bottom: 0px !important;}.pl-0{padding-left: 0px !important;}.mt-5{margin-top: 5px !important;}.mr-5{margin-right: 5px !important;}.mb-5{margin-bottom: 5px !important;}.ml-5{margin-left: 5px !important;}.pt-5{padding-top: 5px !important;}.pr-5{padding-right: 5px !important;}.pb-5{padding-bottom: 5px !important;}.pl-5{padding-left: 5px !important;}.mt-10{margin-top: 10px !important;}.mr-10{margin-right: 10px !important;}.mb-10{margin-bottom: 10px !important;}.ml-10{margin-left: 10px !important;}.pt-10{padding-top: 10px !important;}.pr-10{padding-right: 10px !important;}.pb-10{padding-bottom: 10px !important;}.pl-10{padding-left: 10px !important;}.mt-15{margin-top: 15px !important;}.mr-15{margin-right: 15px !important;}.mb-15{margin-bottom: 15px !important;}.ml-15{margin-left: 15px !important;}.pt-15{padding-top: 15px !important;}.pr-15{padding-right: 15px !important;}.pb-15{padding-bottom: 15px !important;}.pl-15{padding-left: 15px !important;}.mt-20{margin-top: 20px !important;}.mr-20{margin-right: 20px !important;}.mb-20{margin-bottom: 20px !important;}.ml-20{margin-left: 20px !important;}.pt-20{padding-top: 20px !important;}.pr-20{padding-right: 20px !important;}.pb-20{padding-bottom: 20px !important;}.pl-20{padding-left: 20px !important;}.mt-25{margin-top: 25px !important;}.mr-25{margin-right: 25px !important;}.mb-25{margin-bottom: 25px !important;}.ml-25{margin-left: 25px !important;}.pt-25{padding-top: 25px !important;}.pr-25{padding-right: 25px !important;}.pb-25{padding-bottom: 25px !important;}.pl-25{padding-left: 25px !important;}.mt-30{margin-top: 30px !important;}.mr-30{margin-right: 30px !important;}.mb-30{margin-bottom: 30px !important;}.ml-30{margin-left: 30px !important;}.pt-30{padding-top: 30px !important;}.pr-30{padding-right: 30px !important;}.pb-30{padding-bottom: 30px !important;}.pl-30{padding-left: 30px !important;}.mt-35{margin-top: 35px !important;}.mr-35{margin-right: 35px !important;}.mb-35{margin-bottom: 35px !important;}.ml-35{margin-left: 35px !important;}.pt-35{padding-top: 35px !important;}.pr-35{padding-right: 35px !important;}.pb-35{padding-bottom: 35px !important;}.pl-35{padding-left: 35px !important;}.mt-40{margin-top: 40px !important;}.mr-40{margin-right: 40px !important;}.mb-40{margin-bottom: 40px !important;}.ml-40{margin-left: 40px !important;}.pt-40{padding-top: 40px !important;}.pr-40{padding-right: 40px !important;}.pb-40{padding-bottom: 40px !important;}.pl-40{padding-left: 40px !important;}.mt-45{margin-top: 45px !important;}.mr-45{margin-right: 45px !important;}.mb-45{margin-bottom: 45px !important;}.ml-45{margin-left: 45px !important;}.pt-45{padding-top: 45px !important;}.pr-45{padding-right: 45px !important;}.pb-45{padding-bottom: 45px !important;}.pl-45{padding-left: 45px !important;}.mt-50{margin-top: 50px !important;}.mr-50{margin-right: 50px !important;}.mb-50{margin-bottom: 50px !important;}.ml-50{margin-left: 50px !important;}.pt-50{padding-top: 50px !important;}.pr-50{padding-right: 50px !important;}.pb-50{padding-bottom: 50px !important;}.pl-50{padding-left: 50px !important;}
@media (max-width: 767px) {.mt-xs-0{margin-top: 0px !important;}.mr-xs-0{margin-right: 0px !important;}.mb-xs-0{margin-bottom: 0px !important;}.ml-xs-0{margin-left: 0px !important;}.pt-xs-0{padding-top: 0px !important;}.pr-xs-0{padding-right: 0px !important;}.pb-xs-0{padding-bottom: 0px !important;}.pl-xs-0{padding-left: 0px !important;}.mt-xs-5{margin-top: 5px !important;}.mr-xs-5{margin-right: 5px !important;}.mb-xs-5{margin-bottom: 5px !important;}.ml-xs-5{margin-left: 5px !important;}.pt-xs-5{padding-top: 5px !important;}.pr-xs-5{padding-right: 5px !important;}.pb-xs-5{padding-bottom: 5px !important;}.pl-xs-5{padding-left: 5px !important;}.mt-xs-10{margin-top: 10px !important;}.mr-xs-10{margin-right: 10px !important;}.mb-xs-10{margin-bottom: 10px !important;}.ml-xs-10{margin-left: 10px !important;}.pt-xs-10{padding-top: 10px !important;}.pr-xs-10{padding-right: 10px !important;}.pb-xs-10{padding-bottom: 10px !important;}.pl-xs-10{padding-left: 10px !important;}.mt-xs-15{margin-top: 15px !important;}.mr-xs-15{margin-right: 15px !important;}.mb-xs-15{margin-bottom: 15px !important;}.ml-xs-15{margin-left: 15px !important;}.pt-xs-15{padding-top: 15px !important;}.pr-xs-15{padding-right: 15px !important;}.pb-xs-15{padding-bottom: 15px !important;}.pl-xs-15{padding-left: 15px !important;}.mt-xs-20{margin-top: 20px !important;}.mr-xs-20{margin-right: 20px !important;}.mb-xs-20{margin-bottom: 20px !important;}.ml-xs-20{margin-left: 20px !important;}.pt-xs-20{padding-top: 20px !important;}.pr-xs-20{padding-right: 20px !important;}.pb-xs-20{padding-bottom: 20px !important;}.pl-xs-20{padding-left: 20px !important;}.mt-xs-25{margin-top: 25px !important;}.mr-xs-25{margin-right: 25px !important;}.mb-xs-25{margin-bottom: 25px !important;}.ml-xs-25{margin-left: 25px !important;}.pt-xs-25{padding-top: 25px !important;}.pr-xs-25{padding-right: 25px !important;}.pb-xs-25{padding-bottom: 25px !important;}.pl-xs-25{padding-left: 25px !important;}.mt-xs-30{margin-top: 30px !important;}.mr-xs-30{margin-right: 30px !important;}.mb-xs-30{margin-bottom: 30px !important;}.ml-xs-30{margin-left: 30px !important;}.pt-xs-30{padding-top: 30px !important;}.pr-xs-30{padding-right: 30px !important;}.pb-xs-30{padding-bottom: 30px !important;}.pl-xs-30{padding-left: 30px !important;}.mt-xs-35{margin-top: 35px !important;}.mr-xs-35{margin-right: 35px !important;}.mb-xs-35{margin-bottom: 35px !important;}.ml-xs-35{margin-left: 35px !important;}.pt-xs-35{padding-top: 35px !important;}.pr-xs-35{padding-right: 35px !important;}.pb-xs-35{padding-bottom: 35px !important;}.pl-xs-35{padding-left: 35px !important;}.mt-xs-40{margin-top: 40px !important;}.mr-xs-40{margin-right: 40px !important;}.mb-xs-40{margin-bottom: 40px !important;}.ml-xs-40{margin-left: 40px !important;}.pt-xs-40{padding-top: 40px !important;}.pr-xs-40{padding-right: 40px !important;}.pb-xs-40{padding-bottom: 40px !important;}.pl-xs-40{padding-left: 40px !important;}.mt-xs-45{margin-top: 45px !important;}.mr-xs-45{margin-right: 45px !important;}.mb-xs-45{margin-bottom: 45px !important;}.ml-xs-45{margin-left: 45px !important;}.pt-xs-45{padding-top: 45px !important;}.pr-xs-45{padding-right: 45px !important;}.pb-xs-45{padding-bottom: 45px !important;}.pl-xs-45{padding-left: 45px !important;}.mt-xs-50{margin-top: 50px !important;}.mr-xs-50{margin-right: 50px !important;}.mb-xs-50{margin-bottom: 50px !important;}.ml-xs-50{margin-left: 50px !important;}.pt-xs-50{padding-top: 50px !important;}.pr-xs-50{padding-right: 50px !important;}.pb-xs-50{padding-bottom: 50px !important;}.pl-xs-50{padding-left: 50px !important;}}
@media (max-width: 991px) {.mt-sm-0{margin-top: 0px !important;}.mr-sm-0{margin-right: 0px !important;}.mb-sm-0{margin-bottom: 0px !important;}.ml-sm-0{margin-left: 0px !important;}.pt-sm-0{padding-top: 0px !important;}.pr-sm-0{padding-right: 0px !important;}.pb-sm-0{padding-bottom: 0px !important;}.pl-sm-0{padding-left: 0px !important;}.mt-sm-5{margin-top: 5px !important;}.mr-sm-5{margin-right: 5px !important;}.mb-sm-5{margin-bottom: 5px !important;}.ml-sm-5{margin-left: 5px !important;}.pt-sm-5{padding-top: 5px !important;}.pr-sm-5{padding-right: 5px !important;}.pb-sm-5{padding-bottom: 5px !important;}.pl-sm-5{padding-left: 5px !important;}.mt-sm-10{margin-top: 10px !important;}.mr-sm-10{margin-right: 10px !important;}.mb-sm-10{margin-bottom: 10px !important;}.ml-sm-10{margin-left: 10px !important;}.pt-sm-10{padding-top: 10px !important;}.pr-sm-10{padding-right: 10px !important;}.pb-sm-10{padding-bottom: 10px !important;}.pl-sm-10{padding-left: 10px !important;}.mt-sm-15{margin-top: 15px !important;}.mr-sm-15{margin-right: 15px !important;}.mb-sm-15{margin-bottom: 15px !important;}.ml-sm-15{margin-left: 15px !important;}.pt-sm-15{padding-top: 15px !important;}.pr-sm-15{padding-right: 15px !important;}.pb-sm-15{padding-bottom: 15px !important;}.pl-sm-15{padding-left: 15px !important;}.mt-sm-20{margin-top: 20px !important;}.mr-sm-20{margin-right: 20px !important;}.mb-sm-20{margin-bottom: 20px !important;}.ml-sm-20{margin-left: 20px !important;}.pt-sm-20{padding-top: 20px !important;}.pr-sm-20{padding-right: 20px !important;}.pb-sm-20{padding-bottom: 20px !important;}.pl-sm-20{padding-left: 20px !important;}.mt-sm-25{margin-top: 25px !important;}.mr-sm-25{margin-right: 25px !important;}.mb-sm-25{margin-bottom: 25px !important;}.ml-sm-25{margin-left: 25px !important;}.pt-sm-25{padding-top: 25px !important;}.pr-sm-25{padding-right: 25px !important;}.pb-sm-25{padding-bottom: 25px !important;}.pl-sm-25{padding-left: 25px !important;}.mt-sm-30{margin-top: 30px !important;}.mr-sm-30{margin-right: 30px !important;}.mb-sm-30{margin-bottom: 30px !important;}.ml-sm-30{margin-left: 30px !important;}.pt-sm-30{padding-top: 30px !important;}.pr-sm-30{padding-right: 30px !important;}.pb-sm-30{padding-bottom: 30px !important;}.pl-sm-30{padding-left: 30px !important;}.mt-sm-35{margin-top: 35px !important;}.mr-sm-35{margin-right: 35px !important;}.mb-sm-35{margin-bottom: 35px !important;}.ml-sm-35{margin-left: 35px !important;}.pt-sm-35{padding-top: 35px !important;}.pr-sm-35{padding-right: 35px !important;}.pb-sm-35{padding-bottom: 35px !important;}.pl-sm-35{padding-left: 35px !important;}.mt-sm-40{margin-top: 40px !important;}.mr-sm-40{margin-right: 40px !important;}.mb-sm-40{margin-bottom: 40px !important;}.ml-sm-40{margin-left: 40px !important;}.pt-sm-40{padding-top: 40px !important;}.pr-sm-40{padding-right: 40px !important;}.pb-sm-40{padding-bottom: 40px !important;}.pl-sm-40{padding-left: 40px !important;}.mt-sm-45{margin-top: 45px !important;}.mr-sm-45{margin-right: 45px !important;}.mb-sm-45{margin-bottom: 45px !important;}.ml-sm-45{margin-left: 45px !important;}.pt-sm-45{padding-top: 45px !important;}.pr-sm-45{padding-right: 45px !important;}.pb-sm-45{padding-bottom: 45px !important;}.pl-sm-45{padding-left: 45px !important;}.mt-sm-50{margin-top: 50px !important;}.mr-sm-50{margin-right: 50px !important;}.mb-sm-50{margin-bottom: 50px !important;}.ml-sm-50{margin-left: 50px !important;}.pt-sm-50{padding-top: 50px !important;}.pr-sm-50{padding-right: 50px !important;}.pb-sm-50{padding-bottom: 50px !important;}.pl-sm-50{padding-left: 50px !important;}}
@media (max-width: 1199px) {.mt-md-0{margin-top: 0px !important;}.mr-md-0{margin-right: 0px !important;}.mb-md-0{margin-bottom: 0px !important;}.ml-md-0{margin-left: 0px !important;}.pt-md-0{padding-top: 0px !important;}.pr-md-0{padding-right: 0px !important;}.pb-md-0{padding-bottom: 0px !important;}.pl-md-0{padding-left: 0px !important;}.mt-md-5{margin-top: 5px !important;}.mr-md-5{margin-right: 5px !important;}.mb-md-5{margin-bottom: 5px !important;}.ml-md-5{margin-left: 5px !important;}.pt-md-5{padding-top: 5px !important;}.pr-md-5{padding-right: 5px !important;}.pb-md-5{padding-bottom: 5px !important;}.pl-md-5{padding-left: 5px !important;}.mt-md-10{margin-top: 10px !important;}.mr-md-10{margin-right: 10px !important;}.mb-md-10{margin-bottom: 10px !important;}.ml-md-10{margin-left: 10px !important;}.pt-md-10{padding-top: 10px !important;}.pr-md-10{padding-right: 10px !important;}.pb-md-10{padding-bottom: 10px !important;}.pl-md-10{padding-left: 10px !important;}.mt-md-15{margin-top: 15px !important;}.mr-md-15{margin-right: 15px !important;}.mb-md-15{margin-bottom: 15px !important;}.ml-md-15{margin-left: 15px !important;}.pt-md-15{padding-top: 15px !important;}.pr-md-15{padding-right: 15px !important;}.pb-md-15{padding-bottom: 15px !important;}.pl-md-15{padding-left: 15px !important;}.mt-md-20{margin-top: 20px !important;}.mr-md-20{margin-right: 20px !important;}.mb-md-20{margin-bottom: 20px !important;}.ml-md-20{margin-left: 20px !important;}.pt-md-20{padding-top: 20px !important;}.pr-md-20{padding-right: 20px !important;}.pb-md-20{padding-bottom: 20px !important;}.pl-md-20{padding-left: 20px !important;}.mt-md-25{margin-top: 25px !important;}.mr-md-25{margin-right: 25px !important;}.mb-md-25{margin-bottom: 25px !important;}.ml-md-25{margin-left: 25px !important;}.pt-md-25{padding-top: 25px !important;}.pr-md-25{padding-right: 25px !important;}.pb-md-25{padding-bottom: 25px !important;}.pl-md-25{padding-left: 25px !important;}.mt-md-30{margin-top: 30px !important;}.mr-md-30{margin-right: 30px !important;}.mb-md-30{margin-bottom: 30px !important;}.ml-md-30{margin-left: 30px !important;}.pt-md-30{padding-top: 30px !important;}.pr-md-30{padding-right: 30px !important;}.pb-md-30{padding-bottom: 30px !important;}.pl-md-30{padding-left: 30px !important;}.mt-md-35{margin-top: 35px !important;}.mr-md-35{margin-right: 35px !important;}.mb-md-35{margin-bottom: 35px !important;}.ml-md-35{margin-left: 35px !important;}.pt-md-35{padding-top: 35px !important;}.pr-md-35{padding-right: 35px !important;}.pb-md-35{padding-bottom: 35px !important;}.pl-md-35{padding-left: 35px !important;}.mt-md-40{margin-top: 40px !important;}.mr-md-40{margin-right: 40px !important;}.mb-md-40{margin-bottom: 40px !important;}.ml-md-40{margin-left: 40px !important;}.pt-md-40{padding-top: 40px !important;}.pr-md-40{padding-right: 40px !important;}.pb-md-40{padding-bottom: 40px !important;}.pl-md-40{padding-left: 40px !important;}.mt-md-45{margin-top: 45px !important;}.mr-md-45{margin-right: 45px !important;}.mb-md-45{margin-bottom: 45px !important;}.ml-md-45{margin-left: 45px !important;}.pt-md-45{padding-top: 45px !important;}.pr-md-45{padding-right: 45px !important;}.pb-md-45{padding-bottom: 45px !important;}.pl-md-45{padding-left: 45px !important;}.mt-md-50{margin-top: 50px !important;}.mr-md-50{margin-right: 50px !important;}.mb-md-50{margin-bottom: 50px !important;}.ml-md-50{margin-left: 50px !important;}.pt-md-50{padding-top: 50px !important;}.pr-md-50{padding-right: 50px !important;}.pb-md-50{padding-bottom: 50px !important;}.pl-md-50{padding-left: 50px !important;}}


/* visibility */
.visible-xs, .hidden-sm, .hidden-md, .hidden-lg{ display: block !important; }.visible-inline-xs{ display: inline-block !important; }.hidden-xs, .visible-sm, .visible-md, .visible-lg,.visible-inline-sm, .visible-inline-md, .visible-inline-lg{ display: none !important; }
@media (min-width: 768px) {.hidden-xs, .visible-sm, .hidden-md, .hidden-lg{ display: block !important; }.visible-inline-sm{ display: inline-block !important; }.visible-xs, .hidden-sm, .visible-md, .visible-lg,.visible-inline-xs, .visible-inline-md, .visible-inline-lg{ display: none !important; }} 
@media (min-width: 992px) { .hidden-xs, .hidden-sm, .visible-md, .hidden-lg{ display: block !important; }.visible-inline-md{ display: inline-block !important; }.visible-xs, .visible-sm, .hidden-md, .visible-lg,.visible-inline-xs, .visible-inline-sm, .visible-inline-lg{ display: none !important; }} 
@media (min-width: 1200px) { .hidden-xs, .hidden-sm, .hidden-md, .visible-lg{ display: block !important; }.visible-inline-lg{ display: inline-block !important; }.visible-xs, .visible-sm, .visible-md, .hidden-lg,.visible-inline-xs, .visible-inline-sm, .visible-inline-md { display: none !important; }} 


@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.green-tag.blue{
    background-color: #004295 !important;
}
.green-tag.green{
    background-color: #24992a !important;
}

#accordion .title-label,
.fake-accordion .title-label{
    margin-top: 30px;
}
#accordion .title-label{
    margin-left: -30px;
}
#accordion .title-label span a::before{
    content: '+';
    margin-right: 10px;
}
#accordion .title-label.ui-accordion-header-active span a::before{
    content: '-';
}
#accordion .accordion-content{
    padding-right: 30px;
}
.accordion-content .attachments-list li a{
    width: 100%;
}
.placeholder-outdoor{
    height: 309px;
    background-color: #ff4438;
}
.fake-accordion{
    padding-right: 30px;
}
.video-wrapper{
    overflow: hidden;
}
.video-wrapper video{
    width: 100%;
}
.block-wrapper + .block-wrapper{
    margin-top: 50px;
}

.blocks-nav .item a {
    display: block;
    position: relative;
}
.blocks-nav .main-section {
    margin-top: 110px;
    margin-bottom: 0;
}
.blocks-nav .main-section .title-line {
    margin-bottom: 20px;
}
.blocks-nav .main-section .carousel-treading-block {
    margin: 24px 0 30px;
}
.blocks-nav .main-section .carousel-treading-block .item {
    position: relative;
}
.blocks-nav .main-section .carousel-treading-block .item a {
    display: block;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blocks-nav .main-section .carousel-treading-block .item .detail-wrap {
    padding: 15px;
}
.blocks-nav .main-section .carousel-treading-block .item .detail-wrap .detail-content {
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.blocks-nav .main-section .carousel-treading-block .item .detail-wrap .detail-content h3 {
    font-size: 16px;
    line-height: 1.4;
}
.blocks-nav .main-section .carousel-treading-block .item .detail-wrap .detail-content p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.blocks-nav .main-section .carousel-treading-block .owl-controls{
    bottom: initial;
    top: initial;
    right: initial; 
    position: relative;
    margin-top: 30px;
    text-align: left;
}
.blocks-nav .main-section .carousel-treading-block .owl-controls .owl-nav .owl-prev,
.blocks-nav .main-section .carousel-treading-block .owl-controls .owl-nav .owl-next {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    pointer-events: all;
    font-size: 40px;
    color: #3e2b2f;
}
html.no-touch .blocks-nav .main-section .carousel-treading-block .owl-controls .owl-nav .owl-prev:hover,
html.no-touch .blocks-nav .main-section .carousel-treading-block .owl-controls .owl-nav .owl-next:hover {
    color: #ff4438;
}

.blocks-nav .main-section .carousel-treading-block.full-controls .owl-controls{
    display: block;
    position: absolute;
    bottom: initial;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    margin: 0;
}
.blocks-nav .main-section .carousel-treading-block.full-controls .owl-controls .owl-nav .owl-prev,
.blocks-nav .main-section .carousel-treading-block.full-controls .owl-controls .owl-nav .owl-next {
    display: block;
    position: absolute;
}
.blocks-nav .main-section .carousel-treading-block.full-controls .owl-controls .owl-nav {
    margin-top: -20px;
    pointer-events: none;
}
.blocks-nav .main-section .carousel-treading-block.full-controls .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.blocks-nav .main-section .carousel-treading-block.full-controls .owl-controls .owl-nav .owl-next {
    right: -60px;
}



.blocks-nav .main-section .carousel-treading-block .detail-bar {
    margin-top: 10px;
}
.blocks-nav .main-section .carousel-treading-block .detail-bar li {
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    padding: 0 4px;
}
.blocks-nav .main-section .carousel-treading-block .detail-bar li .ico-percorso-tipo-bicicletta-strada,
.blocks-nav .main-section .carousel-treading-block .detail-bar li .ico-percorso-tipo-bicicletta-mtb,
.blocks-nav .main-section .carousel-treading-block .detail-bar li .ico-percorso-tipo-bicicletta-ebike,
.blocks-nav .main-section .carousel-treading-block .detail-bar li .ico-percorso-tipo-bicicletta-greve,
.blocks-nav .main-section .carousel-treading-block .detail-bar li .ico-percorso-tipo-bicicletta-trekk {
    width: 45px;
    height: 25px;
}
.blocks-nav .main-section .carousel-treading-block .detail-bar .dislivello-salita,
.blocks-nav .main-section .carousel-treading-block .detail-bar .tempo-percorso{
    padding-left: 28px !important;
    background-size: 16px;
}

.blocks-nav .main-section .tool {
    text-align: center;
    margin-top: 80px;
}
.blocks-nav .main-section .tool a {
    margin: 0;
}
/*
.head-warning {
    display: block;
    background-color: #f3e8da;
    padding: 7px 15px;
    line-height: 20px;
    z-index: 99999;
}
.head-warning p {
    color: #3E2B2F;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    text-align: center;
}
body #wrapper {
    padding-top: 40px !important;
}
*/