﻿body {
    padding: 30px !important;
    font-family: "Josefin Sans",sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 300;
    color: #4d4d4d;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    width: 100%;
    display: block;
    overflow-x: hidden;
}

b, strong {
    font-weight: bold;
}

.title {
    margin-top: 20px;
}

.my-carousel-text {
    background: black
}

.carousel:hover {
    color: white !important
}

.carousel {
    color: transparent !important
}

a {
    color: #4d4d4d !important;
}

.nav-item {
    height: 100%;
    margin: 0px 5px;
    text-transform: uppercase;
}

    .nav-item > a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 800;
    }

        .nav-item > a:hover {
            color: #b56953;
        }

    .nav-item.active {
        border-bottom: 1px solid #000;
    }

/* .nav-item.active > a {
            color: #FFFFFF !important;
        }*/
header {
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 30px 0;
}

h1, h2, h3 {
    font-family: Cormorant,serif;
    line-height: 1.069767441860465em;
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h2, h3 {
    color: #000;
}

.titleCamere {
    font-family: Cormorant,serif;
    line-height: 1.069767441860465em;
    font-size: 40px;
}

p {
    font-size: 18px;
}

.my-img:hover {
    opacity: 0.4 !important;
    transition: 0.2s linear;
}


.my-carousel {
    background-color: black;
    color: transparent;
}

    .my-carousel:hover {
        color: white;
        transition: 0.4s ease-in-out;
    }

.paragraph {
    font-size: 21px;
    margin-bottom: 60px;
}

.slider-img {
    object-fit: cover;
}

.carousel-inner {
    max-height: 94vh;
}

.logo {
    /*width: 300px;*/
    z-index: 100;
}

.logo-dekstop {
    display: initial;
}

.logo-mobile {
    display: none;
}


.small-section {
    padding: 0px;
    height: 100%;
}

.large-section {
    padding: 0;
    height: 100%;
    display: flex;
}


/*.my-bootstrap-image:hover
{
    opacity:0.3
}
    */
/*.carousel-caption:hover~.carousel-item {
    opacity: 0.3
}*/

.my-section {
}

.img-large-section {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden
}

    .img-large-section:hover {
        object-position: -10px;
        transition: 0.2s ease-in-out;
    }

.img-large-section {
    object-position: center;
    transition: 0.4s ease-in-out;
    width: calc(100% + 20px);
}

.text-container {
    background-color: #f7f3ea;
    height: 100%;
    padding: 0% 13% 2% 13%;
}

.my-section-row {
    width: 100%;
    margin: auto;
}


.banner-in-image {
    background-color: #f7f3ea;
    position: absolute;
    padding-left: 30px;
}

.banner-in-image {
    /*  display: flex;*/
    align-items: center;
}

    .banner-in-image:hover {
        padding-left: 75px;
        transition: 0.2s ease-in-out;
    }

.stay-update {
    z-index: 10;
    background-color: #f7f3ea;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dog-section {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}



.section-social {
    background-color: #f7f3ea;
    text-align: center;
}

.insta-feed-container {
    width: 800px;
    margin: auto;
}



.divMobile {
display:none;
}

@media (min-width:991px) {
    .section-social {
        min-height: 750px;
        max-height: 750px;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .slider-title {
        font-size: 60px;
    }

    .slider-description {
        font-size: 23px;
    }

    .stay-update {
        /*position: absolute;*/
        width: 70%;
        margin-top: 2%;
    }

    .carousel-caption {
        position: absolute;
        left: 100px;
        bottom: 100px;
        text-align: left;
        width: 650px;
    }


    .caption-camere {
        position: absolute;
        left: 50px;
        bottom: 0px;
        text-align: left;
        width: 550px;
    }

    .carousel-item {
        position: initial;
    }

    .flex-on-dekstop {
        display: flex;
        align-items: center;
    }

    h2 {
        font-size: 43px;
        margin: 25px 0;
    }

    h3 {
        font-size: 43px;
        margin: 25px 0;
    }

    .col-sx {
        padding-right: 20px !important;
    }

    .col-dx {
        padding-left: 20px !important;
    }

    .my-section-row {
        height: 70vh;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-in-image {
        /*  width: 15%;
        height:20%;*/
        padding: 50px;
        transition: 0.2s ease-in-out;
    }

    .boxSmaller {
        position: absolute;
        margin-top: -15%;
        padding: 10px 20px;
    }

        .boxSmaller h3 {
            margin: 10px 0;
        }


    .large-section {
        align-items: center;
    }

    .icon-large {
        font-size: 30px;
        color: black
    }

    .social-row {
        width: 40%;
    }

    .fidelty-section {
        /* width: 60%;*/
    }

    .absolute-dog {
        max-height: 430px;
        position: absolute;
        width: auto
    }
}



@media (max-width:991px) {

    .insta-feed-container {
        height: 4000px;
    }


    .section-social {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        max-height: 600px
    }

    .slider-title {
        font-size: 40px;
    }

    .slider-description {
        font-size: 23px;
    }

    .footer-title {
        margin-top: 30px;
    }

    .banner-in-image {
        width: 100%;
        height: 10%;
        position: relative;
    }

    .icon-large {
        font-size: 30px;
        color: black
    }

    .social-row {
        width: 90%;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 29px;
    }

    .large-section {
        align-items: end;
    }

    .banner-in-image {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .logo-dekstop {
        display: none;
    }

    .logo-mobile {
        display: initial;
    }

    .logo {
        width: 220px;
    }

    .carousel-inner {
        max-height: 60vh;
    }

    .my-section {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .carousel-item {
        height: 100%;
    }

    .slider-img {
        height: 60vh;
        width: 100%;
        object-fit: cover;
    }

    header {
        background-color: rgba(255,255,255,0);
        position: relative;
        width: 100%;
        padding: 0px;
        padding-bottom: 5px;
    }

    .text-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/*Masonry css*/
img {
    width: 100%;
}

.masonry {
    /*column-count: 4;*/
    column-count: 3;
    /*column-gap: 20px;*/
}

    .masonry .mItem {
        display: flex;
        margin-bottom: 20px;
        width: 100%;
    }

@media (max-width: 1199px) {
    .masonry {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry {
        column-count: 1;
    }
}


.button-cerca {
    width: 100%;
    display: block;
    text-align: center;
    /*    padding: 15px 0;*/
    text-transform: uppercase;
    background-color: #B6A59A;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}

    .button-cerca:hover {
        /*background-color: #b78d49;*/
        background-color: #af9975;
    }



.pulsante {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    color: #f9f9f9;
    background-color: #b56953;
    border: 1px solid #b56953;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Raleway,sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 2em;
    text-decoration: none;
}

    .pulsante:hover {
        width: 100%;
        transition: .5s cubic-bezier(.75,.01,.13,1.01);
        transform-origin: left;
        background-color: #000;
        color: #FFFFFF;
    }




.textBoxFidelity {
    width: 100%;
    height: 40px;
    padding: 0 3%;
    margin: 0 auto;
    display: block;
    color: #4d4d4d;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.18);
    margin-bottom: 12px;
}
/*ENd masonry css*/


.item-card {
    background-color: #f7f3ea;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 15px;
    display: grid;
    text-align: center;
}

.footer-container {
    padding: 20px 20px;
    justify-content: space-between;
    display: flex;
}

.footer-col {
    /*margin: auto;
    width: fit-content;*/
    padding: 15px;
}

    .footer-col.with-image {
        display: flex;
        gap: 15px;
        align-items: center;
        max-width: 385px;
    }

    .footer-col.with-image img{
        /*padding-right: 15px;*/
        max-width: 120px;
    }


.link-detail {
    display: block;
    color: #000;
    text-decoration: none;
    font-family: Raleway,sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 2em;
}

    .link-detail:hover {
        color: #b56953;
    }

.slider-title {
    color: white;
    text-shadow: 1px 1px black;
    font-weight: 100;
}

.slider-description {
    color: white;
    text-shadow: 1px 1px black;
}

.NomeCane {
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px 0px;
}

.imgCane figure {
    margin-bottom: -5px !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        padding: 0 25px;
    }

}



/* Style the navbar */
#navbar {
    /*overflow: hidden;*/
    /*background-color: #333;*/
}

    /* Navbar links */
    #navbar .nav-item > a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 10px;
        text-decoration: none;
        font-family: Cormorant,serif;
    }

.nav-bar-mobile .nav-item > a {
    color: #000 !important;
    text-shadow: none;
}

.nav-bar-mobile .nav-item.active a {
    /*  color: #FFF !important;*/
}
/* Page content */
.content {
    padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    left: 0;
}

    /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .content {
        padding-top: 60px;
    }


.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.carouselFreccia {
    width: 70px;
    height: 70px;
    color: #ffff;
    opacity: 1;
}

.motorePadding {
    margin-top: 120px;
}

@media (max-width:480px) {


    .section-social {
        max-height: 470px;
    }

    .LoginFidelity img {
        height: 50%;
    }



    .motorePadding {
        margin-top: 30px;
    }


    #DivMotoreBooking .text-container {
        padding: 0px;
    }

    .slider-title {
        font-size: 30px;
    }

    .slider-description {
        font-size: 16px;
    }

    .icon-large {
        font-size: 30px;
    }
}


.inputMeeting {
    width: 100%;
    height: 40px;
    padding: 0 3%;
    margin: 0 auto;
    display: block;
    color: #4d4d4d;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.18);
    margin-bottom: 23px;
}

.inputMeetingTextarea {
    width: 100%;
    height: 100px;
    padding: 0 3%;
    margin: 0 auto;
    display: block;
    color: #4d4d4d;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.18);
    margin-bottom: 23px;
}

.inputContatti {
    width: 100%;
    height: 40px;
    padding: 0 3%;
    margin: 0 auto;
    display: block;
    color: #4d4d4d;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.18);
}

.inputContattiTextarea {
    width: 100%;
    height: 100px;
    padding: 0 3%;
    margin: 0 auto;
    display: block;
    color: #4d4d4d;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.18);
}


.div-contattiErrore {
    color: #ff0000;
}


/*OFFERTE*/
.titolo h3 {
    font-size: 28px;
    text-transform: uppercase;
    min-height: 90px;
}

.DivOfferte .offerta .pulsante {
    text-align: center;
}


.DivOfferte .offerta .img img {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    min-width: 100%;
}

.modal-dialog {
    max-width: 600px !important;
}

.modal-title {
    text-transform: uppercase;
}

.desc {
    text-align: left;
}

.chiudi {
    background-color: #ececec;
    color: #000;
}

/*CONVENZIONI*/


.cardConvenzioni .titolo {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    height: 60px;
}

.cardConvenzioni .descrizione {
    min-height: 100px;
    height: 145px;
    text-transform: uppercase;
}




.boxContatti {
    height: 100%;
}

    .boxContatti .small-section {
        height: auto;
    }

.caneHome {
    margin: 0 auto;
    max-width: 185px
}

.imgCane {
    padding: 0 15px;
}

.NomeCane {
    font-size: 24px;
}

.dataCane {
    font-size: 18px;
}

@media (min-width: 1400px) {

    .caneHome {
        margin: 0 auto;
        max-width: 300px
    }
}



select.select-lang {
    border-radius: 0;
    border: none !important;
}

.select-lang {
    background-color: transparent;
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    text-shadow: 1px 1px 1px #000;
    border: none;
}

.opt-lang {
    background-color: transparent;
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    text-shadow: 1px 1px 1px #000;
    border: none;
}

.imgFlag {
    padding: 0 5px;
}


/*MOTORE DI BOOKING*/
.div-motore iframe {
    width: 340px;
    height: 450px;
}



@media (min-width: 360px) and (max-width: 480px) {
    .div-motore iframe {
        width: 330px;
        height: 360px;
    }

    .text-container {
        padding: 15px;
    }

    .div-contenitore-50 {
        width: 80% !important;
    }

    #navbar .nav-item > a {
        color: #000;
        text-shadow: none;
        padding: 10px 15px;
    }

    .insta-feed-container {
        height: inherit;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .div-motore iframe {
        width: 500px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .div-motore iframe {
        width: 500px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
}

@media (min-width: 1201px) and (max-width: 1920px) {
}

.navbar-toggler:visited {
    border: 0px;
}

.menu-container {
    justify-content: center !important;
    background-color: #F7F3EB;
    margin-top: -20px;
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sticky .menu-container {
    background-color: white;
    margin-top: auto;
}

.menu-container .nav-item a:hover {
    /* color: white !important;
    background-color: black;*/
    border-bottom: 1px solid #000;
}

.menu-container .nav-item.active a:hover {
    border-bottom: 0;
}


@media (max-width: 992px) {
    .menu-container {
        justify-content: space-between !important;
        /* background-color: white;*/
    }

    .navbar {
        position: fixed;
        width: 100%;
        background-color: #fff;
        color: #000;
        left: 0;
    }

    .carousel {
        margin-top: 60px;
    }


    .footer-container {
        flex-direction: column;
    }
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


/*MODAL INFORMAZIONI - INIZIO*/

#ModalInfo .modal-header {
    border-bottom: 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background: #f3ece8;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*#ModalInfo.modal {
    top: inherit !important;
    left: inherit !important;
    right: 20px;
}*/

#ModalInfo .modal-dialog {
    width: 360px;
    border: 10px solid #f3ece8;
    /*    border-radius: 20px 0px 20px 0px;*/
}

/*#ModalInfo.modal-backdrop.in {
    opacity: 0 !important;
}*/

#ModalInfo .modal-content {
    /*border-radius: 0;
    border: 0px;*/
    /*  border-radius: 20px 0px 20px 0px;*/
    box-shadow: none;
    border: 0;
}

#ModalInfo .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 13px;
    cursor: pointer;
    color: #000;
    margin: 0px;
    background: #B6A59A;
    opacity: 1;
}

#ModalInfo .modal-body {
    padding: 0px;
    background: #fff;
    /*   border-radius: 10px 0;*/
}

#ModalInfo:focus {
    outline: none;
}

/*#ModalInfo .modal-body img {
    border-radius: 9px 0px 0px 0px;
}
*/
#ModalInfo .text-center {
    text-align: center;
    height: 100%;
}

    #ModalInfo .text-center p {
        font-size: 16px;
        padding: 0 8px;
        margin-top: 15px;
        margin-bottom: 0;
        color: #333;
    }

.modalH3 {
    text-align: center;
    background: #b56953;
    padding: 10px;
    color: #fff;
    margin: 0;
    font-size: 20px;
}

@media (max-width:460px) {

    #ModalInfo .modal-dialog {
        width: auto;
    }

    #ModalInfo.modal {
        right: -4px;
    }

    .modalH3 {
        font-size: 0.9em;
    }

    #ModalInfo .text-center p {
        font-size: 16px;
    }
}


/*MODAL INFORMAZIONI - FINE*/


.mItem {
    position: relative;
    background: black;
    cursor: pointer;
    overflow: hidden;
}

    .mItem img {
        transform: scale(1);
        opacity: 0.8;
        transition: all 0.6s ease-in-out;
    }

    .mItem:hover img {
        transform: scale(1.2);
        opacity: 1;
    }

    .mItem .hover-effect::before,
    .mItem .hover-effect::after {
        position: absolute;
        content: '';
        opacity: 0;
        transition: all 0.6s;
    }

    .mItem .hover-effect::before {
        top: 20px;
        right: 10px;
        bottom: 20px;
        left: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .mItem .hover-effect::after {
        top: 10px;
        right: 20px;
        bottom: 10px;
        left: 20px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .mItem:hover .hover-effect::before,
    .mItem:hover .hover-effect::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }


    .mItem:hover .hover-effect::after,
    .mItem:hover img {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }




/*PROVA */

.wrapper-full-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.widget-gallery-carousel {
    background-color: #fff;
}

    .widget-gallery-carousel .gallery-item {
        position: relative;
        padding-top: 100%;
    }

        .widget-gallery-carousel .gallery-item a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

        .widget-gallery-carousel .gallery-item .item-text {
            display: none;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 80px 40px 40px 40px;
            font-size: 24px;
            color: #fff;
            text-align: center;
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(36,50,74,1) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(36,50,74,1) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(36,50,74,1) 100%);
        }

    .widget-gallery-carousel .widget-carousel:before,
    .widget-gallery-carousel .widget-carousel:after {
        position: absolute;
        top: 80px;
        bottom: 80px;
        z-index: 1;
        width: 33.33333333333333%;
        content: "";
        display: inline-block;
        /*   background-color: aliceblue;*/
    }

    .widget-gallery-carousel .widget-carousel:before {
        left: 0;
        background: -moz-linear-gradient(left, rgba(255,255,255,0.3)50%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 5%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0.3) 5%,rgba(255,255,255,0) 100%);
    }

    .widget-gallery-carousel .widget-carousel:after {
        right: 0;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 5%, rgba(255,255,255,0.3) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 5%,rgba(255,255,255,0.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 5%,rgba(255,255,255,0.3) 100%);
    }

    .widget-gallery-carousel .widget-carousel .owl-stage-outer {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: -80px;
        margin-bottom: -80px;
    }

    .widget-gallery-carousel .widget-carousel .owl-item.center {
        z-index: 2;
    }

        .widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a {
            top: -50px;
            bottom: -50px;
            left: -50px;
            right: -50px;
            border: 12px solid #fff;
            -webkit-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
            -moz-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
            box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
        }

        .widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item .item-text {
            display: block;
        }

    .widget-gallery-carousel .widget-carousel .owl-nav {
        margin-top: 0;
        display: block !important;
    }

        .widget-gallery-carousel .widget-carousel .owl-nav [class*='owl-'] {
            position: absolute;
            top: 50%;
            z-index: 2;
            width: 50px;
            height: 50px;
            line-height: 50px;
            margin: -25px 0 0 0;
            padding: 0;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #000;
            background-color: #fff;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

            .widget-gallery-carousel .widget-carousel .owl-nav [class*='owl-']:hover {
                color: #d77b5d;
                background-color: #fff;
            }

        .widget-gallery-carousel .widget-carousel .owl-nav .owl-prev {
            left: calc(33.33333333333333% - 42px);
        }

        .widget-gallery-carousel .widget-carousel .owl-nav .owl-next {
            right: calc(33.33333333333333% - 42px);
        }

            .widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before,
            .widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before {
                line-height: 50px;
            }

        .widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before {
            content: "\f177";
        }

        .widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before {
            content: "\f178";
        }

        .widget-gallery-carousel .widget-carousel .owl-nav .disabled {
            opacity: 1;
            cursor: pointer;
        }

@media (max-width: 768px) {
    .widget-gallery-carousel .widget-carousel:before, .widget-gallery-carousel .widget-carousel:after {
        content: none;
    }

    .widget-gallery-carousel .widget-carousel .owl-nav {
        margin-top: 0;
        display: none !important;
    }

    .img-large-section {
        width: 100%;
    }


}

@media (max-width:480px) {

    .widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a {
        border: 8px solid #fff;
    }

    .img-large-section {
        width: 100%;
    }

    .footer-col.with-image {
        display: none;
    }
    .divMobile {
        display: block ;
    }
}