.version.our_gallery {
  color: #000001;
  background-color: #57A6FF;
}

body {
    position: relative;
	height: 100%;
}

.header {
	margin-top: -11px;
}
.header.flipbookview {
	width: 100%;
	position: relative;
}
#flipbook {
	position: relative;
	border: 0px;
	min-width: 90%;
	height: calc(100vh - 70px);
	margin-top: 15px;
	margin-left: 5%;
	transform-origin: center;
	-webkit-transition: height 1s linear;
	transition: height 1s linear;
}
#flipbook.flipbookview {
	transform-origin: center;
	height: calc(100vh - 200px);
}
#frame-div {
	height: 11px;
	z-index: 18;
    width: 100px;
	margin-left: 105px;
	text-align: center;
	transition-duration: 0.7s;
  	transition-timing-function: ease;
	-webkit-transition-duration: 0.7s;
  	-webkit-transition-timing-function: ease;
}
#orngframe-logo.menubutton{
	width: 80px;
	height: 20px;
	text-align: center;
	align-content: center;
	border-radius: 0px 0px 5px 5px;
	transition: 1s;
}
#orngframe-logo.menubutton:hover{
	transition: height 0.7s;
	height: 25px;
}
.menuspan{
	position: relative;
	font-size: 18px;
	top: 2px;
}
.button-container{
	width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 20px;
}
.continue-button {
	 width: 200px;
	 height: 50px;
	 position: relative;
	 border: solid rgba(255, 255, 255, 0.3) 1px;
	 background: transparent;
	 cursor: pointer;
	 margin: auto;
	 text-align: center;
	 transition: all 1s;
}
.continue-button.light-mode {
	 border: solid rgba(0,0,0,0.30) 1px;
}
 .continue-button span {
	 position: relative;
	 top: 15px;
	 font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	 font-size: 18px;
	 opacity: 0.7;
}
 .continue-button .line {
	 background: var(--orange);
	 position: absolute;
	 transition: none;
	 transform: scale(0);
	 opacity: 1;
}
 .continue-button .line.light-mode {
	background: var(--darkbrown);
}
 .continue-button .line:nth-child(1) {
	 transform-origin: 100% 100%;
	 height: 3px;
	 width: 20%;
	 bottom: -1px;
}
 .continue-button .line:nth-child(4) {
	 transform-origin: 0 100%;
	 height: 3px;
	 width: 20%;
	 top: -2.5px;
	 right: 0;
}
 .continue-button .line:nth-child(2) {
	 transform-origin: 100% 100%;
	 height: 100%;
	 width: 3px;
	 bottom: 0;
	 left: -2.5px;
}
 .continue-button .line:nth-child(5) {
	 transform-origin: 100% 0;
	 height: 100%;
	 width: 3px;
	 bottom: 0;
	 right: -1.5px;
}
 .continue-button .line:nth-child(3) {
	 transform-origin: 0 100%;
	 height: 3px;
	 width: 100%;
	 top: -2px;
	 left: 2px;
}
 .continue-button .line:nth-child(6) {
	 transform-origin: 100% 0;
	 height: 3px;
	 width: 100%;
	 bottom: -3px;
	 right: -1px;
}
 .continue-button:hover > .line {
	 transform: scale(1);
	 opacity: 0;
	 transition: all 1s;
}
 .continue-button:hover > .line:nth-child(2), .continue-button:hover > .line:nth-child(5) {
	 transition-delay: 0.5s;
}
 .continue-button:hover > .line:nth-child(3), .continue-button:hover > .line:nth-child(6) {
	 transition-delay: 0.9s;
}
 .continue-button:hover {
	 background: rgba(255, 255, 255, 0.03);
}
 .continue-button.light-mode:hover {
	 background: rgba(46,0,29,0.03);
}
 

@media (min-width: 1057px), print {
  #muse_css_mq {
    background-color: #FFFFFF;
  }
  #bp_infinity.active {
    display: block;
  	min-height: 100vh;
	min-height: 100vh;
	min-height: 100dvh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 40px;
  }
  #page.flipbookview {
	padding-bottom: 0px;
  }
  #u20672-6 {
    z-index: 12;
    width: 312px;
    min-height: 106px;
    position: relative;
    margin-right: -10000px;
    margin-top: 13px;
  }
  #u26807-4 {
    z-index: 78;
    line-height: 43px;
	text-decoration: underline;
	text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
    text-align: center;
    font-size: 34px;
    position: relative;
    width: 90%;
    margin: 50px 5% auto 5%;
  }
  #u26807-5 {
    z-index: 79;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    position: relative;
    width: 60%;
	margin: 25px 20% 30px 20%;
  }
  #u20792 {
    z-index: 18;
    width: 98px;
    height: 10px;
    position: relative;
    margin-right: -10000px;
    margin-top: 0px;
    left: 105px;
  }
  #pu158246 {
    z-index: 77;
    padding-bottom: 0px;
    margin-right: -10000px;
    margin-top: 281px;
    width: 25.59%;
    margin-left: 41.67%;
  }
  #u158246 {
    z-index: 77;
    min-height: 100px;
    position: relative;
    width: 65.15%;
  }
}
@media (min-width: 968px) and (max-width: 1056px) {
  #muse_css_mq {
    background-color: #000420;
  }
  #bp_1056.active {
    display: block;
  	min-height: 100vh;
	min-height: 100vh;
	min-height: 100dvh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 1056px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 40px;
  }
  #page.flipbookview {
	padding-bottom: 0px;
  }
  #u26807-4 {
    z-index: 78;
    line-height: 43px;
	text-decoration: underline;
	text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
    text-align: center;
    font-size: 34px;
    position: relative;
    width: 90%;
    margin: 50px 5% auto 5%;
  }
  #u26807-5 {
    z-index: 79;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    position: relative;
    width: 60%;
	margin: 25px 20% 30px 20%;
  }
}
@media (min-width: 871px) and (max-width: 967px) {
  #muse_css_mq {
    background-color: #0003c7;
  }
  #bp_967.active {
    display: block;
  	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 967px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 40px;
  }
  #page.flipbookview {
	padding-bottom: 0px;
  }
  #u26807-4 {
    z-index: 78;
    line-height: 43px;
	text-decoration: underline;
	text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
    text-align: center;
    font-size: 34px;
    position: relative;
    width: 90%;
    margin: 50px 5% auto 5%;
  }
  #u26807-5 {
    z-index: 79;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    position: relative;
    width: 60%;
	margin: 25px 20% 30px 20%;
  }
}
@media (min-width: 709px) and (max-width: 870px) {
  #muse_css_mq {
    background-color: #000366;
  }
  #bp_870.active {
    display: block;
  	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 40px;
  }
  #page.flipbookview {
	padding-bottom: 0px;
  }
  #u26807-4 {
    z-index: 78;
    line-height: 43px;
	text-decoration: underline;
	text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
    text-align: center;
    font-size: 28px;
    position: relative;
    width: 90%;
    margin: 50px 5% auto 5%;
  }
  #u26807-5 {
    z-index: 79;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    position: relative;
    width: 70%;
	margin: 25px 15% 30px 15%;
  }
  #flipbook {
	height: calc(100vh - 70px);
  }
  #flipbook.flipbookview {
	height: calc(100vh - 200px);
  }
}
@media (min-width: 596px) and (max-width: 708px) {
  #muse_css_mq {
    background-color: #0002c4;
  }
  #bp_708.active {
    display: block;
  	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 65px;
  }
  #page.flipbookview {
	padding-bottom: 0px;
  }
  #u26807-4 {
    z-index: 78;
    line-height: 43px;
	text-decoration: underline;
	text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
    text-align: center;
    font-size: 27px;
    position: relative;
    width: 90%;
    margin: 50px 5% auto 5%;
  }
  #u26807-5 {
    z-index: 79;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    position: relative;
    width: 70%;
	margin: 25px 15% 30px 15%;
  }
  #flipbook {
	height: calc(100vh - 100px);
  }
  #flipbook.flipbookview {
	height: calc(100vh - 300px);
  }
}
@media (min-width: 421px) and (max-width: 595px) {
  #muse_css_mq {
    background-color: #000253;
  }
  #bp_595.active {
    display: block;
  	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 595px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 65px;
  }
  #page.flipbookview {
	padding-bottom: 0px;
  }
  #u26807-4 {
    z-index: 78;
    line-height: 43px;
	text-decoration: underline;
	text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
    text-align: center;
    font-size: 34px;
    position: relative;
    width: 90%;
    margin: 50px 5% auto 5%;
  }
  #u26807-5 {
    z-index: 79;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    position: relative;
    width: 70%;
	margin: 25px 15% 30px 15%;
  }
  #flipbook {
	height: calc(100vh - 120px);
  }
  #flipbook.flipbookview {
	height: calc(100vh - 300px);
  }
}
@media (min-width: 321px) and (max-width: 420px) {
  #muse_css_mq {
    background-color: #0001a4;
  }
  #bp_420.active {
    display: block;
  	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    padding-bottom: 80px;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  #page.flipbookview {
	padding-bottom: 0px;
  }
  #u26807-4 {
    z-index: 78;
    line-height: 43px;
	text-decoration: underline;
	text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
    text-align: center;
    font-size: 28px;
    position: relative;
    width: 95%;
    margin: 50px 2.5% auto 2.5%;
  }
  #u26807-5 {
    z-index: 79;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    position: relative;
    width: 80%;
	margin: 25px 10% 30px 10%;
  }
  #flipbook {
	border: 0px;
	width: 95%;
	height: calc(100vh - 120px);
	margin-top: 20px;
	margin-left: 2.5%;
  }
  #flipbook.flipbookview {
	height: calc(100vh - 300px);
	margin-top: 1px;
  }
}
@media (max-width: 320px) {
  #muse_css_mq {
    background-color: #0001a4;
  }
  #bp_420.active {
    display: block;
  	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    padding-bottom: 80px;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  #page.flipbookview {
	padding-bottom: 0px;
  }
  #u26807-4 {
    z-index: 78;
    line-height: 43px;
	text-decoration: underline;
	text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
    text-align: center;
    font-size: 28px;
    position: relative;
    width: 95%;
    margin: 50px 2.5% auto 2.5%;
  }
  #u26807-5 {
    z-index: 79;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    position: relative;
    width: 80%;
	margin: 25px 10% 30px 10%;
  }
  #flipbook {
	border: 0px;
	width: 95%;
	height: calc(100vh - 100px);
	margin-top: 7px;
	margin-left: 2.5%;
  }
  #flipbook.flipbookview {
	height: calc(100vh - 300px);
  }
}

@media (max-width: 658.9px) {
  #frame-div {
	margin-left: auto;
	margin-right: auto;
  }
}