/*
 *
 * Styles for Simple Hover 
 *
*/
/* 100% image widths */
.kasrep_simple_hover_image_before, .kasrep_simple_hover_image_after {
    width: 100%;
}

/*
 *
 * Styles for Complex Hover 
 *
*/
/* Main container */
.kasrep_complex_hover_container {
    color: rgba(0,0,0,0.5);
    margin-top: 20px;
    margin-bottom: 50px;
    cursor: pointer;
}

.kasrep_complex_hover_container_shadow {
    box-shadow: 0px 10px 7px -2px rgba(0, 0, 0, 0.15);
}

/* Container link */
.kasrep_complex_hover_container a {
    text-decoration: none;
}

/* Top container */
.kasrep_complex_hover_section_top {
    margin-bottom: 20px;
}

.kasrep_complex_hover_section_top, .kasrep_complex_hover_section_top img {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kasrep_complex_hover_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kasrep_complex_hover_title_top {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    font-family: Default;
    font-weight: 500;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0 50px 2px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
}

/* Bottom container */
.kasrep_complex_hover_title_bottom {
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.kasrep_complex_hover_title_bottom_subtext {
    color: #777777;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
}