/* ******************************************************************* PARTI COMUNI */
::-webkit-scrollbar {width: 6px;background-color: #F2F2F2; -webkit-border-radius: 0;}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {background: #bdcd00; -webkit-border-radius: 0;}
::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active {background: #bdcd00; -webkit-border-radius: 0;}

@font-face {
    font-family: 'SuedtirolNext';
    src: url('../font/SuedtirolNextTT.woff2') format('woff2'),
    url('../font/SuedtirolNextTT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'SuedtirolNext';
    src: url('../font/SuedtirolNextTT-Italic.woff2') format('woff2'),
    url('../font/SuedtirolNextTT-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: 'SuedtirolNext';
    src: url('../font/SuedtirolNextTT-Bold.woff2') format('woff2'),
    url('../font/SuedtirolNextTT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
    url('../font/source-sans-pro-v21-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/source-sans-pro-v21-latin-700.woff2') format('woff2'),
    url('../font/source-sans-pro-v21-latin-700.woff') format('woff');
}

body, html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    color: #7a7a7a;
    text-align: center;
    background-color: #fff;
}
p {
    margin: 0;
}
a:link, a:visited, a:hover, a:active {
    color: #535353;
    text-decoration: underline;
    transition: all 0.4s ease-out;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}
.hide-desktop {
    display: none !important;
}
.view_mobile, .view_ipad {
    display: none !important;
}

.vegas-animation-kenburnsSlow {
    animation: kenburnsScale ease-out;
}
@keyframes kenburnsScale {
    0% {
        transform: scale(1.10);
    }
    100% {
        transform: scale(1);
    }
}
.scroll-to-top {
    bottom: 8%;
    cursor: pointer;
    display: none;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 15px;
    z-index: 999;
    background-color:#bdcd00;
    color: #fff;
    line-height: 32px;
}
/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* HEADER */
#header {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    height: 173px;
    transition: all 0.4s ease;
    padding: 0 50px;
    margin: 0;
    box-sizing: border-box;
}
#header.scrolled, body.noPhoto #header {
    height: 106px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);
}
#header #logo {
    position: relative;
    z-index: 251;
    flex-shrink: 0;
}
#header #logo a, #header #logo a img {
    display: block;
    max-width: 100%;
    height: auto;
}
#header #logo a .logo-scrolled {
    display: none;
}
#header.scrolled #logo .logo-desktop, body.noPhoto #header #logo .logo-desktop, body.hover_menu #header #logo .logo-desktop, body.search-visible #header #logo .logo-desktop {
    display: none;
}
#header.scrolled #logo .logo-scrolled, body.noPhoto #header #logo .logo-scrolled, body.hover_menu #header #logo .logo-scrolled, body.search-visible #header #logo .logo-scrolled {
    display: block;
}
#header #service {
    display: flex;
    flex-grow: 1;
    align-items: center;
    position: relative;
    z-index: 201;
    padding: 0 20px;
}
#header #service .quick-request {
    flex-grow: 1;
}
#header #service #form_request {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px / 40%;
    align-items: center;
    padding: 14px 0;
}
body.hover_menu #header #service #form_request {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);
}
#header #service #form_request > * {
    flex: 1 1 auto;
}
#header #service #form_request .form-row {
    display: flex;
    text-align: left;
    justify-content: center;
}
#header #service #form_request .form-row .form-col {
    flex: 0 1 auto;
}
#header #service #form_request .form-row .form-col.separator {
    padding: 0 13px;
}
#header #service #form_request .form-row .form-col.separator::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
    display: block;
}
#header #service #form_request .form-row label {
    display: block;
    color: #282728;
    font-size: 18px;
}
#header #service #form_request .form-row input, #header #service #form_request .form-row select {
    border: none;
    color: #8c8c8c;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 136px;
    padding-left: 0;
}
#header #service #form_request .form-row-invia button {
    background-color: #bdcd00;
    color: #fff;
    border: 0;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    font-size: 1.4em;
}
#header #service #form_request .title {
    color:#bdcd00;
    font-family: SuedtirolNext, sans-serif;
    font-size: 22px;
}
#header #service .logo-partner {
    margin-left: 20px;
}

#header #service .mobile-button {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #bdcd00;
    color: #fff;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    font-size: 21px;
    font-family: SuedtirolNext, sans-serif;
}
#header #service .mobile-button a {
    color: #fff;
    text-decoration: none;
    display: block;
}
#header #service .mobile-button .fa-calendar-alt {
    padding-right: 7px;
}
#header #service .language {
    display: none;
    position: relative;
    padding: 0 9px;
}
#header #service .language .active-lang {
    line-height: 46px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
#header.scrolled #service .language .active-lang, body.noPhoto #header #service .language .active-lang {
    color: #282728;
}
#header #service .language .active-lang .fa-angle-down {
    font-size: 28px;
    padding-left: 4px;
    position: relative;
    top: 3px;
}
#header #service .language .lang-inline {
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
    position: absolute;
    left: 0;
    top: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
#header #service .language:hover .lang-inline {
    height: 68px;
    background-color: #fff;
}
#header #service .language .lang-inline a, #header #service .language .lang-inline a:hover {
    color: #bdcd00;
    line-height: 34px;
    padding: 0;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: color 0.4s ease;
    letter-spacing: 0.135em;
}
#header #service .language .lang-inline a:hover {
    text-decoration: underline;
}
/* ******************************************************************* FINE HEADER */

/* ******************************************************************* MENU */
#nav {
    margin-left: 23px;
}
#nav #mobile_nav {
    display: block;
    line-height: 76px;
    height: 76px;
    width: 76px;
    z-index: 201;
    transition: all 0.4s ease;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    position: relative;
}
#header.scrolled #nav #mobile_nav, body.noPhoto #header #nav #mobile_nav {
    color: #bdcd00;
}
#nav #mobile_nav.hover_menu {
    color: #bdcd00;
}
#nav #mobile_nav .text {
    display: none;
}
#box-menu {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    transition: left 0.6s ease-out;
    background-color: rgba(255, 255, 255, 1);
    z-index: 101;
    display: flex;
}
/* ******************************************************************* FINE MENU */

/* ******************************************************************* SEARCH BOX */
#search-box {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    transition: left 0.6s ease-out;
    background-color: rgba(255, 255, 255, 1);
    z-index: 221;
    display: flex;
    padding-top: 193px;
    box-sizing: border-box;
}
/* ******************************************************************* FINE SEARCH BOX */

/* ******************************************************************* FOTO */
#foto {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 0;
    height: 100vh;
    background-color: #000;
}
#foto .list {
    height: 100%;
    opacity: 0.9;
}
#foto .list img {
    display: block;
}
#foto .list img:not(:first-child) {
    display: none;
}

#foto #slogan {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    font-size: 11.62vh;
    color: #fff;
    font-family: SuedtirolNext, sans-serif;
    text-align: left;
}
#foto::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    background: url("../images/bolzano-landscape.svg") right bottom no-repeat;
    width: 42vw;
    height: 10vw;
}

#foto #badge {
    position: absolute;
    bottom: 5%;
    left: 50px;
    background-color: #bdcd00;
    color: #fff;
    font-family: SuedtirolNext, sans-serif;
    text-align: center;
    font-size: 24px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transform: rotate(-14deg);
}
#foto #badge a {
    color: #fff;
    text-decoration: none;
}
#foto #scroll-down {
    position: absolute;
    bottom: 5%;
    left: 50px;
    color: #fff;
    font-family: SuedtirolNext, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
}
#foto #scroll-down .fa-angle-down {
    font-size: 1.8em;
    margin-left: 9px;
    position: relative;
    top: 7px;
}
/* ******************************************************************* FINE FOTO */

/* ******************************************************************* SERVICE DX */
#service-dx {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 51;
    transform: translateY(-50%);
}
#service-dx .language {
    display: block;
    font-size: 16px;
    transition: all 0.4s ease;
    position: relative;
    box-sizing: border-box;
}
#service-dx .language .active-lang {
    padding: 4px 13px;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
}
body.noPhoto #service-dx .language .active-lang {
    color: #bdcd00;
}
#service-dx .language .active-lang svg {
    font-size: 1.6em;
    padding-right: 9px;
    position: relative;
    top: 5px;
}
#service-dx .language .lang-inline {
    overflow: hidden;
    transition: height 0.5s ease;
    position: absolute;
    right: 0;
    top: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 0;
    font-size: 0;
}
#service-dx .language:hover .lang-inline {
    width: 112px;
    padding: 0 72px 0 11px;
    background-color: #fff;
}
body.noPhoto #service-dx .language:hover .lang-inline {
    background-color: #bdcd00;
}
#service-dx .language:hover .active-lang, body.noPhoto #service-dx .language:hover .active-lang {
    color: #282728;
}
#service-dx .language .lang-inline li {
    display: inline-block;
}
#service-dx .language .lang-inline a, #service-dx .language .lang-inline a:hover {
    color: #bdcd00;
    padding: 8px 0;
    width: 49px;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: color 0.4s ease;
    font-size: 18px;
}
#header-dx #service .language .lang-inline a:hover {
    text-decoration: underline;
}
body.noPhoto #service-dx .language .lang-inline a, body.noPhoto #service-dx .language .lang-inline a:hover {
    color: #fff;
}
#service-dx .btn-blog {
    margin-top: 21px;
}
#service-dx .btn-blog a {
    background-color: #f4d101;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    height: 80px;
    color: #fff;
    text-decoration: none;
}
#service-dx .btn-blog a:hover {
    background-color: #bdcd00;
}
#service-dx .btn-info {
    margin-top: 21px;
    position: relative;
    width: 80px;
}
#service-dx .btn-info a.info-btn {
    background-color: #f4d101;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    position: relative;
}
#service-dx .btn-info a.info-btn:hover {
    background-color: #bdcd00;
}
#service-dx .btn-info .info-detail {
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 80px;
    overflow: hidden;
    background-color: #dbb711;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: width 0.7s ease-in-out;
}
#service-dx .btn-info .info-detail.visible {
    width: 530px;
}
#service-dx .btn-info .info-detail a {
    text-decoration: none;
    color: #fff;
}
#service-dx .btn-info .info-detail a:first-child {
    margin-left: 60px;
}
#service-dx .btn-info .info-detail a:last-child {
    margin-right: 120px;
}

.btn-search {
    position: fixed;
    width: 60px;
    bottom: 30px;
    right: 30px;
    z-index: 51;
    transition: bottom 0.7s ease;
}
.btn-search img {
    display: block;
    width: 100%;
    height: auto;
}
/* ******************************************************************* FINE SERVICE DX */

/* ******************************************************************* CONTENT */
#content {
    padding: 121px 0;
    display: block;
    position: relative;
    margin: 0;
    overflow: hidden;
}
body.noPhoto #content {
    padding-top: 243px;
}
#content .item-page {
    line-height: 1.8em;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 0 30px;
}
#content .item-page h1 {
    font-size: 54px;
    margin: 0 0 23px 0;
    color:#bdcd00;
    font-family: SuedtirolNext, sans-serif;
    line-height: 1.5em;
    font-weight: normal;
}
#content .item-page h2 {
    font-size: 41px;
    margin: 58px 0 22px 0;
    font-weight: normal;
    color: #282728;
    font-family: SuedtirolNext, sans-serif;
    line-height: 1.4em;
}
#content .item-page h3 {
    font-size: 24px;
    margin: 38px 0 22px 0;
    line-height: 1.2em;
    color: #282728;
    font-family: SuedtirolNext, sans-serif;
}
#content .item-page p {
    margin: 18px 0;
}
/* ******************************************************************* FINE CONTENT */

/* ******************************************************************* TAB SLIDER */
#content .tab-menu {
    padding-top: 66px;
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    text-align: center;
}
#content .tab-menu .tab-item {
    position: relative;
    background-color: #f4f4f4;
    border-radius: 25px;
    overflow: hidden;
    margin-right: 16px;
    display: inline-block;
    width: 285px;
    height: 180px;
}
/* ******************************************************************* FINE TAB SLIDER */

/* ******************************************************************* GALLERY SLIDER */
.gallery-slider {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    text-align: center;
    margin-top: 47px;
}
.gallery-slider.alloggi-cat {
    margin-bottom: 47px;
}
.gallery-slider .gallery-item {
    width: 390px;
}
/* ******************************************************************* FINE GALLERY SLIDER */

@media only screen and (max-width: 1270px) {
    #header #service .quick-request {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    #foto::after {
        width: 52vw;
        height: 12vw;
    }
}

@media only screen and (max-width: 990px) {
    .hide-desktop {
        display: block !important;
    }
    .btn-search {
        display: none;
    }

    #header #service {
        justify-content: flex-end;
    }
    #header #service .logo-partner {
        margin-left: 35px;
    }
    #header #service .language {
        display: block;
    }

    #foto #scroll-down {
        display: none;
    }

    #service-dx .language {
        display: none;
    }

    #foto::after {
        width: 72vw;
        height: 17vw;
    }

    .content-button .button-item img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    #header {
        padding: 0 3%;
        height: 93px;
    }
    #header.scrolled, body.noPhoto #header {
        height: 93px;
    }
    #header #logo {
        flex-basis: 150px;
    }
    #header #service {
        padding: 0 10px;
    }
    #header #service .logo-partner img {
        max-width: 49px;
        height: auto;
    }

    #header #service .mobile-button {
        display: block;
    }
    #header #service .logo-partner {
        margin-left: 15px;
    }
    #header #service .language .active-lang {
        font-size: 16px;
        text-transform: capitalize;
    }
    #header #service .language .active-lang .fa-angle-down {
        font-size: 19px;
    }
    #header #service .language .lang-inline a, #header #service .language .lang-inline a:hover {
        font-size: 15px;
    }

    #nav {
        margin-left: 6px;
    }
    #nav #mobile_nav {
        font-size: 26px;
        line-height: 46px;
        height: 46px;
        width: 46px;
    }

    #foto #slogan {
        font-size: 7.62vh;
        left: 5%;
        width: 90%;
        text-align: center;
    }
    #foto #badge {
        bottom: 110px;
        left: 10px;
        font-size: 18px;
        width: 100px;
        height: 100px;
    }
    #foto::after {
        display: none;
    }

    #service-dx {
        position: fixed;
        right: auto;
        bottom: 43px;
        top: auto;
        left: -5px;
        transform: none;
    }
    #service-dx .btn-blog {
        margin-top: 0;
    }
    #service-dx .btn-blog a {
        width: 50px;
        height: 50px;
        font-size: 0.7em;
    }
    #service-dx .btn-blog a svg {
        display: none;
    }

    #service-dx .btn-info {
        margin-top: 0;
        width: 50px;
    }
    #service-dx .btn-info .info-detail {
        height: 50px;
        width: 50px;
        border-radius: 25px;
        right: auto;
        left: 0;
    }
    #service-dx .btn-info .info-detail.visible {
        width: 330px;
    }
    #service-dx .btn-info .info-detail a {
        font-size: 0.7em;
    }
    #service-dx .btn-info .info-detail a:first-child {
        margin-left: 60px;
    }
    #service-dx .btn-info .info-detail a:last-child {
        margin-right: 40px;
    }
    #service-dx .btn-info a.info-btn {
        width: 50px;
        height: 50px;
        font-size: 1em;
    }

    #content {
        padding: 61px 0;
    }
    body.noPhoto #content {
        padding-top: 143px;
    }
    #content .item-page h1 {
        font-size: 33px;
    }
    #content .item-page h2 {
        font-size: 27px;
    }
    #content .item-page h3 {
        font-size: 23px;
    }

    .gallery-slider.menu .gallery-item {
        width: 80%;
    }
    .gallery-slider.menu .gallery-item img {
        width: 100%;
        height: auto;
    }

    .gallery-slider .gallery-item {
        width: 80% !important;
        max-height: 320px;
    }
    .gallery-slider .gallery-item img {

    }

    .content-button {
        position: relative;
        width: 100vw;
        left: calc(-50vw + 50%);
        text-align: center;
    }
    .content-button .button-item {
        width: 80%;
        max-width: none !important;
    }
    .content-button .button-item img {
        width: 100%;
        height: auto;
    }

    #content .item-page img {
        max-width: 100%;
        height: auto;
    }

    #wall-instagram ul img {
        max-height: 230px;
        width: auto;
    }
}