/* colors */
* {
  outline: none; }

html, body {
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #484848;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif; }

a {
  color: #404040; }
  a:hover {
    color: #404040;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
  a.none:hover {
    text-decoration: none; }

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none; }

input:focus,
textarea:focus {
  box-shadow: none !important;
  border-color: #8a8a8a !important; }

.alert > ul {
  padding: 0; }
  .alert > ul > li {
    list-style: none; }

.not-active {
  pointer-events: none;
  opacity: .3; }
  .not-active:hover {
    cursor: not-allowed !important; }

.top {
  background-color: #404040;
  padding: 5px 0;
  color: #fff; }
  .top p {
    margin: 0; }
  .top ul {
    margin: 0;
    padding: 0; }
  .top li i {
    color: #fff; }
  .top li a {
    color: #fff; }
    .top li a:hover {
      text-decoration: none; }
    .top li a:hover, .top li a:hover i {
      color: #00c700;
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: linear; }

.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0; }
  .navbar .container {
    position: relative; }

.navbar-default {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff; }
  .navbar-default .navbar-nav > li > a {
    color: #192119;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav .active > a, .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #00c700;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    margin: 10px 0 0 15px; }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      border: none;
      background: #fff;
      color: #00c700; }
    .navbar-default .navbar-toggle i {
      font-size: 31px;
      color: #00c700;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .navbar-default .navbar-toggle.collapsed i {
      color: #192119; }
  .navbar-default .navbar-collapse {
    float: right;
    border-top: none;
    padding-left: 0;
    padding-right: 0; }

.navbar-brand > img {
  padding: 5px; }

@media screen and (max-width: 768px) {
  .navbar-default .navbar-collapse {
    padding-left: inherit;
    padding-right: inherit; } }
@media screen and (max-width: 992px) {
  .navbar-default .navbar-collapse {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-height: none; } }
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0; } }
.main-navbar-nav {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .main-navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1; }
  .main-navbar-nav > li > .dropdown-menu {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-width: 225px;
    border: none;
    border-top: 2px solid #00c700; }
    .main-navbar-nav > li > .dropdown-menu > li > a {
      padding: 10px;
      padding-left: 16px;
      position: relative;
      line-height: 1.12857143;
      color: #192119;
      font-size: 13px;
      font-weight: bold;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .main-navbar-nav > li > .dropdown-menu > li > a:hover, .main-navbar-nav > li > .dropdown-menu > li > a:focus {
        color: #00c700;
        background-color: transparent; }
      .main-navbar-nav > li > .dropdown-menu > li > a i {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -8px;
        font-size: 16px; }

@media screen and (min-width: 993px) {
  .main-navbar-nav .dropdown:hover > .dropdown-menu {
    display: block; }
    .main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {
      left: 225px;
      top: 0;
      margin-top: -2px; } }
@media screen and (max-width: 992px) {
  .main-navbar-nav > li {
    border-bottom: 1px solid #f3f3f3; }
    .main-navbar-nav > li:last-child {
      border-bottom: none; }
    .main-navbar-nav > li > a {
      padding-top: 12px;
      padding-bottom: 12px; } }
.navbar-brand {
  height: auto;
  padding: 0; }

@media screen and (max-width: 992px) {
  .navbar-toggle {
    display: block; }

  .navbar-collapse.collapse {
    display: none !important; }
    .navbar-collapse.collapse.in {
      display: block !important;
      overflow-y: auto !important; }

  .main-navbar-nav.navbar-nav,
  .main-navbar-nav.navbar-nav > li {
    float: none !important; } }
.btn-primary {
  background-color: #00c700;
  border-color: #009e00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
  .btn-primary .open > .dropdown-toggle.btn-primary.focus,
  .btn-primary .open > .dropdown-toggle.btn-primary:focus,
  .btn-primary .open > .dropdown-toggle.btn-primary:hover {
    background-color: #009e00;
    border-color: #009e00;
    box-shadow: none;
    outline: none; }

.btn-default {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
  .btn-default .open > .dropdown-toggle.btn-primary.focus,
  .btn-default .open > .dropdown-toggle.btn-primary:focus,
  .btn-default .open > .dropdown-toggle.btn-primary:hover {
    background-color: #f8f8f8;
    border-color: #adadad;
    box-shadow: none;
    outline: none; }
  .btn-default.current {
    background-color: #f8f8f8;
    border-color: #adadad; }

.pagination {
  margin: 12px 0 10px 0;
  border-radius: 0px; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #565a5c; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus {
  background-color: #404040;
  border-color: #404040;
  color: #fff; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #f6f6f6;
  border-color: #d3d3d3;
  color: #565a5c; }

.pagination > .active > span:hover {
  background-color: #404040;
  border-color: #404040;
  color: #fff; }

.pagination > li > a, .pagination > li > span {
  color: #565a5c; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }

/* Common */
.page-heading {
  position: relative; }
  .page-heading .cover-content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
    width: 100%;
    height: 100px; }
  .page-heading .title {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 34px 0; }
    .page-heading .title h3 {
      margin: 0;
      padding: 0;
      color: #404040; }

.page-content {
  padding-top: 40px;
  padding-bottom: 40px; }

.breadcrumbs {
  font-size: 16px;
  padding-bottom: 15px; }
  .breadcrumbs .item,
  .breadcrumbs .item a,
  .breadcrumbs .separator {
    color: #7d7d7d; }
  .breadcrumbs .item.current {
    font-weight: bold; }
  .breadcrumbs .item a,
  .breadcrumbs .item a:focus,
  .breadcrumbs .item a:active,
  .breadcrumbs .item a.active {
    color: #7d7d7d;
    text-decoration: none; }
  .breadcrumbs .item a:hover {
    text-decoration: underline; }
  .breadcrumbs .separator {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    padding: 0 5px; }

.underline-title {
  font-weight: bold;
  color: #484848; }

.hline {
  border-bottom: 2px solid #484848;
  margin-bottom: 20px; }

.navigation {
  clear: both; }

/* Cover */
.cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 475px;
  padding: 0;
  position: relative; }
  .cover .content {
    padding: 40px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center; }
    .cover .content .text {
      display: inline-block;
      color: #e4e4e4;
      font-size: 22px;
      vertical-align: middle;
      margin: 0 8px; }
    .cover .content a {
      display: inline-block;
      padding: 12px 22px;
      margin: 0 8px;
      font-weight: bold; }

/* Descriptions */
.descriptions {
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f8f8f8; }
  .descriptions .box {
    position: relative;
    padding: 0 15px;
    text-align: justify; }
    .descriptions .box h3 {
      position: relative;
      font-size: 16px;
      font-weight: 500;
      margin-top: 0;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .descriptions .box .line {
      height: 2px;
      width: 30px;
      background-color: #8c8c8c; }
    .descriptions .box p {
      margin: 20px 0 25px; }
    .descriptions .box i {
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      color: #2f3e2f;
      font-size: 45px; }
    @media (max-width: 768px) {
      .descriptions .box {
        text-align: center; }
        .descriptions .box .line {
          margin: auto; } }

@media (min-width: 769px) {
  .boxes_area div[class*="col-"]:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ebebeb; }

  .boxes_area div[class*="col-"]:last-child:after {
    display: none; } }
/* Services */
.services {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .services {
      padding: 50px 0; } }
  .services .section-title {
    text-align: center;
    margin: 0;
    color: #404040; }
  .services .title-line {
    width: 150px;
    background-color: #404040;
    height: 2px;
    margin: 10px auto 50px auto; }
  .services .media {
    display: block;
    padding: 15px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .services .media:hover {
      cursor: pointer;
      text-decoration: none;
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
    .services .media .img-wrapper {
      float: left;
      margin-right: 40px;
      background-size: cover;
      background-position: 50% 50%;
      width: 180px;
      height: 140px; }
      @media (max-width: 1200px) {
        .services .media .img-wrapper {
          height: 180px; } }
      @media (max-width: 992px) {
        .services .media .img-wrapper {
          width: 100%;
          margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .services .media .info-wrapper {
        text-align: center; } }
    .services .media .info-wrapper .media-heading {
      text-transform: uppercase;
      margin-bottom: 20px;
      font-size: 15px;
      font-weight: bold; }
    .services .media .info-wrapper p {
      font-size: 14px; }

/* Interested */
.interested {
  background: url("../img/interested03.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (min-width: 768px) {
    .interested {
      background-attachment: fixed; } }
  .interested .content {
    padding: 110px 0;
    text-align: center; }
    @media (max-width: 768px) {
      .interested .content {
        padding: 80px 0; } }
    .interested .content .text {
      display: inline-block;
      color: #fff;
      font-size: 28px;
      vertical-align: middle;
      margin: 20px 8px; }
    .interested .content a {
      display: inline-block;
      padding: 12px 22px;
      margin: 0 8px;
      font-weight: bold; }

/* Footer */
footer {
  background-color: #192119;
  color: #c0bfc0; }
  footer .footer-row-1 {
    padding: 80px 0; }
    @media (max-width: 768px) {
      footer .footer-row-1 {
        padding: 40px 0 20px; } }
    footer .footer-row-1 .title {
      font-weight: bold;
      font-size: 20px;
      color: #efefef; }
    footer .footer-row-1 .links-list {
      list-style: none;
      padding: 0; }
      footer .footer-row-1 .links-list .item {
        padding: 10px 0;
        font-size: 15px;
        color: #c0bfc0; }
      footer .footer-row-1 .links-list .link {
        color: #c0bfc0; }
  footer .footer-row-2 .policies {
    list-style: none;
    padding: 0; }
    footer .footer-row-2 .policies li {
      display: inline-block;
      font-size: 12px; }
      @media (max-width: 375px) {
        footer .footer-row-2 .policies li {
          display: block; } }
      footer .footer-row-2 .policies li a {
        color: #c0bfc0;
        padding: 5px; }
  footer .footer-row-3 {
    padding: 15px 0; }
    footer .footer-row-3 .text {
      font-size: 16px;
      display: inline-block; }
    footer .footer-row-3 .follow-list {
      list-style: none;
      padding: 0;
      display: inline-block; }
      footer .footer-row-3 .follow-list li {
        display: inline-block; }
      footer .footer-row-3 .follow-list .fa {
        font-size: 40px;
        padding: 0 20px;
        color: #efefef;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        footer .footer-row-3 .follow-list .fa:hover {
          color: #c0bfc0; }
  footer .footer-row-4 {
    padding: 15px 0 50px;
    font-size: 16px; }
    footer .footer-row-4 .copyright {
      display: inline-block;
      border-right: 2px solid #c0bfc0;
      padding-right: 15px; }
      @media (max-width: 768px) {
        footer .footer-row-4 .copyright {
          padding: 0 15px 15px 15px;
          display: block;
          border: none; } }
    footer .footer-row-4 .developer {
      display: inline-block;
      padding-left: 15px; }
      @media (max-width: 768px) {
        footer .footer-row-4 .developer {
          padding: 0 15px;
          display: block; } }
      footer .footer-row-4 .developer a {
        color: #efefef;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        footer .footer-row-4 .developer a:hover {
          color: #c0bfc0; }

/* ABOUT */
@media (min-width: 768px) {
  #about .page-content {
    padding-top: 80px; } }
#about .text {
  font-size: 18px;
  text-align: justify;
  line-height: 35px; }
  @media (max-width: 400px) {
    #about .text {
      font-size: 16px; } }
#about .office {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  margin: 60px 0; }
  @media (max-width: 768px) {
    #about .office {
      margin: 20px 0; } }
  @media (max-width: 600px) {
    #about .office {
      height: 300px; } }
  @media (max-width: 350px) {
    #about .office {
      height: 200px; } }
#about .logo-wrapper {
  text-align: center;
  margin-bottom: 50px; }
  #about .logo-wrapper .logo {
    width: 200px;
    text-align: center; }
#about .box {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    #about .box {
      text-align: center; } }
  #about .box h3 {
    font-size: 20px;
    font-weight: bold; }
    #about .box h3:after {
      width: 100%; }
  #about .box p {
    font-size: 16px; }

/* SERVICE */
.page-content.services {
  padding: 0; }
  @media (min-width: 800px) {
    .page-content.services section {
      max-height: 655px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .page-content.services section:nth-child(even) {
    background-color: #f8f8f8; }
  .page-content.services section .column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-content.services section.even .info-wrapper {
    order: 2; }
  .page-content.services section.even .cover-wrapper {
    order: 1; }
  .page-content.services section .info-wrapper {
    width: 50%;
    padding: 0 10% 0 10%; }
    @media (max-width: 800px) {
      .page-content.services section .info-wrapper {
        width: 100%;
        padding: 10%;
        flex: 1 100%; } }
    .page-content.services section .info-wrapper .header {
      font-size: 3em;
      margin-bottom: 30px; }
      @media (max-width: 1200px) {
        .page-content.services section .info-wrapper .header {
          font-size: 2.5em; } }
      @media (max-width: 992px) {
        .page-content.services section .info-wrapper .header {
          font-size: 2.3em; } }
    .page-content.services section .info-wrapper .body {
      font-size: 1.5em; }
      @media (max-width: 1200px) {
        .page-content.services section .info-wrapper .body {
          font-size: 1.3em; } }
  .page-content.services section .cover-wrapper {
    height: 655px;
    background-size: cover;
    background-position: 50% 50%;
    width: 50%; }
    @media (max-width: 800px) {
      .page-content.services section .cover-wrapper {
        width: 100%;
        max-height: 300px;
        flex-direction: column; } }

/* collapse */
.pb_accordion .item > a {
  display: block;
  border-bottom: 1px solid #c0bfc0;
  padding: 10px 0;
  position: relative;
  color: #484848;
  font-size: 15px; }
  .pb_accordion .item > a:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    content: "\f067"; }
  .pb_accordion .item > a[aria-expanded="true"] {
    border-bottom: 1px solid transparent; }
    .pb_accordion .item > a[aria-expanded="true"]:after {
      content: "\f068"; }
.pb_accordion .item > div *:last-child {
  margin-bottom: 0; }

/* PROJECT */
/* Gallery */
#project-gallery .page-content {
  padding-top: 60px;
  padding-bottom: 60px; }
#project-gallery .item-content {
  height: 250px; }
  @media (max-width: 1200px) {
    #project-gallery .item-content {
      height: 200px; } }

.project-gallery .item-wrapper,
.footer-gallery .item-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
  max-height: 300px; }
  @media (max-width: 1200px) {
    .project-gallery .item-wrapper,
    .footer-gallery .item-wrapper {
      max-height: 200px; } }
  .project-gallery .item-wrapper:hover + .item-info > .name,
  .footer-gallery .item-wrapper:hover + .item-info > .name {
    color: #00c700; }
  .project-gallery .item-wrapper .item-content,
  .footer-gallery .item-wrapper .item-content {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out; }
    .project-gallery .item-wrapper .item-content:hover,
    .footer-gallery .item-wrapper .item-content:hover {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .project-gallery .item-wrapper .item-content .overlay,
    .footer-gallery .item-wrapper .item-content .overlay {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      z-index: 11;
      vertical-align: middle;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background: rgba(0, 0, 0, 0.6); }
      .project-gallery .item-wrapper .item-content .overlay .content,
      .footer-gallery .item-wrapper .item-content .overlay .content {
        content: '';
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .project-gallery .item-wrapper .item-content .overlay .content .name,
        .project-gallery .item-wrapper .item-content .overlay .content .location,
        .project-gallery .item-wrapper .item-content .overlay .content .date,
        .footer-gallery .item-wrapper .item-content .overlay .content .name,
        .footer-gallery .item-wrapper .item-content .overlay .content .location,
        .footer-gallery .item-wrapper .item-content .overlay .content .date {
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          -ms-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          text-align: center;
          color: #fff;
          margin: 0;
          padding: 0 40px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .project-gallery .item-wrapper .item-content .overlay .content .name,
        .footer-gallery .item-wrapper .item-content .overlay .content .name {
          font-size: 14px; }
        .project-gallery .item-wrapper .item-content .overlay .content .location,
        .project-gallery .item-wrapper .item-content .overlay .content .date,
        .footer-gallery .item-wrapper .item-content .overlay .content .location,
        .footer-gallery .item-wrapper .item-content .overlay .content .date {
          font-size: 12px; }
    .project-gallery .item-wrapper .item-content:hover .overlay,
    .footer-gallery .item-wrapper .item-content:hover .overlay {
      visibility: visible;
      opacity: 1; }
      .project-gallery .item-wrapper .item-content:hover .overlay .name,
      .footer-gallery .item-wrapper .item-content:hover .overlay .name {
        padding-bottom: 15px; }
.project-gallery .item-info,
.footer-gallery .item-info {
  text-align: center;
  margin-bottom: 50px; }
  .project-gallery .item-info .name,
  .footer-gallery .item-info .name {
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

/* Single */
.gallery {
  text-align: center; }
  .gallery .thumb {
    max-width: 100%; }

#project-single .underline-title {
  margin-top: 0; }
  @media (max-width: 992px) {
    #project-single .underline-title {
      margin-top: 40px; } }
#project-single .related-items {
  margin-top: 80px;
  font-size: 22px; }
  @media (max-width: 992px) {
    #project-single .related-items {
      margin-top: 40px; } }
#project-single .project-info .description {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 20px; }
#project-single .project-info .location,
#project-single .project-info .date {
  font-size: 14px;
  margin-bottom: 10px; }
  #project-single .project-info .location .title,
  #project-single .project-info .date .title {
    font-weight: bold; }
#project-single .project-info .before-next {
  margin: 20px 0; }
  #project-single .project-info .before-next .btn:last-child {
    float: right; }
  @media (max-width: 230px) {
    #project-single .project-info .before-next .btn {
      width: 100%;
      margin-bottom: 15px; } }
#project-single .item-content {
  height: 200px; }
  @media (max-width: 992px) {
    #project-single .item-content {
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    #project-single .item-content {
      margin-bottom: 15px; } }

/* LOCATION */
#location .page-content {
  padding-bottom: 60px; }
@media (max-width: 992px) {
  #location .our-address {
    margin-top: 40px; } }
#location #map-wrapper {
  height: 350px; }

/* CONTACT */
.contact-header {
  margin-bottom: 50px;
  color: #7d7d7d; }

.contact-form .form-group {
  margin-bottom: 25px; }
  .contact-form .form-group:focus {
    border-color: #517e94;
    box-shadow: none; }
  .contact-form .form-group input,
  .contact-form .form-group textarea {
    padding: 20px; }
  .contact-form .form-group input.form-control {
    height: auto; }
  .contact-form .form-group textarea.form-control {
    min-height: 236px;
    resize: vertical; }
.contact-form .text-danger {
  color: #e74c3c; }
.contact-form .btn {
  padding: 15px 35px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media (max-width: 768px) {
    .contact-form .btn {
      width: 100%;
      float: none; } }
.contact-form ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #c0bfc0; }
.contact-form :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-weight: 700;
  color: #c0bfc0; }
.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-weight: 700;
  color: #c0bfc0; }
.contact-form :-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #c0bfc0; }

/* LEGALS */
#legals p {
  font-size: 16px;
  text-align: justify; }
#legals a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #legals a:hover {
    color: #00c700; }

/* CookiesS */
#cookiesWarning {
  display: none;
  font-size: 14px; }
  #cookiesWarning .bottom {
    z-index: 999;
    width: 100%;
    background: black transparent;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
    bottom: 0;
    text-align: center;
    border-bottom: 1px solid #333333;
    color: #CCCCCC;
    padding: 10px 0 7px;
    position: fixed; }
    #cookiesWarning .bottom .textstrong {
      color: #ddd;
      display: inline; }
      #cookiesWarning .bottom .textstrong .link {
        border-bottom: 1px dotted #888888;
        color: #dddddd; }
    #cookiesWarning .bottom .buttons {
      display: inline-block;
      font-size: 11px;
      position: relative;
      text-decoration: none;
      top: -2px; }
      #cookiesWarning .bottom .buttons #cookieslawOK {
        background-color: #00c700;
        border-radius: 2px;
        color: #fff;
        margin-left: 5px;
        padding: 6px;
        font-size: 14px; }
        #cookiesWarning .bottom .buttons #cookieslawOK:hover {
          text-decoration: none; }

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