.dest_main_title {
    font-size: 35px;
    margin-bottom: 18px;
}

.destination_items.row {
    margin-right: -8px;
    margin-left: -8px;
}

.dest_item {
    position: relative;
    height: 275px;
    width: 100%;
}

.dest_pic {
    height: 275px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dest_content::before {
    z-index: -1;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: .3;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.destinationContainer {
    padding-top: 64px;
    margin-bottom: 60px
}

.dest_main_title {
    font-size: 35px;
    margin-bottom: 18px
}

.destination_items.row {
    margin-right: -8px;
    margin-left: -8px
}

.destination_items.row > div {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px
}



.destination_items.row > div:first-child .dest_item .dest_content .dest_link_container {
    font-size: 15px;
}
.dest_content{
    font-size: 16px;
}

.dest_item {
    position: relative;
    height: 275px;
    width: 100%
}

.dest_pic {
    height: 275px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.dest_item_title {
    font-size: 30px;
    margin-bottom: 10px
}

.dest_content {
    z-index: 1;
    position: relative;
    height: 275px;
    color: #fff;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.dest_content:hover, .dest_content:visited, .dest_content:active, .dest_content:focus {
    color: #fff
}

.dest_content:before {
    z-index: -1;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: .3;
    transition: .3s;
    -webkit-transition: .3s
}

.dest_item:hover .dest_content:before {
    opacity: .05
}

.offerBox .flip-clock-wrapper {
    width: 150px;
    margin-right: auto;
    margin-left: auto
}

.offerBox .CounterContainer {
    margin-top: 0;
    border-top: 1px solid #eee
}

.TopDealsTitle {
    margin-bottom: 18px;
}

.table-responsive .table {
    max-width: none;
}