/* IHG LISTS */
.ihg-lists {
	margin: 0 !important;
}
.ihg-lists img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.ihg-hotels-sect {
	padding: 0px 0 50px 0;
	text-align: center;
}

.ihg-hotels-sect h2 {
	color: #545454;
	font-family: agenda-bold;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}

.ihg-hotels-sect h3 {
	font-family: agenda-medium;
	font-size: 20px;
	color: #545454;
	margin-bottom: 35px;
}

.ihg-hotels {
	border: 2px solid #e2e2e2;
	position: relative;
	padding: 20px 0;
	margin-top: 25px !important;
}

.ihg-hotel-logo {
	position: absolute;
	left: -15px;
	top: -20px;
	z-index: 10;
	padding: 10px;
	background: #fff;
}

.ihg-col-left {
	width: 84%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.ihg-col-right {
	width: 14%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding-top: 40px;
}

.ihg-lists {
	margin: 0;
}

.ihg-lists li {
	display: inline-block;
	vertical-align: middle;
	width: 15.6%;
	text-align: center;
	margin: 0 0 11px 0;
}

.ihg-col-left {
	border-right: 2px solid #e7e7e8;
}

@media (max-width: 1080px) {
	.ihg-hotels-sect {
		padding-top: 15px;
	}

	.ihg-col-left {
		padding: 0 25px;
	}

	.ihg-hotels {
		max-width: 859px;
		margin: 0 auto;
	}

	.ihg-hotels-sect {
		padding-bottom: 20px;
	}

	.ihg-col-right {
		width: 15%;
		padding: 40px 5px 0 5px;
	}

	.ihg-hotels {
		padding-top: 40px;
	}
}

@media (max-width: 768px) {
	.ihg-col-left,
	.ihg-col-right {
		width: 100%;
		float: none;
		display: block;
	}

	.ihg-col-right {
		padding-top: 0;
		
	}

	.ihg-col-right .cont-img {
		border-top: 1px solid #e0e0e0;
	}

	.ihg-col-left {
		border-right: 0;
	}

	.ihg-col-right .cont-img {
		border-top: 1px solid #e0e0e0;
		margin: 0 20px;
		padding-top: 20px;
	}
}

@media (max-width: 667px) {
	.ihg-lists li {
		width: 23.6%;
	}

	.ihg-hotel-logo {
		margin-left: -52.5px;
		left: 50%;
		top: -26px;
	}
}

@media (max-width: 480px) {
	.ihg-lists li {
		width: 31.6%;
	}

	.ihg-hotels {
		margin-top: 40px !important;
	}

	.ihg-col-left {
		padding: 0  10px;
	}
}

@media (max-width: 320px) {
	.ihg-hotels-sect h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.ihg-hotels-sect p {
		font-size: 15px;
	}

	.ihg-hotels {
		margin-top: 50px !important;
	}
}