.slideshow {
	position: relative;
	/* margin-bottom: 100px; */
	/* z-index:  1; */
	padding-top: 100px;
}

.slides {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 700px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	z-index:  1;
}

.no-js .slides {
	height: auto;
}

.slides > li {
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
	-webkit-perspective: 1600px;
	perspective: 1600px;
	/* z-index: 1; */
}

.no-js .slides > li {
	position: relative;
	visibility: visible;
}

.slideshow > nav {
	text-align: center;
	margin-top: 20px;
.slideshow {
	position: relative;
	/* margin-bottom: 100px; */  }    .slides {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 650px;
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-4.jpg);
	color: #fff;  }    .no-js .slides {
	height: auto;  }    .slides >
	li {   width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
	-webkit-perspective: 1600px;
	perspective: 1600px;  }    .no-js .slides >
	li {   position: relative;
	visibility: visible;  }    .slideshow >
	nav {   text-align: center;
	margin-top: 20px;  }    .slideshow >
	nav span {   display: block;
	width: 13px;
	height: 13px;
	border-radius:  20px;
	/* border-top: 10px solid #fff; */
	/* border-bottom: 10px solid #fff; */
	background-color: #fff;
	cursor: pointer;
	margin: 20px 31px;
	transition: background-color 0.2s;  }    .slideshow >
	nav span:hover {   background-color: #333;  }    .slideshow >
	nav span.current {   background-color: #84c7ff;  }    .description {
	width: 50%;
	padding: 2em 4em;
	font-size: 1.5em;
	position: relative;
	z-index: 1000;
	opacity: 0;  }    .no-js .description {
	opacity: 1;  }    .description
	h2 {   font-size: 200%;  }    .tiltview {
	position: absolute;
	left: 50%;
	width: 50%;
	top: 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
	transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);  }    .tiltview
	a {   outline: 1px solid transparent;  }    .tiltview
	a,  .tiltview a img {   max-width: 100%;
	display: block;
	margin: 0 auto;  }    .tiltview
	a:first-child {   margin-bottom: 30px;  }    .tiltview.row
	a {   width: 48%;
	width: calc(50% - 15px);
	margin: 0;  }    .tiltview.row
	a:nth-child(2) {   left: 50%;
	left: calc(50% + 15px);
	position: absolute;
	top: 0;  }    /* Show/Hide */  .slides >
	li.current,  .slides > li.show {   visibility: visible;  }    .description {
	transition: opacity 0.75s;  }    .current .description,  .show .description {
	opacity: 1;  }    .hide .description {
	opacity: 0;  }    /* Individual effects */    /* Move Up, Move Down, Slide Up, Slide Down, Slide Left, Slide Right */  /* For each effect we'll define the incoming and outgoing animation */    /***********************/  /* Move up */  /***********************/  .hide[
	data-effect-out="moveUpOut"] .tiltview a {   -webkit-animation: moveUpOut 1.5s both;
	animation: moveUpOut 1.5s both;  }    .hide[
	data-effect-out="moveUpOut"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes moveUpOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(-30px);   }   100% {
	-webkit-transform: translateZ(3000px);   }  }    @keyframes moveUpOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(-30px);
	transform: translateZ(-30px);   }   100% {
	-webkit-transform: translateZ(3000px);
	transform: translateZ(3000px);   }  }    .show[
	data-effect-in="moveUpIn"] .tiltview a {   -webkit-animation: moveUpIn 1.5s 0.5s both;
	animation: moveUpIn 1.5s 0.5s both;  }    .show[
	data-effect-in="moveUpIn"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes moveUpIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(-3000px);   }   75% {
	-webkit-transform: translateZ(30px);   }   100% {
	-webkit-transform: translateZ(0);   }  }    @keyframes moveUpIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(-3000px);
	transform: translateZ(-3000px);   }   75% {
	-webkit-transform: translateZ(30px);
	transform: translateZ(30px);   }   100% {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);   }  }    /***********************/  /* Move down */  /***********************/  .hide[
	data-effect-out="moveDownOut"] .tiltview a {   -webkit-animation: moveDownOut 1.5s both;
	animation: moveDownOut 1.5s both;  }    .hide[
	data-effect-out="moveDownOut"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes moveDownOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(30px);   }   100% {
	-webkit-transform: translateZ(-3000px);   }  }    @keyframes moveDownOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(30px);
	transform: translateZ(30px);   }   100% {
	-webkit-transform: translateZ(-3000px);
	transform: translateZ(-3000px);   }  }    .show[
	data-effect-in="moveDownIn"] .tiltview a {   -webkit-animation: moveDownIn 1.5s 0.5s both;
	animation: moveDownIn 1.5s 0.5s both;  }    .show[
	data-effect-in="moveDownIn"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes moveDownIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(3000px);   }   75% {
	-webkit-transform: translateZ(-30px);   }   100% {
	-webkit-transform: translateZ(0);   }  }    @keyframes moveDownIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(3000px);
	transform: translateZ(3000px);   }   75% {
	-webkit-transform: translateZ(-30px);
	transform: translateZ(-30px);   }   100% {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);   }  }    /***********************/  /* Slide up */  /***********************/  .hide[
	data-effect-out="slideUpOut"] .tiltview a {   -webkit-animation: slideUpOut 1.5s both;
	animation: slideUpOut 1.5s both;  }    .hide[
	data-effect-out="slideUpOut"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes slideUpOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(30px);   }   100% {
	-webkit-transform: translateY(-3000px);   }  }    @keyframes slideUpOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);   }   100% {
	-webkit-transform: translateY(-3000px);
	transform: translateY(-3000px);   }  }    .show[
	data-effect-in="slideUpIn"] .tiltview a {   -webkit-animation: slideUpIn 1.5s 0.5s both;
	animation: slideUpIn 1.5s 0.5s both;  }    .show[
	data-effect-in="slideUpIn"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes slideUpIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(3000px);   }   75% {
	-webkit-transform: translateY(-30px);   }   100% {
	-webkit-transform: translateY(0);   }  }    @keyframes slideUpIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(3000px);
	transform: translateY(3000px);   }   75% {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);   }   100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);   }  }    /***********************/  /* Slide down */  /***********************/  .hide[
	data-effect-out="slideDownOut"] .tiltview a {   -webkit-animation: slideDownOut 1.5s both;
	animation: slideDownOut 1.5s both;  }    .hide[
	data-effect-out="slideDownOut"] .tiltview.row a:nth-child(2),  .hide[data-effect-out="slideDownOut"] .tiltview.col a:first-child {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes slideDownOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(-30px);   }   100% {
	-webkit-transform: translateY(3000px);   }  }    @keyframes slideDownOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);   }   100% {
	-webkit-transform: translateY(3000px);
	transform: translateY(3000px);   }  }    .show[
	data-effect-in="slideDownIn"] .tiltview a {   -webkit-animation: slideDownIn 1.5s 0.5s both;
	animation: slideDownIn 1.5s 0.5s both;  }    .show[
	data-effect-in="slideDownIn"] .tiltview.row a:nth-child(2),  .show[data-effect-in="slideDownIn"] .tiltview.col a:first-child {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes slideDownIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(-3000px);   }   75% {
	-webkit-transform: translateY(30px);   }   100% {
	-webkit-transform: translateY(0);   }  }    @keyframes slideDownIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(-3000px);
	transform: translateY(-3000px);   }   75% {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);   }   100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);   }  }    /***********************/  /* Slide left */  /***********************/  .hide[
	data-effect-out="slideLeftOut"] .tiltview a {   -webkit-animation: slideLeftOut 1.5s both;
	animation: slideLeftOut 1.5s both;  }    .hide[
	data-effect-out="slideLeftOut"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes slideLeftOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(30px);   }   100% {
	-webkit-transform: translateX(-5000px);   }  }    @keyframes slideLeftOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(30px);
	transform: translateX(30px);   }   100% {
	-webkit-transform: translateX(-5000px);
	transform: translateX(-5000px);   }  }    .show[
	data-effect-in="slideLeftIn"] .tiltview a {   -webkit-animation: slideLeftIn 1.5s 0.5s both;
	animation: slideLeftIn 1.5s 0.5s both;  }    .show[
	data-effect-in="slideLeftIn"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes slideLeftIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(3000px);   }   75% {
	-webkit-transform: translateX(-30px);   }   100% {
	-webkit-transform: translateX(0);   }  }    @keyframes slideLeftIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(3000px);
	transform: translateX(3000px);   }   75% {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);   }   100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);   }  }    /***********************/  /* Slide right */  /***********************/  .hide[
	data-effect-out="slideRightOut"] .tiltview a {   -webkit-animation: slideRightOut 1.5s both;
	animation: slideRightOut 1.5s both;  }    .hide[
	data-effect-out="slideRightOut"] .tiltview.col a:nth-child(2),  .hide[data-effect-out="slideRightOut"] .tiltview.row a:first-child {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes slideRightOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(-30px);   }   100% {
	-webkit-transform: translateX(3000px);   }  }    @keyframes slideRightOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);   }   100% {
	-webkit-transform: translateX(3000px);
	transform: translateX(3000px);   }  }    .show[
	data-effect-in="slideRightIn"] .tiltview a {   -webkit-animation: slideRightIn 1.5s 0.5s both;
	animation: slideRightIn 1.5s 0.5s both;  }    .show[
	data-effect-in="slideRightIn"] .tiltview.col a:nth-child(2),  .show[data-effect-in="slideRightIn"] .tiltview.row a:first-child {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes slideRightIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(-5000px);   }   75% {
	-webkit-transform: translateX(30px);   }   100% {
	-webkit-transform: translateX(0);   }  }    @keyframes slideRightIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(-5000px);
	transform: translateX(-5000px);   }   75% {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);   }   100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);   }  }    /* Fallback for no 3D Transforms and no preserve-3d */  .no-csstransformspreserve3d .show .tiltview
	a,  .no-csstransformspreserve3d .hide .tiltview a,  .no-csstransforms3d .show .tiltview a,  .no-csstransforms3d .hide .tiltview a {   -webkit-animation: none !important;
	animation: none !important;  }    .no-csstransforms3d .tiltview.col {
	top: -50%;  }    .no-csstransforms3d .tiltview.row {
	top: 20px;  }    /* Some media queries */  @media screen and (
	max-width: 65.3125em) {   .description,   .tiltview {    width: 100%;   }     .tiltview {
	left: 0;
	opacity: 0.3;
	pointer-events: none;   }  }    @media screen and (
	max-width: 33.75em) {   .description {    font-size: 1.1em;   }     .slideshow > nav span {
	width: 20px;
	height: 40px;
	margin: 0 10px;   }  }    @media screen and (
	max-width: 24em) {   .slides {    height: 320px;   }     .description {
	font-size: 1em;
	padding: 1.4em;   }     .no-csstransforms3d .tiltview.col,   .no-csstransforms3d .tiltview.row {
	top: 0;   }  }
.slideshow {
	position: relative;
	/* margin-bottom: 100px; */  }    .slides {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 650px;
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-4.jpg);
	color: #fff;  }    .no-js .slides {
	height: auto;  }    .slides >
	li {   width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
	-webkit-perspective: 1600px;
	perspective: 1600px;  }    .no-js .slides >
	li {   position: relative;
	visibility: visible;  }    .slideshow >
	nav {   text-align: center;
	margin-top: 20px;  }    .slideshow >
	nav span {   display: block;
	width: 13px;
	height: 13px;
	border-radius:  20px;
	/* border-top: 10px solid #fff; */
	/* border-bottom: 10px solid #fff; */
	background-color: #fff;
	cursor: pointer;
	margin: 20px 31px;
	transition: background-color 0.2s;  }    .slideshow >
	nav span:hover {   background-color: #333;  }    .slideshow >
	nav span.current {   background-color: #84c7ff;  }    .description {
	width: 50%;
	padding: 2em 4em;
	font-size: 1.5em;
	position: relative;
	z-index: 1000;
	opacity: 0;  }    .no-js .description {
	opacity: 1;  }    .description
	h2 {   font-size: 200%;  }    .tiltview {
	position: absolute;
	left: 50%;
	width: 50%;
	top: 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
	transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);  }    .tiltview
	a {   outline: 1px solid transparent;  }    .tiltview
	a,  .tiltview a img {   max-width: 100%;
	display: block;
	margin: 0 auto;  }    .tiltview
	a:first-child {   margin-bottom: 30px;  }    .tiltview.row
	a {   width: 48%;
	width: calc(50% - 15px);
	margin: 0;  }    .tiltview.row
	a:nth-child(2) {   left: 50%;
	left: calc(50% + 15px);
	position: absolute;
	top: 0;  }    /* Show/Hide */  .slides >
	li.current,  .slides > li.show {   visibility: visible;  }    .description {
	transition: opacity 0.75s;  }    .current .description,  .show .description {
	opacity: 1;  }    .hide .description {
	opacity: 0;  }    /* Individual effects */    /* Move Up, Move Down, Slide Up, Slide Down, Slide Left, Slide Right */  /* For each effect we'll define the incoming and outgoing animation */    /***********************/  /* Move up */  /***********************/  .hide[
	data-effect-out="moveUpOut"] .tiltview a {   -webkit-animation: moveUpOut 1.5s both;
	animation: moveUpOut 1.5s both;  }    .hide[
	data-effect-out="moveUpOut"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes moveUpOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(-30px);   }   100% {
	-webkit-transform: translateZ(3000px);   }  }    @keyframes moveUpOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(-30px);
	transform: translateZ(-30px);   }   100% {
	-webkit-transform: translateZ(3000px);
	transform: translateZ(3000px);   }  }    .show[
	data-effect-in="moveUpIn"] .tiltview a {   -webkit-animation: moveUpIn 1.5s 0.5s both;
	animation: moveUpIn 1.5s 0.5s both;  }    .show[
	data-effect-in="moveUpIn"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes moveUpIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(-3000px);   }   75% {
	-webkit-transform: translateZ(30px);   }   100% {
	-webkit-transform: translateZ(0);   }  }    @keyframes moveUpIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(-3000px);
	transform: translateZ(-3000px);   }   75% {
	-webkit-transform: translateZ(30px);
	transform: translateZ(30px);   }   100% {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);   }  }    /***********************/  /* Move down */  /***********************/  .hide[
	data-effect-out="moveDownOut"] .tiltview a {   -webkit-animation: moveDownOut 1.5s both;
	animation: moveDownOut 1.5s both;  }    .hide[
	data-effect-out="moveDownOut"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes moveDownOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(30px);   }   100% {
	-webkit-transform: translateZ(-3000px);   }  }    @keyframes moveDownOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(30px);
	transform: translateZ(30px);   }   100% {
	-webkit-transform: translateZ(-3000px);
	transform: translateZ(-3000px);   }  }    .show[
	data-effect-in="moveDownIn"] .tiltview a {   -webkit-animation: moveDownIn 1.5s 0.5s both;
	animation: moveDownIn 1.5s 0.5s both;  }    .show[
	data-effect-in="moveDownIn"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes moveDownIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(3000px);   }   75% {
	-webkit-transform: translateZ(-30px);   }   100% {
	-webkit-transform: translateZ(0);   }  }    @keyframes moveDownIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateZ(3000px);
	transform: translateZ(3000px);   }   75% {
	-webkit-transform: translateZ(-30px);
	transform: translateZ(-30px);   }   100% {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);   }  }    /***********************/  /* Slide up */  /***********************/  .hide[
	data-effect-out="slideUpOut"] .tiltview a {   -webkit-animation: slideUpOut 1.5s both;
	animation: slideUpOut 1.5s both;  }    .hide[
	data-effect-out="slideUpOut"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes slideUpOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(30px);   }   100% {
	-webkit-transform: translateY(-3000px);   }  }    @keyframes slideUpOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);   }   100% {
	-webkit-transform: translateY(-3000px);
	transform: translateY(-3000px);   }  }    .show[
	data-effect-in="slideUpIn"] .tiltview a {   -webkit-animation: slideUpIn 1.5s 0.5s both;
	animation: slideUpIn 1.5s 0.5s both;  }    .show[
	data-effect-in="slideUpIn"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes slideUpIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(3000px);   }   75% {
	-webkit-transform: translateY(-30px);   }   100% {
	-webkit-transform: translateY(0);   }  }    @keyframes slideUpIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(3000px);
	transform: translateY(3000px);   }   75% {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);   }   100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);   }  }    /***********************/  /* Slide down */  /***********************/  .hide[
	data-effect-out="slideDownOut"] .tiltview a {   -webkit-animation: slideDownOut 1.5s both;
	animation: slideDownOut 1.5s both;  }    .hide[
	data-effect-out="slideDownOut"] .tiltview.row a:nth-child(2),  .hide[data-effect-out="slideDownOut"] .tiltview.col a:first-child {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes slideDownOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(-30px);   }   100% {
	-webkit-transform: translateY(3000px);   }  }    @keyframes slideDownOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);   }   100% {
	-webkit-transform: translateY(3000px);
	transform: translateY(3000px);   }  }    .show[
	data-effect-in="slideDownIn"] .tiltview a {   -webkit-animation: slideDownIn 1.5s 0.5s both;
	animation: slideDownIn 1.5s 0.5s both;  }    .show[
	data-effect-in="slideDownIn"] .tiltview.row a:nth-child(2),  .show[data-effect-in="slideDownIn"] .tiltview.col a:first-child {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes slideDownIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(-3000px);   }   75% {
	-webkit-transform: translateY(30px);   }   100% {
	-webkit-transform: translateY(0);   }  }    @keyframes slideDownIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateY(-3000px);
	transform: translateY(-3000px);   }   75% {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);   }   100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);   }  }    /***********************/  /* Slide left */  /***********************/  .hide[
	data-effect-out="slideLeftOut"] .tiltview a {   -webkit-animation: slideLeftOut 1.5s both;
	animation: slideLeftOut 1.5s both;  }    .hide[
	data-effect-out="slideLeftOut"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes slideLeftOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(30px);   }   100% {
	-webkit-transform: translateX(-5000px);   }  }    @keyframes slideLeftOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(30px);
	transform: translateX(30px);   }   100% {
	-webkit-transform: translateX(-5000px);
	transform: translateX(-5000px);   }  }    .show[
	data-effect-in="slideLeftIn"] .tiltview a {   -webkit-animation: slideLeftIn 1.5s 0.5s both;
	animation: slideLeftIn 1.5s 0.5s both;  }    .show[
	data-effect-in="slideLeftIn"] .tiltview a:nth-child(2) {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes slideLeftIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(3000px);   }   75% {
	-webkit-transform: translateX(-30px);   }   100% {
	-webkit-transform: translateX(0);   }  }    @keyframes slideLeftIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(3000px);
	transform: translateX(3000px);   }   75% {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);   }   100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);   }  }    /***********************/  /* Slide right */  /***********************/  .hide[
	data-effect-out="slideRightOut"] .tiltview a {   -webkit-animation: slideRightOut 1.5s both;
	animation: slideRightOut 1.5s both;  }    .hide[
	data-effect-out="slideRightOut"] .tiltview.col a:nth-child(2),  .hide[data-effect-out="slideRightOut"] .tiltview.row a:first-child {   -webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;  }    @-webkit-keyframes slideRightOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(-30px);   }   100% {
	-webkit-transform: translateX(3000px);   }  }    @keyframes slideRightOut {   25% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);   }   100% {
	-webkit-transform: translateX(3000px);
	transform: translateX(3000px);   }  }    .show[
	data-effect-in="slideRightIn"] .tiltview a {   -webkit-animation: slideRightIn 1.5s 0.5s both;
	animation: slideRightIn 1.5s 0.5s both;  }    .show[
	data-effect-in="slideRightIn"] .tiltview.col a:nth-child(2),  .show[data-effect-in="slideRightIn"] .tiltview.row a:first-child {   -webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;  }    @-webkit-keyframes slideRightIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(-5000px);   }   75% {
	-webkit-transform: translateX(30px);   }   100% {
	-webkit-transform: translateX(0);   }  }    @keyframes slideRightIn {   0% {
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transform: translateX(-5000px);
	transform: translateX(-5000px);   }   75% {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);   }   100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);   }  }    /* Fallback for no 3D Transforms and no preserve-3d */  .no-csstransformspreserve3d .show .tiltview
	a,  .no-csstransformspreserve3d .hide .tiltview a,  .no-csstransforms3d .show .tiltview a,  .no-csstransforms3d .hide .tiltview a {   -webkit-animation: none !important;
	animation: none !important;  }    .no-csstransforms3d .tiltview.col {
	top: -50%;  }    .no-csstransforms3d .tiltview.row {
	top: 20px;  }    /* Some media queries */  @media screen and (
	max-width: 65.3125em) {   .description,   .tiltview {    width: 100%;   }     .tiltview {
	left: 0;
	opacity: 0.3;
	pointer-events: none;   }  }    @media screen and (
	max-width: 33.75em) {   .description {    font-size: 1.1em;   }     .slideshow > nav span {
	width: 20px;
	height: 40px;
	margin: 0 10px;   }  }    @media screen and (
	max-width: 24em) {   .slides {    height: 320px;   }     .description {
	font-size: 1em;
	padding: 1.4em;   }     .no-csstransforms3d .tiltview.col,   .no-csstransforms3d .tiltview.row {
	top: 0;   }  }
	bottom: 166px;
	position: absolute;
	bottom: 11%;
	z-index:  9999999;
}

.slideshow > nav span {
	display: block;
	width: 13px;
	height: 13px;
	border-radius:  20px;
	/* border-top: 10px solid #fff; */
	/* border-bottom: 10px solid #fff; */
	background-color: #fff;
	cursor: pointer;
	margin: 20px 31px;
	transition: background-color 0.2s;
}

.slideshow > nav span:hover {
	background-color: #333;
}

.slideshow > nav span.current {
	background-color: #84c7ff;
}

.description {
	width: 50%;
	padding: 5em 4em;
	font-size: 1.5em;
	position: relative;
	z-index: 1000;
	opacity: 0;
}

.no-js .description {
	opacity: 1;
}

.description h2 {
	font-size: 200%;
	color: #fff;
}
.description h4 {
    margin: 20px 0;
	color: #fff;
}

.tiltview {
	position: absolute;
	left: 46%;
	width: 50%;
	top: 44%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
	transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
}

.tiltview a {
	outline: 1px solid transparent;
}

.tiltview a,
.tiltview a img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.tiltview a:first-child {
	margin-bottom: 30px;
}

.tiltview.row a {
	width: 48%;
	width: calc(50% - 15px);
	margin: 0;
}

.tiltview.row a:nth-child(2) {
	left: 50%;
	left: calc(50% + 15px);
	position: absolute;
	top: 0;
}

/* Show/Hide */
.slides > li.current,
.slides > li.show {
	visibility: visible;
}

.description {
	transition: opacity 0.75s;
}

.current .description,
.show .description {
	opacity: 1;
}

.hide .description {
	opacity: 0;
}

/* Individual effects */

/* Move Up, Move Down, Slide Up, Slide Down, Slide Left, Slide Right */
/* For each effect we'll define the incoming and outgoing animation */

/***********************/
/* Move up */
/***********************/
.hide[data-effect-out="moveUpOut"] .tiltview a {
	-webkit-animation: moveUpOut 1.5s both;
	animation: moveUpOut 1.5s both;
}

.hide[data-effect-out="moveUpOut"] .tiltview a:nth-child(2) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

@-webkit-keyframes moveUpOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateZ(-30px);
	}
	100% {
		-webkit-transform: translateZ(3000px);
	}
}

@keyframes moveUpOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateZ(-30px);
		transform: translateZ(-30px);
	}
	100% {
		-webkit-transform: translateZ(3000px);
		transform: translateZ(3000px);
	}
}

.show[data-effect-in="moveUpIn"] .tiltview a {
	-webkit-animation: moveUpIn 1.5s 0.5s both;
	animation: moveUpIn 1.5s 0.5s both;
}

.show[data-effect-in="moveUpIn"] .tiltview a:nth-child(2) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

@-webkit-keyframes moveUpIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateZ(-3000px);
	}
	75% {
		-webkit-transform: translateZ(30px);
	}
	100% {
		-webkit-transform: translateZ(0);
	}
}

@keyframes moveUpIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateZ(-3000px);
		transform: translateZ(-3000px);
	}
	75% {
		-webkit-transform: translateZ(30px);
		transform: translateZ(30px);
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

/***********************/
/* Move down */
/***********************/
.hide[data-effect-out="moveDownOut"] .tiltview a {
	-webkit-animation: moveDownOut 1.5s both;
	animation: moveDownOut 1.5s both;
}

.hide[data-effect-out="moveDownOut"] .tiltview a:nth-child(2) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

@-webkit-keyframes moveDownOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateZ(30px);
	}
	100% {
		-webkit-transform: translateZ(-3000px);
	}
}

@keyframes moveDownOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateZ(30px);
		transform: translateZ(30px);
	}
	100% {
		-webkit-transform: translateZ(-3000px);
		transform: translateZ(-3000px);
	}
}

.show[data-effect-in="moveDownIn"] .tiltview a {
	-webkit-animation: moveDownIn 1.5s 0.5s both;
	animation: moveDownIn 1.5s 0.5s both;
}

.show[data-effect-in="moveDownIn"] .tiltview a:nth-child(2) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

@-webkit-keyframes moveDownIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateZ(3000px);
	}
	75% {
		-webkit-transform: translateZ(-30px);
	}
	100% {
		-webkit-transform: translateZ(0);
	}
}

@keyframes moveDownIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateZ(3000px);
		transform: translateZ(3000px);
	}
	75% {
		-webkit-transform: translateZ(-30px);
		transform: translateZ(-30px);
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

/***********************/
/* Slide up */
/***********************/
.hide[data-effect-out="slideUpOut"] .tiltview a {
	-webkit-animation: slideUpOut 1.5s both;
	animation: slideUpOut 1.5s both;
}

.hide[data-effect-out="slideUpOut"] .tiltview a:nth-child(2) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

@-webkit-keyframes slideUpOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateY(30px);
	}
	100% {
		-webkit-transform: translateY(-3000px);
	}
}

@keyframes slideUpOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		-webkit-transform: translateY(-3000px);
		transform: translateY(-3000px);
	}
}

.show[data-effect-in="slideUpIn"] .tiltview a {
	-webkit-animation: slideUpIn 1.5s 0.5s both;
	animation: slideUpIn 1.5s 0.5s both;
}

.show[data-effect-in="slideUpIn"] .tiltview a:nth-child(2) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

@-webkit-keyframes slideUpIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateY(3000px);
	}
	75% {
		-webkit-transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes slideUpIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateY(3000px);
		transform: translateY(3000px);
	}
	75% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/***********************/
/* Slide down */
/***********************/
.hide[data-effect-out="slideDownOut"] .tiltview a {
	-webkit-animation: slideDownOut 1.5s both;
	animation: slideDownOut 1.5s both;
}

.hide[data-effect-out="slideDownOut"] .tiltview.row a:nth-child(2),
.hide[data-effect-out="slideDownOut"] .tiltview.col a:first-child {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

@-webkit-keyframes slideDownOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(3000px);
	}
}

@keyframes slideDownOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(3000px);
		transform: translateY(3000px);
	}
}

.show[data-effect-in="slideDownIn"] .tiltview a {
	-webkit-animation: slideDownIn 1.5s 0.5s both;
	animation: slideDownIn 1.5s 0.5s both;
}

.show[data-effect-in="slideDownIn"] .tiltview.row a:nth-child(2),
.show[data-effect-in="slideDownIn"] .tiltview.col a:first-child {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

@-webkit-keyframes slideDownIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateY(-3000px);
	}
	75% {
		-webkit-transform: translateY(30px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes slideDownIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateY(-3000px);
		transform: translateY(-3000px);
	}
	75% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/***********************/
/* Slide left */
/***********************/
.hide[data-effect-out="slideLeftOut"] .tiltview a {
	-webkit-animation: slideLeftOut 1.5s both;
	animation: slideLeftOut 1.5s both;
}

.hide[data-effect-out="slideLeftOut"] .tiltview a:nth-child(2) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

@-webkit-keyframes slideLeftOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateX(30px);
	}
	100% {
		-webkit-transform: translateX(-5000px);
	}
}

@keyframes slideLeftOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		-webkit-transform: translateX(-5000px);
		transform: translateX(-5000px);
	}
}

.show[data-effect-in="slideLeftIn"] .tiltview a {
	-webkit-animation: slideLeftIn 1.5s 0.5s both;
	animation: slideLeftIn 1.5s 0.5s both;
}

.show[data-effect-in="slideLeftIn"] .tiltview a:nth-child(2) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

@-webkit-keyframes slideLeftIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateX(3000px);
	}
	75% {
		-webkit-transform: translateX(-30px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@keyframes slideLeftIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateX(3000px);
		transform: translateX(3000px);
	}
	75% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/***********************/
/* Slide right */
/***********************/
.hide[data-effect-out="slideRightOut"] .tiltview a {
	-webkit-animation: slideRightOut 1.5s both;
	animation: slideRightOut 1.5s both;
}

.hide[data-effect-out="slideRightOut"] .tiltview.col a:nth-child(2),
.hide[data-effect-out="slideRightOut"] .tiltview.row a:first-child {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

@-webkit-keyframes slideRightOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateX(-30px);
	}
	100% {
		-webkit-transform: translateX(3000px);
	}
}

@keyframes slideRightOut {
	25% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	100% {
		-webkit-transform: translateX(3000px);
		transform: translateX(3000px);
	}
}

.show[data-effect-in="slideRightIn"] .tiltview a {
	-webkit-animation: slideRightIn 1.5s 0.5s both;
	animation: slideRightIn 1.5s 0.5s both;
}

.show[data-effect-in="slideRightIn"] .tiltview.col a:nth-child(2),
.show[data-effect-in="slideRightIn"] .tiltview.row a:first-child {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

@-webkit-keyframes slideRightIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateX(-5000px);
	}
	75% {
		-webkit-transform: translateX(30px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@keyframes slideRightIn {
	0% {
		-webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
		-webkit-transform: translateX(-5000px);
		transform: translateX(-5000px);
	}
	75% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* Fallback for no 3D Transforms and no preserve-3d */
.no-csstransformspreserve3d .show .tiltview a,
.no-csstransformspreserve3d .hide .tiltview a,
.no-csstransforms3d .show .tiltview a,
.no-csstransforms3d .hide .tiltview a {
	-webkit-animation: none !important;
	animation: none !important;
}

.no-csstransforms3d .tiltview.col {
	top: -50%;
}

.no-csstransforms3d .tiltview.row {
	top: 20px;
}

/* Some media queries */
@media screen and (max-width: 65.3125em) {
	.description,
	.tiltview {
		width: 100%;
	}

	.tiltview {
		left: 0;
		opacity: 0.3;
		pointer-events: none;
	}
}

@media screen and (max-width: 33.75em) {
	.description {
		font-size: 1.1em;
		margin-top: 4rem;
	}

	.slideshow > nav span {
		width: 10px;
		height: 10px;
		margin: 10px 10px;
	}
}

@media screen and (max-width: 24em) {
	.slides {
		height: 320px;
	}

	.description {
		font-size: 1em;
		padding: 1.4em;
	}

	.no-csstransforms3d .tiltview.col,
	.no-csstransforms3d .tiltview.row {
		top: 0;
	}
}

.grid {
	/* padding: 20px 20px 100px 20px; */
	/* max-width: 1300px; */
	/* margin: 0 auto; */
	/* margin:  0; */
	padding: 0;
	margin:  0 auto;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 354px;
	margin: 0;
	padding: 20px 10px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	/* background: #046fee; */
	color: #ed4e6e;
	background: #396afc;
	background: -webkit-linear-gradient(to right, #2948ff, #396afc);
	background: linear-gradient(to bottom, #00429af2, #29b6ff);
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size:  24px;
	margin-top: 65px;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #585858;
	color: #fff;
	transition: 0.9s ease;
}
.grid figcaption a:hover {
	text-align: center;
	padding: 5px 10px;
	display: inline-block;
	background: #ffffff;
	color: #5d5d5d !important;
}

/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
}

.cs-style-1 figcaption h3 {
	margin-top: 70px;
}

.cs-style-1 figcaption span {
	display: block;
}

.cs-style-1 figcaption a {
	margin-top: 30px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}

/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 55%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 5 */
.cs-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.cs-style-5 figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 6 */
.cs-style-6 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
	-webkit-transform: translateY(-50px) scale(0.5);
	-moz-transform: translateY(-50px) scale(0.5);
	-ms-transform: translateY(-50px) scale(0.5);
	transform: translateY(-50px) scale(0.5);
}

.cs-style-6 figcaption {
	height: 100%;
	width: 100%;
}

.cs-style-6 figcaption h3 {
	margin-top: 60%;
}

.cs-style-6 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 7 */
.cs-style-7 li:first-child { z-index: 6; }
.cs-style-7 li:nth-child(2) { z-index: 5; }
.cs-style-7 li:nth-child(3) { z-index: 4; }
.cs-style-7 li:nth-child(4) { z-index: 3; }
.cs-style-7 li:nth-child(5) { z-index: 2; }
.cs-style-7 li:nth-child(6) { z-index: 1; }

.cs-style-7 figure img {
	z-index: 10;
}

.cs-style-7 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .cs-style-7 figure:hover figcaption,
.cs-style-7 figure.cs-hover figcaption {
	opacity: 1;
	height: 130%;
	box-shadow: 0 0 0 10px #2c3f52;
}

.cs-style-7 figcaption h3 {
	margin-top: 86%;
}

.cs-style-7 figcaption h3,
.cs-style-7 figcaption span,
.cs-style-7 figcaption a {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}

.cs-style-7 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
	}
}
