﻿  /*  carousel */

 .bottomBox {
            /* 50% black box shadow */
            position: absolute;
            z-index: 8;
            bottom: 0;
            height: 8%;
            width: 100%;
            background-color: rgba(18, 16, 16, 0.25);
        }


        .inset-border {
            outline: 5px solid rgba(0,0,0,.5);
            outline-offset: -5px;
        }

        .carousel-control {
            background: none !important;
            filter: none !important;
        }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            width: 100%;
            margin: 0;
            padding: 0;
            position: relative;
            max-height: 460px;
        }

        .carousel-control {
            width: 50%;
            /*border: 2px solid red;*/
        }

            .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
                right: 90%;
                top: 95%;
            }

            .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
                left: 90%;
                top: 95%;
               
            }

        .carousel-indicators {
            top: 94.5%;
        }

        .carousel-inner > .item > .btn-min-block {
            min-width: 200px;
            line-height: 38px;
        }
        /* end  carousel */