/*
My map css customization
*/

.navbar {
    background: #3BAEC7;
}

#map {
    width: 100%;
    height: 700px;
}

.mycluster {
    width: 96px;
    height: 54px;
    background-color: azure;
    background-size: 96px 54px;
    text-align: center;
    font-size: 14px;
}

.customshadow {
    background-size: 96px 54px;
    -moz-box-shadow: 3px 3px 4px 3px rgba(12, 12, 12, 0.3);
    -webkit-box-shadow: 3px 3px 4px 3px rgba(12, 12, 12, 0.3);
    box-shadow: 3px 3px 4px 3px rgba(12, 12, 12, 0.3);
}

.nrofotos {
    background-color: rgba(245, 245, 245, 0.8);
    padding: 4px;
    -moz-box-shadow: 3px 3px 4px 2px rgba(12, 12, 12, 0.5);
    -webkit-box-shadow: 3px 3px 4px 2px rgba(12, 12, 12, 0.5);
    box-shadow: 3px 3px 4px 2px rgba(12, 12, 12, 0.5);
    position: absolute;
    height: 26px;
    width: 50px;
    top: -1px;
    left: 24px;
}

.modal {
    height: 100% !important;
    width: 100vw !important;
    padding: 0 !important;
}

.modal-dialog, .modal-content, .modal-body {
    height: 100%;
    max-height: 100%;
    max-width: 100vw;
}

.modal-dialog-centered {
    min-height: 100%;
}

.modal-content {
    background-color: #333 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.modal-dialog {
    max-height: 100vh !important;
    margin: auto !important;
}

.modal-body {
    position: relative !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    padding: 1rem !important;
    border: 0 !important;
}

#carouselFotos,
.carousel-inner {
    height: 100% !important;
    width: 100vw !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: auto !important;
}

.carousel-inner {
    display: flex;
    align-items: center;
}

#carouselFotos, .carousel-inner {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.carousel-item > img {
    margin-right: auto !important;
    margin-left: auto !important;
    height: auto !important;
    max-height: 100% !important;
    vertical-align: middle !important;
}

.carousel-caption {
    background-color: rgba(51, 51, 51, 0.5) !important;
    padding: 12px !important;
    text-align: left !important;
    bottom: 0 !important;
    left: unset !important;
    right: unset !important;
}

.carousel-caption > p {
    margin-bottom: 0;
}

.h-100 {
    height: 100%!important;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .h-100 {
        height: auto !important;
    }
}

.item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-caption h5{
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.carousel-caption p i{
    padding-right: 5px;
}

/* boostrap 4 overrides*/

.w-100 {
    width: 100%!important;
}

.d-block {
    display: block!important;
}
img {
    vertical-align: middle;
    border-style: none;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog {
    width: auto !important;
}

.modal-dialog,
.modal-content,
.modal-body {
    height: 100%;
    width: 100vw;
    max-height: 100%;
    max-width: 100vw;
    margin: auto;
}

.carousel-caption {
    /*
    position: absolute !important;
    right: 15% !important;
    bottom: 20px !important;
    left: 15% !important;
    z-index: 10 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #fff !important;
    text-align: center !important;
    top: 70%;
    */
}
.carousel-caption p{
    color: #fff !important;
    text-align: center !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

