﻿.info-item-fleet {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #C8A379;
    text-transform: uppercase;
    margin-top: 10px;
}


.boat-name-fleet {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #C8A379;
}

@media (min-width: 992px) {

    .boat-name-fleet {
        font-size: 24px;
        line-height: 48px;
    }

    .info-item-fleet {
        margin-top: initial;
    }


}

.filter-row {
    padding-top: 80px !important;
    padding-bottom: 30px !important;
}

.filter-text-item {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.filter-select {
    text-transform: uppercase;
    font-size: 12px;
    color: #C8A379;
    padding: 5px;
    border: 1px solid #C8A379;
    width: 100%;
}

.item-selected {
    font-weight: bold;
    border-bottom: 2px solid #C8A379;
}

a.filter-action {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.video-intro-fleet::before {
    content: "";
    background-image: url(../img/line-white.svg);
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    height: 60px;
    width: 1px;
    z-index: 1;
}

.video-intro-fleet::after {
    content: "";
    background-image: url(../img/line-gold.svg);
    position: absolute;
    bottom: -60px;
    left: 50%;
    display: block;
    height: 60px;
    width: 1px;
    z-index: 1;
}

.container-fleet {
    padding-top: 150px;
}

@media (min-width: 992px) {

    .video-intro-fleet::before {
        height: 140px;
    }

    .video-intro-fleet::after {
        bottom: -140px;
        height: 140px;
    }

    .container-fleet {
        padding-top: 3rem;
    }

}