body {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  background-color: #1d2024;
  overflow-x: hidden;
}

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

section,
header,
footer,
article,
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0px;
}

.spacer {
  height: 80px;
  font-size: 1px;
  line-height: 0px;
}


/* HEADER */

.header {
  width: 100%;
  background-color: #1d2024;
  border-bottom: 1px solid #b7e507;
  position: fixed;
  z-index: 100;
}

.header:after {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 1px;
  line-height: 0px;
  content: '';
  visibility: hidden;
  clear: both;
}

.header .navigator {
  min-width: 100%;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .header .navigator {
    min-width: auto;
    max-width: 1170px;
    width: 100%;
  }
}

.header .logoContent {
  position: relative;
  float: left;
  line-height: 0px;
}

.header .logo {
  margin: 10px 0px 10px 20px;
}

.header .logo img {
  line-height: 0px;
  height: 70px;
}

@media screen and (min-width: 1000px) {
  .header .logo {
    margin: 10px 0px 10px 0px;
  }
  .header .logo img {
    height: 70px;
  }
}

.header ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}

.header ul:after {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 1px;
  line-height: 0px;
  content: '';
  visibility: hidden;
  clear: both;
}

.header li {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.header li a {
  display: block;
  padding: 10px 0px 25px 0px;
  color: #ffffff;
  text-decoration: none;
}

.header li a:last-child {
  padding-bottom: 35px;
}

.header li a:hover {
  color: #b7e507;
}

@media screen and (min-width: 1000px) {
  .header li {
    font-size: 15px;
    line-height: 70px;
    float: right;
  }
  .header li a {
    padding: 10px 20px 10px 20px;
  }
  .header li a:last-child {
    padding-bottom: 10px;
    padding-right: 0px;
  }
}

.header .menu {
  clear: both;
  max-height: 0;
  justify-content: center;
  transition: all .2s ease-out;
}

@media screen and (min-width: 1000px) {
  .header .menu {
    clear: none;
    display: flex;
    justify-content: flex-end;
    max-height: none;
  }
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 43px 20px 43px 0px;
  position: relative;
  user-select: none;
}

@media screen and (min-width: 1000px) {
  .header .menu-icon {
    display: none;
  }
}

.header .menu-icon .navicon {
  display: block;
  width: 50px;
  height: 5px;
  position: relative;
  transition: all .2s ease-out;
  background: #ffffff;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  background: #ffffff;
}

.header .menu-icon .navicon:before {
  top: 14px;
}

.header .menu-icon .navicon:after {
  top: -14px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 800px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:before,
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  top: 0px;
}


/* SPLASH */

.splash {
  margin: 0px 0px 0px 0px;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.splash:before {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 1px;
  line-height: 0px;
  content: '';
  position: absolute;
  clear: both;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.splash .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

.splash .slogan {
  margin: 100px 0px 0px 0px;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  z-index: 1;
  text-shadow: rgba(0, 0, 0, 0.8) 3px 3px 0px;
}

.splash .slogan span {
  color: #b7e507;
}


/* CONTENT SECTION */

.section {
  padding: 110px 0px 110px 0px;
}

.wow {
  position: relative;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.row-width {
  max-width: 1170px;
}

.row-small-width {
  max-width: 500px;
}

.row-gallery {
  max-width: 1170px;
  display: flex;
  flex-flow: wrap;
}

.contentBg1 {
  background-color: #c7c3a6;
}

.contentBg2 {
  background-image: url('/images/bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contentBg3 {
  background-color: #ffffff;
}

.contentBg4 {
  background-color: #1d2024;
}

.contentBg5 {
  background-color: #544b44;
}

.contentBg6 {
  background-color: #cccccc;
}

.contentBg7 {
  background-image: url('/images/bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contentBg8 {
  background-color: #cccccc;
}

.overlay {
  position: relative;
}

.overlay:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.imageBg1 {
  background-image: url('/images/image1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.imageBg2 {
  background-image: url('/images/image2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}


/* HEADLINE */

h1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
}

h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

h3 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

h4 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}


/* TITLE */

.line {
  width: 30%;
  height: 1px;
  margin: 15px auto 60px auto;
  position: relative;
}

.line:before {
  content: '';
  left: 50%;
  top: -4px;
  width: 50px;
  height: 6px;
  margin-left: -20px;
  position: absolute;
}

.lineWhite {
  border-top: 2px solid rgba(236, 239, 241, 0.1);
}

.lineWhite:before {
  background-color: #b7e507;
}

.lineBlack {
  border-top: 2px solid rgba(30, 30, 30, 0.1);
}

.lineBlack:before {
  background-color: #b7e507;
}


/* BUTTON */

.btn {
  margin: 20px 0px 0px 0px;
  padding: 15px 40px 15px 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  background: #b7e507;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn:hover {
  color: #555555;
  background: #ffffff;
}


/* TEXT */

p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

p a {
  color: #cd6f16;
  text-decoration: none;
  font-weight: 600;
}

p a:hover {
  color: #cd6f16;
  text-decoration: underline;
  font-weight: 600;
}

ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  list-style: square outside;
}

li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.white {
  color: #ffffff;
}

.black {
  color: #222222;
}

.orange {
  color: #cd6f16;
}

.large {
  font-size: 26px;
  line-height: 32px;
}

.small {
  font-size: 18px;
  line-height: 24px;
}

.textLeft {
  text-align: left;
}

.topMargin {
  margin-top: 20px;
}

.bottomMargin {
  margin-bottom: 20px;
}

.padding {
  padding: 110px 50px 110px 50px;
}

.innerPadding {
  padding: 0px 50px 0px 50px;
}

.noPadding {
  padding: 0px 0px 0px 0px;
}

.width80 {
  width: 80%;
}

.width50 {
  width: 50%;
}

.width50s {
  width: calc((100% - 40px) / 2);
}

.width33 {
  width: calc((100% - 40px) / 3);
}

.width25 {
  width: 25%;
}

.widthRow1 {
  width: calc((100% - 60px) / 5);
}


/* BLOCKS */

.block {
  position: relative;
  min-height: 1px;
  float: left;
}

.blockInfo {
  padding: 20px 20px 20px 20px;
  border: 1px solid rgba(236, 239, 241, 0.07);
}

.blockBg1 {
  background-color: #ffffff;
}

.blockBg2 {
  background-color: #ffe1bc;
}

.blockGalleryHolder {
  padding-right: 15px;
}

.blockGalleryHolder:nth-child(4n) {
  padding-right: 0px;
}

.blockGallery {
  margin-top: 15px;
  width: 100%;
  height: 200px;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  position: relative;
}

.block:nth-child(1) .blockGallery,
.block:nth-child(2) .blockGallery,
.block:nth-child(3) .blockGallery,
.block:nth-child(4) .blockGallery {
  margin-top: 0px;
}

.blockGallery:hover:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url('/images/zoom.png');
  background-size: 40px 40px;
  position: absolute;
  pointer-events: none;
  opacity: 0.7;
}

.blockColor {
  width: calc((100% - 100px) / 8);
  height: 60px;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  position: relative;
}

.image,
.image-small,
.image-default {
  font-size: 1px;
  line-height: 0px;
}

.image img {
  width: 100%;
}

.image-small img {
  width: 40%;
}

.opacity img {
  opacity: 0.8;
}

.opacity img:hover {
  opacity: 1;
}

.inputText {
  margin: 5px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  border: 0px;
  border-radius: 2px;
  background-color: #2a2e33;
}

textarea {
  margin: 5px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  height: 150px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  border: 0px;
  border-radius: 2px;
  background-color: #2a2e33;
}