@charset "UTF-8";
/*
* TYCAN - Timeless Coming Soon Template
* Build Date: May-October 2019
* Last Update: October 2019
* Author: Madeon08
* Copyright (C) 2019-2XXX Madeon08
* This is a premium product available exclusively here : https://themeforest.net/user/Madeon08/portfolio
*/
/*  TABLE OF CONTENTS
       ----------------------------
        *. @Import & Reset
        1. LOADING SCREEN
        2. GENERIC STYLES
        3. FULLPAGE
        4. MEDIA QUERIES 
*/
/* ------------------------------------- */
/* *. @Import & Reset .................. */
/* ------------------------------------- */

/* custom CSS files */
@import url(bootstrap.min.css);
@import url(vegas.css);
@import url(jquery.fullPage.css);

/* Webfonts */
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/montserrat-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../webfonts/montserrat-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/montserrat-v26-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../webfonts/montserrat-v26-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../webfonts/montserrat-v26-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../webfonts/montserrat-v26-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/montserrat-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../webfonts/montserrat-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/montserrat-v26-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../webfonts/montserrat-v26-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../webfonts/montserrat-v26-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../webfonts/montserrat-v26-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/*
* http://meyerweb.com/eric/tools/css/reset/ 
* v2.0 | 20110126
* License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

figcaption{font-size: 1.2rem; font-style: italic;}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

@media screen and (min-width: 1280px) {
  .bigger_container {
    max-width: 1420px;
  }
}

/* ------------------------------------- */
/* 1. LOADING SCREEN ................... */
/* ------------------------------------- */
#loading {
  position: fixed;
  z-index: 999999;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: flex;
  width: 100vw;
  height: 100vh;
  background: #f1f9e8;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

#loading:before {
  position: absolute;
  content: '';
  z-index: -10;
  top: -100vh;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
}

#loading.show {
  top: 0;
}

#loading.hide {
  opacity: 0;
}

#loading img {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-flex: 1;
          flex: auto;
  max-width: 120px;
}

/* ------------------------------------- */
/* 2. GENERIC STYLES ................... */
/* ------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  height: 100%;
  color: #232623;
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

body.elmt_hovr {
  overflow: hidden !important;
}

.scroll-touch {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body,
html {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}

body,
input,
select,
textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mt50{margin-top: 50px;}
.mb50{margin-bottom: 50px;}

a {
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #e7ac2c;
  text-decoration: none !important;
  outline: none !important;
}

a:active, a:focus {
  color: #FFFFFF;
  text-decoration: none !important;
  outline: none !important;
}

a.light-btn {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 60px;
  padding: 0 25px;
  border: 1px solid #365f10;
  margin: 15px 0 0 0;
  background: #365f10;
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

a.light-btn#button-newsletter {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
}

a.light-btn:hover {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #232623;
}

a.light-btn:hover .ask-to-scroll .arrow span {
  background: #232623;
}

a.light-btn:active, a.light-btn:focus {
  border: 1px solid transparent;
  background: #365f10;
  color: #FFFFFF;
  text-decoration: none !important;
  outline: none !important;
}

a.light-btn:active .ask-to-scroll .arrow span, a.light-btn:focus .ask-to-scroll .arrow span {
  background: #FFFFFF;
}

button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

button:hover, button:active, button:focus {
  color: #2B2D35;
  text-decoration: none !important;
  outline: none !important;
}

button.light-btn {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 60px;
  padding: 0 25px;
  border: 1px solid #365f10;
  margin: 15px 0 0 0;
  background: #365f10;
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

button.light-btn#button-newsletter {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  button.light-btn#button-newsletter {
    display: block;
  }
}

button.light-btn:hover {
  border: 1px solid #365f10;
  background: #365f10;
  color: #FFFFFF;
}

button.light-btn:hover .ask-to-scroll .arrow span {
  background: #232623;
}

button.light-btn:active, button.light-btn:focus {
  border: 1px solid #365f10;
  background: #365f10;
  color: #FFFFFF;
  text-decoration: none !important;
  outline: none !important;
}

button.light-btn.colored {
  border: none;
  background: #365f10;
  background: #365f10;
  background: -webkit-gradient(linear, left top, right top, from(#365f10), to(#365f10));
  background: -webkit-linear-gradient(left, #365f10, #365f10);
  background: linear-gradient(to right, #365f10, #365f10);
  margin-right: 15px;
}

button.light-btn.colored:active, button.light-btn.colored:focus {
  color: #FFFFFF;
}

button.submit {
  position: relative;
  height: 60px;
  padding: 0 25px;
  border: 1px solid #365f10;
  margin: 15px 0 0 0;
  margin: 0;
  background: #365f10;
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-box-flex: 1;
          flex: auto;
  max-width: 300px;
}

button.submit:after {
  position: absolute;
  content: 'Submit';
  z-index: 5;
  top: 10px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF !important;
  line-height: 60px;
  opacity: 0;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  button.submit:after {
    display: none;
  }
}

button.submit i {
  position: relative;
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
}

button.submit:active {
  border: 1px solid #365f10;
  background: #FFFFFF;
  color: #232623;
}

button.submit:active:before {
  opacity: 0;
}

button.submit:focus {
  background: #365f10;
  outline: none !important;
  box-shadow: none !important;
}

button.submit:focus:before {
  opacity: 1;
}

button.submit:hover {
  color: transparent;
}

button.submit:hover:after {
  top: 0;
  opacity: 1;
}

button.submit:disabled {
  color: #FFFFFF;
  cursor: not-allowed;
}

button.submit:disabled:after {
  display: none;
}

@media (hover: none) {
  button.submit:hover {
    border: 1px solid #365f10;
    color: #FFFFFF;
  }
  button.submit:hover:before {
    opacity: 1;
  }
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0;
  color: #232623;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 18px;
  }
}

p.subtitle {
  margin-bottom: 3rem;
}

p.copyright {
  color: #21420b;
  font-size: 1.3rem;
  line-height: 1.5;

}

p.copyright a{color: #21420b}
p.copyright a:hover{color: #365f10}


p.copyright.dark {
  color: #21420b;
  opacity: 0.25;
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  p.copyright {
    position: relative;
    bottom: auto;
    left: auto;
    color: #21420b;
    text-align: center;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem 0;
  color: #365f10;
  line-height: 1;
  font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  font-style: italic;
  margin-top: .8rem;
  text-transform: none;
}

h1 {
  line-height: 1.2;
  font-weight: 400;
  font-size: 4rem;
}

h2 {
  font-size: 1.96rem;
  line-height: 1.6;
  color: #232623;
}

h3 {
  font-size: 2rem; margin-bottom: 5px !important; color: #365f10; font-weight: 700;
}

h4 {
  color: #365f10;
  font-size: 1.8rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.5rem;
}

.location{margin-top: 20px;}


@media only screen and (max-width: 480px) {
	h1{font-size: 4rem;}
	h2 {font-size: 1.96rem; line-height: 1.6; margin-bottom: 20px !important}
	h3 {font-size: 1.7rem; margin-bottom: 5px !important;}
	.location{margin-top: 0px;}
}

@media screen and (min-width: 1920px) {
	h1 {font-size: 4rem;}
	h2 {font-size: 1.96rem;}
	h3 {font-size: 2.3rem;}
}

sub {
  position: relative;
  top: .5em;
  font-size: .8em;
}

sup {
  position: relative;
  top: -.5em;
  font-size: .8em;
}

.clear {
  clear: both;
}

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

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

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

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

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

.opacity-0,
.before-loading {
  opacity: 0 !important;
  visibility: hidden !important;
}

.opacity-03 {
  opacity: .3 !important;
}

.opacity-1 {
  opacity: 1 !important;
  visibility: visible !important;
}

.index-999 {
  z-index: -999 !important;
}

.row-no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.ask-to-scroll {
  position: relative;
  top: 0;
  left: 8px;
  display: inline-block;
  width: 16px;
  height: 20px;
  text-align: left;
  vertical-align: middle;
}

.ask-to-scroll .arrow {
  position: absolute;
  width: 9px;
  height: 5px;
}

.ask-to-scroll .arrow span {
  position: absolute;
  width: 7px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ask-to-scroll .arrow span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ask-to-scroll .arrow span:nth-child(2) {
  left: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ask-to-scroll .arrow:nth-child(1) {
  top: 0;
  opacity: 0;
  -webkit-animation: chevron1 0.95s infinite cubic-bezier(0.5, -0.8, 0.5, 1.8);
          animation: chevron1 0.95s infinite cubic-bezier(0.5, -0.8, 0.5, 1.8);
}

.ask-to-scroll .arrow:nth-child(2) {
  top: 7px;
  -webkit-animation: chevron2 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: chevron2 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
}

.ask-to-scroll .arrow:nth-child(3) {
  top: 12px;
  -webkit-animation: chevron3 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: chevron3 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
}

@-webkit-keyframes chevron1 {
  0%,
  10% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100%,
  58% {
    opacity: 1;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@keyframes chevron1 {
  0%,
  10% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100%,
  58% {
    opacity: 1;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@-webkit-keyframes chevron2 {
  0%,
  5% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100%,
  37% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes chevron2 {
  0%,
  5% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100%,
  37% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes chevron3 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100%,
  32% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes chevron3 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100%,
  32% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

/* SPECIFIC OVERLAY TO APPLY OVER THE VARIANT YOU'RE USING (if needed) */
.custom-overlay {
  position: absolute;
  content: '';
  z-index: -20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232623;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.custom-overlay.light {
  opacity: 0.2;
}


/* ------------------------------------- */
/* 3. FULLPAGE ......................... */
/* ------------------------------------- */
#fullpage {
  left: 0;
  width: 100%;
}

#fullpage.fullpage-present {
  z-index: 20;
  left: 0;
}

#fullpage p {
  font-weight: 400;
}

#fullpage p.on-home {
  margin: 0;
  color: #EFEFEF;
  font-weight: 400;
}

#fullpage .home_info {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}

#fullpage .section {
  overflow: hidden;
  width: 100vw;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-device-height: 414px) and (max-device-width: 896px) {
  #fullpage .section {
    padding: 100px 0 !important;
  }
}

#fullpage .section.fp-table {
  left: 0;
  display: table;
  overflow: visible;
  width: 100%;
  opacity: 0;
  table-layout: fixed;
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  #fullpage .section#section0 {
    min-height: 100vh;
  }
}

#fullpage .section:not(#section0) {
  padding: 0 15px;
  background: #FFFFFF;
}

@media only screen and (max-height: 800px) {
  #fullpage .section:not(#section0) {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  #fullpage .section:not(#section0) {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  #fullpage .section:not(#section0) {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) and (max-device-height: 1024px) {
  #fullpage .section:not(#section0) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #fullpage .section:not(#section0) {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

@media screen and (max-device-height: 414px) and (max-device-width: 896px) {
  #fullpage .section:not(#section0) {
    padding: 100px 0 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  #fullpage .section:not(#section0) {
    padding: 50px 15px 0;
  }
}

#fullpage .section:not(#section0).no_back {
  background: transparent;
}

#fullpage .section:not(#section0).no_back:after {
  position: absolute;
  content: '';
  z-index: -1;
  top: -10px;
  /* Used to remove thin line at top of the section on different browsers */
  right: 0;
  display: block;
  width: 55vw;
  height: calc(100% + 20px);
  background: #FFFFFF;
}

@media only screen and (max-width: 1280px) {
  #fullpage .section:not(#section0).no_back:after {
    width: 70vw;
  }
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  #fullpage .section:not(#section0).no_back:after {
    width: 100vw;
  }
}

#fullpage .section:not(#section0) .container-inside {
  padding: 0;
}

#fullpage .section:not(#section0) .main-content {
  padding-right: 0;
}

#fullpage .section:not(#section0) .main-content h1, #fullpage .section:not(#section0) .main-content h2, #fullpage .section:not(#section0) .main-content h3, #fullpage .section:not(#section0) .main-content h4, #fullpage .section:not(#section0) .main-content h5, #fullpage .section:not(#section0) .main-content h6, #fullpage .section:not(#section0) .main-content p {
  -webkit-box-flex: 1;
          flex: auto;
  align-self: flex-start;
  margin-bottom: 20px;
}

@media screen and (min-width: 1920px) {
  #fullpage .section:not(#section0) .main-content h1, #fullpage .section:not(#section0) .main-content h2, #fullpage .section:not(#section0) .main-content h3, #fullpage .section:not(#section0) .main-content h4, #fullpage .section:not(#section0) .main-content h5, #fullpage .section:not(#section0) .main-content h6, #fullpage .section:not(#section0) .main-content p {
    margin-bottom: 0;
  }
}

#fullpage .section:not(#section0) .main-content a {
  color: #365f10;
}

.top_block a{color: #232623 !important;}
#fullpage .section:not(#section0) .main-content .top_block a:hover{color: #6c9c30 !important}
.top_block p{margin-bottom: 0 !important}

#fullpage .section:not(#section0) .main-content a:hover {
  color: #21420b !important;
}

#fullpage .section:not(#section0) .main-content .contact_block {
  display: -webkit-box;
  display: flex;
  /*height: 70vh;*/
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
  margin-left: 50%;
  max-height: 810px;
}

@media screen and (min-width: 1920px) {
  #fullpage .section:not(#section0) .main-content .contact_block {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1280px) {
  #fullpage .section:not(#section0) .main-content .contact_block {
    padding-left: 50px;
    margin-left: 30%;
  }
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  #fullpage .section:not(#section0) .main-content .contact_block {
    height: auto;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 100px;
    max-height: none;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #fullpage .section:not(#section0) .main-content .contact_block {
    padding-left: 0;
    max-width: 60vw;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  #fullpage .section:not(#section0) .main-content .contact_block {
    padding-left: 0;
	  margin-top: 35vh;
  }
}

@media only screen and (max-height: 800px) {
  #fullpage .section:not(#section0) .main-content .contact_block {
    padding-left: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 768px) and (max-device-height: 1024px) {
  #fullpage .section:not(#section0) .main-content .contact_block {
    max-width: 100%;
    min-height: 0;
    padding-bottom: 0;
  }
}

#fullpage .section:not(#section0) .main-content .contact_block h2 {
  margin-bottom: 10px;
}

#fullpage .section:not(#section0) .main-content .contact_block .location h4 {
  margin-bottom: calc(1.2944983819vw + -4.854368932px);
}

@media screen and (min-width: 1920px) {
  #fullpage .section:not(#section0) .main-content .contact_block .location h4 {
    margin-bottom: 20px;
  }
}

#fullpage .section:not(#section0) .main-content .contact_block .location .contact-address {
  margin-bottom: calc(-3.2362459547vw + 62.1359223301px);
}

@media screen and (min-width: 1920px) {
  #fullpage .section:not(#section0) .main-content .contact_block .location .contact-address {
    margin-bottom: 0;
  }
}

#fullpage .section:not(#section0) .main-content .contact_block #contact-form {
  -webkit-box-flex: 1;
          flex: auto;
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  #fullpage .section:not(#section0) .main-content .contact_block #contact-form {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) and (max-device-height: 1024px) {
  #fullpage .section:not(#section0) .main-content .contact_block #contact-form {
    margin-bottom: 50px;
  }
}

#fullpage .section:not(#section0) .main-content .contact_block .bottom_text {
  margin-top: 10px;
  -webkit-box-flex: 0;
          flex: none;
}

#fullpage .section:not(#section0) .main-content .flex_element {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#fullpage .section:not(#section0) .main-content .flex_element .bottom_text {
  margin-top: auto;
  -webkit-box-flex: 0;
          flex: none;
}

#fullpage .section:not(#section0) .main-content .flex_element .flex_space {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  #fullpage .section:not(#section0) .main-content .flex_element.list_on_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .top_block {
  margin-top: 50px;
  -webkit-box-flex: 1;
          flex: auto;
}

@media screen and (min-width: 1920px) {
  #fullpage .section:not(#section0) .main-content .flex_element .top_block {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  #fullpage .section:not(#section0) .main-content .flex_element .top_block {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) and (max-device-height: 1024px) {
  #fullpage .section:not(#section0) .main-content .flex_element .top_block {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .top_block h1, #fullpage .section:not(#section0) .main-content .flex_element .top_block h2, #fullpage .section:not(#section0) .main-content .flex_element .top_block h3, #fullpage .section:not(#section0) .main-content .flex_element .top_block h4, #fullpage .section:not(#section0) .main-content .flex_element .top_block h5, #fullpage .section:not(#section0) .main-content .flex_element .top_block h6, #fullpage .section:not(#section0) .main-content .flex_element .top_block p {
  -webkit-box-flex: 0;
          flex: none;
}

#fullpage .section:not(#section0) .main-content .flex_element .top_block h3 {
  margin-bottom: 10px;
}

#fullpage .section:not(#section0) .main-content .flex_element .top_block p {
  margin-bottom: calc(-0.6472491909vw + 12.427184466px);
}

@media screen and (min-width: 1920px) {
  #fullpage .section:not(#section0) .main-content .flex_element .top_block p {
    margin-bottom: 0;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .top_block i {
  display: block;
  font-size: 35px;
  font-weight: 100;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  #fullpage .section:not(#section0) .main-content .flex_element .top_block {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) and (max-device-height: 1024px) {
  #fullpage .section:not(#section0) .main-content .flex_element .top_block {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element.on_right {
  text-align: right;
}

#fullpage .section:not(#section0) .main-content .flex_element #demo {
  max-height: 50vh;
}

#fullpage .section:not(#section0) .main-content .flex_element #demo .carousel-inner {
  overflow: visible;
}

#fullpage .section:not(#section0) .main-content .flex_element #demo .carousel-inner .carousel-item {
  display: block;
  opacity: 1;
  float: left;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-prev, #fullpage .section:not(#section0) .main-content .flex_element .slick-next {
  position: relative;
  top: auto;
  top: 8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transform: none;
          transform: none;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-prev:before, #fullpage .section:not(#section0) .main-content .flex_element .slick-next:before {
  color: #232623;
  opacity: 0.25;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 991px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-prev:before, #fullpage .section:not(#section0) .main-content .flex_element .slick-next:before {
    opacity: 1 !important;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-prev:hover:before, #fullpage .section:not(#section0) .main-content .flex_element .slick-next:hover:before {
  opacity: 1;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-prev {
  left: 0;
  margin-right: 150px;
}

@media only screen and (max-width: 768px) and (max-device-height: 1024px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-prev {
    margin-right: 50px;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-next {
  right: auto;
  margin-left: 150px;
}

@media only screen and (max-width: 768px) and (max-device-height: 1024px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-next {
    margin-left: 50px;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-list {
  overflow: visible;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-dots {
  bottom: -35px;
  left: -10px;
  text-align: left;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-dots li button {
  width: 30px;
  height: 30px;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-dots li button:before {
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-dots {
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 480px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-dots {
    bottom: -40px;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slider {
  width: 0;
  min-width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-slider {
    left: -30px;
    min-width: 100vw;
  }
}

@-webkit-keyframes zoomy {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoomy {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide {
  max-width: 100vw;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide:nth-child(1) img {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide:nth-child(2) img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide:nth-child(3) img {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide:nth-child(4) img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide:nth-child(5) img {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide img {
  height: 50vh;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-animation: zoomy 10s ease-in-out infinite alternate;
          animation: zoomy 10s ease-in-out infinite alternate;
}

@media only screen and (max-width: 480px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-slide img {
    -webkit-animation: none;
            animation: none;
  }
}

@media screen and (max-device-height: 414px) and (max-device-width: 896px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-slide img {
    height: 80vh;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide figure {
  position: relative;
  display: -webkit-box !important;
  display: flex !important;
  overflow: hidden;
  background: #232623;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 480px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-slide figure {
    height: 50vh;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide figcaption {
  position: absolute;
  z-index: 9999;
  bottom: 35px;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media only screen and (max-width: 480px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-slide figcaption {
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide:hover img {
  opacity: 0.5;
}

#fullpage .section:not(#section0) .main-content .flex_element .slick-slide:hover figcaption {
  color: #FFFFFF;
}

@media only screen and (max-width: 480px) {
  #fullpage .section:not(#section0) .main-content .flex_element .slick-slide {
    width: 100vw;
    height: 50vh;
  }
  #fullpage .section:not(#section0) .main-content .flex_element .slick-slide img {
    height: auto;
    margin: 0 auto;
    max-width: 100vw;
    max-height: 50vh;
  }
}

#fullpage .section:not(#section0) .main-content .flex_element_img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#fullpage .section:not(#section0) .main-content .flex_element_img img {
  max-height: 70vh;
}

@media only screen and (max-width: 991px) {
  #fullpage .section:not(#section0) .main-content .flex_element_img img {
    max-height: none;
    margin-top: 25px;
  }
}

#fullpage .section:not(#section0) .main-content .carousel_block ol {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: -30px;
  width: 10px;
  height: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  #fullpage .section:not(#section0) .main-content .carousel_block ol {
    bottom: -25px;
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

#fullpage .section:not(#section0) .main-content .carousel_block ol li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  margin: 0 15px;
  color: black;
  cursor: pointer;
  border-radius: 6px;
  text-indent: 0;
  opacity: 1;
}

#fullpage .section:not(#section0) .main-content .carousel_block ol li:before {
  position: absolute;
  content: "•";
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  color: black;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#fullpage .section:not(#section0) .main-content .carousel_block ol li:hover, #fullpage .section:not(#section0) .main-content .carousel_block ol li.active {
  background: transparent;
}

#fullpage .section:not(#section0) .main-content .carousel_block ol li:hover:before, #fullpage .section:not(#section0) .main-content .carousel_block ol li.active:before {
  opacity: 1;
}

#fullpage .section:not(#section0) .main-content .carousel_block .carousel, #fullpage .section:not(#section0) .main-content .carousel_block .carousel-inner, #fullpage .section:not(#section0) .main-content .carousel_block .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
}

#fullpage .section:not(#section0) .main-content .carousel_block .carousel .carousel-inner .carousel-item.carousel-item-next {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

#fullpage .section:not(#section0) .main-content .carousel_block .carousel .carousel-inner .carousel-item img {
  display: block;
  margin: 0 auto;
  max-height: 70vh;
}

@media only screen and (max-height: 800px) {
  #fullpage .section:not(#section0) .main-content .carousel_block .carousel .carousel-inner .carousel-item img {
    max-height: none;
  }
}

@media only screen and (max-width: 991px) {
  #fullpage .section:not(#section0) .main-content .carousel_block .carousel .carousel-inner .carousel-item img {
    max-height: none;
  }
}

#fullpage .section:not(#section0) .main-content .carousel_block .carousel .carousel-inner .carousel-item.active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

#fullpage .section:not(#section0) .main-content .carousel_block .carousel .carousel-inner .carousel-item.carousel-item-prev {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

#fullpage .section:not(#section0) .main-content .carousel_block .carousel .carousel-inner .carousel-item.active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

#fullpage .section:not(#section0) .main-content .carousel_block .carousel .carousel-inner .carousel-item.next.carousel-item-left {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#fullpage .section:not(#section0) .main-content .carousel_block .carousel .carousel-inner .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#fullpage .section:not(#section0) .main-content .carousel_block .carousel .carousel-inner .carousel-item.carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#fullpage .section:not(#section0) .main-content .flex_horizontal {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  max-height: 50vh;
}

#fullpage .section.active {
  visibility: visible;
}

#fullpage .section .fp-tableCell {
  padding: 0;
}

#fullpage .section .content-inside-section {
  position: relative;
  z-index: 999;
  left: 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

#fullpage .section .content-inside-section .background-left {
  position: absolute;
  top: 0;
  left: -15px;
  width: 45vw;
  height: 100vh;
  background: url("../img/SLSInstallationen_Bild.png") center center;
  background-size: cover;
}

@media only screen and (max-width: 1280px) {
  #fullpage .section .content-inside-section .background-left {
    width: 30vw;
  }
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  #fullpage .section .content-inside-section .background-left {
    height: 30vh;
	 width: 100%;
	  left: 0;
  }
}

#fullpage .section .content-inside-section .container-inside {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
}

#fullpage .section .content-inside-section .container-inside .main-content.in_home_part {
  padding-left: calc(11.9741100324vw + -29.9029126214px);
  padding-right: calc(11.9741100324vw + -29.9029126214px);
  display: -webkit-box;
  display: flex;
  height: auto;
  min-height: 90vh;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: start;
  max-width: 1860px;
}

@media screen and (min-width: 1600px) {
  #fullpage .section .content-inside-section .container-inside .main-content.in_home_part {
    margin: 0 auto;
    padding-left: 165px;
    padding-right: 200px;
  }
}

@media screen and (max-device-height: 414px) and (max-device-width: 896px) {
  #fullpage .section .content-inside-section .container-inside .main-content.in_home_part {
    padding-left: 50px;
    padding-right: 50px;
    min-height: 70vh;
  }
}

#fullpage .section .content-inside-section .container-inside .main-content a {
  font-weight: 400;
}

#fullpage .section .content-inside-section .container-inside .main-content .alert {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
}

#fullpage .section .content-inside-section .container-inside .main-content .parsley-errors-list {
  position: absolute;
  top: 1px;
  right: 105%;
  white-space: nowrap;
}

#fullpage .section .content-inside-section .container-inside .main-content .parsley-errors-list li {
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  color: #232623;
  border-radius: 35px;
}

#fullpage .section .content-inside-section .container-inside .main-content .parsley-errors-list.filled:before {
  color: #232623 !important;
}

#fullpage .section .content-inside-section .container-inside .main-content .parsley-errors-list.filled:hover li {
  color: rgba(0, 0, 0, 0.2) !important;
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  #fullpage .section .content-inside-section .container-inside .main-content .parsley-errors-list {
    position: relative;
    right: auto;
    left: 0;
  }
  #fullpage .section .content-inside-section .container-inside .main-content .parsley-errors-list li {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}

#fullpage .section .content-inside-section .container-inside .main-content .form-group {
  position: relative;
  margin-bottom: 2rem;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15) !important;
  font-weight: 700;
  text-transform: uppercase;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.15) !important;
  font-weight: 700;
  text-transform: uppercase;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15) !important;
  font-weight: 700;
  text-transform: uppercase;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15) !important;
  font-weight: 700;
  text-transform: uppercase;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form ::placeholder {
  color: rgba(0, 0, 0, 0.15) !important;
  font-weight: 700;
  text-transform: uppercase;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form .sub_validated, #fullpage .section .content-inside-section .container-inside .main-content #contact-form .sub_error {
  width: 100%;
  color: #FFFFFF;
  text-align: left !important;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
  margin-top: 50px;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form .sub_validated i, #fullpage .section .content-inside-section .container-inside .main-content #contact-form .sub_error i {
  color: #365f10;
  font-size: 100px;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form .sub_validated h4, #fullpage .section .content-inside-section .container-inside .main-content #contact-form .sub_error h4 {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 20px;
  margin-left: 10px;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form .sub_validated p, #fullpage .section .content-inside-section .container-inside .main-content #contact-form .sub_error p {
  margin-top: 10px;
  margin-left: 10px;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form .form-control {
  display: block;
  height: auto;
  padding: 1.5rem 0 1.5rem 0;
  border: none;
  margin: 0 25px 50px;
  margin: 0;
  background: transparent;
  color: #FFFFFF;
  color: #232623;
  font-size: 1.4rem;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  outline: medium none;
  box-shadow: none;
  -webkit-box-flex: 1;
          flex: auto;
  font-weight: bold;
  flex: auto;
  min-width: 300px;
  max-width: 100%;
  align-self: center;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form .form-control:-internal-autofill-selected, #fullpage .section .content-inside-section .container-inside .main-content #contact-form .form-control:-webkit-autofill {
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  #fullpage .section .content-inside-section .container-inside .main-content #contact-form .form-control {
    min-width: 0;
  }
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form .form-control:hover, #fullpage .section .content-inside-section .container-inside .main-content #contact-form .form-control:focus {
  background-color: #FFFFFF !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form textarea.form-control {
  min-height: 12rem;
  resize: none;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form span.sub-text {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  color: #878787;
  font-size: 1.1rem;
}

#fullpage .section .content-inside-section .container-inside .main-content #contact-form button#valid-form {
  margin: 15px 0 0 0;
}



/* ------------------------------------- */
/* 4. Media Queries ................... */
/* ------------------------------------- */
/* Large Devices, Wide Screens */
@media screen and (min-width: 1600px) {
  /* EMPTY */
}

/* Notebook devices */
@media only screen and (max-width: 1280px) {
  /* EMPTY */
}

/* Medium Devices */
@media screen and (max-width: 1024px), screen and (max-height: 800px) {
  #fullpage {
    height: auto !important;
  }
  #fullpage {
    position: relative !important;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
  }
  #fullpage .section {
    height: auto !important;
    padding: 0;
    opacity: 1 !important;
  }
  #fullpage .section .fp-tableCell {
    height: auto !important;
    vertical-align: baseline;
  }
  #fullpage .section .content-inside-section {
    height: auto;
  }
  #fp-nav {
    z-index: -5;
    top: 0;
    right: auto;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    opacity: 0;
  }
  #fp-nav ul {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
  }
  #fp-nav ul li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  #fp-nav ul li a {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
  }
  #fp-nav ul li a span {
    display: none;
  }
  #fp-nav ul li .fp-tooltip {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    background: transparent;
    font-size: 1.7rem;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: none;
    text-transform: uppercase;
    border-radius: 0;
  }
  #fp-nav ul li .fp-tooltip:hover {
    color: #365f10;
  }
  #fp-nav ul li.active .fp-tooltip {
    color: #365f10;
  }
  #fp-nav.menu-opened {
    z-index: 1000;
    opacity: 1;
  }
  #fp-nav.menu-opened ul li .fp-tooltip {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    color: #365f10;
  }
  @-webkit-keyframes fade-tooltip {
    0%,
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-tooltip {
    0%,
    100% {
      opacity: 1;
    }
  }
  .featherlight:last-of-type {
    background: #232623;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) and (max-device-height: 1024px) {
  /* EMPTY */
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* EMPTY */
}

/* Only for tablet in landscape mode */
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  /* EMPTY */
}

/* Only for phone in landscape mode */
@media screen and (max-device-height: 414px) and (max-device-width: 896px) {
  /* EMPTY */
}

.responsive {
  width: 100%;
  height: auto;
}
figcaption img{border-radius: 1.5rem;}

.bordertop{border-top: 1px solid #365f10}
