/*
 * About Us: We Design Once
 * Loaded only on the About Us page.
 */
.a-scroll-progress {
    position: fixed; left: 50px; top: 10%; bottom: 10%;
    width: 1px;
    background: rgba(255,255,255,0.2);
    
    transition: 500ms ease-in-out;
}
.a-slide1 .a-scroll-progress, .a-slide5 .a-scroll-progress {
    opacity: 0;
}
.a-scroll-progress span {
    position: absolute; left: 0px; right: 0px; top: 0px; height: 1%;
    background: #FFF;
    
    transition: 200ms ease-in-out;
}
.a-culture-buttons {
    display: flex;
    flex-direction: column;
    position: fixed; z-index: 2;
    right: 50px; top: 10%;
    transition: 500ms ease-in-out;
    pointer-events: all;
}
.a-slide1 .a-culture-buttons, .a-slide5 .a-culture-buttons {
    opacity: 0;
    pointer-events: none;
}
.a-culture-buttons span {
    position: relative;
    display: block;
    background: rgba(255,255,255,0.2);
    width:50px; height: 80px;
    text-indent: -1000000px;
    transition: 500ms ease-in-out;
    cursor: pointer;
}
.a-culture-buttons span:after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 2;
    background: url('../images/arrow-white.svg') no-repeat center;
}
.a-culture-buttons .a-culture-prev:after {
    transform: rotate(-90deg); left: 2px;
}
.a-culture-buttons .a-culture-next:after {
    transform: rotate(90deg);
}
.a-culture-buttons span:hover {
    background: rgba(255,255,255,1);
    opacity: 1;
}
.a-culture-buttons span:hover:after {
    background: url('../images/arrow-primary.svg') no-repeat center;
}
.a-page-scroll {
    height: 70vh;
}
#a-page-1 {
    height: 4vh;
}
#a-page-5 {
    height: 70vh;
}
.a-page-scroll.a-final {
    height: 40vh;
}
.a-culture-header {
    position: fixed;
    left: 0px; bottom: 0px; top: 0px; right: 0px; z-index: 1;
    height: 100vh; 
    
    text-align: center;
    
    transition: 500ms ease-in-out;
}
.a-culture-header.a-slide2 {
    background-color:#000;
    transition: 3000ms ease-in-out;
}
.a-culture-header.a-slide3 {
    background-color:#000;
    transition: 3000ms ease-in-out;
}
.a-culture-header.a-slide4 {
    background-color:#000;
    transition: 3000ms ease-in-out;
}
.a-culture-header h1 {
    position: absolute; z-index: 1;
    left: 0px; right: 0px; top: 50%;
    color:#FFF;
    font-size: 9.5em;
    font-weight: 300;
    transform: translateY(-50%);
    margin-top: 0px;
    transition: 1600ms ease-in-out;
}
.a-culture-header.a-slide2 h1, .a-culture-header.a-slide3 h1, .a-culture-header.a-slide4 h1 {
    transform: translateY(-75%) translateX(15%) scale(1.3);
}
.a-culture-header.a-slide3 h1 {
    transform: translateY(-75%) translateX(0%) scale(1.3);
}
.a-culture-header.a-slide4 h1 {
    transform: translateY(-75%) translateX(-15%) scale(1.3);
}
.a-culture-header h1 span {
    transition: 1200ms ease-in-out;
    opacity: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0);
}
.a-culture-header.a-slide2 h1 span.wdo-2, .a-culture-header.a-slide2 h1 span.wdo-3, .a-culture-header.a-slide3 h1 span.wdo-1, .a-culture-header.a-slide3 h1 span.wdo-3, .a-culture-header.a-slide4 h1 span.wdo-1, .a-culture-header.a-slide4 h1 span.wdo-2 {
    color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    opacity: 0.25;
}
.a-card {
    position: absolute; 
    left: 0px; bottom: 0px; top: 0px; right: 0px; z-index: 1;
    height: 100vh; 
    text-align: left;
    opacity: 0; pointer-events: none;
    color: #FFF;
    font-weight: 200;
    transition: 600ms ease-in-out;
    transition-delay: 0ms;
}
.a-card span {
    transition: 1000ms ease-in-out;
}
.a-card span a {
    display: inline-block; margin-top: 20px; clear: both;
}
.a-card-intro span {
    max-width: 40vw;
    position: absolute; 
    left: 50%; top: 50%; z-index: 1;
    margin: 0px; padding: 0px;
    transform: translateY(-50%);
}
.a-culture-header .a-card-intro span {
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    margin-top: 140px;
    text-align: center;
}
.a-culture-header .a-card-intro span p {
    color: #FFFFFF;
}
.a-culture-header .a-card-intro span img {
    margin-top: 40px;
    animation: arrowbounce 3s infinite;
}
@-webkit-keyframes arrowbounce {
    0%  { opacity: 0; transform: translateY(-40px) scale(.75);}
    30% { opacity: 1; transform: translateY(0px) scale(1); }
    70% { opacity: 1; transform: translateY(0px) scale(1); }
    100% { opacity: 0; transform: translateY(40px) scale(.75); }
}
@-moz-keyframes arrowbounce {
    0%  { opacity: 0; transform: translateY(-40px) scale(.75);}
    30% { opacity: 1; transform: translateY(0px) scale(1); }
    70% { opacity: 1; transform: translateY(0px) scale(1); }
    100% { opacity: 0; transform: translateY(40px) scale(.75); }
}
@-o-keyframes arrowbounce {
    0%  { opacity: 0; transform: translateY(-40px) scale(.75);}
    30% { opacity: 1; transform: translateY(0px) scale(1); }
    70% { opacity: 1; transform: translateY(0px) scale(1); }
    100% { opacity: 0; transform: translateY(40px) scale(.75); }
}
@keyframes arrowbounce {
    0%  { opacity: 0; transform: translateY(-40px) scale(.75);}
    30% { opacity: 1; transform: translateY(0px) scale(1); }
    70% { opacity: 1; transform: translateY(0px) scale(1); }
    100% { opacity: 0; transform: translateY(40px) scale(.75); }
}
.a-culture-header.a-slide1 .a-card-intro {
    opacity: 1;
    pointer-events: all;
    transition-delay: 600ms;
}
.a-culture-header .a-card-we, .a-culture-header .a-card-design, .a-culture-header .a-card-once {
    transform: translateX(50px);
}
.a-culture-header.a-slide2 .a-card-we, .a-culture-header.a-slide3 .a-card-design, .a-culture-header.a-slide4 .a-card-once {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
    transition-delay: 600ms;
}
.a-culture-header .a-card-we span, .a-culture-header .a-card-design span, .a-culture-header .a-card-once span {
    position: absolute; 
    left: 20%; top: 50%;
    width: 60vw;
    max-width: 60vw;
    margin-top: 200px;
    color: #FFF;
    transform: translateY(-50%);
}
.a-culture-header .a-bg {
    content: ""; display: block;
    position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: -1;
    background: url('/wp-content/themes/tonygee/images/Culture1.jpg') center;
    background-size: cover;
    transform: scale(1.3) translateX(10%);
    opacity: 0;
    transition: 2000ms ease-in-out;
}
.a-culture-header .a-bg-2 {
    background: url('/wp-content/themes/tonygee/images/Culture2.jpg') center;
}
.a-culture-header .a-bg-3 {
    background: url('/wp-content/themes/tonygee/images/Culture3.jpg') center;
}
.a-culture-header.a-slide2 .a-bg-1, .a-culture-header.a-slide3 .a-bg-2, .a-culture-header.a-slide4 .a-bg-3 {
    opacity: .7;
    transition: 3000ms ease-in-out;
    /*transform: scale(1.2) translateX(0);*/
}    
#a-mobile-head {
    display: none;
}
.a-card-mobile {
    min-height: 60vh;
}
.a-card-mobile span {
    display: block;
    padding: 20px 10vw 40px;
}
.a-card-mobile span	p {
    color: #FFF;
}
.a-card-mobile span	a {
    margin-top: 20px;
}
.a-card-mobile span img {
	display: block;
	float: none;
	margin: 20px auto 0;
	animation: arrowbounce 3s infinite;
}
.a-card-mobile h1 {
    font-size: 4em;
}
.a-card-mobile h2 {
    display: block;
    font-weight: 300;
    font-size: 3em;
    color: #FFF;
}
.a-card-mobile:first-child {
    min-height: 0vh;
    padding: 6vh 0px;
}
.a-card-mobile:last-child {
    padding-bottom: 10vh;
}
@media only screen and (max-width: 1200px) {
    .a-culture-header h1 {
        font-size: 7.5em;
    }
}
@media only screen and (max-width: 935px) {
    .a-culture-header h1 {
        font-size: 6em;
    }
    .a-culture-header .a-card-we span, .a-culture-header .a-card-design span, .a-culture-header .a-card-once span {
        width: 70vw;
        max-width: 70vw;
    }
}
@media only screen and (max-width: 768px) {
    .a-culture-header, .a-page-scroll, .a-culture-buttons {
        display: none;
    }
    #a-mobile-head {
        display: block;
        min-height: 80vh;
        text-align: center;
        padding-top: 20vh;
        color:#FFF;
    }
    #a-mobile-head h1 {
        font-weight: 500;
        color:#FFF;
    }
}