body, html 
{
  height: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  color: #fff;

}
body, .onepage-wrapper, html 
{
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;

}
.wrapper 
{
height: 100% !important;
height: 100%;
margin: 0 auto;
 overflow: hidden;

}
.onepage-wrapper 
{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;

}
.onepage-wrapper .ops-section 
{
  width: 100%;
  height: 100%;
  position: relative;

}
.onepage-pagination 
{
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);

}
.onepage-pagination li 
{
  padding: 0;
  text-align: center;

}
.onepage-pagination li a
{
  padding: 6px;
  width: 4px;
  height: 4px;
  display: block;
  pointer-events: none;
  cursor: default;

}
.onepage-pagination li a:before
{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0,0,0,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;

}
.onepage-pagination li a.active:before
{
  width: 8px;
  height: 8px;
  background: none;
  border: 1px solid black;
  margin-top: -3px;
  left: 5px;

}
.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper 
{
  overflow: auto;

}
.disabled-onepage-scroll .onepage-wrapper .ops-section 
{
  position: relative !important;
  top: auto !important;

}
.disabled-onepage-scroll .onepage-wrapper 
{
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;

}
.disabled-onepage-scroll .onepage-pagination 
{
  display: none;

}
body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html 
{
  position: inherit;

}
/*UI*/.page_container
{
  position: relative;
  top: 15%;
  margin: 0 auto 0;
  z-index: 3;
  padding: 0 7%;
  height: 85%;
  text-align: left;
}
.page_container .share
{
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #ff5722;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.23),0 3px 10px rgba(0,0,0,0.16);

}
.page_container .share:focus,.page_container .share:hover
{
  -webkit-tap-highlight-color:rgba(0,0,0,.2);
  background-color: #DF4615;

}
.page_container .share img
{
  width: 24px;
  height: 24px;
  padding: 15px;
  cursor: pointer;

}
h1
{
  margin: 0;
  padding: 30px 0;
  font-family: sans-serif;
  font-weight: 100;
  color: #fff;
  text-align: left;
  font-size: 19px;
  line-height: 24px;
}
h2{
  color: #fff;
  font-size: 22px;
  font-family: Verdana;
  font-weight: normal;
}
.page_container .avatar
{
  height: 100px;
  width:100px;
}

