/*

 Great Wisdom Buddhist Institute
 http://www.gwbi.org/
 info@gwbi.org
 PO Box 714, Montague PE C0A 1R0

 Designed by Kin Hui-Lo & Athena Tian
 http://www.spinningcitrus.com/

*/

body
{
  margin:0px;
  overflow: auto;
  min-height: 100vh;
  max-width: 100vw;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  color: #403f3e;
}

.hidden {
  display: none;
}

gold
{
  color: #a7811a;
}

a , a:visited
{
  color: #333;
  text-decoration: none;
}

#main_page
{
  position: relative;
  background: #f9f8f4;
  max-width: 100vw;
  overflow:hidden;
}

.logo
{
  position: fixed;
  left: 10vw;
  top: 50px;
  width: 400px;
  height: 40px;
  z-index: 96;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.logo_alt
{
  position: fixed;
  left: 10vw;
  top: 30px;
  width: 80px;
  height: 40px;
  z-index: 96;
  display: none;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.st0{
  fill:#f2f2f2;
}

.st1{
  fill:#a7811a;
}

.logo svg
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.loading
{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #e9e8e4;
  z-index: 101;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.home .loading {
  display: block;
}

.loading .loader
{
  position: absolute;
  width: 100px;
  height:100px;
  left: 50%;
  top: 50%;
  transform:translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
}

#loader-path
{
  opacity: 0;
}

.loading .loadinglogo
{
  position: absolute;
  left: 50%;
  top: 160px;
  width: 120px;
  height: 50px;

  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}

.loading .loadinglogo svg path
{
  opacity: 0;
  visibility: hidden;
}

.loading .soundinc
{
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.loading .soundinc .text
{
  font-family: "Canela";
  font-style: Thin;
  font-size: 21px;
  line-height: 42px;
  letter-spacing: 0.05em;
}

.loading .soundinc .text .break
{
  display: none;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

.loading .text div
{
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transform:translateX(32px);
  -webkit-transform:translateX(32px);
}

.loading .soundinc .accept
{
  position: relative;
  display: inline-block;
  margin-top: 32px;
  padding: 12px 18px 12px 18px;
  border: 1px solid #403f3e;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;

  transition:color 0.4s ease-in-out,border 0.4s ease-in-out;
  -webkit-transition:color 0.4s ease-in-out,border 0.4s ease-in-out;
}

.loading .soundinc .accept:hover
{
  color: #a7811a;
  border: 1px solid #a7811a;
}

.loading .nosound
{
  display: inline-block;
  position: absolute;
  bottom: 10vh;
  left: 50%;
  text-align: center;
  color: #999694;
  font-size: 14px;
  letter-spacing: 0.04em;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;

  transition: color 0.4s;
  -webkit-transition: color 0.4s;

  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}

.loading .nosound:hover
{
  color: #666462;
}

.loading-logo {
  position: absolute;
  top: 50vh;
  left: 50%;
  transform:translate(-50%, -100%);
  -webkit-transform:translate(-50%, -100%);
}

.loading-logo-wrap {
  position: absolute;
  width: 100px;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 2;
  background: #e9e8e4;
}

.loadingtitle
{
  position: fixed;
  font-family: "Canela";
  font-weight: 100;
  font-size: 32px;
  line-height: 64px;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  top: 50vh;
  transform:translateY(50%);
  -webkit-transform:translateY(50%);
  color: #a7811a;
  z-index: 105;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loadingtitle span
{
  display: inline-block;
  transform:translateY(24px);
  -webkit-transform:translateY(24px);
  opacity: 0;
  visibility: hidden;
}

.menuicon
{
  position: fixed;
  top: 65px;
  right: 0;
  width: 10vw;
  font-family: 'Lora', serif;
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 100;
  cursor: pointer;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.menuicon .open
{
  color: #403f3e;
}

.menuicon .close
{
  font-weight: 600;
  color: #f2f2f2;
}

.our-master .menuicon .close {
  color: #403f3e;
}

.menuicon .open span
{
  background: #403f3e;
}

.menuicon .close span
{
  background: #f2f2f2;
}

.our-master .menuicon .close span
{
  background: #403f3e;
}

.menuicon div
{
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

.menuicon div span
{
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;

  transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
}

.menuicon:hover div span
{
  right: 5px;
}

.menuicon .open
{
  opacity: 0;
  visibility: hidden;
}

.back-to-top
{
  cursor: pointer;
  position: fixed;
  z-index: 99;
  width: 10vw;
  right: 0;
  bottom: 100px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  opacity: 0;
}

.fa-arrow-circle-up {
  font-size: 30px;
  color: white;
}

.soundicon
{
  cursor: pointer;
  position: fixed;
  z-index: 99;
  width: 10vw;
  right: 0;
  bottom: 40px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}

.soundicon .icon, .back-to-top .icon
{
  margin-left: 10%;
}

.soundicon div .tip, .back-to-top div .tip
{
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  color: #f2f2f2;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}

.fa-volume-off, .fa-volume-up {
  font-size: 30px;
  width: 28px!important;
  color: white;
}

.soundicon .fa-volume-off {
  display: none;
}

.soundicon .off .fa-volume-off {
  display: inline-block;
}

.soundicon .off .fa-volume-up {
  display: none;
}

.menu
{
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background: #f9f8f4;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.menu .menu_bg
{
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.menu .cover .picture
{
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-position: 50% 50%;
  transform:translateX(20px);
  -webkit-transform:translateX(20px);
}

.menu .scripture_wrapper
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.menu .scripture
{
  position: absolute;
  left: 25vw;
  top: calc(30vh - 6.25vw);
  font-family: "a-otf-futo-min-a101-pr6n",serif;
  font-size: 16px;
  line-height: 32px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.menu .scripture span
{
  opacity: 0;
  visibility: hidden;
}

.menu .scripture .special
{
  display: inline-block;
  transform:translateX(30%) translateY(-20%);
  -webkit-transform:translateX(30%) translateY(-20%);
}

.menu .title
{
  display: inline-block;

  line-height: 25vw;

  font-family: "Canela";
  font-style: Thin;
  font-size: 4vw;
  letter-spacing: 0.14vw;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu .cover .title a div
{
  opacity: 0;
  visibility: hidden;
  transform:translateX(30px);
  -webkit-transform:translateX(30px);
  display: inline-block;
  position: relative;
}

.menu .cover .title a div:before
{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  top: 112%;
  height: 1px;
  background: #403f3e;

  transition:width 0.6s ease-in-out;
  -webkit-transition:width 0.6s ease-in-out;
}

.menu .cover .title a div:hover:before
{
  width: 100%;
}

.menu .scrolltips
{
  z-index: 10;
  position: absolute;
  opacity: 0;
  visibility: hidden;

  bottom: calc(20vh - 6.25vw);
  left:50%;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 6px;
  text-transform: uppercase;
  transform:translateX(-50%) translateY(50%);
  -webkit-transform:translateX(-50%) translateY(50%);
}

.content
{
  display: inline-block;
  position: relative;
  width: 100vw;
  min-height: 100vh;
  font-family: 'Lora', serif;
  font-size: 12px;
}

.content .wrapper
{
  display: inline-block;
  position: relative;
  width: 80vw;
  left: 10vw;
  min-height: 100vh;
}


.sidenavigation
{
  display: inline-block;
  position: fixed;
  right: 0;
  top: 45vh;
  width: 10vw;
  transform:translateY(-50%) translateZ(0);
  -webkit-transform:translateY(-50%) translateZ(0);
  z-index: 1;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  will-change: transform;
}

.sidenavigation .line1
{
  display: inline-block;
  position: absolute;
  right: 0%;
  top: -6px;
  width: 100%;
  height: 1px;
  background: #403f3e;
  transform:scaleX(0);
  -webkit-transform:scaleX(0);
}

.sidenavigation .line2
{
  display: inline-block;
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #403f3e;
  transform:scaleX(0);
  -webkit-transform:scaleX(0);
}

.sidenavigation .chapter
{
  position: relative;
  width: 90%;
  left: 10%;
  text-align: left;
  font-family: "a-otf-futo-min-a101-pr6n",serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.1em;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 35px;
}

.sidenavigation .chapter:first-child {
  margin-top: 20px;
}

.sidenavigation .chapter:last-child {
  margin-bottom: 20px;
}

.sidenavigation .chapter .title
{
  margin-top: 0;
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  width: 100%;
  letter-spacing: 0;
  left: 0;
  text-align: left;
  color: inherit;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.frontcover
{
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;

  z-index: 1;

  overflow: hidden;

  perspective: 200vw;
  -webkit-perspective: 200vw;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.frontcover .text1
{
  position: relative;
  left: 10vw;
  font-family: 'Lora', serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.05em;
  transform:translateX(60px);
  -webkit-transform:translateX(60px);
}

.frontcover .text1:before
{
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: -60px;
  top: 50%;
  background: #ffffff;
}

.frontcover .text2
{
  position: relative;
  left: 10vw;
  margin-top: 12px;
  font-family: "Canela";
  font-style: Thin;
  font-size: 6vw;
  line-height: 7.2vw;
  letter-spacing: 0.35vw;
}

.frontcover .background
{
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;

  transform: scale(1.1);
  -webkit-transform: scale(1.1);

  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  will-change: transform;
}

.content .panorama
{
  position: relative;
  margin-top: 15vh;
  width: 100vw;
  height: 56.25vw;
  left: -10vw;
  background: #dddddd;

  overflow: hidden;
}

.flex {
  display: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;
}

.flex-title {
  display: -webkit-box;display: -ms-flexbox;display: flex;
}

.flex-title span:first-child {
  margin-right: 3px;
}

.content .panorama video
{
  position: absolute;
  left: 0;
  top: 0;
}


#container
{
  position: fixed;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;


  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);

  opacity: 0;
  visibility: hidden;
}

#container:active
{
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}

#container .mask
{
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%);
  background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%);
}

#container .temp
{
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 2;
  background: #f9f8f4;
}

#container .bottom
{
  position: absolute;
  width: 80%;
  height: 180px;
  left: 10%;
  bottom: 0;
  background: #f9f8f4;
  cursor: default;
  z-index: 2;

  transform:translateY(180px);
  -webkit-transform:translateY(180px);
}

#container .fadein
{
  display: inline-block;
  transform:translateY(45px);
  -webkit-transform:translateY(45px);
}

#container .buttons
{
  position: absolute;
  left: 5vw;
  top: 12px;
}

#container .buttons div
{
  display: inline-block;
  font-size: 10px;
  letter-spacing: 4px;
  color: #909f9e;
  text-transform: uppercase;
  margin-right: 2.5vw;

  cursor: pointer;
  transition:color 0.4s ease-in-out;
  -webkit-transition:color 0.4s ease-in-out;
}

#container .buttons div:hover
{
  color: #403f3e;
}

#container .info
{
  position: relative;
  left: 5vw;
  top: 50%;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.01em;
  width: calc(65vw - 85px);

  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

#container .exit
{
  position: absolute;
  display: inline-block;
  right: 5vw;
  top: 50%;

  padding: 12px 14px 12px 18px;
  border: 1px solid #403f3e;
  color: #403f3e;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;

  opacity: 0;
  visibility: hidden;

  cursor: pointer;
  transition:color 0.4s ease-in-out,border 0.4s ease-in-out;
  -webkit-transition:color 0.4s ease-in-out,border 0.4s ease-in-out;

  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

#container .exit:hover
{
  color: #e0b338;
  border: 1px solid #e0b338;
}

.explore
{
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 15%;
  padding: 12px 18px 12px 18px;
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: rgba(255,255,255,0);
  cursor: pointer;

  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);


  transition:color 0.4s ease-in-out,border 0.4s ease-in-out;
  -webkit-transition:color 0.4s ease-in-out,border 0.4s ease-in-out;
}

.explore:hover
{
  color: #e0b338;
  border: 1px solid #e0b338;
}

.frontcover .scrolltips
{
  position: absolute;
  bottom: 60px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}

.content .title
{
  display: block;
  position: relative;
  font-family: "Canela";
  font-style: Thin;
  font-size: 6vw;
  line-height: 7.2vw;
  letter-spacing: 0.35vw;
  color: #a7811a;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content .body
{
  position: relative;
  margin-top: 5vw;
  width: 70vw;
  max-width: 960px;
  left: 5vw;
  font-size: 24px;
  line-height: 56px;
  letter-spacing: 0.01em;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::selection
{
  background: #a7811a;
  color: #f2f2f2;
}


.content .body i
{
  font-style: italic;
  color: #827f7d;
  letter-spacing: 0.02em;
}

.content .bodystyle1
{
  width: 50vw;
  left: 25vw;
}

.content .bodystyle2
{
  margin-top: -45vh;
  width: 50vw;
  left: 25vw;
}

.content .bodystyle3
{
  margin-top: -55vw;
  width: 40vw;
  left: 35vw;
}

.contact_cover
{
  position: relative;
  width: 100%;
  height: 100vh;
}

.contact_cover .divider
{
  display: block;
  width: 40px;
  height: 0px;
  margin-top: 8vh;
  margin-bottom: 8vh;
}

.contact_cover .verticalcenter
{
  position: relative;
  left: 0vw;
  width: 100%;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);

  font-size: 21px;
  line-height: 42px;
  letter-spacing: 0.015em;
}

.contact_cover .verticalcenter .smalltext
{
  color: #686664;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.03em;
}

.contact_cover .verticalcenter a
{
  color: #686664;
  margin-right: 5px;

  transition:color 0.4s ease-in-out;
  -webkit-transition:color 0.4s ease-in-out;
}

.contact_cover .verticalcenter a:hover
{
  color: #a7811a;
}

.donate
{
  position: relative;
  display: inline-block;
  margin-top: 40px;
  padding: 12px 14px 12px 18px;
  border: 1px solid #403f3e;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: rgba(167, 129, 26,0);
  cursor: pointer;

  transition:color 0.4s ease-in-out,border 0.4s ease-in-out;
  -webkit-transition:color 0.4s ease-in-out,border 0.4s ease-in-out;
}

.donate:hover
{
  color: #a7811a;
  border: 1px solid #a7811a;
}

.donate_popup
{
  position: fixed;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 160px;
  padding: 5px;
  background: #f5f4f0;
  transform:translateY(-50%) translateX(-50%);
  -webkit-transform:translateY(-50%) translateX(-50%);
  border: 1px solid #403f3e;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.donate_popup .c
{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.donate_popup .ins
{
  position: relative;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.donate_popup .close
{
  position: absolute;
  display: inline-block;
  padding: 15px;
  font-size: 10px;
  top: 0;
  right: 0;
  cursor: pointer;
  transition:color 0.4s ease-in-out;
  -webkit-transition:color 0.4s ease-in-out;
}

.donate_popup .close:hover
{
  color: #a7811a;
}

.donate_popup a
{
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 14px 12px 18px;
  border: 1px solid #403f3e;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: rgba(167, 129, 26,0);
  cursor: pointer;

  transition:color 0.4s ease-in-out,border 0.4s ease-in-out;
  -webkit-transition:color 0.4s ease-in-out,border 0.4s ease-in-out;
}

.donate_popup a:hover
{
  color: #a7811a;
  border: 1px solid #a7811a;
}

.credit
{
  position: fixed;
  bottom: 60px;
  left:10vw;
  color: #686664;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
}


.credit a
{
  color: #686664;
  margin-right: 5px;

  transition:color 0.3s ease-in-out;
  -webkit-transition:color 0.3s ease-in-out;
}

.credit a:hover
{
  color: #a7811a;
}

.content .picturestyle1
{
  display: inline-block;
  position: relative;
  width: 70vw;
  margin-top: 10vh;
  left: -10vw;
  height: 40vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle2
{
  display: inline-block;
  position: relative;
  width: 50vw;
  margin-top: 10vh;
  left: 20vw;
  height: 30vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle3
{
  display: inline-block;
  position: relative;
  width: 60vw;
  margin-top: 10vh;
  left: 0;
  height: 35vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle4
{
  display: inline-block;
  position: relative;
  width: 55vw;
  margin-top: -15vh;
  left: -10vw;
  height: 35vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle5
{
  display: inline-block;
  position: relative;
  width: 80vw;
  margin-top: 15vh;
  left: 0vw;
  height: 50vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle5-1
{
  display: inline-block;
  position: relative;
  width: 80vw;
  margin-top: -15vh;
  left: 0vw;
  height: 45vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle6
{
  display: inline-block;
  position: relative;
  width: 70vw;
  margin-top: -5vh;
  left: -10vw;
  height: 40vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle7
{
  display: inline-block;
  position: relative;
  width: 40vw;
  margin-top: 15vh;
  left: 30vw;
  height: 25vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle8
{
  display: inline-block;
  position: relative;
  width: 45vw;
  margin-top: 10vh;
  left: 5vw;
  height: 25vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle9
{
  display: inline-block;
  position: relative;
  width: 80vw;
  margin-top: 10vh;
  left: -10vw;
  height: 80vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle10
{
  display: inline-block;
  position: relative;
  width: 55vw;
  margin-top: -5vh;
  left: 15vw;
  height: 35vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle11
{
  display: inline-block;
  position: relative;
  width: 60vw;
  margin-top: 15vh;
  left: 15vw;
  height: 35vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle12
{
  display: inline-block;
  position: relative;
  width: 70vw;
  margin-top: -60vh;
  left: 20vw;
  height: 55vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .blockstyle12
{
  display: block;
  position: relative;
  width:70vw;
  left:20vw;
  height:110vw;
  margin-top: -100vw;
}

.content .blockstyle12_space
{
  position: relative;
  height:80vh;
}

.content .picturestyle13
{
  display: inline-block;
  position: relative;
  width: 100vw;
  margin-top: 15vh;
  left: -10vw;
  height: 55vw;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.content .picturestyle14
{
  display: inline-block;
  position: relative;
  width: 60vw;
  margin-top: -20vh;
  left: 25vw;
  height: 40vw;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.content .picturestyle15
{
  display: inline-block;
  position: relative;
  width: 50vw;
  margin-top: -25vh;
  left: 40vw;
  height: 55vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .picturestyle16
{
  display: inline-block;
  position: relative;
  width: 50vw;
  margin-top: -30vh;
  left: 40vw;
  height: 30vw;
  background-size: cover;
  background-position: 50% 50%;
}

.content .videostyle1
{
  display: block;
  position: fixed;
  width: 360px;
  top: 50%;
  right: 10vw;
  height: 480px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.content .videostyle2
{
  display: inline-block;
  position: relative;
  width: 80vw;
  height: 45vw;
  left: 10vw;
  margin-top: 15vh;
  overflow: hidden;
}

.content .videostyle3
{
  display: inline-block;
  position: relative;
  width: 100vw;
  height: 56.25vw;
  left: -10vw;
  margin-top: 15vh;
  overflow: hidden;
}

.content .videostyle4
{
  display: inline-block;
  position: relative;
  width: 75vw;
  height: 42.1875vw;
  left: -10vw;
  margin-top: 15vh;
  overflow: hidden;
}

.frontcover video
{
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);

  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  will-change: transform;
}

.videomask
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(top,  rgba(224,255,181,0.1) 0%,rgba(251,255,209,0.15) 100%);
  background: linear-gradient(to bottom,  rgba(224,255,181,0.1) 0%,rgba(251,255,209,0.15) 100%);
}

.videomask2
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #403f3e;
  opacity: 0.3;
}

.videomask3
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(15,15,11,0.2) 20%,rgba(15,15,11,0.5) 100%);
  background: radial-gradient(ellipse at center,  rgba(15,15,11,0.2) 20%,rgba(15,15,11,0.5) 100%);
}

.content .quote
{
  position: relative;
  font-family: "Canela";
  font-style: Thin;
  font-size: 3vw;
  line-height: 4.8vw;
  letter-spacing: 0.1vw;
}

.content .quote .from
{
  margin-top: 50px;
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b4b3b1;
}

.content .quotebetween34
{
  display: inline-block;
  width: 45vw;
  left: 5vw;
  margin-top: -25vw;
}

.content .quotebetween9
{
  display: inline-block;
  width: 70vw;
  left: 5vw;
  margin-top: 25vw;
}

.content .quotelong
{
  width: 70vw;
  left: 5vw;
  margin-top: 10vw;
}

.content .section
{
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  font-size: 0px;
}

.content .timeline
{
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 100vh;
  margin-top: 5vh;
  font-size: 0;
  line-height: 0;
}

.content .timeline .startdot
{
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 30vw;
  width: 32px;
  height: 1px;
  background: #a7811a;
  z-index: 2;
  transform:translateX(-16px);
  -webkit-transform:translateX(-16px);
}

.content .timeline .enddot
{
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 30vw;
  width: 32px;
  height: 1px;
  background: #a7811a;
  z-index: 2;
  transform:translateX(-16px);
  -webkit-transform:translateX(-16px);
}

.content .timeline .line
{
  position: absolute;
  display: inline-block;
  left: 30vw;
  top: 50px;
  width: 1px;
  height: calc(100% - 100px);
  background: #a7811a;
}

.content .timeline .timelinebody
{
  display: inline-block;
  position: relative;
  margin-top: 15vh;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0.015em;
  left: 35vw;
  width: 35vw;
}

.content .timeline .timelinebody:nth-of-type(1)
{
  margin-top: 0vh;
  transform:translateY(-20px);
  -webkit-transform:translateY(-20px);
}

.content .timeline .timelinebody:before
{
  content: "";
  display: inline-block;
  position: absolute;
  left: -5vw;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #a7811a;

  transform:translateX(-45%) translateY(15px);
  -webkit-transform:translateX(-45%) translateY(15px);
}

.content .timeline .timelinebody .time
{
  display: inline-block;
  position: absolute;
  left: -5vw;
  top: 0;
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #a7811a;
  transform-origin:0% 0%;
  -webkit-transform-origin:0% 0%;
  transform:rotate(90deg) translateX(35px) translateY(25px);
  -webkit-transform:rotate(90deg) translateX(35px) translateY(25px);
}

.content .timeline .timelinebody .time:before
{
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 140%;
  background: #a7811a;
  left: 0;
  top: 50%;
  transform:translateX(-15px) translateY(-50%);
  -webkit-transform:translateX(-15px) translateY(-50%);
}

.content .timeline .timelinebody .time:after
{
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 140%;
  background: #a7811a;
  right: 0;
  top: 50%;
  transform:translateX(15px) translateY(-50%);
  -webkit-transform:translateX(15px) translateY(-50%);
}

.content .timeline .background
{
  position: absolute;
  left: -10vw;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #e8dfc7;
  opacity: 0.8;

  transition:background 4s linear;
  -webkit-transition:background 4s linear;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.content .gt
{
  display: inline-block;
  position: relative;
  margin-top: 30vh;
  width: 100vw;
  left: -10vw;
  height: calc(42vw + 100px);
  font-size: 0;
  white-space: nowrap;

  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content .gt:active
{
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}

.content .gt .book
{
  display: inline-block;
  position: relative;
  width: 30vw;
  height: 42vw;
  margin-left: 10vw;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 3px;
}

.content .gt .book:before
{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  -webkit-box-shadow: 5px 8px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 8px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 5px 8px 15px 0px rgba(0,0,0,0.3);
}

.content .gt .book .name
{
  position: absolute;
  display: inline-block;
  bottom: -50px;
  left: 50%;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  color: #b4b3b1;
  text-transform: uppercase;
  z-index: 1;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}

.content .flipbook
{
  position: relative;
  width: 60vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  left: 10vw;
  height: 45vw;
}

.content .flipbook .background
{
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/education/sutra/bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.content .flipbook .background:before
{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
}

.content .flipbooknext
{
  position: absolute;
  display: inline-block;
  left: 20px;
  bottom: -50px;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.content .flipbooknext:before
{
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: #403f3e;

  transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
}

.content .flipbooknext:hover:before
{
  right: 3px;
}

.content .flipbookprev
{
  position: absolute;
  display: inline-block;
  right: 20px;
  bottom: -50px;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.content .flipbookprev:before
{
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: #403f3e;

  transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
}

.content .flipbookprev:hover:before
{
  right: 3px;
}

.postlisting .line
{
  position: absolute;
  left: 0;
  top: 40vh;
  display: inline-block;
  width: 5vw;
  height: 1px;
  background: #a7811a;
  transform:translateY(2vw);
  -webkit-transform:translateY(2vw);
}

.postlisting .top_nav
{
  position: absolute;
  left: 0;
  width: 100%;
  top: 20vh;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #b4b3b1;
}

.postlisting .top_nav a
{
  color: #b4b3b1;
  transition:color 0.3s ease-in-out;
  -webkit-transition:color 0.3s ease-in-out;
}

.postlisting .top_nav a:hover
{
  color: #403f3e;
}

.postlisting .top_nav .divider
{
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
}

.postlisting .top_nav div
{
  position: relative;
  display: inline-block;
  margin-top: 8px;
}

.postlisting .top_nav .search .before
{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  transition:color 0.3s ease-in-out;
  -webkit-transition:color 0.3s ease-in-out;
}

.postlisting .top_nav .search .before:hover
{
  color: #403f3e;
}

.postlisting .top_nav .search .after
{
  opacity: 0;
  visibility: hidden;
}

.search-field
{
  border: none;
  border-bottom: 1px solid #b4b3b1;
  width: 160px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-family: 'Lora', serif;
  color: #b4b3b1;
  background: #f9f8f4;
}

.search-field:focus, .search-submit:focus
{
  outline: none;
}

.search-submit
{
  border: none;
  font-family: 'Lora', serif;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #b4b3b1;
  background: #f9f8f4;
  cursor: pointer;
  transition:color 0.3s ease-in-out;
  -webkit-transition:color 0.3s ease-in-out;
}

.search-submit:hover
{
  color: #403f3e;
}

.postlisting .article
{
  position: relative;
  display: inline-block;
  width: 60vw;
  left: 20vw;
  margin-top: 15vh;
}

.postlisting .article .article_title
{
  position: relative;
  font-family: "Canela";
  font-style: Thin;
  font-size: 4vw;
  line-height: 5.2vw;
  letter-spacing: 0.15vw;
}

.postlisting .article .article_title a
{
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}

.postlisting .article .article_title a:hover
{
  color: #a7811a;
}

.postlisting .article .article_date
{
  margin-top: 32px;
  font-family: "Canela";
  font-style: Thin;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #b4b3b1;
}

.postlisting .article_date_large
{
  margin-top: 48px;
  font-family: "Canela";
  font-style: Thin;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.postlisting img
{
  position: relative;
  display: inline-block;
  width: 80vw;
  height: auto;
  left: 0;
  margin-top: 10vh;
}

.postlisting .body
{
  max-width: 70vw;
}

.footer
{
  position: relative;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: 50% 0%;
}

.footer .subtitle
{
  position: relative;
  display: inline-block;
  margin-top: 40vh;
  left: 10vw;
  font-size: 12px;
  letter-spacing: 4px;
  color: #b4b3b1;
  text-transform: uppercase;
}

.footer .title
{
  display: inline-block;
  margin-top: 24px;
  left: 10vw;
  color: #403f3e;
}

.footer .title span:before
{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 100%;
  height: 1px;
  background: #403f3e;
  transition:right 0.6s ease-in-out;
  -webkit-transition:right 0.6s ease-in-out;
}

.footer .title span:hover:before
{
  right: 1%;
}


.footer .center
{
  font-size: 0;
  width: 80vw;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.footer .prev_post
{
  vertical-align: text-top;
  position: relative;
  width: 50%;
  display: inline-block;
  text-align: left;
  float: left;
}

.footer .next_post
{
  vertical-align: text-top;
  position: relative;
  width: 50%;
  display: inline-block;
  text-align: right;
  float: right;
}

.footer .nav
{
  font-size: 12px;
  letter-spacing: 4px;
  color: #b4b3b1;
  text-transform: uppercase;
}


.footer .link
{
  margin-top: 16px;
  font-family: "Canela";
  font-style: Thin;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.05em;
}

.footer .link a
{
  color: #403f3e;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}

.footer .link a:hover
{
  color: #a7811a;
}

.footer .footnote
{
  position: absolute;
  left: 10vw;
  bottom: 10vh;
  color: #686664;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.03em;
}

.parallax_obj
{
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.scrollfadein
{
  opacity: 0;
  visibility: hidden;

  transition: opacity 1s ease-out 0.2s;
  -webkit-transition: opacity 1s ease-out 0.2s;

  will-change:opacity;
}

.inkfadein
{
  position: relative;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.inkfadein .ink
{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  height: 100%;
  width: 2500%;
  background: url("../img/ink.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.inkfadein:before
{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: url("../img/inkframe.png");
  background-size: 101% 101%;
  background-position: 50% 50%;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.inkfadein .ink.fade
{
  -webkit-animation: cd-sequence 1.2s steps(24) 0.4s;
  -moz-animation: cd-sequence 1.2s steps(24) 0.4s;
  animation: cd-sequence 1.2s steps(24) 0.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}
@-moz-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -moz-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -moz-transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
  99% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
    display: none;
  }
}

.bb-vertical .bb-page {
  width: 50%;
  height: 100%;
  left: 50%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.bb-horizontal .bb-page {
  width: 100%;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.bb-page > div,
.bb-outer,
.bb-content,
.bb-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bb-vertical .bb-content {
  width: 200%;
}

.bb-horizontal .bb-content {
  height: 200%;
}

.bb-page > div {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bb-vertical .bb-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.bb-horizontal .bb-back {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.bb-outer {
  width: 100%;
  overflow: hidden;
  z-index: 999;
}

.bb-overlay,
.bb-flipoverlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bb-flipoverlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.bb-bookblock.bb-vertical > div.bb-page:first-child,
.bb-bookblock.bb-vertical > div.bb-page:first-child .bb-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.bb-bookblock.bb-horizontal > div.bb-page:first-child,
.bb-bookblock.bb-horizontal > div.bb-page:first-child .bb-back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.bb-content {
  background: #fff;
}

.bb-vertical .bb-front .bb-content {
  left: -100%;
}

.bb-horizontal .bb-front .bb-content {
  top: -100%;
}
.bb-vertical .bb-flip-next,
.bb-vertical .bb-flip-initial {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.bb-vertical .bb-flip-prev {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.bb-horizontal .bb-flip-next,
.bb-horizontal .bb-flip-initial {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.bb-horizontal .bb-flip-prev {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.bb-vertical .bb-flip-next-end {
  -webkit-transform: rotateY(-15deg);
  transform: rotateY(-15deg);
}

.bb-vertical .bb-flip-prev-end {
  -webkit-transform: rotateY(-165deg);
  transform: rotateY(-165deg);
}

.bb-horizontal .bb-flip-next-end {
  -webkit-transform: rotateX(15deg);
  transform: rotateX(15deg);
}

.bb-horizontal .bb-flip-prev-end {
  -webkit-transform: rotateX(165deg);
  transform: rotateX(165deg);
}

.bb-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
}

.bb-custom-wrapper {
  width: 97%;
  height: 98%;
  position: relative;
  left: 50%;
  top: 50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(-50%);
}

.bb-page {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.bb-bookblock {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  -webkit-perspective: 100vw;
  perspective:100vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bb-custom-side {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

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

  .content .gt .book .name
  {
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 3px;
  }

  .menu .scripture
  {
    font-size: 14px;
    line-height: 28px;
  }
}


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

  .content .gt .book .name
  {
    display: none;
  }


  .content .body
  {
    font-size: 23px;
    line-height: 42px;
  }

  .content .quote .from
  {
    margin-top: 40px;
    font-size: 12px;
    line-height: 12px;
  }


  .sidenavigation .chapter
  {
    font-size: 21px;
    line-height: 24px;
  }

  .sidenavigation .chapter .title
  {
    font-size: 16px;
    line-height: 18px;
  }

  .contact_cover .divider
  {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }

  .menu .scripture
  {
    font-size: 13px;
    line-height: 26px;
  }

  .contact_cover .verticalcenter
  {
    font-size: 18px;
    line-height: 36px;
  }

}

.social {
  margin-top: 5px;
  margin-right: 15px;
  font-size: 27px;
}

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

  .content .quote .from
  {
    margin-top: 40px;
    font-size: 12px;
    line-height: 12px;
  }

  .menu .scrolltips
  {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 5px;
  }

  .sidenavigation .chapter .title
  {
    font-size: 12px;
    line-height: 12px;
  }

  .content .videostyle1
  {
    display: none;
  }

  .contact_cover .verticalcenter .smalltext
  {
    font-size: 14px;
    line-height: 28px;
  }

  #container .bottom
  {
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 0;
    cursor: default;
    z-index: 2;
  }

  #container .info
  {
    width: calc(85vw - 85px);
  }

  .menu .scripture
  {
    font-size: 12px;
    line-height: 24px;
  }

}

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

  body
  {
    overflow-y: scroll;
  }

  .loading .loadinglogo
  {
    top: 120px;
  }

  .explore
  {
    display: none;
  }

  .menuicon
  {
    top: 65px;
    font-size: 12px;
    letter-spacing: 4px;
    width: 100px;
    right: 10%;
  }

  .menuicon div
  {
    text-align: right;
    right: 0;
    left: auto;
  }

  .menuicon div span
  {
    display: none;
  }

  .soundicon, .back-to-top
  {
    width: 30px;
    right: 5px;
  }
  .soundicon .icon, .back-to-top .icon
  {
    margin-left: 0;
  }
  .soundicon div, .back-to-top div
  {
    float: left;
  }

  .soundicon {
    bottom: 70px;
  }

  .back-to-top {
    bottom: 120px;
  }

  .soundicon div .tip, .back-to-top div .tip
  {
    display: none;
  }

  .loadingtitle
  {
    font-size: 24px;
    line-height: 48px;
  }

  .loading .soundinc .text
  {
    font-size: 16px;
    line-height: 32px;
  }


  .loading .soundinc .accept
  {
    margin-top: 32px;
    font-size: 12px;
    letter-spacing: 4px;
  }

  .content .title
  {
    font-size: 8vw;
    line-height: 9.6vw;
    letter-spacing: 0.3vw;
  }

  .content .body
  {
    width: 80vw;
    left: 0vw;
    font-size: 20px;
    line-height: 36px;
  }

  .content .timeline .line
  {
    left: 10vw;
  }

  .content .timeline .timelinebody
  {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.015em;
    left: 15vw;
    width: 60vw;
    margin-top: 10vh;
  }

  .content .timeline .startdot, .content .timeline .enddot
  {
    left: 10vw;
    width: 32px;
  }


  .content .picturestyle1, .content .picturestyle2, .content .picturestyle3, .content .picturestyle4, .content .picturestyle5, .content .picturestyle5-1, .content .picturestyle6, .content .picturestyle7, .content .picturestyle8, .content .picturestyle9, .content .picturestyle10, .content .picturestyle11, .content .picturestyle12, .content .picturestyle13, .content .picturestyle14, .content .picturestyle15, .content .picturestyle16
  {
    width: 80vw;
    margin-top: 10vh;
    left: 0vw;
    top: 0;
    height: 45vw;
  }

  .content .blockstyle12
  {
    display: none;
  }

  .content .blockstyle12_space
  {
    display: none;
  }

  .content .videostyle2, .content .videostyle3, .content .videostyle4, .content .panorama
  {
    width: 80vw;
    margin-top: 10vh;
    left: 0vw;
    height: 45vw;
  }

  .content .flipbook
  {
    width: 80vw;
    margin-top: 10vh;
    left: 0vw;
    height: 60vw;
  }

  .content .body, .content .bodystyle1, .content .bodystyle2, .content .bodystyle3
  {
    margin-top: 5vh;
  }

  .content .bodystyle1, .content .bodystyle2, .content .bodystyle3
  {
    width: 80vw;
    left: 0vw;
  }

  .content .quotebetween34, .content .quotebetween9, .content .quotelong
  {
    width: 80vw;
    left: 0vw;
    margin-top: 10vw;
  }

  .sidenavigation
  {
    display: none;
  }

  .contact_cover .verticalcenter
  {
    width: 80vw;
    font-size: 16px;
    line-height: 32px;
  }

  .contact_cover .verticalcenter .smalltext
  {
    font-size: 12px;
    line-height: 24px;
  }

  #container .info
  {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.015em;
  }

  #container .buttons
  {
    display: none;
  }

  .frontcover .text2
  {
    font-size: 8vw;
    line-height: 9.6vw;
    letter-spacing: 0.48vw;
  }

  .footer .nav
  {
    font-size: 9px;
    letter-spacing: 3px;
  }

  .footer .link
  {
    margin-top: 12px;
    font-size: 18px;
    line-height: 24px;
  }
}

.menu .scripture_wrapper, .menu .cover .picture
{
  display: none;
}

.menu .wrapper
{
  white-space: normal;
  width: 85vw;
  height: 100vh;
  overflow: auto;
  padding-top: 65px;
  margin-left: auto;
}

.menu .obj {
  padding-bottom: 20px;
}

.menu .title
{
  position: relative;
  line-height: 46px;
  font-size: 46px;
  letter-spacing: 0.08em;
  width: 270px;
}

@media only screen and (max-width: 500px) {
  .hiringContent
  {
    position: absolute;
    bottom: 300%;
    width: 300px;
    height: 500px;
    text-align: left;
    background-color: #e8eae6;
    box-sizing: border-box;
    padding: 20px;
    z-index: 100;
    display: none;
    overflow: auto;
    /*to hide popup initially*/
  }

  .menu .title
  {
    line-height: 8vw;
    font-size: 8vw;
    letter-spacing: 0.14vw;
    left: 0;
    width: 53%;
  }

  .submenu-toggle {
    font-size: 8vw;
  }

  .sub-menu .chapter {
    font-size: 6vw;
  }

  .logo
  {
    display: none;
  }

  .loading .loadinglogo
  {
    top: 80px;
  }


  .logo_alt
  {
    display: inline-block;
  }

  .frontcover .text1
  {
    font-size: 18px;
    line-height: 18px;
    transform:translateX(48px);
    -webkit-transform:translateX(48px);
  }

  .frontcover .text1:before
  {
    width: 28px;
    left: -48px;
  }

  .frontcover .text2
  {
    font-size: 10vw;
    line-height: 12vw;
    letter-spacing: 0.54vw;
  }

  .menuicon
  {
    top: 36px;
  }

  .loading .soundinc .text .break
  {
    display: block;
  }

  .loading .soundinc .text
  {
    font-size: 16px;
    line-height: 24px;
  }

  .loading .soundinc .accept, .donate
  {
    margin-top: 24px;
    padding: 10px 15px 10px 15px;
    font-size: 10px;
    letter-spacing: 4px;
  }

  .loading .nosound
  {
    font-size: 10px;
  }

  .content .body, .content .timeline .timelinebody
  {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.015em;
  }

  .content .timeline .timelinebody .scrollfadein
  {
    display: inline-block;
    transform:translateY(6px);
    -webkit-transform:translateY(6px);
  }

  .content .timeline .timelinebody:before
  {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    transform:translateX(-45%) translateY(10px);
    -webkit-transform:translateX(-45%) translateY(10px);
  }

  .content .timeline .timelinebody .time
  {
    font-size: 12px;
    line-height: 12px;

    transform:rotate(90deg) translateX(25px) translateY(25px);
    -webkit-transform:rotate(90deg) translateX(25px) translateY(25px);
  }

  .content .quote
  {
    font-size: 4vw;
    line-height: 8vw;
    letter-spacing: 0.15vw;
  }

  .content .quote .from
  {
    margin-top: 32px;
    font-size: 8px;
    line-height: 8px;
  }

  .content .flipbooknext, .content .flipbookprev
  {
    font-size: 10px;
    letter-spacing: 3px;
    bottom: -30px;
  }

  .content .flipbooknext span, .content .flipbookprev span
  {
    display: none;
  }

  .footer .footnote
  {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.03em;
  }

  .scrollfadein
  {
    opacity: 1;
    visibility: visible;
  }

  .contact_cover .verticalcenter
  {
    font-size: 14px;
    line-height: 28px;
  }

  .contact_cover .verticalcenter .smalltext
  {
    font-size: 10px;
    line-height: 20px;
  }

  .postlisting .top_nav .divider
  {
    display: none;
  }

  .postlisting .top_nav div
  {
    margin-right: 32px;
  }

  .postlisting .article
  {
    width: 70vw;
    left: 10vw;
    margin-top: 15vh;
  }

  .postlisting .article .article_title
  {
    font-size: 5vw;
    line-height: 6.4vw;
    letter-spacing: 0.15vw;
  }

  .postlisting .article .article_date
  {
    margin-top: 24px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .footer .prev_post
  {
    vertical-align: text-top;
    width: 100%;
    display: block;
    text-align: left;
  }

  .footer .next_post
  {
    margin-top: 32px;
    vertical-align: text-top;
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
  }

  .donate_popup
  {
    width: 280px;
    height: 120px;
  }

  .donate_popup .ins
  {
    font-size: 10px;
    line-height: 16px;
  }

  .donate_popup a
  {
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 8px 9px 8px 12px;
    font-size: 10px;
    letter-spacing: 4px;
  }
  .credit
  {
    font-size: 8px;
    letter-spacing: 3px;
  }


  .footer .nav
  {
    font-size: 8px;
  }

  .footer .link
  {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }
}

/* UPDATES */
