html {
  overflow-y: scroll;
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Philosopher', sans-serif;
  background-color: #f9f8f8; }

.overflow-hidden {
  overflow: hidden !important; }

*:focus {
  outline: 0; }

input,
textarea {
  -webkit-appearance-webkit-a: none;
  border-radius: 0; }

img {
  vertical-align: middle; }

img {
  border: 0; }

* {
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #f9f8f8; }
  #preloader .logo {
    text-align: center;
    z-index: 3;
    overflow: hidden;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }

.vs-logo {
  position: fixed;
  bottom: 110px;
  z-index: 600;
  left: 37px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .vs-logo img {
    width: 45px; }
  .vs-logo:hover {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

.discover {
  position: fixed;
  top: 50%;
  z-index: 600;
  	/*
  	&.d1
  	{
  		top: 33%;		
  	}
  	
  	&.d2
  	{
  		top: 56%;		
  	}
          */ }
  .discover a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0px;
    width: 180px;
    display: table;
    text-align: center;
    border: 2px solid #000;
    background-color: #f9f8f8;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .discover a:hover {
      color: #f9f8f8;
      background-color: #000; }
  .discover.left {
    left: -30px;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .discover.right {
    right: -30px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.social-box {
  position: relative;
  margin: 0 auto;
  max-width: 100px;
  text-align: center; }

.facebook {
  position: fixed;
  right: 49px;
  bottom: 120px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .facebook img {
    width: 23px; }
  .facebook:hover {
    opacity: 0.5; }

.instagram {
  position: fixed;
  right: 46px;
  bottom: 80px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .instagram img {
    width: 28px; }
  .instagram:hover {
    opacity: 0.5; }

.header {
  position: fixed;
  top: -90px;
  left: 0;
  width: 100%;
  height: 90px;
  text-align: center;
  background-color: #fff;
  z-index: 900;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header img {
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 120px; }
  .header.active {
    top: 0; }

.container {
  margin: 0 auto;
  width: calc(100% - 230px);
  position: relative;
  max-width: 1630px;
  z-index: 2; }
  .container .slider-main {
    position: relative;
    clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0); }
    .container .slider-main .logo-white {
      position: absolute;
      top: 66%;
      left: 50%;
      -moz-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      z-index: 100; }
      .container .slider-main .logo-white img {
        width: 300px; }
      .container .slider-main .logo-white .small-text {
        text-align: center;
        color: #fff;
        position: absolute;
        left: 50%;
        bottom: -40px;
        width: 100%;
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        -webkit-transition: all 1.3s ease;
        -moz-transition: all 1.3s ease;
        -ms-transition: all 1.3s ease;
        -o-transition: all 1.3s ease;
        transition: all 1.3s ease; }
        .container .slider-main .logo-white .small-text.nanimate {
          opacity: 0;
          bottom: 0px; }
    .container .slider-main .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.25);
      z-index: 99; }
    .container .slider-main .placeholder {
      width: 100%; }
      .container .slider-main .placeholder img {
        width: 100%;
        display: block; }
    .container .slider-main .items {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .container .slider-main .items .item {
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .container .slider-main .logo {
      position: absolute;
      top: 40%;
      left: 50%;
      z-index: 900;
      width: 156px;
      height: 156px;
      margin-left: -78px; }
    .container .slider-main .scroll-down {
      width: 140px;
      height: 88px;
      position: absolute;
      bottom: 0;
      left: 50%;
      -moz-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      z-index: 100;
      text-align: center; }
      .container .slider-main .scroll-down .title {
        font-size: 12px;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.7);
        font-weight: bold;
        text-transform: uppercase; }
      .container .slider-main .scroll-down .arrow {
        margin: 0 auto;
        margin-top: 14px;
        width: 0px;
        height: 0px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff; }
  .container .text-section {
    margin: 0 auto;
    position: relative;
    display: table;
    margin-top: 100px;
    max-width: 1068px;
    padding-bottom: 280px; }
    .container .text-section .center-text {
      margin: 0 auto;
      font-size: 30px;
      line-height: 26px;
      color: #040000;
      width: 100%;
      text-align: center; }
    .container .text-section .text {
      margin: 0 auto;
      font-size: 19px;
      line-height: 26px;
      color: #040000;
      width: 50%;
      float: left; }
      .container .text-section .text .ctext {
        width: 80%;
        margin: 0 auto; }
        .container .text-section .text .ctext .link {
          text-decoration: none;
          color: #040000;
          position: relative;
          padding-left: 24px;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
          .container .text-section .text .ctext .link:hover {
            color: #4c4c4c;
            padding-left: 0px; }
            .container .text-section .text .ctext .link:hover:before {
              width: 0; }
          .container .text-section .text .ctext .link:before {
            content: '';
            width: 20px;
            height: 2px;
            background-color: #000;
            position: absolute;
            top: 11px;
            left: 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
  .container .grid-projects-wrapper {
    width: 100%;
    display: table;
    margin-top: 120px;
    background-color: #f9f8f8; }
    .container .grid-projects-wrapper .grid-projects {
      margin: 0 auto;
      width: 100%;
      padding-bottom: 100px; }
      .container .grid-projects-wrapper .grid-projects .grid-sizer {
        width: 50%; }
      .container .grid-projects-wrapper .grid-projects .grid-item {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 60px; }
        .container .grid-projects-wrapper .grid-projects .grid-item .img {
          width: 100%;
          position: relative;
          box-sizing: content-box; }
          .container .grid-projects-wrapper .grid-projects .grid-item .img .gold-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(193, 162, 85, 0.3);
            opacity: 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
          .container .grid-projects-wrapper .grid-projects .grid-item .img img {
            width: 100%;
            display: block; }
        .container .grid-projects-wrapper .grid-projects .grid-item .details {
          margin: 0 auto;
          width: 90%;
          margin-top: 36px;
          margin-bottom: 80px; }
          .container .grid-projects-wrapper .grid-projects .grid-item .details.textfr {
            color: #666; }
          .container .grid-projects-wrapper .grid-projects .grid-item .details .title {
            margin: 0 auto;
            text-align: center;
            display: table;
            border-bottom: 2px solid #000;
            font-size: 26px;
            padding-bottom: 10px; }
          .container .grid-projects-wrapper .grid-projects .grid-item .details .text {
            margin-top: 20px;
            font-size: 18px;
            line-height: 26px; }
            .container .grid-projects-wrapper .grid-projects .grid-item .details .text .more {
              color: #1c61a1; }
          .container .grid-projects-wrapper .grid-projects .grid-item .details .link {
            margin: 0 auto;
            display: table;
            padding: 3px 10px;
            background-color: #fff;
            margin-top: 20px;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
            .container .grid-projects-wrapper .grid-projects .grid-item .details .link a {
              text-decoration: none;
              font-family: 'proximanova_light';
              font-size: 11px;
              text-transform: uppercase; }
            .container .grid-projects-wrapper .grid-projects .grid-item .details .link:hover {
              background-color: #000; }
              .container .grid-projects-wrapper .grid-projects .grid-item .details .link:hover a {
                color: #fff; }
          .container .grid-projects-wrapper .grid-projects .grid-item .details a {
            color: #000;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
        .container .grid-projects-wrapper .grid-projects .grid-item a {
          text-decoration: none;
          color: #000; }
          .container .grid-projects-wrapper .grid-projects .grid-item a .img {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
          .container .grid-projects-wrapper .grid-projects .grid-item a .details {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
            .container .grid-projects-wrapper .grid-projects .grid-item a .details .text .more {
              color: #C1A255; }
          .container .grid-projects-wrapper .grid-projects .grid-item a:hover .img {
            -moz-transform: scale(0.95);
            -o-transform: scale(0.95);
            -ms-transform: scale(0.95);
            -webkit-transform: scale(0.95);
            transform: scale(0.95); }
            .container .grid-projects-wrapper .grid-projects .grid-item a:hover .img .gold-overlay {
              opacity: 1; }
          .container .grid-projects-wrapper .grid-projects .grid-item a:hover .details {
            color: gray; }
            .container .grid-projects-wrapper .grid-projects .grid-item a:hover .details .text .more {
              color: #000; }

.footer {
  width: 100%;
  min-height: 516px;
  background-color: #fff;
  z-index: 2; }
  .footer .footer-container {
    margin: 0 auto;
    padding-top: 70px;
    width: calc(100% - 230px);
    position: relative;
    max-width: 1630px;
    z-index: 2; }
    .footer .footer-container .text-section {
      margin: 0 auto;
      position: relative;
      display: table;
      width: 100%;
      max-width: 1068px; }
      .footer .footer-container .text-section .text {
        margin: 0 auto;
        font-size: 20px;
        line-height: 22px;
        color: #040000;
        width: 50%;
        float: left;
        text-align: center; }
        .footer .footer-container .text-section .text .btn-ft {
          margin: 0 auto;
          font-size: 18px;
          letter-spacing: 1px;
          background-color: #000;
          text-decoration: none;
          text-transform: uppercase;
          color: #fff;
          display: table;
          padding: 20px 0px;
          min-width: 300px;
          -webkit-transition: all 0.2s ease 0s;
          -moz-transition: all 0.2s ease 0s;
          -ms-transition: all 0.2s ease 0s;
          -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s; }
          .footer .footer-container .text-section .text .btn-ft:hover {
            color: #000;
            background-color: #f9f8f8; }
      .footer .footer-container .text-section .contact-container {
        display: table;
        margin: 0 auto;
        margin-top: 30px;
        position: relative;
        text-align: left; }
        .footer .footer-container .text-section .contact-container label,
        .footer .footer-container .text-section .contact-container input,
        .footer .footer-container .text-section .contact-container button {
          float: none; }
        .footer .footer-container .text-section .contact-container label {
          padding-top: 10px;
          margin-left: 5px;
          border: 0px;
          font-size: 13px;
          padding-bottom: 5px;
          min-width: 250px; }
        .footer .footer-container .text-section .contact-container textarea {
          padding-top: 10px;
          margin-left: 5px;
          border: 1px solid #000;
          font-size: 13px;
          padding-bottom: 5px;
          min-width: 250px; }
        .footer .footer-container .text-section .contact-container input {
          margin-left: 5px;
          border: 0px;
          border-bottom: 1px solid #000;
          font-size: 13px;
          padding-bottom: 5px;
          min-width: 250px; }
        .footer .footer-container .text-section .contact-container .sendcontact {
          background-color: transparent;
          border: 0px;
          font-size: 15px;
          color: #000;
          text-transform: uppercase;
          cursor: pointer;
          font-family: 'Philosopher', sans-serif; }
      .footer .footer-container .text-section .newsletter-msg .contact-msg {
        display: none;
        position: absolute;
        top: -30px;
        left: 5px;
        font-size: 12px;
        line-height: 13px; }
        .footer .footer-container .text-section .newsletter-msg .contact-msg.text-danger {
          color: #7A0000; }
      .footer .footer-container .text-section .newsletter-container {
        display: table;
        margin: 0 auto;
        margin-top: 30px;
        position: relative; }
        .footer .footer-container .text-section .newsletter-container input,
        .footer .footer-container .text-section .newsletter-container button {
          float: left; }
        .footer .footer-container .text-section .newsletter-container label {
          padding-top: 10px;
          border: 0px;
          font-size: 13px;
          padding-bottom: 5px;
          float: left; }
        .footer .footer-container .text-section .newsletter-container input {
          margin-right: 10px;
          border: 0px;
          border-bottom: 1px solid #000;
          font-size: 15px;
          padding-bottom: 5px;
          min-width: 250px; }
        .footer .footer-container .text-section .newsletter-container .subscribe {
          background-color: transparent;
          border: 0px;
          font-size: 15px;
          color: #000;
          text-transform: uppercase;
          cursor: pointer;
          font-family: 'Philosopher', sans-serif; }
        .footer .footer-container .text-section .newsletter-container .newsletter-msg {
          display: none;
          position: absolute;
          top: -10px;
          left: 0;
          font-size: 12px; }
          .footer .footer-container .text-section .newsletter-container .newsletter-msg.text-danger {
            color: #7A0000; }

.lines {
  position: fixed;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 1068px;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  pointer-events: none; }
  .lines .line {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #d7d5d5; }
    .lines .line.left {
      left: 0; }
    .lines .line.right {
      right: 0; }
    .lines .line.center {
      left: 50%;
      @unclude centerDivX(); }

.clearfix {
  clear: both;
  width: 100%; }

.hide {
  display: none !important; }

@media screen and (max-width: 1600px) {
  .footer .footer-container .text-section .text .btn-ft {
    font-size: 16px;
    padding: 15px 0px;
    min-width: 250px; } }
@media screen and (max-width: 1400px) {
  .container .text-section .text {
    font-size: 16px; }

  .container .text-section {
    width: calc(100% - 200px); }

  .footer .footer-container .text-section .text .btn-ft,
  .discover a {
    font-size: 13px; } }
@media screen and (max-width: 1300px) {
  .container .grid-projects-wrapper .grid-projects .grid-sizer,
  .container .grid-projects-wrapper .grid-projects .grid-item {
    width: 50%; }

  .container,
  .footer .footer-container {
    width: calc(100% - 50px); } }
@media screen and (max-width: 1000px) {
  .container .slider-main .logo-white img {
    width: 200px; }

  .container .text-section {
    width: calc(100% - 50px); }

  .footer .footer-container .text-section {
    width: 90%; }

  .container .text-section .text {
    width: 100%;
    margin-bottom: 100px; }

  .container .text-section {
    padding-bottom: 20px; }

  .container .grid-projects-wrapper .grid-projects .grid-item .details .title {
    font-size: 18px; }

  .container .grid-projects-wrapper .grid-projects .grid-item .details .text {
    font-size: 15px;
    line-height: 20px; }

  .container .slider-main .scroll-down {
    display: none; } }
@media screen and (max-width: 750px) {
  .facebook,
  .instagram {
    display: table;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px; }

  .facebook {
    float: left;
    margin-top: 33px; }

  .instagram {
    float: right; }

  .vs-logo {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 auto;
    z-index: auto;
    text-align: center;
    display: block;
    margin-top: 50px;
    margin-bottom: 20px; }

  .discover {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .discover.left {
    float: left;
    margin: 0 auto;
    margin-left: 20px !important; }

  .discover.right {
    float: right;
    margin: 0 auto;
    margin-right: 20px !important; }

  .discover {
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: calc(33% - 10px); }

  .discover a {
    width: 100%;
    font-size: 11px; }

  .container .text-section,
  .container .grid-projects-wrapper {
    margin-top: 20px; }

  .footer {
    min-height: 300px; }

  .footer .footer-container .text-section {
    width: 100%; } }
@media screen and (max-width: 600px) {
  .container .slider-main .logo-white {
    top: 60%; }

  .header {
    height: 60px; }

  .header img {
    width: 90px; }

  .container .slider-main {
    min-height: 300px; }

  .container .slider-main .logo-white img {
    width: 150px; }

  .container .slider-main .items .item {
    background-position-x: 50%; }

  .container {
    width: 100%; }

  .container .text-section,
  .container .grid-projects-wrapper .grid-projects .grid-sizer,
  .container .grid-projects-wrapper .grid-projects .grid-item {
    width: 100%; }

  .container .grid-projects-wrapper .grid-projects {
    padding-bottom: 20px; }

  .footer .footer-container .text-section .text {
    width: 100%;
    margin-bottom: 50px; } }
@media screen and (max-width: 500px) {
  .discover a {
    width: 100%;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0px; } }
@media screen and (max-width: 1313px) {
  .lines {
    display: none; } }

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