﻿.carousel-caption {
    top: 50%;
    bottom: auto;
}
.bg-gray-transparent {
    background-color: #eeeceeda
}
.bg-footer {
    background: linear-gradient(-65deg, #6868ad, #cccccc, #46ad41);
    background-size: 400% 400%;
    -webkit-animation: bg-footer-animation 15s ease infinite;
    -moz-animation: bg-footer-animation 15s ease infinite;
    animation: bg-footer-animation 15s ease infinite;
}

@-webkit-keyframes bg-footer-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes bg-footer-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes bg-footer-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.animate {
    transition: transform 0.2s ease-in-out;
}
    .animate:hover {
        transform: translateY(-10px);
    }
    .caption-position{
        top:40%;
        bottom:auto;
    }
@media screen and (max-width: 1100px) {
    .caption-position {
        top: 25%
    }
}

@media screen and (max-width: 900px) {
    .caption-position {
        top: 15%
    }
}
@media screen and (max-width: 800px) {
    .caption-position {
        top: 25%
    }
}
@media screen and (max-width: 500px) {
    .caption-position {
        top: 17%
    }
}
@media screen and (max-width: 300px) {
    .caption-position {
        top: 1%
    }
}
.bg-dark-30{
    background-color:rgba(0, 0, 0,0.3);
}
.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: white !important;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #52b640 !important;
}
.menu-icon {
    background-image: url(/images/logos/Menu_Icon.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-color: transparent;
    opacity: 1 !important;
    height: 30px;
    width:30px;
    display: block;
}
.margin-indicators {
    margin-bottom: 20%;
    margin-top: 20%;
}
@media screen and (max-width: 900px) {
    .margin-indicators {
        margin-bottom: 20%;
        margin-top: 20%;
    }
}
.riga-elenco{
   
}
    .riga-elenco::before {
        display: inline-block;
        content: "";
        height: 1px;
        width: 2.5rem;
        margin-right: 1rem;
        background-color: #5793c9;
        transform: translateY(-0.2em);
    }
.shadow-right-bottom {
    box-shadow: 8px 8px 10px lightgray;
}
.read-more {
    color: #00a445;
    text-decoration:none;
}
    .read-more::after {
        margin-left: 3px;
        content: "";
        border: solid #5894c9;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .container-margin-left{
        margin-left:40px;
    }
@media screen and (max-width: 576px) {
    .container-margin-left {
        margin-left: 0px;
    }
}
@media screen and (max-width: 767px) {
    .container-margin-left {
        margin-left: 18px;
    }
}
@media screen and (max-width: 991px) {
    .container-margin-left {
        margin-left: 16px;
    }
}
@media screen and (max-width: 991px) {
    .container-margin-left {
        margin-left: 30px;
    }
}
.negative-padding {
    margin-left: -1rem;
    margin-right: -1rem;
}
.beatiful-marker{
    padding-left:0;
}
    .beatiful-marker li {
        padding-left:10px;
        padding-top:1rem;
    }
        .beatiful-marker li::marker {            
            content: "";
        }
        .beatiful-marker li::before {
            background-color: white;
            -webkit-mask-image: url('/images/home/circle-dot-regular.svg') !important;
            mask-image: url('/images/home/circle-dot-regular.svg') !important;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            background-repeat: no-repeat;
            color: white;
            content: "";
            width: 12px;
            height: 12px;
            padding-right: 20px;
            display: inline-block;
        }
.bg-primary-transparent {
    background-color: rgba( 201,88,148,.5);
}
.card-max-height {
   height: 150px;
    object-fit: cover;
}
.negative-margin-card{
    margin-top:-25%;
}
.border-left {
    margin-top: 10%;
    border-left: 1px solid;
    border-color:lightgray;
}
rounded-top{
    border-radius:25px 25px 0 0 ;
}
.blackandwhite {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.carousel-indicators-bottom50{
    bottom:-50px;
}
    .carousel-indicators-bottom50 button {
        bottom: -50px;
        background-color: darkgray !important;
       
    }

.background-transition {
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}
.image-height-top {
    height: 50vh;
    object-fit: cover;
}
@media screen and (max-width: 500px) {
    .image-height-top {
        height: 20vh;
        object-fit: cover;
    }
}
@media screen and (max-width: 800px) {
    .image-height-top {
        height: 35vh;
        object-fit: cover;
    }
}
.bg-transparent-menù {
    background-color: rgba(33, 37, 41,0)
}
@media screen and (max-width: 991px) {
    .bg-transparent-menù {
        background-color: rgba(33, 37, 41,1)
    }
}
.bg-transparent-menù-light {
    background-color: rgba(255, 255, 255,0)
}

@media screen and (max-width: 991px) {
    .bg-transparent-menù-light {
        background-color: rgba(255, 255, 255,1)
    }
}
.font-size-media{
}
.font-size-media a {
}
@media screen and (max-width: 500px) {
    .font-size-media {
        font-size:1em !important;
    }
    .font-size-media a{
        font-size: 0.5em !important;
    }
}
@media screen and (max-width: 800px) {
    .font-size-media {
        font-size: 1.2em !important;
    }
        .font-size-media a {
            font-size: 0.7em !important;
        }
       
}

#mapId {
    height: 400px;
}