﻿.divRelatedArticle h2 {
    text-align: center !important;
    /*
    margin-left: 20% !important;
         */
}

.articleRelated-panel {
    margin-left: 10px;
    text-align: center;
    min-height: 300px;
    height: 300px;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}


.glyphicon {
    color: #424141;
}

.carousel-control {
    width: 5% !important;
}

.carousel-inner {
    margin-left: 10%;
}

.articleRelated-text p {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    font-size: 1.4em !important;
}

.articleRelated-image-holder img {
    /*
    height: 200px;
    width: 300px;
    */
}

@media only screen and (max-width: 420px) {
    .carousel-inner {
        margin-left: 1%;
    }
}

@media (max-width: 767px) {
    .carousel .item {
        display: block;
        margin-top: 12px;
    }

    .carousel-control,
    .carousel-indicators {
        display: none;
    }

    .articleRelated-panel {
        height: auto;
    }

    .carousel-inner {
        margin-left: auto !important;
    }
    /* Place captions under their images */
    .carousel-caption {
        color: black;
        position: static;
        text-align: left;
        text-shadow: none;
    }

        /* Decorations */
        .carousel-caption h3 {
            font-weight: bold;
            margin-top: 4px;
            margin-bottom: 8px;
        }
}

/* Make the images wide and responsive. */
.carousel-inner img {
    height: auto;
    width: 100%;
}

/* Decorations */
.carousel {
    margin-bottom: 20px;
    margin-top: 20px;
}
