div.row-1 div.col-1 {
    height: 300px;
}

div.row-1 div.col-2 div.row-2 [class*=col] {
    background: #262e30;
    padding: 15px 15px 5px 15px;
    color: #c3c3c3;
    font-family: DINNextLTPro-Regular, sans-serif;
    text-align: left;
    display: table;
    font-size: 15px;
    letter-spacing: 0;
}

div.row-1 div.col-2 div.row-2 [class*=col] > div {
    display: table-cell;
    vertical-align: middle;
}

div.row-1 div.col-2 div.row-3 [class*=col] {
    padding: 15px;
    background: #34495e;
    font-family: DINNextLTPro-Regular, sans-serif;
    text-align: center;
    color: #fff;
    display: table;
    text-transform: uppercase;
}

div.row-1 div.col-2 div.row-3 [class*=col] > div {
    display: table-cell;
    vertical-align: middle;
}

div.row-1 div.col-2 div.row-3 [class*=col] > div > * {
    max-width: 230px;
    margin: auto;
}

div.row-1 div.col-2 div.row-3 [class*=col] > div > h5 {
    font-size: 18px;
    line-height: 1.4;
}

div.row-1 div.col-2 div.row-3 [class*=col] > div > p {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.7;
}

div.row-1 div.col-2 div.row-3 [class*=col] > div > p > a {
    color: #fff;
    text-decoration: underline;
}

#carousel {
    height: 100%
}

#carousel > div.container-fluid {
    position: absolute;
    width: 100%;
    z-index: 15;
}

a.carousel-control {
    opacity: 1;
    background: none;
}

a.carousel-control > span {
    height: 32px;
    width: 15px;
    display: block;
    position: absolute;
    top: 50%;
}

a.carousel-control > span.left {
    background: url('/img/arrow_04.png') no-repeat;
    left: 15px;

}

a.carousel-control > span.right {
    background: url('/img/arrow_05.png') no-repeat;
    right: 15px;
}

div.carousel-inner > div.item {
    height: 300px;
}

div.carousel-inner > div.item > div {
    height: 22%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    display: table;
    font-family: DINNextLTPro-Regular, sans-serif;
    
}

div.carousel-inner > div.item > div > div {
    vertical-align: middle;
    display: table-cell;
    opacity: 0;
}
div.carousel-inner > div.item:nth-child(1) {
    background: url('/img/modularfurnace9.JPG') no-repeat center center;
    background-size: cover;
}

div.carousel-inner > div.item:nth-child(2) {
    background: url('/img/modularfurnace1.jpg') no-repeat center center;
    background-size: cover;
}

div.carousel-inner > div.item:nth-child(3) {
    background: url('/img/modularfurnace7.JPG') no-repeat center center;
    background-size: cover;
}

div.carousel-inner > div.item:nth-child(4) {
    background: url('/img/modularfurnace2.JPG') no-repeat center center;
    background-size: cover;
}

div.carousel-inner > div.item:nth-child(5) {
    background: url('/img/modularfurnace40.jpg') no-repeat center center;
    background-size: cover;
}

ol.carousel-indicators > li {
    background: #fff;
    margin: 1px 5px;
}

ol.carousel-indicators > li.active {
    height: 10px;
    width: 10px;
    margin: 1px 5px;
    background: #ea381b;
    border: #ea381b;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    div.row-1 div.col-1 {
        height: 420px;
    }

    div.carousel-inner > div.item {
        height: 420px;
    }

    div.carousel-inner > div.item > div {
        font-size: 15px;
        letter-spacing: 3px;
        padding-top: 10%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    div.row-1 div.col-1 {
        height: 720px;
    }

    div.carousel-inner > div.item {
        height: 720px;
    }

    div.row-1 div.col-2 div.row-2 [class*=col] {
        padding: 10px 10px 0px 10px;
    }

    div.row-1 div.col-2 div.row-3 [class*=col] {
        height: 240px;
    }

    div.row-1 div.col-2 div.row-2 [class*=col] {
        height: 400px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    div.row-1 div.col-2 div.row-2 [class*=col] {
        padding: 15px 28px 5px 28px;
    }
    
    div.carousel-inner > div.item > div {
        padding-top: 8%;
    }
}

@media (min-width: 1536px) {
    div.carousel-inner > div.item > div {
        padding-top: 5%;
    }
}