/* CSS Document */
/* variables */
/* mixins */
/* CSS Document */
/* reset */
* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  vertical-align: top; }

input, textarea {
  outline: none; }

header, section, footer, aside, nav, main, article, figure {
  display: block; }

/* Paragraphs */
* p:last-child {
  margin-bottom: 0; }

/* Lists */
ul {
  list-style: outside disc; }

ol {
  list-style: outside decimal; }

dl {
  margin: 0 0 1.5em 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

/* Quotes */
blockquote {
  font-style: italic; }

/* Tables */
table {
  margin: .5em auto 1.5em auto;
  width: 98%; }

/* Thead */
thead th {
  padding: .5em .4em;
  text-align: left; }

/* Tbody */
tbody td {
  padding: .5em .4em; }

/* Tfoot */
/* classes */
.clear {
  clear: both;
  height: 0; }

.alignCenter {
  text-align: center; }

.alignRight {
  text-align: right; }

.nomargin {
  margin: 0 !important; }

.nopaddingleft {
  padding-left: 0 !important; }

.noBorder {
  border: 0 !important; }

/* typography*/
p, h1, h2, h3, h4 {
  margin: 0 0 15px; }

ul, ol {
  margin: 0 0 15px 25px; }

strong, b, h1, h2, h3, h4, h5 {
  font-family: "FuturaMdBTMedium";
  font-weight: normal; }

em, i {
  font-style: italic; }

/* Anchors */
a {
  color: #585b62;
  outline: none; }
  a:hover {
    text-decoration: none; }
  a img {
    border: 0px;
    text-decoration: none; }

/* fonts */
@font-face {
  font-family: 'FuturaMdBTMedium';
  src: url("../fonts/FuturaMdBTMedium/FuturaMdBTMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaMdBTMedium/FuturaMdBTMedium.woff") format("woff"), url("../fonts/FuturaMdBTMedium/FuturaMdBTMedium.ttf") format("truetype"), url("../fonts/FuturaMdBTMedium/FuturaMdBTMedium.svg#FuturaMdBTMedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FuturaLTLight';
  src: url("../fonts/FuturaLT-Light2/FuturaLTLight.eot");
  src: url("../fonts/FuturaLT-Light2/FuturaLTLight.eot") format("embedded-opentype"), url("../fonts/FuturaLT-Light2/FuturaLTLight.woff2") format("woff2"), url("../fonts/FuturaLT-Light2/FuturaLTLight.woff") format("woff"), url("../fonts/FuturaLT-Light2/FuturaLTLight.ttf") format("truetype"), url("../fonts/FuturaLT-Light2/FuturaLTLight.svg#FuturaLTLight") format("svg");
  font-weight: normal;
  font-style: normal; }
/* base */
.wrap {
  width: 1170px;
  margin: 0 auto; }
  @media only screen and (max-width: 1210px) {
    .wrap {
      width: 96%;
      margin: 0 2%; } }

body {
  background: #fff;
  font-family: "FuturaLTLight";
  font-size: 18px;
  line-height: 26px;
  color: #585b62; }

/* header */
header {
  background: #fff;
  border-bottom: 14px solid #29bcf2;
  position: relative;
  z-index: 99; }
  @media only screen and (max-width: 780px) {
    header {
      border: 0; } }

#header-top {
  background: #323546;
  padding: 15px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px; }
  #header-top .wrap {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 780px) {
      #header-top .wrap {
        display: block; } }
  #header-top a {
    color: #fff;
    text-decoration: none; }
    #header-top a:hover {
      color: #29bcf2; }

.header-top-left {
  flex: 5;
  display: flex;
  justify-content: flex-start;
  padding: 3px 0 0; }
  @media only screen and (max-width: 550px) {
    .header-top-left {
      display: block; } }
  .header-top-left .address {
    background: url("../images/icon-pin.png") no-repeat 0 1px transparent;
    padding: 0 30px 15px 17px; }
  .header-top-left .phone {
    background: url("../images/icon-phone.png") no-repeat 0 2px transparent;
    padding: 0 30px 15px 25px; }

.header-top-right {
  flex: 2;
  text-align: right;
  padding: 0 0 15px; }
  @media only screen and (max-width: 780px) {
    .header-top-right {
      text-align: left; } }

.header-mid .wrap {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 1070px) {
    .header-mid .wrap {
      display: block;
      width: 100%;
      margin: 0; } }

#main-logo {
  flex: 3;
  padding: 8px 0; }
  @media only screen and (max-width: 1070px) {
    #main-logo {
      text-align: center; } }

/* nav */
nav {
  flex: 5;
  padding: 83px 0 0; }
  @media only screen and (max-width: 1070px) {
    nav {
      padding: 10px 0 0; } }

#main-menu {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 780px) {
    #main-menu {
      display: block;
      background: #323546; }
      #main-menu.hide {
        display: none; }
      #main-menu.show {
        display: block; } }
  #main-menu li {
    flex: 1;
    position: relative;
    z-index: 1; }
    #main-menu li a {
      display: block;
      color: #3b3e41;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      text-decoration: none;
      padding: 5px 15px;
      text-align: center;
      border-bottom: 3px solid #fff; }
      @media only screen and (max-width: 780px) {
        #main-menu li a {
          text-align: left;
          border: 0;
          padding: 10px 5%;
          color: #fff; }
          #main-menu li a:hover {
            background: #3b3e41; } }
    #main-menu li.parent a {
      background: url(../images/parent-sub-menu.png) no-repeat right center transparent;
      margin: 0 15px 0 0; }
      @media only screen and (max-width: 780px) {
        #main-menu li.parent a:hover {
          background-color: #3b3e41;
          margin: 0; } }
    #main-menu li.active, #main-menu li:hover {
      border-bottom: 3px solid #29bcf2; }
      @media only screen and (max-width: 780px) {
        #main-menu li.active, #main-menu li:hover {
          border: 0; } }
    #main-menu li .sub-menu {
      display: none;
      list-style: none;
      margin: 0;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 99;
      padding: 0;
      width: 250px; }
      @media only screen and (max-width: 780px) {
        #main-menu li .sub-menu {
          display: block;
          width: 100%;
          position: relative; } }
      #main-menu li .sub-menu li {
        width: 100%;
        background: #29bcf2;
        border: 0; }
        @media only screen and (max-width: 780px) {
          #main-menu li .sub-menu li {
            background: #282a38; } }
        #main-menu li .sub-menu li a {
          display: block;
          border: 0;
          padding: 18px 8%;
          background: none;
          width: 84%;
          color: #fff;
          text-align: left; }
          @media only screen and (max-width: 780px) {
            #main-menu li .sub-menu li a {
              padding: 10px 8%; } }
          #main-menu li .sub-menu li a:hover {
            background: #3b3e41;
            border: 0; }
        #main-menu li .sub-menu li.active a {
          background: #3b3e41;
          border: 0; }
    #main-menu li.parent:hover .sub-menu {
      display: block; }

.mobile-menu {
  display: none;
  background: url("../images/menu-mobile.png") no-repeat 10px center #29bcf2;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  outline: none; }
  .mobile-menu:hover {
    background-color: #323546; }
  @media only screen and (max-width: 780px) {
    .mobile-menu {
      display: block; } }

.footer-menu-list {
  list-style: none;
  margin: 0;
  text-align: right; }
  @media only screen and (max-width: 1210px) {
    .footer-menu-list {
      text-align: center; } }
  .footer-menu-list li {
    display: inline-block;
    padding: 0 7px 0 5px;
    margin: 0 0 5px;
    border-right: 1px solid #fff; }
    .footer-menu-list li:last-child {
      border: 0; }
    .footer-menu-list li a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 14px; }
      .footer-menu-list li a:hover {
        color: #f9310a; }

/* section */
#sub-content {
  background: url("../images/content-bg.jpg") no-repeat 0 0 #323546;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  font-size: 26px;
  line-height: 30px; }
  #sub-content p {
    margin: 0 0 35px; }
    #sub-content p:last-child {
      margin-bottom: 0; }
  #sub-content a {
    color: #fff; }

main {
  background: #eeeef0;
  padding: 112px 0; }

.boxes, .project-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 780px) {
    .boxes, .project-list {
      display: block; } }

.box, .column-left, .project-entry {
  flex: 1;
  margin: 0 2% 20px 0;
  position: relative;
  z-index: 1;
  color: #323546;
  font-family: "FuturaMdBTMedium"; }
  @media only screen and (max-width: 780px) {
    .box, .column-left, .project-entry {
      text-align: center;
      margin: 0 0 30px; } }
  .box:last-child, .column-left:last-child, .project-entry:last-child {
    margin-right: 0; }
  .box a, .column-left a, .project-entry a {
    color: #29bcf2;
    text-decoration: none; }
    .box a:hover, .column-left a:hover, .project-entry a:hover {
      color: #3b3e41; }
  .box figure, .column-left figure, .project-entry figure {
    margin: 0 0 20px; }
  .box figure, .column-left figure, .box img, .column-left img, .project-entry figure, .project-entry img {
    position: relative;
    z-index: 1; }
  .box.box-2 .box-title, .box-2.column-left .box-title, .box.box-3 .box-title, .box-3.column-left .box-title, .project-entry.box-2 .box-title, .project-entry.box-3 .box-title {
    background: rgba(50, 53, 70, 0.9);
    color: #29bcf2; }

.box-title {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 90%;
  padding: 25px 5%; }

.load-more-button {
  text-align: center;
  margin: 70px 0 0; }
  .load-more-button a {
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 3px solid #29bcf2;
    color: #29bcf2;
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-family: "FuturaMdBTMedium"; }
    .load-more-button a:hover {
      background: #29bcf2;
      color: #fff; }

.project-list {
  display: block; }

.project-entry {
  width: 32%;
  float: left; }
  .project-entry:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 780px) {
    .project-entry {
      width: 49%;
      margin: 0 2% 20px 0; }
      .project-entry:nth-child(3n) {
        margin-right: 2%; }
      .project-entry:nth-child(2n) {
        margin-right: 0; } }
  @media only screen and (max-width: 550px) {
    .project-entry {
      float: none;
      width: 100%;
      margin: 0 0 20px; } }
  .project-entry .box-title {
    background: rgba(50, 53, 70, 0.9);
    color: #29bcf2; }
  .project-entry:first-child .box-title {
    background: transparent;
    color: #fff; }

#inner-section-1 {
  background: url("../images/bg-content.jpg") no-repeat center center transparent;
  background-size: cover;
  padding: 85px 0 35px;
  color: #3b3e41;
  font-size: 26px;
  line-height: 32px; }

.inner-section-title {
  color: #29bcf2;
  font-size: 44px;
  line-height: 48px;
  margin: 0 0 30px; }

#inner-section-2 {
  background: none no-repeat center center transparent;
  background-size: cover;
  padding: 20% 0 0;
  color: #fff;
  font-family: "FuturaMdBTMedium";
  font-size: 26px;
  line-height: 32px; }
  #inner-section-2 .wrap {
    padding: 0 0 35px; }
  #inner-section-2 .inner-section-title {
    color: #fff; }
  #inner-section-2 .inner-section-wrap {
    background: rgba(50, 53, 70, 0.4);
    padding: 35px 0 0; }

.column-entry, .column-entry-contact {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 780px) {
    .column-entry, .column-entry-contact {
      display: block; } }

.column-left {
  flex: 5;
  margin: 0 2% 30px 0; }
  .column-left .box-title {
    background: rgba(50, 53, 70, 0.9);
    color: #29bcf2; }

.column-right {
  flex: 6;
  margin: 0 0 30px; }
  .column-right .column-right-title {
    padding: 0 0 10%; }

.column-entry-contact .column-left {
  flex: 2; }
.column-entry-contact .column-right {
  flex: 6; }

.column-right-list {
  list-style: none;
  margin: 0; }
  .column-right-list li {
    background: url("../images/arrow-bullet.png") no-repeat 0 8px transparent;
    border-bottom: 1px solid #626466;
    padding: 0 20px 20px;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between; }
    .column-right-list li h2 {
      color: #626466;
      font-size: 26px;
      line-height: 30px;
      text-transform: uppercase;
      margin: 0;
      flex: 4; }

.view-details {
  flex: 2;
  text-align: right; }
  .view-details a {
    font-size: 18px;
    line-height: 24px;
    color: #29bcf2;
    text-decoration: none; }

/* footer */
footer {
  background: #323546;
  font-family: "FuturaMdBTMedium";
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 80px; }
  footer .wrap {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1210px) {
      footer .wrap {
        display: block; } }

.copyright {
  flex: 5;
  order: 1;
  padding: 20px 0; }
  @media only screen and (max-width: 1210px) {
    .copyright {
      padding: 0; } }
  @media only screen and (max-width: 1210px) {
    .copyright {
      text-align: center; } }
  .copyright a {
    color: #f9310a; }

.footer-menu {
  flex: 5;
  order: 2;
  padding: 20px 0 15px; }

/* CSS Document */
/* banner */
#banner {
  position: relative;
  z-index: 1; }
  #banner .banner-wrap {
    position: relative;
    z-index: 1; }

.banner-content {
  background: url("../images/banner-1.jpg") no-repeat center 0 transparent;
  color: #fff;
  font-family: "FuturaLTLight";
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 880px) {
    .banner-content {
      background-size: cover; } }
  .banner-content .wrap {
    position: relative;
    z-index: 99; }
  .banner-content h2 {
    padding: 22% 0 42%;
    font-size: 54px;
    line-height: 64px;
    margin: 0; }
    @media only screen and (max-width: 880px) {
      .banner-content h2 {
        font-size: 6.5vw;
        line-height: 7.5vw;
        padding: 22% 8% 22% 0; } }
    .banner-content h2 span {
      background: url("../images/arrow-right.png") no-repeat right center transparent;
      display: block;
      width: 100%; }

.banner-content-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.banner-slider {
  background: rgba(50, 53, 70, 0.5);
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media only screen and (max-width: 880px) {
    .banner-slider {
      position: relative;
      bottom: auto; } }
  .banner-slider .slides {
    list-style: none;
    margin: 0; }
    .banner-slider .slides li {
      padding: 35px 0;
      text-align: center; }

.slider-content {
  color: #fff;
  font-size: 24px;
  line-height: 30px; }
  .slider-content a {
    color: #fff; }
  .slider-content figure {
    margin: 0 0 20px; }

.slider-title {
  font-family: "FuturaLTLight";
  font-size: 36px;
  line-height: 40px; }

.slider-control-nav {
  padding: 1.6% 0 5%; }

.flex-control-nav {
  list-style: none;
  margin: 0;
  text-align: center; }
  .flex-control-nav li {
    display: inline-block;
    margin: 0 10px 10px; }
    .flex-control-nav li a {
      background: #323546;
      display: block;
      position: relative;
      z-index: 1;
      overflow: hidden;
      width: 20px;
      height: 20px;
      text-indent: 100px;
      cursor: pointer;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%; }
      .flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
        background: #29bcf2; }

/* Scss Document */
.inner-page-gallery {
  list-style: none;
  margin: 20px 0;
  border-top: 1px solid #626466;
  border-bottom: 1px solid #626466;
  display: flex;
  justify-content: center; }
  .inner-page-gallery li {
    margin: 0 1%; }

/* Scss Document */
.cForm input[type="text"], .cForm textarea {
  font-size: 18px;
  line-height: 24px;
  color: #b7b7b7;
  font-family: "FuturaLTLight";
  padding: 10px 5%;
  width: 90%;
  margin: 0;
  border: 0; }
.cForm textarea {
  height: 100px;
  resize: none;
  margin: 0 0 15px;
  padding: 10px 2%;
  width: 96%; }
.cForm input[type="submit"], .cForm input[type="reset"] {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: #29bcf2;
  padding: 13px 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  cursor: pointer; }
  .cForm input[type="submit"]:hover, .cForm input[type="reset"]:hover {
    background: #323546; }

.field_input {
  float: left;
  width: 32%;
  margin: 0 2% 20px 0; }
  .field_input.field_phone {
    margin-right: 0; }
  @media only screen and (max-width: 550px) {
    .field_input {
      width: 100%;
      margin: 0 0 20px; } }

.field_textarea {
  clear: both; }

.field_submit {
  width: 200px;
  float: left;
  margin: 0 2% 10px 0; }

.inputFormField, .InputFormField {
  display: none; }

/*# sourceMappingURL=main.css.map */
