subtef@font-face {
font-family: AUdimat-Regular;
src: url(fonts/audimat_OT/AUdimat-Regular.otf);
}


@import url("https://use.typekit.net/rwg6kaf.css");


@font-face {
font-family:"helvetica-neue-lt-pro";
src:url("https://use.typekit.net/rwg6kaf.css");
}


subtef@font-face {
font-family: "din-2014-rounded-variable", sans-serif;
font-variation-settings: "wght" 400;
}

subtef@font-face {
font-family: "futura-100", sans-serif;
font-variation-settings: "wght" 700;
}

subtef@font-face {
font-family: "din-2014", sans-serif;
font-variation-settings: "wght" 700;
}

subtef@font-face {
font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 200;
font-style: normal;
}


link rel="stylesheet" href="https://use.typekit.net/rwg6kaf.css"

/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0px 0px 0px 0px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body{
  /*font-family:sans-serif,helvetica-neue-lt-pro,helvetica,arial;*/
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-variation-settings: "wght" 250;
  font-size:12px;
  line-height:1.5em;
  margin: 0 auto;
  background-color:#272727;
  color:#e9e9e9;
  border-top: 0px solid #ffcc00;
          -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

html {
    overflow-y: scroll!important;
}


.overtext {
  padding-top:0px;
  margin-bottom: 32px;
  margin-right: 30px;
}


.overtext p{
  font-size: 16px;
  line-height: 140%;
  padding-top: 0px;
}


h1, h2, h3, p, ul, ol, pre, dl {
  margin-bottom: 0.5em;
}

h1, h2, #super-list, .element, .tagline, #index-list, 
.super-list .link {
}


h1 {
  font-size: 28px;
  line-height: 1.25em;
  font-weight: normal;
  padding-left: 24px;
}

h2 {
  font-size: 26px;
  line-height: 1.25em;
  padding:0px 0px 10px 0px;

}

h3{
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 14px;
    display: block;
    font-variation-settings: "wght" 300;
    margin-block-start: 0em!important;
}



ul, ol {
  margin-left: 1.5em;
}


a:link {color: #fff; text-decoration: none; display:block;}
a:hover {color: #ffcc00; text-decoration: none; display:block;transform: scale(101%);transition: all .2s ease-in-out;}
a:active {color: #ffcc00; text-decoration: none; display:block;}

a.mymenu:link{
    padding: 6px 12px 6px 12px;
    background-color: #ffffff05;
    border-radius: 48px;
}
a.mymenu:hover {
    padding: 6px 12px 6px 12px;
    background-color: #ffffff15;
    border-radius: 48px;
}
a.mymenu:active {
    padding: 6px 12px 6px 12px;
    background-color: #ffffff25;
    border-radius: 48px;
}

a.my-menu-item:link{
    padding: 6px 12px 6px 12px;
    background-color: #ffffff05;
    border-radius: 48px;
}
a.my-menu-item:hover {
    padding: 6px 12px 6px 12px;
    background-color: #ffffff15;
    border-radius: 48px;
}
a.my-menu-item.:active {
    padding: 6px 12px 6px 12px;
    background-color: #ffffff25;
    border-radius: 48px;
}


a.mymenu:hover{background-color:red;}

a.h1.huge:hover {padding:10px;!important}
a.h1:hover {padding:10px;!important}
a.huge:link {color: #fff;padding:0px;!important;display:inline;}
a.huge:hover {color: #ffcc00;padding:0px;!important;display:inline;}
a.huge2:hover {font-size:11vw;color: #ffcc00;padding:2px;!important;display:inline;}

a.home-link:hover{transform: scale(100.5%);transition: all .7s ease-in-out;padding:0px;background-color:none;}
a.home-link:hover::after {content: url(images/arrow-new.svg);}

a.carot:hover{transform: scale(100.5%);transition: all .7s ease-in-out;}

a {
  color:#959595;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  /* ...and now for the proper property */
  transition:1s;
}

.home-link{}

a img { border: none; }

em { font-style: italic; }
strong { font-weight: bold; }

blockquote {
  padding-left: 1.0em;
  margin-left: 1.0em;
  border-left: 1px solid #333;
  font-style: italic;
}

.w50{width:50%}

nav {
    height: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 0px;
    padding-bottom: 24px;
    padding-top: 16px;
    z-index: 100;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #ffffff12;
    margin-bottom: 0px;
    padding-right: 32px;
    padding-left: 48px;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(55px);
    background: linear-gradient(104deg, #0a0a0aa3 0%, #24272db5 50%, #35363d8f 100%);
}

.sticky-nav{position: sticky;
    top: 0px;}

.huge {
    padding-top: 48px;
    font-size: 12vw;
    letter-spacing: -1px;
    line-height: 82%;
    /* display: inline; */
    height: 71vh;
    /* width: 30%; */
    padding-top: 80px;
}

.huge-contact {
    padding-top: 48px;
    font-size: 12vw;
    letter-spacing: -1px;
    line-height: 100%;
    /* display: inline; */
    height: 71vh;
    /* width: 30%; */
    padding-top: 80px;
    font-family:"ocr-b-std",monospace;
}

.col-grey{color:#555;}
.col-grey-light{color:#6e6e6e;}
.col-grey-lighter{
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.healthy{font-size:24vh;}*/

.huge-home {
    padding: 18px;
    font-size: 12vh;
    letter-spacing: -4px;
    line-height: 76%;
    /* display: inline; */
    /*height: 75vh;*/
    /* width: 30%; */
    /* padding-top: 80px; */
    /*height: 100%;*/
    margin-top: 16px;
    /*font-family: "ocr-b-std", monospace;*/
    /*font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;*/
}



/*.this-one::before{
  content: url(images/arrow-right-white.svg);
  margin-right: 8px;
}

.this-one{}*/

.bg-container
{
  padding:16px;
  /*height: 70vh;*/position: sticky;
    /* height: 90vh; */
    top: 130px;
}

.bg-test {
  /*background-image: url("images/welcome2.svg");
  background-repeat: repeat;
  background-size: cover;
  height:90vh;
  position: fixed;*/
}

.double{display:flex;gap:16px;max-width:1280px}

.double img{
  /*flex: 50%;
  height:800px;
  aspect-ratio: 4 / 5;*/
  width: 49.5%;
  height: auto;

}

.huge2{
  display: none;
    font-size: 8vw;
    letter-spacing: -1px;
    line-height: 82%;
    /* display: inline; */
    height: 29vh;
    /* width: 30%; */
    padding-top: 20px;
    padding-left: 24px;
}

.min{min-width: 10vh;}


.lp-chapter{
  display:flex;
  flex-wrap: wrap;
  padding:16px;
  border-top: 1px solid #ffffff1c;
  height:auto;
  }

.chapter {
    display: flex;
    flex-wrap: nowrap;
    border-top: 0px solid #ffffff12;
    /* border: 1px solid #ffffff00; */
    flex-direction: row;
    padding: 0px;
    /* position: sticky; */
    /* top: 104px; */
    /* border-radius: 0px; */
    /* margin-bottom: 16px; */
    border-bottom: 0px solid #ffffff1c;
}

.chapter-2col {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0px 0 32px 0;
}

.flexy2-col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 48px;
}

.flexy2-col img {
    height: auto;
    width: 46.9vw;
}

  .p16b{/*max-width:1280px;*/}

  .p16b img{padding-bottom:24px;}

  .pr16b{padding-right: 16px;}

  .flexy{max-width: 1280px;display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 16px;
    padding-bottom: 16px;}

.flexy img{height:50vh;width:auto}

  .flexy2{
    max-width: 1280px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 48px;
  }

.flexy2 img{height: auto;width: 31.5%;}

  .flexy3{
    max-width: 1280px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 48px;
  }

.flexy3 img{height: auto;width: 31.5%;}

/* Create twocolumns that sits next to each other */
.column1 {
    padding-left: 48px;
    padding-top: 128px;
    margin-right: 48px;
    min-width: 25vw;
    max-width: 25vw;
    align-self: flex-start;
    /*background-color: #272727e6 !important;*/
    z-index: 99;
    position: sticky;
    margin-bottom: 48px;
}
.column2 {
display: flex; gap: 16px; flex: 100; flex-direction: column;/*background-color: #272727;*/border-left: 0px solid #ffffff12;
    padding:24px;padding-right:48px; padding-top: 64px;
}

.elvis-img{max-width: 50vh;
    padding-left: 20%;}

.what {
    display: flex;
    /* position: sticky; */
    top: 80px;
    font-size: 13px;
    color: #959595;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: solid 1px #ffffff1f;
    margin-bottom: 0px;
    z-index: 99;
    /*max-width: 1280px;*/
    justify-content: space-between;
}

.column3 {
  flex: 40%;
  padding: 10px;
}

.rightimage{max-width:1280px;
  padding-right:5px;
  float:left;
  }

.right-content{/*max-width:1280px;*/margin-bottom:16px;}

.title {
    display: flex;
    flex-direction: row;
    padding-top:2px;
}

.title::before{
  /*content: url(images/target-icon.svg);*/
  margin-right: 12px;
  padding: 6px 12px 6px 12px;
  width: 20px;
}

.title-current::before{
  /*content: url(images/target-icon-black.svg);*/
  margin-right: 12px;
  padding: 6px 12px 6px 12px;
  width: 20px;
}

a.title-current:link {color:black!important;}
a.title-current:visited {color:black!important;}
a.title-current:hover {color:#ffcc00;}
a.title-current:active {color:black;}

.title-current{
  position: sticky;
    display: flex;
    flex-direction: row;
    background-color: #575b6557;
    border-radius: 20px;
    padding: 6px 12px 6px 12px;
    color: white;
    align-content: center;
    align-items: center;
}

#menu-current{
    color: white;
}

.shoplink{
float: left;
padding-bottom: 16px;
padding-left: 0;
width: 450px;
height: 54px;
top: 10px;
margin-left: 100px;
}

.mymenu_right{
color: #111111;
    float: right;
    
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin-left: 0;
    padding-bottom: 16px;
    padding-left: 0;
    width: 110px;
}

.mymenuhome{
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    background-image: url("images/");
    background-repeat: no-repeat;
    color: #000000;
    float: left;
    
    font-size: 70px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 70px;
    padding-bottom: 20px;
    padding-top: 16px;
    width: 1024px;
    margin-bottom: 16px;
    margin-top: 10px;
    opacity: 0.7;
    /* margin-left: 250px; */
    padding-left: 250px;
}

#slideshow { 
    position: relative; 
    width: 240px; 
    height: 240px; 
    margin-bottom:40px;
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

.subsub1{
    color: black;
    
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 0;
    padding-bottom: 16px;
    padding-top:116px;
    float:left;
    color:#bbb;

}

.mymenushed{
font-family: 'Helvetica', Arial, sans-serif;
  font-size: 14px;
  font-weight:bold;
  line-height: 15px;
color:#666;
padding-bottom:16px;
width:850px;
margin-left:0px;
opacity:.5;
  background-image: url(images/log-white.png);
  background-repeat: no-repeat;
  padding-left:130px;
}


.mysubmenu{
font-family: 'Helvetica', Arial, sans-serif;
  font-size: 14px;
  font-weight:bold;
  line-height: 16px;
color:#333;
padding-bottom:35px;
width:1030px;
margin-left:130px;
    }

footer {
    font-size: 10px;
    color: #bdbdbd;
    padding: 16px 0 16px 24px;
}

.video_panel{
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 46px;
    align-items: flex-start;
    column-gap: 16px;
    padding-left: 24px;
  }

.vid_title{
  /*font-family: 'Helvetica', Arial, sans-serif;
  line-height: 18px;
  color:#666666;
color:#e1e1e1;
text-align:center;
  padding-top:60px;
font-size:24px;
font-weight: bold;
float:left;
width:254px;
height:78px;
background-image: url(images/video/cat.png);
  background-repeat: no-repeat;
  margin-bottom:38px;
  opacity:0.7;
  visibility: hidden;*/
}

.video_thumb_con{ 
    margin-bottom: 32px;    font-size: 13px;
}

.video_thumb{
  width: 23vw;
}   

.spacer{
clear:both;
}

.cat{
  padding:8px;
font-size:20px;
float:left;
width:245px;
}

.d241{
  float: left;
  margin:0 20px 10px 0;
  width:241px;
}

.d328{
  float: left;
 margin-right:20px;
 padding-bottom:10px;
  width:328px;
}
.d328r{
  float: right;

  width:328px;
}

.d502{
  float: left;
  margin:0 20px 10px 0;
  width:502px;
}

.logo{

  background-repeat: no-repeat;
z-index:-999;
margin:-200px 0 0 -20px;
}

.header1{
padding:0px 0px 0px 0px;
  width:1024px;
    position:absolute;
  top:3px;
}

.menu{
  padding:0px 0px 0px 0px;
  width:50px;
}

.sec {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  padding:10px 0px 10px 0px;
  float:left;
  width:145px;
  border-top:1px solid #999dff; 
    height:30px;
  margin-right:1px;
  margin-bottom:10px;
  vertical-align: baseline;
}

.sec {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  padding:10px 0px 10px 0px;
  float:left;
  width:145px;
  border-top:1px solid #ccc; 
    height:30px;
  margin-right:1px;
  margin-bottom:10px;
  vertical-align: baseline;
}

.sec1 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  padding:10px 0px 10px 0px;
  float:left;
  border-top:4px solid #ccc; 
  height:30px;
  width:145px;
  margin-right:1px;
  margin-bottom:10px;
  margin-top:-3px;
  vertical-align: baseline;
}

.sec1active {
  font-family: 'Helvetica', Arial, sans-serif;
  color:#333;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  padding:10px 0px 10px 0px;
  float:left;
  border-top:4px solid #999dff; 
  height:30px;
  width:145px;
  margin-right:1px;
  margin-bottom:10px;
  margin-top:-3px;
  vertical-align: baseline;menu
}

.sec2 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  padding:10px 0px 10px 0px;
  float:left;
  border-top:4px solid #ccc; 
    height:30px;
  width:145px;
  margin-right:1px;
  margin-top:-3px;
  vertical-align: baseline;
}

.sec3 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  padding:10px 0px 10px 0px;
  float:left;
  border-top:4px solid #ccc; 
    height:30px;
  width:145px;
  margin-right:1px;
  margin-top:-3px;
  vertical-align: baseline;
}

.sec4 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  padding:10px 0px 10px 0px;
  float:left;
  border-top:4px solid #ccc; 
    height:30px;
  width:145px;
  margin-right:1px;
  margin-top:-3px;
  vertical-align: baseline;
}

.sec5 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  padding:10px 0px 10px 0px;
  float:left;
  border-top:4px solid #ccc; 
    height:30px;
  width:145px;
  margin-right:1px;
  margin-top:-3px;
  vertical-align: baseline;
}
.sec6 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  padding:10px 0px 10px 0px;
  float:left;
  border-top:4px solid #ccc; 
    height:30px;
  width:145px;
  margin-right:1px;
  margin-top:-3px;
  vertical-align: baseline;
}

.sec7 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  padding:10px 0px 10px 0px;
  float:left;
  border-top:4px solid #ccc; 
    height:30px;
 width:145px;
  margin-right:1px;
  margin-top:-3px;
  vertical-align: baseline;
}



.sec-active {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:14px;
  font-weight: bold;
  color:#777;
  padding:10px 0px 6px 0px;
  float:left;
  width:145px;
  border-top:4px solid #ccc; 
  border-bottom:0px solid #ccc; 
    height:30px;
  margin-right:1px;
  margin-bottom:10px;
  vertical-align: baseline;
}
.downarrowdiv{
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight:bolder;
  line-height: 1.1em;
  background: #c0c0c0;
  color:black;
  padding:5px;
  position:relative;
  margin-bottom:20px;
  display: inline;
}

.downarrowdiv:after{ /*arrow added to downarrowdiv DIV*/
content:'';
display:block;
position:absolute;
top:100%; /*should be set to 100% */
left:10px;
width:0;
height:0;
border-color: #c0c0c0 transparent transparent transparent; /*border color should be same as div div background color*/
border-style: solid;
border-width: 10px;
}

/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
html,
body {
  height: 0%;
}
.wrapper1 { 
 
}



.hello { 
  width: 1140px; 
  margin: 0 auto; 
  background-color:red;
  top:0;
  height:100%;
  background-image: url(images/fade.png);
  background-repeat: repeat-x;
}

#container {
    width: 1020px;
    margin: -1px 0px 0px 1%;
    border-top: 0px solid #fff;
    padding-top: 10px;
    float: left;
}

#container_home {
  width:1010px;
  margin:-1px 0px 0px 0;
    border-top:1px solid #fff; 
  padding-top:10px;
}

#first{float-left}

#con {
display: flex;
    border-bottom: 0px solid #464646;
    border-top: 0px solid #464646;
    padding-top:0px;
    /* font-family: 'Helvetica', Arial, sans-serif; */
    /* font-size: 12px; */
    /* line-height: 14px; */
    /* color: black; */
    /* float: left; */
    /* width: 100%; */
    margin-top: 0px;
    /* margin-bottom: 30px; */
    /* padding-bottom: 10px; */
    z-index: 2;
    flex-direction: column;
    padding-left:0px;
    background: linear-gradient(82deg, #0a0a0acc 0%, #3d424be0 50%, #000000c7 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(20px);
    padding-left: 0px;
    position: sticky;
    top: 120px;
}
#con_vid {
    border-bottom: 1px solid #464646;
    border-top: 1px solid #464646;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: black;
    float: left;
    margin: 16px 16px 30px 16px;
    padding-top:16px;
    padding-bottom: 10px;
    z-index:100;
}

#conhome {
    border-top: 0 solid #999DFF;
    color: black;
    float: left;
    
    font-size: 12px;
    line-height: 14px;
    margin-left: -120px;
    width: 1120px;
}

#container_home {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:14px;
  color:black;
  padding:10px 0px 30px 0px;
  float:left;
  width:1024px;
  margin-left:0px;
  position:absolute;
  top:140px;
}


#con1 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:14px;
  color:black;
  padding:10px 0px 30px 0px;
  float:left;
  width:1100px;
  position:absolute;
  top:50px;

}

.contact-text{
     color: white;
    float: left;
    
    font-size: 93px;
    font-weight: bold;
    letter-spacing: -6px;
    line-height: 97px;
    margin-right: 10px;
    text-align: left;
    background-repeat: no-repeat;
    height:790px;
    width:1070px;
}

.context{
margin-top:-16px;
}

.index-text{
     color: white;
    float: left;
    
    font-size: 93px;
    font-weight: bold;
    letter-spacing: -6px;
    line-height: 93px;
    margin: 0 10px 60px 0;
    text-align: left; 
}
.left-navhome {
    color: #555;
    float: left;
    
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left:170px;
    text-align: left;
    margin-top: -43px;
    width: 200px;

}
.homehello {
    font-size: 18px;
    line-height: 22px;
    width:570px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    
}
.homehello2 {
    color: #555555;
    float: right;
    
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    padding-right:10px;
    
}

.left-nav1 {
    color: #60554C;
    float: left;
    
    font-size: 13px;
    line-height: 18px;
    margin-right: 20px;
    text-align: left;
    top: 0;
        margin-top: 16px;
    width: 130px;
    padding-bottom: 15px;
    padding-top: 0px;
}

.left-nav2 {
    color: black;
    float: left;
    
    font-size: 13px;
    line-height: 18px;
    margin-right: 20px;
    text-align: left;
    top: 0;
    width: 130px;
    padding-bottom:15px;
    padding-top:0px;
}

.extrasub {
    color: #666;
    float: left;
    
    font-size: 20px;
   font-weight:bold;
    line-height: 22px;
    margin:0 10px 20px 0;
    text-align: left;
    top: 0;    padding-left:;
}


.left-navcon {
    color: #fff;
    float: left;
    
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
    text-align: left;
    top: 0;
    width: 120px;
    border-top:1px solid #fff; 
    border-bottom:1px solid #fff; 
    padding:10px 0 10px 0;
}

.left-navshed {
    color: #fff;
    float: left;
    
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-right: 10px;
    text-align: left;
    top: 0;
    width: 120px;
    opacity:.7;
}

.hello {
    float: left;
    
    font-size: 12px;
    font-weight: lighter;
    line-height: 16px;
    margin-right: 10px;
    text-align: left;
    top: 0;
    width: 115px;
}



/*.overtext::before{
  content: url(images/arrow-right-white.svg);
  margin-right: 8px;
}*/


.overtextdetail {
    color: #777;
    float: left;
    font-family: 'georgia',serif;
    font-style:italic;
    font-weight:lighter;
    margin-bottom: 30px;
    margin-right: 30px;
    width: 170px;
    border-bottom:0px solid #fff; 
    padding-bottom:0px;
    margin-top: 16px;
    padding-left:16px;
    border-left: 1px solid #999999;
}

.start {
    border-left: 0px solid #999999;
    color: #777;
    /* float: left; */
    
    font-size: 13px;
    line-height: 18px;
    /* margin-bottom: 20px; */
    /* margin-right: 30px; */
    width: 220px;
    height: 100%;
    padding-bottom: 10px;
    letter-spacing: 0;
}

.overtextart {
    border-left: 0px solid #999999;
    color: #333333;
    float: left;
    clear:both;
    
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    margin-right: 30px;
    width: 220px;
    height:100%;
    border-bottom:0px solid #fff; 
    padding-bottom:10px;
    margin-top: 25px;
}

.overtext2 {
    border-left: 0px solid #999999;
    color: #e0e0e0;
    float: left;
    
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    margin-right: 30px;
    width: 220px;
    height: 331px;
    border-bottom: 0px solid #fff;
    padding-bottom: 10px;
    margin-top: -16px;
  }



.rightcolumn{
  width:768px;
  float: right;
  clear:both;
}

.overtextshed {
    border-left: 0px solid #999999;
    color: #666;
    float: left;
    
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 220px;
    height:100%;
}

.overtextshed_r {
    border-left: 0px solid #999999;
    color: #666;
    float: right;
    
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 220px;
    height:100%;
}

.shedtext {
    width: 440px;
    color: #666;
    float: left;
    font-family: 'georgia',times,serif;
    font-size: 58px;
    letter-spacing: -7px;
    line-height: 58px;
    margin-bottom: 40px;
    margin-right: 40px;
    width: 53%;
    padding:0 0 5px 0;
    border-bottom: 1px solid #60554C;
    border-top: 0px solid #60554C;
    text-align:right;
}

.shedwrap{
  width:1010px;
float: left;
margin:0 0 10px;
}

.text250r{
    color: #333333;
    float: left;
    
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 40px;
    padding: 0;
    width: 250px;
}
.text120{
    color: #999999;
    float: left;
    
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 40px;
    margin-right: 15px;
    padding: 0;
    text-align: right;
    width: 125px;
}
.text120r{
    color: #999999;
    float: left;
    
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
    margin-left: 5px;
    text-align: left;
    width: 247px;
}
.overtext1 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:20px;
  line-height:26px;
  color:black;
  padding:10px 10px 10px 0px;
  border-top:1px dotted black; 
  border-bottom:1px dotted black;
  width:100%;
  margin-top:20px;
  margin-bottom:20px;
  margin-right:30px;
  margin-left:160px;
  float:left;
    color:#333333;
      position:absolute;
  left:140px;
}

.undertext {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:14px;
  line-height:18px;
  padding:10px 10px 10px 0px;
  width:600px;
    color:#333;
    margin-top:40px;
    margin-bottom:40px;
      border-top:1px dotted black; 
  border-bottom:1px dotted black;
}

.subcon {
    width:768px;
    margin:0 0 0 243px;
}

.subcon2 {
    width:768px;
    margin:0 0 0px 0px;
}

.detail {
float: left;
font-family: 'Helvetica', Arial, sans-serif;
color: #fff;
margin: 25px 0 10px 10px;
font-size: 13px;
width: 310px;
line-height: 16px;
padding: 5px;
}


.firstimage{
margin-bottom:20px;
float:right;
}

.image_l {
  float: left;
  margin:0px 10px 20px 0;
}
.image_r {
  float: right;
  margin:0px 0px 20px 0;
}

.image_contact {
margin-top:-16px;
margin-bottom:-13px;
}

.image_rspy {
  float: right;
  margin:-8px 0px 10px 0;
}

.image_llog {
  float: left;
  margin:40px 10px 10px 0;
}
.image_rlog {
  float: right;
  margin:40px 70px 10px 0;
}

.image_r50 {
  float: right;
  margin:0 50px 10px 0;
}

.image_r100 {
  float: right;
  margin:0px 100px 10px 0;
}

.image_rbig {
  float: right;
  margin:0 70px 10px 0;
}

.image_r_624 {
  float: right;
  margin:0 0px 10px 0;
  width:624px;
}

.image_r_768 {
float: right;
margin: 24px 16px 24px 0;
width: 78%;
padding-bottom: 0px;
padding-right:1%;
}

.image_r_7682 {
float: right;
margin: 16px 0px 24px 0;
width: 78%;
padding-bottom: 0px;
padding-right:1%;
}

.image_r_7683 {
float: right;
margin: 0px 0px 24px 0;
width: 68%;
padding-bottom: 0px;
padding-right:1%;
}

.image_r_7684 {
float: right;
margin: 0px 0px 24px 0;
width: 100%;
padding-bottom: 0px;
padding-right:1%;
}

.image_right {
  float: right;
  margin:0 0px 10px 0;

}

.image_left {
  float: left;
  margin:0 0px 10px 250px;
  clear:both; 
}

.image_left2 {
    float: left;
    margin: 0 0 10px 200px;
}

.image_1{
  float:left;
  margin-left:251px;
  clear:both;
  margin-bottom:10px;
}
.image_2{
  float:left;
  margin-left:10px;
  margin-bottom:10px;
}


.image_r_768log {
  float: right;
  margin:40px 0px 10px 0;
  width:768px;
  max-width: 100%;
}

.image_l_768 {
  float: left;
  margin:0px 0px 10px 0;
  width:768px;
}

.image_l_768log {
  float: left;
  margin:40px 0px 10px 0;
  width:768px;
}

.image_379 {
  float: left;
  margin:25px 10px 10px 0;
  width:379px;
  padding-bottom:26px;
}
.image_379r {
  float: right;
  margin:25px 0px 10px 0;
  width:379px;
}

.image250 {
  float: left;
  margin: -5px 10px 10px 0;
}

.image250l {
  float: left;
  margin:0 10px 10px 0;
  width:245px;
}
.image250r {
  float: right;
  margin:0 0px 0px 0;
  width:245px;
}

.image330r {
  float: right;
  width:330px;
  margin-bottom: 4px;
}
.image330l {
  float: left;
  width:330px;
  margin-right:10px;
  margin-bottom: 4px;
}

.image510r {
  float: left;
  width:510px;
  margin-bottom: 4px;
}
.image510l {
  float: left;
  width:510px;
  margin-right:10px;
  margin-bottom: 4px;
}
.image500r {
  float: left;
  width:510px;
  margin-bottom: 4px;
}
.image500l {
  float: left;
  width:510px;
  margin-right:10px;
  margin-bottom: 4px;
}
.myimage {
  float: left;
  margin:0 10px 40px 0;
}

.iframe-wrapper {
  margin:0px 0px 16px 0px;
  position:relative;
  padding-top:56.25%;
}

.iframe-wrapperl {
  float: left;
  margin:0 10px 10px 0px;
  height:100%;
  color:white;
}
.subquote {
  padding:20px 0px 0px 0px;
  float: left;
  width:100px;
}

.subtext {
  font-family: 'Helvetica', Arial, sans-serif;
  color:#fff;
  margin: 0px 0 10px;
  font-size:13px;
  line-height:18px;
  font-weight:100;
  padding-top:5px;
  clear:both;
}

.p16b .subtext{padding-left:16px;}

.subtext_1 {
    font-family: 'Helvetica', Arial, sans-serif;
    color: #fff;
    line-height: 18px;
    font-weight: 100;
    padding-top: 5px;
    margin-left: 42px;
    margin-top: 7px;
    font-size: 19px;
    clear: both;
}

.subtext_b {
  font-family: 'Helvetica', Arial, sans-serif;
  color:#fff;
margin: 0 0 40px;
  font-size:11px;
  padding-top: 32px;
}

.subtext_r {
  font-family: 'Helvetica', Arial, sans-serif;
  color:#fff;
  margin: 0px 0 10px;
  font-size:11px;
  float:left;
  width:150px;
}

.subtextshed {
  font-family: 'Helvetica', Arial, sans-serif;
  color:#fff;
  margin: 0px 0 4px;
  font-size:11px;
}


.subtext624 {
  font-family: 'Helvetica', Arial, sans-serif;
  color:#fff;
  margin: 0px 0 10px;
  font-size:13px;
  line-height:18px;
  width:624px;
  padding-top:10px;
}

.subtext250 {
  font-family: 'Helvetica', Arial, sans-serif;
  color:#fff;
  margin: 0px 0 10px;
  font-size:11px;
  width:250px;
}

.subtext379 {
  font-family: 'Helvetica', Arial, sans-serif;
  color:#fff;
  margin: 0px 0 10px;
  font-size:11px;
  width:250px;
}

.subtext500 {
  font-family: 'Helvetica', Arial, sans-serif;
  color:#fff;
  margin: 0px 0 10px;
  font-size:11px;
  width:500px;
}

.subtext330 {
    font-family: 'Helvetica', Arial, sans-serif;
    color: #fff;
    margin: 0px 0 10px;
    font-size: 11px;
    width: 230px;
    padding-top: 16px;
}

.development
   { color: black;
    font-size: 11px;
    margin: -20px 0 10px;
  }
.video {
  float: right;
}

.desc {
    font-family: 'Helvetica', Arial, sans-serif;
  font-size:14px;
    padding:0px 0px 10px 0px;
}

.subsub {
  width:100px;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size:12px;
  line-height:16px;
  font-weight: bold;
  float:left;
  width:100px;
  margin-right:10px;
}

.toptag {

  font-size:12px;
  line-height:22px;
  color:black;
  width:110px;
  float:right;
  margin-top:20px;
}

.tag {
  font-family: 'AUdimat-Regular';
  font-size:14px;
  color:black;
  padding:10px 0px 10px 0px;
  border-top:1px dotted black; 
  border-bottom:1px dotted black;
  width:100px;

}

.extra{  font-family: 'Helvetica', Arial, sans-serif;
  font-size:300px;
  line-height:250px;
  color:black;
font-weight:bolder;
padding-top:10px;
margin-top:10px;
}

.tweet{
  padding:10px 10px 0px 0px;
}

.copyright {
    font-size: 9px;
}

.copyrighthome {
  font-size:9px;
}

.clr {
clear:left;
margin-bottom:0px;
}

.facebook {
  background: url(images/facebook.png)no-repeat;
  background-position: 0 -1px;
}
.twitter {
  background: url(images/twitter.png)no-repeat;
  background-position: 0 -1px;
}

.element {
  width: 250px;
  height: 200px;
  margin: 5px;
  margin-top:40px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
  color: #222;
  -webkit-border-radius: 0.5em;
      -moz-border-radius: 0.5em;
          border-top: 0.5em;
}

.top-link{align-right: width:auto}

.top-link::before{
  content: url(images/arrow-up-white.svg);
  margin-right: 8px;
}



@media only screen and (max-width: 40000px) {
  .video_thumb {
    width: 18vw;
}

  .video_thumb2 {
    width: 30vw;
}

}

@media only screen and (max-width: 1800px) {
  .video_thumb {
    width: 18vw;
}
  .video_thumb2 {
    width: 30vw;
}

}

@media only screen and (max-width: 1600px) {
  .video_thumb {
    width: 22vw;
}

@media only screen and (max-width: 1499px) {
  h3{font-size:34px;}
}

}

@media only screen and (max-width: 1400px) {
  .video_thumb {
    width: 18vw;
}
.huge-home {
    font-size: 8vh;}

}


@media only screen and (max-width: 900px) {
nav {column-gap: 0px;}
.title {width: auto;padding-right: 8px;}
.mymenu{padding-right:8px;gap: 8px;line-height: 14px!important;}
.overtext {margin-bottom: 16px; margin-right: 0;}

.chapter{width:auto;padding:16px;border-top: 1px solid #ffffff1c!important;padding-top: 24px;}

.overtext p{font-size: 14px; line-height:130%;padding-right: 0%;}
    .huge {
        font-size: 8vh;
        line-height: 99%;
        letter-spacing: -3px;
        padding-top: 0px !important;
        height: auto;
    }
.column1 {position:relative;padding-left:0px;margin-bottom: 0px;}
.column2 {
    border-left: solid 0px #4b4b4b;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
  background-color: #272727;}
.showreel{padding-left:8px!important;padding-right:8px!important;}
.huge2 {
    font-size: 8vw;
    letter-spacing: -2px;
    line-height: 82%;
    /* display: inline; */
    height: 7vh;
    /* width: 30%; */
    padding-top: 16px;
    padding-left: 16px;
}
.huge-home{font-size: 8vw;
    letter-spacing: -1px;
    line-height: 110%;}
}

@media only screen and (max-width: 800px) {
  .video_thumb {width: 43vw;}
  .double {flex-direction: column;}
  .double img {height: auto;}

}

@media only screen and (max-width: 700px) {
h3{font-size: 24px;margin-bottom:0px;}
.sticky {padding-top: 0px;}
.homehello {font-size:14px;line-height:1.5em;width:auto;}
.title {flex-direction: row;padding-bottom:0px;width:100%;background-color: #27272700;}
nav{flex-wrap: wrap; row-gap: 8px;border-bottom: 1px solid #7d7d7d;margin-bottom: 0px;}
    .bg-container {
        padding: 0px;
        height: 60vh;
        top: 0px;
    }
.bg-test {
    background-repeat: no-repeat;
    background-size: 980px;
    height: 62vh;
}
.chapter {flex-direction: column;padding:0px;padding-top: 16px;
            border-top: none;}
.column1 {min-width: 100%;max-width: 100%;margin-right:0;background-color:#272727f5!important;position:relative;z-index:-1;}
.video_thumb {width:90vw;height:auto}
.flexy2{row-gap: 24px;}
.flexy2 img {width: 100%;}
.flexy3{row-gap: 24px;}
.flexy3 img {width: 47%;}
.video_thumb,.video_thumb2 {width: 90vw;padding-bottom: 4px;}
.what {padding-top: 14px;
        padding-left: 0px;
        border-left: solid 0px #ffffff26;
        border-top: solid 1px #ffffff26;
        top: 0px;
      }
  nav {padding: 0px 0px 45px 0px;top:0px;background:none;backdrop-filter: blur(0px);}
  .video_thumb_con {margin-bottom: 24px;}
.p16b img {padding-bottom: 0px;}
.huge-z{font-size:7vh!important;}
footer{padding:16px 0px;}
.huge2{font-size: 8vw;display: none;
    letter-spacing: -2px;
    line-height: 82%;
    /* display: inline; */
    height: 7vh;
    /* width: 30%; */
    padding-top: 12px;
    padding-left: 0px;}
    .huge-home{font-size: 10vw;
    letter-spacing: 0px;
    line-height: 90%;padding-left: 0px;}
    .video_panel{padding-left:0px;}
    .frame {flex-direction: column!important;width: auto!important;padding:0px!important;top:0px!important;}
    .title-current {margin-top: 16px;}

.fod{display:none}
}


/*@media only screen and (max-width: 700px) {
  .chapter{flex-wrap: wrap;}
  .title{margin-left:0px!important;}
  .mymenu{margin-left: 16px!important;padding-bottom: 0px!important;}
  .homehello{width:100%!important;margin-left:16px;margin-bottom:0px!important;}
  .column1{width:100%!important;padding-left:0px}
  .column2 {padding: 0px;}
  .overtext{padding-bottom:24px;margin-bottom:0px}
  footer{margin-left: 16px!important;margin-right: 16px!important;padding-top: 16px!important;padding-bottom: 32px!important;width:100%}
}*/

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

.huge-z {
    font-size: 13vh;
    background-color: #000000cf;
    line-height: 100%;
    letter-spacing: -3px;
    font-weight: bold;
    display: inline;
    z-index: 9;
    position: absolute;
    height: 100vh;
}

a.h1.huge-z:hover {padding:10px;!important}
a.huge-z:link {color: #d3d3d3;padding:0px;!important;display:inline;}
a.huge-z:hover {color: #ffcc00;padding:2px;!important;display:inline;}
a.huge-z:hover {font-size:11vw;color: #ffcc00;padding:2px;!important;display:inline;}

.fullscreen{width:100vw;}

.img-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.img-container img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.img-container img.next {
  opacity: 1;
  z-index: 1;
}

.img-container img.prev {
  opacity: 1;
  z-index: 2;
}

.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s linear;
  visibility: hidden;
}
