body.swal2-shown{
     -webkit-transition:none; 
    -moz-transition:none;
    -o-transition:none;
    -ms-transition:none;
     transition:none; 
     padding-right: 0 !important;
}
.swal2-modal .swal2-title {
    line-height: 1 !important;
    margin-bottom: 15px !important;
}

/*.carousel-indicators {
    z-index: 8;
}
.carousel-caption {
    text-shadow:none;
}*/


.row-xs-12 { height: 100%; }
.row-xs-11 { height: 91.66666666666666%; }
.row-xs-10 { height: 83.33333333333334%; }
.row-xs-9 { height: 75%; }
.row-xs-8 { height: 66.66666666666666%; }
.row-xs-7 { height: 58.333333333333336%; }
.row-xs-6 { height: 50%; }
.row-xs-5 { height: 41.66666666666667%;}
.row-xs-4 { height: 33.33333333333333%;}
.row-xs-3 { height: 25%; }
.row-xs-2 { height: 16.666666666666664%; }
.row-xs-1 { height: 8.333333333333332%; }


.carousel-control-prev,
.carousel-control-next{
    opacity: 1 !important;
}
.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0, 0.8)' 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");
    background-position: 8px center;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    background-size: 50% 50%;
    text-align: center;

}

.carousel-control-next-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0, 0.8)' 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");
    background-position: 13px center;
}