﻿/*.photoTextHeaderContainer .pageTitleContainer {
    position: relative;
    width: 674px;
    height: 162px;
    top: 50px;
}

    .photoTextHeaderContainer .pageTitleContainer .subTitle {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #c16e32;
        position: absolute;
        top: 55px;
        left: 30px;
    }

.photoTextHeaderContainer .sitefinityEditMode .photoTextHeaderContainer .pageTitleContainer .subTitle {
    top: 3px;
}

.photoTextHeaderContainer .pageTitleContainer .title {
    position: absolute;
    top: 60px;
    left: 30px;
}

.photoTextHeaderContainer .pageTitleContainer .title .sfContentBlock {
    font-size: 60px;
    font-weight: 700;
    color: #414042;
}

.photoTextHeaderContainer .pageTitleContainer .title div:not(.emptyZoneDragWidget) {
    font-size: 60px;
    font-weight: 700;
    color: #414042;
}

.photoTextHeaderContainer .pageTitleContainer .top {
    background-image: url(/img/templates/pageTitleBox_Top.png);
    height: 41px;
    width: 178px;
    background-repeat: no-repeat;
}

.photoTextHeaderContainer .pageTitleContainer .bottom {
    background-image: url(/img/templates/pageTitleBox_Bottom.png);
    height: 51px;
    width: 178px;
    background-repeat: no-repeat;
    position: absolute;
    top: 145px;
}*/

.photoTextHeaderContainer .accentSquares {
    position: absolute;
    left: 675px;
    top: 65px;
}

.photoTextHeaderContainer .description {
    margin-top: 20px;
    width: 630px;
    padding-left: 30px;
    box-sizing: border-box;
}

.photoTextHeaderContainer {
    position: relative;
    top: -0px;
    left: 0;
    height: 700px;
    background-color: white;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

    .photoTextHeaderContainer .whiteBox {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 830px;
        background-color: white;
        z-index: 2;
        height: 400px;
        box-sizing: border-box;
        padding-left: 100px;
    }

    .photoTextHeaderContainer .photoArea {
        position: absolute;
        top: 0px;
        right: 0;
        width: 70%;
        background-color: white;
        z-index: 1;
        height: 700px;
        background-size: cover;
        background-repeat: no-repeat;
    }

@media screen and (max-height: 650px) {
    .photoTextHeaderContainer .whiteBox {
        bottom: 0px;
    }
}
