body {
  background: #ffffff;
  letter-spacing: 1px;
  color: #000000;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  font-family: Korolev, sans-serif;
  -webkit-font-smoothing: antialiased; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-width: 0; }

input, select, textarea {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: black;
  resize: none; }

input:focus, select:focus, textarea:focus, a {
  outline: none; }

input[type=text], input[type=password], input[type=submit], input[type=button], input[type=email], input[type=number], input[type=tel], textarea {
  -webkit-appearance: none; }

input[type=password] {
  font-family: opensans, sans-serif; }

table {
  border-spacing: 0; }

td, th {
  padding: 0; }

img {
  vertical-align: bottom; }

a img {
  border-width: 0; }

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

a:hover {
  text-decoration: underline; }

.none {
  display: none; }

* {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  box-sizing: border-box; }

button {
  font-family: averta, sans-serif;
  font-size: 13px; }

#all {
  overflow: hidden; }

header {
  position: fixed;
  left: -310px;
  top: 0;
  height: 100%;
  background-color: white;
  width: 310px;
  z-index: 5;
  transition: all 0.8s; }
@media all and (max-height: 640px) {
  header {
    overflow: auto; } }
@media all and (max-width: 400px) {
  header {
    left: -280px;
    width: 280px; } }
header.hover {
  left: 0; }
header .logo {
  margin: 0;
  padding-top: 64px;
  text-align: center;
  font-size: 200px;
  cursor: pointer; }
@media all and (max-height: 800px) {
  header .logo {
    font-size: 25vh; } }
@media all and (max-height: 640px) {
  header .logo {
    padding-top: 10vh; } }
header .logo a {
  color: #a1cd64; }
header .logo a:hover {
  text-decoration: none; }
header .logo span {
  display: none; }
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  text-align: center; }
@media all and (min-width: 500px) and (min-height: 300px) {
  header nav ul {
    padding: 0 30px; } }
header nav ul a {
  font-size: 18px;
  color: #767b76;
  font-weight: 300;
  display: block;
  line-height: 44px;
  padding: 8px 0;
  position: relative;
  z-index: 0; }
header nav ul a:before {
  float: right;
  width: 44px;
  line-height: 42px;
  height: 44px;
  text-align: center;
  color: #b4dc7e;
  font-size: 26.5px;
  margin-left: 20px;
  border-radius: 30px;
  transition: all 0.3s;
  border: 1px solid;
  position: relaive;
  z-index: 1;
  text-align: left;
  text-indent: -10000px;
  border-width: 0;
  display: none !important; }
@media all and (min-width: 500px) and (min-height: 300px) {
  header nav ul a:before {
    margin-left: 25px; } }
header nav ul a:hover {
  text-decoration: none;
  color: #b4dc7e; }
header nav ul a.active {
  color: #b4dc7e; }

.menu-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 80px;
  height: 80px;
  border-width: 0;
  background-color: transparent;
  padding-top: 28px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .menu-link {
    position: fixed; } }
.menu-link > span {
  width: 30px;
  display: block;
  height: 22px;
  position: relative;
  margin: 0 auto; }
.menu-link > span:before {
  content: " ";
  height: 2px;
  background-color: white;
  left: 0;
  width: 100%;
  top: 0;
  position: absolute; }
.menu-link > span:after {
  content: " ";
  height: 2px;
  background-color: white;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute; }
.menu-link > span span {
  text-indent: -10000px;
  display: block;
  position: relative; }
.menu-link > span span:before {
  content: " ";
  height: 2px;
  background-color: white;
  left: 0;
  width: 100%;
  top: 10px;
  position: absolute; }

.bg-outer {
  position: fixed;
  z-index: 1;
  left: -30px;
  top: -30px;
  right: -30px;
  bottom: -30px;
  display: none; }

.active-section .bg-outer {
  display: block; }

.prev-active-section .bg-outer {
  display: block;
  z-index: 2; }
.prev-active-section .bg {
  transform: scale(1.05);
  z-index: 2;
  transition: transform 1.5s, opacity 1.5s; }

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  opacity: 1; }
@media all and (max-width: 991px) and (min-height: 500px) {
  .bg {
    transform: none !important; } }
.bg.hidden {
  transform: scale(1.05);
  opacity: 0;
  z-index: 2;
  transition: transform 1.5s, opacity 1.5s; }
.bg div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
@media all and (max-width: 1050px) {
  .bg div {
    transform: none !important; } }
.bg .bg-main {
  background: transparent url(../images/bg-main.jpg) no-repeat center;
  background-size: cover; }
.bg .bg-contact {
  background: transparent url(../images/bg-contact.jpg) no-repeat center;
  background-size: cover; }
.bg .bg-offer {
  background: transparent url(../images/bg-offer.jpg) no-repeat center;
  background-size: cover; }
.bg .bg-why {
  background: transparent url(../images/bg-why.jpg) no-repeat center;
  background-size: cover; }
.bg .bg-about {
  background: transparent url(../images/bg-about.jpg) no-repeat center;
  background-size: cover; }
.bg .bg-about1 {
  background: transparent url(../images/bg-about1.jpg) no-repeat center;
  background-size: cover; }
.bg .bg-about2 {
  background: transparent url(../images/bg-about2.jpg) no-repeat center;
  background-size: cover; }
.bg .bg-about3 {
  background: transparent url(../images/bg-about3.jpg) no-repeat center;
  background-size: cover; }

section h1 {
  position: absolute;
  z-index: 3;
  right: 25px;
  top: 25px;
  font-weight: 300;
  font-size: 18px;
  color: white;
  margin: 0;
  line-height: 60px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  section h1 {
    position: fixed;
    left: 80px;
    right: auto;
    padding-right: 125px; } }
@media all and (min-width: 992px) and (min-height: 900px) {
  section h1 {
    top: 102px; } }
@media all and (min-width: 768px) and (min-height: 500px) {
  section h1:after {
    content: " ";
    position: absolute;
    height: 1px;
    background-color: white;
    width: 105px;
    right: 0;
    top: 50%; } }

.links {
  list-style-type: none;
  margin: 50px 0 0 0;
  padding: 0;
  overflow: hidden;
  text-align: center; }
.links li {
  display: inline-block;
  position: relative; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .links li {
    float: left;
    margin-right: 30px; } }
.links li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  height: 1px; }
.links li:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  height: 1px; }
.links a {
  display: block;
  font-weight: 300;
  color: white;
  font-size: 18px;
  position: relative;
  width: 120px;
  line-height: 50px;
  text-align: center; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .links a {
    width: 130px; } }
.links a:hover {
  text-decoration: none; }
.links a:hover:before {
  transform: scale(1); }
.links a:before {
  content: " ";
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.3s; }

.spinner {
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden; }
.spinner.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.7s; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.loader-img {
  position: fixed;
  top: 100%; }

#section0 .main-section {
  opacity: 0;
  transition: opacity 1.5s; }
#section0.active-section .main-section {
  opacity: 1;
  z-index: 4; }

.main-section {
  position: absolute;
  left: 0;
  padding-top: 100px;
  width: 100%;
  padding-left: 25px;
  color: white;
  padding-bottom: 40px;
  padding-right: 25px;
  z-index: 3; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .main-section {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 0;
    max-width: 900px;
    bottom: 80px;
    position: fixed; } }
.main-section p {
  font-weight: 100;
  font-size: 28px;
  line-height: 1.2;
  text-align: center; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .main-section p {
    font-size: 40px;
    text-align: left; } }
@media all and (min-width: 992px) and (min-height: 500px) {
  .main-section p {
    font-size: 50px; } }

.bg-outer .video-bg {
  background: black;
  opacity: 0.4;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none; }
@media all and (min-width: 992px) and (min-height: 500px) {
  .bg-outer .video-bg {
    display: block; } }

.bg-outer video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  display: none;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/bg-main.jpg) no-repeat;
  background-size: cover; }
@media all and (min-width: 992px) and (min-height: 500px) {
  .bg-outer video {
    display: block; } }

#section1 h1 {
  transform: translate(0, -200px);
  transform: translate3d(0, -50vh, 0);
  transition: transform 1.5s, opacity 1.5s;
  opacity: 0; }
#section1 .offer-section {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s; }
#section1.active-section h1 {
  transform: translate3d(0, 0, 0);
  opacity: 1; }
#section1.active-section .offer-section {
  opacity: 1;
  visibility: visible; }

.offer-section {
  position: absolute;
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  top: 0;
  padding-top: 100px;
  color: white;
  z-index: 3; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .offer-section {
    position: fixed;
    bottom: 80px;
    padding-top: 0;
    top: auto;
    padding-left: 80px; } }
.offer-section h2 {
  font-weight: 100;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  text-align: center; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .offer-section h2 {
    text-align: left; } }
@media all and (min-width: 768px) and (min-height: 600px) {
  .offer-section h2 {
    font-size: 34px; } }
@media all and (min-width: 1050px) and (min-height: 650px) {
  .offer-section h2 {
    font-size: 40px; } }
@media all and (min-width: 1150px) and (min-height: 750px) {
  .offer-section h2 {
    font-size: 50px; } }
.offer-section .boxs {
  list-style-type: none;
  padding: 0;
  margin: 48px -25px 0 -25px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .offer-section .boxs {
    margin: 38px -25px -80px -80px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .offer-section .boxs {
    margin: 48px -25px -80px -80px; } }
@media all and (min-width: 992px) and (min-height: 850px) {
  .offer-section .boxs {
    margin: 68px -25px -80px -80px; } }
.offer-section .boxs li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 28px 25px 28px 25px;
  position: relative; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .offer-section .boxs li {
    width: 50%;
    padding: 20px 20px 7px 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.4); } }
@media all and (min-width: 768px) and (min-height: 600px) {
  .offer-section .boxs li {
    padding: 28px 25px 16px 25px; } }
@media all and (min-width: 992px) and (min-height: 500px) {
  .offer-section .boxs li {
    padding: 28px 25px 20px 25px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .offer-section .boxs li {
    padding: 34px 60px 30px 80px; } }
@media all and (min-width: 1250px) and (min-height: 850px) {
  .offer-section .boxs li {
    padding: 48px 60px 58px 80px; } }
.offer-section .boxs li:nth-child(odd) {
  border-left-width: 0; }
.offer-section .boxs li:before {
  content: " ";
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.3s; }
.offer-section .boxs li:hover:before {
  transform: scale(1); }
.offer-section .boxs h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 24px 0;
  position: relative;
  padding-left: 50px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .offer-section .boxs h3 {
    font-size: 20px; } }
@media all and (min-width: 768px) and (min-height: 650px) {
  .offer-section .boxs h3 {
    font-size: 24px; } }
@media all and (min-width: 992px) and (min-height: 850px) {
  .offer-section .boxs h3 {
    font-size: 30px;
    margin: 0 0 34px 0; } }
.offer-section .boxs h3:before {
  position: absolute;
  font-size: 30px;
  left: 0; }
.offer-section .boxs p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .offer-section .boxs p {
    font-size: 14px;
    font-weight: 100; } }
@media all and (min-width: 768px) and (min-height: 650px) {
  .offer-section .boxs p {
    font-size: 16px;
    font-weight: 300; } }
@media all and (min-width: 992px) and (min-height: 850px) {
  .offer-section .boxs p {
    font-size: 20px; } }

#section2 section {
  display: none;
  padding: 20px 0; }
@media all and (min-width: 768px) and (min-height: 500px) {
  #section2 section {
    display: block;
    padding: 0;
    visibility: hidden;
    transition: all 1.5s; } }
#section2.active-section section {
  display: block; }
@media all and (min-width: 768px) and (min-height: 500px) {
  #section2.active-section section {
    visibility: visible; } }

.about-section {
  padding-top: 100px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section {
    padding-top: 0; } }

.about-section1, .about-section2, .about-section3 {
  padding-top: 20px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section1, .about-section2, .about-section3 {
    padding-top: 0; } }

.about-section, .about-section1, .about-section2, .about-section3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  position: relative;
  z-index: 3;
  padding-bottom: 50px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section, .about-section1, .about-section2, .about-section3 {
    position: fixed;
    left: 0;
    padding-left: 80px;
    padding-bottom: 0;
    width: 100%;
    bottom: 80px; } }
.about-section h2, .about-section1 h2, .about-section2 h2, .about-section3 h2 {
  font-weight: 100;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 40px 0;
  text-align: center; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section h2, .about-section1 h2, .about-section2 h2, .about-section3 h2 {
    margin: 0 0 70px 0;
    padding-right: 20px;
    text-align: left; } }
@media all and (min-width: 768px) and (min-height: 600px) {
  .about-section h2, .about-section1 h2, .about-section2 h2, .about-section3 h2 {
    font-size: 40px;
    max-width: 820px;
    margin: 0 0 100px 0; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .about-section h2, .about-section1 h2, .about-section2 h2, .about-section3 h2 {
    font-size: 50px;
    padding-right: 0; } }

@media all and (min-width: 768px) and (min-height: 500px) {
  #section1a h1 {
    transform: translate3d(0, -50vh, 0);
    transition: transform 1.5s; }
  #section1a .about-section {
    transform: translate3d(0, -100vh, 0);
    transition: transform 1.5s; }
  .active-section #section1a.visible h1, .active-section #section1a.visible .about-section {
    transform: translate3d(0, 0, 0); } }

@media all and (min-width: 768px) and (min-height: 500px) {
  #section1b .about-section2 {
    transform: translate3d(0, 100vh, 0);
    transition: transform 1.5s; } }
@media all and (min-width: 768px) and (min-height: 500px) and (min-width: 992px) and (min-height: 800px) {
  #section1b .about-section2 {
    transform: translate3d(0, 80vh, 0); } }
@media all and (min-width: 768px) and (min-height: 500px) {
  #section1b .about-section2 .bottom-text {
    transform: translate3d(0, 10vh, 0);
    transition: transform 1.5s; }
  .active-section #section1b.visible .about-section2 {
    transform: translate3d(0, 0, 0); }
  .active-section #section1b.visible .about-section2 .bottom-text {
    transform: translate3d(0, 0, 0); }
  .active-section #section1b.hide-top .about-section2, .prev-active-section #section1b.hide-top .about-section2 {
    transform: translate3d(0, -100vh, 0); }
  .active-section #section1b.hide-top .about-section2 .bottom-text, .prev-active-section #section1b.hide-top .about-section2 .bottom-text {
    transform: translate3d(0, -10vh, 0); } }

@media all and (min-width: 768px) and (min-height: 500px) {
  #section1c .top-tips {
    transform: translate3d(0, 110vh, 0);
    transition: transform 1.5s; }
  #section1c .about-section1 {
    transform: translate3d(0, 100vh, 0);
    transition: transform 1.5s; } }
@media all and (min-width: 768px) and (min-height: 500px) and (min-width: 992px) and (min-height: 800px) {
  #section1c .about-section1 {
    transform: translate3d(0, 80vh, 0); } }
@media all and (min-width: 768px) and (min-height: 500px) {
  .active-section #section1c.visible .top-tips, .active-section #section1c.visible .about-section1 {
    transform: translate3d(0, 0, 0); }
  .active-section #section1c.hide-top .top-tips, .prev-active-section #section1c.hide-top .top-tips {
    transform: translate3d(0, -50vh, 0); }
  .active-section #section1c.hide-top .about-section1, .prev-active-section #section1c.hide-top .about-section1 {
    transform: translate3d(0, -100vh, 0); } }

@media all and (min-width: 768px) and (min-height: 500px) {
  #section1d .about-section3 {
    transform: translate3d(0, 100vh, 0);
    transition: transform 1.5s; } }
@media all and (min-width: 768px) and (min-height: 500px) and (min-width: 992px) and (min-height: 800px) {
  #section1d .about-section3 {
    transform: translate3d(0, 90vh, 0); } }
@media all and (min-width: 768px) and (min-height: 500px) {
  #section1d .about-section3 h2 {
    transform: translate3d(0, 0vh, 0);
    transition: transform 1.5s; } }
@media all and (min-width: 768px) and (min-height: 500px) and (min-width: 992px) and (min-height: 800px) {
  #section1d .about-section3 h2 {
    transform: translate3d(0, -10vh, 0); } }
@media all and (min-width: 768px) and (min-height: 500px) {
  .active-section #section1d.visible .about-section3 {
    transform: translate3d(0, 0, 0); }
  .active-section #section1d.visible .about-section3 h2 {
    transform: translate3d(0, 0, 0); } }

.about-section p {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
  text-align: center; }
@media all and (min-width: 768px) and (min-height: 600px) {
  .about-section p {
    font-size: 30px;
    text-align: left;
    max-width: 820px; } }
.about-section .move {
  text-align: center;
  max-width: none;
  margin-top: 60px;
  margin-bottom: -30px;
  display: none; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section .move {
    display: block; } }
.about-section .move button {
  border: 2px solid white;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  color: white;
  padding: 0;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
  cursor: pointer; }
.about-section .move button:before {
  position: relative;
  top: 3px;
  left: 1px; }
.about-section .move button span {
  display: none; }

.about-section1 h2 {
  font-size: 28px;
  line-height: 1.2; }
@media all and (min-width: 768px) and (min-height: 600px) {
  .about-section1 h2 {
    font-size: 40px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .about-section1 h2 {
    font-size: 50px; } }
@media all and (min-width: 992px) and (min-height: 750px) {
  .about-section1 h2 {
    font-size: 60px;
    line-height: 74px; } }
.about-section1 p {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
  text-align: center; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section1 p {
    float: left;
    padding-right: 80px;
    text-align: left;
    width: 50%; } }
@media all and (min-width: 992px) and (min-height: 600px) {
  .about-section1 p {
    font-size: 30px; } }
.about-section1 ul {
  list-style-type: none;
  margin: 25px auto 0 auto;
  max-width: 400px;
  padding: 0; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section1 ul {
    margin: -5px 0 0 0;
    max-width: none;
    width: 50%;
    float: left; } }
.about-section1 li {
  padding-left: 50px;
  font-size: 18px;
  position: relative;
  margin-top: 10px; }
@media all and (min-width: 992px) and (min-height: 600px) {
  .about-section1 li {
    font-size: 24px; } }
.about-section1 li:before {
  position: absolute;
  left: 0;
  font-size: 18px; }
@media all and (min-width: 992px) and (min-height: 600px) {
  .about-section1 li:before {
    font-size: 27px; } }

.about-section2 h2 {
  font-size: 28px;
  line-height: 1.2; }
@media all and (min-width: 768px) and (min-height: 600px) {
  .about-section2 h2 {
    font-size: 40px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .about-section2 h2 {
    font-size: 50px; } }
@media all and (min-width: 992px) and (min-height: 750px) {
  .about-section2 h2 {
    font-size: 60px;
    line-height: 74px; } }
.about-section2 ol {
  list-style-type: none;
  margin: 40px 5px 0 5px;
  padding: 0;
  overflow: hidden;
  counter-reset: sekcja;
  font-size: 14px;
  text-align: center; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section2 ol {
    margin: 40px 20px 0 0;
    font-size: 24px;
    text-align: left; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .about-section2 ol {
    font-size: 30px;
    margin: 60px 110px 0 0; } }
@media all and (min-width: 992px) and (min-height: 750px) {
  .about-section2 ol {
    margin: 100px 110px 0 0; } }
.about-section2 ol li {
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 0 10px 10px 10px;
  padding-bottom: 26px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section2 ol li {
    float: left;
    width: 33.33%;
    margin: 0; } }
.about-section2 ol li:before {
  counter-increment: sekcja;
  content: counter(sekcja) ". "; }
.about-section2 ol li:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: white;
  content: " "; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section2 ol li:after {
    right: 80px; } }
.about-section2 .bottom-text {
  overflow: hidden;
  padding-bottom: 30px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section2 .bottom-text {
    padding-top: 100px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .about-section2 .bottom-text {
    margin-right: 110px;
    padding-bottom: 70px; } }
@media all and (min-width: 992px) and (min-height: 750px) {
  .about-section2 .bottom-text {
    padding-top: 180px;
    padding-bottom: 70px; } }
.about-section2 .bottom-text h3 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.25; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section2 .bottom-text h3 {
    float: left;
    font-size: 22px;
    width: 33.33%;
    max-width: 260px;
    text-align: left; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .about-section2 .bottom-text h3 {
    font-size: 30px; } }
.about-section2 .bottom-text p {
  margin: 10px auto 0 auto;
  font-size: 18px;
  line-height: 1.25;
  max-width: 400px;
  text-align: center; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section2 .bottom-text p {
    margin-left: 33.33%;
    text-align: left;
    max-width: none;
    padding-right: 30px;
    margin-right: 20px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .about-section2 .bottom-text p {
    font-size: 22px;
    margin-right: 0;
    width: 50%;
    line-height: 30px; } }

.about-section3 h2 {
  font-size: 28px;
  line-height: 1.2;
  max-width: 1060px; }
@media all and (min-width: 768px) and (min-height: 600px) {
  .about-section3 h2 {
    font-size: 40px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .about-section3 h2 {
    font-size: 50px; } }
@media all and (min-width: 992px) and (min-height: 750px) {
  .about-section3 h2 {
    font-size: 60px;
    line-height: 74px; } }
.about-section3 p {
  text-align: center;
  font-size: 18px;
  line-height: 1.25; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .about-section3 p {
    margin-top: 50px;
    text-align: left;
    max-width: 520px;
    margin-bottom: 40px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .about-section3 p {
    font-size: 30px;
    margin-bottom: 70px; } }
@media all and (min-width: 768px) and (min-height: 800px) {
  .about-section3 .links {
    padding-bottom: 50px; } }

.right-nav {
  position: fixed;
  right: -30px;
  top: 0;
  width: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  height: 100%;
  z-index: 3;
  transition: right 0.5s;
  display: none; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .right-nav {
    display: block; } }
.active-section .right-nav {
  right: 0; }
.right-nav ul {
  list-style-type: none;
  margin: -39px 0 0 0;
  padding: 0;
  position: relative;
  top: 50%; }
.right-nav li {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  margin: 10px auto;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
  text-indent: -10000px; }
.right-nav li.active {
  background-color: white; }

.top-tips {
  list-style-type: none;
  margin: 0;
  padding: 0 15px 15px 15px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 14px;
  color: white;
  margin: 0; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .top-tips {
    position: fixed;
    text-align: left;
    font-size: 18px;
    display: block;
    left: 80px;
    top: 32px;
    padding: 0;
    right: 30px; } }
@media all and (min-width: 768px) and (min-height: 600px) {
  .top-tips {
    top: 102px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .top-tips {
    font-size: 24px; } }
.top-tips li {
  display: block;
  padding-top: 10px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .top-tips li {
    float: left;
    padding-top: 0px;
    margin: 0;
    width: 33.33%; } }
.top-tips strong {
  font-weight: 300;
  font-size: 18px;
  display: block;
  position: relative; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .top-tips strong {
    font-size: 24px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .top-tips strong {
    font-size: 30px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .top-tips strong:after {
    content: " ";
    display: inline-block;
    height: 1px;
    background-color: white;
    width: 40px;
    margin-left: 20px;
    vertical-align: middle; } }
@media all and (min-width: 992px) and (min-height: 650px) and (min-width: 992px) and (min-height: 650px) {
  .top-tips strong:after {
    width: 105px; } }

#section4 h1 {
  transform: translate(0, -200px);
  transform: translate3d(0, -50vh, 0);
  transition: transform 1.5s;
  transition: transform 1.5s, opacity 1.5s;
  opacity: 0; }
#section4 .service-section {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s; }
#section4.active-section h1 {
  transform: translate3d(0, 0, 0);
  opacity: 1; }
#section4.active-section .service-section {
  opacity: 1;
  visibility: visible; }

.service-section {
  position: absolute;
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  padding-top: 100px;
  color: white;
  z-index: 3; }
@media all and (min-width: 992px) and (min-height: 500px) {
  .service-section {
    position: fixed;
    bottom: 20px;
    padding-top: 0;
    top: auto;
    padding-left: 80px; } }
@media all and (min-width: 992px) and (min-height: 750px) {
  .service-section {
    bottom: 80px; } }
.service-section h2 {
  font-weight: 100;
  font-size: 28px;
  max-width: 1380px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 10px 0; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .service-section h2 {
    text-align: left; } }
@media all and (min-width: 768px) and (min-height: 600px) {
  .service-section h2 {
    font-size: 40px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .service-section h2 {
    font-size: 40px;
    margin: 0 0 100px 0; } }
@media all and (min-width: 992px) and (min-height: 750px) {
  .service-section h2 {
    font-size: 50px; } }
.service-section p {
  font-size: 30px;
  line-height: 1.25;
  max-width: 820px;
  font-weight: 300; }
.service-section ul {
  list-style-type: none;
  margin: 80px 0 20px 0;
  padding: 0;
  overflow: hidden;
  counter-reset: sekcja;
  font-size: 18px;
  line-height: 1.2; }
@media all and (min-width: 992px) and (min-height: 650px) {
  .service-section ul {
    margin: 100px 60px 20px 0; } }
@media all and (min-width: 1180px) and (min-height: 650px) {
  .service-section ul {
    font-size: 22px;
    line-height: 30px; } }
.service-section ul li {
  position: relative;
  margin-bottom: 10px; }
@media all and (min-width: 992px) and (min-height: 500px) {
  .service-section ul li {
    float: left;
    width: 20%;
    margin-bottom: 0;
    padding-right: 20px; } }
.service-section ul li > span {
  position: relative;
  display: block;
  padding: 40px 40px 40px 70px;
  overflow: hidden; }
@media all and (min-width: 992px) and (min-height: 500px) {
  .service-section ul li > span {
    height: 230px;
    padding: 105px 20px 0 20px; } }
@media all and (min-width: 1180px) and (min-height: 650px) {
  .service-section ul li > span {
    height: 240px;
    padding: 115px 40px 0 40px; } }
@media all and (min-width: 1180px) and (min-height: 750px) {
  .service-section ul li > span {
    height: 340px;
    padding: 215px 40px 0 40px; } }
.service-section ul li:before {
  counter-increment: sekcja;
  content: counter(sekcja);
  position: absolute;
  font-weight: 100;
  font-size: 26px;
  top: 35px;
  left: 30px; }
@media all and (min-width: 992px) and (min-height: 500px) {
  .service-section ul li:before {
    font-size: 26px;
    top: 20px;
    left: 20px; } }
@media all and (min-width: 1180px) and (min-height: 650px) {
  .service-section ul li:before {
    left: 40px;
    top: 40px;
    font-size: 36px; } }
.service-section ul li:hover .top {
  left: -200%; }
.service-section ul li:hover .bottom {
  left: 0; }
.service-section ul li:hover .left {
  top: 0; }
.service-section ul li:hover .right {
  top: -200%; }
.service-section ul li .top, .service-section ul li .right, .service-section ul li .bottom, .service-section ul li .left {
  position: absolute;
  transition: all 1s; }
.service-section ul li .top:before, .service-section ul li .top:after, .service-section ul li .right:before, .service-section ul li .right:after, .service-section ul li .bottom:before, .service-section ul li .bottom:after, .service-section ul li .left:before, .service-section ul li .left:after {
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  content: " "; }
.service-section ul li .top, .service-section ul li .bottom {
  left: 0;
  width: 100%;
  height: 1px; }
.service-section ul li .top:before, .service-section ul li .bottom:before {
  width: 33.33%;
  left: 0;
  top: 0;
  height: 1px; }
.service-section ul li .top:after, .service-section ul li .bottom:after {
  width: 33.33%;
  right: 0;
  top: 0;
  height: 1px; }
.service-section ul li .top {
  top: 0;
  width: 300%; }
.service-section ul li .bottom {
  bottom: 0;
  width: 300%;
  left: -200%; }
.service-section ul li .left, .service-section ul li .right {
  top: 0;
  height: 300%;
  width: 1px; }
.service-section ul li .left:before, .service-section ul li .right:before {
  height: 33.33%;
  left: 0;
  top: 0;
  width: 1px; }
.service-section ul li .left:after, .service-section ul li .right:after {
  height: 33.33%;
  left: 0;
  bottom: 0;
  width: 1px; }
.service-section ul li .left {
  left: 0;
  top: -200%; }
.service-section ul li .right {
  right: 0; }

#section3 .portfolio-section {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s; }
#section3.active-section .portfolio-section {
  opacity: 1;
  visibility: visible;
  z-index: 4; }

#section3a {
  visibility: visible;
  transition: visibility 0.3s; }
#section3a .gallery-header {
  top: -70px;
  transition: top 1s; }
#section3a.active-section .gallery-header {
  top: 0; }
#section3a.prev-active-section {
  visibility: hidden; }
#section3a.prev-active-section .thumbs {
  visibility: hidden; }
#section3a #section3a1 .gallery-section {
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(1.05); }
#section3a.active-section #section3a1 .gallery-section {
  opacity: 1;
  transform: scale(1);
  z-index: 5; }

#section3a2 .gallery-section {
  visibility: hidden;
  transform: scale(1.05);
  opacity: 0;
  transition: visibility 0.3s, transform 0.3s, opacity 0.3s;
  z-index: 5; }
.visible-details #section3a2 .gallery-section {
  visibility: visible;
  transform: scale(1);
  opacity: 1; }

.visible-details .gallery-header .visit {
  bottom: -50px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .visible-details .gallery-header .visit {
    top: -70px;
    bottom: auto; } }
.visible-details .gallery-header .close {
  top: 0; }

.owl-carousel .owl-stage {
  height: 100%; }

.portfolio-section {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 0;
  color: white;
  z-index: 3; }
.portfolio-section .owl-carousel {
  height: 100%; }
.portfolio-section .items.loading .owl-item {
  transform: translate(0, 50px);
  opacity: 0; }
.portfolio-section .items.loading .owl-item.active {
  transform: translate(0, 0);
  opacity: 1; }
.portfolio-section .items.loading .owl-item.active + .active {
  transition-delay: 0.3s; }
.portfolio-section .items.loading .owl-item.active + .active + .active {
  transition-delay: 0.6s; }
.portfolio-section .items.loading .owl-item.active + .active + .active + .active {
  transition-delay: 0.9s; }
.portfolio-section .items .item {
  position: relative;
  height: 100%;
  min-height: 100px;
  cursor: pointer;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.5s;
  padding-left: 0;
  padding-right: 0;
  background-color: black; }
@media all and (min-width: 992px) and (min-height: 650px) {
  .portfolio-section .items .item:hover {
    margin-left: -20px;
    z-index: 1;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
  .portfolio-section .items .item:hover h2 {
    left: 100px;
    right: 100px; }
  .portfolio-section .items .item:hover .photo {
    opacity: 1; }
  .portfolio-section .items .item:hover .more {
    left: 100px; } }
.portfolio-section .items .item:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.portfolio-section .items .owl-stage-outer {
  height: 100%; }
.portfolio-section .items .owl-stage-outer:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 80px;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  content: " ";
  z-index: 3; }
.portfolio-section .items .owl-stage-outer:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 80px;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  content: " ";
  z-index: 3; }
.portfolio-section .items .owl-stage-outer .owl-item {
  height: 100%;
  transition: opacity 0.6s, transform 0.6s;
  position: relaive; }
.portfolio-section .items .owl-stage-outer .owl-item:hover {
  z-index: 1; }
.portfolio-section .items h2 {
  position: absolute;
  bottom: 65px;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.2;
  left: 20px;
  right: 20px;
  z-index: 2;
  text-align: center;
  transition: all 0.5s; }
@media all and (min-width: 768px) and (min-height: 600px) {
  .portfolio-section .items h2 {
    font-size: 36px;
    line-height: 40px;
    bottom: 20px;
    left: 30px;
    text-align: left;
    right: 30px;
    bottom: 122px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .portfolio-section .items h2 {
    left: 80px;
    right: 80px;
    bottom: 172px; } }
.portfolio-section .items .photo {
  margin-left: -20px;
  margin-right: -20px;
  height: 100%;
  background: transparent no-repeat center;
  background-size: cover;
  opacity: 1;
  transition: all 0.5s;
  min-height: 400px; }
@media all and (min-width: 992px) and (min-height: 650px) {
  .portfolio-section .items .photo {
    opacity: 0.35; } }
.portfolio-section .items .more {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 2;
  margin-left: -85px;
  transition: all 0.5s;
  display: none; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .portfolio-section .items .more {
    display: block; } }
@media all and (min-width: 768px) and (min-height: 600px) {
  .portfolio-section .items .more {
    left: 30px;
    margin-left: 0;
    bottom: 30px; } }
@media all and (min-width: 992px) and (min-height: 650px) {
  .portfolio-section .items .more {
    bottom: 70px;
    left: 80px; } }
.portfolio-section .items .more a {
  display: inline-block;
  border: 1px solid white;
  line-height: 38px;
  text-align: center;
  width: 170px;
  color: white;
  font-size: 16px;
  position: relative; }
@media all and (min-width: 768px) and (min-height: 600px) {
  .portfolio-section .items .more a {
    line-height: 48px;
    font-size: 18px; } }
.portfolio-section .items .more a:before {
  content: " ";
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.3s; }
.portfolio-section .items .more a:hover {
  text-decoration: none; }
.portfolio-section .items .more a:hover:before {
  transform: scale(1); }

.prev-active-section .owl-controls .owl-prev {
  visibility: hidden; }

.owl-controls .owl-prev {
  position: fixed;
  left: 20px;
  z-index: 4;
  top: 50%;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  border: 1px solid white;
  border-radius: 30px;
  text-align: center;
  text-indent: -10000px;
  visibility: hidden; }
@media all and (min-width: 320px) and (min-height: 200px) {
  .owl-controls .owl-prev {
    visibility: visible; } }
.owl-controls .owl-prev:before {
  font-family: 'ico';
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0047';
  position: absolute;
  left: 0;
  text-indent: 0;
  width: 100%;
  line-height: 44px;
  font-size: 16px;
  text-align: center; }
.owl-controls .owl-next {
  position: fixed;
  right: 20px;
  z-index: 4;
  top: 50%;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  border: 1px solid white;
  border-radius: 30px;
  text-align: center;
  text-indent: -10000px; }
.owl-controls .owl-next:before {
  font-family: 'ico';
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0043';
  position: absolute;
  text-indent: 0;
  left: 0;
  width: 100%;
  line-height: 44px;
  font-size: 16px;
  text-align: center; }

#section3a2 .gallery-section {
  top: 50px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  #section3a2 .gallery-section {
    top: 70px; } }

.gallery-header {
  left: 0;
  width: 100%;
  z-index: 31;
  right: 0;
  background-color: white;
  height: 50px;
  text-align: center;
  position: fixed; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-header {
    height: 70px;
    z-index: 10; } }
.gallery-header h2 {
  text-align: center;
  display: inline-block;
  color: #696969;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-header h2 {
    line-height: 70px; } }
@media all and (min-width: 992px) and (min-height: 500px) {
  .gallery-header h2 {
    font-size: 22px; } }
.gallery-header .back {
  left: 0;
  top: 0;
  position: absolute;
  transition: top 0.3s;
  z-index: 31; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-header .back {
    z-index: 3; } }
.gallery-header .back a {
  line-height: 50px;
  display: block;
  padding: 0 25px;
  color: #a1cd64;
  font-size: 18px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-header .back a {
    line-height: 70px;
    padding: 0 35px; } }
.gallery-header .back a:before {
  margin-right: 17px; }
.gallery-header .back a:hover {
  text-decoration: none; }
.gallery-header .back span {
  display: none; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-header .back span {
    display: inline; } }
.gallery-header .close {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 11;
  transition: top 0.3s; }
.gallery-header .close a {
  display: block;
  background-color: #a1cd64;
  color: white;
  width: 80px;
  position: relative;
  height: 50px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-header .close a {
    height: 70px; } }
.gallery-header .close a span {
  display: none; }
.gallery-header .close a:before {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 50px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-header .close a:before {
    font-size: 40px;
    line-height: 70px; } }
.gallery-header .close a:hover {
  background-color: #8ac03e;
  text-decoration: none; }
.gallery-header .visit {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 31;
  transition: top 0.3s; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-header .visit {
    top: 0;
    position: absolute;
    width: auto;
    z-index: 10; } }
.gallery-header .visit a {
  display: block;
  background-color: #a1cd64;
  color: white;
  font-size: 14px;
  line-height: 50px;
  padding: 0 25px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-header .visit a {
    line-height: 70px; } }
@media all and (min-width: 992px) and (min-height: 500px) {
  .gallery-header .visit a {
    font-size: 18px; } }
.gallery-header .visit a:hover {
  text-decoration: none;
  background-color: #8ac03e; }
.gallery-header .visit a:before {
  font-size: 13px;
  border: 1px solid white;
  border-radius: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 18px;
  line-height: 20px;
  width: 22px; }

.gallery-section {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 0;
  color: white;
  z-index: 30; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-section {
    z-index: 3; } }
.gallery-section .photos {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-section .photos {
    top: 70px; } }
@media all and (min-width: 768px) and (min-height: 650px) {
  .gallery-section .photos {
    bottom: 0; } }
.gallery-section .photos:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 80px;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  content: " ";
  z-index: 3; }
.gallery-section .photos:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 80px;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  content: " ";
  z-index: 3; }
.gallery-section .photos .photos-inner {
  height: 100%; }
.gallery-section .photos .photos-inner.loaded {
  transition: all 1s, width 0, height 0; }
@media all and (min-width: 768px) and (min-height: 550px) {
  .gallery-section .photos .photos-inner.loaded {
    transition: transform 1s; } }
.gallery-section .photos .owl-prev, .gallery-section .photos .owl-next {
  cursor: pointer; }
.gallery-section .photos .owl-stage {
  height: 100%; }
.gallery-section .photos .owl-stage-outer {
  height: 100%; }
.gallery-section .photos .owl-stage-outer:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 80px;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  content: " ";
  z-index: 3; }
.gallery-section .photos .owl-stage-outer:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 80px;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  content: " ";
  z-index: 3; }
.gallery-section .photos .owl-item {
  height: 100%; }
.gallery-section .photos .photo {
  height: 100%;
  float: left;
  transition: all 1s;
  background-color: black;
  overflow: hidden; }
.gallery-section .photos .photo.active img {
  opacity: 1; }
.gallery-section .photos .photo img {
  height: 100%;
  width: auto;
  opacity: 0.5;
  transition: opacity 1s; }
.gallery-section .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto; }
@media all and (min-width: 600px) and (min-height: 500px) {
  .gallery-section .details {
    overflow: hidden; } }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-section .details {
    position: fixed;
    bottom: 0;
    padding-left: 70px;
    padding-right: 80px; } }
.gallery-section .details h1 {
  font-size: 28px;
  font-weight: 100;
  position: static;
  display: block;
  padding-top: 80px;
  padding-bottom: 100px;
  display: none; }
@media all and (min-width: 992px) and (min-height: 750px) {
  .gallery-section .details h1 {
    display: block; } }
.gallery-section .details h1:after {
  display: none; }
.gallery-section .details dl {
  color: white;
  padding-top: 40px; }
@media all and (min-width: 600px) and (min-height: 500px) {
  .gallery-section .details dl {
    float: left;
    width: 240px; } }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-section .details dl {
    width: 340px; } }
@media all and (min-width: 1180px) and (min-height: 750px) {
  .gallery-section .details dl {
    width: 440px;
    padding-top: 0; } }
.gallery-section .details dl dt {
  font-size: 13px;
  padding-left: 25px;
  line-height: 24px;
  float: left;
  position: relative; }
@media all and (min-width: 600px) and (min-height: 500px) {
  .gallery-section .details dl dt {
    float: none;
    font-size: 18px;
    line-height: 30px; } }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-section .details dl dt {
    padding-left: 70px; } }
@media all and (min-width: 1180px) and (min-height: 750px) {
  .gallery-section .details dl dt {
    font-size: 22px;
    line-height: 38px; } }
.gallery-section .details dl dt:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  background-color: white;
  height: 1px; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-section .details dl dt:before {
    width: 30px; } }
.gallery-section .details dl dd {
  margin: 0 0 10px 90px;
  font-size: 14px;
  padding-left: 25px;
  line-height: 24px; }
@media all and (min-width: 600px) and (min-height: 500px) {
  .gallery-section .details dl dd {
    padding-top: 0;
    line-height: 30px;
    margin: 0 0 25px 0px; } }
@media all and (min-width: 768px) and (min-height: 500px) {
  .gallery-section .details dl dd {
    padding-left: 70px;
    margin: 0 0 45px 0; } }
@media all and (min-width: 1180px) and (min-height: 750px) {
  .gallery-section .details dl dd {
    font-size: 16px;
    line-height: 35px; } }
.gallery-section .details .small-text {
  font-size: 14px;
  line-height: 20px;
  color: white;
  padding-top: 20px; }
@media all and (min-width: 600px) and (min-height: 500px) {
  .gallery-section .details .small-text {
    overflow: auto;
    max-height: 80vh;
    margin-left: 300px;
    font-size: 18px;
    line-height: 24px;
    padding-top: 40px; } }
@media all and (min-width: 1180px) and (min-height: 750px) {
  .gallery-section .details .small-text {
    margin-left: 550px;
    font-size: 22px;
    padding-top: 0;
    line-height: 35px; } }
.gallery-section .details .small-text p {
  margin-bottom: 35px; }

.thumbs {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  visibility: hidden; }
@media all and (min-width: 768px) and (min-height: 650px) {
  .thumbs {
    visibility: visible; } }
.thumbs .photos-outer {
  width: 660px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
@media all and (min-width: 1180px) and (min-height: 750px) {
  .thumbs .photos-outer {
    width: 1100px; } }
.thumbs .photos-outer.only-3 {
  width: 660px; }
.thumbs .photos-outer.only-2 {
  width: 440px; }
.thumbs .photos-outer.only-1 {
  width: 220px; }
.thumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.thumbs ul.loaded {
  transition: transform 1s; }
.thumbs ul img {
  height: 140px;
  opacity: 0.4;
  width: auto;
  transition: all 0.3s; }
.thumbs ul img:hover {
  opacity: 1; }
.thumbs ul li {
  background-color: black;
  overflow: hidden;
  float: left; }
.thumbs ul .active img {
  opacity: 1; }

#section5 h1 {
  transform: translate(0, -200px);
  transform: translate3d(0, -50vh, 0);
  transition: transform 1.5s, opacity 1.5s;
  opacity: 0; }
#section5 .contact-section {
  opacity: 0;
  transition: opacity 1.5s; }
#section5.active-section h1 {
  transform: translate3d(0, 0, 0);
  opacity: 1; }
#section5.active-section .contact-section {
  opacity: 1;
  z-index: 4; }

.contact-section {
  position: absolute;
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  top: 0;
  padding-top: 100px;
  color: white;
  z-index: 3; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .contact-section {
    position: fixed;
    width: 75%;
    bottom: 80px;
    padding-top: 0;
    top: auto;
    padding-left: 80px; } }
@media all and (min-width: 1200px) and (min-height: 500px) {
  .contact-section {
    width: 50%; } }
.contact-section h2 {
  font-weight: 100;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  text-align: center; }
@media all and (min-width: 768px) and (min-height: 500px) {
  .contact-section h2 {
    text-align: left; } }
@media all and (min-width: 768px) and (min-height: 700px) {
  .contact-section h2 {
    font-size: 50px; } }
.contact-section p.subtitle {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px; }
@media all and (min-width: 468px) and (min-height: 500px) {
  .contact-section p.subtitle {
    font-size: 18px; } }
@media all and (min-width: 768px) and (min-height: 600px) {
  .contact-section p.subtitle {
    font-size: 22px; } }
@media all and (min-width: 768px) and (min-height: 650px) {
  .contact-section p.subtitle {
    margin-top: 100px; } }
.contact-section dl {
  margin: 0;
  max-width: 510px; }
.contact-section dt {
  line-height: 74px;
  float: left;
  padding-left: 0;
  margin-right: 6px;
  position: relative;
  font-size: 14px;
  font-weight: 500; }
@media all and (min-width: 468px) and (min-height: 500px) {
  .contact-section dt {
    font-size: 18px; } }
@media all and (min-width: 768px) and (min-height: 600px) {
  .contact-section dt {
    font-size: 22px;
    line-height: 84px; } }
@media all and (min-width: 768px) and (min-height: 700px) {
  .contact-section dt {
    line-height: 100px; } }
.contact-section dt:before {
  position: absolute;
  left: 0;
  font-size: 22px;
  color: #8a8b89;
  display: none; }
.contact-section dd {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  padding: 25px 0 25px 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
@media all and (min-width: 468px) and (min-height: 500px) {
  .contact-section dd {
    font-size: 18px; } }
@media all and (min-width: 768px) and (min-height: 600px) {
  .contact-section dd {
    font-size: 22px;
    line-height: 34px; } }
@media all and (min-width: 768px) and (min-height: 700px) {
  .contact-section dd {
    padding: 33px 0; } }
.contact-section dd:last-child {
  border-bottom-width: 0; }
.contact-section dd a {
  color: white; }
.contact-section .more {
  display: inline-block; }
@media all and (min-width: 768px) and (min-height: 700px) {
  .contact-section .more {
    margin-top: 20px; } }
.contact-section .more a {
  display: inline-block;
  line-height: 38px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
  width: 170px;
  color: white;
  font-size: 16px;
  position: relative; }
@media all and (min-width: 768px) and (min-height: 600px) {
  .contact-section .more a {
    line-height: 48px;
    font-size: 18px; } }
.contact-section .more a:before {
  content: " ";
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.3s; }
.contact-section .more a:hover {
  text-decoration: none; }
.contact-section .more a:hover:before {
  transform: scale(1); }

#team {
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  right: -75%;
  transition: all 1s; }
@media all and (min-width: 768px) and (min-height: 600px) {
  #team {
    width: 50%;
    right: -50%; } }
#team.show-team {
  right: 0; }
@media all and (min-width: 992px) and (min-height: 400px) {
  #team.show-team .team-item {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
#team .team-scroll {
  height: 100%;
  overflow: auto; }
#team .team-outer {
  height: 100%;
  padding-left: 30px;
  padding-right: 30px; }
@media all and (min-width: 992px) and (min-height: 600px) {
  #team .team-outer {
    display: table;
    margin-right: 35px;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0; } }
@media all and (min-width: 1300px) and (min-height: 600px) {
  #team .team-outer {
    margin-right: 50px;
    margin-left: 0; } }
@media all and (min-width: 992px) and (min-height: 600px) {
  #team .team-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: justify; }
  #team .team-inner:after {
    content: " ";
    display: inline-block;
    width: 55%; } }
#team h3 {
  font-size: 21px;
  color: #696969;
  font-weight: 300;
  padding-bottom: 14px;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #c3c3c3; }
#team p {
  font-weight: 300;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  color: #696969; }
#team .team-item {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
@media all and (min-width: 992px) and (min-height: 400px) {
  #team .team-item {
    text-align: left;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 15px;
    transform: translate3d(100px, 0, 0);
    transition: all 1s;
    opacity: 0; } }
@media all and (min-width: 1400px) and (min-height: 600px) {
  #team .team-item {
    padding-left: 80px;
    padding-right: 35px; } }
#team .photo {
  margin-bottom: 20px;
  display: block; }
#team .photo img {
  border-radius: 100px; }
