.service-figure{ background-size: contain;}

@media print {
	#additional-services div {
		background-color: #eee !important;
		-webkit-print-color-adjust:exact;
	}
	.service-figure { -webkit-print-color-adjust: exact; }

	#additional-services figure {
		background-color: #fff !important;
		border: 1px solid #ccc !important;
		height: 120px !important;
		width: 100% !important;
		position: relative !important;
		margin-bottom: 15px !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-size: contain !important;
	}
}

#additional-services {
	padding: 20px 35px;
	overflow: hidden;
	}
#additional-services h2 {
	color: #346ca0;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	}
#additional-services h3 {
	font-size: 22px;
	color: #346ca0;
	margin-bottom: 5px;
	}

#additional-services p {
	font-size: 15px;
	font-weight: bold;
	color: #38474f;
	}

#additional-services div {
	width: 45%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
	height: 270px;
	overflow: hidden;

	background-color: #fff;
	border: 3px solid #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#additional-services div a:link,
#additional-services div a:visited {
	display: block;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	}



#additional-services figure:after {
	display: block;
	content: '';
	text-decoration: none;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;

	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	background-color: rgba(255,255,255,0.95);

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

#additional-services div:hover figure:after {

	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}

#additional-services figure:before {
	position: absolute;
	content: '\f061';
	font-family: FontAwesome;
	top: 50%;
	color: #ff7a00;
	z-index: 2;
	font-size: 55px;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 0;
	margin-top: 20px;

	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}


#additional-services div:hover {
	-webkit-box-shadow: 0px 5px 13px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 13px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 13px rgba(0,0,0,0.15);

	background-color: #fff;
	border: 3px solid #ff7a00;
	}

#additional-services div:hover figure:before {
	margin: 0;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}


#additional-services figure {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 120px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: contain;*/

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.07);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.07);
	}


@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	#additional-services,
	#reservations.lessbs .container-fluid #intro { padding: 0px 15px }

	.lessbs h1 { font-size: 28px }

	#reservations.lessbs .container-fluid #reservation-details .reservation-info-box .reservation-info .row div {
	    margin-bottom: 6px;
	    }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}


/* Portrait phones and smaller */
@media (max-width: 680px) {
	#additional-services div {
		float: none;
		width: 100%;
		height: auto;
		}
}

#reviewsPromo {
	padding: 30px 35px;
	overflow: hidden;
	}
#reviewsPromo h2 {
	color: #ff7a00;
	font-size: 27px;
	margin-bottom: 15px;
	font-weight: bold;
	}
#reviewsPromo h3 {
	font-size: 22px;
	color: #346ca0;
	margin-bottom: 5px;
	}

#reviewsPromo p {
	font-size: 15px;
	font-weight: bold;
	color: #38474f;
	}
	#reservations.lessbs #reviewsPromo .linkOuts a {
	font-size: 18px;
	font-weight: bold;
	color: #1d4879;
	    margin-top: 9px;
	    margin-right:15px;
    display: inline-block;
	}
	#reservations.lessbs #reviewsPromo p.linkOuts a:hover {
	text-decoration:none
	}
