/*
Theme Name: LASALLEYIR
Author: stvn.co
Author URI: stvn.co
Version: 999.9
*/

/* START GLOBAL */
html,body {
	position: relative;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

body {xoverflow-x: hidden;}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.overflow-hidden {
	overflow: hidden;
}

#overlay-whole {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: transparent;
	z-index: 99999999999999999999;
	display: none;
}
body.in-transition #overlay-whole {
	display: block;
}

* {
	outline: none !important;
}

/* ENG GLOBAL */

.menu a {
	cursor: pointer;
}

/* START HAMBURGER */
#hamburger {
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 99999999;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #808080; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #808080;
    border-radius: 4px;
    position: absolute;
    /* transition-property: transform, background-color;
    transition-duration: 0.3s;
	transition-timing-function: ease; */
	transition: transform 0.3s ease, background .5s ease;
	}
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
    .hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 15px;
    /* transition-property: transform, opacity, background-color;
    transition-timing-function: ease;
	transition-duration: 0.3s;  */
	transition: transform 0.3s ease, background .5s ease, opacity 0.3s ease;
}
  .hamburger--slider .hamburger-inner::after {
    top: 30px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 14px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -10px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -30px, 0) rotate(-90deg); }
    
    #menu {
		width: 50%;
		height: 100vh;
		background: url(http://placehold.it/800x1600/000000/ffffff/);
		position: fixed;
		right: 0;
		top: 0;
		z-index: 999999;
		transform: translateX(100%);
		transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, background .25s ease, opacity .25s ease-in-out 0s;
	}
	
	 .menu {
		width: 50%;
		height: 100vh;
		position: fixed;
		right: 0;
		top: 0;
				opacity: 0;
		overflow-y: auto;
		z-index: 9999999;
		transform: translateX(100%);
		transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity .25s ease-in-out 0s;
}	
.menu-section.is-selected {
	pointer-events: none !important;
}
.menu-back-full, .sub-menu-back-full {
	width: 100%;
	height: 100vh;
	position: fixed;
	background: transparent;
	z-index: 999999;
	top: 0;
	left: 0;
	display: none;
}
	#menu.is-opened {
		transform: translateX(0);
		
		background: url(http://placehold.it/800x1600/000000/ffffff/);
		transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, background .25s ease, opacity .25s ease-in-out 0s;
	}	
	
	.menu.is-opened {
		transform: translateX(0);
		opacity: 1;
		transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity .25s ease-in-out 1s;
	}
	
	.menu.is-faded, #menu.is-faded {
		opacity: 0;
		transition: opacity 1s ease-in-out 0s;
	}
	
	.menu ul, .menu li {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {
		padding: 25px;
	}
	
	.menu a {
		color: #fff;
	}
	
	.menu li {
		padding-bottom: 20px;
	}
	
	.menu-kv {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(50%);
	}
	
	.section-kv.is-half {
		transform: translateX(50%);
	}
	#menu.is-hovered {
		xbackground: none;
		transition: background .25s ease;
	}
	.menu li a.is-clicked {
		margin-left: 0;
		transform: translateX(50px);
		display: inline-block;
		transition: transform 1s ease;
	}
	.menu.is-hovered li a {
		opacity: 0.5;
	}
	.menu li a.is-hovered {
		opacity: 1 !important;
	}
	#menu-section-3.is-hovered {
		color: black;
	}
	.menu li a.is-selected {
		opacity: 0.5;
	}
	#back-to-home {
		xopacity: 0;
		xtransition: opacity 1s ease;
	}
	.is-in-sub-section #back-to-home {
		xopacity: 1;
		xtransition: opacity 1s ease 1s;
	}
	#backhome {
		display: none;
	}
	#mobile-hamburger-bg {
		display: none;
	}

/* END HAMBURGER */

/* sub section nav */
.sub-section-nav ul, .sub-section-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sub-section-nav li {    padding-bottom: 10px;}
.sub-section-nav {
	    position: fixed;
    z-index: 9;
    width: 50vw;
    left: 50vw;
	padding: 23px 30px;
	opacity: 0;
	transition: opacity 1s ease;
	height: 100%;
	xoverflow-y: auto;
	background: silver;
}
.section-kv.is-opened .sub-section-nav {
	xopacity: 1;
	xtransition: opacity 1s ease 1s;
}
.sub-menu-scroll {
	overflow-y: auto;

height: 100%;}
.sub-section-nav h3 {margin-bottom: 25px;}
.sub-section-nav a {
	color: black;
}
.section-kv-title {
	right: 25px;
	xopacity: 0;
	z-index: 9999999;
}
.is-opened .section-kv-title {
	xopacity: 1;
}
.multi.section-kv-title {cursor: pointer;}
.open-half .section-kv-title {
	right: calc(50% - 75px);
	transition: right 1s cubic-bezier(0.76, 0, 0.24, 1), opacity 1s ease 1s;
}
.open-half .sub-section-nav {
	
	opacity: 1;
	
	transition: opacity 1s ease 1s;
}
/* end sub section nav */


/* START TYPOGRAPHY */
html, body {
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 3rem;
}
/* END TYPOGRAPHY */



/* START LANDING SECTIONS */

section {
	height: 100vh;
}

/* #fullpage {overflow-y: scroll;
	height: 100vh;
	scroll-snap-points-y: repeat(100vh);
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
}
#fullpage .section {
	height: 100vh;
  scroll-snap-align: start;
  position: relative;
} */

.main-content {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	position: sticky;
	top: 0;
	z-index: 1;
}

/* .main-content, .section-title {
	z-index: 1;
	width: 50%;
} */

.main-content, .section-title {
    z-index: 1;
    width: 50%;
    margin-left: 25%;
    text-align: center;
	xpadding-left: 30px !important;
	xpadding-right: 30px !important;
}
.section-title {
	margin-left: 10%;
}

.section-subtitle {
	width: 70%;
    max-width: 600px;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 30px;
	position: absolute;
	bottom: 30px;
	text-align: center;
	z-index: 1;
	font-family: 'Arizona Mix';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.15px;
    line-height: 20px;
}
.section-titles {
	position: sticky;
	top: 0;
	z-index: 1;
	xheight: 100%;
}

#scroll-down {
	position: absolute;
    bottom: 30px !important;
    bottom: 30px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
}

#back-to-top, #back-to-top-section {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 999;
	xdisplay: none;
	cursor: pointer;
}

#back-to-top {
	
	transition: opacity 1s ease;
}
#back-to-top svg path {
	transition: all 1s ease;
}
.fp-viewing-0 #back-to-top {
	opacity:0;
}

#back-to-top-section {
	z-index: 9999999999;
}

.section-title {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	padding-top: 60px;
	padding-left: 25px;
	padding-bottom: 25px;
	opacity: 1;
	width: 80%;
	display: inline-block;
	transition: transform 1s ease-in-out, opacity .75s ease;
}

.white {
	color: #fff;
}

#landing {
	xoverflow-y: hidden;
}

#landing, section.section {
	overflow: clip !important;
	contain: paint !important;
	height: 100vh;
	max-height: 100vh;
}

.video-wrapper {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
}
 
video.full-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
  }

#lasalle-fixed {
	position: fixed;
	top: 25px;
	left: 50% !important;
	transform: translateX(-50%);
	z-index: 9;
	cursor: pointer;width: 100%;
}
#lasalle-fixed div {
	text-align: center;
	position: absolute;
	width: 100%;
}
#lasalle-fixed .fixed-other {
	opacity: 1;
	visibility: visible;
}
#lasalle-fixed .fixed-first {
	opacity: 0;
	visibility: hidden;
}
.fp-viewing-0 #lasalle-fixed .fixed-other {
	opacity: 0;
	visibility: hidden;
}
.fp-viewing-0 #lasalle-fixed .fixed-first {
	opacity: 1;
	visibility: visible;
}
#landing {
	position: relative;
	z-index: 99;
	background-size: cover;
}

.section-grid-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.section {
	background: silver;
	position: relative;
}
.section-link, .section {
	cursor: url("img/readmore.png") 0 0, pointer; /* Legacy */
    cursor: url("img/readmore.png") 0 0, pointer; /* FF */
    cursor: -webkit-image-set(url("img/readmore.png") 1x, url("img/readmore2x.png") 2x) 0 0, pointer; /* Webkit */

}
.section:nth-of-type(odd) {
	background: gray;
}

.section-link {
	display: block;
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#copyright {
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 9;
}

/* END LANDING SECTIONS */


/* START SUB SECTIONS */

.sub-section {
	width: calc(100% - 75px);
	height: 100vh;
	background: white;
	overflow-y: scroll;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate3d(200%,0,0);
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);


	xscroll-behavior: smooth;
}

.sub-section .lasalle-title {
	position: sticky;
	top: 0;
	z-index: 999;
	display: none;
	background-color: #fff;
	transition: background 1s ease 0.5s;
}

.sub-section .lasalle-title a {
	text-decoration: none;
	display: inline-block;
}


.sub-section-content h1 {margin-top: 0;margin-bottom: 0;}

#sub-section-nav-x {
	position: absolute;
    top: 27px;
    left: 25px;
	opacity: 0.75;
	cursor: pointer;
}

.sub-section-content {
	height: auto;
	width: 100%;
	display: none;
	padding: 25px;
	padding-right: 90px;
	overflow-y: scroll;
	position: absolute;
	top: 0;
}

.sub-section.is-active {
	transform: translate3d(75px,0,0);
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.section-kv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	transform: translate3d(100%,0,0);
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), opacity .25s ease-in-out 0s;
	opacity: 0;
}
.show {
	opacity: 1;
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), margin-left 1s ease, opacity .25s ease-in-out 0s;
}
.mustshow {
	opacity: 1;
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), margin-left 1s ease, opacity .25s ease-in-out 0s;
}
.ztop {
	xz-index: 99999;
}
.clicktop {
	xz-index: 999999;
}

.section-kv.is-opened {
	transform: translate3d(calc(-100% + 75px),0,0);
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), margin-left 1s ease, opacity .25s ease-in-out 0s;
}

.section-title.is-active {
	transform: translate3d(100px,0,0);
	opacity: 0;
	transition: transform 1s ease-in-out, opacity .75s ease;
}

#white-fixed {
	z-index: 99;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	transform: translate3d(100%,0,0);
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
	background: white;
}
#white-fixed.is-active {
	transform: translate3d(0%,0,0);
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
}

x.section-kv-title {
    /* position: fixed;
    right: 25px;
    top: 50%;
    transform: rotate(-90deg) translateX(50%);
	transform-origin: bottom right; */
	position: fixed;
    right: 0;
    top: -75px;
    transform: rotate(-90deg) translateX(0%);
    transform-origin: bottom right;
    width: calc(100vh);
    text-align: center;
    height: 75px;
	line-height: 75px;
	z-index: 10;
}
.section-kv-title {
	position: fixed;
    left: calc(-100vh + 75px);
    top: -75px;
    transform: rotate(-90deg) translateX(0%);
    transform-origin: bottom right;
    width: 100vh;
    text-align: center;
    height: 75px;
    line-height: 75px;
    display: none;
    /* background: red; */
    /* opacity: 1; */
}
.section-kv.open-half {
	transform: translate3d(-50%,0,0);
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), margin-left 1s ease, opacity .25s ease-in-out 0s;
}
.moveleft {
	transform: translate3d(-100%,0,0) !important;
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), margin-left 1s ease, opacity .25s ease-in-out 0s;
}

.cross {
	background: white;
    height: 20px;
    position: absolute;
    width: 2px;
    top: 27px;
    left: calc(100% - 46px);
	transition: transform 1s ease;
  }
  .cross:after {
	background: inherit;
    content: "";
    height: 2px;
    left: -9px;
    position: absolute;
    top: 9px;
    width: 20px;
  }
  .cross.open-half {
	  transform: rotate(45deg);
	  transition: transform 1s ease;
  }

  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    padding: 0;
    cursor: pointer;
}

.slick-prev {
	left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.slick-next {
	right: 0;
	width: 50%;
    height: 100%;
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    content: '';
}

@media (min-width: 768px) {}

/* END SUB SECTIONS */

/* STORY */

.story {
	xpadding-left: 80px;
    xpadding-right: 40%;
}
.caption {text-align: center;margin-top: 5px;}
hr {
	border-color: #111;
}
.story:nth-of-type(odd) {
	padding-left: 80px;
    padding-right: 30%;
}
.story:nth-of-type(even) {
	padding-left: 30%;
    padding-right: 80px;
}
.spacer {height: 20px;}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 10px !important;
}
.slick-dots li button:before {color: white;}
.content {margin-bottom: 20px;}
.content p:last-child {
	margin-bottom: 0;
}
.slider-caption.hidden {display: none !important;}
hr {
    margin-top: 20px;
	margin-bottom: 20px;
}

blockquote:last-child {
	margin-bottom: 0;
}

/* END STORY */

/* INFOGRPAHIC */
.infographic {
	display: block;
	width: 100%;
}
.bar {
	display: block;
	float: left;
	height: 200px;
	border: 2px solid orange;
	border-right-width: 0;
	position: relative;
}
.bar:last-child {
	border-right-width: 2px;
}
.bar-label {
	position: absolute;
    bottom: 0;
    transform: translateY(100%);
    padding-top: 5px;
}

/* END INFOGRAPHIC */

/* GALLERY */
.story.gallery {
    padding-left: 80px;
    padding-right: 80px;
}

.story .gallery {
	margin-bottom: 30px;
}

.gallery img {
	width: 100%;
}
.gallery .mb {margin-bottom: 30px;}

.gallery-bg {width: 100%;height: 100%;}
/* END GALLERy */

/* START SCROLLBAR */

body::-webkit-scrollbar, .sub-menu-scroll::-webkit-scrollbar { display: none;  }
/* width */
::-webkit-scrollbar {
    width: 0;
}
 
/* button */
::-webkit-scrollbar-button {
    background: #222;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #333;
}
 
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #666;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: #000;
}
 
/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}
 
/* Corner */
::-webkit-scrollbar-corner {
    background: #999;
}
 
/* Resizer */
::-webkit-resizer {
    background: #111;
}
/* END SCROLLBAR */

/* TABLET STYLES */
@media (min-width: 768px) and (max-width: 1189px) { 

	a:hover, a:active, a:focus {
		color: inherit !important;
	}
	.has-sub-menu-open #hamburger {
		opacity: 0 !important;
		transition: opacity 1s ease;
	}
	#hamburger {
		opacity: 1 !important;
		transition: opacity 1s ease;
	}
	.sub-section-content {
		xpadding: 30px 99px 30px 30px;
	}
	.story:nth-of-type(odd), .story.gallery {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.story:nth-of-type(even) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.section-kv.is-half {
		transform: translateX(0%);
	}
	#menu, .menu, .menu-back-full, .sub-menu-back-full {
		width: 100%;
	}
	.section-title {
		max-width: 100vw;
	}
	.menu.is-opened {
		transform: translateX(0);
	}
	/* .overflow-hidden #menu {
		z-index: 99999999;	
	}
	.overflow-hidden .section-kv {
		z-index: 99999999;
	}
	.overflow-hidden .section-kv-title {
		z-index: 999999999;
	}
	.overflow-hidden .menu {
		z-index: 9999999999;
	}
	.overflow-hidden #hamburger {
		z-index: 9999999999;
	} */
	
	.overflow-hidden.menu-is-opened .section-kv-title, .overflow-hidden.menu-is-opened .section-kv {
		opacity:0 !important;
		transition: all .25s ease .6s;
	}
	.overflow-hidden .section-kv-title, .overflow-hidden .section-kv-title {
		opacity: 1;
		transition: all .25s ease .6s;
	}
	.moveleft {
		transform: translate3d(-100%,0,0) !important;
		opacity: 0;
		transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), margin-left 1s ease, opacity .25s ease-in-out 0s;
	}
	


	body[data-active=home] .menu.is-opened {
		transform: translateX(0);
	}
	.sub-section-nav {
		position: fixed;
		z-index: 9;
		width: 25vw;
		left: 100vw;
		padding: 25px;
		padding-left: 75px;
		opacity: 0;
		transition: opacity 1s ease;
	}
	.section-kv.open-half {
		transform: translate3d(-0%,0,0);
		transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), margin-left 1s ease, opacity .25s ease-in-out 0s;
	}
 }

 @media only screen and (min-device-width: 768px) 
                   and (max-device-width: 1200px) 
                   and (orientation: landscape) {

					section:not(#landing), .section-link {
						height: 100vh !important;
					}
}

@media (max-width: 1680px) {
	.story:nth-of-type(odd) {
		padding-left: 80px;
		padding-right: 30% !important;
	}
	.story:nth-of-type(even) {
		padding-left: 30% !important;
		padding-right: 80px;
	}
 }

 .read-more-section a {
	display: block;
	font-size: 16px !important;
	line-height: 19px !important;
 }

 /* MOBILE STYLES */
@media (max-width: 767.98px) {

	.main-content {
		z-index: 999 !important;
	}
	.video-wrapper video, .video-wrapper {
		z-index: 0 !important;
	}

		.bodyslide {
			transform: translateX(100%);
			transition: transform 1s ease;
		}
	.menu-section.is-selected {
		pointer-events: none !important;
	}

	.subheader h1, .subheader h2, .subheader h3, .subheader h4, .subheader h5, .subheader h6 {
		margin-bottom: 0 !important;
	}
	

	#mobile-hamburger-bg a {
		
		text-decoration: none;
	}

	#backhome {
	position: absolute;
    top: -95px;
    height: 80px;
    left: 0px;
    background: transparent;
	width: 100%;
	text-indent: -9999px;
	}
	#back-to-home {
		height: 65px;
		width: 100%;
		display: block;
	}

	#menu.is-opened {
		transform: translate(0, calc(0% + 64px));
	}

	.show {
	opacity: 1;
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), margin-left 1s ease, opacity .25s ease 0s;
	}
.mustshow {
	opacity: 1;
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), margin-left 1s ease, opacity .25s ease 0s;
	}

	.menu li a.is-clicked {
		margin-left: 0;
		transform: translateX(30px);
		display: inline-block;
		transition: all 1s ease;
	}

	.sub-menu-back-full {
		display: none !important;
	}

	.menu-back-full {}

	.menu {
		transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1) 1s, opacity .25s ease 0s;
	}

	.menu.is-in-sub-section > #mobile-hamburger-bg {
		xdisplay: none;
		opacity: 0 !important;
	}

	.menu.is-opened {
		transform: translateX(0);
		opacity: 1;
		transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity .5s ease 1s;
	}

	.hamburger--slider.is-active .hamburger-inner {
		transform: translate3d(0, 10px, 0) rotate(45deg);
	}

	#hamburger {
		z-index: 999999999;
	}

	.menu {
		z-index: 99999999;
		xtransform: translateX(0);
	}
	#menu {
		z-index: 9999999;
	}
	.section-kv-title {
		z-index: 999999;
	}

	.movetop {
		top: -100vh;
	}

	.menu {
		width: 100%;
		height: 100%;
	}

	#menu {
		width: 100%;
		height: calc(100% - 64px);
	}
	#menu {
		transform: translateX(0) translateY(-100%);
	}

	.story, .story.gallery {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.sub-section-content > h1 {
		margin-top: 100px;
	}

	.sub-section-content {
		padding: 25px 25px 25px 25px !important;
	}

	.bar {
		height: 100px !important;
	}

	#back-to-top svg, #back-to-top-section svg {
		height: 32px;
	}

	.menu {
		padding: 100px 25px 25px 25px;
	}

	.sub-section-nav {
		padding: 125px 25px 25px 25px;
	}
	
	@keyframes mtransition {
		0% {transform: translate3d(0,calc(-100%),0);}
		50% {transform: translate3d(0,0,0);}
		100% {transform: translate3d(0,calc(-100% + 125px),0);}
	  }
	.section-kv {
		transform: translate3d(0,calc(-100% + 125px),0);	
		z-index: 99999;
	}
	
	.mustshow {z-index: 999991;}
	.section-kv.is-opened {
		transform: translate3d(0,calc(-100% + 125px),0);
		animation-name: mtransition;
		animation-duration: 2s;
		animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
		xanimation-fill-mode: both;
	}
	@keyframes mtransitionfrommenu {
		0% {transform: translateY(-0%);}
		50% {transform: translateY(-0%);}
		100% {transform: translateY(calc(-100% + 125px));}
	  }
	  .section-kv.is-opened-from-menu, .section-kv.is-opened.is-opened-from-menu {
		xtransform: translate3d(0,calc(-100% + 125px),0);
		animation-name: mtransitionfrommenu;
		animation-duration: 2s;
		animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
		xanimation-fill-mode: both;
	}

	.is-opened-from-menu, .section-kv.is-opened.is-opened-from-menu {
		transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity .25s ease 0s;
	}
	
	section, .section-link {
		height: 100vh;
	}

	.section-link {
		bottom: 0;
		top: 0;
		height: 100% !important;
	}
	
	html,body {
		xheight: 100%;
	}
	#landing {
		height: 100%;
	}

	#xlasalle-fixed, .lasalle-title {
		display: none !important;
	}

	.sub-section {
		width: 100%;
		height: 100%;
		transform: translate3d(0%,100%,0);
	}
	.sub-section.is-active {
		transform: translate3d(0,0,0);
		transition-delay: 1s;
	}
	#white-fixed {display: none !important;}
	.menu.is-faded, #menu.is-faded {
		opacity: 0;
		transition: opacity 1s ease-in-out;
	}
	.section-kv.is-half {
		transform: translate3d(0,calc(-100% + 125px),0);	
	}
	.moveleft {
		transform: translate3d(-0%,-100%,0) !important;
	}
	.section-kv-title {
		position: fixed;
		left: 50%;
		top: 65px;
		transform: rotate(-0) translateX(-50%);
		/* transform-origin: bottom right; */
		width: 100%;
		text-align: left;
		height: 60px;
		line-height: 60px;
		transition: bottom 1s cubic-bezier(0.76, 0, 0.24, 1), opacity 1s ease 1s;
	}
	.is-opened .section-kv-title {
		opacity: 1;
		transition: bottom 1s cubic-bezier(0.76, 0, 0.24, 1), opacity 1s ease 1s;
	}
	.open-half .section-kv-title {
		bottom: calc(100% - 130px);
		transition: bottom 1s cubic-bezier(0.76, 0, 0.24, 1), opacity 1s ease 1s;
	}
	.section-kv.open-half {
		transform: translate3d(0%,0,0) !important;
		transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), margin-left 1s ease, opacity .25s ease 0s;
	}
	.sub-section-nav {
		position: fixed;
		z-index: 9;
		width: 100%;
		left: 0;
	}

	.multi {
		transition: 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity .25s ease 0s !important;
	}

	.section-kv-title {
		transition: 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity .5s ease .5s !important;
	}

	#mobile-hamburger-bg {
		display: block;
		background: transparent;
		visibility: hidden;
		height: 65px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
		opacity: 0;
		padding: 22px;
		transition: all .25s ease .5s;
	}
	.overflow-hidden #mobile-hamburger-bg {
		background: white;
		color: black;
		opacity: 1;
		transition: all .25s ease .25s;
		visibility: visible;
	}
	.overflow-hidden #mobile-hamburger-bg.higher-z, .menu-is-opened-in-home #mobile-hamburger-bg.higher-z {
		z-index: 999999 !important;
		opacity: 1 !important;
	}
	.menu-is-opened-in-home .higher-z-menu {
		z-index: 999999 !important;
		xopacity: 1 !important;
	}

	.menu-back-full {
		background: transparent;
	}
	.overflow-hidden .menu-back-full {
		background: #fff;
	}	

	.menu.is-opened #mobile-hamburger-bg {
		background: white;
		color: black;
		opacity: 1;
		transition: all .25s ease .5s;
		visibility: visible;
	}

	body.menu-is-opened-in-home #mobile-hamburger-bg {
		background: white;
		color: black;
		opacity: 1;
		transition: all .25s ease .5s;
		visibility: visible;
	}

	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .hamburger-box {
		width: 27px;
	}
	.hamburger--slider .hamburger-inner::before {
		top: 9px;
	}
	.hamburger--slider .hamburger-inner::after {
		top: 18px;
	}
	.hamburger--slider.is-active .hamburger-inner::after {
		transform: translate3d(0, -20px, 0) rotate(-90deg);
	}

	.hide-active-section {
		opacity: 0 !important;
		transition: 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity .25s ease 1s !important;
	}

	/* 2023 */
	.section-titles {
		position: relative;
		top: 0;
		z-index: 1;
		
	}
	.main-content {
		height: 100%;
	}
	.click-enter {
		display: block !important;
		width: 70%;
    margin-left: 15% !important;

	}
	section.section {
		padding-right: 0 !important;
		height: 100%;
	}
	.main-content {
		padding-top: 83px !important;
	}
	.main-content, .section-titles {
		z-index: 1;
		width: 100%;
		position: absolute;
		top: 0;text-align: center; 
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	.section-subtitle {
		width: 100%;
		left: 17px;
		padding-top: 0;
		padding-bottom: 20px;
		position: absolute;
		top: 0;
		color: #8bcada;
    transform: translateX(0);
    top: auto;
    bottom: 30px;
    left: 0;
    padding: 0 30px;
	-webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	}
	#scroll-down {
		bottom: auto;
		position: fixed;
		width: 100%;
		padding: 0 30px;
		left: 0;
		top: auto;
		bottom: 30px;
		transform: translateX(0)
	}
	#lasalle-fixed {
		padding: 0;
		width: 90%;
		text-align: center;
	}
	.main-content, .section-title {
		xheight: 100%;
		margin-left: 0;
		width: 100%;
	}
	.main-content, .section-title {
		text-align: center;
		xpadding-left: 0 !important;
		xpadding-right: 0 !important;
		
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);

	}
	.section-kv.is-opened .sub-section-nav {
		opacity: 0;
		transition: opacity 1s ease 0s;
	}
	.section-kv.is-opened.open-half .sub-section-nav {
		opacity: 1;
		transition: opacity 1s ease 0s;
	}
	.story, .story:nth-of-type(even), .story:nth-of-type(odd) {
		padding-left: 0 !important;
		padding-right: 0% !important;
	}
	.read-more-section a, .read-more-section h4 {
		display: block;
		font-size: 14px !important;
		line-height: 1.5 !important;
	 }
 }

 .img-container {
	position: absolute;
	
 }
 .fp-table {
	display: block !important;
 }

 .sub-section-content {
	min-height: 100%;
 }
 #copyright-sub {
	position: sticky;
    bottom: 0;
    top: 100%;
 }

 .section-kv-title#message-from-the-president {
	text-indent: -9999px;
 }

 
 .read-more-section br {
	display: none;
 }

 .section-institute-of-contemporary-arts-singapore.section-kv .sub-section-nav .sub-menu-scroll li:nth-child(2), .section-institute-of-contemporary-arts-singapore.section-kv .sub-section-nav .sub-menu-scroll li:nth-child(3), .section-institute-of-contemporary-arts-singapore.section-kv .sub-section-nav .sub-menu-scroll li:nth-child(5) {
	display: none;
}
body[data-active="making-our-marks-3"] #story-1, body[data-active="the-lasalle-show-2023"] #story-1, body[data-active="convocation-2022"] #story-1, body[data-active="singapores-first-arts-university-2"] #story-1, body[data-active="going-global"] #story-1, body[data-active="connecting-with-community-2"] #story-1, body[data-active="in-our-own-words-2"] #story-1, body[data-active="institute-of-contemporary-arts-singapore"] #story-1 {
	width: 100%;
	max-width: 667px;
	padding-right: 0 !important;
    margin-top: -60px;
}
/* body[data-active="making-our-marks-3"] #story-1 p {
	color: #ea7e3b !important;
}
body[data-active="the-lasalle-show-2023"] #story-1 p {
	color: #b03c3a !important;
}
body[data-active="convocation-2022"] #story-1 p {
	color: #a9d6e4 !important;
}
body[data-active="singapores-first-arts-university-2"] #story-1 p {
	color: #2D6745 !important;
}
body[data-active="going-global"] #story-1 p {
	color: #734E85 !important;
}
body[data-active="connecting-with-community-2"] #story-1 p {
	color: #B7B033 !important;
}
body[data-active="in-our-own-words-2"] #story-1 p {
	color: #315366 !important;
}
body[data-active="institute-of-contemporary-arts-singapore"] #story-1 p {
	color: #F1B5C7 !important;
} */

#back-to-top-section {opacity: 0;}
.loaded #back-to-top-section {opacity: 1;}

#loading-progress {
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 80px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 70px;
	z-index: 1;
    color: #e1ad27;
}
.loaded #loading-progress {
	opacity: 0;
	transition: all .5s ease;
}
#loading-bar {
	position: fixed;
	top:20%;
	left: 12.5%;
	width: 75%;
	height: 60%;
	background: #fff;
}
.loaded #loading-bar {
	top:0%;
	left: 0%;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}
#loading-bar-progress {
	width: 0;
	height: 100%;
	background: #465692;
	transition: width .1s ease;
}
#loading-bar-progress.full {
	width: 100% !important;
	transition: width .3s ease;
}

@keyframes blinker {
	50% {
	  opacity: 0;
	}
  }

#preloader-text {
	color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	animation: blinker 1.5s linear infinite;
}
.loaded #preloader-text {
opacity: 0 !important;
transition: all 1s ease;
}


@media (max-width: 991.98px) {
	
}