.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans';
  src: url('../font/thesans-b3light-webfont.ttf') format('truetype');
  src: url('../font/thesans-b3light-webfont.woff2') format('woff2'), url('../font/thesans-b3light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans';
  src: url('../font/thesans-bold_0-webfont.ttf') format('truetype');
  src: url('../font/thesans-bold_0-webfont.woff2') format('woff2'), url('../font/thesans-bold_0-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans Caps';
  src: url('../font/thesans-caps_0-webfont.ttf') format('truetype');
  src: url('../font/thesans-caps_0-webfont.woff2') format('woff2'), url('../font/thesans-caps_0-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* GLOBALS */
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
}
button,
input,
select,
textarea {
  outline: none !important;
  box-shadow: none !important;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
body {
  color: #000000;
  font-family: 'TheSans', 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  background: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100%;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}
.size12 {
  font-size: 12px !important;
}
.size14 {
  font-size: 14px !important;
}
.size16 {
  font-size: 16px !important;
}
.size18 {
  font-size: 18px !important;
}
.size20 {
  font-size: 20px !important;
}
.size24 {
  font-size: 24px !important;
}
.size30 {
  font-size: 30px !important;
}
.main-wrapper {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .main-wrapper {
    padding-top: 45px;
  }
}
h2 {
  font-family: "TheSans Caps";
  font-size: 40px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 60px;
  }
}
.hero-banner {
  position: relative;
  padding-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .hero-banner {
    margin-bottom: 70px;
  }
}
.hero-banner:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80%;
  background: #E6F4F1;
  z-index: 0;
}
.hero-banner .bg-wrapper {
  position: relative;
  background: url("../images/hero-img.jpg") no-repeat top right;
  background-size: cover !important;
  height: 450px;
  width: 90%;
  margin: 0 auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1450px) {
  .hero-banner .bg-wrapper {
    height: 80vh;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .hero-banner .bg-wrapper {
    height: auto;
  }
}
.hero-banner .bg-wrapper .hero-title {
  font-family: "TheSans Caps";
  font-size: 30px;
  line-height: 110%;
  color: #ffffff;
  padding: 40px 0 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
@media (min-width: 768px) {
  .hero-banner .bg-wrapper .hero-title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-banner .bg-wrapper .hero-title {
    font-size: 48px;
  }
}
@media (min-width: 1450px) {
  .hero-banner .bg-wrapper .hero-title {
    font-size: 55px;
  }
}
.hero-banner .bg-wrapper .green-box-wrapper {
  margin-top: auto;
}
@media (min-width: 1200px) {
  .hero-banner .bg-wrapper .green-box-wrapper {
    margin-bottom: -40px;
  }
}
.hero-banner .bg-wrapper .green-box-wrapper .green-box {
  background: #3CAEA3;
  color: #ffffff;
  padding: 30px;
  font-size: 20px;
  line-height: 120%;
}
@media (min-width: 1200px) {
  .hero-banner .bg-wrapper .green-box-wrapper .green-box {
    font-size: 25px;
    padding: 40px;
    max-width: 650px;
  }
}
.quote {
  background: #E6F4F1;
  padding: 20px;
  font-size: 16px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quote .author {
  margin-top: auto;
  font-family: "TheSans Caps";
  font-size: 20px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .quote {
    padding: 40px;
  }
}
.quote:before,
.quote:after {
  display: block;
  content: url("../images/quote.svg");
  color: #3CAEA3;
  position: absolute;
  width: 40px;
}
@media (min-width: 768px) {
  .quote:before,
  .quote:after {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .quote:before,
  .quote:after {
    width: 60px;
  }
}
.quote:before {
  top: 0;
  left: 0;
  -webkit-transform: translate(60%, -40%);
  -moz-transform: translate(60%, -40%);
  -ms-transform: translate(60%, -40%);
  -o-transform: translate(60%, -40%);
  transform: translate(60%, -40%);
}
.quote:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-60%, 50%);
  -moz-transform: translate(-60%, 50%);
  -ms-transform: translate(-60%, 50%);
  -o-transform: translate(-60%, 50%);
  transform: translate(-60%, 50%);
}
.section-title {
  color: #3CAEA3;
  text-align: center;
}
@media (min-width: 992px) {
  .section-title {
    text-align: left;
    padding-left: 50px;
  }
}
.section-team {
  padding: 20px 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .section-team {
    padding: 50px 0 0;
  }
}
@media (min-width: 992px) {
  .section-team .section-title {
    margin-top: 130px;
  }
}
.section-team:before {
  display: block;
  content: '';
  background: #E6F4F1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  height: 400px;
}
.section-team .team-member .image {
  background-size: cover !important;
  background-position: center top !important;
  width: 100%;
  height: 400px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 1200px) {
  .section-team .team-member .image {
    height: 450px;
  }
}
.section-team .team-member .name {
  margin-top: auto;
  color: #ffffff;
  font-family: "TheSans Caps";
  padding: 10px 20px;
  line-height: 100%;
  font-size: 28px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1200px) {
  .section-team .team-member .name {
    font-size: 35px;
  }
}
.section-team .team-member .description {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 10px 0;
}
.section-team .carousel-team .owl-nav {
  text-align: center;
  position: absolute;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-team .carousel-team .owl-nav {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    top: 250px;
    left: -45px;
  }
}
@media (min-width: 1200px) {
  .section-team .carousel-team .owl-nav {
    left: -90px;
  }
}
.section-team .carousel-team .owl-nav .owl-prev,
.section-team .carousel-team .owl-nav .owl-next {
  cursor: pointer;
  opacity: 0.7;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #3CAEA3;
  background: none;
  color: #3CAEA3;
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .section-team .carousel-team .owl-nav .owl-prev,
  .section-team .carousel-team .owl-nav .owl-next {
    display: none;
  }
}
.section-team .carousel-team .owl-nav .owl-prev.disabled,
.section-team .carousel-team .owl-nav .owl-next.disabled {
  opacity: 0.2;
}
.section-team .carousel-team .owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
.section-team .carousel-team .owl-dots .owl-dot {
  display: inline-block;
}
.section-team .carousel-team .owl-dots .owl-dot span {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #d8e6e3;
  margin: 0 3px;
}
.section-team .carousel-team .owl-dots .owl-dot.active span {
  background: #3CAEA3;
}
.section-services {
  position: relative;
  margin-bottom: 40px;
}
.section-services:before {
  display: block;
  content: '';
  background: #E6F4F1;
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 80px;
  z-index: 0;
}
.service-entry {
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .service-entry {
    height: 300px;
  }
}
.service-entry:hover .description {
  display: block;
}
.service-entry .name {
  margin-top: auto;
  color: #ffffff;
  text-align: center;
  font-family: "TheSans Caps";
  padding: 60px 10px 15px;
  line-height: 100%;
  font-size: 20px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1200px) {
  .service-entry .name {
    font-size: 22px;
  }
}
.service-entry .description {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: rgba(60, 174, 163, 0.9);
  display: none;
  padding: 15px 0;
}
@media (min-width: 400px) {
  .service-entry .description {
    padding: 25px 5px;
    left: 12px;
    right: 12px;
    top: 12px;
    bottom: 12px;
  }
}
.service-entry .description .description-scroll {
  overflow-y: auto;
  max-height: 100%;
  height: 500px;
}
.service-entry .description .description-title {
  font-family: "TheSans Caps";
  font-size: 24px;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media (min-width: 400px) {
  .service-entry .description .description-title {
    font-size: 20px;
  }
}
.service-entry .description .description-text {
  padding: 0 10px;
  font-size: 14px;
}
@media (min-width: 400px) {
  .service-entry .description .description-text {
    font-size: 16px;
  }
}
.service-entry .description .description-text a {
  color: #ffffff !important;
}
.service-entry .scroll-element {
  width: 4px;
  background: none;
}
.service-entry .scroll-element .scroll-element_outer {
  left: 0;
  width: 4px;
}
.service-entry .scroll-element .scroll-element_outer .scroll-element_track {
  background: rgba(255, 255, 255, 0.3);
}
.service-entry .scroll-element .scroll-element_outer .scroll-bar {
  background: rgba(255, 255, 255, 0.9);
}
.service-entry .ss-scroll {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: 5px;
  border-radius: 2px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s linear;
}
.service-entry .ss-container:hover .ss-scroll {
  opacity: 1;
}
.service-entry .ss-grabbed {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.section-projects {
  position: relative;
  margin-bottom: 70px;
  padding: 30px 0;
  background: #E6F4F1;
  /*&:before{
    display: block;
    content: '';
    background: @green-light;
    position: absolute;
    left: 0;
    right: 0;
    top:210px;
    bottom:0;
    z-index: 0;
  }*/
}
.carousel-projects .owl-dots {
  position: absolute;
  bottom: -70px;
  text-align: center;
  width: 100%;
}
.carousel-projects .owl-dots .owl-dot {
  display: inline-block;
}
.carousel-projects .owl-dots .owl-dot span {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #d8e6e3;
  margin: 0 3px;
}
.carousel-projects .owl-dots .owl-dot.active span {
  background: #3CAEA3;
}
.project-entry .image {
  height: 400px;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
}
.project-entry .logo-wrapper {
  margin: 20px 0;
  height: 120px;
}
@media (min-width: 992px) {
  .project-entry .logo-wrapper {
    margin: 0 0 20px;
  }
}
.project-entry .logo {
  display: inline-block;
  background: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}
.project-entry .logo img {
  height: 100px;
  width: auto;
}
.project-entry .name {
  font-family: "TheSans Caps";
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #3CAEA3;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .project-entry .name {
    font-size: 32px;
    line-height: 32px;
  }
}
.project-entry .description {
  font-size: 16px;
  /*overflow: hidden;
    max-height: 110px;*/
  padding-right: 10px;
}
.project-entry .description a {
  color: #3CAEA3 !important;
}
.project-entry .scrollbar-outer {
  overflow-y: auto;
  max-height: 400px;
}
.project-entry .scroll-element {
  width: 4px;
  background: none;
}
.project-entry .scroll-element .scroll-element_outer {
  left: 0;
  width: 4px;
}
.project-entry .scroll-element .scroll-element_outer .scroll-element_track {
  background: rgba(60, 174, 163, 0.3);
}
.project-entry .scroll-element .scroll-element_outer .scroll-bar {
  background: rgba(60, 174, 163, 0.9);
}
.project-entry .more {
  color: #3CAEA3;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 700;
  float: right;
}
.section-studies {
  position: relative;
  margin-bottom: 40px;
}
.section-studies:before {
  display: block;
  content: '';
  background: #E6F4F1;
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 80px;
  z-index: 0;
}
.section-studies .carousel-studies .owl-nav {
  text-align: center;
}
@media (min-width: 992px) {
  .section-studies .carousel-studies .owl-nav {
    position: absolute;
    z-index: 1;
    height: 1px;
    top: 50%;
    left: -30px;
    right: -30px;
    margin-top: -40px;
  }
}
@media (min-width: 1300px) {
  .section-studies .carousel-studies .owl-nav {
    left: -80px;
    right: -80px;
  }
}
.section-studies .carousel-studies .owl-nav .owl-prev,
.section-studies .carousel-studies .owl-nav .owl-next {
  cursor: pointer;
  opacity: 0.9;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #3CAEA3;
  background: #E6F4F1;
  color: #3CAEA3;
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .section-studies .carousel-studies .owl-nav .owl-prev,
  .section-studies .carousel-studies .owl-nav .owl-next {
    display: none;
  }
}
.section-studies .carousel-studies .owl-nav .owl-prev.disabled,
.section-studies .carousel-studies .owl-nav .owl-next.disabled {
  opacity: 0.2;
}
.section-studies .carousel-studies .owl-nav .owl-prev {
  float: left;
}
.section-studies .carousel-studies .owl-nav .owl-next {
  float: right;
}
.case-study-entry {
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  position: relative;
  display: block;
}
@media (min-width: 1200px) {
  .case-study-entry {
    height: 300px;
  }
}
.case-study-entry .name {
  color: #ffffff;
  text-align: center;
  font-family: "TheSans Caps";
  padding: 15px 10px 60px;
  line-height: 100%;
  font-size: 20px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (min-width: 1200px) {
  .case-study-entry .name {
    font-size: 22px;
  }
}
.case-study-entry .more {
  color: #ffffff;
  background: #3CAEA3;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.case-study-entry:hover .more {
  background: #38978c;
}
.section-clients {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 30px;
}
.section-clients .clent-logo {
  padding: 10px 0;
  background: #ffffff;
  display: block;
  text-align: center;
}
.section-clients .clent-logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.modal-contact .modal-content {
  background: #3CAEA3;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 30px;
}
.modal-contact .bt-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.modal-contact .modal-title {
  font-family: "TheSans Caps";
  font-size: 40px;
}
.modal-contact .contact-info {
  font-size: 18px;
  padding-bottom: 12px;
}
.modal-contact .contact-info a {
  color: #fff;
}
.input-wrapper {
  margin-bottom: 15px;
  position: relative;
}
.input-wrapper .input {
  background: #E6F4F1;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  width: 100%;
  margin: 0;
  border: 0;
  color: #000000;
}
.input-wrapper .textarea {
  background: #E6F4F1;
  padding: 10px;
  height: 135px;
  font-size: 16px;
  width: 100%;
  margin: 0;
  border: 0;
  color: #000000;
}
.mesaj-eroare {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 600;
  background: rgba(238, 0, 0, 0.71);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 8px;
  display: inline-block;
}
.bt-submit {
  display: inline-block;
  cursor: pointer;
  background: #3CAEA3;
  border: 1px solid #E6F4F1;
  color: #E6F4F1;
  font-family: "TheSans Caps";
  font-size: 25px;
  line-height: 25px;
  padding: 10px 30px;
}
.bt-submit:hover {
  background: #38978c;
  border: 1px solid #38978c;
}
.project-banner {
  position: relative;
  padding-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .project-banner {
    margin-bottom: 70px;
  }
}
.project-banner:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80%;
  background: #E6F4F1;
  z-index: 0;
}
.project-banner .bg-wrapper {
  position: relative;
  background: url("../images/project-img.jpg") no-repeat top right;
  background-size: cover !important;
  height: 300px;
  width: 90%;
  margin: 0 auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1450px) {
  .project-banner .bg-wrapper {
    height: 350px;
    width: 90%;
  }
}
.project-banner .bg-wrapper .green-box-wrapper {
  margin-top: auto;
}
@media (min-width: 1200px) {
  .project-banner .bg-wrapper .green-box-wrapper {
    margin-bottom: -40px;
  }
}
.project-banner .bg-wrapper .green-box-wrapper .green-box {
  background: #3CAEA3;
  color: #ffffff;
  padding: 30px;
  font-family: "TheSans Caps";
  font-size: 20px;
  line-height: 110%;
}
@media (min-width: 992px) {
  .project-banner .bg-wrapper .green-box-wrapper .green-box {
    font-size: 30px;
    padding: 30px;
    max-width: 650px;
  }
}
.header {
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .header {
    padding: 30px 0;
  }
}
@media (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
  }
}
.header .container {
  position: relative;
}
.header .top-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .site-logo img {
  width: 150px;
}
@media (min-width: 1200px) {
  .header .site-logo img {
    width: 200px;
  }
}
.header .main-menu .main-menu-scroll {
  overflow-y: auto;
  max-height: 100%;
}
@media (min-width: 1200px) {
  .header .main-menu {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  .header .main-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #1E5752;
    padding: 130px 40px 20px;
    width: 300px;
    -webkit-box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.11);
    box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.11);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}
.header .main-menu a {
  color: #ffffff;
  display: block;
  font-size: 20px;
  padding: 5px 0 5px 20px;
  margin: 5px 0 10px;
  position: relative;
}
.header .main-menu a:after {
  display: block;
  content: '';
  width: 2px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  height: 25px;
}
@media (min-width: 1200px) {
  .header .main-menu a {
    font-family: "Open Sans";
    color: #1C1C1C;
    display: inline-block;
    padding: 0 18px;
    position: relative;
    margin: 0 2px;
    font-size: 18px;
    line-height: 100%;
  }
  .header .main-menu a:after {
    left: auto;
    display: block;
    content: '';
    width: 1px;
    background: #1C1C1C;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    height: auto;
  }
  .header .main-menu a:last-child:after {
    display: none;
  }
  .header .main-menu a.active,
  .header .main-menu a:hover {
    color: #3CAEA3;
  }
}
.header .mobile-menu-logo {
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}
.header .mobile-menu-logo img {
  width: 180px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .header .mobile-menu-logo {
    display: none;
  }
}
.nav-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 19px 10px 10px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  z-index: 1000;
  right: 20px;
  top: -5px;
}
@media (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  height: 3px;
  width: 24px;
  background: #1E5752;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.nav-toggle span:before {
  top: -10px;
}
.nav-toggle span:after {
  bottom: -10px;
}
.nav-opened .header .main-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nav-opened .nav-toggle {
  position: fixed;
  right: 20px;
  top: 10px;
}
.nav-opened .nav-toggle span {
  width: 23px;
  background: none;
}
.nav-opened .nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  right: 0;
  background: #ffffff;
}
.nav-opened .nav-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  background: #ffffff;
}
.footer {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  padding: 20px 15px;
  background: #3CAEA3;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .footer-links a {
  font-family: "Open Sans";
  color: #ffffff;
  padding: 0 18px;
  position: relative;
  margin: 0 2px;
  font-size: 18px;
  line-height: 100%;
  display: inline-block;
}
@media (max-width: 1200px) {
  .footer .footer-links a {
    margin-bottom: 10px;
  }
}
.footer .footer-links a:after {
  display: block;
  content: '';
  width: 1px;
  background: #ffffff;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -6px;
  height: 16px;
}
.footer .footer-links a:last-child:after {
  display: none;
}
.footer .footer-links a:hover {
  color: #E6F4F1;
}
@media (max-width: 1200px) {
  .footer .footer-social {
    margin-top: 10px;
  }
}
.footer .footer-social a {
  color: #ffffff;
  display: inline-block;
}
.footer .footer-social a:hover {
  color: #E6F4F1;
}
