#top-row {
    height: 116px;
    background-image: url("../../resources/background/top_row_bg.jpg");
    background-position: center;

    display: flex;
    justify-content: center;

}

#separator {
    height: 8px;
    background-color: white;
}

#content {
    background-image: url("../../resources/background/content_bg.jpg");
    background-repeat: repeat-x;
    background-color: white;
}

.bannerImage {
    background: url("../background/banner_shadown_big.png") center bottom no-repeat;
    padding: 0 5px 5px 5px;
}

.bannerImage img {
    margin-bottom: 2px;
    margin-left: 2px;
}

#banner {
    display: flex;
    justify-content: center;
    position: relative;
    top: -95px;
}

.bannerItem {
}

.bannerItem h2 {
    font-family: 'MelbourneRegular', Arial, sans-serif;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    margin-top: 10px;
}

.bannerItem em {
    font-family: 'JournalRegular', 'Times New Roman', 'Times', serif;
    font-size: 33px;
    font-style: normal;
}

#footer {
    height: 170px;
    background-color: #dfdfdf;
}

#mainContent {
    margin-left: 17px;
    margin-right: 17px;
    padding-bottom: 20px;
    color: #595959;
    position: relative;
    top: -60px;
}

#mainContent p {
    font-family: Arial, Helvetica, sans-serif;
    color: #595959;
    line-height: 1.4em;
    font-size: 13px;
    max-width: 670px;
}

#mainContent h2 {
    background: url('../site/arrow.png') 0 3px no-repeat;
    color: #a6a6a6;
    font-family: 'MelbourneRegular', Arial, sans-serif;
    padding-left: 20px;
    font-size: 23px;
}

#mainContent li {
    margin-bottom: 10px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

#mainContent ul {
    max-width: 670px;
}

#fw3Carousel {
    margin-bottom: 20px;
    /*height: 379px;*/
    /*position: relative;*/
    /*top: 10px;*/
}

#fw3Carousel h5 {
    text-align: left;
    font-family: 'MelbourneRegular', Arial, sans-serif;

}

#fw3Carousel img {
    margin: auto;
    max-width: 956px;
    max-height: 637px;
}

#fw3Carousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    left: unset;
    right: unset;
    bottom: 0;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 50px;
}

@media (max-width: 600px) {
    #top-row {
        height: 50px;
    }

    #banner {
        top: -50px;
    }

    #mainContent {
        margin-top: 20px;
    }

    #fw3Carousel img {
        max-height: 200px;
    }

    #fw3Carousel {
        height: 220px;
    }
}
