/**
 *
 */

/* Coloring Brand Tiles */
.my-maldives .item-tile .btn-view-deal,
.my-maldives .item-tile .package-icon
	{
		background-color: #00ACBE !important;
	}
.my-maldives .item-tile .price
	{
		color: #00ACBE !important;
	}
.my-new-caledonia .item-tile .btn-view-deal,
.my-new-caledonia .item-tile .package-icon
	{
		background-color: #00ACBE !important;
	}
.my-new-caledonia .item-tile .price
	{
		color: #00ACBE !important;
	}
.my-hawaii .item-tile  .btn-view-deal,
.my-hawaii .item-tile  .package-icon
	{
		background-color: #00ACBE !important;
	}
.my-hawaii .item-tile  .price
	{
		color: #00ACBE !important;
	}
.my-vanuatu .item-tile .btn-view-deal,
.my-vanuatu .item-tile .package-icon
	{
		background-color: #00ACBE !important;
	}
.my-vanuatu .item-tile .price
	{
		color: #00ACBE !important;
	}
.my-fiji .item-tile .btn-view-deal,
.my-fiji .item-tile .package-icon
	{
		background-color: #00ACBE !important;
	}
.my-fiji .item-tile .price
	{
		color: #00ACBE !important;
	}
.my-queensland .item-tile .btn-view-deal,
.my-queensland .item-tile .package-icon
	{
		background-color: #00ACBE !important;
	}
.my-queensland .item-tile .price
	{
		color: #00ACBE !important;
	}
.my-dubai .item-tile .btn-view-deal,
.my-dubai .item-tile .package-icon
	{
		background-color: #00ACBE !important;
	}
.my-dubai .item-tile .price
	{
		color: #00ACBE !important;
	}

/* Tiles */
.item-tile
	{
		display: block;
		position: relative;
		float: left;
		width: 32%;
		background-color: #fff;
		transition: ease 0.3s;
		text-align: center;

		border: 1px solid #e1e1e1;
	}
.item-tile a
	{
		outline: none;
	}
.item-tile::after
	{
		display: table;
		content: " ";
		clear: both;
	}
.item-tile,
.et_pb_text .item-tile:last-child
	{
		margin: 10px 5px;
		padding: 0 15px 5px 15px;
	}
.resort-carousel button.slick-arrow
	{
		top: 45%;
	}
.item-tile .image
	{
		position: relative;
		left: -15px;
		width: calc(100% + 30px);
		margin-bottom: -15px;
		height: 200px;
		transition: ease-in-out 0.3s;
		box-shadow: inset 0 0 10px rgba(0,0,0,0.3);

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	}
.item-tile .details .my-brand-logo
	{
		display: block;
		height: 45px;
		margin-top: 20px;
	}
.item-tile .details .my-brand-logo img
	{
		height: 100%;
		margin: 0 auto;
	}
.item-tile .tag
	{
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		padding: 3px 10px;
		border-top-right-radius: 5px;
		box-shadow: inset 3px -3px 10px rgba(0,0,0,0.3);
	}
.item-tile .feature-icons
	{
		text-align: center;
	}
.item-tile .et-pb-icon-circle
	{
		margin: 0 3px;
	}
.item-tile .details
	{
		position: relative;
		top: 15px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
.item-tile .details::after
	{
		display: table;
		content: "";
		clear: both;
	}
.item-tile h3
	{
		position: relative;
		overflow: hidden;
		padding: 15px 0;

		height: 75px;
	}
.item-tile p
	{
		color: #333;
	}
.package-feature-icons
	{
		position: relative;
    	width: 100%;
	}
.package-feature-icons svg
	{
		height: 40px;
	}
.item-tile p.room-type
	{
		width: 100%;
		text-align: center;
		position: relative;
		margin: 10px 0;
		height: auto;
		padding-bottom: 0;
		margin-bottom: 0;
	}
.item-tile .left,
.item-tile .right
	{
		position: relative;
		padding: 0.5rem 0;
		line-height: 1em;
		font-size: 12px;
	}
.item-tile .left
	{
		float: left;
		padding-right: 1em;
		line-height: 1.5em; /* to match height of $123 on right side */
		text-align: left;

	}
.item-tile .right
	{
		text-align: right;
	}
.item-tile .btn-view-deal
	{
		display: block;
		position: relative;
		padding: .5em;
		color: #fff;
		text-transform: uppercase;
		width: 100%;
		border-radius: 3px;
	}
.item-tile:hover
	{
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		transform: translateY(-5px);
	}
.item-tile:hover .btn-view-deal
	{
		background-color: #666 !important;
	}
.item-tile .price
	{
		font-size: 20px;
	}

.item-tile.resort
	{
		height: 390px;
	}
.item-tile.resort .image
	{
		position: relative;
		top: -15px !important;
		left: -15px !important;
		width: calc(100% + 30px) !important;
		max-width: inherit !important;
		margin-bottom: -15px;
		height: 200px;
		background-size: 350px 200px;
		transition: ease-in-out 0.3s;
	}
.item-tile.brand
	{
		width: 100%;
	}
.item-tile.brand img
	{
	display:block;
	top: auto;
	margin: 20px auto 0 auto;
		max-height: 35px;
	}
.item-tile.destination
	{
		width: 100%;
	}
.item-tile.destination .image
	{
	display:block;
	top: auto;
	/* margin: 0 auto 0 auto; */
	max-height: 80px;
	}
.item-tile.destination h3
	{
		padding-top: 35px;
	}
.item-tile.experience .details
	{
		height: 165px;
	}

.item-tile .stamp
	{
		color: white;

		width: 50px;
		height: 50px;
		margin-bottom: -50px;

		position: relative;
		left: 130px;
		bottom: 50px;

		z-index: 99;
	}
.item-tile .destination{
	font-weight: bold;
}

@media (max-width: 1024px)
	{
		.item-tile
		{
			width: 48%;
		}
		.item-tile .image
		{
			height: 250px;
			background-size: 438px 250px;
		}
	}
@media (max-width: 768px)
	{
		.item-tile
			{
				width: 98%;
			}
		.item-tile .image
			{
				height: 250px;
				background-size: 700px 400px;
			}
	  .package-features .package-highlights-image
	    {
	      margin-top: -250px !important;
	    }

		#nav_menu-2
			{
				width: 100% !important;
				margin-bottom: 50px !important;
			}
	}
@media (max-width: 480px)
	{

	}

@media (max-width: 350px)
	{
		body div
			{
				box-sizing: border-box;
			}
		.et_pb_row
			{
				width: 95% !important;
			}
	}
