@charset "UTF-8";
/* CSS Document */

/*Destination page*/
.destinations_wrapper {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 20px;
    overflow: hidden;
}


.destination_container_outer {
    width: 33.33333%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    margin-bottom: 20px;

}

.destination_container_inner {
    background: #1e430f;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 1px;
}


.destination_title h2 {
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;

}


.destination_poster {
    width: 100%;
    height: 153px;
    overflow: hidden;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 3px;
}

.destination_poster img {
    display: block;
    width: 100%;
    height: 153px;
}

.destination_desc {
    border-top: solid 1px #ffffff;
    padding: 10px;
    height: 90px;
    overflow-y: auto;
    color: #ffffff;
}

.destination_desc p {
    color: #ffffff;
}

.destination_URL {
    text-align: right;
    padding: 10px;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 1px;
}

.destination_URL a {
   color: #ffffff;
    text-decoration: underline;
}
