*, *:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    margin: 15px;
    background: #f7f7f7;
    color: #3A3A3A;
    font-family: 'Fira Sans', sans-serif;
}
section {
    overflow-x: hidden;
}
h1 {
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 5px;
    margin: 45px;
    border-bottom-width: 2px; 
    border-bottom-style: solid;
    text-transform: uppercase;
}
.portrait-top, .portrait-bottom, .portrait-left, .portrait-right, .portrait-top-fix, .portrait-bottom-fix {
    background-color: #FFF;
    position: fixed;
}
.portrait-top, .portrait-bottom, .portrait-left, .portrait-right {
    z-index: 10000;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.portrait-top-fix, .portrait-bottom-fix {
    z-index: 10001;
}
.portrait-top, .portrait-top-fix {
  top: 0;
  right: 0;
  left: 0;
  height: 15px;
}
.portrait-right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
}
.portrait-bottom, .portrait-bottom-fix {
  bottom: 0;
  right: 0;
  left: 0;
  height: 15px;
}
.portrait-left {
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
}
.effect-top, .effect-bottom {
    position: fixed;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 280px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    z-index: 10010;
    border: 0;
}
.color-red .effect-top, .color-red .effect-bottom, .color-red .divider, .color-red .scroller, .color-red .btn, .color-red .menu-pull, .color-red .form-check .form-check-input:checked + .form-check-label::before {
    background: #f4083b;
}
.color-red h1 {
    border-color: #f4083b;
}
.color-red .color {
    color: #f4083b;
}
.color-red .scroller {
    -webkit-animation: pulse-red 2s infinite;
            animation: pulse-red 2s infinite;
}
.color-green .effect-top, .color-green .effect-bottom, .color-green .divider, .color-green .scroller, .color-green .btn, .color-green .menu-pull, .color-green .form-check .form-check-input:checked + .form-check-label::before {
    background: #66ca31;
}
.color-green h1 {
    border-color: #66ca31;
}
.color-green .color {
    color: #66ca31;
}
.color-green .scroller {
    -webkit-animation: pulse-green 2s infinite;
            animation: pulse-green 2s infinite;
}
.color-blue .effect-top, .color-blue .effect-bottom, .color-blue .divider, .color-blue .scroller, .color-blue .btn, .color-blue .menu-pull, .color-blue .form-check .form-check-input:checked + .form-check-label::before {
    background: #6a9197;
}
.color-blue h1 {
    border-color: #6a9197;
}
.color-blue .color {
    color: #6a9197;
}
.color-blue .scroller {
    -webkit-animation: pulse-blue 2s infinite;
            animation: pulse-blue 2s infinite;
}
.color-purple .effect-top, .color-purple .effect-bottom, .color-purple .divider, .color-purple .scroller, .color-purple .btn, .color-purple .menu-pull,.color-purple .form-check .form-check-input:checked + .form-check-label::before {
    background: #9900bd;
}
.color-purple h1 {
    border-color: #9900bd;
}
.color-purple .color {
    color: #9900bd;
}
.color-purple .scroller {
    -webkit-animation: pulse-purple 2s infinite;
            animation: pulse-purple 2s infinite;
}
.color-yellow .effect-top, .color-yellow .effect-bottom, .color-yellow .divider, .color-yellow .scroller, .color-yellow .btn, .color-yellow .menu-pull, .color-yellow .form-check .form-check-input:checked + .form-check-label::before {
    background: #ff9c00;
}
.color-yellow h1 {
    border-color: #ff9c00;
}
.color-yellow .scroller {
    -webkit-animation: pulse-yellow 2s infinite;
            animation: pulse-yellow 2s infinite;
}
.color-yellow .color {
    color: #ff9c00;
}
.effect-top {
    top: 30px;
    left: -100px;
}
.effect-bottom {
    bottom: 30px;
    right: -100px;
}
/* hero */
.hero {
    min-height: 100vh;
    position: relative;
    color: #FFF;
}
.hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
}
.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    background: -webkit-gradient(linear, right bottom, left top, from(#0D4726), to(#4F7961));
    background: -webkit-linear-gradient(bottom right, #0D4726, #4F7961);
    background: -o-linear-gradient(bottom right, #0D4726, #4F7961);
    background: linear-gradient(to top left, #0D4726, #4F7961);
    z-index: -1;
}
.text-center {
    text-align: center;
}
.logo{
    margin: 60px;
}
.divider {
    height: 2px;
    width: 90px;
    margin: 0 auto;
}
.hero p {
    line-height: 30px;
    margin: 30px auto;
    width: 60%;
}
.scroller {
    border-radius: 100%;
    padding: 24px 30px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}
/* Info */
.count {
    display: block;
    font-size: 100px;
}
.border-sides {
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
}
.border-left-side {
    border-left: 1px solid #E1E1E1;
}
.info p {
    line-height: 30px;
}
.slider img {
    max-width: 100%;
}
/* Helpers */
.p-2{
    padding: 20px;
}
.p-4{
    padding: 45px;
}
.py-6{
    padding-top: 75px;
    padding-bottom: 75px;
}
.px-0{
    padding-left: 0;
    padding-right: 0;
}
u {    
    border-bottom: 1px dashed #FFF;
    text-decoration: none;
}
.btn {
    all: unset;
    border: none;
    display: inline-block;
    border-radius: 100px;
    padding: 15px 20px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
.btn.btn-large {
    font-size: 200%;
    padding: 20px 30px;
}
input[type="text"], input[type="email"], textarea {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    background: transparent;
    border-radius: 22px;
    border: 1px solid #707070; 
    padding: 12px 16px;
    text-align: left;
    width: 100%;
    margin: 12px;
}
.email-form textarea {
    padding-bottom: 30px;
    margin-bottom: -10px; 
}
.email-form input[type="submit"] {
    margin-top: -45px;
}
.slider .slick-dots > li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slider .slick-dots > li > button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slider .slick-dots > li > button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #f7f7f7;
    opacity: 0.4;
    border-radius: 100%;
}
.slider .slick-dots > li.slick-active > button::before {
    opacity: 0.7;
}
/* Menu */
#menu {
    position: fixed;
    top: -260px;
    left: 0;
    right: 0;
    background: rgba(40, 40, 40, 0.95);
    min-height: 160px;
    max-height: 260px;
    z-index: 11000;
    -webkit-transition: top .5s;
    transition: top .5s;
}
#menu a, .contacts a {
    text-decoration: none !important;
}
#menu .logo-min {
    max-height: 140px;
}
#menu .banner, .contacts .banner {
    width: 100%;
    min-height: 100%;
    position: relative;
    text-align: center;
}
#menu .banner span, .contacts .banner span{
    color: #FFF;
    font-size: 200%;
    text-shadow: 0 0 6px #000;
    line-height: 80px;
    display: block;
}
.contacts .banner{
    background: rgba(0, 0, 0, .3);
}
#menu .banner .booking, .contacts .banner .booking {
    max-width: 240px;
}
#menu .banner .background, .contacts .banner .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
    background-size: cover;
    background-position: center center;
}
.menu-pull {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 30px;
    z-index: 2000;
    cursor: pointer;
    padding: 30px 15px 15px 15px;
    color: #FFF;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    font-size: 140%;
}
.menu-holder .menu-pull:hover + #menu, .menu-holder #menu:hover, .menu-holder #menu.active{
    top: 0;
}
.img-fluid {
    width: 100%;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.bg-image {
    min-height: 420px;
    background-size: cover;
    background-position: center center;
}
.slick-dots {
    padding: 0;
}
.mt-2 {
    margin-top: 25px;
}
.img-project {
    max-height: 46px;
    max-width: 170px;
    filter: grayscale(1);
}
.form-check {
    position: relative;
    text-align: left;
}
.form-check .form-check-label {
    padding-left: 37px;
    display: block;
}
.form-check .form-check-input {
    position: absolute;
    display: none;
}
.form-check .form-check-label::before {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #707070;
    background: #fff;
}
.form-check .form-check-label::after {
    position: absolute;
    display: none;
    content: '';
    top: 12px;
    left: 17px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}
.form-check .form-check-input:checked + .form-check-label::after {
    display: block;
}
.btn:disabled {
    background: #888;
    cursor: context-menu;
}
.text-success {
    color: #66ca31;
}
.text-danger {
    color: #f4083b;
}
/* Effect Button */
@-webkit-keyframes pulse-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 8, 59, 0.4);
                box-shadow: 0 0 0 0 rgba(244, 8, 59, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(244, 8, 59, 0);
                box-shadow: 0 0 0 10px rgba(244, 8, 59, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 8, 59, 0);
                box-shadow: 0 0 0 0 rgba(244, 8, 59, 0);
    }
}
@keyframes pulse-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 8, 59, 0.4);
                box-shadow: 0 0 0 0 rgba(244, 8, 59, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(244, 8, 59, 0);
                box-shadow: 0 0 0 10px rgba(244, 8, 59, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 8, 59, 0);
                box-shadow: 0 0 0 0 rgba(244, 8, 59, 0);
    }
}
@-webkit-keyframes pulse-green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(102, 202, 49, 0.4);
                box-shadow: 0 0 0 0 rgba(102, 202, 49, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(102, 202, 49, 0);
                box-shadow: 0 0 0 10px rgba(102, 202, 49, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(102, 202, 49, 0);
                box-shadow: 0 0 0 0 rgba(102, 202, 49, 0);
    }
}
@keyframes pulse-green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(102, 202, 49, 0.4);
                box-shadow: 0 0 0 0 rgba(102, 202, 49, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(102, 202, 49, 0);
                box-shadow: 0 0 0 10px rgba(102, 202, 49, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(102, 202, 49, 0);
                box-shadow: 0 0 0 0 rgba(102, 202, 49, 0);
    }
}
@-webkit-keyframes pulse-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(106, 145, 151, 0.4);
                box-shadow: 0 0 0 0 rgba(106, 145, 151, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(106, 145, 151, 0);
                box-shadow: 0 0 0 10px rgba(106, 145, 151, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(106, 145, 151, 0);
                box-shadow: 0 0 0 0 rgba(106, 145, 151, 0);
    }
}
@keyframes pulse-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(106, 145, 151, 0.4);
                box-shadow: 0 0 0 0 rgba(106, 145, 151, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(106, 145, 151, 0);
                box-shadow: 0 0 0 10px rgba(106, 145, 151, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(106, 145, 151, 0);
                box-shadow: 0 0 0 0 rgba(106, 145, 151, 0);
    }
}
@-webkit-keyframes pulse-purple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(153, 0, 189, 0.4);
                box-shadow: 0 0 0 0 rgba(153, 0, 189, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(153, 0, 189, 0);
                box-shadow: 0 0 0 10px rgba(153, 0, 189, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(153, 0, 189, 0);
                box-shadow: 0 0 0 0 rgba(153, 0, 189, 0);
    }
}
@keyframes pulse-purple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(153, 0, 189, 0.4);
                box-shadow: 0 0 0 0 rgba(153, 0, 189, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(153, 0, 189, 0);
                box-shadow: 0 0 0 10px rgba(153, 0, 189, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(153, 0, 189, 0);
                box-shadow: 0 0 0 0 rgba(153, 0, 189, 0);
    }
}
@-webkit-keyframes pulse-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 156, 0, 0.4);
                box-shadow: 0 0 0 0 rgba(255, 156, 0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 156, 0, 0);
                box-shadow: 0 0 0 10px rgba(255, 156, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 156, 0, 0);
                box-shadow: 0 0 0 0 rgba(255, 156, 0, 0);
    }
}
@keyframes pulse-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 156, 0, 0.4);
                box-shadow: 0 0 0 0 rgba(255, 156, 0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 156, 0, 0);
                box-shadow: 0 0 0 10px rgba(255, 156, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 156, 0, 0);
                box-shadow: 0 0 0 0 rgba(255, 156, 0, 0);
    }
}
/* querys */
@media (max-width: 767.98px) {
    .portrait-top, .portrait-top-fix, .portrait-right, .portrait-bottom, .portrait-bottom-fix, .portrait-left {
        display: none;
    }
    body {
        margin: 0;
    }
    .effect-top {
        top: 0px;
        left: -150px;
    }
    .effect-bottom {
        bottom: 0px;
        right: -150px;
    }
    #menu {
        top: -70vh;
        max-height: 70vh;
    }
    .hidden-xs {
        display: none;
    }
    .menu-pull {
        padding: 15px;
        font-size: 160%;
    }
    .logo {
        max-width: 100%;
        margin: 50px 0 20px 0;
        padding: 0 10px;
    }
    .p-4 {
        padding: 20px;
    }
    .hero p {
        width: 100%;
    }
    .border-sides {
        border: none;
    }
}
@media (min-width: 760px) {
    .hero {
        min-height: 760px;
    }
}
@media (max-width: 575.98px) {
    .d-sm-none {
        display: none;
    }
    #menu {
        transition: top .5s .2s;
    }
}
@media (max-width: 1023.98px) {
    .border-left-side {
        border: none;
    }
}
@media (max-width: 1199.98px) {
    .hidden-lg {
        display: none;
    }
}