﻿
.PhotoDashboardSA.heroPane span.boldError {
    font-weight: bold;
}
.PhotoDashboardSA.heroPaneFullImage span.spanError {
    color: red;
}

/**************/
/*HeroPane*/
/**************/
.heroPageBackground {
    width: 100%;
    height: 100%;
    color: white;
    background-size: 100% auto;
    background-attachment: fixed;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}
.heroPageBackground.no-parallax {
    position: absolute;
    background-attachment: scroll;
    background-size: cover;
}
.PhotoDashboardSA.heroPaneFullImage {
    overflow: hidden;
    position: relative;
}
.PhotoDashboardSA #heroPaneDetails {
    width: 100%;
    height: 100%;
    position: relative;
}
.PhotoDashboardSA.heroPaneFullImage .container {
    margin: 254px 0 0 0;
}

.PhotoDashboardSA.heroPaneFullImage .titleWrapper {
    position: relative;
    margin: 0 0 14px 0;
    padding: 14px 0 0 0;
}

.PhotoDashboardSA.heroPaneFullImage .titleDivider {
    width: 110px;
    height: 2px;
    position: relative;
    border: none;
    animation-timing-function: ease-in;
    animation-name: textAnimation;
    animation-duration: 0.4s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    margin: -14px 0 14px 0;
}

.PhotoDashboardSA.heroPaneFullImage .titleDividerColor {
    background-color: #CCCCCC;
}

.PhotoDashboardSA.heroPaneFullImage .overlay {
    display: flex;
    justify-content: center;
}

.PhotoDashboardSA.heroPaneFullImage .title {
    font-size: 80.08px;
    line-height: 96px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Colossalis", arial, sans-serif !important;
    display: block;
    animation-timing-function: ease-in;
    animation-name: textAnimation;
    animation-duration: 0.4s;
    animation-delay: 1.05s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.PhotoDashboardSA.heroPaneFullImage .description {
    color: #fff;
    font-size: 18px;
    display: block;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    animation-timing-function: ease-in;
    animation-name: textAnimation;
    animation-duration: 0.4s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    max-width: 75%;
}

@keyframes textAnimation {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

/* animation ready */
.PhotoDashboardSA.heroPaneFullImage .title,
.PhotoDashboardSA.heroPaneFullImage .titleDivider,
.PhotoDashboardSA.heroPaneFullImage .description {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.heroPageContent {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 125ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: opacity 125ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

@media (max-width: 1261px) {
    .heroPageBackground {
        background-size: auto;
    }
}
    @media (min-width: 1261px) {
        .PhotoDashboardSA.heroPaneFullImage .titleWrapper {
            padding: 14px 0 0 0;
        }
    }

    @media (min-width: 992px) {
        .PhotoDashboardSA.heroPaneFullImage .titleWrapper {
            max-width: 100%;
        }
    }

    @media (max-width: 991.98px) {
        .PhotoDashboardSA.heroPaneFullImage .titleWrapper {
            margin: 0 0 14px 0;
            display: flex;
            align-items: center;
            flex-direction: column;
            padding: 25px 0 0 0;
        }

        .PhotoDashboardSA.heroPaneFullImage .description {
            line-height: 27px;
            max-width: 100%;
        }

        .PhotoDashboardSA.heroPaneFullImage .container {
            margin: 90px 0 0 0;
        }
    }

    @media (max-width: 682px) {
        .PhotoDashboardSA.heroPaneFullImage .titleWrapper {
            align-items: flex-start;
        }

        .PhotoDashboardSA.heroPaneFullImage .container {
            margin: 160px 0 0 0;
        }

        .PhotoDashboardSA.heroPaneFullImage .title {
            line-height: 64px;
        }

        .PhotoDashboardSA.heroPaneFullImage .titleDivider {
            margin: -25px 0 25px 0;
        }

        .PhotoDashboardSA.heroPaneFullImage .title {
            font-size: 60px;
            line-height: 48px;
        }
    }

    body form .page-wrapper,
    body form .site-wrapper {
        background: transparent;
    }
