/*@media (min-width:768px) {
    .destination-row {
        display: flex;
    }
}*/
.destination-section {
    padding: 50px 0;
}

.destination-row > div {
    margin-bottom: 30px;
}

@media (min-width:768px) and (max-width:991px) {
    .destination-row > div:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width:992px) {
    .destination-row > div:nth-child(4n+1) {
        clear: left;
    }
}

.destination-price {
    font-size: 25px;
    /* line-height: 1; */
}

.destination-item {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    /* float: left; */
    overflow: hidden;
    height: 100%;
    /* margin: 10px 1%; */
    /* min-width: 250px; */
    /* max-width: 310px; */
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .destination-item * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .destination-item:after {
        position: absolute;
        top: 12px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 25px 25px;
        border-color: transparent transparent transparent #29a9e1;
        content: '';
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .destination-item img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
        width: 100%;
    }

    .destination-item figcaption {
        padding: 20px 20px 30px;
        background-color: #ffffff;
    }

    .destination-item .date {
        background-color: #29a9e1;
        top: 15px;
        color: #fff;
        right: 15px;
        min-height: 48px;
        min-width: 48px;
        position: absolute;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 50%;
        padding: 10px 0;
    }

        .destination-item .date span {
            display: block;
            line-height: 14px;
        }

        .destination-item .date .month {
            font-size: 11px;
        }

    .destination-item h3,
    .destination-item p {
        margin: 0;
        padding: 0;
    }

    .destination-item h3 {
        margin-bottom: 10px;
        display: inline-block;
        font-weight: 700;
    }

    .destination-item p {
        font-size: 0.8em;
        margin-bottom: 20px;
        line-height: 1.6em;
    }

    /*.destination-item footer {
  padding: 0 25px;
  color: #999999;
  font-size: 0.8em;
  line-height: 50px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}*/
    .destination-item footer {
        padding: 0;
        /* color: #999999; */
        font-size: 0.8em;
        /* line-height: 50px; */
        text-align: left;
        /* position: absolute; */
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .destination-item footer > div {
            display: inline-block;
            margin-right: 15px;
        }

        .destination-item footer i {
            margin-right: 5px;
            font-size: 1.2em;
        }

    .destination-item a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .destination-item:hover:after,
    .destination-item.hover:after {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align: center;
}
/*.nav-tabs {
    border-bottom: 1px solid #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #000;
    border-bottom-color: transparent;
    
}*/
.blog-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-bottom: 60%;
}

