@font-face {
    font-family: 'dinpro';
    src: url('../fonts/DINPro-Regular.woff');
}
@font-face {
    font-family: 'highvoltage';
    src: url('../fonts/HighVoltage.woff');
}
@font-face {
    font-family: 'nickanley';
    src: url('../fonts/Nickainley-Normal.woff');
}

*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

html, body{
    width: 100%;
    min-height: 100%;
  }

body{
    font-family: 'dinpro';
    color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}
:root{
    --opac : 0.0;

}

html.lenis {
    height: auto;
}
  
.lenis.lenis-smooth {
   scroll-behavior: auto;
}
  
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
  
.lenis.lenis-stopped {
  overflow: hidden;
}
  
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

ul{
    list-style: none;
}

h1, h2, h3, h4, h5, h6, button{
    font-family: 'highvoltage';
    font-weight: lighter;
}

.cmn-slide{
    position: relative;
    min-height: 105vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.cmn-slide.slIntro {
    min-height: 160vh;
}
.cmn-slide.slIntro.slVideo {
    min-height: 100vh;
    background-color: #ffffff;
}
.cmn-slide.slxVert {
    min-height: 160vh;
}

.cmn-slide.cmn-nopad {
    padding: 0;
    display: inherit;
    min-height: 90vh;
}

.cmn-slide.slideBRK{
    min-height: 140vh;
}

.cmn-slide.slidebreaker{
    min-height: 40vh;
    display: flex;
    padding: 2% 0;
}

.cmn-slide.slidefullheight{
    min-height: inherit;
}

.cmn-slide.ftSlide{
    min-height: 80vh;
}
.cmn-slide.ftSlide2{
    min-height: 20vh;
}
.cmn-slide.ftSlide3{
    min-height: 120vh;
}


.cmn-slide.slidefullwidth{
    min-height: inherit;
    width: 100%;
    align-items: inherit;
    justify-content: inherit;    
}

.splide_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}



.bg-black{
    background-color: #000;
}

.bg-white{
    background-color: #FFF;
}

.bg-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.bg-layout-image{
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-layout-lft {
    float: left;
    width: 60%;
    height: 100%;
}
.bg-layout-rg {
    float: left;
    width: 40%;
    height: 100%;
}


.vert-image{
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 80%;
    min-height: 120vh;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.container{
    max-width: 1140px;
    margin: 0  auto;
    z-index: 1;
    box-sizing: border-box;
}
.slIntro .container {
    width: 50%;
}

.slIntro._ux_slideH .container {
    padding-left: 200px;
    width: 100%;
    margin-top: -25%;
}

.container.lft{
    margin: 0 20% 0 0;
}

.container.rg{
    margin: 0 0 0 20%;
}

.container.lg{
    min-width: 70%;
}

.slidebreaker .container.lg{
    min-width: 90%;
}





.container.ctvert{
    max-width: 1140px;
    min-width: 70%;
    margin: 0  auto;
}

.center{
    text-align: center;
}

.lft_align{
    text-align: left;
}

.rg_align{
    text-align: right;
}
.container.rg_align {
    max-width: 95%;
}

.pad_sides_10 {
    padding: 0 10%;
}

.pad_sides_15 {
    padding: 0 15%;
}

.pad_sides_rg_15 {
    padding: 0 60% 0 0;
}

.splide__slide {
    background-color: #000;
    height: 100%;
}





@media screen and (max-width: 1199px) {
    .container{
        max-width: 920px;
    }
}

@media screen and (max-width: 992px) {
    .container{
        max-width: 760px;
    }
}

@media screen and (max-width: 767px) {
    .container.rg_align,
    .container{
        max-width: 100%;
        min-width: 100%;
        padding: 0 12px;
    }
    .container.rg,
    .container.lft {
        margin: 0;
    }
    .pad_sides_15,
    .pad_sides_rg_15 {
        padding: 0 10%;
    }
    #jura .container {
        margin-top: 60px;
    }

    .cmn-slide.slidebreaker {
        min-height: 20vh;
        padding: 20% 0 0 0;
    }
    .cmn-slide.slidebreaker p{
        font-size: 18px;
    }
}




/* ------------------------------------------------------------ */	
	
.snuug_form form {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 0;
}

.fo_l {
    position: relative;
    float: left;
    width: 100%; 
}

/* form starting stylings ------------------------------- */
.rg_item 			  { 
    position: relative;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding: 0; 
}
.rg_item input {
    border:none!important;
    background: none!important;
    margin: 0!important;
    border-radius:0!important;
    box-shadow:none!important;
    color: #333;
    font-family: 'dinpro'!important;
    font-weight: 500! important;

    font-size:14px!important;
    padding:8px 8px 8px 5px!important;
    display:block;
    width:100%;
    border-bottom:1px dotted #ddd!important;
}
.rg_item input:focus{ 
    outline:none; 
}

.rg_item textarea {
    width: 100%;
    height: 80px;
    border:1px solid #ddd!important;
    font-family: 'dinpro';
  }


.rg_item ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    opacity: 0;
}
.rg_item ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    opacity: 0;
}
.rg_item :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    opacity: 0;
}
.rg_item :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    opacity: 0;
}

/* LABEL ======================================= */
.rg_item label 				 {
    color:#cecece; 
    font-size:14px;
    font-weight:normal;
    position:absolute!important; 
    pointer-events:none;
    left:5px;
    top:5px!important; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
    text-transform: uppercase;
}

/* active state */
.rg_item input:focus ~ label, 
.rg_item input:valid ~ label,
.rg_item label.vld{
  top:-6px!important; 
  font-size:0.60em!important;
  color:#999;
    padding: 0;
}


.rg_item input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999!important;
    opacity: 1!important;
}
.rg_item input:focus::-moz-placeholder { /* Firefox 19+ */
    color: #999!important;
    opacity: 1!important;
}
.rg_item input:focus:-ms-input-placeholder { /* IE 10+ */
    color: #999!important;
    opacity: 1!important;
}
.rg_item input:focus:-moz-placeholder { /* Firefox 18- */
    color: #999!important;
    opacity: 1!important;
}

/* BOTTOM BARS ================================= */
.rg_item .bar 	{ position:relative; display:block; width:100%; }
.rg_item .bar:before, .rg_item .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#494B52; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.rg_item .bar:before {
  left:50%;
}
.rg_item .bar:after {
  right:50%; 
}

/* active state */
.rg_item input:focus ~ .bar:before, .rg_item input:focus ~ .bar:after {
  width:50%;
}


  

/* HIGHLIGHTER ================================== */
.rg_item .highlight {
  position:absolute;
  height:60%; 
  width:100%; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.2;
}

/* active state */
.rg_item input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#ddd; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#ddd; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#ddd; }
  to 	{ width:0; background:transparent; }
}	
