/* Typography */
/* Colors */
/* Resolutions */
@import "https://fonts.googleapis.com/css?family=Glegoo:400,700";
/* From XS to ... */
/* From MS to ... */
/* From SM to ... */
/* From MD to ... */
/* box shadow */
/* border radius */
/* background size */
/* transition */
/* placeholder color */
/* black & white img */
/* scale */
/* rotate */
/* transform */
/* translate3d */
/* translate3d */
html,
body {
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  color: #a1a1a1;
  font-size: 13px; }
  html.modal-open nav#nav,
  body.modal-open nav#nav {
    padding-right: 17px; }
  @media (min-width: 768px) {
    html.scrolled #nav .navbar-brand,
    body.scrolled #nav .navbar-brand {
      height: 44px;
      overflow: hidden;
      background: #000000;
      margin: 0;
      padding: 0;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      html.scrolled #nav .navbar-brand img,
      body.scrolled #nav .navbar-brand img {
        margin-top: -8px;
        width: 176px;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; }
      html.scrolled #nav .navbar-brand:after,
      body.scrolled #nav .navbar-brand:after {
        opacity: 0;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; } }

::-moz-selection {
  text-shadow: none;
  background: #5d5d5d; }

::selection {
  text-shadow: none;
  background: #5d5d5d; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

/*****************
*   Typography   *
******************/
p {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 20px;
  color: #a1a1a1;
  font-weight: 100; }
  p a {
    font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt", sans-serif;
  color: #5d5d5d;
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }
  h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey {
    color: #a1a1a1; }
  h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
    text-align: center; }

h2 {
  font-size: 35px; }
  @media (min-width: 0px) and (max-width: 479px) {
    h2 {
      font-size: 30px; } }
  h2 span {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 100;
    color: #a1a1a1;
    text-transform: lowercase;
    font-style: italic;
    display: block; }
  h2.page-title {
    font-size: 28px;
    margin-bottom: 50px;
    text-align: center;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 0px) and (max-width: 479px) {
      h2.page-title {
        margin-bottom: 30px;
        font-size: 22px; } }
    h2.page-title.page-title-white {
      color: #ffffff;
      opacity: .7; }
    h2.page-title:before, h2.page-title:after {
      content: " ";
      position: relative;
      display: inline-block;
      border-bottom: 1px solid #5d5d5d;
      height: 100%;
      width: 75px;
      bottom: 0;
      margin-right: 15px; }
      @media (min-width: 480px) and (max-width: 767px) {
        h2.page-title:before, h2.page-title:after {
          width: 25px !important; } }
      @media (min-width: 0px) and (max-width: 479px) {
        h2.page-title:before, h2.page-title:after {
          display: none; } }
    h2.page-title:after {
      margin-right: 0;
      margin-left: 15px; }

h3 {
  font-size: 22px;
  font-weight: 500; }

h4 {
  font-size: 18px;
  font-weight: 500; }

h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 130%; }

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 100%;
  font-size: 18px; }

/**********************
*   Buttons & Links   *
***********************/
a {
  color: #5d5d5d;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 100;
  text-transform: lowercase; }
  a:focus {
    color: #666666; }
  a:hover {
    color: #666666; }
  a:active, a.active {
    color: #666666; }

a, button {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: 0 !important; }
  a:hover, a:focus, a:active, a.active, button:hover, button:focus, button:active, button.active {
    text-decoration: none; }

.btn {
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  height: auto;
  padding: 8px 20px;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  line-height: 140%; }
  .btn.btn-primary {
    border: solid 1px #5d5d5d;
    background-color: #5d5d5d; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active {
      border: solid 1px #5d5d5d;
      background-color: #111111; }
  .btn.btn-secondary {
    border: solid 1px #5d5d5d;
    background-color: transparent;
    color: #5d5d5d; }
    .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary.active {
      background-color: #5d5d5d;
      color: #ffffff; }
    .btn.btn-secondary.white {
      border-color: #ffffff;
      color: #ffffff; }
      .btn.btn-secondary.white i {
        color: #ffffff; }
      .btn.btn-secondary.white:hover, .btn.btn-secondary.white:active, .btn.btn-secondary.white.active {
        border-color: #ffffff;
        background-color: #ffffff;
        color: #5d5d5d; }
        .btn.btn-secondary.white:hover i, .btn.btn-secondary.white:active i, .btn.btn-secondary.white.active i {
          color: #5d5d5d; }
  .btn.btn-transparent {
    border: solid 1px #a1a1a1;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4); }
    .btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent.active {
      background-color: rgba(0, 0, 0, 0.75);
      border: solid 1px #cccccc; }
  .btn .svg rect {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .btn:hover .svg rect, .btn:active .svg rect, .btn.active .svg rect {
    fill: #ffffff; }

/***********
*   Form   *
************/
form {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left; }
  @media (min-width: 0px) and (max-width: 767px) {
    form {
      text-align: center; } }
  form .form-group {
    position: relative;
    margin: 0 0 15px 0; }
    form .form-group.active label {
      background-color: #5d5d5d; }
    form .form-group.active .form-control {
      border-color: #5d5d5d; }
    form .form-group.txtarea label {
      width: 100%;
      text-align: left; }
    form .form-group.txtarea .error {
      top: 45px; }
    form .form-group label {
      min-width: 114px;
      background-color: #a1a1a1;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 400;
      color: #ffffff;
      height: 36px;
      line-height: 36px;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 14px;
      z-index: 1;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    form .form-group .form-control {
      background: #eee;
      position: relative;
      height: 36px;
      line-height: 36px;
      font-size: 16px;
      padding: 7px 12px 7px 122px;
      font-weight: 100;
      border: solid 1px #a1a1a1;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      color: #a1a1a1;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      form .form-group .form-control:hover, form .form-group .form-control:focus {
        border-color: #5d5d5d; }
    form .form-group textarea.form-control {
      min-height: 150px;
      resize: none;
      line-height: 140%;
      padding: 42px 12px 0; }
    form .form-group .error {
      position: absolute;
      top: 9px;
      right: 10px;
      opacity: 0;
      z-index: 2;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      form .form-group .error.show {
        opacity: 1; }
      form .form-group .error i {
        font-size: 16px;
        color: #5d5d5d; }
  form .success {
    opacity: 0;
    float: right;
    color: #a1a1a1;
    font-weight: 100;
    font-size: 16px;
    line-height: 140%;
    margin-top: 6px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
    @media (min-width: 0px) and (max-width: 767px) {
      form .success {
        margin-top: 25px;
        margin-bottom: -20px;
        float: none;
        text-align: center; } }
    form .success.show {
      opacity: 1; }
    form .success i {
      font-size: 16px;
      color: #5d5d5d;
      padding-right: 8px; }

::-webkit-input-placeholder {
  color: #a1a1a1 !important; }

:-moz-placeholder {
  color: #a1a1a1 !important;
  opacity: 1; }

::-moz-placeholder {
  color: #a1a1a1 !important;
  opacity: 1; }

:-ms-input-placeholder {
  color: #a1a1a1 !important; }

input[type='text'],
input[type='password'],
input[type='email'],
textarea,
.btn {
  outline: 0px !important;
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important; }

/*****************
*   Navigation   *
******************/
#nav {
  background-color: #000000;
  height: 44px;
  min-height: 44px;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 0px) and (max-width: 479px) {
    #nav {
      height: 54px;
      min-height: 54px; } }
  #nav .navbar-header {
    position: relative;
    width: 100%;
    margin: -1px auto 0 auto;
    float: none; }
    #nav .navbar-header .navbar-toggle {
      background-color: transparent;
      padding: 10px;
      margin: 10px 0 0;
      border: none; }
      @media (min-width: 480px) and (max-width: 767px) {
        #nav .navbar-header .navbar-toggle {
          display: none; } }
      #nav .navbar-header .navbar-toggle .icon-bar {
        background-color: #5d5d5d; }
    #nav .navbar-header > ul {
      position: relative;
      padding: 0;
      margin: 0; }
      #nav .navbar-header > ul > li {
        list-style: none; }
        #nav .navbar-header > ul > li.left {
          width: 50%;
          text-align: right;
          float: left;
          padding-right: 170px;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          @media (min-width: 480px) and (max-width: 767px) {
            #nav .navbar-header > ul > li.left {
              padding-right: 30px; } }
          @media (min-width: 0px) and (max-width: 479px) {
            #nav .navbar-header > ul > li.left {
              display: none; } }
          #nav .navbar-header > ul > li.left .navbar-nav {
            float: right;
            margin: 0; }
        #nav .navbar-header > ul > li.center {
          margin: 0;
          width: 296px;
          float: none;
          position: absolute;
          left: 50%;
          top: 0;
          margin-left: -148px; }
          @media (min-width: 0px) and (max-width: 767px) {
            #nav .navbar-header > ul > li.center {
              width: 45px;
              height: 54px;
              margin-left: -22px; } }
        #nav .navbar-header > ul > li.right {
          width: 50%;
          text-align: left;
          float: right;
          padding-left: 170px;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          @media (min-width: 480px) and (max-width: 767px) {
            #nav .navbar-header > ul > li.right {
              padding-left: 30px; } }
          @media (min-width: 0px) and (max-width: 479px) {
            #nav .navbar-header > ul > li.right {
              display: none; } }
          #nav .navbar-header > ul > li.right .navbar-nav {
            float: left;
            margin: 0; }
        #nav .navbar-header > ul > li a.btn {
          border: none !important;
          display: inline-block;
          height: 44px;
          padding: 12px;
          margin: 0 3px;
          text-decoration: none;
          color: #a1a1a1;
          position: relative; }
          @media (min-width: 0px) and (max-width: 767px) {
            #nav .navbar-header > ul > li a.btn {
              font-size: 13px; } }
          #nav .navbar-header > ul > li a.btn i.fa {
            position: absolute;
            bottom: 2px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            transform: translateX(-50%); }
          #nav .navbar-header > ul > li a.btn:after {
            content: " ";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            opacity: 0;
            background: -moz-linear-gradient(left, #444546 0%, #5d5d5d 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%, #444546), color-stop(100%, #5d5d5d));
            background: -webkit-linear-gradient(left, #444546 0%, #5d5d5d 100%);
            background: -o-linear-gradient(left, #444546 0%, #5d5d5d 100%);
            background: -ms-linear-gradient(left, #444546 0%, #5d5d5d 100%);
            background: linear-gradient(to right, #444546 0%, #5d5d5d 100%);
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s; }
          #nav .navbar-header > ul > li a.btn:before {
            content: " ";
            height: 8px;
            position: absolute;
            bottom: -8px;
            left: 5%;
            width: 90%;
            z-index: -10;
            opacity: 0;
            background-image: url("../img/shadow.png");
            background-size: 100% 10px;
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -ms-transition: all 0.8s;
            -o-transition: all 0.8s;
            transition: all 0.8s; }
          #nav .navbar-header > ul > li a.btn:hover, #nav .navbar-header > ul > li a.btn:active, #nav .navbar-header > ul > li a.btn.active {
            color: #ffffff; }
            #nav .navbar-header > ul > li a.btn:hover:before, #nav .navbar-header > ul > li a.btn:active:before, #nav .navbar-header > ul > li a.btn.active:before {
              opacity: 0.6 !important; }
            #nav .navbar-header > ul > li a.btn:hover:after, #nav .navbar-header > ul > li a.btn:active:after, #nav .navbar-header > ul > li a.btn.active:after {
              opacity: 1 !important; }
        #nav .navbar-header > ul > li .navbar-nav > li {
          float: left; }

.navbar-brand {
  width: 296px;
  height: 140px;
  margin: 0 auto;
  margin-left: auto !important;
  position: relative;
  vertical-align: middle;
  top: 0;
  background: #5d5d5d;
  background: black;
  background: -moz-linear-gradient(top, black 0%, #3a3a3a 100%);
  background: -webkit-linear-gradient(top, black 0%, #3a3a3a 100%);
  background: linear-gradient(to bottom, black 0%, #3a3a3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3a3a3a',GradientType=0 );
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  @media (min-width: 480px) and (max-width: 767px) {
    .navbar-brand {
      height: 90px;
      margin-left: -128px !important; } }
  @media (min-width: 0px) and (max-width: 479px) {
    .navbar-brand {
      width: 145px;
      height: 54px;
      margin: 0;
      padding: 0;
      background: none; } }
  .navbar-brand:after {
    content: " ";
    position: absolute;
    width: 94%;
    height: 100%;
    top: 0;
    left: 3%;
    z-index: -1;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 15px 0px rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0px 1px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 15px 0px rgba(50, 50, 50, 0.75); }
    @media (min-width: 0px) and (max-width: 767px) {
      .navbar-brand:after {
        display: none; } }
  .navbar-brand img {
    width: 260px;
    margin: 27px auto 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
    @media (min-width: 0px) and (max-width: 767px) {
      .navbar-brand img {
        display: none; } }
    .navbar-brand img.mobile {
      display: none; }
      @media (min-width: 0px) and (max-width: 767px) {
        .navbar-brand img.mobile {
          display: block;
          width: 176px;
          height: auto; } }
      @media (min-width: 0px) and (max-width: 479px) {
        .navbar-brand img.mobile {
          margin: 10px 0 0 -72px; } }

.dropdown .dropdown-menu {
  display: none;
  border: 0;
  margin: 0;
  left: 50%;
  text-align: center;
  background-color: #cccccc;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .dropdown .dropdown-menu a {
    font-family: "futura-pt", sans-serif;
    text-transform: capitalize;
    color: #a1a1a1;
    padding: 5px 0; }
    .dropdown .dropdown-menu a:hover, .dropdown .dropdown-menu a:active, .dropdown .dropdown-menu a.active {
      color: #5d5d5d;
      background-color: #ffffff; }
.dropdown:hover .dropdown-menu {
  display: block; }

/************************
*   Navigation Mobile   *
*************************/
#nav-mobile {
  position: fixed;
  z-index: 10000;
  background-color: #000000;
  top: 53px;
  left: 0;
  width: 100%;
  height: calc(100% - 53px);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }
  @media (min-width: 768px) {
    #nav-mobile {
      display: none; } }
  #nav-mobile.open {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%); }
  #nav-mobile .navbar-toggle {
    background-color: transparent;
    padding: 10px;
    margin: 5px 7px 0;
    border: none; }
    @media (min-width: 480px) and (max-width: 767px) {
      #nav-mobile .navbar-toggle {
        display: none; } }
    #nav-mobile .navbar-toggle .icon-bar {
      background-color: #5d5d5d; }
  #nav-mobile .navbar-brand {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
    #nav-mobile .navbar-brand:after {
      display: none; }
  #nav-mobile > ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -47%);
    -moz-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%); }
    #nav-mobile > ul > li > a {
      font-size: 34px;
      font-family: "futura-pt", sans-serif;
      color: #ffffff;
      text-transform: capitalize;
      font-weight: 500;
      line-height: 140%; }
      #nav-mobile > ul > li > a:hover, #nav-mobile > ul > li > a:active, #nav-mobile > ul > li > a.active {
        color: #5d5d5d; }
    #nav-mobile > ul > li > ul > li > a {
      font-size: 18px;
      font-family: "futura-pt", sans-serif;
      color: #ffffff;
      text-transform: capitalize;
      line-height: 140%; }
      #nav-mobile > ul > li > ul > li > a:hover, #nav-mobile > ul > li > ul > li > a:active, #nav-mobile > ul > li > ul > li > a.active {
        color: #5d5d5d; }

/*************
*   Header   *
**************/
header {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  background-position: center;
  background-color: #ffffff;
  z-index: 10;
  background-size: cover; }
  header.half-size {
    height: 50%;
    min-height: 380px; }
    @media (min-width: 0px) and (max-width: 767px) {
      header.half-size {
        height: auto;
        min-height: 277px; } }
    header.half-size a.btn {
      width: 50px;
      height: 50px;
      bottom: 140px;
      position: absolute;
      padding: 15px 0 0 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
      header.half-size a.btn i {
        font-size: 18px;
        z-index: 2;
        margin: 0 auto; }
    header.half-size.borderBot {
      border-bottom: solid 1px #e2e2df; }
  header.services {
    background-image: url(../img/header/services.jpg); }
  header.about {
    background-image: url(../img/header/about.jpg); }
  header.contacts {
    background-image: url(../img/header/contacts.jpg); }
  header.project-list {
    background-image: url(../img/header/project-list.jpg); }
  header .header-content-bottom {
    position: absolute;
    background-color: #000000;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100px;
    text-align: center; }
    header .header-content-bottom .container a.btn {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 26px; }
      @media (min-width: 0px) and (max-width: 767px) {
        header .header-content-bottom .container a.btn {
          border: 0;
          background-color: transparent; }
          header .header-content-bottom .container a.btn i {
            color: #5d5d5d; } }
      header .header-content-bottom .container a.btn:after {
        background: header .header-content-bottom .container a.btn:after brand-primary; }
      header .header-content-bottom .container a.btn i {
        top: 14px;
        font-size: 18px;
        z-index: 2;
        position: absolute;
        margin: 0 auto; }
      header .header-content-bottom .container a.btn.nav-left {
        left: 15px; }
        header .header-content-bottom .container a.btn.nav-left i {
          left: 20px; }
          @media (min-width: 0px) and (max-width: 767px) {
            header .header-content-bottom .container a.btn.nav-left i {
              left: 0; } }
      header .header-content-bottom .container a.btn.nav-right {
        right: 15px; }
        header .header-content-bottom .container a.btn.nav-right i {
          right: 20px; }
          @media (min-width: 0px) and (max-width: 767px) {
            header .header-content-bottom .container a.btn.nav-right i {
              right: 0; } }
    header .header-content-bottom .container .project-info {
      display: block;
      margin-top: 21px; }
      @media (min-width: 0px) and (max-width: 479px) {
        header .header-content-bottom .container .project-info {
          margin-top: 25px; } }
      header .header-content-bottom .container .project-info h2 span {
        margin-top: -3px; }
  header .project-triggers {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    bottom: 145px;
    z-index: 10; }
    @media (min-width: 0px) and (max-width: 767px) {
      header .project-triggers {
        bottom: 125px; } }
    header .project-triggers .view-all {
      font-style: italic;
      position: relative;
      color: #eeeeee;
      margin-top: 20px;
      z-index: 3;
      font-size: 16px;
      display: block;
      text-decoration: none;
      font-family: "Times New Roman", Times, serif;
      font-weight: 100;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
      text-transform: lowercase;
      opacity: 1;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      header .project-triggers .view-all:hover {
        opacity: 1;
        color: #ffffff; }

/********************
*   Header Slider   *
*********************/
#carousel.carousel {
  width: 100%;
  height: 100%;
  position: absolute; }
  #carousel.carousel .carousel-inner {
    height: 100%;
    width: 100%;
    position: relative; }
    #carousel.carousel .carousel-inner > .item {
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition-property: opacity;
      background-color: #ffffff;
      z-index: 1; }
      #carousel.carousel .carousel-inner > .item .carousel-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100px;
        text-align: center; }
      #carousel.carousel .carousel-inner > .item #carousel .carousel-inner > .item {
        -webkit-transition: 0.6s ease-in-out;
        -moz-transition: 0.6s ease-in-out;
        -o-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out; }
      #carousel.carousel .carousel-inner > .item h2 {
        text-shadow: none; }
      #carousel.carousel .carousel-inner > .item .slide {
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: calc(100% - 100px);
        text-align: center;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background-size: cover;
        background-position: center;
        /*&:after {
            position: absolute;
            left: 0;
            right: 0;
            content: "";
            background: rgba(0,0,0,.4);
            width: 100%;
            height: 100%;
        }*/ }

#carousel.carousel-fade .carousel-inner .active {
  opacity: 1; }

#carousel.carousel-fade .carousel-inner .active.left,
#carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

#carousel.carousel-fade .carousel-inner .next.left,
#carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

#carousel.carousel-fade .carousel-control {
  z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
  #carousel.carousel-fade .carousel-inner > .item.next,
  #carousel.carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  #carousel.carousel-fade .carousel-inner > .item.prev,
  #carousel.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  #carousel.carousel-fade .carousel-inner > .item.next.left,
  #carousel.carousel-fade .carousel-inner > .item.prev.right,
  #carousel.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/**********************************
*   Transition & Content loader   *
***********************************/
#load-content {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  #load-content.opac0 {
    opacity: 0; }

#transition {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0;
  z-index: 1000;
  top: 0;
  left: 0; }
  #transition.hidden {
    display: none !important; }
  #transition.transition {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  #transition.go {
    opacity: 1; }
  #transition .navbar-brand {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
    #transition .navbar-brand:after {
      display: none; }
  #transition .transition-title {
    width: auto;
    text-align: center;
    -webkit-transition: all 1.6s ease-out 0s;
    -moz-transition: all 1.6s ease-out 0s;
    -ms-transition: all 1.6s ease-out 0s;
    -o-transition: all 1.6s ease-out 0s;
    transition: all 1.6s ease-out 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-width: 480px) and (max-width: 767px) {
      #transition .transition-title {
        width: 400px; } }
    @media (min-width: 0px) and (max-width: 479px) {
      #transition .transition-title {
        width: 250px; } }
    #transition .transition-title img {
      width: 550px;
      -webkit-transform: translateX(24px);
      -moz-transform: translateX(24px);
      transform: translateX(24px);
      -webkit-transition: all 2s ease-out 0s;
      -moz-transition: all 2s ease-out 0s;
      -ms-transition: all 2s ease-out 0s;
      -o-transition: all 2s ease-out 0s;
      transition: all 2s ease-out 0s; }
      @media (min-width: 480px) and (max-width: 767px) {
        #transition .transition-title img {
          width: 400px; } }
      #transition .transition-title img.go {
        opacity: 1;
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        transform: translateX(0) !important; }
    #transition .transition-title h3 {
      font-size: 20px;
      font-weight: 300;
      opacity: 0;
      -webkit-transition: all 1.6s ease-out 0s;
      -moz-transition: all 1.6s ease-out 0s;
      -ms-transition: all 1.6s ease-out 0s;
      -o-transition: all 1.6s ease-out 0s;
      transition: all 1.6s ease-out 0s; }
      #transition .transition-title h3.go {
        opacity: 1;
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        transform: translateX(0) !important; }
      @media (min-width: 0px) and (max-width: 767px) {
        #transition .transition-title h3 {
          text-align: center !important;
          margin: 0 !important; } }
    #transition .transition-title.home h3 {
      text-align: center;
      -webkit-transform: translateX(-24px);
      -moz-transform: translateX(-24px);
      transform: translateX(-24px);
      margin-top: -15px; }
    #transition .transition-title.projects h3 {
      text-align: right;
      -webkit-transform: translateX(-24px);
      -moz-transform: translateX(-24px);
      transform: translateX(-24px);
      margin-top: -65px;
      margin-right: 4px; }
    #transition .transition-title.services h3 {
      text-align: left;
      -webkit-transform: translateX(-12px);
      -moz-transform: translateX(-12px);
      transform: translateX(-12px);
      margin-top: -60px;
      margin-left: 8px; }
    #transition .transition-title.about h3 {
      text-align: left;
      -webkit-transform: translateX(-12px);
      -moz-transform: translateX(-12px);
      transform: translateX(-12px);
      margin-top: -40px;
      margin-left: 65px; }
    #transition .transition-title.contacts h3 {
      text-align: left;
      -webkit-transform: translateX(-12px);
      -moz-transform: translateX(-12px);
      transform: translateX(-12px);
      margin-top: -57px;
      margin-left: 30px; }

/***************
*   Sections   *
****************/
section {
  display: block;
  width: 100%;
  position: relative;
  padding: 75px 0;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1199px) {
    section {
      padding: 50px 0; } }
  @media (min-width: 0px) and (max-width: 767px) {
    section {
      padding: 50px 0; } }
  section.services-intro:after {
    background-image: url("../img/header/services.jpg"); }
  section.about-intro:after {
    background-image: url("../img/header/about.jpg"); }
  section.contacts-intro:after {
    background-image: url("../img/header/contacts.jpg"); }
  section.contacts-intro p {
    text-align: center;
    font-size: 18px; }
  @media (min-width: 0px) and (max-width: 479px) {
    section.contacts-intro .box .box-footer, section.about-intro .box .box-footer, section.services-intro .box .box-footer, section#services-we-do .box .box-footer {
      margin-bottom: -18px; } }
  section p {
    text-align: left; }
  section:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center; }

/* Purple Bg */
section.purple-bg {
  /*background-color: $brand-purple;
  background-color: rgb(77, 62, 79);
  background-color: rgba(77, 62, 79, 0.9);*/
  background-color: rgba(0, 0, 0, 0.8); }
  section.purple-bg p {
    color: #ffffff;
    margin-top: 14px; }
    @media (min-width: 0px) and (max-width: 767px) {
      section.purple-bg p {
        margin: 0 auto 15px; } }
  section.purple-bg hr {
    height: 0;
    border: 0;
    border-top: 1px solid #5d5d5d;
    padding: 0;
    margin: 0 0 25px;
    display: block;
    width: 100%; }

/* Gold Bg */
section.gold-bg {
  background-color: #5d5d5d;
  background-color: #c8b286;
  background: linear-gradient(to bottom, rgba(138, 137, 134, 0.75), rgba(200, 178, 134, 0.9)); }

/* Soft Bg */
section.soft-bg {
  /*background-color: #ccccca;*/
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #c9c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c9c9c9',GradientType=0 ); }
  section.soft-bg.borderBot {
    border-bottom: solid 1px #e2e2df; }

/* White Bg */
section.white-bg {
  background-color: #000000; }
  section.white-bg.borderBot {
    border-bottom: solid 1px #e2e2df; }

.white-bg.full-height,
.gold-bg.project-video,
.purple-bg.project-details,
.purple-bg.project-intro {
  min-height: calc(100% - 54px);
  height: auto; }

/*****************
*   Boxed text   *
******************/
.box {
  position: relative;
  max-width: 100%; }
  .box.smaller {
    width: 380px;
    margin: 0 auto; }
    .box.smaller.smallest {
      width: 270px; }
    .box.smaller.smallest .box-body {
      padding: 20px 20px 30px 20px; }
    .box.smaller .box-header h4.page-title {
      width: 100%;
      line-height: 10px;
      margin-bottom: 0;
      text-align: center;
      margin-right: auto;
      margin-left: auto; }
      .box.smaller .box-header h4.page-title.services-2:before, .box.smaller .box-header h4.page-title.services-2:after {
        width: 62px; }
      .box.smaller .box-header h4.page-title:before, .box.smaller .box-header h4.page-title:after {
        content: " ";
        position: absolute;
        border-bottom: 1px solid #5d5d5d;
        height: 100%;
        left: 0;
        bottom: 0; }
        @media (min-width: 0px) and (max-width: 479px) {
          .box.smaller .box-header h4.page-title:before, .box.smaller .box-header h4.page-title:after {
            border: none; } }
      .box.smaller .box-header h4.page-title:after {
        left: auto;
        right: 0; }
    .box.smaller .box-body h5 {
      margin-top: 10px !important;
      margin-bottom: 10px !important; }
  .box .box-header {
    position: relative; }
    .box .box-header h2 {
      width: 100%;
      line-height: 20px;
      margin-bottom: 0; }
      .box .box-header h2:before, .box .box-header h2:after {
        content: " ";
        position: absolute;
        border-bottom: 1px solid #5d5d5d;
        height: 100%;
        left: 0;
        bottom: 0; }
        @media (min-width: 0px) and (max-width: 479px) {
          .box .box-header h2:before, .box .box-header h2:after {
            border: none; } }
      .box .box-header h2:after {
        left: auto;
        right: 0; }
    .box .box-header .projects-1:before, .box .box-header .projects-1:after {
      width: 115px; }
    .box .box-header .projects-2:before, .box .box-header .projects-2:after {
      width: 142px; }
    .box .box-header .projects-3:before, .box .box-header .projects-3:after {
      width: 38px; }
    .box .box-header .about-1:before, .box .box-header .about-1:after {
      width: 200px; }
    .box .box-header .services-1:before, .box .box-header .services-1:after {
      width: 175px; }
    .box .box-header .contacts-1:before, .box .box-header .contacts-1:after {
      width: 75px; }
  .box .box-body {
    border-right: 1px solid #5d5d5d;
    border-left: 1px solid #5d5d5d;
    padding: 20px 35px 20px 40px; }
    @media (min-width: 0px) and (max-width: 479px) {
      .box .box-body {
        border: none;
        padding-left: 10px !important;
        padding-right: 10px !important; } }
    .box .box-body.padBot {
      padding-bottom: 35px; }
  .box .box-footer {
    height: 19px;
    line-height: 38px;
    border-top: 1px solid #5d5d5d; }
    @media (min-width: 0px) and (max-width: 479px) {
      .box .box-footer {
        border: none;
        height: auto; } }
    .box .box-footer.no-height {
      height: 0; }
    .box .box-footer a.btn {
      margin-top: -41px; }
  .box .social-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 10px 9px 0 9px;
    background: transparent;
    border: 1px solid #5d5d5d;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center; }
    .box .social-icon:hover, .box .social-icon:active {
      background-color: #5d5d5d; }
      .box .social-icon:hover i, .box .social-icon:active i {
        color: #ffffff; }
    .box .social-icon i {
      font-size: 28px;
      color: #5d5d5d;
      margin-top: 10px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .box .social-icon i.fa-facebook {
        margin-left: -1px; }
      .box .social-icon i.fa-twitter {
        margin-left: 3px; }
      .box .social-icon i.fa-pinterest {
        margin-left: 2px; }

/*****************
*   Thumbnails   *
******************/
a.thumb {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  background: #222222;
  /*background: -moz-linear-gradient(-45deg, #4d3e4f 0%, #715c76 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4d3e4f), color-stop(100%,#715c76));
  background: -webkit-linear-gradient(-45deg, #4d3e4f 0%,#715c76 100%);
  background: -o-linear-gradient(-45deg, #4d3e4f 0%,#715c76 100%);
  background: -ms-linear-gradient(-45deg, #4d3e4f 0%,#715c76 100%);
  background: linear-gradient(135deg, #4d3e4f 0%,#715c76 100%);*/
  max-width: 370px;
  margin: 6px auto; }
  a.thumb img {
    opacity: 0.6;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  a.thumb h2 {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 50%;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    text-shadow: 0px 0px 5px rgba(50, 50, 50, 0.35);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 0px) and (max-width: 479px) {
      a.thumb h2 {
        font-size: 22px; } }
  a.thumb .hover {
    opacity: 0;
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    margin-bottom: -41px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (min-width: 0px) and (max-width: 479px) {
      a.thumb .hover {
        margin-bottom: -34px; } }
    a.thumb .hover .sub-title {
      font-family: "Times New Roman", Times, serif;
      font-weight: 100;
      color: #ffffff;
      padding: 0;
      margin: 0;
      font-size: 18px;
      text-transform: lowercase;
      font-style: italic;
      display: block;
      text-shadow: 0px 0px 5px rgba(50, 50, 50, 0.35); }
      @media (min-width: 0px) and (max-width: 479px) {
        a.thumb .hover .sub-title {
          font-size: 16px; } }
    a.thumb .hover span {
      line-height: 120%; }
    a.thumb .hover .btn {
      margin-top: 15px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
  a.thumb:after {
    content: " ";
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border: solid 1px #ffffff;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  a.thumb:hover .hover, a.thumb:active .hover, a.thumb.active .hover {
    opacity: 1;
    bottom: calc(50% - 25px); }
  a.thumb:hover h2, a.thumb:active h2, a.thumb.active h2 {
    top: calc(50% - 40px); }
  a.thumb:hover img, a.thumb:active img, a.thumb.active img {
    opacity: 0.3;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px); }
  a.thumb:hover:after, a.thumb:active:after, a.thumb.active:after {
    opacity: 1;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px; }

/**************************
*   Homepage / Projects   *
***************************/
@media (min-width: 0px) and (max-width: 479px) {
  .project-share .box.smaller.smallest .box-body {
    padding-bottom: 0; } }

@media (min-width: 0px) and (max-width: 767px) {
  .project-photos {
    padding: 8px 0; } }
.project-photos .photo-row {
  padding-top: 6px;
  padding-bottom: 6px; }

.project-related h2.page-title {
  margin-bottom: 42px; }
  @media (min-width: 0px) and (max-width: 479px) {
    .project-related h2.page-title {
      margin-bottom: 30px; } }
.project-related a.btn {
  width: 50px;
  height: 50px;
  position: relative;
  top: 127px;
  background: none; }
  .project-related a.btn:after {
    background: #5d5d5d; }
  .project-related a.btn i {
    top: 14px;
    font-size: 18px;
    z-index: 2;
    position: absolute;
    margin: 0 auto; }
  .project-related a.btn.nav-left i {
    left: 20px; }
  .project-related a.btn.nav-right i {
    right: 20px; }

.project-video > a.btn-secondary {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1; }
.project-video a.video-placeholder {
  color: #ffffff;
  text-decoration: none; }
  .project-video a.video-placeholder .icon {
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: solid 2px #ffffff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
    .project-video a.video-placeholder .icon .svg {
      width: 55px;
      margin: 29px 0 0 10px; }
      .project-video a.video-placeholder .icon .svg path {
        fill: #ffffff;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s; }
    .project-video a.video-placeholder .icon:after {
      content: " ";
      width: 120px;
      height: 120px;
      position: absolute;
      top: -2px;
      left: -2px;
      display: block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: transparent;
      border: solid 2px #ffffff;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
  .project-video a.video-placeholder h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 120%;
    font-weight: 500;
    margin-top: 20px;
    text-shadow: 0px 0px 5px rgba(50, 50, 50, 0.35); }
    .project-video a.video-placeholder h2 span {
      color: #ffffff;
      margin-top: 0px; }
  .project-video a.video-placeholder:hover .icon, .project-video a.video-placeholder:active .icon, .project-video a.video-placeholder.active .icon {
    background-color: #ffffff; }
    .project-video a.video-placeholder:hover .icon .svg path, .project-video a.video-placeholder:active .icon .svg path, .project-video a.video-placeholder.active .icon .svg path {
      fill: #5d5d5d; }
    .project-video a.video-placeholder:hover .icon:after, .project-video a.video-placeholder:active .icon:after, .project-video a.video-placeholder.active .icon:after {
      opacity: 0;
      width: 140px;
      height: 140px;
      top: -12px;
      left: -12px; }

@media (min-width: 0px) and (max-width: 479px) {
  .project-details hr.mobile {
    margin-top: -37px;
    margin-bottom: 0;
    padding: 0; } }
.project-details .details-icons {
  margin: 35px 0 20px 0; }
  @media (min-width: 0px) and (max-width: 479px) {
    .project-details .details-icons {
      margin-top: 0; } }
  .project-details .details-icons .bullet {
    font-size: 15px;
    padding: 6px 0;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center; }
    .project-details .details-icons .bullet i {
      color: #5d5d5d;
      font-size: 24px;
      width: 40px;
      text-align: center;
      padding-right: 10px; }
      @media (min-width: 0px) and (max-width: 479px) {
        .project-details .details-icons .bullet i {
          display: block;
          margin: 0 auto 4px;
          padding: 0; } }
.project-details .details-extra .bullet {
  font-size: 13px;
  padding: 0 0 6px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 150%; }
  @media (min-width: 0px) and (max-width: 767px) {
    .project-details .details-extra .bullet {
      text-align: center; } }
  .project-details .details-extra .bullet:before {
    font-family: FontAwesome;
    content: "\f04d";
    font-size: 7px;
    padding-right: 10px;
    float: left;
    color: #5d5d5d; }
    @media (min-width: 0px) and (max-width: 767px) {
      .project-details .details-extra .bullet:before {
        display: none; } }
.project-details ul {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .project-details ul {
      margin: 0; } }
  .project-details ul li {
    list-style: none;
    line-height: 140%;
    padding: 0; }

span.price {
  position: relative;
  border: solid 1px #c8b286;
  background: #c8b286;
  color: #ffffff;
  padding: 0 20px 0 20px;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: -41px;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

header.project-inner #carousel .item.full .slide {
  height: 100%; }
header.project-inner #carousel .item.full .project-triggers {
  bottom: 45px; }
header.project-inner #carousel .item.full .intro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  width: 500px;
  padding: 70px 15px 63px; }
  header.project-inner #carousel .item.full .intro h2 {
    color: #ccc; }
  @media (min-width: 0px) and (max-width: 767px) {
    header.project-inner #carousel .item.full .intro {
      padding: 45px 10px 43px;
      left: 16px;
      right: 16px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      width: auto; } }
  header.project-inner #carousel .item.full .intro a.btn {
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }

@media (min-width: 480px) and (max-width: 767px) {
  header.projects .header-content-bottom .container .project-info {
    margin-top: 26px; } }
@media (min-width: 0px) and (max-width: 479px) {
  header.projects .header-content-bottom .container .project-info {
    margin-top: 33px; } }
@media (min-width: 480px) and (max-width: 767px) {
  header.projects .header-content-bottom .container .project-info h2 {
    font-size: 30px; } }
@media (min-width: 0px) and (max-width: 479px) {
  header.projects .header-content-bottom .container .project-info h2 {
    font-size: 20px; } }
@media (min-width: 0px) and (max-width: 767px) {
  header.projects .header-content-bottom .container .project-info h2 span {
    font-size: 16px; } }

/***************
*   Services   *
****************/
#services-focus h3 {
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: left; }
  @media (min-width: 0px) and (max-width: 767px) {
    #services-focus h3 {
      text-align: center; } }
  #services-focus h3 span {
    float: left;
    margin-top: -5px;
    margin-right: 13px;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: solid 1px #5d5d5d;
    text-align: center; }
    @media (min-width: 0px) and (max-width: 767px) {
      #services-focus h3 span {
        float: none;
        display: block;
        margin: 0 auto 15px; } }
    #services-focus h3 span img {
      width: 28px;
      height: 28px;
      display: inline-block;
      margin-top: 3px; }
#services-focus p {
  margin-bottom: 0;
  text-align: left;
  padding: 0 10px; }

#services-we-do h5 {
  margin-bottom: 20px;
  text-align: center; }
  #services-we-do h5 span {
    margin-top: -5px;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 15px auto;
    border: solid 1px #5d5d5d;
    text-align: center; }
    #services-we-do h5 span img {
      width: 56px;
      height: 56px;
      display: inline-block;
      margin-top: 6px; }
#services-we-do p {
  margin-bottom: 0;
  text-align: left; }
#services-we-do .box {
  margin-top: 30px; }

/************
*   About   *
*************/
#about-name:before {
  font-family: FontAwesome;
  content: "\f067";
  position: absolute;
  top: 183px;
  font-size: 23px;
  left: 50%;
  right: 50%;
  margin-left: -7px;
  color: #a1a1a1; }
  @media (min-width: 0px) and (max-width: 767px) {
    #about-name:before {
      display: none; } }
#about-name h3 {
  margin-bottom: 20px;
  text-align: center; }
  #about-name h3 span {
    margin-top: -5px;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 15px auto;
    border: solid 1px #5d5d5d;
    text-align: center; }
    #about-name h3 span img {
      width: 56px;
      height: 56px;
      display: inline-block;
      margin-top: 6px; }
#about-name p {
  text-align: left;
  padding: 0 10px; }
  #about-name p:last-child {
    margin-bottom: 0; }

/**********************
*   Project Listing   *
***********************/
.project-filters {
  padding: 35px 0; }
  @media (min-width: 0px) and (max-width: 767px) {
    .project-filters {
      padding: 20px 0; } }
  .project-filters ul {
    margin: 0; }
    .project-filters ul li {
      display: inline-block;
      margin: 0 4px; }
      @media (min-width: 0px) and (max-width: 767px) {
        .project-filters ul li {
          display: block;
          margin: 10px 0; } }
      @media (min-width: 0px) and (max-width: 767px) {
        .project-filters ul li .btn {
          min-width: 180px; } }

.project-listing {
  padding: 50px 0; }
  @media (min-width: 0px) and (max-width: 767px) {
    .project-listing {
      padding: 8px 0; } }

/*************
*   Footer   *
**************/
footer {
  position: relative;
  width: 100%;
  /*height: 180px;*/
  background-color: #000000; }
  @media (min-width: 0px) and (max-width: 479px) {
    footer {
      height: auto;
      text-align: center; } }
  footer .footer-content {
    position: relative;
    width: 100%;
    height: 130px;
    margin: 0 auto;
    display: block; }
    @media (min-width: 0px) and (max-width: 479px) {
      footer .footer-content {
        height: auto; } }
    footer .footer-content ul {
      position: relative;
      padding: 0;
      margin: 0; }
      @media (min-width: 0px) and (max-width: 479px) {
        footer .footer-content ul {
          padding-top: 115px;
          padding-bottom: 25px; } }
      footer .footer-content ul li {
        list-style: none; }
        footer .footer-content ul li.left {
          width: 50%;
          text-align: right;
          float: left;
          padding-right: 165px;
          padding-top: 49px; }
          @media (min-width: 480px) and (max-width: 767px) {
            footer .footer-content ul li.left {
              padding-right: 100px; } }
          @media (min-width: 0px) and (max-width: 479px) {
            footer .footer-content ul li.left {
              float: none;
              padding: 0;
              margin-right: 5px;
              text-align: center;
              display: inline-block;
              width: auto; } }
        footer .footer-content ul li.center {
          margin: 0;
          width: 220px;
          float: none;
          position: absolute;
          left: 50%;
          top: 0;
          margin-left: -110px;
          padding-top: 24px; }
          @media (min-width: 480px) and (max-width: 767px) {
            footer .footer-content ul li.center {
              padding-top: 36px;
              width: 160px;
              margin-left: -80px; } }
          footer .footer-content ul li.center .footer-brand {
            width: 220px;
            height: 66px;
            margin: 0 auto;
            position: relative;
            vertical-align: middle; }
            @media (min-width: 480px) and (max-width: 767px) {
              footer .footer-content ul li.center .footer-brand {
                width: 160px; } }
            footer .footer-content ul li.center .footer-brand img {
              width: 100%; }
        footer .footer-content ul li.right {
          width: 50%;
          text-align: left;
          float: right;
          padding-left: 165px;
          padding-top: 49px; }
          @media (min-width: 480px) and (max-width: 767px) {
            footer .footer-content ul li.right {
              padding-left: 100px; } }
          @media (min-width: 0px) and (max-width: 479px) {
            footer .footer-content ul li.right {
              float: none;
              padding: 0;
              margin-left: 5px;
              text-align: center;
              display: inline-block;
              width: auto; } }
  footer .footer-copyright {
    width: 100%;
    display: block;
    background-color: #4d4d4d;
    background-color: #222;
    height: 50px;
    margin: 0 auto;
    text-align: center; }
    footer .footer-copyright p {
      color: #ffffff;
      font-size: 16px;
      padding-top: 15px;
      margin: 0;
      text-align: center; }
      footer .footer-copyright p span {
        padding: 0 15px; }

/********************
*   General   *
*********************/
.letter-spaced {
  letter-spacing: 2px; }

/********************
*   Fixed Lateral   *
*********************/
.fixed-lateral {
  position: fixed;
  height: 186px;
  width: 100px;
  text-align: center;
  top: 50%;
  left: 20px;
  margin-top: -93px;
  z-index: 1;
  clip: rect(0, 0, 0, 0);
  display: none; }
  @media (min-width: 1400px) {
    .fixed-lateral {
      display: block; } }
  .fixed-lateral a.btn {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: relative;
    margin: 0;
    background: none; }
    .fixed-lateral a.btn:after {
      background: #5d5d5d; }
    .fixed-lateral a.btn.nav-top i {
      left: 18px; }
    .fixed-lateral a.btn.nav-down i {
      right: 18px; }
    .fixed-lateral a.btn i {
      color: #5d5d5d;
      top: 14px;
      font-size: 18px;
      z-index: 2;
      position: absolute;
      margin: 0 auto;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .fixed-lateral a.btn:hover i, .fixed-lateral a.btn:active i {
      color: #ffffff; }
  .fixed-lateral span {
    display: block;
    margin: 25px 0;
    position: relative;
    text-transform: uppercase; }

.white-bg .fixed-lateral span {
  color: #a1a1a1; }

.purple-bg .fixed-lateral span {
  color: #ffffff; }

.gold-bg .fixed-lateral span {
  color: #ffffff; }

/*************
*   Modals   *
**************/
.modal-md {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.modal.no-styles {
  background: transparent; }

.modal.no-styles .modal-content {
  background: transparent;
  padding: 0;
  line-height: 0; }

.modal.no-styles .modal-body {
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 0; }

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.js-video.widescreen {
  padding-bottom: 56.34%; }

.js-video.vimeo {
  padding-top: 0; }

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.modal-backdrop.fade.in {
  background: #2f2432; }

.modal-backdrop.in {
  opacity: 0.8; }

.modal-content {
  border-radius: 0;
  border: 0; }

.modal-body {
  background: #f9f9f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 35px; }

.modal-header, .modal-footer {
  background: #ffffff;
  border: 0;
  padding: 15px 13px 15px 35px;
  vertical-align: middle; }

.modal-header .close {
  margin-top: 6px;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.modal-header .close:hover {
  opacity: 1; }

.modal-header .close i {
  font-size: 16px;
  color: #a1a1a1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.modal-brand {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  background: #c8b286;
  padding: 0;
  float: left;
  background: -moz-linear-gradient(left, #848586 0%, #c8b286 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #848586), color-stop(100%, #c8b286));
  background: -webkit-linear-gradient(left, #848586 0%, #c8b286 100%);
  background: -o-linear-gradient(left, #848586 0%, #c8b286 100%);
  background: -ms-linear-gradient(left, #848586 0%, #c8b286 100%);
  background: linear-gradient(to right, #848586 0%, #c8b286 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848586', endColorstr='#c8b286',GradientType=1); }
  @media (min-width: 0px) and (max-width: 767px) {
    .modal-brand {
      display: none; } }

.modal-brand img {
  width: 30px;
  margin: 5px 5px 5px 6px; }

.modal-title {
  display: inline-block; }

.modal-title.spacing {
  margin-left: 15px;
  padding: 7px 0; }
  @media (min-width: 0px) and (max-width: 767px) {
    .modal-title.spacing {
      margin-left: 0; } }

@media (min-width: 0px) and (max-width: 767px) {
  .modal form .success {
    margin-bottom: -12px; } }

/*****************
*   Containers   *
******************/
.container {
  position: relative; }

.container-small {
  width: 960px; }

.container-smaller {
  width: 600px; }

.container-smallest {
  width: 420px; }

/*************************
*   Utilities & others   *
**************************/
.container-small,
.container-smaller,
.container-smallest,
.container-large {
  max-width: 100%; }

.vertical-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; }

.overflow-y-hidden {
  overflow-y: hidden; }

.error-page {
  height: 100%; }
  .error-page .error {
    padding: 200px 0; }

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