﻿:root {
    --primary: #ff3131;
    --secondary: #281713;
    --tertiary: #2F4858;
    --background: "";
}

@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100;200;300;400;500;600;700;800&display=swap');

html, p, span, a, b, strong, li, h5, h4, h3, h2, h1, td, th, input, button {
    font-family: 'Anek Latin', sans-serif !important;
}

.ptb3 {
    padding: 3rem 0;
}

.brand-panel .brand {
    overflow: hidden;
    max-width: 175px;
}

ul.pratiche-catastali > li {
    margin-left: 15px;
}

ul.simple-post-list li.active, ul.simple-post-list li:hover {
    background: darkred;
    border-bottom: none;
}

    ul.simple-post-list li.active a, ul.simple-post-list li:hover a {
        color: white !important
    }

.page-header h1 strong {
    text-transform: uppercase
}

#ContentBody_gallery_html .owl-nav {
    display: none
}


.post-infos p a {
    color: var(--primary) !important
}

#ContentBody_gallery_html .owl-item {
    overflow: hidden !important;
}

.thead-dark {
    background: black;
    color: white;
}

.table th {
    vertical-align: top !important;
}

.left {
    float: left;
    margin-right: 15px;
}

.right {
    float: right;
    margin-left: 15px;
}

.table th, .table td {
    font-size: 10pt;
}

.brand img {
    object-fit: contain !important;
}

.brand-panel h2, .brand-panel img {
    margin: 0 auto;
    height: 100%;
}

.navbar-desctop.affix .brand {
    left: 5%;
    max-width: 125px;
}

@media(max-width:768px) {

    .slide-subtitle.tp-caption {
        font-size: 20px !important;
    }

    .slide-title.tp-caption {
        font-size: 18px !important;
    }

    .tp-parallax-wrap {
        left: 0 !important;
    }

    section.page-header h1 {
        font-size: 20px;
    }
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.masonry-item {
    margin: 15px 0
}

@media(min-width:992px) and (max-width:1200px) {
    .brand-panel {
        left: 1% !important;
        top: 1% !important;
        width: 100px !important;
    }

    .navbar-desctop.affix .brand {
        left: 1%;
        max-width: 100px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .navbar-desctop-menu > li {
        margin-left: 0 !important
    }
}

@media(min-width:1201px) and (max-width:1450px) {
    .navbar-desctop-menu > li {
        margin-left: 10px !important
    }
}

@media(min-width:1451px) and (max-width:1800px) {
    .navbar-desctop-menu > li {
        margin-left: 20px !important
    }
}

@media(min-width:992px) and (max-width:1800px) {

    .navbar-desctop-menu > li a {
        font-size: 10px
    }
}

.brand img {
    max-width: 100%
}

@media(max-width:1875px) {
    .logo-aside {
        position: absolute !important;
        width: 110px !important;
        top: -750px !important;
        left: 25px !important;
    }
}

.btn.btn-primary:focus {
    background: var(--secondary);
}

.testo-immagine p {
    color: black;
    text-align: justify;
    font-size: 19px;
}
@media(max-width:992px){
    .testo-immagine p{
        font-size:15px
    }
}

.testo-immagine {
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(1px);
}

@media(min-width:1900px) {
    .brand-panel {
        left: 125px !important
    }
}

@media(min-width:992px) {
    .immagine-testo img {
        width: 475px;
    }



    .immagine-problema {
        position: absolute;
        right: 25%;
        z-index: -1;
    }
}

@media(max-width:991px) {
    .immagine-testo img {
        max-width: 100%;
        width: 100%;
    }
}


@media(min-width:1200px) {
    .project-details-info.conosci {
        width: 58%;
    }
}

.thumb-info-background {
    object-fit: cover;
}

.brand-panel {
    position: absolute;
    left: 15px;
    z-index: 4;
    width: 200px;
    height: 200px;
    padding: 0 !important;
    background-color: #f6f5f3;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media(min-width:901px) {

    .vertical-panel-title {
        display: block !important;
    }

    .vertical-panel {
        z-index: 999 !important
    }
}

.justify-content-end {
    justify-content: end !important;
}

.row-custom {
    display: flex;
    flex-wrap: wrap;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.effect-2 a:before, .effect-2 a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: var(--primary);
    transition: ease-in-out .8s;
}

.mostra-bio * {
    cursor: pointer;
}

.navbar-desctop-menu > li > a {
    margin: 0 !important;
    padding: 10px;
}

.project-details-title:before {
    display: none;
}

.project-details-info {
    background: rgba(0,0,0,.7) !important;
    border-radius: 15px;
}

.project-details-img {
    overflow: hidden !important;
    padding: 0 !important;
}

.project-details-item {
    margin-bottom: 150px !important;
}

    .project-details-item:nth-child(even) .project-details-info {
        top: 9px !important
    }

.project-details-img {
    height: 450px;
}

    .project-details-img img {
        transition: all ease-in-out .5s;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.slide-subtitle {
    font-size: 25px !important;
    line-height: normal !important;
}

.tp-caption a {
    font-size: 13px !important;
    padding: 10px !important;
}

.project-details-item:hover .project-details-img img {
    transform: scale(1.3);
}

.effect-2 a:before {
    border-width: 2px 0 2px 0;
    transform: scaleX(0);
}

@media(max-width:767px) {
    .owl-carousel.chi-siamo img {
        width: 100% !important;
        height: 200px !important;
    }

    .owl-carousel.chi-siamo .owl-stage-outer {
        left: 0 !important;
    }
}

.owl-carousel.chi-siamo img {
    width: 70% !important;
    height: 500px;
}

.project-details-info {
    z-index: 2;
}

.owl-carousel.chi-siamo .owl-stage-outer {
    left: 35%;
}

.main {
    min-height: 0px;
}

.effect-2 a:after {
    border-width: 0 2px 0 2px;
    transform: scaleY(0);
}

.effect-2 a:hover:before, .effect-2 a:hover:after, .effect-2 a.active:before, .effect-2 a.active:after {
    transform: scale(1, 1);
}


.effect-2 a {
    transition: all ease-in .5s
}

    .navbar-desctop-menu li a:hover, .navbar-desctop-menu .active > a, .effect-2 a.active {
        color: White !important;
    }

.navbar-desctop.affix {
    padding: 1.3em 0;
}

.affix .effect-2 a:not(.active), .affix .effect-2 a {
    color: var(--secondary) !important
}

.effect-2 a.active {
    background: var(--primary);
    color: white !important
}

.logo-aside {
    position: absolute;
    width: 75px;
    top: -800px;
    left: 45px
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before {
    display: none !important
}

.thumb-info-icons .thumb-info-icon {
    display: inline-block;
    padding: 5px 11px;
    border-radius: 20px;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title {
    background: none;
    position: absolute;
    bottom: 5.5%;
    left: 5%;
    padding: 0;
    font-size: 2em;
    line-height: 1;
    text-shadow: none;
    color: white
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

ul.d-flex.flex-wrap li {
    margin-right: 5px;
}

html body .tabs-dark .nav-tabs li.active .nav-link, html.dark body .tabs-dark .nav-tabs li.active .nav-link, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link, html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link, html body .tabs-dark .nav-tabs li.active .nav-link:hover, html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover, html body .tabs-dark .nav-tabs li.active .nav-link:focus, html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus, html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top: 3px solid #212529;
    color: #212529;
}



.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper {
    height: calc(100vh - 150px) !important;
    display: block
}

    .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title {
        font-size: 25px;
    }

.lista-contatti {
    list-style: none;
}

    .lista-contatti i {
        color: var(--primary);
        background-color: transparent !important
    }

.img-fluid {
    max-width: 100%;
}

.brand-panel {
    overflow: hidden;
    background: none;
}

.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title {
    position: absolute;
    color: white;
    z-index: 5;
}

.thumb-info:hover .thumb-info-wrapper:after {
    content: '';
    position: absolute;
    margin: 9px;
}

.font-weight-normal {
    font-size: 28px;
    letter-spacing: 5px
}

.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-background {
    position: relative !important;
}

.portfolio-grid-item {
    margin: 0.5vw;
    overflow: hidden;
    padding: 0 !important
}

.p-0 {
    padding: 0 !important;
}

.post-content h2 {
    letter-spacing: normal;
    font-size: 15pt;
}

.btn {
    background-color: var(--primary);
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title {
    font-size: 25px !important
}

.thumb-info-icon.pictures.bg-color-primary {
    color: white !important;
    background: var(--primary) !important
}

.btn:hover {
    background-color: var(--tertiary) !important;
}

html .btn-dark {
    background: var(--secondary);
    border-color: var(--secondary) var(--tertiary) #0a0c0d;
    border-radius: 0px
}

.text-1 {
    font-size: .8em !important;
}

.p-2 {
    padding: .5rem !important;
}

.sidebar .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.sidebar .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.brand {
    display: block
}

ul.simple-post-list li {
    border-bottom: 1px dotted #E2E2E2;
    padding: 15px 0 15px 10px;
}

ul.simple-post-list a {
    color: darkred !important;
    text-decoration: none
}

.page-header .breadcrumb > li {
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    text-shadow: none;
}

.breadcrumb {
    background: none !important
}

.page-header .breadcrumb.breadcrumb-light a {
    color: #FFF !important;
}

.breadcrumb > .active {
    color: #fff !important
}

.page-header .breadcrumb.breadcrumb-light .active {
    opacity: 0.7;
}

.page-header h1, .page-header .h1 {
    margin-top: 100px;
    font-weight: 400;
    font-size: 3em;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: capitalize;
    color: white;
}

.main {
    margin-top: 75px;
}

.login-header-big {
    letter-spacing: normal;
    line-height: 1.3;
    font-size: 2em;
    text-transform: none;
}

.page-header {
    margin: 0;
}

ul.simple-post-list a:hover {
    color: var(--primary) !important;
}

ul.simple-post-list .post-image {
    float: left;
    margin-right: 12px;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: var(--primary) !important;
}

/*FINE NUOVO CSS*/

.parallax-custom {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}


/*news homepage start*/
.snip1518 {
    font-family: 'Lato', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 250px;
    max-width: 310px;
    width: 100%;
    background-color: #ffffff;
    color: #2B2B2B;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1518 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip1518 img {
        width: 100%;
        height: 210px;
        vertical-align: top;
        position: relative;
    }

    .snip1518 figcaption {
        padding: 10%;
        padding-bottom: calc(25%);
        background-color: #ffffff;
    }

    .snip1518 h3 {
        font-family: 'Oswald';
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        margin: 3px 0;
    }

    .snip1518 h5 {
        font-weight: 400;
        margin: 0;
        text-transform: uppercase;
        color: #888;
        letter-spacing: 1px;
    }

    .snip1518 footer {
        border-top: 1px solid rgba(0, 0, 0, 0.065);
        padding: 0 20px;
        font-size: 13px;
        line-height: 50px;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .snip1518 footer .icons {
            position: absolute;
            right: 20px;
            top: 0;
        }

            .snip1518 footer .icons > div {
                display: inline-block;
                margin-left: 8px;
            }

            .snip1518 footer .icons i {
                display: inline-block;
                margin-right: 5px;
                font-size: 1em;
            }

    .snip1518 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }
/*news homepage end*/

.post-image > a > img {
    width: 100%;
    height: 250px;
}

img {
    object-fit: cover;
}
.project-details-descr{
    text-align: justify;
}

/*gallery*/
.portfolio-item{
    padding: 0 !important;
    margin:15px !important;
    position: relative;
    overflow: hidden;
}
.portfolio-item .thumb-info img.background-image{
    height: 500px !important;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out .4s;
}
.portfolio-item .thumb-info-wrapper:after {
    content: '';
    position: absolute;
    margin: 0 !important;
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.55);
}
.thumb-info-title.text-capitalize.alternative-font.font-weight-light {
    max-width: 67% !important;
    z-index: 1;
    position: absolute;
    bottom:40px;
    left: 25px;
    color:white;
    background: none;
    font-size: 25px;
    line-height: 1;
}
.thumb-info-icons.position-style-1.text-color-light{
    position: absolute;
    bottom: 40px;
    right: 25px;
    z-index: 1;
}
.portfolio-item:hover .thumb-info img.background-image{
    transform: scale(1.5);
}
@media(min-width:992px){
    .portfolio-item{
        width: 30% !important;
    }
}
@media(min-width:768px) and (max-width:991px)
{
    .portfolio-item{
        width: 45% !important;
    }
}