﻿.travel-home img {
    width: 100%;
}

.travel-home h1 {
    position: absolute;
    margin: auto;
    width: 50%;
    padding: 20px;
    top: 0;
    right: 0;
    height: 73px;
    font-size: 2em;
    left: 0;
    text-align: center;
    background: #053756;
    color: #fff;
    border-radius: 0 0 55px 55px;
}

.travel-home {
    position: relative;
}

    .travel-home h1:before {
        content: '';
        width: 0;
        height: 0;
        display: block;
        border-left: 96px solid #053756;
        position: absolute;
        right: -70px;
        border-bottom: 65px solid transparent;
        border-top: none;
        top: 0px;
    }

    .travel-home h1:after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        border-right: 96px solid #053756;
        position: absolute;
        left: -70px;
        border-bottom: 65px solid transparent;
        border-top: none;
        top: 0px;
    }

.travel-nav img {
    height: 65px;
}

.travel-nav {
    background: #F5F0D3;
    margin-right: 0;
    padding: 5px 10px 1px;
}

    .travel-nav li {
        width: 10.7%;
        text-align: center;
        border-bottom: 4px solid transparent;
        margin-right: 0;
    }

        .travel-nav li:hover {
            border-bottom: 4px solid #026BBE;
        }

            .travel-nav li:hover p {
                color: #026BBE !important;
            }

            .travel-nav li:hover a {
                text-decoration: none;
            }

        .travel-nav li:not(:last-child) {
            border-left: 1px solid #D3C9AD;
        }

h2 {
    margin-top: 0;
    font-size: 20px;
}

.price-tabs {
    margin-bottom: 40px;
    border-bottom: 0;
    margin-top: 10px;
}

    .price-tabs li {
        border: 0;
        width: 33%;
    }

        .price-tabs li a {
            border: 0 !important;
            border-radius: 0;
            padding: 0 15px;
            background: #D4CCA2;
            color: #635C3A;
            border-left: 3px solid #fff !important;
        }

.html-desc-container > p:nth-child(n+4) {
    display: none;
}

.weather-box {
    font-size: 17px;
}

.travel-nav.fixed {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    max-width: 1140px;
}

a.target {
    position: relative;
    top: -100px;
}

.card p {
    height: 80px;
}

.card {
    min-height: 15.5em !important;
}

@media (max-width: 500px)  {
    .travel-home h1 {
        font-size: 16px;
        padding: 20px 5px 0;
    }
    .travel-nav li {
        width: 9.5%;
        padding-left: 10px;
        padding-right: 0;
    }
    .card p {
        padding: 15px;
    }
    .price-tabs li a img {
        width: 25px !important;
    }
}