/* slideshow styles */
#slideshow-wrapper {
    position: relative;
}

#slideshow {
    height: 500px;
    background-color: #FFF;
}

#slideshow .gallery-stage {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}

#image-fade {
    height: 200px;
    width: 100%;
    background: url('/gfx/image-fade-grey.png') repeat-x;
    z-index: 100;
    position: absolute;
    top: 0;
}

.object-information-holder {
    position: absolute;
    right: 15px;
    bottom: 50px;
    z-index: 99;
}

.object-information {
    display: none;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
}

.object-information ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.8;
    text-align: right;
}

.object-information .no-wrap {
    white-space: nowrap;
}
/* slideshow styles end */



/* frontpage splash styles */
#frontpage-splash-container {
    margin-top: 50px;
    margin-bottom: 30px;
}

#frontpage-splash-container .splash-image {
    height: auto;
}

#frontpage-splash-container .splash-text {
    margin-bottom: 50px;
}

#frontpage-splash-container .splash-text h2 {
    text-align: center;
    margin: 20px 0 15px 0;
    color: #c7c7c7;
}
/* frontpage splash styles */

@media (min-width: 768px) and (max-width: 991px) {
    #frontpage-splash-container .splash-item-holder {
        padding: 0 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #frontpage-splash-container .splash-item-holder {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    #frontpage-splash-container .splash-item-holder {
        padding: 0 25px;
    }
}

@media (max-width: 768px) {
    .object-information-holder {
        bottom: 30px;
    }

    .object-information ul {
        max-width: 200px;
    }
}