@media (min-width: 748px) {
	.title-with-video-custom {
		margin-top: -215px !important;
	}
	.title-with-video-custom h1 {
		color: #FFF;
	}
	.title-with-video-custom p {
		color: #e6e6e6;
	}
}

.play-video-custom {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -45px;
}
.play-video-custom img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.play-video-custom:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.room-suite-info::after {
	clear: both;
	content: "";
	display: table;
}
.room-suite-info ul {
	margin: 10px 0 30px;
	padding: 0;
	list-style: none;
}
.room-suite-info ul li {
	border-bottom: 1px solid #e9e9e9;
}
.room-suite-info ul li label {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	opacity: 0.7;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 50%;
}
.room-suite-info ul li span, .room-suite-info ul li strong {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 -10px 0 -5px;
	padding: 0;
	width: 50%;
	text-align: right;
}
.room-suite-info ul li strong {
	font-size: 14px;
	font-weight: 700;
	padding: 15px 0;
}
.room-suite-info ul li .room-suite-info-detail {
	float: left;
	font-size: 11px;
	margin: 7px 0 0;
	text-transform: uppercase;
}
.room-suite-info ul li .room-suite-info-book {
	float: right;
	font-size: 12px;
	margin: 7px 0 0;
	text-transform: uppercase;
	font-weight: 700;
}
.room-suite-info ul li .room-suite-info-book-now {
	float: right;
	margin: 7px 0 50px;
}
.room-suite-info ul li:last-child {
	border-bottom: 0;
}

section.section-color-custom {
	border-top: 0;
	background: #E8E8E8;
}

.social-icons li {
	box-shadow: none;
}
.social-icons li a {
	background: transparent;
	color: #FFF !important;
}

.divider-top-section-custom {
	margin-bottom: -50px !important;
}

.google-map {
	margin: 35px 0 -50px !important;
}

#footer .logo img {
	max-width: 100px;
	opacity: 0.5;
}
#footer hr.solid {
	background: #1b1b1b none repeat scroll 0 0;
	margin-top: -10px;
}
#footer h5 {
	font-size: 15px;
}
#footer .fa-phone {
	position: relative;
	top: 1px;
	margin-right: 2px;
}
#footer .footer-email-custom {
	margin: 2px 10px 0 0;
	font-size: 13px;
	border-right: 1px solid #1b1b1b;
	padding: 0 20px 3px 0;
	display: block;
}
