/* HOME PAGE CONTENT */

.featuredHalfLeft {
	margin: 15px 0 15px 0;
	padding: 15px;
	width: 345px;
	background-color: #fff;
	float: left;
	height: 150px;
}

.featuredHalfRight {
	margin: 15px 0 15px 0;
	padding: 0;
	width: 345px;
	background-color: #fff;
	float: left;
	height: 150px;
	overflow: hidden;
}

#homeRightColumn .slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

/* Featured listing on HP */

.featuredListing {
	width: 660px;
	margin: -10px auto 15px auto;
	clear: both;
	background-color: #fdf1e5;
	padding: 15px;
}

.featuredListing ul {
	margin: 0 0 0 15px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-item: stretch;
	justify-content: space-between;
}

.featuredListing ul li {
	width: 45%;
	margin: 0 0 15px 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	text-align: left;
    list-style: disc;
}

.featuredListing ul li a {
	color: #4d4d4f;
	text-decoration: underline;
}

.featuredListing ul li a:hover {
	color: #e97300;
}

.featuredListingMore {
	text-align: right;
}


/* Adjust margin for second carousel on HP */



.dest_list_nav ul {
	margin: 0;
	padding: 0;
}

.dest_list_nav ul li {
	margin: 0;
	padding: 6px 0;
}

.dest_list_nav ul li a {
	text-decoration: underline;
	font-size: 14px;
	color: #4d4d4f;
}

.dest_list_nav ul li a:hover {
	color: #e97300;
}



.destHotelList {
	width: 600px;
}

.ti-button a {
	background-color: #000;
	color: #fff;
	padding: 10px 15px;
	min-height: 80px;
	min-width: 210px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.misc3col {
    width: 700px;
    margin: 30px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-item: center;
    justify-content: space-between;
    clear: both;
}

ul.misc3col li {
	width: 33%;
	margin: 0;
	align-self: center;
	text-align: center;
}

.ti-tint-box {
	background-color: #fdf1e5;
	width: 940px;
	margin: 20px auto;
	padding: 20px;
	clear: both;
}

.ti-tint-box h2 {
	text-align: center;
	margin: 0 0 10px 0;
}

.ti-tint-box::after {
  content: "";
  clear: both;
  display: table;
}

.misc2col {
    width: 700px;
    margin: 10px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-item: center;
    justify-content: space-between;
    clear: both;
}

ul.misc2col li {
    width: 36%;
    margin: 0 7%;
    align-self: center;
    text-align: center;
}

.carousel-gap {
	margin-top: 15px;
}