/**
Theme Name: JB Custom Concrete 
Author: Leonille Philip Gida
*/
@font-face {
	font-family: 'Fontawesome';
	src:url('fonts/fontawesome.eot?-e43dk9');
	src:url('fonts/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
		url('fonts/fontawesome.woff?-e43dk9') format('woff'),
		url('fonts/fontawesome.ttf?-e43dk9') format('truetype'),
		url('fonts/fontawesome.svg?-e43dk9#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;	
}
@font-face {
    font-family: 'AvantGarde Demi';
    src: url('fonts/avantgd-webfont.eot');
    src: url('fonts/avantgd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avantgd-webfont.woff2') format('woff2'),
         url('fonts/avantgd-webfont.woff') format('woff'),
         url('fonts/avantgd-webfont.ttf') format('truetype'),
         url('fonts/avantgd-webfont.svg#avantgarde-demiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	background: #e0b587;
	background-image:url(images/bkg.png);
	background-repeat:repeat-x;
	font-family: 'Arial';
	
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	font-size: 16px;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.clear:after {
    clear: both;
    content: "";
    display: table;
}
.wrap {
	width: 1004px;
	margin: auto;
}
header {
	width: 100%;
	padding: 16px 0;
}
header h1 {
	color: #c50000;
}
header p {
	font-weight: bold;
	float: right;
}
header a {
	text-decoration: none;
	color: #c50000;
}
header img {
	float: left;
}
header span {
	text-align: center;
	float: right;
	background-color:rgba(255,255,255,0.65);
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	padding:8px;
}
header .phone {
	width: 31px;
	margin: 8px 8px 0 0;
}
.nav {
	background: #000;
	border-bottom: solid 12px #ac672b;
}
.nav ul {
	list-style: none;
}
.nav ul li {
	float: left;
}
.nav ul li a {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	padding: 14px 20px;
	display: block;
}
.nav ul li a:hover {
	background: #ac672b;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav ul li ul {
	width: 180px;
	position: absolute;
	z-index: 999;
	background-color: rgba(0,0,0,0.75);
	border-top: solid 11px #898989;
}
.nav ul li ul li {
	border-top: solid 1px #898989;
	float: none;
}
.nav ul li ul li a {
	font-size: 12px;
	padding: 6px 10px;
}
.nav ul li ul li a:hover {
	background: #fe0000;
}
.nav .socials {
	margin: 2px 0 0 0;
	float: right;
}
.header-resp {
	display: none;
	visibility: hidden;
}
.nav-resp {
	display: none;
	visibility: hidden;
}
.hero {
	width: 1004px;
	height: auto;
	border-bottom: solid 8px #ac672b;
	border-left: solid 8px #ac672b;
	border-right: solid 8px #ac672b;
	margin:0 auto;
}
.content {
	height:auto;
	min-height:650px;
	margin: 16px 10;
	float: none;
}
.content h1 {
	font-family: 'AvantGarde Demi';
	font-size:30px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.45);
	margin: 15px 0 24px 0;
}
.content h2 {
	font-family: 'AvantGarde Demi';
	margin: 0 0 24px 0;
}
.content h3 {
	font-family: 'Arial';
	margin: 0 0 16px 0;
}
.content h4 {
	font-family: 'AvantGarde Demi';
	font-size:16px;
	font-weight: 300;
	margin: 0 0 16px 0;
}
.content h5 {
	font-weight: lighter;
}
.content p {
	line-height: 20px;
	margin: 0 0 16px 0;
}
.content a{ color:#000; font-weight:bold; text-decoration:none; }
.content a:hover{ color:#d00000; text-decoration:underline; }
.content ul {
	line-height: 20px;
	font-size:14px;
	margin: 0 0 16px 30px;
}
.content .calltoaction {
	text-align: center;
	float: right;
	background-color:rgba(255,255,255,0.65);
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	margin: 0 0 16px 0;
	padding:8px;
}
.content .calltoaction h1 {
	font-family: 'Arial';
	font-size: 24px;
	text-shadow: none;
	color: #c50000;
	margin: 0;
}
.content iframe{
	width:900px;
	height:450px;
	margin: 0 auto 16px auto;
	border:1px solid #000;
}
.content .photo{ width:250px; height:292px; margin:0 2px 5px 10px; float:right; border:1px solid #000;}
.content .services .service-box {
	width: 242px;
	margin: 0 42px;
	float: left;
	position: relative;
}
.content .services .service-box h3 {
	font-size: 19px;
	text-align: center;
}
.content .services .service-box img {
	margin: 0 0 10px 0;
}
.content .services .service-box span {
	width: 13px;
	height: 12px;
	position: absolute;
	top: 186px;
	right: 8px;
}
.sidebar {
	width: 340px;
	margin: 16px 0;
	padding: 0 16px;
	float: right;
	border-left: solid 1px #7f7f7f;
}
.form {
	width: 100%;
}
.form h2 {
	font-family: 'AvantGarde Demi';
	margin: 0 0 8px 0;
}
.form h4 {
	font-family: 'Lato';
	font-weight: lighter;
	color: #545151;
	margin: 0 0 8px 0;
}
.form h5 {
	font-family: 'Lato';
	font-weight: lighter;
	color: #545151;
}
.form h6 {
	font-weight: lighter;
	line-height: 16px;
	margin: 0 0 10px 0;
}
.form a {
	color: #4185ce;
}
.form input {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 8px;
	border: solid 1px #c6dade;
}
.form #captcha {
	width: 220px;
	float: left;
	text-align: right;
}
.form #captcha .text {
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	display: block;
	margin: 0 0 8px 0;
}
.form #captcha .number {
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	display: inline;
	color: #fd0000;
}
.form .captcha {
	width: 42px;
	height: 22px;
	display: inline;
}
.form .submit {
	font-family: 'AvantGarde Demi';
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	background: #4ea701;
	width: 84px;
	height: 40px;
	border: none;
	border-radius: 6px;
	padding: 0;
	float: right;
	cursor: pointer;
}
.subfooter {
	background: #ac672b;
	padding: 14px 0;
	height:60px;
}
.subfooter a{
	color: #fff;
	margin: 2px 5px;
}
.subfooter a:hover{
	text-decoration: underline;
}
.subfooter ul {
	list-style: none;
	padding: 0 8px;
	float: left;
	border-left: solid 1px #b4bec4;
}
.subfooter ul li {
	margin: 0 0 8px 0;
}
.subfooter ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
}
.subfooter span {
	padding: 11px 24px;
	float: right;
	border-left: solid 1px #b4bec4;
	margin-top:-5px;
}
.subfooter span h5 {
	font-weight: lighter;
	text-align: center;
	line-height: 17px;
	color: #FFF;
	margin-top:-10px;
}
.subfooter span h5 a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
footer {
	background: #000;
	padding: 16px 0;
	color:#fff;
}
footer h5 {
	font-weight: lighter;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.grid-gallery figure {
	margin: 0;
}
.grid-gallery figure img {
	display: block;
	width: 100%;
	margin: 0;
}
.grid-gallery caption h3 {
	margin: 0;
	padding: 0 0 0.5em;
}
.grid-gallery caption p {
	margin: 0;
}
.grid-wrap {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 1em 1.875em;
}
.grid {
	margin: 0 auto;
}
.grid li {
	width: 25%;
	float: left;
	cursor: pointer;
}
.grid figure {
	padding: 15px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.grid li:hover figure {
	opacity: 0.7;
}
.grid caption {
	background: #e4e4e4;
	padding: 25px;
}
.slideshow {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,150px);
	transform: translate3d(0,0,150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.slideshow li {
	width: 800px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	margin-top: -280px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;
}
.slideshow li.show {
	visibility: visible;
}
.slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.slideshow li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}
.slideshow figure {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}
.slideshow caption {
	padding-bottom: 20px;
}
.slideshow caption h3 {
	font-weight: 300;
	font-size: 200%;
}
.slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #03263a;
	text-align: center;
	padding: 3%;
	cursor: pointer;
	font-size: 2.2em;
}
.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slideshow nav span.nav-prev {
	left: 0;
}
.slideshow nav span.nav-next {
	right: 0;
}
.slideshow nav span.nav-close {
	top: 0;
	right: 0;
	padding: 0.5em 1em;
	color: #FFF;
}
.icon:before,
.icon:after {
	font-family: 'Fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
span.nav-prev:before {
	content: "\e601";
}
span.nav-next:before  {
	content: "\e600";
}
span.nav-close:before {
	content: "\e602";
}
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}
.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}
.info-keys:before {
	left: 10px;
	content: "\e603";
}
.info-keys:after {
	right: 10px;
	content: "\e604";
}
@media screen and (max-width: 60em) {
	.grid li {
		width: 33.3%;
	}
	.nav { display:none; visibility:hidden;
	}
	.slideshow li {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}
	.slideshow li figure img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}
	.slideshow nav span,
	.slideshow nav span.nav-close {
		font-size: 1.8em;
		padding: 0.3em;
	}
	.info-keys {
		display: none;
	}
	.current {
		z-index: 999;
	}
}
@media screen and (max-width: 35em) {
	.grid li {
		width: 50%;
	}
	.current {
		z-index: 999;
	}
}
@media screen and (max-width: 24em) {
	.grid li {
		width: 100%;
	}
	.current {
		z-index: 999;
	}
}
@media only screen and (min-width:10px) and (max-width: 400px) {
	.header-resp {
		background: #000;
		height: auto;
		margin: 0;
		visibility: visible;
		display: block;
	}
	.nav { display:none; visibility:hidden;
	}
	ul.nav-resp {
		background: #4ea701;	
		margin: 0;
		padding: 0;
		visibility: visible;
		list-style: none;
	}
	.nav-resp li {
		background: #4ea701;
		margin: 0;
		padding: 10px 0;
		list-style: none;
		border: 0px;
	}
	.nav-resp li ul {
		margin: 10px 0 0 0;
		padding: 0px;
		list-style: none;
	}
	.nav-resp li a {
		margin: 0;
		padding: 0 0 0 10px;
		font-family: 'AvantGarde Demi';
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}
	.nav-resp li a:hover {
		color: #03263a;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.nav-resp li li a {
		padding: 0 0 0 40px;
	}
	.nav-button {
		padding: 8px 8px 8px 0;
		float: right;	
		cursor: pointer;
		width: 50px;
	}
	.hero {
	width: 100%;
	height: auto;
	border-left:0;
	border-right:0;
	border-bottom: solid 8px #ac672b;
	margin:0 auto;
}
	.hero-resp {
		display: block;
		visibility: visible;
	}
	.wrap {
		width: 90%;
	}
	header img {
		width: 100%;
		float: none;
	}
	header span {
		display: block;
		margin: 16px 0 0 0;
		float: none;
	}
	header {
		padding: 24px 0;
	}
	header h1 {
		font-size: 36px;
	}
	header p {
		float: none;
	}
	header .phone {
		display: none;
		visibility: hidden;
	}
	.slider {
		display: none;
		visibility: hidden;
	}
	.content {
		width: 100%;
		float: none;
	}
	.content .services {
		text-align: center;
	}
	.content .services .service-box {
		display: inline-block;
		float: none;
	}
	.content .photo{ width:100px; height:117px; margin:0 2px 5px 8px; float:right; border:1px solid #000;} .photo img{ width:100px; height:117px; }
	.sidebar {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
	}
	.form {
		width: 100%;
	}
	.sidebar #captcha {
		width: 100%;
	}
	.subfooter {
	background: #ac672b;
	padding: 10px 0;
	height:auto !important;
}
	.subfooter a{
	color: #fff;
	font-size:11px;
	margin: 2px 5px;
}
	
	.subfooter ul {
		text-align: center;
		border: none;
		margin: 0 0 24px 0;
		padding: 0;
		float: none;
	}
	.subfooter span {
		border: none;
		padding: 0;
		float: none;
		display: none;
	}
	footer a{ font-size:11px !important; }
	footer h5 {
		text-align: center; font-size:11px !important; 
	}
}
@media only screen and (min-width:401px) and (max-width: 979px) {
	.header-resp {
		background: #000;
		height: auto;
		margin: 0;
		visibility: visible;
		display: block;
	}
	.nav { display:none; visibility:hidden;
	}
	ul.nav-resp {
		background: #4ea701;	
		margin: 0;
		padding: 0;
		visibility: visible;
		list-style: none;
	}
	.nav-resp li {
		background: #4ea701;
		margin: 0;
		padding: 10px 0;
		list-style: none;
		border: 0px;
	}
	.nav-resp li ul {
		margin: 10px 0 0 0;
		padding: 0px;
		list-style: none;
	}
	.nav-resp li a {
		margin: 0;
		padding: 0 0 0 10px;
		font-family: 'AvantGarde Demi';
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}
	.nav-resp li a:hover {
		color: #03263a;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.nav-resp li li a {
		padding: 0 0 0 40px;
	}
	.nav-button {
		padding: 8px 8px 8px 0;
		float: right;	
		cursor: pointer;
		width: 50px;
	}
	.hero {
	width: 100%;
	height: auto;
	border-left:0;
	border-right:0;
	border-bottom: solid 4px #ac672b;
	margin:0 auto;
}
	.hero-resp {
		display: block;
		visibility: visible;
	}
	.wrap {
		width: 90%;
	}
	header img {
		display: block;
		margin: auto;
		float: none;
	}
	header span {
		display: block;
		margin: 16px 0 0 0;
		float: none;
	}
	header {
		padding: 24px 0;
	}
	header h1 {
		font-size: 36px;
	}
	header p {
		float: none;
	}
	header .phone {
		display: none;
		visibility: hidden;
	}
	.slider {
		display: none;
		visibility: hidden;
	}
	.content {
		width: 100%;
		float: none;
	}
	.content .photo{ width:180px; height:210px; margin:0 2px 5px 8px; float:right; border:1px solid #000;} .photo img{ width:180px; height:210px; }
	.content .services {
		text-align: center;
	}
	.content .services .service-box {
		display: inline-block;
		float: none;
	}
	.sidebar {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
	}
	.form {
		width: 100%;
	}
	.form h5 {
		text-align: right;
	}
	.sidebar #captcha {
		width: 100%;
	}
	.subfooter ul {
		text-align: center;
		border: none;
		margin: 0 0 24px 0;
		padding: 0;
		float: none;
	}
	.subfooter span {
		border: none;
		padding: 0;
		float: none;
		display: none;
	}
	.subfooter {
	background: #ac672b;
	padding: 10px 0;
	height:auto !important;
}
	.subfooter a{
	color: #fff;
	font-size:12px;
	margin: 2px 5px;
}
	footer a{ font-size:12px !important; }
	footer h5 {
		text-align: center; font-size:12px !important; 
	}
}