/* 
 * JT Travel Booking - Widget/Shortcode Styles 
 */

/* DEFAULT */
.destinations-default,
.destinations-default .uk-grid {
	margin: 0 !important;
}
.destinations-default .uk-grid > * {
	padding: 0 !important;
}
.destinations-default .uk-slideset > * {
	padding: 0 8px !important;
}
.destinations-default .uk-slidenav-position .uk-slidenav {
	color: #fff !important;
}
.destinations-default figure, .destinations-default img {
    max-height: 230px;
    width: 100%;
}
.destinations-default img {
	object-fit: cover;
}
.destinations-default > *,
.destinations-default li {
    padding: 0 5px 20px !important;
}
.destinations-default .destination-title {
	position: relative;
	margin: 0 0 15px;
	font-size: 17px;
}
.destinations-default .destination-title a {
	color: #000;
	text-decoration: none !important;
}
.destinations-default .destination-title:after {
	position: absolute;
	content: '';
	background: #484848;
	width: 25px;
	height: 1px;
	left: 0;
	bottom: -8px;
}
.destinations-default .destination-short-info {
	font-size: 13px;
    padding: 15px;
    background: #fdfdfd;
    border: 1px solid #f5f5f5;
    border-top: 0;
	margin-bottom: 10px;
}
.destinations-default .destination-price {
    display: inline-block;
    font-size: 17px;
    box-sizing: border-box;
    border-right: 1px solid #f5f5f5;
    padding-left: 10px !important;
}
.destinations-default .destination-days {
    display: inline-block;
    font-size: 17px;
    padding: 0 10px !important;
    box-sizing: border-box;
}
.destinations-default .destination-price span,
.destinations-default .destination-days span {
    display: block;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    padding-bottom: 5px;
}
.destinations-default .destination-more-info {
    text-align: right;
    padding: 12px 0 !important;
    font-size: 14px;
}
.destinations-default .destination-more-info a {
    color: #534f62;
    padding: 14px 20px;
    background: #fdfdfd;
    text-decoration: none;
    border: 1px solid #f5f5f5;
    transition: all .4s ease;
}
.destinations-default .destination-more-info a:hover {
	color: #fff;
	transition: all .4s ease;
	box-shadow: inset 110px 0 0 0 #534f62 !important;
}
.destinations-default .uk-slidenav {
	color: #fff;
	text-shadow: 0 0 2px #ccc;
	text-decoration: none;
}


/* DEFAULT 2 */
.destinations-default-2 {
	margin: 0 !important;
}
.destinations-default-2 .uk-grid {
	margin: 0 !important;
}
.destinations-default-2 .uk-grid > * {
	padding: 0 !important;
	position: relative;
}
.destinations-default-2 figure, .destinations-default img {
    max-height: 230px;
    width: 100%;
}
.destinations-default-2 img {
	object-fit: cover;
}
.destinations-default-2 .uk-overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	padding: 16px 15px;
}
.destinations-default-2 > * {
    padding: 0 5px 20px !important;
	position: relative;
}
.destinations-default-2 .destination-title {
	position: relative;
	margin: 0 !important;
	font-size: 17px !important;
	text-transform:  inherit !important;
}
.destinations-default-2 .destination-title a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none !important;
	transition: all .4s ease;
}
.destinations-default-2 .destination-title a:hover {
	color: #fff;
	transition: all .4s ease;
}
.destinations-default-2 .destination-short-info {
	font-size: 13px;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid #f9f9f9;
	border-top: 0;
	margin-bottom: 0;
}
.destinations-default-2 .destination-days {
    display: inline-block;
    font-size: 13px;
    padding: 10px 15px !important;
    box-sizing: border-box;
}
.destinations-default-2 .destination-more-info {
    text-align: right;
    padding: 12px 0 !important;
    font-size: 13px;
}
.destinations-default-2 .destination-more-info a {
    color: #555;
    padding: 10px 15px;
    text-decoration: none;
    transition: all .4s ease;
}
.destinations-default-2 .destination-more-info a:hover {
	color: #ff8989;
	transition: all .4s ease;
}
.destinations-default-2 .price {
    position: absolute;
    top: 18px;
    right: 20px;
    text-align: right;
}
.destinations-default-2 .price span {
	color: #fff;
	background: #ff8989;
	padding: 4px 10px;
}
.destinations-default-2 .uk-grid {
    background: #fff;
}


/* ONE COLUMN */
.destinations-1-col .uk-grid-margin {
	margin: 10px 0 0;
}
.destinations-1-col > * {
	margin-bottom: 10px;
}
.destinations-1-col figure, 
.destinations-1-col img {
    width: 100%;
    height: 200px;
}
.destinations-1-col img {
    object-fit: cover;
}
.destinations-1-col .destination-title {
    position: relative;
    font-size: 17px;
}
.destinations-1-col .destination-title a {
	color: #fff; 
	text-decoration: none;
}
.destinations-1-col .destination-title:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 40px;
    height: 1px;
    left: 0;
    bottom: -8px;
}
.destinations-1-col .destination-bottom-info {
	bottom: 20px;
}
.destinations-1-col .uk-overlay {
    background: rgba(0, 0, 0, 0.4)
}
.destinations-1-col .destination-price {
	padding-right: 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.destinations-1-col .destination-price,
.destinations-1-col .destination-days {
	display: inline-block;
}
.destinations-1-col .destination-days {
	padding-left: 10px !important;
}
.destinations-1-col .destination-price span,
.destinations-1-col .destination-days span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    padding-bottom: 5px;
}
.destinations-1-col .destination-link {
    display: block;
}


/* ONE COLUMN 2 */
.destinations-1-col-2 .uk-grid-margin {
	margin: 10px 0 0;
}
.destinations-1-col-2 > * {
	margin-bottom: 10px;
}
.destinations-1-col-2 figure, 
.destinations-1-col-2 img {
    width: 100%;
    height: 180px;
}
.destinations-1-col-2 img {
    object-fit: cover;
}
.destinations-1-col-2 .destination-title {
    position: relative;
    font-size: 17px;
    color: #323232;
    margin: 0 0 20px;
}
.destinations-1-col-2 .destination-title:after {
    position: absolute;
    content: '';
    background: #313131;
    width: 40px;
    height: 1px;
    left: 0;
    bottom: -8px;
}
.destinations-1-col-2 .destination-title a {
	color: #323232;
	text-decoration: none;
}
.destinations-1-col-2 .destination-bottom-info {
	bottom: 20px;
}
.destinations-1-col-2 .uk-overlay {
    background: rgba(255, 255, 255, 0.9);
    margin: 10px;
    color: #484848;
}
.destinations-1-col-2 .destination-price {
	padding-right: 10px !important;
	border-right: 1px solid rgba(144, 144, 144, 0.5);
}
.destinations-1-col-2 .destination-price,
.destinations-1-col-2 .destination-days {
	display: inline-block;
}
.destinations-1-col-2 .destination-days {
	padding-left: 10px !important;
}
.destinations-1-col-2 .destination-price span,
.destinations-1-col-2 .destination-days span {
    display: block;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    padding-bottom: 5px;
}
.destinations-1-col-2 .destination-link {
    display: block;
}


/* ONE COLUMN 3 */
.destinations-1-col-3 .uk-grid-margin {
	margin: 10px 0 0;
}
.destinations-1-col-3 .uk-grid {
    margin: 0 0 10px;
}
.destinations-1-col-3 .uk-grid > * {
    padding: 0;
}
.destinations-1-col-3 img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.destinations-1-col-3 a {
	color: #484848;
	transition: all .4s ease;
	text-decoration:  none;
}
.destinations-1-col-3 a:hover {
	color: #000;
	transition: all .4s ease;
}
.destinations-1-col-3 .destination-title {
    font-size: 14px;
    margin: 0;
    padding-left: 10px;
}
.destinations-1-col-3 .destination-bottom-info {
    padding: 10px 0 0 10px;
    font-size: 13px;
}
.destinations-1-col-3 .destination-bottom-info span {
    font-weight: bold;
}


/* GRID - 2 COLUMNS */
.destinations-grid-2-cols {
	margin: 0 !important;
}
.destinations-grid-2-cols .uk-grid {
	margin: 0 !important;
    background: #fdfdfd;
    border: 1px solid #f5f5f5;
}
.destinations-grid-2-cols .uk-grid > * {
	padding: 0 !important;
}
.destinations-grid-2-cols figure, 
.destinations-grid-2-cols img {
    height: 200px;
    width: 100%;
}
.destinations-grid-2-cols img {
	object-fit: cover;
}
.destinations-grid-2-cols > * {
    padding: 0 5px 10px !important;
}
.destinations-grid-2-cols .destination-title {
	position: relative;
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 24px;
}
.destinations-grid-2-cols .uk-grid-margin {
	margin: 0 !important;
}
.destinations-grid-2-cols .destination-title a {
	color: #000;
	text-decoration: none !important;
}
.destinations-grid-2-cols .destination-title:after {
	position: absolute;
	content: '';
	background: #484848;
	width: 25px;
	height: 1px;
	left: 0;
	bottom: -8px;
}
.destinations-grid-2-cols .trip-info {
    border: 0 !important;
    margin: 15px 0 0 !important;
    border-top: 1px solid #f5f5f5 !important;
    padding-top: 10px !important;
}
.destinations-grid-2-cols .destination-short-info {
	font-size: 13px;
    padding: 15px !important;
    border-top: 0;
	margin-bottom: 10px;
}
.destinations-grid-2-cols .destination-price {
    display: inline-block;
    font-size: 17px;
    box-sizing: border-box;
    border-right: 1px solid #f5f5f5;
    padding-left: 10px !important;
}
.destinations-grid-2-cols .destination-days {
    display: inline-block;
    font-size: 17px;
    padding: 0 10px !important;
    box-sizing: border-box;
}
.destinations-grid-2-cols .destination-price span,
.destinations-grid-2-cols .destination-days span {
    display: block;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    padding-bottom: 5px;
}
.destinations-grid-2-cols .destination-more-info {
    text-align: right;
    padding: 12px 0 !important;
    font-size: 14px;
}
.destinations-grid-2-cols .destination-more-info a {
    color: #534f62;
    padding: 14px 20px;
    background: #fdfdfd;
    text-decoration: none;
    border: 1px solid #f5f5f5;
    transition: all .4s ease;
}
.destinations-grid-2-cols .destination-more-info a:hover {
	color: #fff;
	transition: all .4s ease;
	box-shadow: inset 110px 0 0 0 #534f62 !important;
}


/* GRID - 3 COLUMNS */
.destinations-3-cols {
	margin: 0 !important
}
.destinations-3-cols > * {
	padding: 0 5px 6px !important;
}
.destinations-3-cols figure, 
.destinations-3-cols img {
    width: 100%;
    height: 380px;
}
.destinations-3-cols img {
    object-fit: cover;
}
.destinations-3-cols .destination-title {
    position: relative;
    font-size: 17px;
}
.destinations-3-cols .destination-title a {
	color: #fff;
	text-decoration: none;
}
.destinations-3-cols .destination-title:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 25px;
    height: 1px;
    left: 0;
    bottom: -8px;
}
.destinations-3-cols .destination-bottom-info {
	bottom: 20px;
}
.destinations-3-cols .uk-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
}
.destinations-3-cols .destination-price {
	padding-right: 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.destinations-3-cols .destination-price,
.destinations-3-cols .destination-days {
	display: inline-block;
}
.destinations-3-cols .destination-days {
	padding-left: 10px !important;
}
.destinations-3-cols .destination-price span,
.destinations-3-cols .destination-days span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    padding-bottom: 5px;
}
.destinations-3-cols .destination-link {
    display: block;
}


/* GRID - 3 COLUMNS COLORED */
.destinations-3-cols-colored {
	margin: 0 !important
}
.destinations-3-cols-colored > * {
	padding: 0 3px 6px !important;
}
.destinations-3-cols-colored figure, 
.destinations-3-cols-colored img {
    width: 100%;
    height: 380px;
}
.destinations-3-cols-colored img {
    object-fit: cover;
}
.destinations-3-cols-colored .destination-title {
    position: relative;
    font-size: 17px;
	color: #fff;
}
.destinations-3-cols-colored .destination-title a {
	color: #fff;
	text-decoration: none;
}
.destinations-3-cols-colored .destination-title:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 25px;
    height: 1px;
    left: 0;
    bottom: -8px;
}
.destinations-3-cols-colored .destination-bottom-info {
    background: rgba(255, 118, 118, 0.9);
    color: #fff;
    padding: 10px 15px;
    width: auto;
    margin: 0 -15px -10px;
	bottom: 0;
	left: 0;
	right: 0;
}
.destinations-3-cols-colored .uk-overlay {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
}
.destinations-3-cols-colored .destination-price {
	padding-right: 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.destinations-3-cols-colored .destination-price,
.destinations-3-cols-colored .destination-days {
	display: inline-block;
}
.destinations-3-cols-colored .destination-days {
	padding-left: 10px !important;
}
.destinations-3-cols-colored .destination-price span,
.destinations-3-cols-colored .destination-days span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    padding-bottom: 5px;
}
.destinations-3-cols-colored .destination-link {
    display: block;
}
.destinations-3-cols-colored .destination-more-info {
    float: right;
    padding: 11px 0;
}
.destinations-3-cols-colored .destination-more-info a {
    text-decoration: none !important;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all .4s ease;
}
.destinations-3-cols-colored .destination-more-info a:hover {
    background: #fff;
    color: #e66a6a;
    transition: all .4s ease;
}


/* GRID - 4 COLUMNS */
.destinations-4-cols {
	margin: 0 !important
}
.destinations-4-cols > * {
	padding: 0 3px 6px !important;
}
.destinations-4-cols figure, 
.destinations-4-cols img {
    width: 100%;
    height: 300px;
}
.destinations-4-cols img {
    object-fit: cover;
}
.destinations-4-cols .destination-title {
    position: relative;
    font-size: 17px !important;
}
.destinations-4-cols .destination-title a {
	color: #fff;
	text-decoration: none;
}
.destinations-4-cols .destination-title:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 25px;
    height: 1px;
    left: 0;
    bottom: -8px;
}
.destinations-4-cols .destination-bottom-info {
	bottom: 20px;
}
.destinations-4-cols .uk-overlay {
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
}
.destinations-4-cols .destination-price {
	padding-right: 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.destinations-4-cols .destination-price,
.destinations-4-cols .destination-days {
	display: inline-block;
}
.destinations-4-cols .destination-days {
	padding-left: 10px !important;
}
.destinations-4-cols .destination-price span,
.destinations-4-cols .destination-days span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    padding-bottom: 5px;
}
.destinations-4-cols .destination-link {
    display: block;
}


/* GRID - 5 COLUMNS */
.destinations-5-cols > * {
	padding: 0 3px 6px !important;
}
.destinations-5-cols figure, 
.destinations-5-cols img {
    width: 100%;
    height: 300px;
}
.destinations-5-cols img {
	object-fit: cover;
}
.destinations-5-cols .destination-title {
    position: relative;
    font-size: 17px;
}
.destinations-5-cols .destination-title a {
	color: #fff;
	text-decoration: none;
}
.destinations-5-cols .destination-title:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 25px;
    height: 1px;
    left: 0;
    bottom: -8px;
}
.destinations-5-cols .destination-bottom-info {
	bottom: 20px;
}
.destinations-5-cols .uk-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px !important;
}
.destinations-5-cols .destination-price {
	padding-right: 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.destinations-5-cols .destination-price,
.destinations-5-cols .destination-days {
	display: inline-block;
}
.destinations-5-cols .destination-days {
	padding-left: 10px !important;
}
.destinations-5-cols .destination-price span,
.destinations-5-cols .destination-days span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    padding-bottom: 5px;
}
.destinations-5-cols .destination-link {
    display: block;
}


/* SLIDESET - 2 COLUMNS */
.slideset-2-cols ul {
    margin: 0;
}
.slideset-2-cols ul li {
    padding: 0 8px;
}
.slideset-2-cols .uk-overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.65) 40%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.65) 40%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.65) 40%);
    padding: 15px;
}
.slideset-2-cols .uk-slidenav {
    color: #fff !important;
}
.slideset-2-cols figure a,
.slideset-2-cols figure,
.slideset-2-cols img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.slideset-2-cols figcaption a {
	text-decoration: none !important;
}
.slideset-2-cols .destination-short-info h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #fff;
}
.slideset-2-cols .destination-short-info h3 a {
	color: #fff;
	text-decoration: none;
}
.slideset-2-cols .destination-short-info {
    padding: 0 0 15px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}
.slideset-2-cols .destination-price {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
}
.slideset-2-cols .destination-days {
    font-size: 18px;
}
.slideset-2-cols .destination-price span,
.slideset-2-cols .destination-days span {
    display: block;
    font-size: 13px;
}
.slideset-2-cols .uk-slidenav {
	color: #fff;
	text-shadow: 0 0 2px #ccc;
	text-decoration: none;
}


/* TWO COLUMNS */
.destinations-two-columns {
	margin: 0 !important;
}
.destinations-two-columns .uk-grid-margin {
	margin: 10px 0 0;
}
.destinations-two-columns figure,
.destinations-two-columns img {
	width: 100%;
    height: 120px;
    object-fit: cover;
}
.destinations-two-columns .uk-overlay {
    margin: 5px;
    padding: 10px;
}
.destinations-two-columns .uk-overlary div {
	width: 100%;
}
.destinations-two-columns a {
	color: #fff !important;
	text-decoration: none;
}
.destinations-two-columns > * {
	padding: 3px !important;
}
.destinations-two-columns {
    text-align: center;
}
.destinations-two-columns .destination-short-info h3 {
    font-size: 15px !important;
}
.destinations-two-columns .destination-bottom-info {
    display: block;
}
.destinations-two-columns .destination-price span {
    font-size: 13px;
}
.destinations-two-columns .destination-price {
    font-size: 13px;
}
.destinations-two-columns .destination-days {
    font-size: 13px;
}


/* GRID - ROUNDED IMAGE */
.destinations-grid-rounded-img .uk-grid {
    margin: 0;
}
.destinations-grid-rounded-img .uk-grid > * {
    padding: 0;
}
.destinations-grid-rounded-img > * {
    margin: 0 0 20px;
}
.destinations-grid-rounded-img img {
    width: 100%;
    height: 174px;
    object-fit: cover;
    border-radius: 50%;
}
.destinations-grid-rounded-img .destination-short-info {
    padding: 0px 25px;
}
.destinations-grid-rounded-img h3.destination-title {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.destinations-grid-rounded-img h3.destination-title a {
    color: #000;
    font-style: normal;
    transition: all .4s ease;
    text-decoration:  none;
}
.destinations-grid-rounded-img h3.destination-title a:hover {
    color: #5d5d5d;
    transition: all .4s ease;
}
.destinations-grid-rounded-img .destination-short-info {
    font-size: 12px;
    font-style: italic;
}
.destinations-grid-rounded-img  .trip-info {
    margin: 4px 0 0;
    padding: 4px 0 0;
    border-top: 1px solid #545454;
}
.destinations-grid-rounded-img .destination-price {
    padding: 0;
}
.destinations-grid-rounded-img .destination-days {
    padding: 0;
    text-align: right;
}
.destinations-grid-rounded-img .destination-price span {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
}
.destinations-grid-rounded-img .destination-days span {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
}


/* GRID - OVERLAY TEXT */
.destinations-grid-overlay-text {
	margin: 0 !important;
}
.destinations-grid-overlay-text > * {
    padding: 0 6px 12px !important;
}
.destinations-grid-overlay-text figure,
.destinations-grid-overlay-text img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.destinations-grid-overlay-text .uk-overlay {
    margin: 10px;
    background: rgba(0, 0, 0, 0.65);
    color: #f1f1f1;
    padding: 15px;
}
.destinations-grid-overlay-text h3.destination-title {
	position: relative;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.destinations-grid-overlay-text h3.destination-title:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 38px;
    background: #fff;
    bottom: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.destinations-grid-overlay-text .destination-bottom-info {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 300;
}
.destinations-grid-overlay-text .destination-more-info a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ff8989;
    background: #ff8989;
    text-align: center;
    padding: 6px 9px;
	transition: all .4s ease;
	text-decoration: none !important;
}
.destinations-grid-overlay-text .destination-more-info a:hover {
    color: #ff8989;
    background: transparent;
    transition: all .4s ease;
    border: 1px solid #ff8989;
}
.destinations-grid-overlay-text .destination-more-info {
    text-align: center;
    margin-top: 22px;
}


/* GRID - FOUR COLUMNS 2 */
.destinations-grid-4-cols-2 {
	margin: 0 !important;
}
.destinations-grid-4-cols-2 > * {
    padding: 0 3px 6px !important;
}
.destinations-grid-4-cols-2 figure,
.destinations-grid-4-cols-2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.destinations-grid-4-cols-2 figcaption {
    text-align: center;
    margin: 8px;
}
.destinations-grid-4-cols-2 figcaption div {
	width: 100%;
}
.destinations-grid-4-cols-2 .uk-overlay-default {
    background: rgba(0, 0, 0, 0.6);
}
.destinations-grid-4-cols-2 h3.destination-title {
    font-size: 17px;
    margin: 10px 20px 30px 20px;
    position: relative;
    text-align: center;
}
.destinations-grid-4-cols-2 h3.destination-title:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -9px;
}
.destinations-grid-4-cols-2 h3.destination-title a {
	color: #fff;
	text-decoration: none;
}
.destinations-grid-4-cols-2 .destination-price {
    display: inline-block;
    background: rgb(255, 137, 137);
    color: #fff;
    padding: 26px 0;
    margin: 9px 0;
    font-size: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
}
.destinations-grid-4-cols-2 .destination-days {
    font-size: 13px;
    margin-top: 6px;
    font-style: italic;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}
.destinations-grid-4-cols-2 .destination-bottom-info {
	text-align: center;
}


/* ONE COLUMN - 4 */
.destinations-1-col-4 .uk-grid-margin {
	margin: 0;
}
.destinations-1-col-4 .uk-grid {
    margin: 0;
	padding: 0 0 15px;
}
.destinations-1-col-4 .uk-grid > * {
    padding: 0;
}
.destinations-1-col-4 img {
    width: 106px;
    height: 106px;
    object-fit: cover;
    border-radius: 50%;
}
.destinations-1-col-4 .uk-width-2-3 {
    padding: 0 15px;
}
.destinations-1-col-4 h3.destination-title {
    font-size: 15px;
    line-height: 22px;
    position: relative;
}
.destinations-1-col-4 h3.destination-title:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    left: 0;
    right: 0;
    bottom: -3px;
}
.destinations-1-col-4 a.destination-link {
    color: #000;
    text-decoration:  none;
}
.destinations-1-col-4 .destination-price {
    font-size: 12px;
    color: rgb(51, 51, 51);
    text-transform: capitalize;
}
.destinations-1-col-4 .destination-days {
    font-size: 12px;
    color: rgb(51, 51, 51);
    text-transform: capitalize;
}


/* SLIDESET - 4 COLUMNS */
.destinations-slideset-4-cols > * {
    padding: 0;
}
.destinations-slideset-4-cols a {
	text-decoration: none !important;
}
.destinations-slideset-4-cols ul {
    margin: 0;
}
.destinations-slideset-4-cols li {
    padding: 0 3px;
}
.destinations-slideset-4-cols .uk-slidenav {
    color: #000 !important;
}
.destinations-slideset-4-cols figure,
.destinations-slideset-4-cols img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.destinations-slideset-4-cols .uk-overlay {
    background: rgba(255, 255, 255, 0.89);
    text-align: center;
    margin: 7px;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
}
.destinations-slideset-4-cols h3.destination-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 15px;
    position: relative;
}
.destinations-slideset-4-cols h3.destination-title:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
    background: #000;
}
.destinations-slideset-4-cols h3.destination-title a {
	color: #323232;
	text-decoration: none;
}
.destinations-slideset-4-cols span.short-info {
    font-size: 13px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    display: block;
}
.destinations-slideset-4-cols span.price-box {
    font-size: 15px;
    background: #ff8989;
    color: #fff;
    padding: 16px;
    display: block;
    width: 75px;
    height: 55px;
    margin: 30px auto;
}
.destinations-slideset-4-cols .destination-days {
    font-size: 13px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.8);
}


/* SLIDESET - LARGE IMAGE */
.destinations-slideset-large-image > * {
    padding: 0;
}
.destinations-slideset-large-image a {
	text-decoration: none !important;
}
.destinations-slideset-large-image ul {
    margin: 0;
}
.destinations-slideset-large-image li {
    padding: 0 3px;
}
.destinations-slideset-large-image .uk-slidenav {
    color: #fff !important;
    font-size: 50px;
}
.destinations-slideset-large-image .uk-overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.65) 40%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 20%,rgba(0,0,0,0.65) 40%); 
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 20%,rgba(0,0,0,0.65) 40%);
    padding: 15px;
}
.destinations-slideset-large-image figure,
.destinations-slideset-large-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.destinations-slideset-large-image h3 {
    text-align: center;
    font-size: 22px;
    position: relative;
    color: #fff;
    padding-bottom: 4px;
}
.destinations-slideset-large-image h3:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 40px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
}
.destinations-slideset-large-image h3 a {
	color: #fff;
	text-decoration: none;
}
.destinations-slideset-large-image .destination-short-info p {
    text-align: center;
    font-size: 14px;
    font-style: italic;
    padding: 8px 0;
    border-bottom: 1px solid #dedede;
    color: rgba(255, 255, 255, 0.85);
}
.destinations-slideset-large-image .destination-price {
    font-size: 13px;
    color: #ffffff;
}
.destinations-slideset-large-image .destination-days {
    text-align: right;
    font-size: 13px;
    color: #fff;
}


/* Slideset 2 Columns 2 */
.destinations-slideset-2-cols-2 img {
	width: 100%;
    height: 167px;
    object-fit: cover;
}
.destinations-slideset-2-cols-2 .uk-inline {
    width: 35%;
    float: left;
    position: relative;
}
.destinations-slideset-2-cols-2 .uk-slidenav {
    color: #000 !important;
    font-size: 50px;
}
.destinations-slideset-2-cols-2 .destination-info {
    width: 65%;
    float: left;
    padding: 5px 20px 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
}
.destinations-slideset-2-cols-2 h3.destination-title {
    font-size: 16px;
    margin:  10px 0;
}
.destinations-slideset-2-cols-2 h3.destination-title a {
    color: #000;
    text-decoration:  none;
}
.destinations-slideset-2-cols-2 .destination-info p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #dedede;
    margin-bottom: 6px;
    padding-bottom: 7px;
}
.destinations-slideset-2-cols-2 .destination-days {
    font-size: 13px;
    text-align: right;
}
.destinations-slideset-2-cols-2 .destination-price {
    font-size: 13px;
}
.destinations-slideset-2-cols-2 .destination-more-info a {
    color: #ff8989;
    text-decoration: none;
}
.destinations-slideset-2-cols-2 .destination-more-info {
    font-size: 13px;
    border-bottom: 1px solid #ff8989;
    display: inline-block;
    padding: 2px 0;
    margin-top: 9px;
    font-style: italic;
}
.destinations-slideset-2-cols-2 a {
	text-decoration: none;
}


/* GRID - FOUR COLUMNS (3) */
.destinations-grid-4-cols-3 {
	margin: 0 !important;
}
.destinations-grid-4-cols-3 > * {
	padding: 0 3px 6px !important;
}
.destinations-grid-4-cols-3 figcaption {
    padding: 0;
}
.destinations-grid-4-cols-3 figure,
.destinations-grid-4-cols-3 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.destinations-grid-4-cols-3 h3.destination-title {
    text-align: center;
    font-size: 15px;
    position: relative;
    margin: 0px 0 12px;
    padding: 10px 0 5px
}
.destinations-grid-4-cols-3 h3.destination-title a {
	color: #fff;
	text-decoration: none;
}
.destinations-grid-4-cols-3 h3.destination-title:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4px;
}
.destinations-grid-4-cols-3 .price {
    font-size: 12px;
    position: absolute;
    top: 35px;
    background: #ff8989;
    padding: 5px 15px;
    color: #fff;
    left: 0;
}
.destinations-grid-4-cols-3 .price:after {
    position: absolute;
    content: '';
    border-top: 13px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 16px solid #ff8989;
    right: -16px;
    top: 0px;
}
.destinations-grid-4-cols-3 .destination-short-info {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.87);
    margin: 0 0 6px;
}
.destinations-grid-4-cols-3 .more-info-box {
    background:  rgba(0, 0, 0, 0.8);
    margin: 0 -10px;
    padding: 10px 15px;
}
.destinations-grid-4-cols-3 .destination-days {
    font-size: 12px;
    color: #fff;
    padding: 0;
}
.destinations-grid-4-cols-3 .destination-more-info {
    text-align: right;
    font-size: 12px;
    color: #fff;
}
.destinations-grid-4-cols-3 .destination-more-info a {
	color: #fff;
    text-decoration: none !important;
}


/* LIST */
.destinations-list > * {
    padding: 0 5px 20px;
}
.destinations-list figure,
.destinations-list img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.destinations-list .uk-grid-margin {
	margin: 0;
}
.destinations-list .destination-short-info {
    padding: 0 12px;
}
.destinations-list h3.destination-title {
    font-size: 18px;
    position: relative;
    margin:  0 0 20px;
}
.destinations-list h3.destination-title:after {
    position: absolute;
    content: '';
    background: #000;
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -6px;
}
.destinations-list h3.destination-title a {
    color: #000;
    text-decoration:  none;
}
.destinations-list .destination-short-info p {
    font-size: 14px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #dedede;
    padding-bottom: 8px;
}
.destinations-list .destination-price {
    display: inline-block;
    font-size: 12px;
    color: #000;
    border-right: 1px solid #dedede;
    padding: 0 5px;
}
.destinations-list .destination-days {
    display: inline-block;
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    padding: 0 5px;
    border-right: 1px solid #dedede;
}
.destinations-list .destination-more-info {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
	padding: 0 5px;
}
.destinations-list .destination-more-info a {
    color: #ff8989;
    text-decoration: none;
}


/* Seach Widget */
.destinations-search-widget {
    background: #454f5e;
    padding: 20px;
}
.destinations-search-widget ::-webkit-input-placeholder,
.destinations-search-widget :-moz-placeholder,
.destinations-search-widget ::-moz-placeholder,
.destinations-search-widget :-ms-input-placeholder {
    color: #fff;
}
.destinations-search-widget input::placeholder {
	color: #fff;
	font-size: 13px;
}
.destinations-search-widget input {
    width: 100%;
    border: 0 !important;
    padding: 5px 15px !important;
    background: rgba(255, 255, 255, 0.25);
    color: #fff !important;
    outline: none;
	font-size: 13px;
}
.destinations-search-widget label {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}
.destinations-search-widget #amount {
    background: transparent;
    width: 50%;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: normal !important;
    font-size: 13px;
}
.destinations-search-widget input[type="submit"] {
    width: auto !important;
    padding: 8px 20px !important;
    font-size: 13px;
    margin: 20px 0 0;
    background: #40a7d3;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow: none !important;
	transition: all .4s ease;
}
.destinations-search-widget input[type="submit"]:hover {
	color: #40a7d3 !important;
	background: #fff;
	transition: all .4s ease;
}
.destinations-search-widget .ui-slider-handle {
	border-radius: 50px;
	outline: none !important;
}
.search-destinations-content .title {
    text-align: center;
    margin: 50px 0;
}
.search-destinations-content .no-destinations {
    text-align: center;
    margin: 50px 0 0;
}


/* Search Widget - Style 2 */
.destinations-search-widget-2 {
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    padding: 20px;
}
.destinations-search-widget-2 ::-webkit-input-placeholder,
.destinations-search-widget-2 :-moz-placeholder,
.destinations-search-widget-2 ::-moz-placeholder,
.destinations-search-widget-2 :-ms-input-placeholder {
    color: #fff;
}
.destinations-search-widget-2 input::placeholder {
	color: #fff;
	font-size: 13px;
}
.destinations-search-widget-2 input {
    width: 100%;
    border: 0 !important;
    padding: 5px 15px !important;
    background: rgba(48, 63, 75, 0.5);
    color: #fff !important;
    outline: none;
	font-size: 13px;
}
.destinations-search-widget-2 label {
    color: #373737;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}
.destinations-search-widget-2 #amount {
    background: transparent;
    width: 50%;
    color: rgba(8, 76, 153, 0.5) !important;
    font-weight: normal !important;
    font-size: 13px;
}
.destinations-search-widget-2 input[type="submit"] {
    width: auto !important;
    padding: 8px 20px !important;
    font-size: 13px;
    margin: 20px 0 0;
    background: #ea4354;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow: none !important;
	transition: all .4s ease;
}
.destinations-search-widget-2 input[type="submit"]:hover {
	color: #fff !important;
	background: #424e5a;
	transition: all .4s ease;
}
.destinations-search-widget-2 .ui-state-active {
	background: #ea4354 !important;
	border: 1px solid #ea4354 !important;
}
.destinations-search-widget-2 .ui-slider-handle {
	border-radius: 50px;
	outline: none !important;
}


/* RESPONSIVE DESIGN */
@media (max-width: 767px) {
	.destinations-grid-2-cols .uk-width-1-2 {
		width: 100% !important;
	}
	.destinations-grid-rounded-img img {
		height: 226px;
	}
	.destinations-grid-rounded-img .destination-days {
		width: 33.3%;
	}
	.destinations-grid-rounded-img .destination-short-info {
		padding: 0;
	}
	.destinations-1-col-3 img {
		height: 120px;
	}
	.destinations-1-col-3 h3 {
		margin: 20px 0 5px !important;
	}
	.destinations-1-col-4 img {
		height: 250px;
	}
	.destinations-1-col-4 {
		text-align: center;
	}
	.destinations-1-col-4 .uk-width-2-3 {
		width: 100%;
	}
	.destinations-1-col-4 .destination-title:after {
		margin: 0 auto;
	}
	.destinations-two-columns img {
		width: 100%;
	}
	.destinations-two-columns figcaption div {
		width: 100%;
	}
	.destinations-slideset-2-cols-2 li > * {
		width: 100% !important;
	}
	.destinations-slideset-2-cols-2 .uk-grid {
		margin: 0;
	}
	.destinations-slideset-2-cols-2 .uk-grid > * {
		padding: 5px 0;
		width: 100%;
		text-align: left;
	}
}