.destination-card {padding-bottom:16px}

.destinations{padding-top:40px}
         .destination-card h1{margin-top:20px;}
         .thecard {
         box-shadow: 0 1px 10px rgba(0,0,0,.4);
         background-color: #fff;
         border-radius: 4px;
         transition: 400ms ease;
         text-align: left;
         }
         .thecard:hover{
         box-shadow: 0 10px 20px rgba(0,0,0,.6);
         }
         .thecard:hover .card-outmore {
         background: #2C3E50;
         color: #fff;
         }
         .thecard a{
         color: currentColor;
         text-decoration: none;
         }
         .card-img {
         display: block;
         max-height: 395px;
         overflow: hidden;
         }
         .card-img img {
         display: block;
         width:100%;
         border-radius: 4px 4px 0 0;
         }
         .card-caption {
         position: relative;
         padding: 5px 25px;
         }
         .card-caption h1 {
         line-height: 1;
         }
         .card-outmore {
         padding: 10px 25px;
         border-radius: 0 0 4px 4px;
         border-top: 1px solid #e0e0e0;
         background: #efefef;
         color: #222;
         display: flex;
         transition: 400ms ease;
         }
         .card-outmore h5 {
         flex: 1;
         }
         .card-outmore i {
         border:1px solid ;
padding: 4px 6px;
    margin-right: -12px;
         border-radius: 50%;
         }
		 
		 
		 .thecard:hover .card-outmore h5 {
    color: white;}
         span.date { font-size: 10px; }
.card-outmore h5 { margin:0; }
         .thecard .like-btn {
         font-size: 18px;
         background: #446CB3;
         color: #fff;
         padding: 13px 15px;
         border-radius: 50em;
         position: absolute;
         right: 20px;
         top: 10px;
         box-shadow: 0 2px 1px rgba(0,0,0,.2);
         transition: 400ms ease;
         }
         .card-img + .card-caption > .like-btn{
         top: -22px;
         }
         .thecard .like-btn:hover {
         background: #3B5998;
         box-shadow: 0 4px 5px rgba(0,0,0,.3);
         }
		 
/* Glyph, by Harry Roberts */

hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "More Destinations";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
.description-wrapper-islands{
min-height: 112px;		 }


.destinationheading{text-shadow: 0 0 8px black;}

@media only screen and (max-width: 900px) {
/*.destinationheading{position: relative!important} */
}
.y-inner_banner {
    position: relative;
}

		