﻿

.firstRow {
    height: 100%;
}

.firstRow_left {
    float: left;
    height: 100%;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.firstRow_right {
    float: left;
    height: 100%;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.firstRow img {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 612px;
    cursor: pointer;
    object-fit: cover;
}

.secRow img {
    max-width: 100%;
    max-height: 100%;
}

.secRow {
    height: 100%;
}

.secRow_one {
    float: left;
    height: 100%;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.secRow_two {
    float: left;
    height: 100%;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.secRow_three {
    float: left;
    height: 100%;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Common style */
.grid figure {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: -0.135em;
}

    .grid figure figcaption {
        color: #fff;
        font-size: 2.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

    .grid figure figcaption,
    .grid figure a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* Anchor will cover the whole item by default */
    /* For some effects it will show as a button */
    .grid figure a {
        z-index: 998;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0;
    }

figure.effect-BrandSadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-BrandSadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    opacity: 1;
    font-family: OpenSans;
    font-style: normal;
    font-stretch: normal;
    -webkit-transition: -webkit-transform 2s, opacity 2s;
    transition: transform 2s, opacity 2s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-BrandSadie figcaption::before,
figure.effect-BrandSadie p {
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
}

figure.effect-BrandSadie p {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 1;
    font-family: Times;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    text-align: center;
    color: #000000;
    bottom: 0%;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-BrandSadie:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-BrandSadie:hover figcaption::before,
figure.effect-BrandSadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-BrandSadie div {
    display: none;
}

figure.effect-BrandSadie:hover .effectImgback {
    display: block;
    -webkit-filter: blur(2px); /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(5px);
}

figure.effect-BrandSadie:hover div {
    position: inherit;
    width: 100%;
    height: 100%;
    display: block;
    background: white;
    opacity: 0.4;
}

@media (max-width: 575px) {
    figure.effect-BrandSadie h2 {
        font-size: 70px;
        top: calc( 50% - 70px);
        text-align: center;
    }

    figure.effect-BrandSadie p {
        font-size: 26px;
    }
    #center {
        margin-top: 95px;
    }

    #ContentData {
        margin-top: 95px;
    }
    .firstRow_left {
        width: 100%;
        margin-top: 5px;
    }

    .firstRow_right {
        width: 100%;
        margin-top: 5px;
    }
    .secRow_one {
        width: 100%;
        margin-top: 5px;
    }

    .secRow_two {
        width: 100%;
        margin-top: 5px;
    }

    .secRow_three {
        width: 100%;
        margin-top: 5px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    figure.effect-BrandSadie h2 {
        font-size: 80px;
        top: calc( 50% - 80px);
        text-align: center;
    }

    figure.effect-BrandSadie p {
        font-size: 30px;
    }
    #center {
        margin-top: 95px;
    }

    #ContentData {
        margin-top: 95px;
    }
    .firstRow_left {
        width: 100%;
        margin-top: 5px;
    }

    .firstRow_right {
        width: 100%;
        margin-top: 5px;
    }
    .secRow_one {
        width: 100%;
        margin-top: 5px;
    }

    .secRow_two {
        width: 100%;
        margin-top: 5px;
    }

    .secRow_three {
        width: 100%;
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    figure.effect-BrandSadie h2 {
        font-size: 90px;
        top: calc( 50% - 90px);
        text-align:center;
    }
    figure.effect-BrandSadie p {
        font-size: 36px;
    }
    #center {
        margin-top: 95px;
    }


    #ContentData {
        margin-top: 95px;
    }
    .firstRow_left {
        width: 100%;
        margin-top:5px;
    }

    .firstRow_right {
        width: 100%;
        margin-top: 5px;
    }
    .secRow_one {
        width: 100%;
        margin-top: 5px;
    }

    .secRow_two {
        width: 100%;
        margin-top: 5px;
    }

    .secRow_three {
        width: 100%;
        margin-top: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #center {
        margin-top: 135px;
    }

    #ContentData {
        margin-top: 135px;
    }
    .firstRow_left {
        width: 50%;
        padding-right: 6px;
    }

    .firstRow_right {
        width: 50%;
        padding-left: 6px;
    }
    .secRow_one {
        width: 33.33%;
        padding-right: 8px;
    }

    .secRow_two {
        width: 33.33%;
        padding-right: 4px;
        padding-left: 4px;
    }

    .secRow_three {
        width: 33.33%;
        padding-left: 8px;
    }
    .secRow {
        padding-top: 12px;
    }
}

@media (min-width: 1200px) {
    #center {
        margin-top: 135px;
    }

    #ContentData {
        margin-top: 135px;
    }
    .firstRow_left {
        width: 50%;
        padding-right: 6px;
    }

    .firstRow_right {
        width: 50%;
        padding-left: 6px;
    }
    .secRow_one {
        width: 33.33%;
        padding-right: 8px;
    }

    .secRow_two {
        width: 33.33%;
        padding-right: 4px;
        padding-left: 4px;
    }

    .secRow_three {
        width: 33.33%;
        padding-left: 8px;
    }
    .secRow {
        padding-top: 12px;
    }
}
#center {
    width: 100%;
    position: relative;
    left: 0px;
    overflow: hidden;
}

#ContentData {
    width: 100%;
    position: relative;
    left: 0px;
}