@font-face {
    font-family: OdinRoundedBold;
    src: url('../fonts/Odin Rounded - Bold.otf');
}
@font-face {
    font-family: SF-Pro;
    src: url('../fonts/SF-Pro-Text-Regular.otf');
}
@font-face {
    font-family: OdinRoundedLight;
    src: url('../fonts/odin-rounded.light.otf');
}

.hover-timeout {
    cursor: pointer;
}

/*::-webkit-scrollbar {*/
/*    width: 15px;*/
/*    background-color: rgb(250,250,250);*/
/*    border: 1px solid rgb(237,237,237);*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*    background-color: rgb(250,250,250);*/
/*    border: 1px solid rgb(237,237,237);*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background-color: rgb(193,193,193);*/
/*    border: 4px solid transparent;*/
/*    border-radius: 50px;*/
/*    background-clip: content-box;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background-color: rgba(122, 122, 122, 0.89);*/
/*}*/

input:-webkit-autofill::first-line,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    font-family: OdinRoundedBold, sans-serif;
    font-size: 1rem;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
    color: #495057;
}

.overflow-hidden {
    overflow: hidden;
}

/* START PRELOAD IMAGES THAT WILL BE HOVERED */
body:after {
    position: fixed;
    overflow: hidden;
    left: -50000px;
    content:
            url('../icons/ic_search-black.svg')
            url('../icons/ic_back-black.svg')
            url('../icons/ic_facebook-black.svg')
            url('../icons/ic_whatsapp-black.svg')
            url('../icons/ic_twitter-black.svg')
            url('../icons/ic_messenger-black.svg')
            url('../icons/ic_linkedin-black.svg')
            url('../icons/ic_email-black.svg')
            url('../icons/ic_chain-clipboard-black.svg')
            url('../icons/ic_my-location-black.svg')
            url('../icons/ic_check_on.svg')
            url('../icons/ic_go_nav_on.svg')
            url('../icons/ic_fullscreen-black.svg')
            url('../icons/ic_recycle-black.svg')
            url('../icons/ic_alert_speed_on.svg')
            url('../icons/ic_clock_on.svg')
            url('../icons/ic_recycle_add_on.svg')
            url('../icons/ic_what-black.svg')
            url('../icons/ic_bin-on@3x.png')
            url('../icons/ic_fav-black.svg')
            url('../icons/ic_share-black.svg')
            url('../icons/close-black.svg')
            url('../icons/ic_pass_view_on.svg')
            url('../icons/ic_map_w_touch_on.svg')
            url('../icons/ic_map_w_touch_on_white.svg')
            url('../icons/ic_satellite-on-white.svg')
            url('../icons/ic_satellite-on.svg')
            url('../icons/ic_my-location-black.svg')
            url('../icons/ic_user_position_black.svg')
            url('../icons/ic_cup_on.svg')
            url('../icons/ic_qr_special_riempimento.svg')
            url('../icons/ic_logout_on.svg')
            url('../icons/ic_monitoring_on.svg')
            url('../icons/ic_edit_services_logo_on.svg')
            url('../icons/ic_linked_points_on.svg')
            url('../icons/ic_baloon_on.svg')
            url('../icons/ic_profile_edit_on.svg')
            url('../icons/ic_signature_enanched_on.svg')
            url('../icons/ic_barcode_on.svg')
            url('../icons/ic_edit_stories_on.svg')
            url('../icons/ic_edit_services_on.svg')
            url('../icons/ic_email_contact_us_on.svg')
            url('../icons/ic_fatturazione_piena.svg')
            url('../icons/ic_cancella_account_piena.svg')
            url('../icons/ic_qrcode-black.svg')
            url('../icons/ic_pen-black.svg')
            url('../icons/ic_favs-black.svg')
            url('../icons/ic_marker_red_lit_on.svg')
            url('../icons/ic_filters_story_types_on.svg')
            url('../icons/ic_clessidra_on.svg')
            url('../icons/ic_castle_on.svg')
            url('../icons/ic_fwd_on.svg')
            url('../icons/ic_toggle_start_stop_on.svg')
            url('../icons/ic_prev_on.svg')
            url('../icons/recipe.svg')
            url('../icons/itinerary.svg')
            url('../icons/products.svg')
            url('../icons/production_chain.svg')
            url('../icons/my_story.svg')
            url('../icons/my_team.svg')
            url('../icons/recipe_off.svg')
            url('../icons/products_off.svg')
            url('../icons/production_chain_off.svg')
            url('../icons/itinerary_off.svg')
            url('../icons/my_story_off.svg')
            url('../icons/my_team_off.svg')
            url('../icons/ic_map_w_touch_on.svg')
            url('../icons/ic_facebook.svg')
            url('../icons/ic_whatsapp.svg')
            url('../icons/ic_twitter.svg')
            url('../icons/ic_messenger.svg')
            url('../icons/ic_linkedin.svg')
            url('../icons/ic_email.svg')
            url('../icons/ic_chain-clipboard.svg')
            url('../icons/ic_my_location.svg')
            url('../icons/ic_map_3D_black.svg')
            url('../icons/ic_map_rotate_3D_black.svg')
            url('../icons/ic_gmaps_labels_black.svg')
    ;
}
/* END PRELOAD IMAGES THAT WILL BE HOVERED */


a[href^="http://maps.google.com/maps"], a[href^="https://maps.google.com/maps"]{
    pointer-events: none !important;
    -webkit-touch-callout: none !important;
    -ms-touch-action: none !important;
    touch-action: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

.google-maps-logo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 40px;
    background: black;
    opacity: 0;
}

.truncate-single-line {
    /*REMEMBER TO SET width: {int}; THROUGH JAVASCRIPT TO WORK TRUNCATE */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-multi-line {
    /*REMEMBER TO SET width: {int}; and -webkit-line-clamp: {int}; THROUGH JAVASCRIPT TO WORK TRUNCATE */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cta-container a {
    color: #CD212A;
}

/*INTERNET EXPLORER remove X clear btns & reveal btns */
input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0
}

body {
    font-family: OdinRoundedBold, sans-serif;
    overflow-x: hidden;
    line-height: 1.5;
}

.font-family-bold {
    font-family: OdinRoundedBold, sans-serif;
}

.font-family-not-bold {
    font-family: OdinRoundedLight, sans-serif;
}

.loader-container {
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    position: fixed;
    top: 0;
    display: none;
}

.loader-container.block-ui {
    z-index: 10005;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    position:absolute;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
    max-width:100%;
    max-height:100%;
    overflow:auto;
}

@keyframes spinner-border {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#back-preview-map {
    display: none;
}

.contact-page,
.user-edit-page {
    padding-top: 59px;
    overflow-x: hidden;
}

.contact-sent-page .controls-right,
.user-service-pay-page .controls-left,
.user-service-pay-complete-page .controls-right,
.user-barcode-reminder-page .controls-left,
.user-options-page .controls-left,
.user-options-page .controls-right,
.user-edit-billing-page .controls-left,
.user-edit-billing-page .controls-right,
.user-qr-special-tutorial-page .controls-left,
.user-qr-special-tutorial-page .controls-right,
.user-edit-page .controls-left,
.user-edit-page .controls-right,
.contact-page .controls-left,
.contact-page .controls-right,
.user-service-page .controls-right,
.user-service-page .controls-left {
    top: 0;
}

.user-barcode-reminder-page #container-success-remind-message,
.user-barcode-reminder-page #container-error-remind-message {
    padding-left: 40px;
    padding-right: 40px;
}

.user-service-pay-complete-page,
.user-qr-special-tutorial-page {
    padding-top: 58px;
}

.user-options-page {
    padding-top: 140px;
}

.user-options-page .title-container {
    margin-bottom: 35px;
}

.user-options-page .sub-title-container {
    position: fixed;
    top: 58px;
    padding-top: 10px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    line-height: 1.3;
    margin-bottom: 40px;
}

.user-qr-special-tutorial-page .title-container {
    margin-bottom: 90px;
}

.user-service-pay-complete-page {

}
.user-qr-special-tutorial-page .title,
.user-options-page .title {
    font-size: 28px;
    line-height: 1.1;
}

.user-service-pay-complete-page .title-container,
.user-barcode-reminder-page .title-container,
.user-service-pay-page .title-container {
    margin-bottom: 95px;
    margin-top: -7px;
    height: 80px;
}

#time-section {
    overflow: auto;
}

#time-section::-webkit-scrollbar {
    display: none;
}

#time-section .title,
.user-service-page .title-container {
    margin-bottom: 15px;
    margin-top: -7px;
    height: 80px;
}

.contact-sent-page .title-container{
    margin-bottom: 15px;
    margin-top: -7px;
    height: 151px;
}

#time-section .title {
    height: 60px;
}

.user-service-page .sub-title-container {
    margin-bottom: 15px;
}

.contact-sent-page .title,
.user-service-page .title,
.user-edit-billing-page .title,
.user-service-pay-page .title,
.user-barcode-reminder-page .title,
.user-service-pay-complete-page .title,
#time-section .title {
    font-size: 32px;
    line-height: 1.3;
}

.user-service-pay-page .order-summary {
    padding-left: 20px;
}

.user-service-pay-page .order-summary .separator {
    margin-left: -20px;
}

.user-service-page .abstract {

}

.user-options-list .option-title {
    padding-left: 26px;
}

.user-options-list .option-description {
    font-family: OdinRoundedLight, sans-serif;
    font-size: 14px;
}

.user-options-page .user-options-list .option-description {
    margin-right: 25px;
    margin-left: -10px;
}

.accordion-icon {
    background: url('../icons/ic_go_nav.svg') no-repeat left;
    background-size: contain;
    height: 25px;
    width: 14px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.accordion-icon { position: relative; }
.accordion-icon::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.accordion-icon[aria-expanded="false"] {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-icon[aria-expanded="true"] {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-icon:hover {
    background: url('../icons/ic_go_nav_on.svg') no-repeat left;
    background-size: contain;
}

.user-options-list .accordion-icon {
    z-index: 1;
    margin-top: -25px;
    left: 6px;
    top: 25px;
}

.user-options-list .option-icon {
    height: 25px;
    width: 25px;
}

.searchbar-page-container .option-icon {
    height: 30px;
    width: 30px;
}

.login-page .option-icon {
    height: 35px;
    width: 35px;
}

.user-options-page .user-options-list .item-option {
    margin-bottom: 20px;
    padding-left: 12px;
}

.user-service-page .user-options-list .item-option {
    margin-bottom: 45px;
}

.user-edit-billing-page .user-options-list .item-option:first-child {
    margin-bottom: 15px;
}

.user-options-list .item-option:hover,
.searchbar-page-container .item-option:hover {
    background-color: rgba(248, 249, 250, 0.85);
    cursor: pointer;
}

.user-options-list a {
    text-decoration: none;
    color: inherit;
}

.user-options-page .icon-header,
.user-service-pay-page .icon-header,
.user-edit-page .icon-header,
.login-page .icon-header,
.user-service-page .icon-header {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.user-options-page .icon-header.back-button,
.user-service-pay-page .icon-header.back-button,
.user-edit-page .icon-header.back-button,
.login-page .icon-header.back-button,
.user-service-page .back-button {

}

form#form-service .form-group {
    margin: 0 auto 15px;
}

.user-service-page .container,
form#form-user-edit {
    padding-bottom: 35px;
}

.user-qr-special-tutorial-page .container {
    padding-bottom: 75px;
}

form#form-contact {
    padding-bottom: 65px;
}

.user-service-pay-page .container {
    padding-bottom: 55px;
}

form#form-contact .form-group,
form#form-user-edit .form-group {
    margin: 9px auto 30px;
}

.user-edit-page .user-edit-links {
    margin: 60px auto 30px;
}

form#form-contact textarea {
    resize: none;
}

form#form-contact .option-icon {
    height: 35px;
    width: 35px;
}

form#form-contact input,
form#form-contact textarea,
form#form-user-edit input,
form#form-contact .btn-append,
form#form-user-edit .btn-append {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #000000;
    border-radius: 0;
    padding: 0;
}

form#form-contact .input-group-append,
form#form-user-edit .input-group-append {
    margin-top: 10px;
}

form#form-contact label,
form#form-user-edit label {
    margin-bottom: 0;
}

form#form-contact input:focus,
form#form-contact textarea:focus,
form#form-user-edit input:focus {
    box-shadow: none !important;
    margin-right: 1px;
}

.user-service-pay-page #paypal-button-container {
    line-height: 0;
}

.user-service-pay-page #paypal-button-container,
.btn-form-custom-container,
form#form-service .btn-submit-container,
form.form-time-filter .btn-submit-container,
#positionModal .btn-submit-container,
form#form-contact .btn-submit-container,
form#form-user-edit .btn-submit-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 15px;
    margin-bottom: 0;
    background: #FFFFFF;
    z-index: 3;
}

form#form-user-edit button,
form#form-service button,
form#form-service a.btn-dismiss,
form#form-reminder button,
form.form-time-filter button,
#positionModal button,
.btn-form-custom{
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    width: 100%;
    height: 50px;
}

form#form-user-edit button:hover,
form#form-service button:hover,
form#form-service a.btn-dismiss:hover,
form#form-reminder button:hover,
form.form-time-filter button:hover,
#positionModal button:not([disabled]):hover,
.btn-form-custom:not([disabled]):hover
{
    background-color: rgba(231, 232, 233, 0.85);
}

form#form-contact button {
    text-transform: uppercase;
    outline: 0;
    background: #CD212A;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

form#form-service button:hover[disabled="disabled"]:hover {
    background-color: #FFFFFF;
}

.btn-form-custom {
    line-height: 38px;
}

a.btn-form-custom:hover {
    border-color: #000000;
    color: #000000;
}

input[type=checkbox].input-checkbox-item,
input[type=radio].input-radio-item {
    opacity: 0;
    position: absolute;
}

label.label-radio-item {
    cursor: pointer;
    margin: 0;
    height: 100%;
}

.user-edit-page .user-option-cta {
    margin-bottom: 30px;
    justify-content: center;
}

.user-edit-page .user-option-cta .title-cta {
    font-family: OdinRoundedLight, sans-serif;
}

.user-edit-page .user-option-cta .icon-cta {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.user-edit-page a.href-user-option {
    text-decoration: none;
    color: inherit;
}

.user-edit-page .user-option-cta:hover div {
    background-color: rgba(231, 232, 233, 0.85);
}

.vertical-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-relative-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-center {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.horizontal-relative-center {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pointer-events-none {
    pointer-events: none !important;
    cursor: default;
}

.pac-container{
    z-index: 110000000!important;
}

.bg-light{
    background-color: rgba(248, 249, 250, 0.85)!important
}

.modal.show .modal-dialog {

}

#positionModal .modal-dialog,
#positionModal .modal-content {
    transform: none;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

#positionModal .btn-submit-container{
    position: absolute;
}

#positionModal .modal-dialog {
    margin: 0 auto;
}

#modalPdfRequestedSuccess .modal-dialog,
#modalToApp .modal-dialog,
#positionModal .input-container {
    margin: 69px auto;
}

.modal-custom .modal-dialog,
#modalDeleteChronology .modal-dialog,
#modalLogout .modal-dialog {
    margin: 145px auto;
}

.modal-custom .modal-title,
#modalPdfRequestedSuccess .modal-title,
#modalDeleteChronology .modal-title,
#modalLogout .modal-title,
#modalToApp .modal-title {
    padding-left: 32px;
    padding-right: 14px;
    margin-top: -4px;
    font-size: 16px;
    line-height: 21px;
}

.modal-custom .modal-title,
#modalDeleteChronology .modal-title,
#modalLogout .modal-title {
    padding-left: 14px;
}

#modalLogout .modal-header,
.modal-custom .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

#modalLogout .modal-footer,
.modal-custom .modal-footer {
    padding: 0;
}

#modalLogout .modal-btn-no,
.modal-custom .modal-btn-no {
    border-right: 1px solid #e9ecef;
}

#modalDeleteChronology .modal-btn-yes:hover,
#modalDeleteChronology .modal-btn-no:hover,
#modalLogout .modal-btn-yes:hover,
#modalLogout .modal-btn-no:hover,
.modal-custom .modal-btn-yes:hover,
.modal-custom .modal-btn-no:hover {
    background: lightgrey;
}

#positionModal .modal-content,
#positionModal .btn-submit-container {
    background: transparent;
    border: 0;
}

.main-container{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none!important;
    box-shadow: none;
}

.owl-item.active:focus,
.home-carousel-card:focus,
.item:focus,
.carousel-card:focus {
    outline: none!important;
}

.luogos {

}

.luogos .navbar {
    opacity: 1;
    position: fixed;
    background-color: #FFFFFF;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 9px 16px 9px 16px;
}

.navbar-menu {
    position: absolute;
    width: 100vw;
    text-align: center;
}

.navbar-menu.open{
    height: 100%;
}

#navbar-menu-list{
    display: none;
    position: absolute;
    z-index: 10010;
    top: 58px;
    background-color: rgba(248, 249, 250, 0.85)!important;
    width: 100%;
    bottom: 0;

}

#navbar-menu-list .navbar-nav{
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}

#navbar-menu-button{
    width: 100%;
}

#navbar-menu-list .nav-item {
    text-transform: uppercase;

}
#navbar-menu-list .nav-item a{
    color: #000;
}

#navbar-menu-list .nav-link.active {
    color: #CD222B !important;
}

#main-map{
    height: calc(100vh - 40px);
}

#details-map,
#geocard-map-satellite {
    height: 100%;
}

.luogos .header-logo {
    width: 138px;
    height: 40px;
    cursor: pointer;
}

.luogos .navbar-toggler {
    border: none;
}

.map-container {
    position: relative;
    background: #E5E3DE;
}

.map-container #main-map,
.map-container.luogos-detail{
    height: 100%;
}

.map-container #stories-carousel {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    bottom: 18px;
}

.map-container #container-btns-enhanced-footprint {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    bottom: 12px;
}

.map-container #details-carousel {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    bottom: 15px;
}
.map-container #details-carousel{

}

.drop-down-custom-container label {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.drop-down-custom-container select {
    background: url('../icons/ic_go_nav.svg') no-repeat right;
    background-size: 18px 15px;
    width: 70px;
    height: 24px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0 100% 0 0;
}

.drop-down-custom-container select:hover {
    background: url('../icons/ic_go_nav_on.svg') no-repeat right;
    background-size: 18px 15px;
}

.drop-down-custom-container select:focus {
    outline: none;
    box-shadow: 0 0 0 0 transparent;
}

.drop-down-custom-container .option-selected-label {
    position: absolute;
    width: 100%;
    text-align: right;
    padding-right: 25px;
    z-index: 1;
    pointer-events: none;
    background: #ffffff;
    background-clip: content-box;
}

.geocard-map-satellite-container {
    position: absolute;
    z-index: 100000;
    top: 0;
    width: 100vw;
}

.geocard-map-satellite-container .zoom-in,
.geocard-map-satellite-container .zoom-out {
    position: absolute;
}

.geocard-map-satellite-container .zoom-in {
    top: 180px;
}

.geocard-map-satellite-container .zoom-out {
    top: 240px;
}

.geocard-map-satellite-container {
    display: none;
}

.geocard-map-satellite-container.open {
    display: block;
}

.geocard-map-satellite-container .navbar {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px);
}

/* START overrides google maps css */
.geocard-map-satellite-container .gmnoprint div {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.geocard-map-satellite-container button:focus {
    outline: none;
}

.geocard-map-satellite-container .gm-bundled-control button:nth-of-type(1) {
    visibility: hidden !important;
}

.geocard-map-satellite-container .gmnoprint.gm-bundled-control {
    right: 26px !important;
    top: 60px !important;
}

.geocard-map-satellite-container .gm-bundled-control {
    display: block !important;
}

.geocard-map-satellite-container button.gm-tilt.gm-control-active img,
.geocard-map-satellite-container .gmnoprint.gm-bundled-control button:nth-of-type(1) img,
.geocard-map-satellite-container .gmnoprint.gm-bundled-control button:nth-of-type(2) img {
    display: none !important;
}

.geocard-map-satellite-container button.gm-tilt.gm-control-active,
.geocard-map-satellite-container .gm-bundled-control button:nth-of-type(1),
.geocard-map-satellite-container .gm-bundled-control button:nth-of-type(2) {
    width: 25px !important;
    height: 25px !important;
}

.geocard-map-satellite-container button.gm-tilt.gm-control-active {
    position: absolute !important;
    background: url('../icons/ic_map_3D_white.svg') no-repeat center !important;
    background-size: contain !important;
}

.geocard-map-satellite-container button.gm-tilt.gm-control-active.on,
.geocard-map-satellite-container button.gm-tilt.gm-control-active:hover {
    background: url('../icons/ic_map_3D_black.svg') no-repeat center !important;
    background-size: contain !important;
}

.geocard-map-satellite-container .gm-bundled-control button:nth-of-type(2) {
    background: url('../icons/ic_map_rotate_3D_white.svg') no-repeat center !important;
    background-size: contain !important;
    margin-top: 35px !important;
}

.geocard-map-satellite-container .gm-bundled-control button:nth-of-type(2):hover {
    background: url('../icons/ic_map_rotate_3D_black.svg') no-repeat center !important;
    background-size: contain !important;
}
/* END overrides google maps css */

.carousel-card {
    height: 100%;
}

.modal-custom .modal-body,
#modalPdfRequestedSuccess .modal-body,
#modalDeleteChronology .modal-body,
#modalLogout .modal-body,
#modalToApp .modal-body,
.carousel-card .carousel-card-body {
    height: 100%;
    padding: 14px;
}

.carousel-card .icon-container,
.carousel-card-service .carousel-card-body .col-blank {
    margin-right: 14px;
    width: 18px;
}

.carousel-card-body .col-data {
    width: 83%;
}

.entities-searched-container .icon-container {

}

.carousel-card-service .carousel-card-body {
    height: 100%;
    padding: 0 14px 14px;
    margin-top: -12px;
}

.carousel-card .created-by {
    font-size: 12px;
    padding-bottom: 5px;
}
.carousel-card .create-data{
    bottom: -1px;
    position: absolute;
}

.carousel-card-service .create-data,
.carousel-card .create-data{
    font-size: 11px;
    line-height: 1.5;
}

.carousel-card-service .create-data {

}

#detail-main-container.list-entities .carousel-card-body {

}

.centered-layout{
    width: 100%;
    max-width: 1057px;
}
.about-page .centered-layout{
    margin-bottom: 20px;
    padding-top: 20px;
}
.grey{
    background-color: #F9F9F9;
    padding-bottom: 20px;
}
.detail-footer .icon-footer,
.carousel-card .icon-footer {
    width: 13px !important;
    height: 13px;
    margin: 0 1px;
}

.icon-type {
    width: 18px !important;
    height: 18px !important;
    vertical-align: baseline;
}

.owl-item .parent {
    cursor: pointer;
    transition: margin 0.4s ease;
    height: 145px;
    max-width: 300px;
    width: 300px;
}

.owl-stage-outer{
    height: 153px;
}

.owl-carousel.owl-drag .owl-item .carousel-card .icon-stories,
#detail-main-container .icon-container .icon-stories,
.entities-searched-container .icon-stories {
    height: 17px;
    width: 18px;
}

.carousel-card .icon-stories,
#detail-main-container .icon-container .icon-stories,
.entities-searched-container .icon-stories {
    position: absolute;
    bottom: 0;
    display: block;
}

.carousel-card .carousel-card-footer {
    position: relative;
    height: 13px;
    color: #4a4a4a;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    border-top: 1px solid #E9E9E9;
    padding-top: 5px;
}

.slider-nav {
    margin-top: 23px;
    background-color: transparent;
}

.slider-nav div {
    margin: 0;
    height: 34px;
    padding: 5px 20px 0;
    border: none !important;
}

.slider-nav #counter {
    font-size: 16px;
    text-transform: uppercase;
    border: none !important;
}

.slider-nav-prev {
    position: absolute;
    bottom: 165px;
    left: 10px;
    border-radius: 6px 0 0 6px;
    text-align: center;
    border: none !important;
    font-size: 40px;
    color: #CCC;
    opacity: 0.7;
    cursor: pointer;
}

.slider-nav-next {
    position: absolute;
    bottom: 165px;
    right: 10px;
    border-radius: 0 6px 6px 0;
    text-align: center;
    border: none !important;
    font-size: 40px;
    color: #CCC;
    cursor: pointer;
}

.color-red {
    color: #CD222B;
}

.slider-nav-prev,
.slider-nav-next{
    display: none;
}

.slider-nav .stories {
    display: none;
}

.owl-item .parent {
    cursor: pointer;
    transition: margin 0.4s ease;
    text-decoration: none!important;
    color: #4a4a4a!important;
}

#detail-main-container .item,
.owl-carousel.owl-drag .owl-item {
    height: 127px;
    cursor: pointer;
}
#detail-main-container .item,
.owl-carousel.owl-drag .owl-item .item {
    height: 100%;
    border: 1px solid rgba(233,233,233,0.7);
    border-radius: 8px;
    background-color: rgba(255,255,255,0.8); !important;
    -webkit-box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.22);
    box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.22);
}
#detail-main-container .item{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}
#detail-main-container .text-container{

}

.button-red {
    display: none;
}

#detail-main-container{
    position: absolute;
    top: 70px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 999;
}

#detail-main-container,
.modal-custom .modal-dialog,
.modal-custom .modal-content,
#modalPdfRequestedSuccess .modal-dialog,
#modalPdfRequestedSuccess .modal-content,
#modalDeleteChronology .modal-dialog,
#modalDeleteChronology .modal-content,
#modalLogout .modal-dialog,
#modalLogout .modal-content,
#modalToApp .modal-dialog,
#modalToApp .modal-content {
    height: 145px;
    width: 100%;
    max-width: 300px;
}

#modalToApp .modal-header {
    border-bottom: 0;
}

#detail-main-container .detail-main-data .create-data{
    color: #4a4a4a;
    font-family: OdinRoundedLight, sans-serif;
}
#detail-main-container .detail-main-data .create-data p {
    margin: 0;
}

.luogos-detail .owl-carousel.owl-drag .owl-item ,
.luogos-detail .owl-carousel.owl-drag .owl-item .parent{
    height: 145px;
}
.owl-carousel.owl-drag .owl-item.center .item{
    border: 1px solid #000;
}

.controls-left,
.controls-right {
    position: fixed;
    top: 49px;
    z-index: 11;
}

.searchbar-container,
.searchbar-page-container .controls-left,
.searchbar-page-container .controls-right {
    position: fixed;
    top: 0;
    z-index: 11;
}

.geocard-map-satellite-container .controls-left div,
.geocard-map-satellite-container .controls-right div,
.contact-sent-page .controls-right div,
.user-service-pay-page .controls-left div,
.user-service-pay-complete-page .controls-right div,
.user-barcode-reminder-page .controls-left div,
.user-options-page .controls-left div,
.user-options-page .controls-right div,
.user-qr-special-tutorial-page .controls-left div,
.user-qr-special-tutorial-page .controls-right div,
.user-edit-page .controls-left div,
.user-edit-page .controls-right div,
.user-edit-billing-page .controls-left div,
.user-edit-billing-page .controls-right div,
.user-service-page .controls-left div,
.user-service-page .controls-right div,
.contact-page .controls-left div,
.contact-page .controls-right div,
.searchbar-page-container .controls-left div,
.searchbar-page-container .controls-right div{
    margin: 10px 10px 35px;
}


.controls-bottom {
    position: absolute;
    bottom: 15px;
    z-index: 10001;
}

.controls-bottom-import {
    position: absolute;
    bottom: 63px;
    left: 15px;
    z-index: 11;
}

.controls-bottom-import div {
    height: 30px;
    width: 15px;
    cursor: pointer;
}

.import-g-on {
    background: url('../icons/ic_import-g-on@3x.png') no-repeat center;
    background-size: contain;
}

.import-g-on:hover {
    background: url('../icons/ic_import-g-on@3x.png') no-repeat center;
    background-size: contain;
}

.controls-left > *, .controls-right > *{
    cursor: pointer;
}


.controls-left div,
.controls-right div,
.controls-bottom div {
    margin: 20px 10px 35px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.slider-prev-btn,
.slider-next-btn {
    position: absolute;
    left: 50%;
    bottom: 83px;
    z-index: 10001;
    width: 25px;
    height: 24px;
    cursor: pointer;
}

.slider-prev-btn {
    background: url('../icons/ic_back.svg') no-repeat center;
    transform: translateX(-180px);
    background-size: contain;
}

.controls-bottom  div {
    margin: 34px 11px 9px 11px;
}

.controls-right{
    right: 0;
}
.controls-left{
    left: 0;
}

.redirect-to-app-geocard {
    position:relative;
    height: 100%;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.share-buttons {
    position: relative;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-buttons div {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin: auto;
}

.facebook-login,
.google-login,
.apple-login
{
    width: 60px;
    height: 40px;
    display: inline-block;
    border-radius: 7px;
}

.facebook{
    background: url('../icons/ic_facebook.svg') no-repeat center;
    background-size: contain;
}

.whatsapp{
    background: url('../icons/ic_whatsapp.svg') no-repeat center;
    background-size: contain;
}

.twitter{
    background: url('../icons/ic_twitter.svg') no-repeat center;
    background-size: contain;
}

.messenger{
    background: url('../icons/ic_messenger.svg') no-repeat center;
    background-size: contain;
}

.linkedin{
    background: url('../icons/ic_linkedin.svg') no-repeat center;
    background-size: contain;
}

.email{
    background: url('../icons/ic_email.svg') no-repeat center;
    background-size: contain;
}

.chain-clipboard{
    background: url('../icons/ic_chain-clipboard.svg') no-repeat center;
    background-size: contain;
}

.addthis_inline_share_toolbox{
    background: url('../icons/ic_my_location.svg') no-repeat center;
    background-size: contain;
}

.at-share-btn-elements {
    opacity: 0;
}

.at-icon-wrapper {
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    width: 25px;
}

#at20mc {
    display: none;
}

.facebook:hover,
.facebook.on {
    background: url('../icons/ic_facebook-black.svg') no-repeat center;
    background-size: contain;
}

.whatsapp:hover,
.whatsapp.on {
    background: url('../icons/ic_whatsapp-black.svg') no-repeat center;
    background-size: contain;
}

.twitter:hover,
.twitter.on {
    background: url('../icons/ic_twitter-black.svg') no-repeat center;
    background-size: contain;
}

.messenger:hover,
.messenger.on {
    background: url('../icons/ic_messenger-black.svg') no-repeat center;
    background-size: contain;
}

.linkedin:hover,
.linkedin.on {
    background: url('../icons/ic_linkedin-black.svg') no-repeat center;
    background-size: contain;
}

.email:hover,
.email.on {
    background: url('../icons/ic_email-black.svg') no-repeat center;
    background-size: contain;
}

.chain-clipboard:hover,
.chain-clipboard.on {
    background: url('../icons/ic_chain-clipboard-black.svg') no-repeat center;
    background-size: contain;
}

.addthis_inline_share_toolbox:hover,
.addthis_inline_share_toolbox.on {
    background: url('../icons/ic_my-location-black.svg') no-repeat center;
    background-size: contain;
}

.location{
    background: url('../icons/ic_my_location.svg') no-repeat center;
    background-size: contain;
}

.location.white{
    background: url('../icons/ic_my-location-white.svg') no-repeat center;
    background-size: contain;
}

.check{
    background: url('../icons/ic_check_off.svg') no-repeat center;
    background-size: contain;
}


.back-button,
.back-button-recycle-program
{
    background: url('../icons/ic_back.svg') no-repeat center;
    background-size: contain;
}

.back-button.white{
    background: url('../icons/ic_back-white.svg') no-repeat center;
    background-size: contain;
}

.slider-next-btn {
    background: url('../icons/ic_back.svg') no-repeat center;
    transform: rotate(180deg) translateX(-155px);
    background-size: contain;
}




.refresh{
    background: url('../icons/ic_fullscreen.svg') no-repeat center;
    background-size: contain;
}

.refresh.white{
    background: url('../icons/ic_fullscreen-white.svg') no-repeat center;
    background-size: contain;
}

.zoom-in{
    background: url('../icons/ic_back.svg') no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
}
.zoom-out{
    background: url('../icons/ic_back.svg') no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
}
.zoom-in.white{
    background: url('../icons/ic_back-white.svg') no-repeat center;
    background-size: contain;
}
.zoom-out.white{
    background: url('../icons/ic_back-white.svg') no-repeat center;
    background-size: contain;
}
.recycle,
.recycle-filter {
    background: url('../icons/ic_recycle.svg') no-repeat center;
    background-size: contain;
}
.filter-services-inactive{
    background: url('../icons/ic_alert_speed.svg') no-repeat center;
    background-size: contain;
}
.chronology{
    background: url('../icons/ic_clock_off.svg') no-repeat center;
    background-size: contain;
}
.show-map-labels.white{
    background: url('../icons/ic_gmaps_labels_white.svg') no-repeat center;
    background-size: contain;
}
.recycle-add-off{
    background: url('../icons/ic_recycle_add_off.svg') no-repeat center;
    background-size: contain;
}
.what{
    background: url('../icons/ic_what.svg') no-repeat center;
    background-size: contain;
}
.trash{
    background: url('../icons/ic_bin.svg') no-repeat center;
    background-size: contain;
}
.de-selector{
    background: url('../icons/ic_deseleziona_tutto.svg') no-repeat center;
    background-size: contain;
}
.favorite{
    background: url('../icons/ic_fav.svg') no-repeat center;
    background-size: contain;
}

.share{
    background: url('../icons/ic_share.svg') no-repeat center;
    background-size: contain;
}

#backRecycleProgram {
    display: none;
}

.modal-close{
    background: url('../icons/close.svg') no-repeat center;
    background-size: contain;
    width: 18px;
    height: 15px;
    cursor: pointer;
}

.modal-close.white{
    background: url('../icons/close-white.svg') no-repeat center;
    background-size: contain;
}

.password-view{
    background: url('../icons/ic_pass_view.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.touch-map{
    background: url('../icons/ic_map_w_touch_off.svg') no-repeat center;
    background-size: contain;
}

.touch-map.white{
    background: url('../icons/ic_map_w_touch_on_white.svg') no-repeat center;
    background-size: contain;
}

.touch-map.white.on{
    background: url('../icons/ic_map_w_touch_on.svg') no-repeat center;
    background-size: contain;
}

.world-map{
    background: url('../icons/ic_satellite-off.png') no-repeat center;
    background-size: contain;
}

.search{
    background: url('../icons/ic_search.svg') no-repeat center;
    background-size: contain;
}

.my_location{
    background: url('../icons/ic_my_location.svg') no-repeat center;
    background-size: contain;
}

.user-position{
    background: url('../icons/ic_user_position.svg') no-repeat center;
    background-size: contain;
}

.user-distance{
    background: url('../icons/ic_user.svg') no-repeat center;
    background-size: contain;
}

.qr-special{
    background: url('../icons/ic_qr_special.svg') no-repeat center;
    background-size: contain;
}

.cup{
    background: url('../icons/ic_cup.svg') no-repeat center;
    background-size: contain;
}

.logout{
    background: url('../icons/ic_logout.svg') no-repeat center;
    background-size: contain;
}

.monitoring{
    background: url('../icons/ic_monitoring.svg') no-repeat center;
    background-size: contain;
}

.virality-extends{
    background: url('../icons/ic_edit_services_logo.svg') no-repeat center;
    background-size: contain;
}

.filter-supply-recycling {
    background: url('../icons/ic_linked_points.svg') no-repeat center;
    background-size: contain;
}

.virality-buy{
    background: url('../icons/ic_baloon.svg') no-repeat center;
    background-size: contain;
}

.profile-edit{
    background: url('../icons/ic_profile_edit.svg') no-repeat center;
    background-size: contain;
}

.signature-enanched{
    background: url('../icons/ic_signature_enanched.svg') no-repeat center;
    background-size: contain;
}

.barcode{
    background: url('../icons/ic_barcode.svg') no-repeat center;
    background-size: contain;
}

.edit-stories{
    background: url('../icons/ic_edit_stories.svg') no-repeat center;
    background-size: contain;
}

.edit-services{
    background: url('../icons/ic_edit_services.svg') no-repeat center;
    background-size: contain;
}

.edit-data-invoice{
    background: url('../icons/ic_fatturazione_vuota.svg') no-repeat center;
    background-size: contain;
}

.email-contact-us{
    background: url('../icons/ic_email_contact_us.svg') no-repeat center;
    background-size: contain;
}

.delete-account{
    background: url('../icons/ic_cancella_account_vuota.svg') no-repeat center;
    background-size: contain;
}

.qrcode{
    background: url('../icons/ic_qrcode.svg') no-repeat center;
    background-size: contain;
}

.pen{
    background: url('../icons/ic_pen.svg') no-repeat center;
    background-size: contain;
}
.fav2{
    background: url('../icons/ic_favs.svg') no-repeat center;
    background-size: contain;
}

.facebook-login{
    background: #3B5997 url('../icons/ic_facebook_login.svg') no-repeat center;
    background-size: 12px 12px;
}

.google-login{
    background: url('../icons/ic_google_login.svg') no-repeat center;
    background-size: 12px 12px;
    -webkit-box-shadow: 0 0 4px 0 #dfdfdf;
    box-shadow: 0 0 4px 0 #dfdfdf;
}

.apple-login{
    background: url('../icons/ic_apple_login.svg') no-repeat center;
    background-size: contain;
    border: 1px solid #D6D6D6;
}

.filters-to-map{
    background: url('../icons/ic_marker_red_lit.svg') no-repeat center;
    background-size: contain;
}

.filters-story-types{
    background: url('../icons/ic_filters_story_types_off.svg') no-repeat center;
    background-size: contain;
}

.filters-time{
    background: url('../icons/ic_clessidra.svg') no-repeat center;
    background-size: contain;
}

.filters-nations{
    background: url('../icons/ic_castle.svg') no-repeat center;
    background-size: contain;
}

.next-slider{
    background: url('../icons/ic_fwd.svg') no-repeat center;
    background-size: contain;
}

.start-stop-slider{
    background: url('../icons/ic_toggle_start_stop.svg') no-repeat center;
    background-size: contain;
}

.prev-slider{
    background: url('../icons/ic_prev.svg') no-repeat center;
    background-size: contain;
}

.recipe{
    background: url('../icons/recipe_off.svg') no-repeat center;
    background-size: contain;
}

.itinerary{
    background: url('../icons/itinerary_off.svg') no-repeat center;
    background-size: contain;
}

.products{
    background: url('../icons/products_off.svg') no-repeat center;
    background-size: contain;
}

.production-chain{
    background: url('../icons/production_chain_off.svg') no-repeat center;
    background-size: contain;
}

.my-story{
    background: url('../icons/my_story_off.svg') no-repeat center;
    background-size: contain;
}

.my-team{
    background: url('../icons/my_team_off.svg') no-repeat center;
    background-size: contain;
}

.location:hover{
    background: url('../icons/ic_my-location-black.svg') no-repeat center;
    background-size: contain;
}

.check:hover,
input[type=checkbox]:checked + div.check,
input[type=radio]:checked + div.check
{
    background: url('../icons/ic_check_on.svg') no-repeat center;
    background-size: contain;
}

.back-button:hover,
.back-button-recycle-program:hover,
.slider-prev-btn:hover
{
    background: url('../icons/ic_back-black.svg') no-repeat center;
    background-size: contain;
}

.slider-next-btn:hover,
.slider-prev-btn:hover {
    background: url('../icons/ic_back-black.svg') no-repeat center;
    background-size: contain;
}

.refresh:hover,
.refresh.on {
    background: url('../icons/ic_fullscreen-black.svg') no-repeat center;
    background-size: contain;
}

.zoom-in:hover,
.zoom-in.on {
    background: url('../icons/ic_back-black.svg') no-repeat center;
    background-size: contain;
}
.zoom-out:hover,
.zoom-out.on {
    background: url('../icons/ic_back-black.svg') no-repeat center;
    background-size: contain;
}

.recycle:hover,
.recycle-filter:hover,
.recycle.on,
.recycle-filter.on {
    background: url('../icons/ic_recycle-black.svg') no-repeat center;
    background-size: contain;
}

.filter-services-inactive:hover,
.filter-services-inactive.on {
    background: url('../icons/ic_alert_speed_on.svg') no-repeat center;
    background-size: contain;
}

.chronology:hover,
.chronology.on {
    background: url('../icons/ic_clock_on.svg') no-repeat center;
    background-size: contain;
}

.show-map-labels:hover,
.show-map-labels.on {
    background: url('../icons/ic_gmaps_labels_black.svg') no-repeat center;
    background-size: contain;
}

.recycle-add-off:hover{
    background: url('../icons/ic_recycle_add_on.svg') no-repeat center;
    background-size: contain;
}

.what:hover{
    background: url('../icons/ic_what-black.svg') no-repeat center;
    background-size: contain;
}

.trash:hover{
    background: url('../icons/ic_bin_on.svg') no-repeat center;
    background-size: contain;
}

.de-selector:hover,
.de-selector.on {
    background: url('../icons/ic_deseleziona_tutto_riempimento.svg') no-repeat center;
    background-size: contain;
}

.favorite:hover{
    background: url('../icons/ic_fav-black.svg') no-repeat center;
    background-size: contain;
}

.share.on,
.share:hover {
    background: url('../icons/ic_share-black.svg') no-repeat center;
    background-size: contain;
}

.modal-close:hover{
    background: url('../icons/close-black.svg') no-repeat center;
    background-size: contain;
    outline: none;
}

.password-view.on,
.password-view:hover{
    background: url('../icons/ic_pass_view_on.svg') no-repeat center;
    background-size: contain;
    outline: none;
}

.touch-map:hover,
.touch-map.on {
    background: url('../icons/ic_map_w_touch_on.svg') no-repeat center;
    background-size: contain;
}

.touch-map.white:hover {
    background: url('../icons/ic_map_w_touch_on.svg') no-repeat center;
    background-size: contain;
}

.world-map.on {
    background: url('../icons/ic_satellite-on-white.png') no-repeat center;
    background-size: contain;
}

.world-map:not(.on):hover {
    background: url('../icons/ic_satellite-on.png') no-repeat center;
    background-size: contain;
}

.search:hover {
    background: url('../icons/ic_search-black.svg') no-repeat center;
    background-size: contain;
}

.my_location:hover{
    background: url('../icons/ic_my-location-black.svg') no-repeat center;
    background-size: contain;
}

.user-position:hover{
    background: url('../icons/ic_user_position_black.svg') no-repeat center;
    background-size: contain;
}

.item-option:hover .qr-special,
.qr-special:hover{
    background: url('../icons/ic_qr_special_riempimento.svg') no-repeat center;
    background-size: contain;
}

.item-option:hover .cup,
.cup:hover{
    background: url('../icons/ic_cup_on.svg') no-repeat center;
    background-size: contain;
}

.logout:hover{
    background: url('../icons/ic_logout_on.svg') no-repeat center;
    background-size: contain;
}

.item-option:hover .monitoring,
.monitoring:hover{
    background: url('../icons/ic_monitoring_on.svg') no-repeat center;
    background-size: contain;
}

.virality-extends:hover{
    background: url('../icons/ic_edit_services_logo_on.svg') no-repeat center;
    background-size: contain;
}

.filter-supply-recycling:hover,
.filter-supply-recycling.on {
    background: url('../icons/ic_linked_points_on.svg') no-repeat center;
    background-size: contain;
}

.virality-buy:hover{
    background: url('../icons/ic_baloon_on.svg') no-repeat center;
    background-size: contain;
}

.item-option:hover .profile-edit,
.profile-edit:hover{
    background: url('../icons/ic_profile_edit_on.svg') no-repeat center;
    background-size: contain;
}

.item-option:hover .signature-enanched,
.signature-enanched:hover{
    background: url('../icons/ic_signature_enanched_on.svg') no-repeat center;
    background-size: contain;
}

.item-option:hover .barcode,
.barcode:hover {
    background: url('../icons/ic_barcode_on.svg') no-repeat center;
    background-size: contain;
}

.edit-stories:hover{
    background: url('../icons/ic_edit_stories_on.svg') no-repeat center;
    background-size: contain;
}

.edit-services:hover{
    background: url('../icons/ic_edit_services_on.svg') no-repeat center;
    background-size: contain;
}

.edit-data-invoice:hover{
    background: url('../icons/ic_fatturazione_piena.svg') no-repeat center;
    background-size: contain;
}

.email-contact-us:hover{
    background: url('../icons/ic_email_contact_us_on.svg') no-repeat center;
    background-size: contain;
}

.delete-account:hover{
    background: url('../icons/ic_cancella_account_piena.svg') no-repeat center;
    background-size: contain;
}

.qrcode:hover{
    background: url('../icons/ic_qrcode-black.svg') no-repeat center;
    background-size: contain;
}

.pen:hover{
    background: url('../icons/ic_pen-black.svg') no-repeat center;
    background-size: contain;
}

.fav2:hover{
    background: url('../icons/ic_favs-black.svg') no-repeat center;
    background-size: contain;
}

.filters-to-map:hover{
    background: url('../icons/ic_marker_red_lit_on.svg') no-repeat center;
    background-size: contain;
}

.filters-story-types:hover,
.filters-story-types.on {
    background: url('../icons/ic_filters_story_types_on.svg') no-repeat center;
    background-size: contain;
}

.filters-time:hover,
.filters-time.on {
    background: url('../icons/ic_clessidra_on.svg') no-repeat center;
    background-size: contain;
}

.filters-nations:hover,
.filters-nations.on{
    background: url('../icons/ic_castle_on.svg') no-repeat center;
    background-size: contain;
}

.next-slider:hover,
.next-slider.on{
    background: url('../icons/ic_fwd_on.svg') no-repeat center;
    background-size: contain;
}

.start-stop-slider:hover,
.start-stop-slider.on{
    background: url('../icons/ic_toggle_start_stop_on.svg') no-repeat center;
    background-size: contain;
}

.prev-slider:hover,
.prev-slider.on{
    background: url('../icons/ic_prev_on.svg') no-repeat center;
    background-size: contain;
}

.recipe:hover,
.recipe.on {
    background: url('../icons/recipe.svg') no-repeat center;
    background-size: contain;
}

.itinerary:hover,
.itinerary.on {
    background: url('../icons/itinerary.svg') no-repeat center;
    background-size: contain;
}

.products:hover,
.products.on {
    background: url('../icons/products.svg') no-repeat center;
    background-size: contain;
}

.production-chain:hover,
.production-chain.on {
    background: url('../icons/production_chain.svg') no-repeat center;
    background-size: contain;
}

.my-story:hover,
.my-story.on {
    background: url('../icons/my_story.svg') no-repeat center;
    background-size: contain;
}

.my-team:hover,
.my-team.on {
    background: url('../icons/my_team.svg') no-repeat center;
    background-size: contain;
}

.facebook-login:hover,
.apple-login:hover,
.google-login:hover {
   opacity: 0.5;
}

.details-header .details-logo{
    margin: 10px;
}
.reset-center-button{
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
    margin: 10px;
    background: #FFF;
    text-transform: uppercase;
}

.luogos-detail .slider-nav{
    display: none;
}
#main-carousel .parent{
    cursor: pointer;
}
#main-carousel,
#details-carousel {
    z-index: 10000;
}
.main-map-controls-container{
    position: absolute;
    top: 30px;
    width: fit-content;
    z-index: 12;
    left: 37%;
    right: 37%;
}

.main-map-controls-container .main-map-controls{
    height: 45px;
    width: fit-content;
    max-width: 100vw;
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: -3px 4px 4px -2px rgba(0,0,0,0.22);
}
.main-map-controls-container .main-map-controls button{
    width: fit-content;
    margin: 0;
    padding: 0 10px;
}
.main-map-controls-container .main-map-controls button span{
    height: 16px;
    width: 147px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.page-body{
    background-color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
}
.page-body .left{
    padding-left: 20px;
    padding-right: 20px;
}
.page-body h2,
.page-body h1{
    color: #4a4a4a;
    font-size: 42px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.page-body .subtitle{
    color: #CD222B;
    font-family: SF-Pro, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 20px;
}
.page-body .red-separator{
    background-color: #CD222B;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    padding: 16px 20px;
}
.page-body .red-separator div{
   max-width: 1057px;
    margin: 0 auto;
    padding-left: 20px;
}

.hero{
    position: relative;
    text-align: center;
}

.about-page .about-main-image{
    background: url('../images/aboutMain.png') no-repeat right;
    background-size: cover;
    width: 100%;
    height: 600px;
}

.about-page .page-title{
    max-width: 75vw;
    width: 100%;
    color: #FFFFFF;
    font-size: 42px;
    font-weight: bold;
    line-height: 44px;
    text-shadow: 2px 3px 4px 0 rgba(0,0,0,0.5);
    border-bottom: 4px solid #CD222B;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 0;
}

.fake-btn{
    text-transform: uppercase;
    height: 46px;
    width: 209px;
    background-color: #CD222B;
    box-shadow: -3px 4px 4px -2px rgba(0,0,0,0.22);
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    position: relative;
    left: -20px;
    margin-bottom: 15px;
}
.page-body .fake-btn{
    border-radius: 0 6px 6px 0;
    padding: 13px 0;
}

.page-body .contents{
    color: #4a4a4a;
    font-family: SF-Pro, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

footer {
    background-color: #E9E9E9;
    font-family: OdinRoundedLight, sans-serif;
}
footer .top-footer{
    padding: 20px!important;
}

footer .footer-logo{
    height: 78px;
    width: 200px;
}

footer h5{
    text-transform: uppercase;
    color: #CD222B;
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: bold;
}

footer .link-container a{
    display: block;
    font-size: 14px;
    color: #4a4a4a;
}
footer .link-container a:focus{
    color: #CD222B;
}
footer .bottom-footer a,
footer .bottom-footer a:focus{
    color: #000000;
    text-decoration: underline;
}

footer .bottom-footer{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    width: 100%;
    background-color: rgba(248, 249, 250, 0.85)!important;
    padding: 10px 0;
}

.lang {
    display: inline-block;
    width: 19px;
    height: 13px;
}
.lang.it{
    background: url("../icons/ITA.svg") no-repeat center;
    background-size: contain;
    width: 100%;
}

.lang.en{
    background: url("../icons/ENG.svg") no-repeat center;
    background-size: cover;
    width: 100%;
}
.dropdown-menu.language{
    min-width: 30px;
}
.dropdown-menu.language .dropdown-item{
    padding: 3px;

}

.modal-custom .app-button-container,
#modalDeleteChronology .app-button-container,
#modalLogout .app-button-container,
#modalToApp .app-button-container{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.modal-custom .modal-btn-no,
.modal-custom .modal-btn-yes,
#modalDeleteChronology .modal-btn-no,
#modalDeleteChronology .modal-btn-yes,
#modalLogout .modal-btn-no,
#modalLogout .modal-btn-yes {
    width: 129px;
    border: 1px solid grey;
    border-radius: 10px;
    color: #212529;
}

.app-button-container .app-link{
    background-size: cover !important;
    background-position-x: left;
    width: 127px;
}

#main-carousel .owl-item .parent {
    margin: 0 auto;
}
.app-link{
    display: block;
    height: 38px;
    background-size: cover!important;
    cursor: pointer;
    border-radius: 6px;
}

.app-link.ios{
    background: url('../icons/app-store.png') no-repeat;
}


.app-link.android{
    background: url('../icons/google-play.png') no-repeat;
}

.capitalize-first h2::first-letter{
    text-transform: capitalize!important;
}

.contact-page .header-banner{
    height: 60px;
}
.contact-page .privacy-label{
    font-size: 12px;
    font-family: SF-Pro, sans-serif;
}
.contact-page .contact-btn{
    background-color: #CD222B;
    border-color: #CD222B;
    padding-left: 25px;
    padding-right: 25px;
}
#detail-main-container .title{
    padding-right: 0!important;
}

.owl-carousel.owl-drag .owl-item .title,
.entities-searched-container .title,
#detail-main-container .detail-main-data .title
{
    overflow-wrap: break-word;
}

_:-ms-lang(x),
.owl-carousel.owl-drag .owl-item .title,
.entities-searched-container .title,
#detail-main-container .detail-main-data .title
{
    word-wrap: break-word;
}

/*///details*/
.luogos-detail .owl-carousel.owl-drag .owl-item .geocard-story-card.parent .item{

}
#detailsCarousel #details-carousel .owl-carousel.owl-drag .owl-item,
#detailsCarousel #details-carousel .owl-carousel.owl-drag .owl-item .parent{
    height: 300px!important;
}
#detail-main-container .detail-main-data .created-by,
.luogos-detail .address{
    position: relative;
    top: 2px;
    color: #4a4949;
    font-size: 12px;
    font-family: OdinRoundedLight, sans-serif;
    line-height: 16px;
    padding-bottom: 4px;
}
.luogos-detail .address{
    color: #4a4949;
    font-size: 10px;
    padding-bottom: 0;
}
.geocard-story-card .title{
    line-height: 20px;
    font-size: 16px;
}

.geocard-story-card .number-distance-km{
    font-size: 17px;
    line-height: 1;
    white-space: nowrap;
}
.luogos-detail .carousel-card .carousel-card-body{
    height: 100%;
}
.luogos-detail .icon-footer-detail{
    width: 15px !important;
    height: 15px !important;
    padding-top: 0;
    position: relative;
    margin-right: 12px;
    bottom: -1px;
    left: -1px;
}

.luogos-detail .distance-footer-line,
.luogos-detail .icon-user-black,
.luogos-detail .number-distance-km
{
    margin-left: 10px;
}

.luogos-detail  .distance-footer-line{
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #434343;
}

.icon-user-black {
    width: auto !important;
    height: 15px !important;
}

.luogos-detail .detail-footer{
    background: #FFF;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.details-header{
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
}
.luogos-detail .controls-left,
.luogos-detail  .controls-right{
    top: 49px;
}

.geocard-map-satellite-container .controls-left,
.geocard-map-satellite-container .controls-right {
    top: 0;
}

.modal-title{
    width: 100%;
}

.modal-header button{
    position: absolute;
    right: 20px;
    outline: none;
}

.modal-backdrop.show {
    z-index: 1000000;
}

.modal.show{
    z-index: 1000001;
}

.btn.btn-primary.red{
    background-color: #CD222B;
    border-color: #CD222B;
}
.btn.btn-primary.red:active{
    background-color: #CD222B;
    border-color: #CD222B;
}

.geocard-view-footer{
    bottom: -6px;
    width: 100%;
}

.geocard-view-footer .card-footer-text{
    display: inline-flex;
    font-size: 12px;
    width: 100%;
}

.searchbar-page-container {
    height: 100vh;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 100;
    display: none;
}

.contact-sent-page .container,
.user-edit-page .user-edit-links,
.user-service-page .container,
.user-edit-billing-page .container,
.user-options-page .container,
.user-qr-special-tutorial-page .container,
.user-service-pay-page .container,
.user-service-pay-complete-page .container,
.user-barcode-reminder-page .container,
.user-service-pay-page #paypal-button-container,
form#form-user-edit .form-group,
form#form-contact .form-group,
form#form-service .form-group,
.user-service-pay-complete-page .form-group,
.user-barcode-reminder-page .form-group,
.btn-form-custom,
form.form-time-filter .btn-submit-container,
#positionModal .input-container,
#enhanced-footprint-create-search-container .form-group.has-search,
#positionModal .btn-submit-container,
.searchbar-page-container .searchbar-container {
    width: 315px;
    max-width: 315px;
}

.contact-sent-page .container,
.user-service-page .container,
.user-options-page .container,
.user-service-pay-page .container,
.user-service-pay-complete-page .container,
.user-barcode-reminder-page .container,
.user-service-pay-complete-page .form-group,
.user-barcode-reminder-page .form-group,
/*.btn-form-custom,*/
#enhanced-footprint-create-search-container,
#positionModal .btn-submit-container,
form#form-user-edit,
.searchbar-page-container .searchbar-container {
    padding-top: 10px;
}


.searchbar-container input.input-search,
#positionModal input,
.searchbar-container .story-types-container {
    height: 33px;
}

.searchbar-container .story-types-container {
    position: absolute;
    top: 10px;
    z-index: 10;
    display: none;
}

.story-types-container .single-story-type {
    height:25px;
    width:25px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
}

.searchbar-container .form-group {
    margin-bottom: 0;
}

.has-search .form-control {
    padding-left: 2.675rem;
    padding-right: 2.675rem;
}

#positionModal .has-search .form-control {
    padding-right: 0.75rem;
}

.has-search .form-control-feedback,
.has-search .modal-close,
.has-search .my_location {
    position: absolute;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
}

.has-search .modal-close,
.has-search .my_location {
    cursor: pointer;
    margin-right: 11px;
    right: 0;
}

.has-search .form-control-feedback {
    pointer-events: none;
    margin-left: 11px;
}

.entities-searched-container {
    overflow-y: scroll;
    overflow-x: hidden;
    /* HEIGHT SET THROUGH JAVASCRIPT*/
}

.entities-searched-container .carousel-card {
    height: 145px;
}

.selected-item .sort-container {
    position: relative;
    top: -60px;
    left: -26px;
    font-size: 24px;
    height: 0;
}

.entities-searched-container .selected-item > .wrapper-story-href-div,
.entities-searched-container .href-story:hover > .wrapper-story-href-div,
.entities-searched-container .href-recycle-program:hover > .wrapper-recycle-program-href-div,
.entities-searched-container .href-supply-chain:hover > .wrapper-supply-chain-href-div {
    background-color: rgba(231, 232, 233, 0.85);
}

.entities-searched-container .carousel-card-body {

}

.entities-searched-container .icon-type,
.entities-searched-container .icon-stories {
    display: block;
    width: 100%;
}

.entities-searched-container .href-story,
.entities-searched-container .href-recycle-program,
.entities-searched-container .href-supply-chain {
    text-decoration: none;
    color: #000000;
}

.searchbar-page-container.open,
.story-types-container.open {
    display: block;
}

.recycle-programs#details-carousel .carousel-card-body .icon-stories {

}

form.form-time-filter .form-control {
    margin-right: auto;
    text-align-last: center;
}

form.form-time-filter .form-inline .form-control:last-child {
    margin-right: 0;
}

form.form-time-filter .form-control {
    width: 80px;
}

form.form-time-filter label,
form.form-time-filter legend {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 5px;
}

form[name=jms_choose_payment_method] {
    width: 400px;
    margin: 10px auto;
    border: 1px solid grey;
    border-radius: 6px;
    padding: 10px;
    background: #F2F2F2;
}

form[name=jms_choose_payment_method] input[type=submit] {
    width: 100%;
    background: #4CAF50;
    color: #F2F2F2;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px;
}

form[name=jms_choose_payment_method] input[type=submit]:hover {
    background: #45A049;
}

@media (max-width: 1500px) {
    .slider-prev-btn,
    .slider-next-btn {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    form[name=jms_choose_payment_method] {
        width: 300px;
    }
}

@media screen and (max-width: 320px) {
    .owl-carousel.owl-drag .owl-item .title{
        padding-right: 0!important;
    }
    #detail-main-container .detail-main-data .title{
        padding-right: 0!important;
    }
    .modal-title{
        font-size: 14px;
    }
}
@media (max-width: 426px) {
    .modal.show .modal-dialog {

    }
    .luogos-footer-container {
        display: none;
    }
    .map-container {
        height: 100%;
    }
    .map-container #stories-carousel {

    }
    .geocard-view-footer .card-footer-text,
    .luogos-detail .address {
        padding-left: 0;
    }
    .luogos-detail  .distance-footer-line{

    }
    #detail-main-container .detail-main-data .title{
        padding-right: 0!important;
    }
    .gm-bundled-control {
        display:none;
    }

    .page-body .red-separator div{
        padding-left: 0;
    }
    .grey{
        padding: 20px;
    }
    .about-page .about-main-image{
        background: url('../images/aboutMainMobile.png') no-repeat right;
        background-size: cover;
        width: 100%;
    }
    #details-carousel .owl-stage-outer .owl-stage{

    }
    .recycle-programs#details-carousel{
        padding-left: 0;
    }
    footer .bottom-footer {
        font-size: 10px;
        line-height: 15px;
        padding: 5px 0;
    }
}

@media (max-width: 413px) {
    .modal-custom .modal-btn-no,
    .modal-custom .modal-btn-yes,
    #modalDeleteChronology .modal-btn-no,
    #modalDeleteChronology .modal-btn-yes,
    #modalLogout .modal-btn-no,
    #modalLogout .modal-btn-yes,
    .app-button-container .app-link {
        width: 115px;
    }
}

@media (min-width: 768px) {
    .map-container #stories-carousel {
        padding-left: 0;
    }
    #main-carousel .parent{
        cursor: default;
    }
    .about-page .page-title{
        max-width: 490px;
        width: 100%;
        font-size: 72px;
        padding-bottom: 9px;
    }
}

@media screen and (min-width: 991px){
    .map-container #details-map{
        height: 100%;
    }
    .app-button-container{
        margin-right: 0;
        margin-left: 0;
    }
    .app-button-container>.col,
    .app-button-container>[class*=col-]{
        padding-right: 0!important;
        padding-left: 0!important;
    }
}

@media screen and (max-width: 999px){
    .main-map-controls-container{
        top: 80px;
        left: 43%!important;
    }
}


@media (min-width: 1000px) {
    .contact-page .header-banner{
        height: 100px;
    }
    .link-white{
        color: #fff!important;
    }
    .luogos .header-logo {
        cursor: pointer;
    }

    /*!*this is the real active*!*/
    .owl-carousel.owl-drag .owl-item.center {
        height: 145px;
        margin-top: 0;
    }

    .owl-carousel.owl-drag .owl-item .carousel-card-footer {
        display: none;
    }

    .owl-carousel.owl-drag .owl-item.center .carousel-card-footer {
        display: flex;
    }

    .slider-nav .controls {
        cursor: pointer;
    }

    .slider-nav-prev, .slider-nav-next {
        display: inline-block;
        cursor: pointer;
    }

    .slider-nav .stories {
        display: inline-block;
    }

    .owl-carousel.owl-drag .owl-item.center .created-by {
        padding: 9px;
        font-size: 16px !important;
    }

    .owl-carousel.owl-drag .owl-item .title,
    #detail-main-container .title,
    .entities-searched-container .title
    {
        font-size: 17px;
        line-height: 23px;
        margin-top: -4px;
    }

    .owl-carousel.owl-drag .owl-item.center .carousel-card-footer {
        font-size: 14px;
        line-height: 16px;
        height: 16px;
        padding-top: 0;
    }
    .owl-carousel.owl-drag .owl-item .carousel-card .icon-type
    {
        width: 18px !important;
        height: 18px !important;
    }
    .entities-searched-container .carousel-card-service .create-data{
        padding-top: 0;
    }
    .owl-carousel.owl-drag .owl-item.center .item {
        border-radius: 6px;
    }
    .owl-carousel.owl-drag .owl-item .item {
        cursor: pointer;
        color: #4a4a4a;
    }
    .owl-carousel.owl-drag .owl-item.center .item .create-data {
        display: block;
        position: absolute;
    }
    .button-red {
        height: 32px;
        border-radius: 0 0 5px 0;
        background-color: #CD222B;
        box-shadow: -3px 4px 4px -2px rgba(0, 0, 0, 0.22);
        color: #FFF;
        text-transform: uppercase;
        padding: 9px;
        display: block;
    }
    .button-red:hover, .button-red:visited{
        color: #FFF;
    }

    #detail-main-container .detail-main-data .title{
        font-size: 17px;
    }
}

.carousel-card .icon-virality-dot {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.icon-virality-dot {
    height: 10px !important;
    width: 10px !important;
}

@media screen and (max-width: 1300px){
    .main-map-controls-container{
        left: 49%;
    }
    .main-map-controls-container .main-map-controls button span{
        display: none;
    }
}

@media (max-width: 768px) {
    .entities-searched-container .icon-container {
        margin-left: 0;
    }
    #detail-main-container .detail-main-data .title,
    .entities-searched-container .carousel-card .title,
    .owl-carousel.owl-drag .owl-item .title {
        font-size: 16px;
        line-height: 1.3;
        margin-top: -2px;
    }
    #detail-main-container,
    .user-edit-page .user-edit-links,
    form#form-user-edit .form-group,
    form#form-contact .form-group,
    form#form-service .form-group,
    form.form-time-filter .btn-submit-container,
    .user-service-pay-complete-page .form-group,
    .user-barcode-reminder-page .form-group,
    .contact-sent-page .container,
    .user-service-pay-page .container,
    .user-service-pay-page #paypal-button-container,
    .user-service-page .container,
    .user-edit-billing-page .container,
    .user-options-page .container,
    .user-qr-special-tutorial-page .container,
    .user-service-pay-complete-page .container,
    .user-barcode-reminder-page .container,
    .btn-form-custom,
    .modal-custom .modal-dialog,
    #modalLogout .modal-dialog,
    #modalPdfRequestedSuccess .modal-dialog,
    #modalDeleteChronology .modal-dialog,
    #modalToApp .modal-dialog,
    #positionModal .btn-submit-container,
    .searchbar-page-container .searchbar-container,
    .luogos-detail .owl-carousel.owl-drag .owl-item .parent,
    .owl-carousel.owl-drag .owl-item .parent{
        width: 75vw;
        max-width: 300px;
    }

    #enhanced-footprint-create-search-container .form-group.has-search,
    #positionModal .input-container {
        width: 95%;
        max-width: 95%;
    }
    .zoom-in,
    .zoom-out {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 426px) {
    .modal-title{
        font-size: 16px;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    #detail-main-container{
        margin-left: 20px;
    }
    .modal-title{
        font-size: 16px;
    }
    .luogos-detail .address,
    .luogos-detail .card-footer-text {
        padding-left: 0;
    }
}

/* DETECT DEVICES WITH NO HOVER EFFECTS(LIKE SMARTPHONES AND TABLETS) */
@media (hover: none) {
    .refresh:not(.on):hover{
        background: url('../icons/ic_fullscreen.svg') no-repeat center;
        background-size: contain;
    }
    .refresh.white:not(.on):hover{
        background: url('../icons/ic_fullscreen-white.svg') no-repeat center;
        background-size: contain;
    }
    .recycle-filter:not(.on):hover{
        background: url('../icons/ic_recycle.svg') no-repeat center;
        background-size: contain;
    }
    .filter-services-inactive:not(.on):hover{
        background: url('../icons/ic_alert_speed.svg') no-repeat center;
        background-size: contain;
    }
    .chronology:not(.on):hover{
        background: url('../icons/ic_clock_off.svg') no-repeat center;
        background-size: contain;
    }
    .show-map-labels.white:not(.on):hover{
        background: url('../icons/ic_gmaps_labels_white.svg') no-repeat center;
        background-size: contain;
    }
    .recipe:not(.on):hover{
        background: url('../icons/recipe_off.svg') no-repeat center;
        background-size: contain;
    }
    .products:not(.on):hover{
        background: url('../icons/products_off.svg') no-repeat center;
        background-size: contain;
    }
    .production-chain:not(.on):hover{
        background: url('../icons/production_chain_off.svg') no-repeat center;
        background-size: contain;
    }
    .itinerary:not(.on):hover{
        background: url('../icons/itinerary_off.svg') no-repeat center;
        background-size: contain;
    }
    .my-story:not(.on):hover{
        background: url('../icons/my_story_off.svg') no-repeat center;
        background-size: contain;
    }
    .my-team:not(.on):hover{
        background: url('../icons/my_team_off.svg') no-repeat center;
        background-size: contain;
    }
    .share:not(.on):hover{
        background: url('../icons/ic_share.svg') no-repeat center;
        background-size: contain;
    }
    .filters-story-types:not(.on):hover{
        background: url('../icons/ic_filters_story_types_off.svg') no-repeat center;
        background-size: contain;
    }
    .touch-map:not(.on):hover{
        background: url('../icons/ic_map_w_touch_off.svg') no-repeat center;
        background-size: contain;
    }
    .touch-map.white:not(.on):hover{
        background: url('../icons/ic_map_w_touch_on_white.svg') no-repeat center;
        background-size: contain;
    }
    .world-map:not(.on):hover {
        background: url('../icons/ic_satellite-off.png') no-repeat center;
        background-size: contain;
    }
    .start-stop-slider:not(.on):hover{
        background: url('../icons/ic_toggle_start_stop.svg') no-repeat center;
        background-size: contain;
    }
    .filter-supply-recycling:not(.on):hover {
        background: url('../icons/ic_linked_points.svg') no-repeat center;
        background-size: contain;
    }
    .my_location.reset-hover:not(.on):hover{
        background: url('../icons/ic_my_location.svg') no-repeat center;
        background-size: contain;
    }
    .my_location:not(.on):hover{
        background: url('../icons/ic_my_location.svg') no-repeat center;
        background-size: contain;
    }
    .location:not(.on):hover{
        background: url('../icons/ic_my_location.svg') no-repeat center;
        background-size: contain;
    }
    .location.white:not(.on):hover{
        background: url('../icons/ic_my-location-white.svg') no-repeat center;
        background-size: contain;
    }
    .zoom-in:not(.on):hover{
        background: url('../icons/ic_back.svg') no-repeat center;
        background-size: contain;
    }
    .zoom-out:not(.on):hover{
        background: url('../icons/ic_back.svg') no-repeat center;
        background-size: contain;
    }
    .zoom-in.white:not(.on):hover{
        background: url('../icons/ic_back-white.svg') no-repeat center;
        background-size: contain;
    }
    .zoom-out.white:not(.on):hover{
        background: url('../icons/ic_back-white.svg') no-repeat center;
        background-size: contain;
    }
    .modal-close:not(.on):hover{
        background: url('../icons/close.svg') no-repeat center;
        background-size: contain;
    }
    .modal-close.white:not(.on):hover{
        background: url('../icons/close-white.svg') no-repeat center;
        background-size: contain;
    }
    .edit-stories:not(.on):hover{
        background: url('../icons/ic_edit_stories.svg') no-repeat center;
        background-size: contain;
    }
    .what:not(.on):hover{
        background: url('../icons/ic_what.svg') no-repeat center;
        background-size: contain;
    }
    .favorite:not(.on):hover{
        background: url('../icons/ic_fav.svg') no-repeat center;
        background-size: contain;
    }
    .slider-prev-btn:not(.on):hover{
        background: url('../icons/ic_back.svg') no-repeat center;
        background-size: contain;
    }
    .slider-next-btn:not(.on):hover{
        background: url('../icons/ic_back.svg') no-repeat center;
        background-size: contain;
    }
    .facebook:not(.on):hover{
        background: url('../icons/ic_facebook.svg') no-repeat center;
        background-size: contain;
    }
    .whatsapp:not(.on):hover{
        background: url('../icons/ic_whatsapp.svg') no-repeat center;
        background-size: contain;
    }
    .twitter:not(.on):hover{
        background: url('../icons/ic_twitter.svg') no-repeat center;
        background-size: contain;
    }
    .messenger:not(.on):hover{
        background: url('../icons/ic_messenger.svg') no-repeat center;
        background-size: contain;
    }
    .linkedin:not(.on):hover{
        background: url('../icons/ic_linkedin.svg') no-repeat center;
        background-size: contain;
    }
    .email:not(.on):hover{
        background: url('../icons/ic_email.svg') no-repeat center;
        background-size: contain;
    }
    .chain-clipboard:not(.on):hover{
        background: url('../icons/ic_chain-clipboard.svg') no-repeat center;
        background-size: contain;
    }
    .addthis_inline_share_toolbox:not(.on):hover{
        background: url('../icons/ic_my_location.svg') no-repeat center;
        background-size: contain;
    }
    .recycle:not(.on):hover{
        background: url('../icons/ic_recycle.svg') no-repeat center;
        background-size: contain;
    }
    .recycle-add-off:not(.on):hover{
        background: url('../icons/ic_recycle_add_off.svg') no-repeat center;
        background-size: contain;
    }
    .back-button:not(.on):hover{
        background: url('../icons/ic_back.svg') no-repeat center;
        background-size: contain;
    }
    .search:not(.on):hover{
        background: url('../icons/ic_search.svg') no-repeat center;
        background-size: contain;
    }
    .qrcode:not(.on):hover{
        background: url('../icons/ic_qrcode.svg') no-repeat center;
        background-size: contain;
    }
    .user-position:not(.on):hover{
        background: url('../icons/ic_user_position.svg') no-repeat center;
        background-size: contain;
    }
    .fav2:not(.on):hover{
        background: url('../icons/ic_favs.svg') no-repeat center;
        background-size: contain;
    }
    .pen:not(.on):hover{
        background: url('../icons/ic_pen.svg') no-repeat center;
        background-size: contain;
    }
    .password-view:not(.on):hover{
        background: url('../icons/ic_pass_view.svg') no-repeat center;
        background-size: contain;
    }
    .trash:not(.on):hover{
        background: url('../icons/ic_bin.svg') no-repeat center;
        background-size: contain;
    }
    .de-selector:not(.on):hover{
        background: url('../icons/ic_deseleziona_tutto.svg') no-repeat center;
        background-size: contain;
    }
    .logout:not(.on):hover{
        background: url('../icons/ic_logout.svg') no-repeat center;
        background-size: contain;
    }
    .next-slider:not(.on):hover{
        background: url('../icons/ic_fwd.svg') no-repeat center;
        background-size: contain;
    }
    .prev-slider:not(.on):hover{
        background: url('../icons/ic_prev.svg') no-repeat center;
        background-size: contain;
    }
    .accordion-icon:not(.on):hover{
        background: url('../icons/ic_go_nav.svg') no-repeat center;
        background-size: contain;
    }
    .item-option:not(.on):hover .profile-edit:not(.on) {
        background: url('../icons/ic_profile_edit.svg') no-repeat center;
        background-size: contain;
    }
    .item-option:not(.on):hover .monitoring:not(.on) {
        background: url('../icons/ic_monitoring.svg') no-repeat center;
        background-size: contain;
    }
    .item-option:not(.on):hover .qr-special:not(.on) {
        background: url('../icons/ic_qr_special.svg') no-repeat center;
        background-size: contain;
    }
    .item-option:not(.on):hover .barcode:not(.on) {
        background: url('../icons/ic_barcode.svg') no-repeat center;
        background-size: contain;
    }
    .item-option:not(.on):hover .cup:not(.on) {
        background: url('../icons/ic_cup.svg') no-repeat center;
        background-size: contain;
    }
    .item-option:not(.on):hover .signature-enanched:not(.on) {
        background: url('../icons/ic_signature_enanched.svg') no-repeat center;
        background-size: contain;
    }
    .geocard-map-satellite-container button.gm-tilt.gm-control-active:not(.on):hover{
        background: url('../icons/ic_map_3D_white.svg') no-repeat center !important;
        background-size: contain !important;
    }
    .geocard-map-satellite-container .gm-bundled-control button:nth-of-type(2):not(.on):hover {
        background: url('../icons/ic_map_rotate_3D_white.svg') no-repeat center !important;
        background-size: contain !important;
    }
    .entities-searched-container .href-story:not(.selected-item):hover > .wrapper-story-href-div,
    .item-option:not(.on):hover {
        background-color: transparent;
    }
}

/* DESKTOP */
@media (min-width: 767px) {
    #details-carousel.owl-carousel:not(.recycle-programs):not(.supply-chain-geocards) .owl-stage-outer,
    .barcode-link-carousel .owl-carousel .owl-stage-outer,
    .virality-map-carousel .owl-carousel .owl-stage-outer {
        margin-left: 38px;
    }

    #details-carousel.owl-carousel:not(.recycle-programs):not(.supply-chain-geocards) .owl-stage,
    .barcode-link-carousel .owl-carousel .owl-stage,
    .virality-map-carousel .owl-carousel .owl-stage {
        margin-left: calc(-1 * 38px);
    }
}

@media screen and (max-width: 1179px) and (orientation:landscape) {
    #main-carousel,
    #detailsCarousel,
    #detail-main-container,
    .controls-left:not([data-search-section-controls]),
    .controls-right:not([data-search-section-controls]),
    .controls-bottom {
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .map-container #stories-carousel {
        padding: 0;
    }

    .geocard-map-satellite-container button.gm-tilt.gm-control-active,
    .geocard-map-satellite-container .gm-bundled-control button:nth-of-type(1),
    .geocard-map-satellite-container .gm-bundled-control button:nth-of-type(2) {
        display: none !Important;
    }

    .controls-left.include-landscape,
    .controls-right.include-landscape,
    .controls-bottom.include-landscape {
        display: block;
    }
}
