.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.box .row.content {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto;
    margin: 0 !important;
}

.carousel-indicators {
    position: static !important;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control img {
    display: block;
    margin: 0px !important;
    height: 100%;
    width: 100%;
}

.carousel-indicators-top {
    width: 55% !important;
    padding-left: 4%;
    /* position: absolute; */
}

.view {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.carousel-indicators li {
	flex-grow: 1;
    height: 2px;
	border-radius: 0px;
    border: none;
    background: #ddd9d0;
}

.carousel-indicators-top li.active {
    background-color: #00365f !important;
}

#carousel_bottom li.active{
    background-color: #958356 !important;
}

.carousel-control {
    border: solid 2.5px #ddd9d0;
    border-radius: 1px !important;
    height: 50% !important;
    width: 50% !important;
    min-height: 50% !important;
    min-width: 50% !important;
    max-height: 50% !important;
    max-width: 50% !important;
    padding: 2px 2px !important;
    margin: 0 2px;
    outline: 0 !important;
}

.carousel-control:hover { 
    /* background: #00465f !important; */
    /* color: #ffffff !important; */
    cursor: pointer;
}

.box .row.footer {
    flex: 0 1 100px;
}


@media (min-width: 1px){
    .carousel-indicators li {
        height: 3px;
    }
    .carousel-control {
        height: 19px !important;
        width: 19px !important;
        min-height: 19px !important;
        min-width: 19px !important;
        max-height: 19px !important;
        max-width: 19px !important;
    }
    .box .row.footer {
        flex: 0 1 38px;
    }
    .box {
        height: 50%;
    }
}

@media (min-width: 320px){
    .carousel-indicators li {
        height: 3px;
    }
    .carousel-control {
        height: 21px !important;
        width: 21px !important;
        min-height: 21px !important;
        max-height: 21px !important;
        min-width: 21px !important;
        max-width: 21px !important;
    }
    .box .row.footer {
        flex: 0 1 42px;
    }
    .box {
        height: 50%;
    }
}
@media (min-width: 500px){
    .carousel-indicators li {
        height: 3px;
    }
    .carousel-control {
        height: 25px !important;
        width: 25px !important;
        min-height: 25px !important;
        max-height: 25px !important;
        min-width: 25px !important;
        max-width: 25px !important;
    }
    .box .row.footer {
        flex: 0 1 50px;
    }
    .box {
        height: 60%;
    }
}

@media (min-width: 768px){
    .carousel-indicators li {
        height: 4px;
    }
    .carousel-control {
        height: 33px;
        width: 33px;
        min-height: 33px !important;
        max-height: 33px !important;
        min-width: 33px !important;
        max-width: 33px !important;
    }
    .box .row.footer {
        flex: 0 1 66px;
    }
    .box {
        height: 60%;
    }
}

@media (min-width: 992px) {
    .carousel-indicators li {
        height: 4px;
    }
    .carousel-control {
        height: 40px;
        width: 40px;
        min-height: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
    }
    .box .row.footer {
        flex: 0 1 80px;
    }
    .box {
        height: 65%;
    }
}

@media (min-width: 1200px) {
    .carousel-indicators li {
        height: 4px;
    }
    .carousel-control {
        height: 40px;
        width: 40px;
        min-height: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
    }
    .box .row.footer {
        flex: 0 1 80px;
    }
    .box {
        height: 100%;
    }
}

@media (min-width: 1400px) {
    .carousel-indicators li {
        height: 4px;
    }
    .carousel-control {
        height: 40px !important;
        width: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
    }
    .box .row.footer {
        flex: 0 1 80px;
    }
}

@media (min-width: 1600px) {
    .carousel-indicators li {
        height: 4px;
    }
    .carousel-control {
        height: 40px !important;
        width: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
    }
    .box .row.footer {
        flex: 0 1 80px;
    }
}

@media (min-width: 1800px) {
    .carousel-indicators li {
        height: 4px;
    }
    .carousel-control {
        height: 40px !important;
        width: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
    }
    .box .row.footer {
        flex: 0 1 80px;
    }
}

@media (min-width: 2000px) {
    .carousel-indicators li {
        height: 4px;
    }
    .carousel-control {
        height: 40px !important;
        width: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
    }
    .box .row.footer {
        flex: 0 1 80px;
    }
}

