/* line 1, ../sass/tinyslide.scss */
html, body { width: 100%; height: 100%; }

/* line 12, ../sass/tinyslide.scss */
.tinyslide { width: 100%; height: 100%; position: relative; overflow: hidden; }
/* line 18, ../sass/tinyslide.scss */
.tinyslide .navigator { position: absolute; bottom: 25px; left: 50.9%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
/* line 23, ../sass/tinyslide.scss */
.tinyslide .navigator ul { padding: 0; }
/* line 25, ../sass/tinyslide.scss */
.tinyslide .navigator ul li { float: left; list-style-type: none; margin: 0px 15px 0px 0px; padding: 0; width: 15px; height: 15px; border: 1px solid #e0e0e0; border-radius: 100%; -webkit-transition: all 500ms linear; transition: all 500ms linear; }
/* line 35, ../sass/tinyslide.scss */
.tinyslide .navigator ul li span { display: none; }
/* line 38, ../sass/tinyslide.scss */
.tinyslide .navigator ul li:hover { background: white; }
/* line 41, ../sass/tinyslide.scss */
.tinyslide .navigator ul li.active { background: #e0e0e0; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
/* line 51, ../sass/tinyslide.scss */
.tinyslide aside { height: 100%; width: 100%; -webkit-transition: -webkit-transform 800ms cubic-bezier(0.365, 0.84, 0.44, 1); transition: transform 800ms cubic-bezier(0.365, 0.84, 0.44, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
/* line 57, ../sass/tinyslide.scss */
.tinyslide figure { height: 100%; float: left; position: relative; z-index: 1; }
/* line 63, ../sass/tinyslide.scss */
.tinyslide figure img { width: 1920px; height: 100%; -o-object-fit: cover; object-fit: cover; }
/* line 69, ../sass/tinyslide.scss */
.tinyslide figure figcaption { 
	position: absolute; 
	font-size: 3em; 
	color: white; 
	z-index: 2; 
	opacity: 0;
	width: 100%;
}
/* line 79, ../sass/tinyslide.scss */
.tinyslide figure.active figcaption { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 2s; animation-duration: 2s; }

@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }


.tinyslide figure figcaption.fig-1 {
	position: absolute;
	font-size: 22px;
	color: white;
	top: 12%;
	z-index: 2;
	opacity: 0;
	text-align: center;
}

.tinyslide figure figcaption.fig-2 {
	position: absolute;
	font-size: 22px;
	color: white;
	top: 12%;
	z-index: 2;
	opacity: 0;
	text-align: center;
}

.tinyslide figure figcaption.fig-3 {
	position: absolute;
	font-size: 22px;
	color: white;
	top: 12%;
	z-index: 2;
	opacity: 0;
	text-align: center;
}

.tinyslide figure figcaption.fig-4 {
	position: absolute;
	font-size: 22px;
	color: white;
	top: 12%;
	z-index: 2;
	opacity: 0;
	text-align: center;
}

.tinyslide figcaption img { width: 1430px; height: 63px; margin-bottom: 20px; }

.tinyslide figure p {
	padding:1px 0px;
}
  
.move-trigger-container {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
  width: 60px;
}

.move-trigger-container > a {
  position: relative;
  display: inline-block;
  padding: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  color: #888888;
  text-decoration: none;
}

.previous { left: 0; }

.next { right: 0; }



