﻿body  {
    font-size: .875rem
}

.d-none {
    display: none !important;
}

.top-links ul li {
    float: left;
    position: relative;
    height: 44px;
    border-left: none;
}

.top-bar {
    background-color: black;
    line-height: 44px;
    font-size: 13px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.top-links ul {
    margin: 0;
    list-style: none;
}

.top-links li > a {
    display: block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    color: #fff;
}

.top-links ul li:first-child, .top-links ul ul li {
    border-left: 0 !important;
}

.top-links ul li {
    float: left;
    position: relative;
    height: 44px;
    border-left: none;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.top-links li.disabled {
    color: #acacac;
    cursor: default;
    padding-left: 15px;
    font-weight: 300;
}

    .top-links li.disabled strong {
        color: #fff;
    }

.top-links ul ul,
.top-links ul div.top-link-section {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 210;
    line-height: 1.5;
    background: #FFF;
    border: 0;
    top: 44px;
    left: 0;
    width: 140px;
    margin: 0;
    border-top: 1px solid #b00818;
    border-bottom: 1px solid #EEE;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
}

.top-links li:hover ul,
.top-links li:hover div.top-link-section {
    pointer-events: auto;
}

.top-links ul ul li {
    float: none;
    height: 36px;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #EEE;
}

    .top-links ul ul li:hover {
        background-color: #F9F9F9;
    }

    .top-links ul ul li:first-child {
        border-top: none !important;
        border-left: 1px solid #EEE;
    }

.top-links ul ul a {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}

.top-links ul ul img {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.top-links ul ul.top-demo-lang img {
    top: 4px;
    width: 16px;
    height: 16px;
}

.top-links ul div.top-link-section {
    padding: 25px;
    left: 0;
    width: 280px;
}

.top-links ul ul, .top-links ul div.top-link-section {
    background: #1f1f1f;
    background: linear-gradient(#1f1f1f,#323232);
    border-top: none;
    border-bottom: none;
    box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,.2)
}


.fright .top-links ul div.top-link-section,
.top-links.fright ul div.top-link-section {
    left: auto;
    right: 0;
}

#logo {
    position: relative;
    float: left;
    font-family: 'Raleway',sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-top: 20px;
}

.top-advert {
    float: right;
    padding: 0;
    border: none;
}

#main_navbar {
    float: right;
    background: #b00818;
    background: linear-gradient(#b00818,#dc0014);
    border: none;
    float: none;
    max-width: none;
    border-top: 1px solid #f5f5f5;
}

label.radio, label.checkbox {
    padding-left: 20px;
}

label.checkbox {
    padding-left: 20px;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

input[type=submit].btn-block {
    width: 100%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #b9141d;
    background-color: #fff;
    border: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: none !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (max-width: 992px) {
    #main_navbar {
        background: white;
    }
}

#top-search {
    border: 1px solid #0000002b;
    margin-left: 2px;
    border-radius: 6px;
    width: 56px;
    height: 40px;
    padding-left: 10px;
    margin-top: 0px;
}

/*#main_navbar ul {
        list-style: none !important;
        margin: 0;
        float: left;
    }
       #main_navbar ul > li {
            margin-left: 2px;
        }
*/
/*        #main_navbar ul li {
            position: relative;
        }*/
#main_navbar ul ul li > a {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: 'Lato',sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#main_navbar ul ul > a::after {
    content: '' !important;
}

#main_navbar ul ul > li.dropdown > a, #main_navbar ul ul > li.dropdown:hover > a {
    background-image: url(/images/icons/submenu.png);
    background-position: right center;
    background-repeat: no-repeat;
}

#main_navbar ul ul li:hover > a {
    background-color: #f9f9f9 !important;
    padding-left: 18px;
    color: #b00818 !Important;
}

#main_navbar ul li:hover > a, #main_navbar ul li.current > a {
    color: #ffa08a;
}

#main_navbar ul li.current > a {
    color: #ffa08a;
}

#main_navbar ul li > a {
    display: block;
    line-height: 22px;
    padding: 10px 15px;
    color: #444;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway',sans-serif;
    -webkit-transition: margin .4s ease,padding .4s ease;
    -o-transition: margin .4s ease,padding .4s ease;
    transition: margin .4s ease,padding .4s ease;
    color: #fff;
}

#main_navbar.style-2 > div > ul > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
}

#main_navbar .dropdown-item {
    color: black;
}
/*.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}*/
.section_city {
    position: relative;
    padding: 10px 0 !important;
    background: #75030e;
    background: linear-gradient(#75030e,#a50010);
    overflow: hidden;
    color: #fff;
}

    .section_city a {
        font-weight: 300;
        color: #fff;
        font-size: 0.875rem;
    }

        .section_city a:hover {
            font-weight: 300;
            color: #ffa08a;
        }

#footer.dark, .dark #footer {
    background-color: #333;
    color: #ccc;
    border-top-color: rgba(0,0,0,.2);
}

#footer {
    position: relative;
    background-color: #eee;
    border-top: 5px solid rgba(0,0,0,.2);
    font-size: 0.875rem;
}


a {
    text-decoration: none !important;
    color: #b00818;
}

.dark .footer-widgets-wrap a {
    color: #ccc;
}

    .dark .footer-widgets-wrap a:hover {
        color: #999;
    }

.widget_nav_menu li a, .widget_links li a, .widget_meta li a, .widget_archive li a, .widget_recent_entries li a, .widget_categories li a, .widget_pages li a, .widget_rss li a, .widget_recent_comments li a {
    background: url(/images/icons/widget-link-dark.png) left top no-repeat;
    border: none !important;
    color: #ccc;
    font-size: 14px;
}

.widget_nav_menu ul, .widget_nav_menu li, .widget_links ul, .widget_links li, .widget_meta ul, .widget_meta li, .widget_archive ul, .widget_archive li, .widget_recent_comments ul, .widget_recent_comments li, .widget_recent_entries ul, .widget_recent_entries li, .widget_categories ul, .widget_categories li, .widget_pages ul, .widget_pages li, .widget_rss ul, .widget_rss li {
    list-style: none;
    margin: 0;
}

element.style {
}

.widget_nav_menu > ul > li:first-child, .widget_links > ul > li:first-child, .widget_meta > ul > li:first-child, .widget_archive > ul > li:first-child, .widget_recent_comments > ul > li:first-child, .widget_recent_entries > ul > li:first-child, .widget_categories > ul > li:first-child, .widget_pages > ul > li:first-child, .widget_rss > ul > li:first-child {
    border-top: 0 !important;
}

.widget_nav_menu li, .widget_links li, .widget_meta li, .widget_archive li, .widget_recent_comments li, .widget_recent_entries li, .widget_categories li, .widget_pages li, .widget_rss li {
    padding: 4px;
}

.widget_nav_menu ul, .widget_nav_menu li, .widget_links ul, .widget_links li, .widget_meta ul, .widget_meta li, .widget_archive ul, .widget_archive li, .widget_recent_comments ul, .widget_recent_comments li, .widget_recent_entries ul, .widget_recent_entries li, .widget_categories ul, .widget_categories li, .widget_pages ul, .widget_pages li, .widget_rss ul, .widget_rss li {
    list-style: none;
    margin: 0;
}

    .widget_nav_menu li a, .widget_links li a, .widget_meta li a, .widget_archive li a, .widget_recent_entries li a, .widget_categories li a, .widget_pages li a, .widget_rss li a, .widget_recent_comments li {
        display: inline-block;
        padding: 0 3px 0 12px;
    }

#footer .footer-widgets-wrap {
    position: relative;
    padding: 40px 0;
}



#copyrights {
    padding: 40px 0;
    background-color: #ddd;
    font-size: 14px;
    line-height: 1.8;
}

#copyrights {
    padding: 15px 0 !important;
}

.dark #copyrights {
    background-color: rgba(0,0,0,.2);
    color: rgba(255,255,255,.25);
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}



#page-title.page-title-dark h1 {
    color: #fff !important;
    font-size: 40px;
    font-weight: 600;
}

#page-title.page-title-dark h3 {
    padding-top: 10px;
    color: #fff !important;
}

@media (max-width: 575px) {
    #page-title.page-title-dark h3 a.return {
        font-size: 16px;
        line-height: 16px !important;
    }

    #page-title.page-title-dark {
        padding: 20px 0 5px 0 !important;
        /*margin-top: 30px;*/
    }

        #page-title.page-title-dark h3 {
            padding-top: 10px;
            color: #fff !important;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 0 !important;
        }
}

@media (max-width: 767px) {
    #page-title.page-title-dark {
        padding: 30px 0 5px 0 !important;
    }
}

#page-title.page-title-dark {
    background: #ce2220;
    background: linear-gradient(#ce2220,#a81b1a);
    text-shadow: 1px 1px 1px rgba(0,0,0,.15) !important;
    border-bottom: none;
    position: relative;
    padding: 30px 0 30px 0;
}

#page-title.page-title-dark {
    background-color: #ce2220;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15) !important;
    border-bottom: none;
}

@media (max-width: 767px) {
    #page-title {
        padding: 20px 0 25px;
        text-align: center;
    }
}

.image_fade {
    max-width: 100%;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.owl-carousel {
    display: block;
}

[id*=copertinamobile] {
    width: 100%;
/*    aspect-ratio: 0.7511 !important;*/
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    font-family: Lato,sans-serif;
}

.sottolineato {
    text-decoration: none !important;
    text-decoration-color: white !important;
}

#page-title.page-title-dark span.return a {
    color: #fff !important;
}

@media (min-width: 768px) {
    .cell {
        border-left: 6px solid #555;
        padding: 30px;
    }
}

.flex-container-annuncio {
    display: flex;
    flex-direction: column;
}

.annuncio-intro {
    order: 1;
}

.annuncio-gallery {
    order: 3;
}


.annuncio-dettaglio {
    order: 2;
}

.annuncio-dettaglio-mobile {
    order: 4;
}

.annuncio-commenti-mobile {
    order: 5;

}

.annuncio-mappa-mobile {
    order: 6;

}

.annuncio-promo {
    order: 7;
}

@media (max-width: 991px) {
    .annuncio-gallery {
        order: 2;
    }

    .annuncio-dettaglio {
        order: 3;
        display: none;
    }

    .annuncio-dettaglio-mobile {
        display: block;
    }

    .annuncio-commenti-mobile {
        display: block;
    }

    .annuncio-mappa-mobile {
        display: block;
    }
}



.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

ul.tab-nav:not(.tab-nav-lg) {
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
}

    ul.tab-nav:not(.tab-nav-lg) li {
        float: left;
        border: 1px solid #DDD;
        border-bottom: 0;
        border-left: 0;
        height: 41px;
        text-align: center;
    }

        ul.tab-nav:not(.tab-nav-lg) li:first-child {
            margin-left: 15px;
            border-left: 1px solid #DDD;
        }

        ul.tab-nav:not(.tab-nav-lg) li a {
            display: block;
            padding: 0 15px;
            color: #444;
            height: 40px;
            line-height: 40px;
            background-color: #F2F2F2;
            font-size: 14px;
            font-weight: bold;
        }

@media (max-width: 575px) {
    ul.tab-nav:not(.tab-nav-lg) li a {
        padding: 0 10px;
        font-size: 11px
    }
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #FFF;
}

.list-tab ul {
    list-style: none;
    font-size: 15px;
}

    .list-tab ul li {
        margin-bottom: 0px;
    }

.list-tab h4 {
    font-weight: 600;
    color: #b9141d;
}

element.style {
}

.promo.promo-center {
    text-align: center;
    padding: 30px 20px;
}

.promo.promo-dark {
    border: 0 !important;
    background-color: #333;
    padding: 30px 200px 30px 30px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    border-radius: 3px;
    margin-bottom: 10px;
}

.promo.promo-center a.button {
    position: relative;
    top: 0;
    margin: 20px 0 0;
    left: 0 !important;
    right: 0;
}

.promo.promo-dark h3 {
    color: #fff;
}

.promo-uppercase h3 {
    font-size: 22px;
}

.promo h3 {
    font-weight: 700;
    margin-bottom: 0;
}

.button.button-rounded {
    border-radius: 3px;
}

.button.button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

ul.tab-nav li a.active {
    top: 0;
    background-color: #b00818 !important;
    color: #fff !important;
}

h4 {
    font-size: 18px;
}

.commentlist {
    list-style: none;
    padding-bottom: 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid #eee;
}

    .commentlist > li:first-child, #reviews .commentlist > li:first-child {
        padding-top: 0;
        margin-top: 0;
    }

    .commentlist li {
        position: relative;
        margin: 30px 0 0 30px;
    }

        .commentlist li .comment-content {
            padding: 0 0 0 15px;
        }

        .commentlist li .comment-content, .pingback {
            position: relative;
            overflow: hidden;
        }

.comment-wrap {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px 20px 20px 35px;
}

.comment-content .comment-author {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #555;
}

@media (max-width: 767px) {
    #comments-mobile {
        padding: 15px;
    }

    h4 {
        font-size: 16px;
    }

    .commentlist {
        padding-bottom: 0 !important;
        margin: 10px !important;
        border-bottom: none !important;
    }

        .commentlist li {
            position: relative;
            margin: 20px 0 !important;
        }

    .comment-wrap {
        position: relative;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        padding: 10px;
    }
}

.fancy-title {
    position: relative;
    margin-bottom: 20px !important;
}

/* ----------------------------------------------------------------
	Star Ratings Component
-----------------------------------------------------------------*/

.rating-xl {
    font-size: 3rem !important;
}

.rating-lg {
    font-size: 2.5rem !important;
}

.rating-md {
    font-size: 2rem !important;
}

.rating-sm {
    font-size: 1.75rem !important;
}

.rating-xs {
    font-size: 1.25rem !important;
}

.rating-container {
    float: left;
    clear: both;
}


    .rating-container .star {
        margin: 0 2px !important;
    }

    .rating-container .filled-stars {
        -webkit-text-stroke: 0px !important;
        text-shadow: none !important;
    }

.rating-label {
    font-weight: bold;
    margin-left: 170px;
    margin-top: 19px;
}

.rating-css.star-disactive {
    color: #e7e7e7;
    margin-right: 8px !important;
}

.comment-reply-link, .review-comment-ratings {
    display: block;
    position: absolute;
    top: 4px;
    left: auto;
    text-align: center;
    right: 0;
    width: 14px;
    height: 14px;
    color: #ccc;
    font-size: 14px;
    line-height: 1;
}

.review-comment-ratings {
    width: auto;
    color: #333;
}

.rating-css.star-active {
    color: #ffd700;
    margin-right: 8px !important;
}

.rating-css {
    font-size: 28px !important;
    height: 40px;
    text-shadow: 0 1px 0 #a2a2a2;
    margin-right: 2px;
}

img {
    max-width: 100%;
}

.card {
    margin-bottom: 30px
}



.portfolio-filter {
    position: relative;
    margin: 0 0 40px;
    list-style: none;
    border: 1px solid rgba(0,0,0,.07);
    float: left;
}




.portfolio-filter li {
    float: left;
    position: relative;
}


    .portfolio-filter li.activeFilter a {
        color: #fff !important;
        background-color: #b00818;
        margin: 1px 0;
        padding: 13px 18px;
        font-weight: 700;
    }

    .portfolio-filter li:first-child a {
        border-left: none;
        border-radius: 4px 0 0 4px;
    }

 

.portfolio-filter li a {
    display: block;
    background: none;
    position: relative;
    padding: 12px 18px;
    font-size: 13px;
    line-height: 15px;
    color: #666;
    border-left: 1px solid rgba(0,0,0,.07);
}

    .portfolio-filter i {
        font-size: 18px;
        margin-right: 10px;
    }

@media (max-width: 575px) {
    .portfolio-filter li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .portfolio-filter {
        border: none;
        border-radius: 0;
        margin-bottom: 20px;
    }

    .portfolio-filter li {
        width: 33.33%;
        margin: 0 0 20px !important;
    }

    .portfolio-filter li.activeFilter a {
        color: #fff;
        margin: 0;
    }
        .portfolio-filter li a {
            text-align: center;
            border-left: none;
            padding: 12px 18px !important;
            border-radius: 2px !important;
        }
}

.btn-newprimary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.lente {
    position: absolute;
    color: #FF0000;
    bottom: 0px;
    /*top: inherit;*/
    right: 10px;
    font-weight: 900;
    z-index: 99;
}
.lente:before {
    content: "\f002";
    font-family: FontAwesome;
    color: #FF0000;
    font-size: 2em;
    position: absolute;
    bottom: 10px;
    right: 10px;
    /*transform: translate(-50%, -50%);*/
    z-index: 99;
    font-weight: 900;
}






/*listing*/
#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px;
}

#page-title.page-title-dark span.aggiornamento {
    font-size: 15px;
    color: #fff;
}


#page-title.page-title-dark span {
    font-size: 22px;
    color: #fff;
}
.cell {
    border-left: 6px solid #555;
    padding: 30px;
}
/*@media (min-width: 768px) and (max-width:991px) {
    #intro, #header, #fast-city, #top-bar, #titolo-pagina, #filter, #tab-dettaglio, #gallery-dettaglio {
        display: none
    }
}
@media (max-width: 991px) {
    #intro, #header, #fast-city, #top-bar, #titolo-pagina, #filter, #tab-dettaglio, #gallery-dettaglio, #video_mobile {
        display: none
    }
}*/

.fancy-title {
    position: relative;
    margin-bottom: 20px !important;
}

    .fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
        position: relative;
        display: inline-block;
        padding-right: 15px;
        margin-bottom: 0;
    }

.page-title-bread .breadcrumb {
    width: auto !important;
    left: auto !important;
    right: 15px !important;
    margin-bottom: 10px;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 14px;
}

.img_intro img {
    float: left;
    max-width: 300px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 30px;
}

.fancy-title {
    position: relative;
    margin-bottom: 30px;
}

    .fancy-title h1,
    .fancy-title h2,
    .fancy-title h3,
    .fancy-title h4,
    .fancy-title h5,
    .fancy-title h6 {
        position: relative;
        display: inline-block;
        /*background-color: #FFF;*/
        padding-right: 15px;
        margin-bottom: 0;
    }

    .fancy-title h4,
    .fancy-title h5,
    .fancy-title h6 {
        padding-right: 10px;
    }

    .fancy-title.title-double-border:before,
    .fancy-title.title-border:before,
    .fancy-title.title-border-color:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        border-top: 3px double #E5E5E5;
        left: auto;
        top: 46%;
        right: 0;
    }

    .fancy-title.title-border:before {
        top: 49%;
        border-top: 1px solid #EEE;
    }

    .fancy-title.title-border-color:before {
        top: 49%;
        border-top: 1px solid #b00818;
        opacity: 0.6;
    }
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #b9141d;
    background-color: #fff;
    border: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: none !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-newdanger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-large {
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
}

.entry-title h3.nome {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    padding: 8px 10px;
}

.nome-top {
    background: #2584c6;
    background: linear-gradient(#2584c6,#2372a9);
}

h3.nome .listing-title {
    height: 2.8em;
    overflow: hidden;
}

.entry-title h3.nome {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    padding: 8px 10px;
}

.entry-title h3.nome a, .entry-title div.provenienza a {
        color: #fff !important;
 }

.entry-title div.provenienza a {
    white-space: nowrap;
}



.entry-title div.provenienza {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
    padding: 5px 10px;
}

    .entry-title div.provenienza a {
        color: #fff !important;
    }

.portfolio-item .portfolio-image, .portfolio-item .portfolio-image a, .portfolio-item .portfolio-image img {
    display: block;
    width: 100%;
}

.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
}
.entry-title h4.base {
    margin: 0;
    font-weight: 400;
    font-size: 10px;
    height: 3.9em;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    color: #fff;
    padding: 12px;
    background: #1f1f1f;
    line-height: 1.3;
    overflow: hidden;
}

.entry-title h5.base {
    margin: 0 !important;
    font-weight: 300 !important;
    height: 40px !important;
    letter-spacing: 1px !important;
    text-align: left !important;
    position: relative !important;
    color: #7d7d7d !important;
    padding: 0 10px !important;
    background: linear-gradient(#1f1f1f,#323232) !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    line-height: 1.5 !important;
    font-family: Lato,sans-serif !important;
}

.ico-clima {
    position: absolute;
    top: 10%;
    left: 100%;
    width: 44px !important;
    height: 44px !important;
    margin: -28px 0 0 -44px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    padding-top: 2px;
    color: #FFFFFF;
    z-index: 1000;
    background: rgba(16, 152,200,0.5);
}
h5, h6 {
    font-weight: 700;
}

h6 {
    font-size: 12px;
}

h5, h6 {
    margin-bottom: 20px;
}

.Ore24 {
    text-transform: lowercase !important;
    letter-spacing: -1px;
}
.ico_play_hover {
    position: absolute;
    top: 90%;
    right: 0%;
    background: rgba(201, 2, 33, 0.5);
    width: 44px !important;
    height: 44px !important;
    margin: -28px 0 0 -44px;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    padding-left: 4px;
    color: #fff;
    z-index: 1000;
    border: 2px solid #fff;
}


    .ico_play_hover:hover, .ico_play_hover2:hover, ico_play_hover3:hover {
        background: rgba(255, 255, 255, 0.5);
        color: #c90221;
    }

.entry-title h5.base span {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
}

.nome-new {
    background: #cf0215;
    background: linear-gradient(#cf0215,#cf0215);
}

.entry-title h3.nome {
    position: relative;
    overflow: hidden;
}

.entry-title h3.nome .label-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

.entry-title h3.nome .label-top .badge-promo {
    position: absolute;
    display: block;
    width: 115px;
    left: -20px;
    top: 16px;
    padding: 2px 0;
    text-align: center;
    transform: rotate(45deg);
    transform-origin: center center;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.provenienza-new {
    background: #76030e;
    background: linear-gradient(#76030e,#a50010);
}

.nome-best {
    background: #ff8d03;
    background: linear-gradient(#ff8d03, #bf6900);
}

.provenienza-best {
    background: #894b00;
    background: linear-gradient(#894b00, #c86e00);
}

.nome-basic {
    background: #555555;
    background: linear-gradient(#5a5a5a, #444444);
}

.provenienza-basic {
    background: #7a7a7a;
    background: linear-gradient(#828282, #6a6a6a);
}

/* BASIC con foto verificate: variante oro/ambra */
.nome-basic-fv {
    background: #d99c3a;
    background: linear-gradient(#e0a847, #c9913e);
}

.provenienza-basic-fv {
    background: #c9913e;
    background: linear-gradient(#d99c3a, #b07a26);
}

/* Badge corner promo (BEST/TOP/VIP/...) */
.badge-promo {
    display: inline-block;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1;
}
.badge-promo-best {
    background: #894b00;
    background: linear-gradient(#bf6900, #894b00);
    color: #fff;
}
.badge-promo-top {
    background: #76030e;
    background: linear-gradient(#a50010, #76030e);
    color: #fff;
}
.badge-promo-vip {
    background: #1a5fa8;
    background: linear-gradient(#2170c4, #1a5fa8);
    color: #fff;
}
.badge-promo-diamond {
    background: #d49a00;
    background: linear-gradient(#ffbd0e, #946d06);
    color: #fff;
}
.badge-promo-basic {
    background: #b07a26;
    background: linear-gradient(#d99c3a, #a07020);
    color: #fff;
}
.badge-promo-basic-fv {
    background: #b07a26;
    background: linear-gradient(#d99c3a, #a07020);
    color: #fff;
}

.nome-off {
    background: #aaa;
    background: linear-gradient(#aaa,#656565);
}

.provenienza-off {
    background: #414141;
    background: linear-gradient(#414141,#6f6f6f);
}
.nome-evidence {
    background: #ffbd0e;
    background: linear-gradient(#ffbd0e,#d49a00);
}
.provenienza-evidence {
    background: #946d06;
    background: linear-gradient(#946d06,#ca8f00);
}
.nome-top {
    background: #cf0215;
    background: linear-gradient(#cf0215, #cf0215);
}

.provenienza-top {
    background: #76030e;
    background: linear-gradient(#76030e, #a50010);
}

.nome-vip {
    background: #2170c4;
    background: linear-gradient(#2170c4, #1a5fa8);
}

.provenienza-vip {
    background: #0d3a6e;
    background: linear-gradient(#0d3a6e, #1a5fa8);
}
..provenienza a {
    white-space: nowrap;
}

/*index home*/
@media (max-width: 575px) 
{.container, #header.full-header .container, .container-fullwidth {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

}
h1 {
    color: #b9141d;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 30px;
    font-family: 'Raleway',sans-serif;
    font-size: 34px;
}

.entry-title-servizi h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    background: #fff;
    padding: 10px 0;
    margin: 0 0 20px;
}

.entry-title h5.basecomments {
    margin: 0;
    font-weight: 300;
    height: 40px;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    color: #7d7d7d;
    padding: 0 10px;
    background: #1f1f1f;
    background: linear-gradient(#1f1f1f,#323232);
}

.ombra-top {
    background: url(/images/sgi/ombra.jpg) no-repeat top center #fff;
}

/* Desktop: ordine naturale (DOM) */
#home-wrapper > #home-h1        { order: 0; }
#home-wrapper > #home-intro     { order: 1; }
#home-wrapper > #home-servizi   { order: 2; }
#home-wrapper > #home-stories-wrap { order: 3; }
#home-wrapper > #home-annunci   { order: 4; }
#home-wrapper > #home-bottom-wrap  { order: 5; }

@media (max-width: 768px) {
    /* Su mobile attiviamo il flex per poter riordinare le sezioni */
    #home-wrapper {
        display: flex;
        flex-direction: column;
    }
    #home-wrapper > #home-servizi      { order: 1; }
    #home-wrapper > #home-annunci      { order: 2; }
    #home-wrapper > #home-h1           { order: 3; }
    #home-wrapper > #home-intro        { order: 4; }
    #home-wrapper > #home-stories-wrap { order: 5; }
    #home-wrapper > #home-bottom-wrap  { order: 6; }
}
/* scelta citta*/
.promo.promo-border {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding-left: 30px;
}

.promo {
    position: relative;
    padding: 30px 30px 30px 0;
}
.center {
    text-align: center !important;
}

A.nav-link {
    text-decoration: none !important;
    color: #b00818;
}


.section {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 2px solid #fff
}

.col_one_third {
    width: 30.63%;
}

.col_two_third {
    width: 65.33%;
}

.col_last {
    margin-right: 0 !important;
    clear: right;
}

.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    display: block;
    position: relative;
    margin-right: 2%;
    margin-bottom: 50px;
    float: left;
}

form .col_full, form .col_half, form .col_one_third, form .col_two_third, form .col_three_fourth, form .col_one_fourth, form .col_one_fifth, form .col_two_fifth, form .col_three_fifth, form .col_four_fifth, form .col_one_sixth, form .col_five_sixth {
    margin-bottom: 25px;
}

.accordion-button:not(.collapsed) {
    background-color: #FFFFFF00 !important;
}
.accordion-button:focus {
    border-color: #FFFFFF00 !important;
}

.accordion {
     --bs-accordion-bg:  #FFFFFF00 !important; 
     --bs-accordion-border-color:  #FFFFFF00 !important; 
     --bs-accordion-btn-bg:  #FFFFFF00 !important;
     --bs-accordion-btn-focus-border-color:  #FFFFFF00 !important; 
     --bs-accordion-btn-focus-box-shadow:  #FFFFFF00 !important;
}

#scegliCittaFastCity {
    order: 1;
}

#scegliCittaIntro {
    order: 2;
}

#scegliCittaElenco {
    order: 3;
}


@media (max-width: 768px) {
    #scegliCittaFastCity {
        order: 1;
    }

    #scegliCittaIntro {
        order: 3;
    }

    #scegliCittaElenco {
        order: 2;
    }


}

.accordion-button {
    display: block;
    font-size:24px;
}

    .accordion-button::after {
        position: absolute;
        z-index: 100;
        right: 16px;
    }


@media(max-width: 767px) {
    li.nav-item h4 {
        margin-bottom: 0 !important;
        font-size: 16px;
    }
    .postcontent, .postcontent.bothsidebar, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 10px !important;
    }
}

/*regioni*/
#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 28px;
    text-transform: uppercase;
}
.page-title-bread2 {
    position: relative;
    padding: 0px 0 !important;
    background-color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #eee !important;

}


#annuncivideointro {
    order: 1;
}

#annuncivideoescort {
    order: 2;
}

#annuncivideotrans {
    order: 3;
}


@media (max-width: 768px) {
    #annuncivideointro {
        order: 3;
    }

    #annuncivideoescort {
        order: 1;
    }

    #annuncivideotrans {
        order: 2;
    }
}

.line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #aaa;
}

/*contatti*/

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 0;
}
/*400.aspx*/
.col_full {
    width: 100%;
}
.topmargin-sm {
    margin-top: 30px !important;
}

/*404*/
.post-grid .entry-image img {
    border-radius: 0;
}

.entry-image img {
    border-radius: 3px;
}

.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.entry-image {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-top: 5px solid #b00818;
    margin-bottom: 0;
}

.post-grid .entry-title h2 {
    font-size: 17px;
    font-weight: 600;
}

.entry-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    background: #fff;
    padding: 10px 0;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.breadcrumb-item + .breadcrumb-item {
padding-left:2px !important;

}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 2px !important;
}
/* === Navbar mobile/tablet (header-mobile attiva fino a 991.98px) — globale === */
@media (max-width: 991.98px) {
  .header-mobile {
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 12px !important;
  }
  .header-mobile .logo {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: 60% !important;
    height: 45px !important;
    margin: 0 !important;
  }
  .header-mobile .logo img {
    height: 45px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    float: none !important;
  }
  .header-mobile .search {
    position: static !important;
    right: auto !important;
    flex: 0 0 50px !important;
    width: 50px !important;
    height: 65px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-left: 1px solid rgba(255,255,255,.4) !important;
    border-right: 1px solid rgba(255,255,255,.4) !important;
    margin-left: auto !important;
  }
  .header-mobile .search a,
  .header-mobile .search i {
    font-size: 1.4rem !important;
    color: #fff !important;
    line-height: 1 !important;
  }
  .header-mobile .publish {
    position: static !important;
    flex: 0 0 50px !important;
    width: 50px !important;
    height: 65px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-right: 1px solid rgba(255,255,255,.4) !important;
  }
  .header-mobile .publish a,
  .header-mobile .publish i {
    font-size: 1.4rem !important;
    color: #fff !important;
    line-height: 1 !important;
  }
  .header-mobile .hamburger {
    flex: 0 0 35px !important;
    width: 35px !important;
    height: 40px !important;
    margin-left: 12px !important;
    position: relative !important;
  }
  .header-mobile .hamburger span {
    height: 3px !important;
    width: 100% !important;
    background: #fff !important;
    border-radius: 2px !important;
    position: absolute !important;
    left: 0 !important;
  }
  .header-mobile .hamburger span:nth-child(1) { top: 10px !important; bottom: auto !important; transform: none !important; }
  .header-mobile .hamburger span:nth-child(2) { top: 50% !important; bottom: auto !important; transform: translateY(-50%) !important; }
  .header-mobile .hamburger span:nth-child(3) { top: auto !important; bottom: 10px !important; transform: none !important; }
}
