@charset "utf-8";
/* CSS Document */

.banner {
    margin-top: 110px;
}

.col-md-12.insidecontent {
    border: none;
    padding: 20px 15px;
    margin: 0;
}

p {
	margin: 0 0 10px;
font-family: "Lato";
font-size: 16px;
color: 	#1d1d1d;
}

h2 {
	font-family: 'lato';
	color: #95452a;
}

@media (min-width: 768px) {
  .content *, .fader * {
  	opacity: 0.01;
  }
}


.container {

}

.gpimg {
	position: relative;
	top: 1px;
	left: 1px;
}

.header:before {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #a94224;
background: -moz-linear-gradient(left, #a94224 0%, #e09357 100%);
background: -webkit-linear-gradient(left, #a94224 0%,#e09357 100%);
background: linear-gradient(to right, #a94224 0%,#e09357 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a94224', endColorstr='#e09357',GradientType=1 );
}

.header {
  background-color: #FFF;
  width: 100%;
  z-index: 180;
  position: fixed;
  top: 0px;
  min-height: 110px;
  opacity: .0.01;
  transition: top 0.5s;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #CCC;
}
img.logo {
	margin-top:16px;
	float:left;
}

.logoheader {
  float: none;
  color: #95452a;
  margin-left: 10px;
  font-family: 'lato';
  margin-bottom: 0;
  margin-top: 27px;
  position: absolute;
  top: 0px;
  left: 97px;
  font-size: 32px;
}

.blank {
	padding-top: 20px;
}

.blank .field-text, .blank .field-telephone, .blank .field-email, .blank .field-select {
  width: 100%;
  float: none;
}

.blank .field-text input, .blank .field-telephone input, .blank .field-email input, .blank select, .blank textarea {
	width: 100%;
}

.blank input.submit {
	margin-right: 0px;
}

.tagline {
  font-family: 'lato';
  font-style: italic;
  font-weight: 700;
  padding-left: 94px;
  font-size: 15px;
  color: #3d3d3d;
  position: absolute;
  top: 64px;
  left: 14px;
}

.socialicons img{
	padding: 5px 1px;
}

#phone p {
float: right;
  font-size: 28px;
  font-family: 'lato';
  font-weight: 300;
  margin-left: 30px;
  letter-spacing: -1px;
  position: relative;
  top: 2px;
}

#phone img {
  position: relative;
  top: -2px;
  left: -5px;
}

.headersocial {
margin-top: 6px;
}

.socialicons {
	float: right;
margin-right: 0;
margin-top: 3px;
}

.socialicons a img:hover {
	opacity: 0.5;
	 -webkit-transition: opacity 0.3s; /* Safari */
    transition: opacity 0.3s;
}

.nav {
  display: block;
  float: right;
  top: 5px;
  position: relative;
}
.nav>li {
display: inline-block !important;
}

ul.nav li a {
color: #000;
text-decoration: none;
font-family: "lato";
font-weight: 600;
 padding: 6px 12px;
font-size: 16px;
border-radius: 5px;
}

li.active {
color: #fff;
}

ul.nav li.active a:hover {
	background-color: #1d1d1d;
	color: #FFF;
}

ul.nav li a:hover, ul.nav li.nav-selected a, ul.nav li ul li.nav-selected a {
color: #fff;
background: #BD3F29 !important;
}

ul.nav li a {
	transition: color 0.12s, background-color 0.2s;

}

ul.nav li a: {
	transition: color 0.12s, background-color 0.2s;

}



.nav>li.active>a, .nav>li.active>a:focus {
color: #fff;
background-color: #BD3F29 ;
border-radius: 5px;
  padding: 6px 12px;
}

.block1 {
background-color: #262626;
display: block;
overflow: hidden;
}

.block1 p {
	color: #FFF;
	text-align:left;
	font-family: 'lato';
	font-size:18px;
	margin-top: 40px;
	  letter-spacing: -1px;
	margin-bottom: 0;
}

.block1 h3 {
  text-align: left;
  color: #FFF;
  font-family: 'lato';
  font-weight: 700;
  font-size: 25px;
  margin-top: 0;
    padding-bottom: 35px;
    letter-spacing: -1px;
}

.blackbutton {
  text-align: center;
  position: relative;
  top: 47px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 3px solid #FFF;
  display: inline-block;
  padding: 10px 39px;
  margin: 0px auto;
	color: #FFF;
	font-size: 16px;
	font-family: "Lato";
	font-weight: 600;
	 -webkit-transition:  all 0.2s;
	 transition: all 0.2s;
}

.blackbutton:hover {
	color: #262626;
		background-color: #FFF;

	text-decoration:none;
	 -webkit-transition:  all 0.2s;
	 transition: all 0.2s;
}



.col-md-12.block2 {
	text-align:center;
	background-image: url("images/layer.jpg");
	height: auto;
padding-bottom: 40px;
}

.slideshow {
  position: static !important;
  max-height: 770px;
}

#renocontent {
margin-top: 48px;
}

.block2 h1 {
	font-family: "montserrat";
	color: #1d1d1d;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	margin-bottom: 20px;
    text-indent: -1px;
	letter-spacing: -1px;
}

.block2 h1 span {
	font-family: "montserrat";
	font-weight: 400;
	color: #717171;
	  display: block;
  letter-spacing: -1px;
	font-size: 17px;
	margin-top: 0;
	text-shadow: 1px 0px 0px rgba(255,255,255,0.1);
}

.block2 p {
  font-family: 'lato';
  font-size: 16px;
  color: #1d1d1d;
  margin-top: 15px;
  letter-spacing: -1px;
}

.projects {
margin: 0px 0px;
}

.projects h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 40px 0px 0px;
}

.projects .col-md-4 {
  margin: 30px 0px;
}

.projectsMoreInfo {
	margin: 30px 0px;
}

.projectsMoreInfo p {
  margin: 0px;
  font-weight: 300;
  font-size: 21px;
  font-family: "Montserrat";
  color: #555;
  text-align: center;
}

.projectsMoreInfo p a {
	display: inline-block;
	color: #A94423;
	transition: all 0.2s;
	text-decoration: none;
}

.projectsMoreInfo p a:hover {
	color: #1d1d1d;
		transition: all 0.2s;
}
.projectsMoreInfo p a:after {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background: #A94423;
	transition: all 0.2s;
}

.projectsMoreInfo p a:hover:after  {
	width: 100%;
	transition: all 0.2s;
}

.projectsMoreInfo p {
	margin: 0px;
}

.projecttags {
  float: left;
  text-align: left;
  margin-right: 41px;
}

.projecttags h3 {
	font-family: montserrat;
font-weight: 400;
margin-bottom: 0;
margin-top: 10px;
}

.projecttags h3 span {
	font-family: montserrat;
color: #585d5f;
  font-size: 20px;
margin-top: 0px;
display: block;
}

.projects p {
  font-size: 13px;
  text-align: right;
  padding-top: 10px;
  line-height: 16px;
}
a.readmore {
font-family:'lato';
font-weight:700;
color: #9bab10;
transition: all 0.2s;
font-size: 13px;
}

.testimonialWrap h2 {
	  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 50px;
}

a.readmore:hover {
	text-decoration: none;
	color: #111;
transition: all 0.2s;
}


.footer {
  background-image: url("images/footer.png");
  width: 100%;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  margin-bottom: 25px;
  margin: auto;

}

.rights {
height: 60px;
margin-top: 10px;
}

.rights p {
		text-align: center;
font-family: "Lato";
font-weight: 400;
margin-bottom: 0;
}

.rights a {
	font-family:'lato';
	font-weight:700;
	color: #1d1d1d;
	transition: all 0.2s;
}

.rights a:hover {
	text-decoration:none;
	color: #999;
	transition: all 0.2s;
}

.galfront ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.galfront ul li {
  float: left;
  width: 50%;
}

.galfront ul li a {
  width: 98%;
  margin: 0px auto 10px;
  display: block;
  text-align: right;
  font-family: "montserrat";
  color: #FFF;
  background: #B8512E;
  position: relative;
  padding: 50px 20px;
  font-size: 22px;
  border-radius: 6px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.32) inset;
    transition: all 0.2s;
	text-shadow: 1px 1px 0px #000;
	text-decoration: none;
}

.galfront ul li a img {
  top: 15px;
  left: 15px;
  position: absolute;
  border: 1px solid;
  width: 130px;
  height: 100px;
}

.galfront ul li a:hover {
  box-shadow: 0px 0px 33px rgba(0,0,0,0.52) inset;
  background: #d06540;
  transition: all 0.2s;
  	text-shadow: 1px 1px 3px #000;

}

.footerslide {
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-position: 25px 25px;
  min-height: 200px;
  margin: 0 auto;
  position: relative;
  top: 112px;
  border-radius: 6px;
  background-color: #FFF;
  padding: 20px;
  box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
  float: left;
  width: 520px;
  margin: 0px 33px;
 }
.banner {
	height: auto;
	overflow: hidden;
	background-color: #262626;
}

.projectBox {
	position: relative;
}

.copyright {
  padding-top: 13px;
}

.full.width .content,
.inner .content {
  background: #FFF;
  margin-top: -115px;
  position: relative;
  min-height: 140px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #CCC;
  padding-top:25px;

}
.inner .banner {
  height: 400px;
  background-color: #000;
}

.inner .banner img {
  opacity: 0.4;
}


.testimonialWrap {
  position: relative;
  overflow: hidden;

}

.testimonialWrap .testimonialList {
  position: relative;
  min-height: 320px;
}

.testimonialWrap .testimonialList .footerslide {
  float: none;
  padding: 30px 52px;
  width: 100%;
  margin: 25px auto 25px;
  display: block;
}

.testimonialControls {
  width: 69px;
  margin: 0px auto;
  position: relative;
  top: -60px;
  text-align: center;
}

.testimonialControls span {
  width: 15px;
  cursor: pointer;
  height: 15px;
  background: #FFF;
  box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
  border-radius: 100%;
  text-indent: -999em;
  display: block;
  float: left;
  margin: 0px 4px;
  transition: all 0.2s;
}

.testimonialControls span:hover, .testimonialControls span.cycle-pager-active {
	box-shadow: 0px 0px 14px rgba(0,0,0,0.8);
	transition: all 0.2s;
	background: #f2ab93;
}

span.quoteowner {
  font-family: "Lato";
  font-weight: 700;
  font-size: 14px;
  color: #585858;
  display: block;
  text-align: right;
}

.inner-quote {
  border-bottom: 1px solid #CCC;
  padding-top: 30px;
}

.tintro {
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.inner-quote:last-child {
	border-bottom: none;
}

.inner-quote p.quote {
  font-family: "Lato";
  font-size: 18px;
  color: #585858;
  line-height: 27px;
  margin-bottom: 22px;
}



p.quote {
	font-family: "Lato";
font-size: 18px;
color: #585858;
}


.banner-inner {
  padding-top: 110px;
  background-image: url(images/inner-banner.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #cf6b44;
  background-size: 100%;
  padding-bottom: 150px;
  box-shadow: 0px -14px 60px rgba(0,0,0,0.5) inset;
  -o-box-shadow: 0px -14px 60px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0px -14px 60px rgba(0,0,0,0.5) inset;
  -webkit-box-shadow: 0px -14px 60px rgba(0,0,0,0.5) inset;
  background-size: cover;
}

.banner-inner h1 {
	font-family: "Montserrat", sans-serif;
    margin-top: 49px;
	color: #FFF;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.45);
	-o-text-shadow: 2px 2px 0px rgba(0,0,0,0.45);
	-moz-text-shadow: 2px 2px 0px rgba(0,0,0,0.45);
	-webkit-text-shadow: 2px 2px 0px rgba(0,0,0,0.45);
	  position: relative;
	  transition: all 0.5s;
}


.insidecontent {
	  border-right: 1px solid #CCC;
  padding-right: 40px;
  margin-bottom: 40px;
}

/*Sidebar*/
.contactustoday {
  background-color: #ca7154;
  min-height: 70px;
  width: 90%;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  text-align: center;
    color: #FFF;
  font-family: "Montserrat";
  font-size: 23px;
  text-shadow: 1px 1px 1px #000;
	text-decoration: none;
  padding-top: 20px;
  transition: background-color 0.5s ease-out;
}

.contactustoday:focus, .contactustoday:active {
	color: #FFF;
	text-decoration: none;
}

.contactustoday:hover {
	  cursor: pointer;
	  color: #FFF;
	  text-decoration: none;
  background-color: #ac5032;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  moz-transition: background-color 0.5s;
}

.whychoose {
  border-top: 1px solid #EEE;
  border-bottom: 2px solid #EEE;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 90%;
  margin: 0 auto;
}

.whychoose h3 {
  color: #95452a;
  font-family: 'lato';
  font-size: 22px;
  margin-top: 0px;
  text-transform: uppercase;
  width: 90%;
  text-align: left;
}

.whychoose h4 {
	font-family: montserrat;
  font-size: 20px;
  margin-bottom:0px;
    text-align: left;
  text-transform: uppercase;
}

.whybox {
	background-color: #f9f9f9;
	border: 1px solid #b0b0b0;
	padding: 10px 15px;
	list-style: none;
	margin-left: 0px;
	  border-radius: 4px;
}

ul.whyoptions {
padding:0;
margin-bottom: 0px;

}

ul.whyoptions>li {
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  padding-top: 5px;
  background-image: url(images/checkmark.png);
  background-position: center left;
  padding-left: 28px;
  background-repeat: no-repeat;
  list-style: none;
}


ul.whyoptions>li:last-child {
  border-bottom: none;
  padding-bottom: 5px;
  padding-top: 5px;
}

#testimonialSlider {
  width: 90%;
  margin: 0 auto;
}

#testimonialSlider ul li {
  display: block;
  width: 100%;
  overflow: hidden;
background-color: #f9f9f9;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
    padding: 15px;
}

#testimonialSlider ul li span {
  background: #f7f7f7;
  display: block;
  width: 120%;
  padding: 9px;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  border-top: 1px solid #CCC;
  margin-top: 11px;
  margin-left: -10px;
  margin-bottom: -10px;
  font-family: 'montserrat';
}

p.quoteslide {
font-size: 14px;
font-family: "Lato";
color: #585858;
}

/*About Page*/
ul.services>li {
font-family: montserrat;
font-size: 14px;
color: #1d1d1d;
border-bottom: 1px solid #999;
padding: 10px 5px;
list-style-type: none;
list-style-image:url(images/checkmark.png)
}

ul.services>li:last-child {
	border-bottom:none;
	margin-bottom:10px;
}

.sidebar {
  margin-bottom: 30px;
}

a.testimonialbutton {
  border: 2px solid #000;
  border-radius: 3px;
  padding: 4px 12px;
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  float:right;
}

a.testimonialbutton:hover {
	text-decoration:none;
	transition: all 0.5s;
	background-color: #000;
	color: #FFF;
}

/*Gallery*/
a.swipebox img {
	width: auto;
	    min-height: 150px;
	    height: auto;
	    min-width: 100%;
overflow:hidden;
opacity: 1;
transition: all 0.2;
-webkit-transition: all 0.2s;
moz-transition: all 0.2s;
display:block;
margin: 0 auto;
}


a.swipebox:hover img {
opacity: 0.5 !important;
transition: all 0.2 !important;
-webkit-transition: all 0.2s !important;
moz-transition: all 0.2s !important;


}


a.swipebox:hover img {
opacity: 0.4;
transition: all 0.2;
-webkit-transition: all 0.2s;
moz-transition: all 0.2s;

}

li.box {
	list-style:none;
	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
}

a.swipebox {
    background-color: #BD3F29;
    width: 200px;
    height: 140px;
    display: block;
    overflow: hidden;
}

a.gallery {
  min-height: 70px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-family: "Montserrat";
  font-size: 23px;
  text-decoration: none;
  padding-top: 20px;
  transition: background-color 0.5s ease-out;
  margin-bottom: 10px;
  padding-bottom: 20px;
  width: 50%;
  float: left;
}


a.gallery:hover {
		color: #FFF;
		background-color: #000;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		moz-transition: all 0.5s;
}

ul.choosegallery {
	list-style:none;
}

/*Contact Us Page*/
/*Form*/
.formblock {
width: 100%;
margin-bottom: 100px;
}

.field-text, .field-telephone {
	width:49%;
	float:left;
}

.field-email, .field-select {
	width:49%;
	float:right;
}

.field-textarea {
	width:100%;
}

	.nO {
		display: block;
	}

	.mO, .blank .notice {
		display: none;
	}


label {
display: block;
}

.success{  background: green;
  color: #FFF;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.errors {
	  background: #BD3F29;
  color: #FFF;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 30px;
}

.errors > .error {
	font-weight: normal;
}

.field-text input, .field-telephone input, .field-email input {
	width: 91%;
	padding: 7px 5px;
	background-color: #F4F4F4;
	border: 1px solid #999;
	margin: 2px 0px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.field-textarea label {
width: 50%;
}

select {
width: 91%;
padding: 7px 5px;
background-color: #F4F4F4;
border: 1px solid #999;
margin: 2px 0px;
margin-bottom: 5px;
border-radius: 3px;
}

textarea {
width: 95%;
padding: 7px 5px;
background-color: #F4F4F4;
border: 1px solid #999;
margin: 2px 0px;
margin-bottom: 5px;
border-radius: 3px;
}

input.submit {
  float: none;
  margin: 20px auto 0px;
  border-radius: 3px;
  background-color: #ca7154;
  width: 100px;
  height: 40px;
  color: #fff;
  font-family: montserrat;
  text-transform: uppercase;
  transition: background-color 0.5s ease-out;
  display: block;
  border: none;
}

input.submit:hover {
	cursor: pointer;
	background-color: #ac5032;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	moz-transition: background-color 0.5s;

}

input, select, textarea:focus {
	outline-color:#ca7154;
}

/*MEDIA QUERIES*/
@media (max-width:1030px) {

.projecttags {
text-align: center;
width: 100%;
}

.projecttags h3 {
font-size: 20px;
text-align: center;
}

.projects p {
padding-top: 70px;
text-align: center;
}

.projectBox img {
margin: 0 auto;
}

}
@media (max-width:780px) {
		a.blackbutton {

			top: 0;
width: 190px;
margin-bottom: 30px;
		}


		.block1 h3 {
		text-align: center;
		}

		.block1 p {
			text-align:center;
		}
}

@media (max-width:1090px) {

		.footer {
		height:auto;
		}

		.footerslide {
			margin-bottom: 20px;
		}

}



@media (max-width: 767px) {

	#phone, .socialicons, .nav {
		display: none;
	}

	.copyright p {
  font-size: 12px;
}

a.blackbutton {
  padding: 10px;
  width: 180px !important;
  margin: -24px auto 20px !important;
  display: block;
}

	.nO {
		display: none;
	}

	.mO, .blank .notice {
		display: block;
	}

	#fancybox-frame .blank .notice {
		display: none !important;
	}

	.blank .notice {
	  background-color: #FFF;
	  border-top: 1px solid #CCC;
	  position: fixed;
	  width: 100%;
	  bottom: 0px;
	  left: 0px;
	  padding: 26px 0px 14px;
	  box-shadow: 0px -2px 5px rgba(0,0,0,0.125);
	}

	.blank .notice p {
		font-family: "Montserrat";
	  font-size: 13px;
	  font-weight: 900;
	  text-transform: uppercase;
	  text-align: center;
	}

	.blank .notice p a, .blank .notice p a:active, .blank .notice p a:focus {
      border: 2px solid green;
	  color: green;
	  padding: 5px 8px;
	  border-radius: 5px;
	  text-decoration: none;
	  background-color: transparent;
	  transition: all 0.2s;
	}

	.blank .notice p a:  {
	  color: #FFF;
	  background-color: green;
	  transition: all 0.2s;
	}


}

@media (max-width:450px) {
a.blackbutton {
	width: 210px;
}
}

@media (max-width:991px) {
		.projects .col-md-4 {
			margin-top: 10px;
margin-bottom: 10px;
		}
		.projects {
			margin: 10px 0px;
		}
		.sidebar {
		    border-top: 1px solid #CCC;
			  padding-top: 30px;
			  margin-bottom:60px;
}
		}
}

@media (max-width:450px) {
	a.blackbutton {
		left:100%;
	}
}

@media (max-width:380px) {
	a.blackbutton {
		left:0%;
	}
}



@media (min-width: 768px) {

	.nav {
    clear: both;
		display: block !important;
	}

	a.openMenu {
		display: none;
	}



}

@media (max-width: 767px) {
a.openMenu {
    background-color: #ac5032;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  margin-top: 10px;
}


a.openMenu:before {
   content: '\e801';
  font-family: "fontello";
  font-size: 25px;
  color: #FFF;
}


	.nav {
	  display: none;
	  float: none;
	  top: 5px;
	  position: relative;
	}

	.nav>li {
	  display: block !important;
	}

	ul.nav li a {
  width: 100%;
  display: block;
  text-align: center;
  border-bottom: 1px solid #CCC;
  border-radius: 0px !important;
  padding: 15px 0px;
  font-size: 15px !important;

}

}

@media (min-width: 992px) and (max-width: 1200px) {
	.contactustoday {
		font-size: 19px;
	}
}

@media (max-width:991px) {
.insidecontent {
  border-right: none;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 40px;
  margin: 0 auto;
}
}

@media (max-width:750px) {
		.field-text, .field-telephone, .field-select, .field-email {
		float:none;
		width:100%;
		}
		.field-text input, .field-telephone input, .field-email input {
			width:100%;
		}
		select {
			width: 100%;
		}
		textarea  {
		width:100%;
		}

		.tintro {
			font-size: 22px;
		}

}

@media (max-width:992px) {
.logoheader {
  float: none;
  color: #95452a;
  margin-left: 10px;
  font-family: 'lato';
  margin-bottom: 0;
  margin-top: 27px;
  position: absolute;
  top: 8px;
  left: 97px;
  font-size: 25px;
}

ul.nav li a {
  color: #000;
  text-decoration: none;
  font-family: "lato";
  font-weight: 600;
  padding: 6px 9px;
  font-size: 12px;
  border-radius: 5px;
}

.tagline {
  font-family: 'lato';
  font-style: italic;
  font-weight: 700;
  padding-left: 94px;
  font-size: 13px;
  color: #3d3d3d;
  position: absolute;
  top: 66px;
  left: 14px;
}

ul.nav {
	  width: auto;
  text-align: center;
  margin-bottom: 20px;
}


}

@media (max-width:1200px) {
	ul.nav {
		width:103%;
	}
}

@media (max-width:755px) {
a.blackbutton {
  margin-left: 20px;
}
}

@media (max-width:515px) {
a.blackbutton {
  width: 180px;
  margin-left: 0px;
  margin: 0px auto 30px;
  display: block;
}

.block2 h1 {
	margin-bottom: 7px;
	font-size: 28px;
}

}

@media (max-width:465px) {
	img.logo {
  margin-top: 15px;
  float: left;
  width: 55px;
  left: -20px;
  position: relative;
	}
p.logoheader {
  float: left;
  margin-left: -37px;
  font-size: 21px;
  margin-top: 10px;
}
.tagline {
  padding-left: 66px;
  font-size: 12px;
  top: 43px;
  left: -6px;
}
a.openMenu {
  float: left;
  margin-top: 0px;
  margin-left: 30px;
  top: 24px;
  right: -5px;
}

.header {
	  min-height: 79px;
}

.banner-inner {
  padding-top: 70px;
}

.banner-inner h1 {
  margin-bottom: -7px;
  font-size: 25px;
}

}

.notop .whychoose {

	border-top: none !important;
	border-bottom: none !important;
	padding-top: 0px !important;

}

.inner-quote h2 {
  font-size: 22px;
  padding-left: 23px;
  margin: 0px 0px 15px;
  font-style: italic;
  background-image: url(images/quote-sm.png);
  background-position: top left;
  background-repeat: no-repeat;
}



.contactInfo {
  padding-left: 18px;
  border-right: 1px solid #CCC;
}
.contactInfo a { color: #BD3F29; text-decoration: none;}
.contactInfo a:hover { color: #1d1d1d; }
@media (max-width: 767px) {
.contactInfo {
  padding-left: 0px;
  text-align: center;
  border-right: none;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
	 .banner {
 margin-top: 78px;
}

.inner-quote p.quote {
  font-family: "Lato";
  font-size: 14px;
  line-height: 18px;
 }

.ccm-layout-col-spacing {
  margin: 0px !important;
}

.ccm-layout-table .ccm-layout-col { width: 100% !important; float: none !important; }


}

@media (max-width: 400px) {
.contactustoday {
  font-size: 18px;
  min-height: 1px;
  padding: 20px 0px;
}
.testimonialControls {
  width: 69px;
  margin: 0px auto;
  position: relative;
  top: -30px;
  text-align: center;
}


}

@media (max-width: 361px) {

	img.logo {
  margin-top: 15px;
  float: left;
  width: 55px;
  left: -20px;
  position: relative;
	}
p.logoheader {
  float: left;
  margin-left: -37px;
  font-size: 21px;
  margin-top: 11px;
  width: 110px;
  display: block;
  line-height: 21px;
}
.tagline {
 display: none;
}


.header {
	  min-height: 79px;
}

}

@media (max-width: 338px) {
.contactustoday {
  font-size: 15px;

}
}

@media (max-width:600px) {
a.gallery {
  min-height: 70px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-family: "Montserrat";
  font-size: 23px;
  text-decoration: none;
  padding-top: 20px;
  transition: background-color 0.5s ease-out;
  margin-bottom: 10px;
  padding-bottom: 20px;
  width: 100%;
display:block;
}

img.img-responsive.mOgallery {
  margin: auto;
}
}


img.img-responsive.mOgallery {
  margin: auto;
  height:200px;
}

@media (max-width: 1200px) {
	.galfront ul li a img {
  top: 15px;
  left: 15px;
  position: absolute;
  border: 1px solid;
  width: 90px;
  height: 60px;
}
	.galfront ul li a {
  padding: 35px 20px;
  font-size: 14px;
}


}

@media (max-width: 783px) {
.galfront ul li {
  float: none;
  width: 100%;
  margin-bottom: 12px;
}
}

@media (max-width: 415px) {

.galfront ul li a {
	padding: 30px 20px;
}

.galfront ul li a img {
  top: 10px;
  left: 15px;
  position: absolute;
  border: 1px solid;
  width: 90px;
  height: 60px;
}


}

@media (max-width: 370px) {

.galfront ul li a {
	font-size: 15px;
	  top: 11px;
}

}

@media (max-width: 1070px) {
	p.quote {
		font-family: "Lato";
		font-size: 14px;
		color: #585858;
	}

}

@media (max-width: 460px) {
	p.quote {
		font-size: 13px;
	}

	.testimonialWrap .testimonialList .footerslide {
		  float: none;
		  padding: 20px !important;
	}

	span.quoteowner {
  font-family: "Lato";
  font-weight: 700;
  font-size: 11px;
	}

	.testimonialWrap .testimonialList .footerslide {
  float: none;
  padding: 30px 52px;
  width: 100%;
  margin: 20px auto;
  display: block;
	}
}

@media (max-width: 992px) {

	.block1 p {
  word-spacing: 1px;
  text-align: center;
}

	.block1 h3 { text-align: center;
	}

	.blackbutton {
  text-align: center;
  position: relative;
  top: -15px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 3px solid #FFF;
  width: 190px;
  display: block;
  padding: 10px 39px;
  margin: 0px auto 20px;
  color: #FFF;
  font-size: 16px;
  font-family: "Lato";
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.projectsMoreInfo p {
  margin: 0px;
  letter-spacing: -1px;
  font-weight: 300;
  font-size: 17px;
  line-height: 17px;
  font-family: "Montserrat";
  color: #555;
  text-align: center;
}

.testimonialWrap h2 {
  color: #FFF;
  text-align: center;
  font-size: 29px;
  font-weight: 400;
  margin-bottom: -10px;
  margin-top: 40px;
}

.projects h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 20px 0px 30px;
}

}

@media (max-width: 420px) {
	.block1 p {
		  margin-top: 20px;
	}
}

@media (max-width: 1200px) and (min-width: 993px) {
	.block1 p {
  color: #FFF;
  text-align: left;
  font-family: 'lato';
  font-size: 15px;
  margin-top: 40px;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.block1 h3 {
  text-align: left;
  color: #FFF;
  font-family: 'lato';
  font-weight: 700;
  font-size: 21px;
  margin-top: 0;
  padding-bottom: 35px;
  letter-spacing: -1px;
}

.blackbutton {
  text-align: center;
  position: relative;
  top: 39px;
}

.projectsMoreInfo p {
  margin: 0px;
  font-weight: 300;
  font-size: 17px;
}

}

@media (max-width: 450px) {
.blank .notice p {
  font-family: "Montserrat";
  font-size: 10px;
}
}

.captcha {
  width: 100%;
  text-align: center;
}

.captcha br {
	display: none;
}

.captcha img {
  display: block;
  margin: 10px auto 15px;
  border: 1px solid;
}

.captcha input[type="text"] {
  padding: 7px 5px;
  background-color: #F4F4F4;
  border: 1px solid #999;
  margin: 7px 0px 0px;
  margin-bottom: 5px;
  border-radius: 3px;
}

@media (max-width: 320px) {
.contactInfo p {
  font-size: 13px;
}
}

.nav li {
	position: relative;
  margin: 0px 4px;
}

.nav li ul {
	opacity: 0;
	position: absolute;
  background-color: #FFF;
  top: 50px;
  left: 0px;
  list-style: none;
  padding: 0px;
  width: 230px;
  border: 1px solid #FFF;
  box-shadow: 4px 4px 7px rgba(0,0,0,0.2);
  border-radius: 0 4px 4px 4px;
  	transition: all 0.2s;
}

.nav li:hover ul {
	top: 31px;
	opacity: 1;
	transition: all 0.2s;
}

.nav li ul li a {
	display: block;
}

.nav li.nav-selected ul li a {
	background: #FFF !important;
	font-size: 14px;
	color: #1d1d1d;
}

.nav li ul li a {
  border-bottom: 1px dotted #CCC;
  border-radius: 0px;
  padding: 15px;
  background: #FFF !important;
	color: #1d1d1d;
		font-size: 14px;

	transition: all 0.2s;
}

.nav li ul li a:hover {
	color: #FFF;
  background: #bd4028 !important;
	transition: all 0.2s;
}

.nav li ul li:last-child a {
	border-bottom: none;
}

@media (max-width: 767px) {
	.nav li ul, .nav li:hover ul {
		opacity: 1;
		height: 1px;
		display: block;
		top: 0px;
		overflow: hidden;
		left: 0px;
		width: 100%;
		position: relative;
		transition: all 0.2s;
	}

	.nav li ul.mobileSubMenu {
		overflow: visible;
		height: auto;
		transition: all 0.2s;
	}

	.nav li ul li a {
		  padding: 9px;
		  font-size: 13px !important;
		  background: #FFF !important;
	}

}
div.ccm-menu, div.ccm-menu * {
    opacity: 1 !important;
}


#box-container:after {content: "";display: block;clear: both;}


@media (max-width: 767px) {
a.swipebox {
    width: 100px;
    height: 100px;
}

a.swipebox img {
    min-height: 120px;
}


#box-container {
    padding: 0;
    width: 324px;
    margin: 0 auto;
}
}

.portfolio-list:after {
  content: '';
  display: block;
  clear: both;
}

.portfolio-list ul li {
  float: left;
  width: 32%;
  list-style: none;
  margin: 0 0.5%;
  padding: 0;
}



.portfolio-list ul li a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  background-color: #111;
  margin: 0 0 10px;
}

.portfolio-list ul li a img {
  max-width: 480px;
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1 !important;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.portfolio-list ul li a:hover img,
.portfolio-list ul li a:focus img {
  opacity: 0.3 !important;
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}


.portfolio-list ul li a span {
  position: absolute;
      bottom: 5px;
      right: 5px;
      left: 5px;
      margin: auto;
      font-family: "Montserrat", sans-serif;
      color: #FFF;
      z-index: 2;
      padding: 16px;
      background-color: rgba(0,0,0,0.8);
      font-size: 21px;
      text-align: center;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;

}


.portfolio-list ul li a:hover span,
.portfolio-list ul li a:focus span {
background-color: rgba(0,0,0,0);
}

@media (max-width: 767px) {

  .portfolio-list ul li {
    width: 49%;
  }

  .portfolio-list ul li a {
    height: 150px;
}

.portfolio-list ul li a img {
    max-width: 410px;
}

.portfolio-list ul {
    margin: 0;
    padding: 0;
}

.portfolio-list ul li a span {
    padding: 12px;
    font-size: 14px;
  }

}

#swipebox-bottom-bar.visible-bars {
    transform: none !important;
}

#swipebox-bottom-bar {
    bottom: 0 !important;
}

.what-we-offer-parent {
  background-color: #f9f9f9;
}

.home-intro {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.home-intro .home-intro-left {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 150px;
}

.home-intro .home-intro-right {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  background-image: url(images/home-box-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 525px;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding: 0 75px;
}

.button {
  font-family: "Montserrat";
  color: #fff !important;
  font-weight: 600;
  transition: all 0.4s;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border-radius: 7px;
  padding: 20px 30px;
  text-decoration: none !important;
}

.button.red {
  background-color: #a94224;
}

.button.dark {
  background-color: #222;
}

.button:hover,
.button:focus {
  background-color: #000 !important;
}

.home-intro-right h2, .home-intro-right p {font-family: "Montserrat";}

.home-intro-right h2 {
  color: #ffe5c7;
      font-weight: 300;
      font-size: 17px;
      margin: 0;
      line-height: 1.25;
}

.home-intro-right p {
    color: #fff;
    font-weight: bold;
    font-size: 33px;
    line-height: 1.1;
}

.home-intro-right p .button {
    margin: 40px 0 0;
}

.home-intro-left h1 {
    color: #a94224;
    font-weight: 300;
    font-family: "Montserrat";
    font-size: 33px;
}

.home-intro-left p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 17px;
}

.home-intro-left p:last-child {
    margin: 37px 0 0;
}

.home-intro-left h1 em {
    font-style: normal;
    display: block;
    font-size: 14px;
    color: #777;
    letter-spacing: 2px;
    margin: 2px 0 28px 2px;
}

@media (max-width: 1199px) {

  .home-intro-right p {
    font-size: 24px;
}

.home-intro-right h2 {
    font-size: 12px;
}

.home-intro-left h1 {
    font-size: 25px;
}

.home-intro-left h1 em {
    font-size: 12px;
    letter-spacing: 1px;
}

.home-intro-left p {
    font-size: 15px;
    margin: 0 0 12px;
}

}


@media (max-width: 991px) {

  .home-intro .home-intro-left, .home-intro .home-intro-right {
    max-width: 100%;
    padding: 30px;
    height: auto;
    text-align: center;
    display: block;
}

.home-intro {
    text-align: center;
    display: block;
}

.home-intro .home-intro-right br {
    display: none;
}

.home-intro .home-intro-right .button {
    margin: 10px 0 -10px;
}

}

@media (max-width: 767px) {
  .header .row {
    margin: 0;
}
}

a.swipebox {
    position: relative;
}

a.swipebox img {
    max-width: 100%;
}
@media(min-width: 767px) {
  a.phone-mobile {
    display: none;
  }
}
@media(max-width: 767px) {
  a.phone-mobile {display: flex;flex-direction: column;position: absolute;height: 35px;right: 65px;top: 38px;width: 35px;}
}
@media(max-width: 465px) {
  a.phone-mobile {
    top: 22px;
    right: 39px;
  }
}
.heading-width {
  padding: 7px !important;
}
.phone-mobile img {
    height: 100%;
    width: 100%;
}
i.fa.fa-phone-square.fa-resize {}i.fa.fa-phone-square.fa-resize {
    font-size: 3.95rem;
    color: #ac5032;
    height: 35px;
}


@media (min-width: 992px) {
  .newform .form-group {
      float: left;
      width: 49%;
  }

  .newform .form-group:nth-child(2n+2) {
      float: right;
  }

  .newform .form-group:last-child {
      float: none;
      width: 100%;
      clear: both;
  }
}

.newform .form-group label, .newform .form-group label + span {
    display: inline-block;
}

.newform .form-group .form-control {
    padding: 7px 5px;
    background-color: #F4F4F4;
    border: 1px solid #999;
    margin: 2px 0px;
    margin-bottom: 5px;
    border-radius: 3px;
    transition: all 0.3s;
    box-shadow: none;
}

.newform .form-group .form-control:hover, .newform .form-group .form-control:focus, .newform .form-group .form-control:active {
    border-color: #ca7154;
    box-shadow: 0 0 6px #f9c5b4;
}

.newform .form-actions .btn {
    float: inherit;
    margin: 0;
    border-radius: 3px;
    background-color: #ca7154;
    color: #fff;
    font-family: montserrat;
    text-transform: uppercase;
    transition: background-color 0.5s ease-out;
    display: block;
    border: none;
    padding: 14px 30px;
}

.newform .form-actions .btn:hover, .newform .form-actions .btn:focus {
    background-color: #232323;
}

.newform {
    margin: 15px 0 0;
}

.form-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}