

@font-face {
    font-family: nhaas;
    src: url(font/NHaasGroteskDSPro-35.otf);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body{
    background-color: #EAEAEA;
    font-family: "century";
    overflow-x: hidden;
    margin:0;
    cursor:none;
    width:100%;
    letter-spacing: 0.1rem;
}

p a:hover{
    color: blue;
    font-family: "nhaas";
    
}

p a{
    font-family: "nhaas";
    font-size:2.2rem;
}


p{
    color: black;
    font-size: 2..2rem;
    margin: 0 auto;
    margin-left: 0.5em;
    font-family:"nhaas";
    line-height:1em;
    text-transform:uppercase;
    letter-spacing: 0.1rem;

}

.logo{
    width: 100%;
    z-index: 101;
    top:0px;
    font-family: "nhaas";
    text-transform: uppercase;
    color: black;
    text-align: center;
    position:fixed;
    font-size: 2.2rem;
    top:0.25em;
    cursor: pointer;
        line-height: 1.5em;
        letter-spacing: 0.1rem;


}
    
.marquee3k{
data-reverse: true;
data-pausable: true;
font-size: 2.2rem;
font-family: "nhaas";
font-style: normal;
font-weight: 100;
position: fixed;
bottom: 1rem;
z-index: 999;
letter-spacing: 0.1rem;
}


a{ 
    font-size: 2.2rem;
    font-family:"nhaas";
    font-style: normal;
    color:black;
    text-decoration:none;
    color: black;
    transition: all .3s ease;
   -o-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -webkit-transition: all .3s ease;


}

a:hover{ 
    font-family:"nhaas";
    margin-left:0.5em;
}









.info{
  position:absolute;
    width:auto;
    z-index: 140;
    border:"0";
    font-size: 2.2rem;
    visibility: visible;
    position: fixed;
    top:0.25em;
    right:0.5em;
    font-family:"nhaas", Helvetica, sans-serif;
    text-align: right;
    text-transform: uppercase;
       transition: all .3s ease;
   -o-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -webkit-transition: all .3s ease;
    line-height:1.5;
}

div.info:hover{
    color:#2344;
    margin-right: 0.5em;
}



.infotext{
    z-index:220;
    float:left;
    cursor:auto;
    width: 100%;
    font-size:2.2rem;
    padding-top: 0.5em;
    letter-spacing: 0.03em;
    background-color: #EAEAEA;
    padding-bottom: 1em;
      font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}


tr{
font-size:2.2rem;
font-family: "nhaas";
letter-spacing: 0.03em;
line-height:1em;
        font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}    

td{
font-size:2.2rem;
font-family: "nhaas";
letter-spacing: 0.03em;
line-height:0.9em;
        font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

#left_col {
   float:left;
   width:50%;
}
#right_col {
   float:left;
   width:50%;
}

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 50%; z-index:110; height: 100%;}
.cycle-prev { cursor: url('images/cleft.png'), auto;}
.cycle-next { right: 0; cursor:url('images/cright.png'), auto;}
    

.cycle-slideshow {
	width: 100%;
	height: auto;
	display: block;
    cursor:pointer;
    margin-top:0px;
    position:relative;
    float:left;
    
}

.cycle-slideshow img{
	width: 100%;
	height: auto;
	display: block;
    z-index: 109;
    cursor:pointer;
    margin:0px;
    padding:0px;
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;

}




.menu2{
    width:100%;
    height:auto;
    z-index: 114;
    border:"0";
    text-transform: uppercase;
    text-align:left;
    cursor:pointer;
    color: black;
    line-height: 2vw;
	margin-top: 4vw;
    z-index:199;
    position:fixed;
    left:20px;
}



table{
    margin-left:0.5em;
}

#menu, .sub-menu {
  display: none;
  list-style: none;
}

/*Change toggle size by adjusting width & height*/
.tb-menu-toggle {
  border: 0;
  position: fixed;
  background: transparent;
  cursor: pointer;
  z-index:199;
    left:1em;
    line-height: 1.5;
}

/*Change toggle color here*/
.tb-menu-toggle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7%;
  -webkit-transition:all .2s;
   -moz-transition:all .2s;
     -o-transition:all .2s;
        transition:all .2s;
     
}
.tb-menu-toggle i:nth-child(2) {
  top: 40%;
     
}
.tb-menu-toggle i:nth-child(3) {
  top: 80%;
   
}

/* Style the active toggle here */
.tb-menu-toggle.tb-active-toggle i { 
  z-index:199;
height:7%;}

/*Animation of the toggle*/
.tb-menu-toggle.tb-animate-toggle i:first-child,
.tb-menu-toggle.tb-animate-toggle i:nth-child(2){ 
  top: 40%;
  -webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
     -o-transform:rotate(45deg);
        transform:rotate(45deg);
    z-index:199;
} 
.tb-menu-toggle.tb-animate-toggle i:nth-child(3){ 
  top: 40%;
  -webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
     -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
    z-index:199;
}