/* IMAGE SLIDERS NORTH CENTER SOUTH HOME PAGE */
.image-slider-mask {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    z-index: 2;
}

ul.image-slides, ul.image-slides > li {
    position: absolute;
}

.two-cols-loc-stru {
    display: inline-block;
    width: 47%;
    padding: 1.5%;
    vertical-align: text-top;
}
.two-cols-loc-stru h5, .two-cols-loc-stru p {
    padding-left: 7px;
    padding-right: 7px;
}
.grey-box, .white-box {
    display: block;
    width: 97%;
    margin-top: -3px;
    margin-bottom: 20px;
    padding: 1.5%;
    min-height: 182px;
	overflow: hidden;
}
.grey-box {
    background-color: rgba(247,247,247,1);
 }
.white-box {
    background-color: rgba(255,255,255,1);
}

/* SLIDER NORD CENTRO SUD VIEW PORT */
@media only screen and (max-width: 900px) {
    .image-slider-mask {
        height: 650px;
    }
}
@media only screen and (max-width: 700px) {
    .image-slider-mask {
        height: 550px;
    }
}
@media only screen and (max-width: 600px) {
    .image-slider-mask {
        height: 500px;
    }
}
@media only screen and (max-width: 500px) {
    .image-slider-mask {
        height: 450px;
    }
}
@media only screen and (max-width: 400px) {
    .image-slider-mask {
        height: 400px;
    }
}
