@font-face {
  font-family: 'uniformbold';
  src: url('../fonts/webfontkit/uniform-bold-webfont.eot');
  src: url('../fonts/webfontkit/uniform-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/webfontkit/uniform-bold-webfont.woff2') format('woff2'), url('../fonts/webfontkit/uniform-bold-webfont.woff') format('woff'), url('../fonts/webfontkit/uniform-bold-webfont.ttf') format('truetype'), url('../fonts/webfontkit/uniform-bold-webfont.svg#uniformbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'uniformmedium';
  src: url('../fonts/webfontkit/uniform-medium-webfont.eot');
  src: url('../fonts/webfontkit/uniform-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/webfontkit/uniform-medium-webfont.woff2') format('woff2'), url('../fonts/webfontkit/uniform-medium-webfont.woff') format('woff'), url('../fonts/webfontkit/uniform-medium-webfont.ttf') format('truetype'), url('../fonts/webfontkit/uniform-medium-webfont.svg#uniformmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'uniformregular';
  src: url('../fonts/webfontkit/uniform-regular-webfont.eot');
  src: url('../fonts/webfontkit/uniform-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/webfontkit/uniform-regular-webfont.woff2') format('woff2'), url('../fonts/webfontkit/uniform-regular-webfont.woff') format('woff'), url('../fonts/webfontkit/uniform-regular-webfont.ttf') format('truetype'), url('../fonts/webfontkit/uniform-regular-webfont.svg#uniformregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Color Schemes */
.darkrey {
  color: #262726;
}
/*==================================================
=            General             =
==================================================*/
html {
  -webkit-font-smoothing: antialiased;
  height: 90%;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "uniformregular", helvetica, sans-serif;
  height: 90% !important;
  background-color: #ffffff;
  color: #231f20;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
}
a {
  color: #262726;
}
a:hover {
  color: #808184;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
/*==================================================
=            Menu             =
==================================================*/
.navbar-brand {
  padding: 0;
  height: 60px;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 0.6);
  -moz-box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 0.6);
  box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 0.6);
}
.navbar-default .navbar-nav > li {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: solid thin #ccc;
  margin-bottom: 5px;
}
.navbar-default .navbar-nav > li:last-child {
  border-right: solid thin #ffffff;
}
.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  text-transform: uppercase;
  color: #808184;
  font-weight: 800;
  font-family: "uniformmedium", helvetica, sans-serif;
  letter-spacing: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 20px;
  position: relative;
}
.navbar-default .navbar-nav > li > a span {
  border-bottom: 5px solid #ffffff;
  display: inline-block;
  width: 100%;
  position: absolute;
  border-bottom: 10px;
  bottom: -12px;
  left: 0;
}
.navbar-default .navbar-nav > li.lang-links > a {
  display: inline-block;
  margin-top: 4px;
  padding: 0px 6px;
  border-right: solid thin #ccc;
  padding-right: 6px;
  color: #BBBCBF;
}
.navbar-default .navbar-nav > li.lang-links > a.active {
  color: #58595b;
}
.navbar-default .navbar-nav > li.lang-links > a:last-child {
  border-right: none;
  padding-right: 0px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #ffffff;
  color: #262726;
}
.navbar-default .navbar-nav > .active > a span,
.navbar-default .navbar-nav > .active > a:focus span,
.navbar-default .navbar-nav > .active > a:hover span {
  border-bottom: 5px solid #262726;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: #ffffff;
  color: #262726;
}
.navbar-default .navbar-nav > li > a:focus span,
.navbar-default .navbar-nav > li > a:hover span {
  border-bottom: 5px solid #262726;
}
.navbar-toggle {
  margin-top: 11px;
}
/*==================================================
=            carousel             =
==================================================*/
.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
  content: '';
}
.carousel-indicators {
  bottom: 1px;
}
.carousel-indicators li {
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #000000;
  border: 1px solid #000000;
}
.carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 25px;
  padding-top: 5px;
}
.carousel-caption.home-bg {
  background: url('../images/bg01-pattern.png') repeat #000000;
}
.carousel-caption.about-bg {
  background: url('../images/bg02-pattern.png') repeat #10482e;
}
.carousel-caption.contact-bg {
  background: url('../images/bg03-pattern.png') repeat #10482e;
}
.carousel-caption.process-bg {
  background: url('../images/bg04-pattern.png') repeat #10482e;
}
.carousel-caption.work-bg {
  background: url('../images/bg05-pattern.png') repeat #10482e;
}
.carousel-caption h2 {
  font-family: "uniformregular", helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  max-width: 1024px;
  display: inline-block;
}
.carousel-caption h2 .smallfont {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 4px;
  display: inline-block;
}
.static-img-contianer {
  margin: 30px 0 5px 0;
}
.heading-h1 {
  font-family: "uniformbold", helvetica, sans-serif;
  letter-spacing: 2px;
  line-height: 28px;
  color: #58595b;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 30px;
}
p {
  font-family: "uniformregular", helvetica, sans-serif;
  line-height: 22px;
  padding-bottom: 10px;
}
.team-info {
  border-left: solid thin #ffffff;
  padding-left: 15px;
}
.team-info .heading-h1 {
  margin-bottom: 0px;
  margin-top: 10px;
}
.team-info .heading-h1:first-child {
  margin-top: 0px;
}
.team-info p {
  padding-bottom: 0px;
}
.company-info .heading-h1:first-child {
  margin-top: 0px;
}
.img-section {
  margin: 40px 0;
}
.img-section img {
  padding-bottom: 30px;
}
footer {
  border-top: solid 5px #231f20;
}
footer.no-border {
  border-top: 0;
}
.footer {
  padding: 20px;
}
.footer-space {
  margin-top: 50px;
}
.copyright {
  font-family: "uniformregular", helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
}
ul {
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.footer-menu li {
  display: inline-block;
  margin: 0 20px;
}
.footer-menu li:first-child {
  margin-left: 0;
}
.footer-menu li a {
  font-family: "uniformmedium", helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
}
.heading-h5-parallax {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  margin: 200px 0;
}
.img-menu-section {
  margin: 50px 0;
}
.process-holder {
  position: relative;
}
.process-holder img {
  position: relative;
}
.process-holder .process-caption {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  text-align: left;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 10px 5px;
  font-size: 10px;
}
.contact-info {
  margin-top: 40px;
}
.contact-info p {
  font-family: "uniformmedium", helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #58595b;
}
/*==================================================
=            Hover effect             =
==================================================*/
/* Common style */
.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 5;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 22px;
  font-family: "uniformmedium", helvetica, sans-serif;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/
.grid figure .opa-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*opacity: 0.4;*/
  z-index: 1;
  background-color: #000000;
}
figure.effect-bubba.img01 {
  background: url('../images/a2.jpg') no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-bubba.img02 {
  background: url('../images/b2.jpg') no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-bubba.img03 {
  background: url('../images/c2.jpg') no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
  opacity: 0;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
figure.effect-bubba h2 {
  padding-top: 45%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.map {
  height: 400px;
  /*background: rgba(200, 54, 54, 0.0);*/
  padding: 0 10px;
  margin: 0 5px;
  position: relative;
}
iframe.mapframe {
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: block;
  pointer-events: none;
}
#map-canvas {
  height: 100%;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .navbar-default .navbar-nav > li {
    margin-top: 15px;
    border-right: solid thin #ffffff;
  }
  .navbar-default .navbar-nav > .active > a span,
  .navbar-default .navbar-nav > .active > a:focus span,
  .navbar-default .navbar-nav > .active > a:hover span {
    border-bottom: 2px solid #262726;
    bottom: -5px;
  }
  .navbar-default .navbar-nav > li > a:focus span,
  .navbar-default .navbar-nav > li > a:hover span {
    border-bottom: 2px solid #262726;
    bottom: -5px;
  }
  .copyright {
    text-align: center;
  }
  .footer-menu li {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .footer-menu li:first-child {
    margin-left: 20px;
  }
  .carousel-caption h2 {
    font-family: "uniformregular", helvetica, sans-serif;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
    margin-right: 20px;
  }
  .carousel-caption h2 .smallfont {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0;
    display: inline-block;
  }
  .parallax-window {
    min-height: 300px;
    background: transparent;
  }
  .heading-h5-parallax {
    margin: 150px 0;
  }
  .img-section img {
    padding-bottom: 20px;
    width: auto;
  }
  .process-holder .process-caption {
    margin: 15px 15px;
    font-size: 10px;
  }
  .company-info {
    text-align: center;
  }
  .team-info {
    border-left: solid thin #ffffff;
    border-top: solid 1px #808184;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 15px;
    text-align: center;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  figure.effect-bubba h2 {
    padding-top: 40%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navbar-default .navbar-nav > li {
    margin-top: 20px;
    border-right: solid thin #ccc;
  }
  .navbar-default .navbar-nav > .active > a span,
  .navbar-default .navbar-nav > .active > a:focus span,
  .navbar-default .navbar-nav > .active > a:hover span {
    border-bottom: 5px solid #262726;
    bottom: -14px;
  }
  .navbar-default .navbar-nav > li > a:focus span,
  .navbar-default .navbar-nav > li > a:hover span {
    border-bottom: 5px solid #262726;
    bottom: -14px;
  }
  .parallax-window {
    min-height: 600px;
    background: transparent;
  }
  .heading-h5-parallax {
    margin: 300px 0;
  }
  .process-holder .process-caption {
    margin: 30px 40px;
    font-size: 16px;
  }
  .company-info {
    text-align: left;
  }
  .team-info {
    border-left: solid thin #808184;
    border-top: solid 0px #ffffff;
    padding-left: 40px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .copyright {
    text-align: right;
  }
  .footer-menu li {
    display: inline-block;
    text-align: left;
    padding-bottom: 0px;
  }
  .footer-menu li:first-child {
    margin-left: 0;
  }
  .carousel-caption h2 {
    font-family: "uniformregular", helvetica, sans-serif;
    text-transform: none;
    letter-spacing: 2px;
    font-size: 19px;
    font-weight: 300;
    margin-left: 20px;
    margin-right: 20px;
  }
  .carousel-caption h2 .smallfont {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
  }
  .img-section img {
    padding-bottom: 30px;
    width: 100%;
  }
  figure.effect-bubba h2 {
    padding-top: 50%;
  }
}
/* Large Devices, Wide Screens */
