/* OVERRIDES */
h1 {
    color: #000;
    font-size: 46px;
}

h3 {
    color: #f00;
    font-size: 26px;
}

p {

}

#slideshow {
    position: absolute;
    width: 100%;
    opacity: .99;
}



.content-row {
    position:relative;
    z-index:100;
}

    #slideshow video {
        height: auto;
        width: 100%;
        padding-bottom: 0 !important;
    }

    video {
        width: 100%;
    }



.carousel-container {
    /*position: fixed;*/
    width: 100%;
}

.carousel-container { 
    /*z-index: 1;*/
}

#headerContainer {
    /*position:absolute;*/
    position: unset;
}

#headerContainer.sticky {
    /*position:fixed;
    animation-name:headerDrop;
    animation-timing-function:ease-out;
    animation-duration:0.2s;*/
}

@keyframes headerDrop {
    0% {
        transform: translateY(-100%);
        opacity:0;
    }
    100% {
        transform: translateY(0);
        opacity:0.7;
    }
}

/* PAGE CONTENT */
.search-content {
    /*height: 600px;*/
    position: relative;
}

/* Welcome Text*/
.welcome-container {
    position: relative;
    padding: 50px 0;
    background-color: #fff;
}


.welcome-text {
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.welcome-title {
    display: inline-block;
    font-size: 34px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8cfd7;
    margin-bottom: 20px;
}

.welcome-subtitle {
    font-size: 18px;
}
/* End Welcome Text*/

/* Link Boxes */
.link-box-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.link-box {
    float: left;
    width: 33.33%;
    padding-left: 25px;
    padding-right: 25px;
}

    .link-box > div {
        position: relative;
        height: 400px;
        text-align: center;
        border-bottom: 5px solid #f00;
    }

.link-box-text {
    position: relative;
    display: block;
    padding-top: 45%;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.6s;
}

    .link-box-text:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 150px;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
    }

.link-box a {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 20px 57px;
    border: 1px solid #fff;
    margin-top: 50px;
    transition: all 0.3s;
    display: none;
}

    .link-box a:hover {
        background-color: #f00;
    }

.link-box-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

.link-box div:hover .link-box-overlay {
    display: block;
}

.link-box div:hover .link-box-text {
    display: block;
    padding-top: 30%;
}

.link-box div:hover a {
    display: inline-block;
}

.link-box1 {
    background-image: url("../../images/home/2_opt.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.link-box2 {
    background-image: url("../../images/home/1_opt.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.link-box3 {
    background-image: url("../../images/home/PalmCove174_opt.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* End Link Boxes */


/* About */
.about-container {
    position: relative;
    background-image: url("../../images/home/Esplanade3_opt.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 80px 0;
}

.about-text {
    position: relative;
    margin: 0 auto;
    color: #fff;
}

.about-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FFF;
    opacity: 0.7;
}

.about-title {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

    .about-title span {
        display: block;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .about-title:before {
        content: "";
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        width: 550px;
        margin: 0 auto;
        border-top: 1px solid #fff;
    }
/* End About*/

/* Success Map */
h2.success-map-title {
    font-size: 35px;
    padding-top: 20px;
    text-align: center;
    padding: 40px 0;
    font-weight: 400;
    background: #f00;
    color: #fff;
}

@media only screen and (max-width: 1180px) {
    .search-content {
        height: 500px;
    }
}

@media only screen and (max-width: 1024px) {
    .search-content {
        /*background-image: url("../../images/home/TrinityBeach3_opt.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;*/
    }

    .carousel-container {
        position: relative;
        display: block;
    }

    #image-carousel .item div {
        padding: 0;
        height: 500px;
    }

    .video-cycler-container {
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    .link-box > div {
        height: 360px;
    }
}

@media only screen and (max-width: 900px) {
    .search-content {
        height: 350px;
    }

    #image-carousel .item div {
        height: 350px;
    }

    .owl-nav {
        /*display: none;*/
    }

    .link-box > div {
        height: 320px;
    }

    .link-box-text {
        font-size: 45px;
    }
}

@media only screen and (max-width: 820px) {
    .about-title {
        width: 100%;
        font-size: 30px;
    }

        .about-title span {
            padding-left: 0;
            padding-right: 0;
        }

        .about-title:before {
            top: 40px;
        }
}

@media only screen and (max-width: 768px) {
    .search-content {
        padding: 0;
        height: initial;
    }

    .carousel-container {
        display: block;
    }

    .welcome-title {
        font-size: 25px;
    }

    .welcome-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .link-box {
        float: none;
        width: 100%;
    }

        .link-box > div {
            height: 200px;
        }

        .link-box div:hover .link-box-text {
            display: block;
            padding-top: 28px;
        }

    .link-box-text {
        padding-top: 60px;
    }

    .link-box a {
        margin-top: 20px;
    }

    .about-text > h1 {
        font-size:36px;
    }
}

@media only screen and (max-width: 690px) {
    .welcome-container {
        padding: 10px 0;
    }

    .welcome-text {
        padding: 0px 10px;
    }

    .welcome-title {
        line-height: 1.3;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .about-text {
        padding: 0 10px;
    }

    .about-title:before {
        width: 100%;
    }
}

@media only screen and (max-width:625px) {
    .about-text > h1 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 480px) {
    .about-title:before {
        display: none;
    }

    .about-title span {
        margin-bottom: 0;
        line-height: 1.2;
    }
    .about-text > h1 {
        font-size: 20px;
    }
}


.content-row.no-padding > h1 {
    text-align: center;
    line-height: 1.2;
}