.gallery--index {

	}
.index-gallery {
	padding: 0 0 4.5rem;
	width: 100%;
	height: 100%;
}
.index-gallery__navs-container {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: .25rem .675rem .675rem rgba(0, 0, 0, .1);
		overflow: hidden;
	}
.index-gallery__navs-scroll {
		display: flex;
		overflow-x: auto;
		margin-bottom: -3rem;
		padding-bottom: 3rem;
		padding-left: calc(50% - var(--container__width) / 2);
	}
.index-gallery__navs-scroll::after {
			content: '';
			flex: 0 0 calc(100% - var(--container__width));
		}
/* scroll right extra space */
@media (min-width: 1200px) {
.index-gallery__navs-scroll::after {
				display: none
		}
			}
@media (min-width: 1200px) {
.index-gallery__navs-scroll {
			padding-left: 0;
			justify-content: center
	}
		}
.index-gallery__navs {
		display: grid;
		grid-auto-flow: column;
		justify-content: start;
		color: var(--color__primary-green);
	}
@media (min-width: 992px) {
.index-gallery__navs {
			justify-content: space-between
	}
		}
@media (min-width: 1200px) {
.index-gallery__navs {
			justify-content: center
	}
		}
.index-gallery__nav {
		padding: 1rem .75rem;
		cursor: pointer;
		color: #BABEC7;
	}

/* indicator */
.navs-indicator{

}

.banner-buttons{
	display: flex;
	margin-top: 1.5rem;
}
.youtube-btn img{
	height: 50px;
	}
.youtube-btn{
	/*width: 50px;
	position: absolute;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	bottom: 0;
	left: 45%; */
	position: relative;
	margin-left: 1rem;
	}

@media (min-width: 1200px) {
.index-gallery__nav {
			padding: 0.5rem;
			margin: 5px;

	}
		}
/*# sourceMappingURL=style.css.map */


/* test */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
.PrimaryNav {
  list-style: none;
  margin: 50px auto;
  max-width: 720px;
  padding: 0;
  width: 100%;
}

.Nav-item {
  background: #fff;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 20%;
  text-align: center;
}
.Nav-item:first-child {
  border-radius: 3px 0 0 3px;
}
.Nav-item:last-child {
  border-radius: 0 3px 3px 0;
}
.Nav-item.is-active a {
  color: #e82d00;
}
.Nav-item a {
  color: #121212;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}
.Nav-item a:hover {
  color: #e82d00;
}

.with-indicator {
  position: relative;
  z-index: 0;
}
.with-indicator .Nav-item:last-child:before, .with-indicator .Nav-item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  transition: left 1.3s ease;
}
.with-indicator .Nav-item:last-child:before {
  border: 6px solid transparent;
  border-top-color: #e82d00;
  width: 0;
  height: 0;
  top: 0;
  left: 10%;
  margin-left: -3px;
}
.with-indicator .Nav-item:last-child:after {
  background: #e82d00;
  top: -6px;
  bottom: -6px;
  left: 0;
  width: 20%;
  z-index: -1;
}
.with-indicator .Nav-item:nth-child(1).is-active ~ .Nav-item:last-child:after {
  left: 0%;
}
.with-indicator .Nav-item:nth-child(1).is-active ~ .Nav-item:last-child:before {
  left: 10%;
}
.with-indicator .Nav-item:nth-child(2).is-active ~ .Nav-item:last-child:after {
  left: 20%;
}
.with-indicator .Nav-item:nth-child(2).is-active ~ .Nav-item:last-child:before {
  left: 30%;
}
.with-indicator .Nav-item:nth-child(3).is-active ~ .Nav-item:last-child:after {
  left: 40%;
}
.with-indicator .Nav-item:nth-child(3).is-active ~ .Nav-item:last-child:before {
  left: 50%;
}
.with-indicator .Nav-item:nth-child(4).is-active ~ .Nav-item:last-child:after {
  left: 60%;
}
.with-indicator .Nav-item:nth-child(4).is-active ~ .Nav-item:last-child:before {
  left: 70%;
}
.with-indicator .Nav-item:nth-child(1):hover ~ .Nav-item:last-child:after {
  left: 0% !important;
}
.with-indicator .Nav-item:nth-child(1):hover ~ .Nav-item:last-child:before {
  left: 10% !important;
}
.with-indicator .Nav-item:nth-child(2):hover ~ .Nav-item:last-child:after {
  left: 20% !important;
}
.with-indicator .Nav-item:nth-child(2):hover ~ .Nav-item:last-child:before {
  left: 30% !important;
}
.with-indicator .Nav-item:nth-child(3):hover ~ .Nav-item:last-child:after {
  left: 40% !important;
}
.with-indicator .Nav-item:nth-child(3):hover ~ .Nav-item:last-child:before {
  left: 50% !important;
}
.with-indicator .Nav-item:nth-child(4):hover ~ .Nav-item:last-child:after {
  left: 60% !important;
}
.with-indicator .Nav-item:nth-child(4):hover ~ .Nav-item:last-child:before {
  left: 70% !important;
}
.with-indicator .Nav-item:last-child:hover:before, .with-indicator .Nav-item:last-child.is-active:before {
  left: 90% !important;
}
.with-indicator .Nav-item:last-child:hover:after, .with-indicator .Nav-item:last-child.is-active:after {
  left: 80% !important;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.PrimaryNav:before,
.PrimaryNav:after {
  content: " ";
  display: table;
}

.PrimaryNav:after {
  clear: both;
}

html {
  background-color: #121212;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.toggle {
  color: #fff;
  font-family: sans-serif;
  text-align: center;
}