/*RESET*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
}

.full {
	width: 100%;
}

.center {
	width: 65%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

body {
	font-family: 'Raleway', sans-serif !important;
	padding: 20px;
}

p {
	line-height: 1.5em;
}

a {
  text-decoration: none;
  color: white;
}

a:focus, a:hover {
  color: #c09152 !important;
}

/* Header */

.header {
	width: 100%;
	height: 100vh;
	background: url(../images/backgrounds/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 );
    height: 100%;
    min-height: 100vh;
}

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  overflow: hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
  top: 0;
  color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.responsive-background {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/backgrounds/responsive-background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -99;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  overflow: hidden;
  background: #212121;
  width: 100%;
  box-sizing: border-box;
  transition: all 250ms;
  -webkit-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  text-align:center;
  box-shadow: 0 0 10px #000;
}

.active{
  transform: translateZ(0) translateX(0);
  transform: translateZ(0) translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.logo h1 img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 50px;
}
h1{
  margin-top:150px;
}
ul{
  padding:0;
  list-style:none;
  font-size:14px;
}
li{
  padding:7px 10px;
}
a{
  text-decoration:none;
  padding:10px 15px;
  color:#fff;
  font-family:"Roboto";
  font-size: 18px;
  font-weight: 300;
}
a:hover{
  text-decoration: line-through;
}

.content{
  position:relative;
  width:100%;
}

.button{
  width:50px;
  height:50px;
  margin:70px 97px;
  padding: 10px;
  cursor:pointer;
  float: right;
}
.line{
	width: 40px;
	height: 2px;
  background-color:#fff;
	transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.line.first{
  transform: translateX(-10px) translateY(22px) rotate(-90deg);
}
.line.second{
  transform: translateX(-10px) translateY(19px) rotate(0deg);
}
.button.on .line.top{
	width: 40px;
	transform: translateX(-10px) translateY(20px) rotate(45deg);
}
.button.on .line.bottom{
	width: 40px;
	transform: translateX(-10px) translateY(17px)rotate(-45deg);
}

/* Values */

.values {
  width: 100%;
  padding: 100px 0;
  background-color: #2e2e2e;
  position: relative;
}

.values-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.values-inner h1 {
  font-weight: bolder;
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
}

.values-inner p {
  line-height: 1.5em;
  font-family: 'Didot Italic';  
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: #c09152;
  text-align: center;
}

.services {
  width: 100%;
  background: #c09152;
}

.services-box {
  width: 33.3%;
  float: left;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 30px;
}

#box1 {
  background-image: url(../images/services/stone-work.jpg);
  padding: 20px;
  min-height: 350px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#box2 {
  background-image: url(../images/services/brick-laying.jpg);
  padding: 20px;
  min-height: 350px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#box3 {
  background-image: url(../images/services/chimneys.jpg);
  padding: 20px;
  min-height: 350px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#box4 {
  background-image: url(../images/services/stairs.jpg);
  padding: 20px;
  min-height: 350px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#box5 {
  background-image: url(../images/services/pillars.jpg);
  padding: 20px;
  min-height: 350px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#box6 {
  background-image: url(../images/services/custom-work.jpg);
  padding: 20px;
  min-height: 350px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* Quote */

.quote {
  width: 100%;
  background: #c09152;
  padding: 100px 0;
}

.quote-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.quote-inner h1 {
  font-weight: bolder;
  color: #2e2e2e;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
}

.quote-inner p {
  line-height: 1.5em;
  font-family: 'Didot Italic';  
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: white;
  text-align: center;
}

/* Testimonals */

.testimonals {
  width: 100%;
  padding: 100px 0;
  background: #dbdbdb;
  min-height: 500px;
}

.testimonals-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

/* Footer */

.footer {
    width: 100%;
    padding: 50px 0;
    background: #2e2e2e;
}

.footer-inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.footer-inner p {
    color: #fff;
    padding: 20px 0;
}

.footer-inner a {
    color: #fff;
    transition: all .5s ease, opacity .5s ease;
    cursor: pointer;
}

.footer-inner a:hover {
    color: #c09152;
    transition: all .5s ease, opacity .5s ease;
}

.divider {
    color: #fff;
    padding: 0 5px 0 5px;
}

.footer-inner img {
    margin-bottom: 20px;
    transition: all .5s ease, opacity .5s ease;
}

.footer-inner img:hover {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

/* Contact Us */

.contact-us-today {
    width: 100%;
    padding: 50px 0;
    background: #c09152;
}

.contact-us-today-inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.contact-us-today-inner a {
    color: #2e2e2e;
    transition: all .5s ease, opacity .5s ease;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding: 15px;    
    cursor: pointer;
}

.contact-us-today-inner a:hover {
    color: #fff !important;
    transition: all .5s ease, opacity .5s ease;
}

.Footer-nav {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1em;
    text-transform: none;
    text-align: center;
    font-weight: 900;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .15em;
    line-height: 2em;
    text-transform: uppercase;
    padding: 20px 0;
}

.Footer-nav a {
    color: #fff;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
}

/* BQ Creative */

.bqcreative {
  width: 100%;
  padding: 25px 0;
  background-color: #fefefe;
}

.bqcreative-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.bqcreative-inner img {
  transition: all .5s ease, opacity .5s ease;
}

.bqcreative-inner img:hover {
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

/* SUB PAGES */

/* About Us */

.subpage-header {
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.subpage-header-image img {
    width: 100%;
    height: auto;
}

.about-content {
  width: 100%;
  padding: 100px 0;
}

.about-content-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
}

.about-content-inner h1 {
  text-transform: uppercase;
  text-align: center;
}

.position {
    position: fixed;
    width: 95% !important;
}

.display {
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 100px 0;
  background: url(../images/backgrounds/background.jpg);
  background-size: cover;
  background-position: center center;
}

.display-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.display-inner h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.display-inner p {
  text-align: center;
  color: #fff;
}

.email-button {
  background: #c09152;
  padding: 20px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}

.email-button a {
  color: #2e2e2e;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.email-button a:hover {
  color: #fff !important;
  transition: all .5s ease, opacity .5s ease;
}

@media screen and (max-width: 1201px) {
  .about-content-inner {
    padding: 15px;
  }
}

/* Our Work */

.work {
  width: 100%;
  padding: 100px 0;
}

.work-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.work-inner h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}

@import url(https://fonts.googleapis.com/css?family=Poppins:300,700);
.pillar_work {
  font-family: 'Poppins:400,700', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  width: 31%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.pillar_work * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pillar_work img {
  max-width: 100%;
  vertical-align: top;
}
.pillar_work figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pillar_work h3 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 3px 0;
}
.pillar_work .title1 {
  font-weight: 700;
}
.pillar_work .title2 {
  color: #a58e7c;
  font-weight: 300;
}
.pillar_work .title3 {
  font-weight: 700;
  font-size: 25px;
}
.pillar_work a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pillar_work:hover img,
.pillar_work.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}

/* Contact Us */

#map {
    width: 100%;
    height: 500px;
    z-index: -99;
}

.contact {
  width: 100%;
  padding: 100px 0;
  min-height: 500px;
}

.contact-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.contact-inner h1 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 100px;
}

.col-md-4 {
  text-align: center;
}

.col-md-4 h4 {
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 30px;  
  text-transform: uppercase;
  font-weight: 900;
}

.col-md-4 p {
  margin: 0 0 10px;  
}

.col-md-4 i {
  font-size: 60px;
  color: #c09152;  
}


@media screen and (max-width: 787px) {
  .pillar_work {
    width: 47%;
  }
}

@media screen and (max-width: 787px) {
  .pillar_work {
    width: 90%;
  }
  .pillar_work img {
    width: 100%;
  }
}

/* Media Queries */

@media screen and (max-width: 1280px) {
	.header {
		background: url(../images/backgrounds/background-laptop.jpg);
	}
}

@media screenand (max-width: 990px) {

}

@media screen and (max-width: 900px) {
  .video-background, .video-foreground {
    display: none;
  }
  main h3 {
    margin-bottom: 100px;
  }
  .responsive-background {
    display: block;
  }
  .values-inner p, .quote-inner p {
    padding: 0 20px;
  }
  .services-box {
    width: 50%;
  }
}

@media screen and (max-width: 701px) {
  .services-box {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  main h1 {
    padding: 0 20px;
  }
  main h3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}