﻿/*
[----------------------------------]
[-------------- HOME --------------]
[----------------------------------]
*/

.top-home {
    color: #FFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.top-home a:hover,
.top-home a:active {
    text-decoration: underline;
}

.top-home .top-home-inner {
    background: rgba(0,0,0,0.5);
    position: relative;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-home .top-home-inner .main-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.top-home .top-home-inner h1.home-title {
    font-size: 50px;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    margin: 20vh 0;
    max-width: 1600px;
}

.top-home .top-outer {
    background: rgba(0,0,0,0.01);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,transparent),color-stop(30%,transparent),to(#000));
    background-image: -o-linear-gradient(linear,left bottom,left top,color-stop(0%,transparent),color-stop(30%,transparent),to(#000));
    background-image: linear-gradient(linear,left bottom,left top,color-stop(0%,transparent),color-stop(30%,transparent),to(#000));
    width: 100%;
}

.top-home .top {
    background-color: transparent;
}


.home-section {
    margin: 0 auto 28px;
    max-width: 1600px;
    padding: 12px;
}

.home-section .location-section {
    margin-top: 20px;
}

.home-section-title {
    text-align: center;
}

.home-section .home-section-text {
    line-height: 2;
    text-align: center;
    margin-bottom: 12px;
}

.home-section:empty {
    display: none;
}


.location-head-list a:hover {
    text-decoration: none;
}

.location-head-list a:not(:last-child) {    
    color: #C70E0E;
}

.location-head-list a:not(:last-child):after {
    content: '>';
    margin: 0 4px;
    color: #000;
}
