body {
  background: #FFF;
  color: #878787;
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  overflow-x: hidden;
  line-height: 1.44;
  font-weight: bold;
}

@media (max-width: 1400px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  * {
    max-width: 100vw;
  }
  
  img {
    max-width: 100%;
  }
  
  body {
    font-size: 14px;
  }
  
  [class*="offset-"] {
    margin-left: 0;
  }
}

::-moz-selection {
  background-color: #d0b974;
  color: #FFF;
}

::selection {
  background-color: #d0b974;
  color: #FFF;
}

a {
  color: #181818;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  display: inline-block;
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #181818;
  outline: none;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #bbbbbb;
  font-style: italic;
}

::-moz-placeholder {
  color: #bbbbbb;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #bbbbbb;
  font-style: italic;
}

:-moz-placeholder {
  color: #bbbbbb;
  font-style: italic;
}

input[type=text]:focus, textarea:focus {
	outline: none;
}

input[type=text]:hover, textarea:hover {
	outline: none;
}

button, button:hover, button:focus {
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

input {
  outline: none;
  background: transparent;
  box-shadow: none;
  border: none;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

li {
  padding-bottom: 10px;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right[class*="button"] {
  text-align: center;
  float: right;
}

section {
  position: relative;
}

/* Bootstrap columns additional */

.row {
  width: 100%;
}

.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

.col-xs-offset-left-12 {
  margin-left: 100%;
}
.col-xs-offset-left-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-left-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-left-9 {
  margin-left: 75%;
}
.col-xs-offset-left-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-left-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-left-6 {
  margin-left: 50%;
}
.col-xs-offset-left-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-left-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-left-3 {
  margin-left: 25%;
}
.col-xs-offset-left-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-left-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-left-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-left-12 {
    margin-left: 100%;
  }
  .col-sm-offset-left-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-left-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-left-9 {
    margin-left: 75%;
  }
  .col-sm-offset-left-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-left-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-left-6 {
    margin-left: 50%;
  }
  .col-sm-offset-left-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-left-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-left-3 {
    margin-left: 25%;
  }
  .col-sm-offset-left-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-left-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-left-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-left-12 {
    margin-left: 100%;
  }
  .col-md-offset-left-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-left-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-left-9 {
    margin-left: 75%;
  }
  .col-md-offset-left-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-left-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-left-6 {
    margin-left: 50%;
  }
  .col-md-offset-left-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-left-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-left-3 {
    margin-left: 25%;
  }
  .col-md-offset-left-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-left-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-left-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-left-12 {
    margin-left: 100%;
  }
  .col-lg-offset-left-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-left-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-left-9 {
    margin-left: 75%;
  }
  .col-lg-offset-left-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-left-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-left-6 {
    margin-left: 50%;
  }
  .col-lg-offset-left-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-left-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-left-3 {
    margin-left: 25%;
  }
  .col-lg-offset-left-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-left-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-left-0 {
    margin-left: 0;
  }
}

/* HEADINGS */

h1, .h1 {
  font-size: 5.5em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 65px 0;
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

h1:before, .h1:before {
  content: '';
  left: -70px;
  bottom: 0.5em;
  position: absolute;
  width: 420px;
  height: 20px;
  background-color: #ffc80a;
  z-index: -1;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

h1:hover:before, .h1:hover:before {
	left: -55px;
}

h1 strong, .h1 strong {
  font-weight: 600;
}

h2 {
  font-size: 4.5em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
  text-decoration: none;
}

h3 {
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
  text-decoration: none;
}

.h2 {
  font-size: 4.5em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0 0 15px 0;
  margin: 0;
  text-decoration: none;
}

.h3 {
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0 0 15px 0;
  margin: 0;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.44;
}

@media screen and (max-width: 991px) {
  h1, .h1 {
    margin: 10px 0;
  }

  h2, .h2 {
    margin: 5px 0 10px 0;
  }

  h3, .h3, h4, .h4, h5, .h5 {
    margin: 10px 0;
  }
}

.subheader {
  text-transform: uppercase;
  color: #d1bb78;
  position: relative;
  padding-left: 40px;
  margin-top: -40px;
  display: block;
}

.subheader:before {
  width: 25px;
  height: 2px;
  background-color: #d1bb78;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: transtaleY(-50%);
}

.subheader.text-white {
  color: #FFF;
}

.subheader.text-white:before {
  background-color: #FFF;
}

/* PARAGRAPHS */

.text-normal {
  font-size: 1em;
}

.text-smaller {
  font-size: 0.85em;
}

.text-smallest {
  font-size: 0.7em;
}

.text-bigger {
  font-size: 1.25em;
}

.text-biggest {
  font-size: 2em;
}

ul {
  list-style-type: circle;
}

strong.underline {
  text-decoration: underline;
}

/* TEXT COLORS */

.text-black {
  color: #181818;
}

.text-light-green {
  color: #8dbd13;
}

.text-dark-green {
  color: #07693a;
}

.text-light-blue {
  color: #24b9d7;
}

.text-dark-blue {
  color: #0d5e93;
}

.text-light-orange {
  color: #f39555;
}

.text-dark-orange {
  color: #a03a14;
}

.text-light-violet {
  color: #bb8fc0;
}

.text-dark-violet {
  color: #493c81;
}

.text-white {
  color: #181818;
}

/* OTHER */

.break-after:after {
  content: '\A';
  white-space: pre;
}

.break-before:before {
  content: '\A';
  white-space: pre;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.space-top-no {
  margin-top: 0;
}

.space-bottom-no {
  margin-bottom: 0;
}

.space-top {
  margin-top: 30px !important;
}

.space-top-2x {
  margin-top: 60px !important;
}

.space-top-3x {
  margin-top: 120px !important;
}

.space-bottom {
  margin-bottom: 30px !important;
}

.space-bottom-2x {
  margin-bottom: 60px !important;
}

.space-bottom-3x {
  margin-bottom: 120px !important;
}

.padding-top-no {
  padding-top: 0;
}

.padding-bottom-no {
  padding-bottom: 0;
}

.padding-top {
  padding-top: 30px !important;
}

.padding-top-2x {
  padding-top: 60px !important;
}

.padding-top-3x {
  padding-top: 120px !important;
}

.padding-bottom {
  padding-bottom: 30px !important;
}

.padding-bottom-2x {
  padding-bottom: 60px !important;
}

.padding-bottom-3x {
  padding-bottom: 120px !important;
}

@media screen and (max-width: 991px) {
  .space-top {
    margin-top: 20px !important;
  }
  .space-top-2x {
    margin-top: 30px !important;
  }
  .space-top-3x {
    margin-top: 40px !important;
  }
  .space-bottom {
    margin-bottom: 20px !important;
  }
  .space-bottom-2x {
    margin-bottom: 30px !important;
  }
  .space-bottom-3x {
    margin-bottom: 40px !important;
  }
  .padding-top {
    padding-top: 20px !important;
  }
  .padding-top-2x {
    padding-top: 30px !important;
  }
  .padding-top-3x {
    padding-top: 40px !important;
  }
  .padding-bottom {
    padding-bottom: 20px !important;
  }
  .padding-bottom-2x {
    padding-bottom: 30px !important;
  }
  .padding-bottom-3x {
    padding-bottom: 40px !important;
  }
}

.space-top-none {
  margin-top: 0 !important;
}

.space-bottom-none {
  margin-bottom: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-border {
  border: none;
}

.inline-block {
  display: inline-block !important;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mobile-only {
  display: none !important;
}

.vertical-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

@media screen and (max-width: 991px) {
  .tablet-center {
    text-align: center !important;
  }
  
  .mobile-only {
    display: block !important;
  }
  
  .desktop-only {
    display: none;
  }
  
  .no-mobile {
    display: none !important;
  }
  
  .mobile-center {
    text-align: center !important;
  }
  
  .mobile-no-padding {
    padding: 0 !important;
  }
  
  .mobile-no-margin {
    margin: 0 !important;
  }
  
  .mobile-100-width {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.overflow-hidden {
  overflow: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #EEE;
  border-top: 6px solid #07693a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* HEADER */

#header {
  height: auto;
  -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
  z-index: 997;
  padding: 0;
  box-shadow: none;
  font-size: 1em;
  background: #FFF;
}

#header .logo {
  margin: 0;
  float: left;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  position: relative;
  width: 300px;
}

#header a {
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  height: 45px;
  margin: 0 auto;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  display: block;
  margin-top: 20px;
}

#header .navbar-toggler {
  display: none;
}

#header.header-scrolled {
  line-height: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
}

.main-nav {
  padding: 0;
  width: 1140px;
  margin: 0 auto;
}

.main-nav:after {
  content: "";
  display: table;
  clear: both;
}

.main-nav ul {
  float: left;
  /*width: calc(100% / 2 - 150px);*/
}

.main-nav ul.nav-left {
  text-align: right;
  padding-right: 20px;
}

.main-nav ul.nav-right {
  text-align: left;
  padding-left: 20px;
}

.main-nav ul, .main-nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav > ul > li {
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  margin-top: 25px;
  margin-bottom: 25px;
}

.main-nav > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #07693a;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.main-nav > ul > li > a:hover:before, .main-nav > ul > li > a:focus:before, .main-nav > ul > li.active > a:before {
  left: 0;
  right: 0;
}

.main-nav ul li a {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  color: #07693a;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  padding: 5px 0;
  margin-left: 15px;
  margin-right: 15px;
}

.main-nav ul li a:hover,
.main-nav ul li.active > a,
.main-nav ul li:hover > a {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  #header .logo img, #header.header-scrolled .logo img {
    width: auto;
    height: 30px;
  }
  
  #header .logo {
    padding: 10px 0;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  
  #header {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
  }
  
  #header .logo:before {
    display: none;
  }
  
  #header .logo, #header.header-scrolled .logo {
    margin: 0 0 12px 0;
    width: 100%;
    text-align: center;
  }
  
  .main-nav > ul > li:first-child {
    left: 0;
  }

  #header .navbar-toggler {
    width: 20px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 25px;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
  }
  
  #header .row {
    margin: 0;
  }

  #header .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #07693a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #header .navbar-toggler span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .navbar-toggler span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .navbar-toggler span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #header .navbar-toggler.open {
    position: fixed;
    left: 15px;
    top: 25px;
    z-index: 99999999;
  }
  
  #header .navbar-toggler.open span {
    background-color: #FFF;
  }
  
  #header .navbar-toggler.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 3px;
  }

  #header .navbar-toggler.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: 3px;
  }
  
  .main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -100%;
    width: 100%;
    padding-top: 84px;
    background: #07693a;
    transition: 0.4s;
  }
  
  .main-nav ul {
      width: 100%;
      float: none;
  }    

  #header .main-nav .logo {
    display: none;
  }
  
  .main-nav.show {
    left: 0;
  }

  .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
  }

  .main-nav .logo {
    position: absolute;
    z-index: 999999;
    margin: 12px 0 12px 16px;
    top: 0;
    left: 0;
  }

  .main-nav .logo img {
    width: auto;
    height: 32px;
  }

  #header .top-bar {
    margin-top: 10px;
    padding: 15px 0;
    background-color: #FFF;
    text-align: left;
    height: auto;
  }

  .main-nav ul li {
    width: 100%;
    display: block;
    height: auto;
    text-align: left;
    padding: 0;
    float: none;
  }
  
  #header.header-scrolled .main-nav > ul > li {
    height: auto;
  }

  .main-nav ul li a {
    display: block;
    position: relative;
    color: #FFF;
    padding: 5px 15px;
    text-align: left;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: transparent;
    border-radius: 0;
  }
  
  .main-nav ul li a:before {
    display: none;
  }

  .main-nav a:hover,
  .main-nav li.active > a,
  .main-nav li:hover > a {
    color: #07693a;
    text-decoration: none;
    background-color: #FFF;
    border: none;
  }
  .main-nav ul.nav-left {
    padding-right: 0;
  }
  
  .main-nav > ul > li {
    margin-top: 10px;
  }
  
  .main-nav ul.nav-right {
    padding-left: 0;
  }
}

/* MAIN SLIDER */

.main-slider {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.main-slider .owl-carousel {
	position: relative;
	height: 100%;
  z-index: 0;
}

.main-slider .owl-carousel .owl-item, .main-slider .owl-carousel .owl-item .owl-slide {
  height: 100vh;
}

.main-slider .owl-carousel .owl-item .owl-slide {
  background-size: cover;
}

.main-slider .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 700px;
  left: 50%;
  color: #FFF;
}

.main-slider .text h1 {
  text-align: right;
}

.main-slider .text h1:before {
  width: calc(100% + 130px);
}

.main-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.main-slider .owl-carousel button.owl-dot {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  border: 2px solid #FFF;
  margin-left: 10px;
}

.main-slider .owl-carousel button.owl-dot.active {
  background-color: #FFF;
}
	

.container img {
  max-width: 100%;
}

.products #products-slider {
  margin-top: -150px;
  margin-bottom: 40px;
}

.products .container {
  max-width: 1200px;
}

@media (max-width: 1400px) {
  .products .container {
    max-width: 1020px;
  }
}

.products h2 {
  margin-top: 200px;
}

.products .product-photo {
  width: 100%;
  height: auto;
  position: relative;
}

.products .product-photo .outside {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.products .product-photo .inside {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  clip-path: polygon(0 90%, 0% 100%, 15% 100%);
}
/*
.products .product-photo:hover .inside {
  clip-path: polygon(0 -50%, 0% 100%, 270% 100%);
}*/

#products-slider button.owl-dot {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

#products-slider .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: -60px;
}

#products-slider button.owl-dot:nth-child(1) {
  border: 2px solid #f08842;
}

#products-slider button.owl-dot:nth-child(2) {
  border: 2px solid #22b9d8;
}

#products-slider button.owl-dot:nth-child(3) {
  border: 2px solid #94c120;
}

#products-slider button.owl-dot:nth-child(4) {
  border: 2px solid #bd91c2;
}

#products-slider button.owl-dot.active {
  background-color: #22b9d8;
}

#products-slider button.owl-dot.active:nth-child(1) {
  background-color: #f08842;
}

#products-slider button.owl-dot.active:nth-child(2) {
  background-color: #22b9d8;
}

#products-slider button.owl-dot.active:nth-child(3) {
  background-color: #94c120;
}

#products-slider button.owl-dot.active:nth-child(4) {
  background-color: #bd91c2;
}

.invert {
  color: #FFF;
}

#mission-slider {
  height: 115vh;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 40px;
}

#mission-slider .owl-item, #mission-slider .owl-item .owl-slide {
  height: 115vh;
}

#mission-slider .owl-item .owl-slide {
  background-size: cover;
}

#mission-slider .text {
  position: relative;
  top: 15%;
  width: 60%;
  left: 20%;
  color: #FFF;
}

#mission-slider .text {
  text-align: right;
}

#mission-slider .text p {
  text-align: left;
}

#mission-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

#mission-slider button.owl-dot {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  border: 2px solid #FFF;
  margin-left: 5px;
  margin-right: 5px;
}

#mission-slider button.owl-dot.active {
  background-color: #FFF;
}

#mission-slider .text .text-inside {
  max-height: 30vh;
  overflow-y: auto;
}

#mission-slider ::-webkit-scrollbar{width:4px}

#mission-slider ::-webkit-scrollbar-track{background:#646464;border-radius:10px}

#mission-slider ::-webkit-scrollbar-thumb{background:#ffc80a;border-radius:10px}

#swiat-serow .text {
  position: relative;
  width: 60%;
  left: 20%;
  color: #FFF;
  padding-top: 150px;
  padding-bottom: 250px;
}

.button-white {
  background-color: #FFF;
  color: #376919;
  text-decoration: none;
  font-size: 1.25em;
  padding: 10px 25px;
  border-radius: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 5px 25px;
  overflow: hidden;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  min-width: 130px;
  text-align: center;
  position: relative;
}

.button-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffc80a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button-white:hover {
  text-decoration: none;
}

.button-white:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

footer {
  background-image: url("../img/bg-footer.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 0.85em;
}

footer .container {
  padding: 40px;
  position: relative;
}

footer .container:before {
  mix-blend-mode: multiply;
  background-color: #37782c;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

footer a, footer a:hover {
  text-decoration: none;
  color: #FFF;
}

footer a:hover {
  color: #ffc80a;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

input, textarea {
  width: 100%;
  border: none;
  background-color: #FFF;
  margin-bottom: 15px;
  padding: 5px 10px;
}

form .button-white {
  margin-top: 0;
}

textarea {
  height: 150px;
}

input[type=checkbox], input[type=radio] {
    width: auto;
}

footer .button-white {
  transform: scale(0.85);
}

footer h4 {
  margin-bottom: 15px;
}

#social-media {
  width: 75px;
  padding: 15px 20px 15px 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: fixed;
  right: -5px;
  top: 20%;
  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  background-image: url("../img/social-media-bg.jpg");
}

#social-media:hover {
  right: 0;
}

#social-media a {
  display: block;
  margin: 0;
  margin-bottom: 10px;
}

#social-media a:last-child {
  margin-bottom: 0;
}

#social-media a img {
  width: 40px;
  height: 40px;
}

.instagram_feed .instagram_gallery a {
	display: block;
	float: left;
	width: 32.333%;
	margin-right: 1%;
	margin-bottom: 1%;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.instagram_feed .instagram_gallery a:hover {
	transform: scale(1.1);
	z-index: 9;
}

@media (max-width: 980px) {
  * {
    max-width: 100vw;
  }
  
  body {
    font-size: 14px;
  }
  
  h1, .h1 {
    font-size: 3.5em;
  }
  
  h2, .h2 {
    font-size: 2.5em;
  }
  
  h3, .h3 {
    font-size: 2em;
  }
  
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  
  .owl-carousel .owl-stage {
    max-width: none;
  }
  
  .text-biggest {
    font-size: 1.5em;
  }
  
  .text-bigger {
    font-size: 1.2em;
  }
  
  .main-slider .text {
      width: 90%;
      left: 5%;
  }
  
  .main-slider .text h1 {
    text-align: left;
  }
  
  .products h2 {
    margin-top: 0;
  }
  
  #products-slider .owl-dots {
    margin-top: 0;
  }
  
  #mission-slider .text .text-inside {
    max-height: 60vh;
  }
  
  h1:before, .h1:before, .main-slider .text h1:before {
    width: 80%;
	left: -75px;
  }
  
  .main-slider .text h1:before {
    left: 0;
  }
  
  .products #products-slider {
    margin-top: -60px;
  }
  
  .main-slider .owl-dots {
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
  }
  
  #mission-slider .text {
    text-align: left;
  }
  
  
}

span.wpcf7-list-item {
	margin-left: 0;
}

#products-slider .owl-nav {
position: absolute;
top: 50%;
font-size: 2em;
font-weight: 200;
width: 100%;
}

#products-slider .owl-nav button.owl-prev {
left: 0;
color: #07693a;
position: absolute;
}

#products-slider .owl-nav button.owl-next {
right: 0;
color: #07693a;
position: absolute;
}

/* BLOG */

.blog-top {
  height: auto;
  padding-top: 0;
  padding-bottom: 600px;
}

.blog-top .container {
  position: relative;
  top: 150px;
  color: #FFF;
}

.blog-top .container h1:before {
  width: calc(100% + 130px);
}

.blog-top .container p {
  width: 100%;
  display: block;
}

#blog-list-01 {
  margin-top: -350px;
}

#blog-entry {
  margin-top: -350px;
}

.blog-item {
  width: calc(50% - 15px);
  margin-right: 30px;
  float: left;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  padding: 0 30px 50px 30px;
  overflow: hidden;
  margin-bottom: 30px;
}

#blog-list-01 .blog-item:nth-child(even) {
  margin-right: 0;
}

#blog-list-02 .blog-item:nth-child(3n) {
  margin-right: 0;
}

#blog-list-02 .blog-item {
  width: calc(33.33% - 22.5px);
  margin-right: 30px;
}

.blog-item .blog-item-photo {
  width: calc(100% + 60px);
  margin-left: -30px;
  top: 0;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.blog-item .blog-item-photo img {
  width: 100%;
  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    position: relative;
    z-index: 1;
}

.blog-item:hover .blog-item-photo img {
  transform: scale(1.1);
}

.blog-item .blog-item-photo:after {
  width: 100%;
  background: rgb(29,29,29);
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  content: "";
  bottom: 0;
  height: 60%;
  z-index: 2;
  position: absolute;
  left: 0;
}

.blog-item .blog-item-photo:before {
  width: 5px;
  background: #ffc80a;
  content: "";
  top: 0;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.blog-item:hover .blog-item-photo:before {
  width: 10px;
  height: 70%;
}

.blog-item .blog-item-photo > a {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  left: 0;
  z-index: 3;
  color: #FFF;
  font-size: 1.25em;
  text-decoration: none;
}

.blog-item > span {
  color: #bebebe;
  margin-bottom: 15px;
  display: block;
  margin-top: 5px;
}

.blog-item > a {
  text-decoration: none;
  color: #878787;
}

.blog-column {
  background-color: #FFF;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  padding: 30px 30px 50px 30px;
  position: relative;
}

.blog-column:before {
  width: 5px;
  background: #ffc80a;
  content: "";
  top: 0;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    max-height: 325px;
}

.blog-column:hover:before {
  width: 10px;
  height: 70%;
}

.blog-column > span {
  color: #bebebe;
  margin-bottom: 15px;
  display: block;
  margin-top: 5px;
}

span.date {
  color: #bebebe;
  margin-bottom: 15px;
  display: block;
  margin-top: 5px;
}

.blog-column > a {
  text-decoration: none;
  color: #878787;
  font-size: 1.25em;
  margin-bottom: 50px;
  display: block;
}

.blog-column a.featured {
  color: #18b5d5;
  margin-bottom: 10px;
}

.blog-column .owl-slide p {
  color: #0d5e93;
}

.blog-column img {
  max-width: 100%;
  height: auto;
}

#blog-slider {
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 40px;
}

#blog-slider .owl-item, #blog-slider .owl-item .owl-slide {
  height: 50vh;
}

#blog-slider .owl-item .owl-slide {
  background-size: cover;
}

#blog-slider .text {
  position: relative;
  top: 15%;
  width: 60%;
  left: 20%;
  color: #FFF;
}

#blog-slider .text {
  text-align: right;
}

#blog-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

#blog-slider h1:before {
  top: 0.65em;
  bottom: auto;
}

#blog-slider button.owl-dot {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  border: 2px solid #FFF;
  margin-left: 5px;
  margin-right: 5px;
}

#blog-slider button.owl-dot.active {
  background-color: #FFF;
}

#blog-slider .text .text-inside {
  max-height: 30vh;
  overflow-y: auto;
}

#blog-slider ::-webkit-scrollbar{width:4px}

#blog-slider ::-webkit-scrollbar-track{background:#646464;border-radius:10px}

#blog-slider ::-webkit-scrollbar-thumb{background:#ffc80a;border-radius:10px}

#blog-list-02 {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

footer .container:nth-child(2) {
  margin-top: 20px;
}

footer .container:nth-child(2) .text {
  z-index: 2;
  position: relative;
  text-align: center;
  width: 100%;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 1.5em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

footer .container:before {
  mix-blend-mode: multiply;
  background-color: #37782c;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.5;
}

@media (max-width: 980px) {
  .blog-item {
    width: 100%;
  }

  #blog-list-02 .blog-item {
    width: 100%;
  }
}

.blog-item-top {
  height: auto;
  padding-top: 0;
  padding-bottom: 600px;
}

.blog-item-top .container {
  position: relative;
  padding-top: 350px;
  color: #FFF;
}

.blog-item-top .container p {
  width: 100%;
  display: block;
}

.blog-entry-column {
  background-color: #FFF;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  padding: 30px 30px 50px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-entry-column:before {
  width: 5px;
  background: #ffc80a;
  content: "";
  top: 0;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    max-height: 325px;
}

.blog-entry-column:hover:before {
  width: 10px;
  height: 70%;
}

.blog-entry-column h3 {
  color: #5e8f69;
}

.pagination {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	display: block;
}

.pagination a, .pagination span {
	padding: 5px;
	text-decoration: none;
	display: inline-block;
}

.pagination a {
	color: #07693a;
}

.blog-column .fl-builder-module-template {
	padding: 0;
}

.blog-column .fl-builder-module-template a {
	text-decoration: none;
}

.blog-column .fl-builder-module-template a.featured {
	color: #24b9d7;
	font-size: 1.25em;
}

#blog-slider-container .fl-builder-module-template, #baner-blog-container .fl-builder-module-template {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

#main-nav .nav-left li:nth-child(3) a:after {
	content: "";
	width: 33px;
	height: 9px;
	right: 0;
	bottom: -4px;
	position: absolute;
	background-image: url("../img/bio-underline.png");
}

@media (max-width: 980px) {
	#main-nav .nav-left li:nth-child(3) a:after {
		display: none;
	}
}

@media (max-width: 680px) {
	#social-media {
		transform: scale(.6);
		transform-origin: right;
		top: 15%;
	}
}

.blog-entry-column p,
.blog-entry-column ul,
.blog-entry-column li {
	font-weight: 500;
}
