@font-face {
  font-family: 'DIN Alternate';
  src: url("/site/themes/ggc/fonts/DINAlternate-Regular.woff2") format("woff2"), url("/site/themes/ggc/fonts/DINAlternate-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Alternate';
  src: url("DIN-Medium.woff2") format("woff2"), url("DIN-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  font-size: 18px;
  font-family: 'DIN Alternate', sans-serif;
}

h1, h2 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: bold;
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
  h1, h2 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  height: 180px;
}

@media (min-width: 1200px) {
  height: 210px;
}

a {
  color: #c19362;
}

.no-click {
  pointer-events: none;
}

.alt {
  color: #C2945E;
}

.alt-white {
  color: white;
}

.header_logo {
  width: 230px;
}

.footer_logo {
  width: 160px;
}

.footer_quality {
  width: 360px;
}

.form-group input {
  padding: 15px;
  border: 2px solid black;
  border-radius: 0;
}

.form-group textarea {
  padding: 15px;
  border: 2px solid black;
  border-radius: 0;
}

.btn-primary {
  border-radius: 0;
  background-color: #c19362;
  border: 2px solid #c19362;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 14px;
  padding: 15px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #c19362 !important;
  background-color: white !important;
  border: 2px solid #c19362 !important;
}

.home-hero {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.home-hero img {
  width: 100%;
}

.home-hero .logo {
  position: absolute;
  width: 100%;
  top: 0;
}

.home-hero .logo img {
  margin-top: 20%;
  width: 100%;
}

.featured-projects {
  color: white;
}

.featured-projects hr {
  height: 0;
  width: 50px;
  border-bottom: 3px solid white;
  margin-top: -5px;
}

.featured-projects .text {
  margin-left: 15px;
  position: absolute;
  bottom: 0;
  width: 80%;
}

.featured-projects .text .support {
  font-size: 14px;
  width: 70%;
}

.delta {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background: url("/site/themes/ggc/img/delta.png") center top no-repeat;
  background-size: auto 100%;
}

.delta-mask {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background: url("/site/themes/ggc/img/delta-mask.png") center top no-repeat;
  background-size: auto 100%;
}

.bottom {
  position: absolute;
  bottom: 0;
}

.mar-fix {
  margin-left: -15px;
  margin-right: -15px;
}

.half-n-half {
  position: relative;
  background: white;
  padding: 0;
  margin: 0;
}

.half-n-half:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,dadada+100 */
  background: #efefef;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #efefef 0%, #dadada 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dadada',GradientType=1 );
  /* IE6-9 */
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.half-n-half article {
  position: relative;
  top: 25px;
  z-index: 100;
}

.service {
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.service img {
  width: 100%;
}

.service h3 {
  font-size: 23px;
  letter-spacing: 6px;
  width: 100%;
  position: absolute;
  height: 400px;
  top: 50%;
  margin-top: -210px;
  display: table;
}

.service h3 p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.carousel {
  margin: 0;
}

ol.carousel-indicators {
  position: absolute;
  bottom: 45px;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
  float: left;
  width: 5px;
  height: 5px;
  margin: 0;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 0;
  border: 0;
  background: #4a4a4a;
}

ol.carousel-indicators li.active {
  background: #fff;
}

.hexagons .hexagon {
  margin: 0;
  padding: 0;
}

.hexagons .hexagon div {
  background: url("/site/themes/ggc/img/desk-projects-hexagon-only.png") center center no-repeat;
  background-size: contain;
  position: relative;
  width: 140px;
  height: 160px;
  margin: 0 auto;
  padding: 0;
}

.hexagons .hexagon div p {
  font-size: 14px;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 50%;
  margin-top: 17px;
}

.hexagons .hexagon div h2 {
  letter-spacing: 0;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 50%;
  margin-top: -32px;
}

.hexagons .line {
  display: none;
}

@media (min-width: 576px) {
  .hexagons .line {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .hexagons .line img {
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
  }
}

.grey-feature {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,dadada+100 */
  background: #efefef;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #efefef 0%, #dadada 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dadada',GradientType=1 );
  /* IE6-9 */
}

.pad-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pad-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.pad-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad-bottom-0 {
  padding-bottom: 0;
}

.pad-bottom-50 .text {
  margin-bottom: 50px;
}

.pad-top-15 {
  padding-top: 15px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-top-85 {
  padding-top: 85px;
}

.pad-bottom-85 {
  padding-bottom: 85px;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-45 {
  margin-top: 45px;
}

.mar-top-50 {
  margin-top: 50px;
}

.mar-top-85 {
  margin-top: 85px;
}

.mar-top-100 {
  margin-top: 100px;
}

.mar-bottom-30 {
  margin-bottom: 30px;
}

.mar-bottom-50 {
  margin-bottom: 50px;
}

.mar-bottom-85 {
  margin-bottom: 85px;
}

.mar-bottom-100 {
  margin-bottom: 100px;
}

.carousel-control-prev img, .carousel-control-next img {
  width: 50px;
  margin-top: -50px;
}

.carousel-control-next img {
  transform: rotate(180deg);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

/* flipper */
.flipper {
  perspective: 1000;
}

.service.active .flipper {
  transform: rotateY(180deg);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media (min-width: 576px) {
  .service:hover .flipper {
    transform: rotateY(180deg);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
  }
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
}

.front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.front h3 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.front {
  z-index: 2;
}

.navbar-gcc-controls {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 500;
}

.navbar-gcc-controls img {
  width: 50px;
}

.navbar-gcc {
  margin: 0;
  padding: 0;
  width: 100vw;
  max-width: 480px;
  height: 100vh;
  background-size: cover;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
}

.navbar-gcc .links {
  margin-top: 20vh;
}

.navbar-gcc hr {
  height: 0;
  width: 100%;
  max-width: 300px;
  border-bottom: 3px solid #c19362;
  margin-top: 10px;
  margin-bottom: 20px;
}

.navbar-gcc a {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
}

.navbar-gcc a.active, .navbar-gcc a:hover {
  color: #c19362;
  text-decoration: none;
}

.half-n-half-service {
  position: relative;
}

.half-n-half-service article {
  position: relative;
  z-index: 100;
}

.half-n-half-service:before {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  content: "";
  background-color: white;
  width: 100%;
  height: 0px;
}

@media (min-width: 576px) {
  .half-n-half-service:before {
    height: 290px;
  }
}

@media (min-width: 768px) {
  .half-n-half-service:before {
    height: 205px;
  }
}

@media (min-width: 992px) {
  .half-n-half-service:before {
    height: 180px;
  }
}

@media (min-width: 1200px) {
  .half-n-half-service:before {
    height: 210px;
  }
}

.half-n-half-service .half-n-half-service_mobile_parent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
}

@media (min-width: 576px) {
  .half-n-half-service .half-n-half-service_mobile_parent {
    display: none;
  }
}

.half-n-half-service .half-n-half-service_mobile_child {
  background-color: white;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
}

.half-n-half-service .half-n-half-service_mobile_child:before {
  content: "";
  background-color: white;
  height: 0;
  padding-bottom: 56.25;
}

.back {
  color: #fff;
  background-color: #2c2c2c;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding-left: -15px;
  padding-right: -15px;
}

.back p {
  padding: 20px;
  font-size: 18px;
}

.small {
  font-size: 14px;
  letter-spacing: 3px;
}

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