* {box-sizing: border-box; position: relative; }

:root {
    --header-height: 125px;
    --sides-width: 75px;
    --side-left-width: var(--sides-width);
    --side-right-width: var(--sides-width);
    --header-padding:  25px;
    --mobile-menu-width: 500px;
}

textarea {
    font-family: inherit;
}

/*a {
    color: #b5d2f2;
}
*/

html, body {
    padding:0px;
    margin: 0px;
    width: 100%;
    background: white;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: black;
    letter-spacing: .5px;
}

.bgreen {
    background: #929783;
}
.byellow {
    background: #cfccac;
}
.bwhite {
    background: white;
}
.bgray {
    background: #cdced0;
}

.blockk:nth-child(2n+1) .split{
    flex-direction: row-reverse;
}

.blockk:nth-child(2n) .split .img {
    padding-left: 0px;
    padding-right: 5vw;
    text-align: right;
}

p {
    font-family:"new-hero";
    xxfont-weight: 800;
    line-height: 1.5;
}

.container {
    background: white;
    width: 100%;
    max-width: calc(100% - 150px);
    margin: 0px auto;
}

header .container {
    padding: 0px 25px;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-left: var(--side-left-width);
    margin-right: var(--side-right-width);
}

nav .contact {
    display: none;
}

header {
    transition: .5s;
    color: black;
    width: 100%;
    min-height: var(--header-height);
    padding-left: var(--header-padding);
    padding-right: var(--header-padding);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.animate-left {
    transform:  translate(-25px,-100px);
}

.animate {
    transform:  translate(25px,100px);
    opacity: 0;
}

    .animate a {
        color: #000;
        text-decoration: none;
    }

.in-view {
    transform:  translate(0%,0%);
    opacity: 1;
}

.animate, .in-view {
    transition: opacity .25s, transform 1s;
}



  /*  .menu-open .right nav {
        transform: translateX(0);
        transition: transform .5s;
    }*/

    .right  nav a {
        color: black;
    }

body>.left {
    position: fixed;
    left: 0px;
    width: var(--side-left-width);
    min-height: var(--header-height);
    justify-content: center;
    align-items: center;
    top: 0px;
    display: flex;
}

.left>a{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

body>.right {
    position: fixed;
    right: 0px;
    width: var(--side-right-width);
    top: 0px;
    background: white;
    overflow: hidden;
    display: grid;
    grid-template-columns: var(--side-right-width) 1fr;
    transition: .5s;
}

.right nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: white;
    min-height: 100vh;
    padding-top: var(--header-height);
}

.menu-open>.right {
    width: var(--mobile-menu-width);
    transition: .5s;
    box-shadow: 0 0 8px rgb(0 0 0 / 12%);
}

#hamburger-cnt {
    height: var(--header-height);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.middle {
    width: calc(100% - var(--side-right-width) - var(--side-left-width) );
    margin-left: var(--side-left-width);
    margin-right: var(--side-right-width);
    background: #cdced0;
}

.single-right, .single-left, .single-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.single-right>div {
    transform: translateX( calc(15vw - 30px) );
    padding: 5vw;
    max-width: calc(450px + 10vw);
}

.single-left>div {
    transform: translateX( calc((15vw - 30px) * -1) );
    padding: 5vw;
    max-width: calc(450px + 10vw);
}
.single-middle>div {
    padding: 5vw;
    max-width: calc(450px + 10vw);
}

header .logo, footer .logo {
    font-size: 32px;
    font-family: halogen, sans-serif;
    font-weight: 300; 
    font-style: normal;
}

header .logo img {
    display: none;
}

footer .logo {
    display: flex;
    align-items: center;
}

footer .logo img {
    margin-right: 15px;
}

.left img {
    width: 85%;
}

input[type="text"], input[type="number"], input[type="password"], select, textarea {
    border: 1px solid #ccc;
    padding: 8px 12px;
    color: #000;
    border-radius: 3px;
    margin: 2.5px 0px;
}

header .logo span {
    display: block;
    position: absolute;
    font-size: 14px;
    font-family:"new-hero";
    font-weight: 400;
    bottom: -30px;
}


pre {
    text-transform: initial;
    text-align: left;
}

.align-left { text-align: left;}
.max400 { width: 100%; max-width: 400px; }
.center { text-align: center; }
.white { color: white; }
.full {
    width: 100%;
}

hr {
    border: none;
    height: 1px;
    background: white;
    outline: none;
}

.margin-v {
    margin: 20px 0;
}
.margin-v-l {
    margin: 5vh 0;
}
.margin-v-xl {
    margin: 125px 0;
}
.margin-v-s {
    margin: 2.5px 0px;
}
.margin-h {
    margin-left: 10px !important;.
    margin-right: 10px !important;
}
.margin-top{
    margin-top: 20px;
}
.padding {
    padding: 20px 10px !important;
}
.padding-l {
    padding: 30px;
}
.padding-m {
    padding: 20px 20px;
}
.padding-s {
    padding: 5px;
}

.padding-h {
    padding: 0px 10px;
}

.cntr {
    text-align: center;
}

.fancy-input input, .fancy-input textarea {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    outline: none;
    transition: border .5s;
    color: black;
    text-align: left;
    padding-left: 0px;
}

.fancy-input input:hover, .fancy-input textarea:hover {
    border-bottom: 1px solid gray;
    transition: border .5s;
}

.content form {
    width: 100%;
    max-width: 550px;
    margin: 0px;
    padding: 0px;
}

.content form label {
    margin: 11px 0px 2px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
}

.btn-simple {
    color: #006ca6;
    font-size: 18px;
    display: block;
    text-decoration: none;
}

.breadcrumbs {
    text-align: left;
    color: grey;
}

    .breadcrumbs a {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        vertical-align: middle;
    }

    .breadcrumbs span {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 7.5px;
    }

.streamer p {
    max-width: 650px;
    margin: 25px auto;
    width: 100%;
    line-height: 27px;
}

.split {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.split-top {
    align-items: flex-start;
}

.split-top .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.split>div {
    
    width: 50%;
    padding: 5vw;
}

.split>.img {
    padding-right: 0px;
}

/*.split>.img>img {
    width: 100%;
    height: auto;
}
*/
.split>.img>img {
    width: auto;
    height: 375px;
}

.split>.text {
    max-width: calc(450px + 10vw);
}

.split>.img-shadow-hor {
    padding: 0px;
}

.split.reverse {
    flex-direction: row-reverse;
}

/*.split>div>img, .split>div>.img-shadow-hor>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}*/

.container-smaller {
    margin: 0px auto;
    width: 100%;
    max-width: 1920px;
    overflow-x:  hidden;
}

.container-smallest {
    margin: 0px auto;
    width: 100%;
    max-width: calc(1440px + 10vw);
}

.column {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


    .header-top, .header-main {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

header a {
    text-decoration: none;
    color: black;
}

nav a, .dropdown>span {
    padding: 12px 12px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    margin: 0px 10px;
    cursor: pointer;
    font-family: eurostile-extended, sans-serif;
}

    .header-info a, footer .space-between a {
        letter-spacing: 0px;
        margin-left:15px;
        margin-right: 15px;
    }

#slick-menu-cntr:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 60px 60px rgb(0 0 0 / 85%), 0px 0px 10px 10px rgb(0 0 0 / 45%);
    content: '';
}

.padding-top {
    margin-top: 115px;
}

#slick-menu .slick-slide {
    height: 65vh;
    max-height: 1000px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.btn {
    display: inline-block;
    color: white !important;
    padding: 10px 25px;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    cursor: pointer;
    text-align: center;
    background: black;
    font-weight: normal;
}
.btn.small {
    width: max-content;
    display: inline-block;
    margin: 0px;
}
.grid-equal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5vw;
}

.grid-max-content {
    display: grid;
    grid-template-columns: 1fr min-content;
    grid-gap: 5vw;
    align-items: center;
}

.grid-max-content.reverse {
    grid-template-columns: min-content 1fr;
}

.img500 {
    height: 600px;
    width: 100%;
}

.img500 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid-max-content .text {
    padding: 75px;
    width: 300px;
    line-height: 25px;
    color: black;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}

.socials img {
    margin: 0px 2.5px;
    padding: 5px;
    width: 35px;
}

.pic_cl {
    display: grid;
    width: 100%;
    justify-content: space-between;
    grid-gap: 10px;
    margin-bottom: 10px;

    grid-template-columns: 1fr 1fr 1fr;

}

.pic_cl.single {
    grid-template-columns: 1fr;
}

.pic_cl a {
    height: auto;
    margin-top: 10px;
    align-self: center;
}

    .pic_cl a img {
        width: 100%;
        height: auto;
    }

.img-full {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    margin: 5vw 0px;
}

    .img-full img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.img-full.no-shadow {
    margin: 0px;
}

.img-full.no-shadow:before, .img-full.no-shadow:after {
    box-shadow: 0px 0px 60px 60px rgb(0 23 55 / 85%), 0px 0px 10px 10px rgb(0 23 55 / 45%);
}

.img.load {
    opacity: 0;
    transition-duration: 1.5s;
}

.img.load.loaded {
    opacity: 1;
    transition:opacity 1.5s;
}

.center-center {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    padding: calc(50px + 5vw);
    max-width: 800px;
    margin: 0px auto;
}

.sticky {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-top: -100vh;
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 0;
}

div.section-header {
  position: relative;
  width:100%;
  height:70vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 2
}


.parallax {
  /* The image used */
  /* Set a specific height */
  height: 750px;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media not all and (min-resolution:.001dpcm) {
   .parallax {
        background-attachment: initial;
        height: 500px;
   }
}

@supports (-webkit-touch-callout: none) {
    .parallax {
        background-attachment: initial;
        height: 500px;
    }

    .animate {
        transition: 0s !important;
    }

}


.parallax.margin {
  margin: 100px 0px;
}

.parallax-2 {
    height: 750px;
    width: 100%;
}

.parallax-2>img {
    position: absolute;
}

.center-center.less {
    padding: 0px;
    padding-left: 100px;
}

.topline, .cmscnts h3 {
    font-family: "new-hero";
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
}

.headline, h2 {
    font-family: "new-hero";
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.25;
}

.headline.large {
    font-size: 30px;
    font-family: halogen, sans-serif;
    font-weight: 300;
}

h2.large {
    font-size: 44px;
    font-weight: 400;
}


.headline.margin-left, h2.margin-left {
    margin-left: 100px;
}

/*.cmscnts .center:first-child .cms_pic:after {
    content:  '';
    position: absolute;
    top:  -10px;
    width: 60%;
    left: 20%;
    height:  1px;
    background: rgba(255,255,255,0.7);
}
*/
/*.cmscnts {
    xxtransform: scale(0.85);
}

.cmscnts .center:first-child {
    transform-origin: 0% 0%;
    transform: scale(1.15);
}

.cmscnts .center:last-child {
    transform-origin: 100% 0%;
    transform: scale(1.25);
}

.cmscnts .center>* {
    transform: scale(0.85);
}
*/
a.headline {
    text-decoration: none;
    color: inherit;
}

.headline.mega {
    font-size: 44px;
}

h1.headline.mega {
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 5vw;
}

.headline.small {
    font-size: 22px;
}


    .headline.extra-small, .topline.small {
        font-size: 19px;
    }


#slick-menu .slick-slide>.img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.img .label {
    position: absolute;
    top: 0px;
    left: 0px;
}

.label {
    display: inline-block;
    vertical-align: middle;
    background: #606060;
    margin-right: 10px;
    font-size: 11px;
    padding: 12px;
    letter-spacing: 1px;
    font-family: "new-hero";
    text-transform: capitalize;
    color: white;
}

.label  + span{
    display: inline-block;
    vertical-align: middle;
    }

    #slick-menu .slick-slide>.img:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0,0,0,0.5);
    }
    #slick-menu .slick-slide>.img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.header-info {
    margin-right: 0px;
    transition: .5s;
    display: flex;
    align-items: center;
}

.menu-open .header-info {
    margin-right: calc( var(--mobile-menu-width) - var(--side-right-width));
    transition: .5s;
}


footer {
    background: white;
    grid-template-columns: 1fr;
    display: grid;
    padding: 100px 0px;
}

    footer h4 {
        font-family: "new-hero";
        font-size:24px;
        font-weight: 600;
        margin: 0px;
    }

    footer a {
        color: black;
        text-decoration: none;
    }

    footer>div {
        padding: 50px 0px;
    }

    footer .first {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 100px;
        width: min-content;
    }

    footer .first>div {
        width: max-content;
    }

    footer .socials img {
        filter: invert(1);
    }

main {
    padding-top: 50px;
}

.slick-slide {
    outline: none
}

.grid-pattern {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;

}

.grid-pattern>div {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: calc(100vh / 3);
    flex-direction: column;
}

.grid-pattern>div .content {
    padding: 7.5vw 5vw;
}

.grid-pattern>div .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.grid-pattern>div .img>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid-pattern .img:before, .grid-pattern .img:after, .img-full:before, .img-full:after, .img-shadow:before, .img-shadow:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    content: '';
    box-shadow: 0px 0px 60px 60px rgb(0 0 0 / 85%), 0px 0px 10px 10px rgb(0 0 0 / 45%);
    z-index: 1;
}

.cms_pic>img {
    width: 100%;
    height: auto;
}

.grid-equal table {
    margin: 10px auto;
}

/*.cms_pic {
    margin: 5vw 0px;
}*/

/*.img-shadow-hor {
    overflow: hidden;
}

*/
.setLang {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.active #lang-options {
    display: block;
}

#lang-options {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#lang-options .active {
    border-bottom: 1px solid black;
}

#lang-options img {
    display: block;
    margin: 5px;
    cursor: pointer;
}

#lang-chosen {
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lang-chosen:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: white transparent transparent transparent;
}

#gmap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    max-width: 400px;
    margin: 0px auto;
}

/*.img-shadow-hor:before, .img-shadow-hor:after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    content: '';
    box-shadow:  0px 0px 5vw 5vw rgb(0 0 0 / 85%);
}

.img-shadow-hor:before {
    left: 0px;
    right: auto;
    z-index: 1;
}
*/
.colorbox{
    display: block;
}

.grid-pattern .img:after, .img-full:after, .img-shadow:after {
    top: auto;
    bottom: 0px;
}

#hamburger,
#hamburger::before,
#hamburger::after {
  background-color: black;
  height: 3px;
  width: 25px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
z-index: 101;
  display: block;
  cursor: pointer;
}

#hamburger::before {
    content: '';
    margin-top: -8px;
}
#hamburger::after {
  content: '';
  margin-top: 12px;
}

.menu-open #hamburger::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

.menu-open #hamburger {
  background: rgba(255, 255, 255, 0);
}

.menu-open #hamburger::after {
  margin-top: -3px;
  transform: rotate(-405deg);
}

.grid-pattern>div:nth-child(1){  grid-column: 1; grid-row: auto / span 2; }
.grid-pattern>div:nth-child(2){  grid-column:  auto / span 2; }
.grid-pattern>div:nth-child(3){  grid-row:  3; }
.grid-pattern>div:nth-child(4){  grid-row:  auto / span 2; }
.grid-pattern>div:nth-child(6){  grid-row:  auto / span 2;  }
.grid-pattern>div:nth-child(7){  grid-column:  auto / span 2;  }

.simple-slider .slick-slide {
    text-decoration: none;
    color: black;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}

.simple-slider {
    margin-bottom: 150px;
}


.simple-slider .img img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.simple-slider .img {
    width: calc(320px + 20vw);
    height: calc( (320px + 20vw) / 16 * 9);
}

.simple-slider .content {
    padding: 1.25vw 2.5vw;
    line-height: 20px;
    font-size: 12px;
}

/*.simple-slider .slick-slide:nth-child(2n+1){
    background: rgb(0,23,55);
}
*/
#fancybox-left-ico, #fancybox-right-ico {
    position: fixed;
    top: 50%;
    left: 20px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    cursor: pointer;
    z-index: 1102;
    display: block;
    background-image: url(/images/arrow.png);
    transform:rotate(180deg);
}

#fancybox-close {
    position: fixed;
    cursor: pointer;
    z-index: 1102;
    display: block;
    background-image: url(/images/close.png);
    right: 20px;
    top: 20px;
}

#fancybox-right-ico {
    left: auto;
    right: 20px;
    transform:rotate(0deg);
}

#fancybox-wrap, #fancybox-wrap * {
    box-sizing: initial;
}


#overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 500px;
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px 0 rgb(60 64 67 / 30%), 0 6px 10px 4px rgb(60 64 67 / 15%);
    box-shadow: 0 2px 3px 0 rgb(60 64 67 / 30%), 0 6px 10px 4px rgb(60 64 67 / 15%);
    border-color: #0003;
    z-index: 9000;
}

    #overlay .dismiss {
        position: absolute;
        right: 0px;
        padding: 10px;
        cursor: pointer;
        font-size: 24px;
        top: 0px;
        z-index: 9500;
        line-height: 24px;
    }

.vert-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 25px;
    text-align: left;
}

.vert-list>div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 18px;
    text-align: left;
}

.vert-list>div span {
    font-size: 12px;
}

/*
.bgray .split {
    flex-direction: column !important;
}
*/

