
.page-heading {
    padding-top: 130px;
    padding-bottom: 70px;    
    text-align: center;
}

.page-heading .container {
    max-width: 740px;
    position: relative;
    z-index: 5;
}

@media (min-width: 480px) {
    .page-heading {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media (min-width: 768px) {
    .page-heading {
        padding-top: 18%;
        padding-bottom: 12%;
    }
}

@media (min-width: 1200px) {
    .page-heading {
        padding-top: 215px;
        padding-bottom: 145px;
    }
}

.page-heading:before {
    height: 100%;    
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.page-heading__title {
    cursor: default;
    line-height: 1em;
    margin-bottom: 35px;
}

.page-heading__title a:hover{
    color: #fff;
}

.page-heading p {
    max-width: 500px;
    margin: 0 auto;
    font-weight: 600;
}

p.page-heading__copy {
    margin-top: 10px;
}

.page-heading__cta {
    font-weight: 800;
    color: #fff !important;
    border-radius: 3px;
    display: block;
    max-width: 180px;
    text-align: center;
    margin: 15px auto 0;
    line-height: 1em;
    padding: 10px 20px;
    background: #299b59;
    border: 2px solid #299b59;
    transition: all 0.2s linear;
}

.page-heading__cta:hover {
    background: #000;
    color: #fff !important;
}

.page-heading__prefix {
    font-weight: 600;
    font-size: 18px;
    display: block;
}


.page-heading {
    background-color: #000;
    background-size: cover;
}

.page-heading h1 {
    text-transform: none;
    font-size: 28px;
    text-shadow: 0 0 40px #000;
}

@media (min-width: 480px) {
    .page-heading h1 {
        font-size: 40px;
    } 
}

@media (min-width: 768px) {
    .page-heading h1 {
        font-size: 52px;
    }
}

.page-heading__country + .countdown-container {
    margin-top: 20px;
    font-weight: 600;
}

.page-heading h1 + span {
    font-size: 22px;
    display: block;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    line-height: 1em;
}

.page-heading h1:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -20px;
    background: #299b59;
}

.page-heading.-has-video {
    padding: 110px 0 30px !important;
}

.page-heading.-has-video .container {
    max-width: 820px !important;
}

.page-heading.-has-video:before {
    background: rgba(0,0,0,0.8) !important;
}

/*.mod_js .page-heading:after {
    content: "";
    position: absolute;
    width: 100%;
    pointer-events: none;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.6s linear;
}*/

.page-heading__gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-heading__gallery-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-heading__gallery-item:before {
    content: "";
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;    
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.mod_js .page-heading.ftxt .container > * {
    opacity: 0;
}

.mod_js .page-heading.ftxt.media-ready .container > *:nth-child(1) {
    opacity: 0;
    -webkit-animation: fadeIn 0.45s linear 0.6s forwards;
    -moz-animation: fadeIn 0.45s linear 0.6s forwards;
    -o-animation: fadeIn 0.45s linear 0.6s forwards;
    -ms-animation: fadeIn 0.45s linear 0.6s forwards;
    animation: fadeIn 0.45s linear 0.6s forwards; 
}

.mod_js .page-heading.ftxt.media-ready .container  > *:nth-child(2) {
    opacity: 0;
    -webkit-animation: fadeIn 0.45s linear 1.0s forwards;
    -moz-animation: fadeIn 0.45s linear 1.0s forwards;
    -o-animation: fadeIn 0.45s linear 1.0s forwards;
    -ms-animation: fadeIn 0.45s linear 1.0s forwards;
    animation: fadeIn 0.45s linear 1.0s forwards; 
}

.mod_js .page-heading.ftxt.media-ready .container > *:nth-child(3) {
    opacity: 0;
    -webkit-animation: fadeIn 0.4s linear 1.4s forwards;
    -moz-animation: fadeIn 0.4s linear 1.4s forwards;
    -o-animation: fadeIn 0.4s linear 1.4s forwards;
    -ms-animation: fadeIn 0.4s linear 1.4s forwards;
    animation: fadeIn 0.4s linear 1.4s forwards; 
}

.mod_js .page-heading.ftxt.media-ready .container  > *:nth-child(4) {
    opacity: 0;
    -webkit-animation: fadeIn 0.4s linear 1.8s forwards;
    -moz-animation: fadeIn 0.4s linear 1.8s forwards;
    -o-animation: fadeIn 0.4s linear 1.8s forwards;
    -ms-animation: fadeIn 0.4s linear 1.8s forwards;
    animation: fadeIn 0.4s linear 1.8s forwards; 
}

.mod_js .page-heading.ftxt.media-ready .container  > *:nth-child(5) {
    opacity: 0;
    -webkit-animation: fadeIn 0.4s linear 2.2s forwards;
    -moz-animation: fadeIn 0.4s linear 2.2s forwards;
    -o-animation: fadeIn 0.4s linear 2.2s forwards;
    -ms-animation: fadeIn 0.4s linear 2.2s forwards;
    animation: fadeIn 0.4s linear 2.2s forwards; 
}

.mod_js .page-heading.ftxt.media-ready .container  > *:nth-child(6) {
    opacity: 0;
    -webkit-animation: fadeIn 0.4s linear 2.6s forwards;
    -moz-animation: fadeIn 0.4s linear 2.6s forwards;
    -o-animation: fadeIn 0.4s linear 2.6s forwards;
    -ms-animation: fadeIn 0.4s linear 2.6s forwards;
    animation: fadeIn 0.4s linear 2.6s forwards; 
}
