/******************************************************************************
* ldsreStyles.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/
.ldsreITC {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
}
.ldsreITC * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.ldsreITCImage {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ldsreITCImage .ldsreITCScale {
    transition: all .5s ease-out;
}
.ldsreITCTitle {
    box-sizing: border-box;
    text-align: center;
    transition: all .45s ease-out;
    transition-delay: .10s;
    z-index: 5;
}
.text-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.ldsreITCText {
    position: relative;
    text-align: center;
    opacity: 0;
    transition: all .25s ease-out;
    transition-delay: .15s;
    margin: auto;
    top: 100%;
    width: 91%;
    z-index: 5;
}

.ldsreITCScale {
    background-size: cover;
    background-position: center center;
}

.ldsreITCImage .ldsreITCScale:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
}

.ldsreITCImage .ldsreITCScale .ldsreITCTitle {
    bottom: 0;
    padding: 0;
    position: absolute;
    left: 10%;
    width: 80%;
}

.ldsreITCImage .ldsreITCScale:hover .ldsreITCTitle {
    left: 10%;
    width: 80%;
}

.ldsreITCImage .ldsreITCScale:hover .ldsreITCText {
    opacity: 1;
    top: 80px;
    transition-delay: .5s;
}
.ldsreITCImage .ldsreITCScale:hover .ldsreITCOverlay {
    opacity: .85 !important;
    z-index: 3;
}

.ldsreITCOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #000000;
    opacity: .8;
    transition: all .5s ease-in-out;
    z-index: 3000;
}
