*{
  margin: 0px;
  padding: 0px;
}

body, html{
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 'helvetica neue', helvetica, arial;

}

h1 {
	color: #222;
    font-size: 13px;
    line-height: 1.27em;
    font-weight: normal;
}

a {
color: inherit;
text-decoration: none;
}

.clear {
  clear:both;
}

.bx-viewport, .bx-wrapper{
  position:relative;
  width:100%;
  height:100% !important;
  top:0;
  left:0;
}

.bxslider, .bxslider li{
  height: 100% !important;
}

.bxslider li{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bx-wrapper .bx-viewport{
  border: none !important;
}

.bx-wrapper {
border: 0 !important;
box-shadow: 0 !important;
margin-bottom: 0 !important!;
}

.caption{
position: absolute;
left:12px;
bottom: 12px;
opacity: 0.92;
}

.it{
font-size: 11px;
margin-left:3px;
}

#navigation{
z-index: 900;
position: fixed;
top:10px;
left:10px;
width:100%;
opacity: 1;
padding-left: 4px;
}



.navitems {
position: absolute;
}

#content {
  position: relative;
  width:100%-10px;
  margin-top: 80px;
  padding:0px 5px;
}

.navitems li {
list-style-type: none;
}

.bx-wrapper {
margin-top:0px !important;
margin-bottom: 0 !important;
}

#right{
  position: relative;
  font-size:24px;
  max-width: 600px;
}

#right p{
  margin-bottom: 1em;
}

#right a{
  text-decoration: underline;
}

#right-100{
  position: absolute;
  width:99%;
  font-size:24px;
  margin-top: -6px;
  padding-bottom:33px;
}



#left a{
  text-decoration: underline;
}





#stack {
  display:none;
  width: 100%;
}

#slideshow {
  display: block;
}

.stack-box {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 0px;
}

.stack-box img{
  width:100%;
  height: auto;
}






@media only screen and (max-width: 812px)
{



  #right-100{
    width: 96%;
    font-size: 16px;
  }

  #right{
    width: 94%;
    font-size: 16px;
    max-width:450px;
  }

  #slideshow{
    display:none;
  }

  #stack{
    display:block;
	margin-top: 220px;
  }

#photo {
  width: 100%;
}

#left{
  width: 100%;
  padding-bottom: 0px;
  font-size: 16px;
  max-width: 500px;
}


}