/* ==========================================================================
   SERVICES FAUX STYLE
   ========================================================================== */

.scale-with-grid{width: 100%; max-width: 100%; height: auto;}
.xh-services .service, .xh-services .lemon{text-align: center; padding-top: 20px;} .xh-services .price{font-family: PT Sans; line-height: 1.375; font-weight: 400;  color: #BA9765;}
.xh-services .alpha, .xh-services .omega{float: left; width: 50%; margin: 0; padding: 25px 0 0 0; text-align: center;}
.xh-services .alpha h3, .xh-services .omega h3{margin-top: 20px;}
.xh-services .fa{ color: #FFD800; font-size: 145%;} .xh-services h3{margin-top: 1.5em;}
.xh-services hr { display: block; height: 1px; border: 0; border-top: 1px solid #FFD800; margin: 3em 0 1em 0; padding: 0;}
.xh-services .clear{clear:both;}  .xh-services .lemon h3{margin-top: 0;} #home-content-beneath small{color: #fff;}
/* Intsafeed */
.grid {
	padding: 30px 20px 30px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid .pic {
	display: inline-block;
	width: 306px;
	margin: 0;
	padding: 4px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block; padding: 0; margin: 0;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #181A1E;
	color: #1DBAD5;
}

.grid figcaption h3 {
	margin: 0 20px 0 0;
	padding: 0;
	color: #fff; font-size: 90%;
}
.grid h2{color: #FFD800;} .grid .instalink{text-transform: uppercase; margin: 5px auto;}
.grid figcaption .fa-comment-o, .grid figcaption .fa-heart-o{font-size: 150%; color: #BA9765;}
.grid figcaption span{font-size: 140%; color: #fff;}
.grid figcaption span:before {
	content: '';
}

.grid figcaption a{color: #FFD800!important; font-size: 150%;}
.grid figcaption a:hover {color: #84b63d!important; font-weight: normal; text-decoration: none!important; border-bottom: none!important;}
/*.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #1DBAD5;
	color: #fff;
}*/

/* Individual Caption Styles */

/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	top: 5px;
	right: 10px;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid .pic {
		width: 100%;
		min-width: 300px;
	}
}

