/*Style Away, No Globals Please*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
h1, h3, h4 {
  font-weight: 200;
  font-family: 'Roboto', sans-serif; }

h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 200;
  color: #1d1e1f; }

h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400; }
  h2 span {
    font-weight: 600; }

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d1e1f;
  font-weight: 500;
  font-family: 'Rajdhani', sans-serif; }
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d1e1f;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif; }
a {
  text-decoration: none;
  color: inherit; }

p {
  font-size: 16px; }

.address p {
  line-height: 150%; }

.pos3 {
  position: relative;
  margin-top: -150px;
  z-index: 100;
  text-align: right; }

.pos2 {
  position: relative;
  margin-top: -80px;
  z-index: 80; }

.pt10 {
  padding-top: 15px; }

html {
  font-size: 62.5%;
  margin: 0 auto; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
#mapbox {
  width: 100%;
  height: 500px; }
body {
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-size: 1.8rem;
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  margin: 0; }

.container {
  max-width: 90%;
  margin: auto;
  background-color: #fff;
  position: relative; }

header {
  width: 100%;
  position: relative;
  height: 150px;
  overflow: hidden;
  line-height: 150%;
  background-color: white;
  width: 100%;
  padding: 0 0px 0px 40px; }

.logo {
  margin-top: 20px;
  line-height: 200%;
  padding: 0; }
  .logo img {
    height: 110px; }
  .logo span {
    font-size: 38px;
    line-height: 50px;
    font-family: 'Rajdhani', sans-serif;
     }

.top-bar {
  width: 650px;
  padding: 10px;
  height: 900px;
  position: absolute;
  top: -400px;
  right: -730px;
  z-index: 12; }

 .navdiv i {
  color: #ee1b23;
  cursor: pointer;
  font-size: 44px;
  width: 60px;
  position: fixed;
  padding: 0px 10px 0px 10px;
  right: 0px;
  line-height: 48px;
  top: 0px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  } 


.navdiv{
  z-index: 9999;
  width: 60px;
  height: 50px;
  transform: rotate(0deg);
  position: fixed;
  right: 0px;
  top: 0px;
  transition: ease 0.5s;
  background: rgba(0, 0, 0, 0.4);
  
}

nav{
  /* opacity: 0; */
  transition: ease 0.78s;
  transition-delay:0s;
  position: fixed;
  display: table;
  width: 100vw;
  height: 100vh;
  top: 0%;
  right: -112%;
  text-align: center;
  z-index: 1000;
}
nav.minify{
  right: -130%;
}
nav:before{
  transition: all 0.5s;
    content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.8;
  pointer-events: none;
  left: -50px;
  z-index: -2;
  transition-delay: 0.4s;
  transform-origin: 100% 100%;
  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
nav:after{
  transition: all 0.5s;
    content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.6;
  pointer-events: none;
  left: 0px;
  z-index: -1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
nav.viz:before{
  background-color: #ee1b23;
  left: 50px;

}
nav.viz:after{
  background-color: #222;
  opacity: 1;
  left: 0;
}
nav.viz{
  right: 0;
}
nav ul{
  padding-left: 0px;
  display: table-cell;
  vertical-align: middle;
  width: 500px;
}
nav li {
  list-style:none;
}
nav ul li a{
  font-family: 'Rajdhani', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 60px;
  color: white;

}
.sub::after {
  position: relative;
  padding-left: 5px;

  font-family: IonIcons;
  content: '\f35f';
  color: white;
  font-size: 18px;
}

nav ul li ul {
  display: none;
  position: relative;
  /* left: 0px; */
  /* top: 65px; */
  background-color: #343434;

  z-index: 9999999;
  /* margin-left: 0px; */
  /* padding-left: 0px; */
  margin: 0 auto;
  width: 500px;
}

nav ul li ul li {
  font-size: 16px;
  margin-left: 0px;
  display: block;
  float: none;
  font-weight: 300;
  color: #acacac;
  background-color: transparent;
  margin-bottom: 0px;
}

nav ul li ul li a {
  padding: 15px;
}

nav ul a.sub {
  cursor: pointer;
  padding-left: 10px;
}

.subon {
  display: block;
}

.subicon::after {
  content: '\f365';
}

/* Banner */
.banner {
  width: 100%;
  height: 700px;
  z-index: 1; }

.banner:after{
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.5;
  pointer-events: none;  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.8;
  pointer-events: none;
  left: 0px;
  z-index: 1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.banner:before{
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.8;
  pointer-events: none;
  left: -50px;
  z-index: 1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

/* Banner2 */
.banner2 {
  width: 100%;
  height: 400px;
  z-index: 1; }

.banner2:after{
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.5;
  pointer-events: none;  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.8;
  pointer-events: none;
  left: 0px;
  z-index: 1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.banner2:before{
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.8;
  pointer-events: none;
  left: -50px;
  z-index: 1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.middle {
  float: left;
  width: 35%;
  padding: 90px 40px 0px 40px;
  position: absolute;
  z-index: 2;
  height: 100%;
  color: white; }
  .middle h1 {
    font-size: 30px;
    color: black;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;}
  .middle span {
    font-size: 38px;
    color: black;
    font-family: 'Rajdhani', sans-serif;}
  .middle a {
    color: white;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    margin-top: 10px;
    
    position: relative;
     }
 .middle hr{
  position: relative;
  left: -50px;
  display: inline-block;
  margin: 20px 0;
  border: none;
  height: 2px;
  width: 120px;
  opacity: 0.9;
  background-color: #ee1b23;
}

.middle p {
  color: black;
}
  .middle img {
    height: 160px;
  }
  .middle .cta {
    display: inline-block;
    line-height: 40px;
    padding: 0px 18px;
    color: #EEE;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #ee1b23;
    margin: 20px 4px; }
  .middle .cta:before {
    width: 100%;
    height: 50%;
    content: " ";
    background-color: #fff;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none; }
.bannerbox{
  position: relative;
}
.banner-pre{
  width: 100%;
  background-color: #212121;
  position: relative;
}

 .banner-pre .quote p{
  padding: 60px;
  color: #FFF;
  font-style: italic;
  letter-spacing: 1px;
  margin: 0px;
}

.scrollToContent {
  width: 100px;
  height: 100px;
  background: #052e40 url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  text-decoration: none;
  right: 50px;
  bottom: 0px;
  margin: 0 auto;
  text-align: right;
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.scrollToContent:hover {
  text-decoration: none; }
.contacts{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  z-index: 0;
  position: relative;
}
.contacts:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ee1b23;
  top: 0px;
  pointer-events: none;
  right: 0px;
  z-index: -1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.contacts a{
  display: block;
  text-align: left;
  line-height: 40px;
  margin-left: 40px;
  font-size: 16px;
  color: #FFF;
  cursor: pointer;
}

.bgc{
  display: table;
}

.gallery {
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 50px 0px 50px 0px; }

.gallery h3 {
  padding-top: 10px;
  font-weight: 500;
  margin: 10px;
  clear: both; }



.img-area {
    float: left;
    width: 20%;
    padding: 12px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: brightness(70%);}

.img-area:hover {
  
  -webkit-filter: brightness(100%); }

.img-area::before{  
  content: " ";
  width: 0%;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  z-index: 20;
  position: absolute;
  opacity: 0.3;
  pointer-events:none;
  background-color: white;

}
/* .img-area:hover {
  opacity: 0.3;
  pointer-events:none;
  background-color: #111;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
} */

.img-area::after{
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  position: absolute;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
  opacity: 0;
  pointer-events:none;

  background-image: url(../images/icons/zoom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 10%;
  background-size: 10%;
}
.img-area img{
  width: 100%;
  margin: 0!important;
}
.img-area a{
  margin: 0!important;
}
.img-area:hover::after{
  -webkit-background-size: 20%;
  background-size: 20%;
  opacity: 0.75;
}

.img-area:hover::before{
  width: calc(100% - 24px);
}


.main {
  float: left;
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 1;
  padding: 50px; 
  }

.boxes {
  background-color: #ee1b23;
  /* padding: 25px; */
  overflow: hidden;

}
.boxes .columns{
  overflow: hidden;
  -webkit-background-size: cover;

  background-size: cover;
  position: relative;
  height: 300px !important;
  margin: 0;
  padding: 0;


}
.boxes .columns:hover .text{
  bottom: 0;
  opacity: 0.2;
  text-shadow: 3px 3px black;

}


.boxes .text *{
  margin: 0;
  color: white;
}
.boxes h3{
  font-size: 24px;
  text-align: center;
  /* position:  absolute; */
  /* left: 0; */
  /* right: 0; */
  display:  block;

  height:  100%;
  width: 100%;
  padding:  110px 20px 0px 20px;
}
.boxes p{
  font-size: 14px;
  font-style: italic;
  margin-top: 20px!important;
}
 .boxes .one{
  background-image: url(../images/property.jpg);

}
.boxes .two{
 background-image: url(../images/kitchens.jpg);

}
.boxes .three{
 background-image: url(../images/loft.jpg);

}
.boxes .four{
 background-image: url(../images/extensions.jpg);

} 
.boxes .text{
 
  position: relative;

  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;

  opacity: 0.7;
  background-color: #1d1e1f;

}

.boxes .text:before{
  content: '';
  position: absolute;
  width: 100%;
  opacity: 0.6;
  height: 100%;
  color: black;
  top: 0;
  left: 0;
  z-index: -1;
}
.boxes .text:after{
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  opacity: 0.6;
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border: 1px solid white;
  z-index: -1;
}


.home {
/*   background-image: url("../images/1.jpg");
  background-size: cover;
  background-position: center; */
  position: relative;
  overflow: hidden;
  width: 100%; }

.main:before {
  content: '';
  position: absolute;
  width: 55.4%;
  height: 100%;
  background-color: black;
  top: 0px;
  opacity: 0.1;
  pointer-events: none;
  left: 0px;
  z-index: 1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg); }

blockquote{
  margin: 20px 0 0 0;
  padding: 30px;
  background-color: #EEE;
  border-left: 3px solid #ee1b23;
  font-style: italic;
}
blockquote p:last-child{
  margin-top: 20px;
  text-align: right;
}

blockquote hr {
  position: relative;
  display: inline-block;
  
  border: none;
  height: 3px;
  width: 120px;
  opacity: 0.9;
  background-color: #ee1b23;
}

blockquote h3 {
  margin: 0;
}

.accred{
  background-color: white;
  padding: 120px 40px 120px 40px;
  overflow: hidden;
  position: relative;
  
  z-index: 0;
}



/* W H Y   C H O O S E   U S   S E C T I O N */
.accred h2{
  font-family: 'Rajdhani', sans-serif;
  font-size: 38px;
  color: black;
  margin: 0;
  text-align: center;
}
.accred hr{
  position: relative;
  text-align: center;
  margin: 20px auto;
  display: block;
  border: none;
  height: 2px;
  width: 120px;
  opacity: 0.9;
  background-color: green;
}
.accred {
    background-color: white;

   }
 .logos {
    background-color: white;

    text-align: center;
   }

 .logos img {
    display: inline-block;
    text-align: center;
    width: auto;
    height: 120px;
    padding: 10px;
    margin: 0 auto;
  }


/* W H Y   C H O O S E   U S   S E C T I O N */
.why h2{
  font-family: 'Rajdhani', sans-serif;
  font-size: 38px;
  color: #FFF;
  margin: 0;
  text-align: left;
}
.why hr{
  position: relative;
  left: -50px;
  margin: 20px 0;
  display: inline-block;
  border: none;
  height: 2px;
  width: 120px;
  opacity: 0.9;
  background-color: white;
}
.why ol h3{
  font-style: initial;
  font-family: 'Rajdhani', sans-serif;
  margin: 5px 0 20px 0;
  color: #ee1b23;
}

.why{
  background-color: white;
  background-image: url(../images/why.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 40px 80px 40px;
  overflow: hidden;
  position: relative;
  
  z-index: 0;
}
.feat{
  color: #EEE;
}
.feat i{
  font-size: 60px;
}
.why .feat{
  text-align: center;
}
.why .text{
  color: #FFF;
  padding: 20px 60px;
}
.why h3{
  font-size: 24px;

}
.why:after{
  content: ' ';
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  z-index: -1;
  background-color: rgba(0,0,0,0.9);
  pointer-events: none;
  left: 0px;

} 
.why ol {
    list-style-type: none;
    font-size: 12px;
    color: #EEE;
    margin: 0!important;
    padding: 0;
    margin-left: 3em;
    font-family: 'Montserrat', sans-serif;

}
.why ol li{
    position: relative;
    margin: 0;
    margin-top: 20px;
    width: calc(100% / 3);
    float: left;
    padding: 20px 20px 20px 85px;
    /* background: rgba(0,0,0,0.4); */
    min-height: 3em;
    display: inline-block;

}
.why ol > li:before {
     content: "\f373";
    font-family: ionicons;
    position: absolute;
    top: 0;
    left: 0px;
    padding-top: 30px;
    width: 55px;
    text-align: center;
    height: 100%;
    /* background-color: rgba(0,0,0,0.4); */
    font-size: 2em;
    line-height: 1;
    display: inline-block;
    color: #ee1b23;


}
.why ol > li:after {
    position: absolute;
    top: 0;
    left: 0px;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    width: 55px;
    text-align: center;
    /* background-color: rgba(0,0,0,0.1); */
    font-weight: bold;
    color: white;
}
.why p {
  font-size: 12px;
  line-height: 24px;
}
.content {
  padding: 0 40px 40px 40px;
  position: relative;
  z-index: 9; }
  .content h2 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;}
.whylist {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  padding: 0; 

}
.whylist ul {
  width: 100%; }

.whylist li {
  padding-left: 10px;
  float: left;
  list-style: none;
  font-size: 14px;
  color: white;
  width: 100%;
  line-height: 35px;
  background: rgba(15, 34, 74, 0.9); }

.whylist li:nth-child(even) {
  background-color: #0066cc;
   }

.whylist li:before {
  content: "\f14a";
  /* ionicons Unicode */
  font-family: ionicons;
  display: inline-block;
  font-size: 14px;
  margin-left: .3em;
  /* same as padding-left set on li */
  margin-right: .3em;
  width: 1.3em;
  /* same as padding-left set on li */ }

 .serviceslist {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  padding: 0; 
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  -o-columns: 2;
  columns: 2;}
.serviceslist ul {
  width: 100%; }

.serviceslist li {
    position: relative;
    margin: 0;
    font-size: 16px;
    width: 100%;
    list-style: none;
    line-height: 30px;
    padding:0px 10px 0px 55px;
    min-height: 1em; }

.serviceslist li:nth-child(even) { }

.serviceslist li:before {
    position: absolute;
    left: 0px;   
    width: 55px;
    text-align: center;
    height: 100%;
    
    font-size: 18px;
    font-weight: bold;
    content: "\f374";
  /* ionicons Unicode */
    font-family: ionicons;
  /* same as padding-left set on li */ }




.boxes {
  padding: 0px 40px 0px 40px ; }

.box {
  height: 400px;
  position: relative;
  z-index: 4;
  margin-bottom: 20px;
  box-shadow: inset 0 400px rgba(0, 0, 0, 0.1); }
  .box .caption {
    width: 60%;
    position: absolute;
    padding: 10px;
    text-align: left;
    background: #ee1b23;
    background: rgba(15, 34, 74, 0.9);
    z-index: 10;
    left: 0;
    bottom: 40px; }
    .box .caption p {
      color: #fff;
      margin: 0px; }
    .box .caption h2 {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      margin: 0; }
    .box .caption a {
      color: #fff; }

.sidebar {
  padding-top: 30px;
  padding-bottom: 30px; }
  .sidebar ul {
    list-style: none;
    margin-left: -22px; }
    .sidebar ul a {
      font-size: 14px;
      line-height: 20px;
      list-style: none; }
  .sidebar p {
    margin: 0;
    font-size: 18px;
    font-weight: 500; }
  .sidebar hr {
    width: 90%;
    display: inline-block;
    background-color: #1476b3;
    border: none;
    height: 3px; }

.nw {
  background-color: #111112;
  padding: 0px 40px 0px 40px;
  overflow: hidden; }
  .nw .left {
    text-align: left; }
  .nw .right {
    text-align: right; }
  .nw p {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 10px 0;
    line-height: 34px; }

  .socialbar {
  background-color: #111112;
  padding: 10px 0;
  position: relative; 
  overflow:hidden;
  padding:20px 40px 20px 40px;}
  
.socialbar p {
  float: left;
  line-height: 60px;
  color: white;
  margin: 0;
  font-size: 16px; }

.socialicons {
  text-align: right; }
  .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    text-align: center;
    color: #1d1e1f;
    font-size: 20px;
    margin: 10px 2px;
    transform: background-color 0.5s; }
  .social:hover {
    background-color: #ee1b23;
    color: white; }

.images {
  background-color: #1d1e1f;
  padding:  20px;
  position: relative;
  z-index: 9;
}

.images img {
  width: 100%; }
  .images h3 {
    color: white;
  }
 .images  h4 {
  font-size: 25px;
  color: white;
  font-weight: 200;
  margin-top: 0; }
.images  p {
  font-size: 14px;
  color: white;
  font-weight: 200; }
.images .caption {
  background-color: #ee1b23;
  padding: 10px;
  color: white;
  text-align: center; }
  .images .caption p {
    font-size: 20px;
    font-weight: 500; }
  .images .caption h4 {
    font-size: 25px;
    color: white;
    font-weight: 200; }

       .images .accred {
    background-color: white;
    padding: 10px;
   }

    .images .accred img {
      display: inline-block;
      text-align: center;
      width: auto;
      height: 120px;
      padding: 10px;
    }
 .contactform .form-small input, footer .contactform .form-small textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 4px;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: white;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    outline-color: #ee1b23;
    float: left; }
  .contactform textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 4px;
    margin-top: 10px;
    height: 150px;
    background: rgba(0, 0, 0, 0.2);
    outline-color: #ee1b23;
    color: white;
        font-size: 13px;
    font-size: 1.3rem;
    margin-left: 0px; }
  .contactform img {
    width: 50%; }
  .contactform input[type="submit"] {
    background: #ee1b23;
    color: white;
    border: 0;
    padding: 9px 3px;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 15%;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 200; }
  .contactform ::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 200;
    color: white;
    font-size: 12px;
    font-size: 1.2rem; }
  .contactform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  .contactform :-ms-input-placeholder {
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  .contactform :-moz-placeholder {
    /* Firefox 18- */
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }

.call-to-action{
  background-image: url(../images/banner1.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 0;
}

.call-to-action .text{
  color: #FFF;
  padding: 20px 50px;
}
.call-to-action .btn{
  margin-top: 30px;
  display: inline-block;
  line-height: 40px;
  padding: 0px 18px;
  color: #EEE;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #ee1b23;
  margin: 20px 4px; }

.call-to-action h3{
  font-size: 38px;
  color: white;
  margin: 0;
}

.call-to-action hr{
  position: relative;
  left: -50px;
  margin: 20px 0;
  border: none;
  height: 2px;
  width: 120px;
  opacity: 0.9;
  background-color: white;
}

.call-to-action:after{
  content: ' ';
  position: absolute;
  width: 55%;
  bottom: 0px;
  display: block;
  height: 100%;
  z-index: -1;
  background-color: rgba(0,0,0,0.4);
  pointer-events: none;
  left: 0px;
  transform-origin: 100% 100%;
  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}


/*Footer*/
footer {
  background-color: #1d1e1f;
  padding: 40px;
  overflow: hidden; }
footer:after{
  content: ' ';
  position: absolute;
  width: 55%;
  bottom: 0px;
  display: block;
  height: 100%;
  z-index: -1;
  background-color: rgba(0,0,0,0.4);
  pointer-events: none;
  left: 0px;
  transform-origin: 100% 100%;
  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

  footer h4 {
    font-family: 'Rajdhani', sans-serif;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0 10px 0; }
  footer #mapbox {
    width: 100%;
    height: 200px; }
  footer .contactform .form-small input, footer .contactform .form-small textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 4px;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: white;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    outline-color: #ee1b23;
    float: left; }
  footer .contactform textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 4px;
    margin-top: 10px;
    height: 200px;
    background: white;
    outline-color: #ee1b23;
    margin-left: 0px; }
  footer .contactform img {
    width: 50%; }
  footer .contactform input[type="submit"] {
    background: #ee1b23;
    color: white;
    border: 0;
    padding: 9px 3px;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 15%;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 200; }
  footer .contactform ::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 200;
    color: white;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .contactform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .contactform :-ms-input-placeholder {
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .contactform :-moz-placeholder {
    /* Firefox 18- */
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    text-align: center;
    color: #34495e;
    font-size: 20px;
    margin: 10px 2px;
    transform: background-color 0.5s; }
  footer .social:hover {
    background-color: #ee1b23;
    color: white; }
  footer ul {
    padding: 0; }
  footer ul li {
    color: white;
    opacity: 0.8;
    font-size: 14px;
    line-height: 28px;
    list-style: none;
    text-transform: uppercase; }
    footer ul li a {
      font-weight: bold; }
  footer ul li:before {
    font-family: ionicons;
    content: '\f125';
    font-size: 14px;
    color: #ee1b23;
    margin-right: 10px; }
  footer hr {
    width: 80px;
    display: inline-block;
    background-color: #ee1b23;
    border: none;
    height: 2px; }
  footer .about {
    margin-bottom: 30px; }
  footer p {
    color: white;
    margin: 4px 0 4px 0;
    max-width: 540px;
    opacity: 0.8;
    font-style: italic;
    font-size: 14px;
    line-height: 26px; }

/*Basic lappy*/
@media screen and (max-width: 1400px) {

  .top-bar {
  width: 100%;
  padding: 10px;
  height: 900px;
  position: absolute;
  top: -400px;
  right: 0;
  z-index: 12;
  }

  .middle {
    float: left;
    width: 50%;
    padding: 60px 40px 0px 40px;
    position: absolute;
    z-index: 2;
    height: 100%;
    color: white; }

  .contact a {
    font-size: 14px; }

  .banner {
    width: 100%;
    height: 700px;
    z-index: 1; }
  .banner2 {
    width: 100%;
    height: 350px;
    z-index: 1; }
.bgc{
  display: table;
  width: 100%;
  height: 100%;
}
.quote {
  width: 100%;
}

.contacts{
  padding: 20px;
}
.contacts a {
  display: inline-block;
}
.contacts:after{

  transform-origin: 100% 100%;
  -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
   .banner:after{
  width: 65%;

}
.banner:before{

  width: 65%;

}
   .banner2:after{
  width: 65%;

}
.banner2:before{

  width: 65%;

}

nav{
  /* opacity: 0; */
  transition: ease 0.78s;
  transition-delay:0s;
  position: fixed;
  display: table;
  width: 100vw;
  height: 100vh;
  top: 0%;
  right: -115%;
  text-align: center;
  z-index: 1000;
}

  }

/*iPad Landscape*/
@media screen and (max-width: 1038px) {

.box {
  width: 50%;
}

nav.minify{
  right: -130%;
}
nav.viz:before{
  background-color: #ee1b23;
  left: 50px;

}
nav.viz:after{
  background-color: #222;
  opacity: 1;
  left: 0px;
}
nav.viz{
  right: 0;
}
nav:before{
  transition: all 0.5s;
    content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.8;
  pointer-events: none;
  left: 250px;
  z-index: -2;
  transition-delay: 0.4s;
  transform-origin: 100% 100%;
  -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
nav:after{
  transition: all 0.5s;
    content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.6;
  pointer-events: none;
  left: 250px;
  z-index: -1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
  /* header images */
  header img {
    float: none;
    width: auto;
    margin: 0;
    max-width: 100%; }

  /* Banner */
  .banner {
    width: 100%;
    min-height: 600px;
    height: 650px;
    z-index: 1; }

.banner:after{
  display: none;
}
.banner:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.8;
  pointer-events: none;
  left: 0px;
  z-index: 1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
  /* Banner2 */
  .banner2 {
    width: 100%;
    min-height: 300px;
    height: 300px;
    z-index: 1; }

.banner2:after{
  display: none;
}
.banner2:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0px;
  opacity: 0.8;
  pointer-events: none;
  left: 0px;
  z-index: 1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
  /* Logo */
  .logo {
    text-align: center;
    padding: 20px;
    margin: 0;
    width: 100%; }

  /* header divs */
  header {
    padding: 0; }

  .middle {
    float: left;
    width: 80%;
    padding: 40px 40px 0px 40px;
    position: absolute;
    z-index: 2;
    height: 100%;
    color: white; }

  .call-back h5 {
    font-size: 12px;
    padding-left: 10px; }
  .call-back .button {
    font-size: 12px; }

  .contact {
    display: none; }


  .main {

    padding: 20px 0px 20px 0px; }


  .images {
    display: none;
  }
  .content {
    width: 100%;
  }

    .why ol li{
    position: relative;
    margin: 0;
    width: 100%;
    padding: 20px ;
    background: rgba(0,0,0,0.1);
    min-height: 3em;
    padding: 20px 20px 20px 85px;
}

.call-to-action:after{
  content: ' ';
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: block;
  height: 100%;
  z-index: -1;
  background-color: rgba(0,0,0,0.4);
  pointer-events: none;
  left: 0px;
  transform-origin: 100% 100%;
  -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}


  }
/*iPad Portrait*/
@media screen and (max-width: 768px) {

nav ul{
  width: 100%;
}

nav ul li ul {
  width: 100%
}

.box {
  width: 100%;
}

  .why {
    padding: 60px 20px 60px 20px;
  }


  .contacts a {
  display: block;
  text-align: center;
  margin-left: 0px;

}
footer {
  background-color: #1d1e1f;
  padding: 20px;
  overflow: hidden; }
  .img-area{
  float: left;
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}


 .banner-pre .quote p{
  padding: 40px;

}
  /* Banner */
  .banner {
    width: 100%;
    min-height: 650px;
    height: 650px;
    z-index: 1; }
.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000008;
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  left: 0px;
  z-index: 0;
 }

.banner2 {
  width: 100%;
  min-height: 250px;
  height: 250px;
  z-index: 1; }


  .middle {
    width: 100%; 
    padding:30px;}
  .middle h1 {
      font-size: 28px; }
  .middle img {
      width: 70%;
      max-width: 350px;
      height: auto; 
      display: block;
      margin: 0 auto;
  display: table-cell;
  vertical-align: middle;

}
  .call-back {
    display: none; }


  .main {
    float: left;
    width: 100%;
    background-color: white;
    position: relative; }


  .serviceslist {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    padding: 0;
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1; }


}
/*Phone*/
@media screen and (max-width: 525px) {

    .img-area{
  float: left;
  width: 50%;
  padding: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.socialicons {
  text-align: left;
}
    .socialbar {
  background-color: #111112;
  padding:20px;
  position: relative; }

.socialbar p {
  float: left;
  line-height: 40px;
  color: white;
  margin: 0;
  font-size: 16px; 
text-align: center;}



  /* Banner */
  .banner {
    width: 100%;
    min-height: 700px;
    height: 700px;
    z-index: 1; }
.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000008;
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  left: 0px;
  z-index: 0;
 }
  /* Banner */
  .banner2 {
    width: 100%;
    min-height: 200px;
    height: 200px !important;
    z-index: 1; }

  header img {
    float: none;
    width: auto;
    margin: 0;
    max-width: 100%; }



  .sidebar ul {
    display: none; }

  .showproducts {
    display: block; }

  .selection {
    padding-top: 0; } 

    .why .small-12{
  padding: 20px!important;
}
.why ol li{
    position: relative;
    margin: 0;
    width: 100%;
    padding: 20px ;
    background: rgba(0,0,0,0.1);
    min-height: 3em;
}
.why ol > li:before {

display: none;
} }

/*# sourceMappingURL=style.css.map */
