<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*, *:focus, *:active, *:focus:active, *:before, *:before:focus, *:before:active, *:before:focus:active, *:after, *:after:focus, *:after:active, *:after:focus:active {
    outline: none;
}

.carousel-inner ul {
    padding: 0;
}

.carousel-inner li {
    list-style: none;
    padding: 0;
}

.carousel {
    margin: 0 30px;

    /*width: calc(100% - ($button-spacing * 2));*/
}

.carousel[data-shift="1"] .carousel-inner &gt; .item {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.carousel .carousel-inner &gt; .item.row {
    margin: 0;
}
.carousel .carousel-control {
    overflow: hidden;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 60px;
}

.carousel .carousel-control.left {
    left: -80px;
    background: url("../icons/left.png") no-repeat center;
}

.carousel .carousel-control.right {
    right: -80px;
    background: url("../icons/right.png") no-repeat center;
}

.img-responsive{
    margin: auto;
    width: 195px;
}


</pre></body></html>