@font-face {
  font-family: 'Gotham-Medium';
  src: url("/fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Book';
  src: url("/fonts/Gotham-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  html::after, body::after {
    content: "";
    background-image: url("/images/map_background.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    opacity: .035;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1; }

h1, h2, h3, h4 {
  font-family: "Gotham-Book", sans-serif; }

p {
  font-family: "Gotham-Book", sans-serif; }

h1 {
  margin: 0;
  font-weight: 300;
  font-size: 28px;
  font-size: 2.8rem; }

h2 {
  margin: 0;
  font-weight: 200;
  font-size: 22px;
  font-size: 2.2rem; }

h3 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem; }

h4 {
  margin: 0;
  font-weight: 200;
  font-size: 12px;
  font-size: 1.2rem; }

p {
  font-weight: 200;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0; }
  p.small-text {
    font-size: 10px;
    font-size: 1rem; }

.title-wrapper h1, .title-wrapper h2, .title-wrapper h3, .title-wrapper h4, .title-wrapper p {
  text-align: center; }

.header {
  padding: 25px 25px; }
  .header h2 {
    text-align: center;
    padding-bottom: 6px; }
  .header h4 {
    text-align: center;
    font-weight: 100;
    color: #F89406; }
    .header h4.dark-text {
      color: #444444;
      text-transform: uppercase;
      font-weight: 400; }

.content {
  padding: 15px 25px; }

nav {
  background: RGBA(0, 0, 0, 0.6);
  border-bottom: 1px solid #EEEEEE;
  transition: .4s ease; }
  nav.fixed-top {
    z-index: 15; }
  nav .container {
    padding: 8px 0;
    max-width: 90vw; }
    nav .container .navbar-toggler {
      position: relative;
      margin-right: 10px;
      margin-left: auto;
      border: none;
      background: #FFFFFF;
      border-radius: 2px; }
    nav .container .navbar-brand {
      width: 160px;
      position: absolute;
      top: 4px;
      transition: .4s ease; }
      @media (max-width: 768px) {
        nav .container .navbar-brand {
          width: 125px;
          top: 4px; } }
      nav .container .navbar-brand img {
        width: 100%;
        padding: 2px; }
    @media (max-width: 768px) {
      nav .container .navbar-nav {
        text-align: center; } }
    nav .container .navbar-nav .nav-social {
      color: #E67E22;
      font-size: 22px;
      padding: 2px 6px; }
    nav .container .navbar-nav .nav-link {
      font-weight: 400;
      text-transform: uppercase;
      color: #CCCCCC;
      font-family: "Gotham-Medium", sans-serif;
      font-size: 9px;
      font-size: 0.9rem; }
      nav .container .navbar-nav .nav-link.active {
        color: #FFFFFF; }
      nav .container .navbar-nav .nav-link:focus {
        color: #FFFFFF; }
      nav .container .navbar-nav .nav-link:nth-of-type(4) {
        color: #F89406;
        font-weight: 700; }
  nav.scrolled {
    background: RGBA(255, 255, 255, 1);
    transition: .4s ease; }
    nav.scrolled .navbar-nav .nav-link {
      font-weight: 400;
      text-transform: uppercase;
      color: #444444;
      font-family: "Gotham-Medium", sans-serif; }
      nav.scrolled .navbar-nav .nav-link.active {
        color: #222222; }
      nav.scrolled .navbar-nav .nav-link:focus {
        color: #222222; }
      nav.scrolled .navbar-nav .nav-link:nth-of-type(4) {
        color: #F89406;
        font-weight: 700; }

form input[type='text'], form input[type='email'], form input[type='password'] {
  border: none;
  border-radius: 25px;
  box-shadow: none;
  padding: 8px 15px;
  transition: .3s; }
  form input[type='text']::placeholder, form input[type='email']::placeholder, form input[type='password']::placeholder {
    opacity: .5;
    font-weight: 300; }
  form input[type='text']:focus, form input[type='email']:focus, form input[type='password']:focus {
    outline: none;
    box-shadow: 2px 2px 20px RGBA(0, 0, 0, 0.3); }

form textarea {
  border: none;
  resize: none;
  height: auto;
  padding: 8px 15px; }
  form textarea::placeholder {
    opacity: .5;
    font-weight: 300; }
  form textarea:focus {
    outline: none; }

form input[type='submit'] {
  width: 100%;
  padding: 6px 15px;
  font-weight: 400;
  border-radius: 25px;
  transition: .3s;
  cursor: pointer; }
  form input[type='submit']:focus {
    outline: none; }

form label.error {
  color: #EC644B;
  font-weight: 300;
  font-size: .9em;
  display: block;
  text-align: center; }

button {
  transition: .3s;
  border-radius: 2px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  transition: .3s; }
  button:focus {
    outline: none; }
  button.contact-button {
    background: #F89406;
    color: #FFFFFF;
    border: none;
    font-weight: 600; }
    button.contact-button:hover {
      background: #E67E22; }
  button.portfolio-button {
    background: #FFFFFF;
    color: #444444;
    border: none;
    font-weight: 400; }
    button.portfolio-button:hover {
      color: #222222; }
  button.delete-button {
    display: inline-block;
    width: 45%;
    margin-left: 4px;
    color: #F03434;
    background: transparent;
    border: none;
    font-size: 24px; }
    button.delete-button:hover {
      color: #CF000F; }
  button.update-button {
    display: inline-block;
    width: 45%;
    color: #F89406;
    background: transparent;
    border: none;
    font-size: 24px; }
    button.update-button:hover {
      color: #E67E22; }

a.portfolio-button {
  background: #FFFFFF;
  color: #444444;
  border: none;
  font-weight: 400;
  padding-right: 12px;
  transition: .3s;
  border-radius: 2px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  transition: .3s; }
  a.portfolio-button:hover {
    color: #222222;
    text-decoration: none; }

a.contact-button {
  background: #F89406;
  color: #FFFFFF;
  border: none;
  font-weight: 600;
  transition: .3s;
  border-radius: 2px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  transition: .3s; }
  a.contact-button:hover {
    background: #E67E22;
    text-decoration: none; }

.view-modal {
  background: #F89406;
  margin: 6px;
  border: none;
  color: #FFFFFF;
  font-weight: 200; }

.modal#deleteProject .selected-title {
  color: #F03434;
  font-weight: 600; }

.modal#deleteProject .modal-body p {
  font-size: 16px; }
  .modal#deleteProject .modal-body p.note {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
    color: #F03434; }

.modal#updateProject .selected-title {
  color: #F89406;
  font-weight: 600; }

.modal#updateProject .modal-body p {
  font-size: 16px; }
  .modal#updateProject .modal-body p.note {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
    color: #F89406; }

.modal#updateProject .modal-body input[type='text'] {
  border-radius: 0;
  border-bottom: 2px solid #F89406; }

#login-panel {
  width: 100vw;
  height: 100vh; }
  #login-panel .login-box {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 2px 0 10px RGBA(0, 0, 0, 0.1);
    width: 300px;
    height: 350px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    #login-panel .login-box .certified-logo {
      width: 35%;
      margin: -35px auto 10px; }
      #login-panel .login-box .certified-logo img {
        width: 100%; }
    #login-panel .login-box form {
      width: 65%;
      margin: 0 auto;
      text-align: left; }
      #login-panel .login-box form label {
        font-size: 6px;
        font-size: 0.6rem;
        font-weight: 600;
        text-transform: uppercase;
        margin: 18px 0 0; }
      #login-panel .login-box form input[type="text"], #login-panel .login-box form input[type="password"] {
        border-bottom: 2px solid #F89406;
        width: 100%;
        border-radius: 2px;
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 200; }
      #login-panel .login-box form input[type="submit"] {
        background: #F89406;
        transition: .3s ease;
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 200;
        border: none;
        color: #FFFFFF;
        margin-top: 30px; }
        #login-panel .login-box form input[type="submit"]:hover {
          background: #00B16A; }

#admin-panel {
  height: 100vw;
  width: 100vw; }

.admin-options {
  height: 100vh;
  background: #444444;
  padding: 25px;
  position: fixed; }
  .admin-options h3 {
    color: #FFFFFF;
    margin-bottom: 15px; }
  .admin-options ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .admin-options ul li {
      width: 100%;
      border-bottom: 1px solid #222222; }
      .admin-options ul li a {
        font-size: 9px;
        font-size: 0.9rem;
        color: #FFFFFF;
        padding: 10px;
        width: 100%;
        display: block;
        transition: .3s ease; }
        .admin-options ul li a .fas {
          margin-right: 5px; }
        .admin-options ul li a:hover {
          color: #F89406;
          text-decoration: none; }
  .admin-options .logout-button {
    position: absolute;
    bottom: 6px;
    left: 10px; }
    .admin-options .logout-button a {
      font-size: 10px;
      font-size: 1rem;
      color: #FFFFFF;
      padding: 10px;
      width: 100%;
      display: block;
      transition: .3s ease; }
      .admin-options .logout-button a .fas {
        margin-right: 5px; }
      .admin-options .logout-button a:hover {
        color: #00B16A;
        text-decoration: none; }

#project-list, #add-project {
  padding-top: 0 !important;
  width: 85%;
  margin: 50px auto 25px;
  position: relative; }

#project-list .thumbnail {
  display: inline-block;
  width: 60px;
  padding: 4px; }

#project-list #about-edit {
  padding-top: 50px; }
  #project-list #about-edit h4 {
    margin-top: 6px; }
  #project-list #about-edit p {
    padding: 15px;
    margin: 15px auto;
    background: #EEEEEE;
    font-size: 14px; }
  #project-list #about-edit .about-us-edit {
    display: none;
    margin: 15px auto; }
    #project-list #about-edit .about-us-edit .note-toolbar {
      background: #EEEEEE; }
    #project-list #about-edit .about-us-edit input[type='submit'] {
      border-radius: 3px;
      width: auto;
      margin: 10px 0; }
    #project-list #about-edit .about-us-edit p {
      background: #FFFFFF;
      font-size: 14px; }

#add-project {
  display: none; }
  #add-project form .form-row:last-of-type {
    display: block; }
  #add-project form label {
    font-size: 6px;
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 18px 0 0; }
  #add-project form input[type="text"], #add-project form input[type="password"], #add-project form textarea {
    border-bottom: 2px solid #F89406;
    width: 100%;
    border-radius: 2px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 200; }
  #add-project form input[type="submit"] {
    background: #F89406;
    transition: .3s ease;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 200;
    border: none;
    color: #FFFFFF;
    margin-top: 30px; }
    #add-project form input[type="submit"]:hover {
      background: #00B16A; }
  #add-project form .note {
    font-size: 14px;
    font-weight: 400; }
  #add-project img.thumbnail {
    width: 45px;
    height: 45px;
    padding: 4px; }

#successful-submission {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.alert {
  width: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 225;
  right: 0;
  border-radius: 0;
  border: none; }
  .alert.alert-success {
    color: #FFFFFF;
    background: #00B16A; }
  .alert.alert-primary {
    color: #FFFFFF;
    background: #F89406; }
  .alert.alert-danger {
    color: #FFFFFF;
    background: #F03434; }

.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out; }

.chocolat-open {
  overflow: hidden; }

.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  opacity: 0.8; }

.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff; }

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in; }

.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../images/portfolio/loader.gif);
  display: none; }

.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left; }

.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%; }

.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/portfolio/left.png) 50% 50% no-repeat;
  z-index: 17;
  display: none; }

.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/portfolio/right.png) 50% 50% no-repeat;
  z-index: 17;
  display: none; }

.chocolat-wrapper .chocolat-right.active {
  display: block; }

.chocolat-wrapper .chocolat-left.active {
  display: block; }

.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px; }

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/portfolio/close.png) 50% 50% no-repeat; }

.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.6);
  text-align: right;
  margin-top: 10px; }

.chocolat-wrapper .chocolat-set-title {
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: none; }

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/ }

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../images/portfolio/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right; }

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left; }

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15; }

body.chocolat-open > .chocolat-loader {
  z-index: 15; }

body.chocolat-open > .chocolat-content {
  z-index: 17; }

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute; }

.chocolat-in-container {
  position: relative; }

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
footer {
  background: #333333;
  padding: 25px 25px 15px;
  border-top: 1px solid #555555; }
  footer ul {
    display: inline-block;
    font-size: 1.0em;
    color: #FFFFFF;
    list-style-type: none;
    padding: 8px 0;
    margin: 0; }
    footer ul li {
      margin: 0 8px;
      cursor: pointer; }
      footer ul li a {
        font-size: 1.0em;
        color: #EEEEEE;
        font-weight: 200; }
        footer ul li a:hover {
          color: #FFFFFF;
          text-decoration: underline; }
  footer .social-wrapper {
    display: inline-block;
    font-size: 1.5em;
    margin-right: 25px;
    vertical-align: middle; }
    footer .social-wrapper a {
      color: #EEEEEE;
      padding: 4px; }
      footer .social-wrapper a:hover {
        text-decoration: none;
        color: #F89406; }
  footer .copyright {
    display: inline-block;
    color: #AAA; }

#home {
  margin: 0 0 -10px;
  padding: 0;
  width: 100vw;
  overflow: hidden;
  height: auto; }
  #home .hero-text-wrapper {
    position: absolute;
    bottom: 30%;
    right: 8vw;
    z-index: 2;
    color: #FFFFFF; }
    @media (max-width: 768px) {
      #home .hero-text-wrapper {
        bottom: 10%; } }
    @media (max-width: 575px) {
      #home .hero-text-wrapper {
        bottom: 20%; } }
    #home .hero-text-wrapper h1 {
      font-family: "Gotham-Book", sans-serif;
      font-weight: 200;
      text-shadow: 4px 4px 12px RGBA(0, 0, 0, 0.8);
      text-align: right;
      font-size: 40px;
      font-size: 4rem; }
      @media (max-width: 1039px) {
        #home .hero-text-wrapper h1 {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media (max-width: 575px) {
        #home .hero-text-wrapper h1 {
          font-size: 15px;
          font-size: 1.5rem; } }
      #home .hero-text-wrapper h1 span {
        font-weight: 500; }
    #home .hero-text-wrapper h4 {
      color: #F89406;
      margin-top: 8px;
      font-weight: 200;
      text-shadow: 2px 2px 8px RGBA(0, 0, 0, 0.8);
      text-align: right;
      font-family: "Gotham-Medium", sans-serif;
      font-size: 24px;
      font-size: 2.4rem; }
      @media (max-width: 1039px) {
        #home .hero-text-wrapper h4 {
          font-size: 20px;
          font-size: 2rem; } }
      @media (max-width: 575px) {
        #home .hero-text-wrapper h4 {
          font-size: 10px;
          font-size: 1rem; } }
  #home video {
    margin-top: -100px; }
    @media (max-width: 768px) {
      #home video {
        margin-top: 0;
        width: 150vw;
        margin: 0 auto; } }

#portfolio {
  padding: 50px 0;
  border-bottom: 1px solid #EEEEEE; }
  #portfolio .signage-options-wrapper {
    padding: 25px 0 0px;
    margin: 0 auto;
    text-align: center;
    transition: .1s ease;
    border-bottom: 2px solid #F89406;
    max-width: 92vw; }
    #portfolio .signage-options-wrapper.fixed {
      position: fixed;
      top: 70px;
      left: 0;
      right: 0;
      z-index: 2;
      background: RGBA(255, 255, 255, 0.9); }
      #portfolio .signage-options-wrapper.fixed .signage-options {
        margin: 0 auto;
        transition: .3s ease; }
      @media (max-width: 768px) {
        #portfolio .signage-options-wrapper.fixed {
          top: 70px; } }
    #portfolio .signage-options-wrapper ul.signage-options {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin: 0 auto;
      z-index: 10;
      transition: .3s ease; }
      #portfolio .signage-options-wrapper ul.signage-options.dropdown-menu {
        width: 98%;
        border: none; }
      #portfolio .signage-options-wrapper ul.signage-options li {
        margin: 2px 0 8px;
        width: auto;
        display: inline-block;
        padding: 6px 15px 2px;
        color: #444444;
        transition: .3s;
        cursor: pointer;
        font-weight: 500;
        font-family: "Gotham-Book", sans-serif;
        text-transform: uppercase;
        font-size: 7.5px;
        font-size: 0.75rem; }
        @media (max-width: 1039px) {
          #portfolio .signage-options-wrapper ul.signage-options li {
            padding: 6px 8px 2px;
            font-size: 6.5px;
            font-size: 0.65rem; } }
        #portfolio .signage-options-wrapper ul.signage-options li:hover {
          color: #F89406; }
        #portfolio .signage-options-wrapper ul.signage-options li.active {
          color: #F89406; }
        #portfolio .signage-options-wrapper ul.signage-options li.dropdown-item {
          background: #FFFFFF;
          width: 100%;
          text-align: center;
          display: block;
          border-bottom: 1px solid #EEEEEE;
          transition: .3s ease;
          margin: 0; }
          #portfolio .signage-options-wrapper ul.signage-options li.dropdown-item:hover {
            background: #EEEEEE;
            border-bottom: 1px solid #EEEEEE; }
          #portfolio .signage-options-wrapper ul.signage-options li.dropdown-item.active {
            background: #F89406;
            color: #FFFFFF;
            border-bottom: 1px solid #EEEEEE; }
    #portfolio .signage-options-wrapper button.dropdown-toggle {
      border: none;
      box-shadow: none;
      text-align: center;
      width: 100%;
      background: transparent;
      color: #444444; }
  #portfolio .portfolio-wrapper {
        width: 100% ;
        max-width: 100% ;
        margin: 0px;
        height: auto ;
    }
    #portfolio .portfolio-wrapper .grid-sizer {
      width: 24%; }
    #portfolio .portfolio-wrapper .gutter-sizer {
      width: 1%; }
      @media (max-width: 1039px) {
        #portfolio .portfolio-wrapper .gutter-sizer {
          width: 0px; } }
    #portfolio .portfolio-wrapper .portfolio-object {
      width: 24%;
      height: 200px;
      max-height: 210px;
      overflow: hidden;
      margin: 5px 5px;
      cursor: pointer;
      position: relative; }
      @media (max-width: 1039px) {
        #portfolio .portfolio-wrapper .portfolio-object {
          width: 23%; } }
      @media (max-width: 768px) {
        #portfolio .portfolio-wrapper .portfolio-object {
          width: 47%; } }
      @media (max-width: 575px) {
        #portfolio .portfolio-wrapper .portfolio-object {
          width: 47%; } }
      #portfolio .portfolio-wrapper .portfolio-object img {
        /*width: 100%;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*bottom: 0;*/
        /*margin: auto;*/
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: auto;
        left: 0px;
      }
    #portfolio .portfolio-wrapper figure {
      position: relative;
      float: left;
      overflow: hidden;
      margin: 10px 1%;
      height: auto;
      background: #444444;
      text-align: center;
      cursor: pointer;
      z-index: 0; }
      #portfolio .portfolio-wrapper figure h2 {
        font-weight: 600;
        text-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.8);
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        font-size: 1rem; }
      #portfolio .portfolio-wrapper figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
        text-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.8); }
    #portfolio .portfolio-wrapper figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.8; }
    #portfolio .portfolio-wrapper figure figcaption {
      padding: 1.2em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: .4s; }
      #portfolio .portfolio-wrapper figure figcaption:hover {
        background: RGBA(0, 0, 0, 0.7); }
    #portfolio .portfolio-wrapper figure figcaption::before, #portfolio .portfolio-wrapper figure figcaption::after {
      pointer-events: none; }
    #portfolio .portfolio-wrapper figure figcaption, #portfolio .portfolio-wrapper figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #portfolio .portfolio-wrapper figure figcaption > a {
      z-index: 8;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0; }
      #portfolio .portfolio-wrapper figure figcaption > a:nth-of-type(1) {
        z-index: 9; }
    #portfolio .portfolio-wrapper figure h2, #portfolio .portfolio-wrapper figure p {
      margin: 0; }
    #portfolio .portfolio-wrapper figure.effect-apollo {
      background: #444444; }
    #portfolio .portfolio-wrapper figure.effect-apollo img {
      opacity: 0.95;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale3d(1.05, 1.05, 1);
      transform: scale3d(1.05, 1.05, 1); }
    #portfolio .portfolio-wrapper figure.effect-apollo h2 {
      text-align: center;
      opacity: 0; }
    #portfolio .portfolio-wrapper figure.effect-apollo:hover img {
      opacity: 0.6;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    #portfolio .portfolio-wrapper figure.effect-apollo:hover figcaption::before {
      background: RGBA(0, 0, 0, 0.8); }
    #portfolio .portfolio-wrapper figure.effect-apollo:hover h2 {
      opacity: 1;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    #portfolio .portfolio-wrapper figure.effect-apollo:hover p {
      opacity: 0;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }

.category-selection-wrapper {
  background: #444444;
  position: relative;
  z-index: 1; }
  .category-selection-wrapper ul {
    margin: 0;
    padding: 0;
    background: transparent;
    width: 100%; }
    .category-selection-wrapper ul li {
      text-align: center;
      width: 20%;
      display: inline-block;
      color: #FFFFFF;
      padding: 15px 8px;
      border-right: 1px solid #555;
      cursor: pointer; }
      .category-selection-wrapper ul li h4 {
        font-weight: 400;
        line-height: 28px;
        font-size: 13px;
        font-size: 1.3rem; }
        @media (max-width: 1039px) {
          .category-selection-wrapper ul li h4 {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 24px; } }
        @media (max-width: 768px) {
          .category-selection-wrapper ul li h4 {
            font-size: 10px;
            font-size: 1rem;
            line-height: 20px; } }
        @media (max-width: 575px) {
          .category-selection-wrapper ul li h4 {
            display: none; } }
      .category-selection-wrapper ul li .icon-wrapper {
        padding: 6px 0 12px; }
        @media (max-width: 575px) {
          .category-selection-wrapper ul li .icon-wrapper {
            padding: 4px 0 8px; } }
        .category-selection-wrapper ul li .icon-wrapper img {
          height: 28px; }
          @media (max-width: 768px) {
            .category-selection-wrapper ul li .icon-wrapper img {
              height: 20px; } }
      .category-selection-wrapper ul li.selected {
        background: #F89406; }

.category-details {
  background: #FFFFFF;
  height: auto;
  position: relative;
  z-index: 2;
  margin-top: 0; }
  .category-details:after, .category-details:before {
    bottom: 100%;
    left: 17%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transition: .2s ease-in-out; }
  .category-details:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFFFFF;
    border-width: 20px;
    margin-left: -20px; }
    @media (max-width: 768px) {
      .category-details:after {
        border-width: 10px;
        margin-left: -10px; } }
  .category-details:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #FFFFFF;
    border-width: 16px;
    margin-left: -16px; }
    @media (max-width: 768px) {
      .category-details:before {
        border-width: 6px;
        margin-left: -6px; } }
  .category-details .category-service {
    padding: 50px 0; }
    .category-details .category-service .row {
      padding-left: 0;
      padding-right: 0; }
    .category-details .category-service h1 {
      text-align: center;
      padding-bottom: 6px; }
    .category-details .category-service h4 {
      text-align: center;
      font-weight: 100;
      color: #F89406; }
    .category-details .category-service .category-image {
      margin: 25px 0 0;
      padding: 0 5px;
      height: 180px;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      @media (max-width: 575px) {
        .category-details .category-service .category-image {
          margin: 15px 0;
          height: 100%; } }
      .category-details .category-service .category-image img {
        display: block;
        width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .category-details .category-service .category-description-wrapper {
      margin-top: 10px;
      background: #FFFFFF;
      position: relative;
      opacity: .95;
      z-index: 2;
      height: auto;
      padding: 50px; }
      @media (max-width: 575px) {
        .category-details .category-service .category-description-wrapper {
          margin-top: 0;
          box-shadow: none;
          padding: 25px; } }
      .category-details .category-service .category-description-wrapper .category-description > p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 36px !important;
        font-weight: 200 !important;
        margin-bottom: 22px !important; }
      .category-details .category-service .category-description-wrapper .actions {
        margin: 40px auto 10px;
        text-align: center; }
        .category-details .category-service .category-description-wrapper .actions button {
          display: inline-block;
          margin: 0 auto; }

#clients {
  background: #FFFFFF;
  border-top: 1px solid #EEEEEE; }
  #clients .logo-wrapper {
    padding: 5px 0 15px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    text-align: center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
    transition: .5s ease; }
    #clients .logo-wrapper:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1; }
    #clients .logo-wrapper img {
      width: 50%; }

#contact {
  background: #444444;
  height: auto;
  overflow: hidden; }
  #contact #contact-map {
    width: 100%;
    height: 100%; }
    @media (max-width: 1039px) {
      #contact #contact-map {
        height: 500px; } }
  #contact .contact-block {
    padding: 50px 25px; }
    #contact .contact-block h1,
    #contact .contact-block h2,
    #contact .contact-block h3,
    #contact .contact-block h4,
    #contact .contact-block p {
      color: #FFFFFF;
      text-align: center; }
    #contact .contact-block form {
      display: block;
      margin: 25px auto;
      width: 60%; }
      @media (max-width: 1039px) {
        #contact .contact-block form {
          width: 80%; } }
      #contact .contact-block form input[type='text'],
      #contact .contact-block form input[type='email'] {
        background: #FFFFFF;
        color: #444444;
        width: 100%; }
        #contact .contact-block form input[type='text']::placeholder,
        #contact .contact-block form input[type='email']::placeholder {
          color: #444444; }
      #contact .contact-block form textarea {
        background: #FFFFFF;
        color: #444444;
        border-radius: 25px;
        width: 100%; }
        #contact .contact-block form textarea::placeholder {
          color: #444444; }
      #contact .contact-block form input[type='submit'] {
        color: #FFFFFF;
        background: #F89406;
        border: none; }
        #contact .contact-block form input[type='submit']:hover {
          background: #E67E22;
          color: #FFFFFF; }
      #contact .contact-block form .form-group {
        position: relative; }
        #contact .contact-block form .form-group .fab {
          color: #444444;
          font-size: 1.6em;
          position: absolute;
          left: 25px;
          top: 6px; }
    #contact .contact-block .additional-contact {
      color: #EEEEEE; }
      #contact .contact-block .additional-contact .spacer {
        display: inline-block;
        width: 20px; }
      #contact .contact-block .additional-contact .fas {
        margin-right: 5px; }

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