/* v1.0 | 20080212 */
@import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 12px;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  color: #F1F1F1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1, h2, h3 {
  padding: 50px 100px;
}

h4, h5, h6 {
  padding: 30px 100px;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 20px 100px;
}

b, em {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

i {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: italic;
}

small {
  font-size: 10px;
}

a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #F1F1F1;
}

blockquote {
  quotes: initial;
  font-size: 2.2em;
  padding: 80px;
  line-height: 1.5em;
}

ul {
  padding: 0 100px;
}

@media screen and (max-width: 1120px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1em;
  }
}
html {
  height: 100%;
}

body {
  height: 100%;
}

section {
  padding: 20px 50px;
  clear: both;
}

section.full-width {
  padding: 0;
}

aside {
  display: block;
  float: left;
  width: 33.3%;
  height: 100%;
  overflow: auto;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes backgroundZoom {
  from {
    background-size: 100% auto;
  }
  to {
    background-size: 150% auto;
  }
}
@keyframes blowup {
  from {
    margin: 40px;
    height: 100%;
    width: 220px;
  }
  to {
    margin: 0;
    height: 100%;
    width: 440px;
  }
}
#mobile-nav {
  display: none;
}

header {
  position: relative;
  overflow: hidden;
  background: #212121;
}
header #top-bar {
  width: 100%;
  background-color: #2A59A5;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
header #top-bar div {
  width: 50%;
  float: left;
}
header #top-bar div a {
  margin: 0 20px;
}
header #top-bar div.social {
  text-align: left;
}
header #top-bar div.header-phone {
  text-align: right;
}
header #header-wrapper {
  position: relative;
  overflow: auto;
}
header #header-wrapper nav {
  float: right;
}

@media screen and (max-width: 740px) {
  #mobile-nav {
    display: block;
  }
}
nav {
  width: 100%;
  background-color: #212121;
  height: 120px;
}
nav > ul {
  width: 770px;
  margin: 0 auto;
}
nav > ul > li {
  float: left;
  position: relative;
}
nav > ul > li a {
  position: relative;
  display: block;
  color: #F1F1F1;
  height: 120px;
  line-height: 120px;
  padding: 0 20px;
}
nav > ul > li a:hover {
  background-color: #212121;
}
nav > ul > li + li + li + li + li + li + li + li {
  display: none;
}
nav > ul > li ul {
  display: none;
  position: absolute;
  top: -40px;
  left: -100px;
  width: 540px;
  background-color: #292929;
  padding: 0;
}
nav > ul > li ul li {
  float: left;
  right: 0;
}
nav > ul > li ul li a {
  height: auto;
  line-height: 40px;
}
nav > ul > li:hover ul {
  display: block;
}
nav > ul > li#logo {
  margin: 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
nav > ul > li#logo h1 {
  padding: 0;
}
nav > ul > li#logo h1 strong {
  position: absolute;
  top: -500%;
}
nav > ul > li#logo h1 img {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 740px) {
  nav > ul {
    width: 100%;
  }
  nav > ul > li {
    width: 25%;
  }
  nav > ul > li a {
    padding: 0;
    text-align: center;
    border-right: 1px solid #212121;
  }
  nav > ul > li:hover ul {
    display: none;
  }
  nav > ul > li + li + li + li + li + li + li + li {
    display: block;
  }
  nav > ul > li + li + li + li + li + li + li + li a {
    border-left: none;
  }
  nav > ul li:first-child {
    display: none;
  }
  nav > ul li:first-child + li + li + li, nav > ul li:first-child + li + li + li + li, nav > ul li:first-child + li + li + li + li + li {
    display: none;
  }
}
.showNav {
  display: none;
  height: 40px;
  margin-top: 30px;
  position: absolute;
  top: -25px;
  right: 0;
}
.showNav a {
  display: block;
  width: 46px;
  height: 100%;
  position: absolute;
  top: 0px;
  padding: 0;
}
.showNav a::before {
  display: none;
}
.showNav a:active, .showNav a:hover {
  cursor: pointer;
}
.showNav a div {
  display: block;
  width: 16px;
  height: 1px;
  background: #ccc;
  margin: 3px auto;
}
.showNav a div:first-child {
  margin-top: 15px;
}
.showNav .slide_nav {
  right: 0;
}

.hideNav {
  display: block;
  width: 30px;
  height: 100%;
  border-radius: 5px;
  margin-top: 2px;
  margin-left: 10px;
  text-align: center;
  color: #F05A4E;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  line-height: 35px;
}
.hideNav::before {
  display: none;
}
.hideNav:hover, .hideNav:active {
  cursor: pointer;
  background-color: #2A1D18;
}

#mobile-nav {
  display: none;
  width: 250px;
  height: 100%;
  overflow: scroll;
  background-color: #222;
  color: #333;
  position: fixed;
  right: -250px;
  top: 0;
  z-index: 10000000;
}
#mobile-nav > p {
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: #CCC;
  margin-bottom: 0;
  text-align: center;
  color: #0D74FF;
}
#mobile-nav > p > a {
  float: right;
  border-left: 1px solid #F05A4E;
  border-radius: 0;
  width: 40px;
  margin-top: 0;
  line-height: 40px;
}
#mobile-nav > p > a:active .phone > div:first-child, #mobile-nav > p > a:active .phone > div:first-child + div {
  background: #0D74FF;
}
#mobile-nav > p > a:hover {
  cursor: pointer;
}
#mobile-nav > p > a::before {
  display: none;
}
#mobile-nav > p + a {
  border-right: 1px solid #CCC;
}
#mobile-nav > a {
  width: 124px;
  height: 100px;
  float: left;
  border-top: 1px solid #CCC;
}
#mobile-nav > a:active {
  background: #0D74FF;
}
#mobile-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 100px;
  border-bottom: 1px solid #CCC;
}
#mobile-nav ul li {
  width: 100%;
  background: none;
  border-top: 1px solid #999;
  padding: 0;
  height: 50px;
}
#mobile-nav ul li a {
  display: block;
  text-indent: 20px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: bolder;
  width: 100%;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}
#mobile-nav ul li a::before {
  display: none;
}
#mobile-nav ul li a:hover {
  background: #999;
}
#mobile-nav ul li a:active {
  background: #0D74FF;
}
#mobile-nav ul li ul {
  display: none;
}

.phone {
  display: block;
  height: 62px;
  width: 40px;
  border-color: #FFF;
  border-style: solid;
  border-width: 3px;
  border-top-width: 8px;
  border-bottom-width: 10px;
  border-radius: 3px;
  margin: 16px auto;
  position: relative;
}
.phone > div:first-child {
  display: block;
  position: absolute;
  top: -5px;
  left: 7px;
  width: 20px;
  height: 3px;
  background: #222;
  border-radius: 3px;
}
.phone > div:first-child + div {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -8px;
  left: 14.5px;
  background: #222;
  border-radius: 50%;
}

.mail {
  display: block;
  width: 80px;
  height: 50px;
  margin: 24px auto 0 auto;
  border: 3px solid #FFF;
  overflow: hidden;
  position: relative;
  -webkit-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.mail > div:first-child {
  display: block;
  position: absolute;
  top: -56px;
  left: -2px;
  border-style: solid;
  border-color: #FFF;
  border-left-width: 3px;
  border-bottom-width: 3px;
  height: 78px;
  width: 78px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 740px) {
  .showNav {
    display: block;
  }

  #mobile-nav {
    display: block;
  }
}
body {
  background-color: #333;
  background-image: url("../../images/Lights.jpg");
  background-size: 100% auto;
  background-position: 0 -400px;
  background-repeat: no-repeat;
}

section.full-width {
  background-size: cover;
  background-position: center;
}

aside {
  background-color: #292929;
  color: #F1F1F1;
}
aside img {
  display: block;
  margin: 50px auto;
  width: 70%;
  height: auto;
}

.content {
  background-color: #F2F2F2;
  color: #333;
  overflow: hidden;
  height: auto;
}
.content a {
  padding: 0 100px;
  color: #2A59A5;
}

aside + div {
  margin-left: 33.3%;
  padding: 50px 0;
}

.background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 100%;
  transition: all 0.5s;
}
.background:hover {
  transform: scale(1.2);
}

.full-width.theatres {
  background-image: url("../../images/theatre-lg.jpeg");
}

.full-width.churches {
  background-image: url("../../images/church-lg.jpeg");
}

.full-width.public {
  background-image: url("../../images/school-lg.jpeg");
}

.full-width.commercial {
  background-image: url("../../images/corporate-lg.jpeg");
}

.full-width.residential {
  background-image: url("../../images/restaurant-lg.jpeg");
}

.theatres {
  background-image: url("../../images/theatre.jpeg");
}

.churches {
  background-image: url("../../images/church.jpeg");
}

.public {
  background-image: url("../../images/school.jpeg");
}

.commercial {
  background-image: url("../../images/corporate.jpeg");
}

.residential {
  background-image: url("../../images/restaurant.jpeg");
}

.full-width.services {
  height: 200px;
  background-color: #262626;
  border-top: 1px solid #333;
}
.full-width.services a:hover {
  background-color: #212121;
}
.full-width.services a img {
  height: 100px;
  width: auto;
  margin: 20px auto;
}

.connect {
  height: 160px;
  border-top: 1px solid black;
  background-color: #1f1f1f;
}
.connect h2 {
  margin-top: 30px;
  text-align: center;
  color: #F1F1F1;
  padding: 0;
}
.connect a {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  bottom: -45px;
  background-color: #2A59A5;
  border: 1px solid #F1F1F1;
  border-radius: 50%;
}
.connect a p {
  margin: 46px 20px 0 20px;
  padding: 0;
  text-align: center;
}

.testimonials {
  background-image: url("../../images/testimonials.jpg");
  background-size: cover;
  background-position: center;
  overflow: auto;
}
.testimonials .five-col p {
  background-color: #333;
}

@media screen and (max-width: 1120px) {
  header + section .five-col a h2 {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
}
@media screen and (max-width: 960px) {
  body {
    background-position: 0 -220px;
  }

  .connect a {
    bottom: -50px;
  }

  .testimonials .five-col {
    width: 33.3%;
    width: calc(100vw / 3);
  }
  .testimonials .five-col:first-of-type, .testimonials .five-col:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 890px) {
  body {
    background-position: 0 -170px;
    background-size: 890px 580px;
  }
}
@media screen and (max-width: 740px) {
  header + section {
    height: auto;
    overflow: auto;
  }
  header + section .five-col {
    width: calc(100vw / 3);
    width: 33.3%;
    height: auto;
    min-height: auto;
  }
  header + section .five-col + .five-col + .five-col + .five-col, header + section .five-col + .five-col + .five-col + .five-col + .five-col {
    width: 50%;
  }
  header + section .five-col a h2 {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: none;
  }
}
.column {
  display: block;
  float: left;
  height: 100%;
  min-height: 50px;
  position: relative;
  overflow: hidden;
}
.column a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: auto;
}
.column a h3 {
  padding: 0;
}
.column p {
  margin: 120px 20px 40px;
  padding: 20px;
  min-height: 265px;
}
.column p a img {
  height: 60px;
  width: auto;
  max-width: 80%;
  margin-bottom: 20px;
}
.column.first {
  clear: left;
}

.two-col {
  width: 50%;
}

.three-col {
  width: 33.333%;
  width: calc(100% / 3);
}

.four-col {
  width: 25%;
}

.five-col {
  width: 20%;
}

.border {
  height: 100%;
}
.border a {
  border-left: 1px solid black;
  border-right: 1px solid #333;
}
.border.last a {
  border-right: none;
}

.button {
  display: inline-block;
  background-color: #f9f9f9;
  color: #333;
  padding: 1em 2em;
  border-radius: 5px;
  transition: background 0.3s;
  font-size: 16px;
  border: 1px solid #fff;
  max-width: 200px;
}
.button.icon-btn {
  padding: 1em 2em 1em 1em;
}
.button i {
  font-size: 16px;
  margin: 0;
  margin-right: 0.5em;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
}
.button:hover {
  background-color: rgba(245, 245, 245, 0.8);
  cursor: pointer;
  text-decoration: none;
}

.button.blue {
  background-color: #2A59A5;
  color: #fff;
}
.button.blue:hover {
  background-color: rgba(42, 89, 165, 0.8);
}
.button.blue i {
  color: #fff;
}

.banner {
  background-image: url("../../images/lights.jpg");
  min-height: 500px;
  overflow: auto;
}
.banner .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}
.banner .overlay h2 {
  font-size: 3.5em;
}
.banner .overlay .two-col.last h3 {
  text-align: left;
  line-height: 1.3;
  font-weight: bolder;
}
.banner .overlay .two-col.last h3 .button {
  margin-left: 100px;
}
.banner img {
  display: block;
  margin: 212px auto 20px auto;
}

.three-col {
  padding-bottom: 20px;
  background-size: cover;
}
.three-col h2 {
  padding-bottom: 200px;
  text-align: center;
}
.three-col .button {
  padding: 15px 0;
  width: 80%;
  margin: 0 auto 5px auto;
  background: #2A59A5;
  text-decoration: none;
  color: #fff;
}
.three-col .button:hover {
  text-decoration: none;
  background: #366fcc;
}
.three-col .button + .button {
  background: #ffffff;
  color: #2A59A5;
}
.three-col .button + .button:hover {
  background: #F2F2f2;
}

section.cta {
  background: #2A59A5;
  text-align: center;
  padding-bottom: 50px;
}
section.cta .button {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.g-map {
  float: right;
}

form {
  overflow: auto;
}

label {
  width: 50%;
  float: left;
  margin: 10px 0;
  font-size: 1.2em;
}
label input, label textarea {
  clear: left;
  width: 92%;
  margin: 10px auto 0;
  padding: 0.5em 0;
  text-indent: 1em;
}
label textarea {
  min-height: 150px;
  margin-bottom: 50px;
}

.g-recaptcha {
  float: left;
  margin: 35px 0;
}

input[type=submit] {
  margin: 35px 20px;
}

section.gallery {
  height: auto;
  overflow: auto;
  background-color: #212121;
}

.grid {
  margin: 30px auto;
}

.grid-item {
  width: 200px;
}
.grid-item img {
  max-width: 100%;
  max-height: 100%;
}

.grid-item--width2 {
  width: 400px;
}

@media screen and (max-width: 840px) {
  .rslides {
    max-height: 1000px;
  }

  .rslides img {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .rslides {
    display: none;
  }
}
.retail {
  background-color: #292929;
}
.retail ul {
  display: block;
  list-style: none;
  width: 100%;
  max-width: 1024px;
  padding: 0;
  overflow: auto;
  margin: 0 auto;
}
.retail ul li {
  width: 20%;
  float: left;
  height: 100px;
  position: relative;
}
.retail ul li a {
  display: block;
  margin: 20px auto;
  position: absolute;
  bottom: 10px;
}
.retail ul li a:before {
  display: none;
}
.retail ul li a img {
  max-width: 150px;
  max-height: 100px;
  width: auto;
  margin: 0 auto;
}
.retail ul + p {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #0D74FF;
}

@media screen and (max-width: 1000px) {
  .retail ul > li {
    width: 25%;
  }
}
@media screen and (max-width: 820px) {
  .retail ul > li {
    width: 33.3%;
  }

  .retail ul > li > a > img {
    display: block;
    width: 90%;
    height: auto;
    margin: auto;
  }
}
footer {
  background-color: #262626;
  padding-top: 40px;
  overflow: auto;
}
footer > div {
  float: left;
  padding: 20px 20px 40px;
}
footer > div:last-of-type {
  width: 100%;
  padding: 20px;
  background-color: #1a1a1a;
}
footer > div:last-of-type small {
  margin-right: 50px;
}
footer > div h6 {
  margin-bottom: 20px;
  padding: 0;
}
footer > div li {
  line-height: 2em;
}
footer > div li + li + li + li + li + li + li + li {
  display: none;
}
footer > div li ul {
  display: none;
}
footer > div li#logo {
  display: none;
}
footer > div div {
  float: left;
  margin-right: 20px;
  text-transform: capitalize;
  line-height: 1.5em;
}
footer > div ul {
  padding: 0;
}

/*# sourceMappingURL=base.css.map */
