* {
border:0;
margin:0;
outline:0;
padding:0;
background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}


/* Demo purposes */
body {
font-family:'Lato';
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
line-height:1.3;
}

h1, h2 {
font-weight: 300;
}

.fa {
font-size: 20px;
color: white;
}

h2 {
font-size: 20px;
margin: 0 0 10px;
}

h1,
h2 {text-transform:uppercase;}

p {
margin:0 0 16px 0;
padding:0;
font-size: 16px;
}

.btn {}
.btn a {color:#fff; border:1px solid #fff; display:inline-block; padding:8px 20px; border-radius:4px;}
.btn a:hover {background-color:#d7847e;}

.strip:nth-child(1) .btn a:hover {color:#fff;}
.strip:nth-child(2) .btn a:hover {color:#fff;}
.strip:nth-child(3) .btn a:hover {color:#fff;}
.strip:nth-child(4) .btn a:hover {color:#fff;}
.strip:nth-child(5) .btn a:hover {color:#fff;}

.strips {
	min-height: 100vh;
	text-align: center;
	overflow: hidden;
	color: white;
}
.strips_thanks {
	min-height: 100vh;
	text-align: center;
	overflow: hidden;
	background: #E0B3CD;
	color: #fff;
}
.strip {
	will-change: width, left, z-index, height;
	position: absolute;
	width: 20%;
	min-height: 100vh;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strip:nth-child(1) {
left: 0;
}
.strip:nth-child(2) {
left: 20vw;
}
.strip:nth-child(3) {
left: 40vw;
}
.strip:nth-child(4) {
left: 60vw;
}
.strip:nth-child(5) {
left: 80vw;
}

.strip:nth-child(1) .strip__content {
  /*background: #49b3e8;*/
  background: #E0B3CD;
  color: #8f253b;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-animation-name: strip1;
          animation-name: strip1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.strip:nth-child(2) .strip__content {
  /*background: #f2b635;*/
  background: #d7847e;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-animation-name: strip2;
          animation-name: strip2;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.strip:nth-child(3) .strip__content {
  /*background: #f25648;*/
  background: #E0B3CD;
  color: #8f253b;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-animation-name: strip3;
          animation-name: strip3;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.strip:nth-child(4) .strip__content {
  /*background: #666;*/
  background: #d7847e;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-animation-name: strip4;
          animation-name: strip4;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.strip:nth-child(5) .strip__content {
  /*background: #00a0e6;*/
  background: #E0B3CD;
  color: #8f253b;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-animation-name: strip5;
          animation-name: strip5;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}




@media screen and (max-width: 640px) {
  .strip {
    min-height: 20vh;
  }
  .strip:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
  }
  .strip:nth-child(2) {
    top: 20vh;
    left: 0;
    width: 100%;
  }
  .strip:nth-child(3) {
    top: 40vh;
    left: 0;
    width: 100%;
  }
  .strip:nth-child(4) {
    top: 60vh;
    left: 0;
    width: 100%;
  }
  .strip:nth-child(5) {
    top: 80vh;
    left: 0;
    width: 100%;
  }
}

.strips .strip__content {
-webkit-animation-duration: 1s;
      animation-duration: 1s;
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-webkit-animation-fill-mode: both;
      animation-fill-mode: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-decoration: none;
}
.strips .strip__content:hover:before {
-webkit-transform: skew(-30deg) scale(3) translate(0, 0);
      transform: skew(-30deg) scale(3) translate(0, 0);
opacity: 0.1;
}
.strips .strip__content:before {
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: white;
opacity: 0.05;
-webkit-transform-origin: center center;
      transform-origin: center center;
-webkit-transform: skew(-30deg) scaleY(1) translate(0, 0);
      transform: skew(-30deg) scaleY(1) translate(0, 0);
-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips .strip__inner-text {
/*will-change: transform, opacity;*/
position:absolute;
top:50%;
left:50%;
width:70%;
-webkit-transform:translate(-50%, -50%) scale(0.5);
      transform:translate(-50%, -50%) scale(0.5);
opacity:0;
	-webkit-transition:all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition:all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
z-index: 5;
}

.strip--expanded {
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  z-index: 3;
  cursor: default;
}


@media screen and (min-width: 640px) {
	#topFloatingMenu {
			display: none;
	}
}
@media screen and (max-width: 640px) {
  .strip--expanded {
    min-height: 100vh;
  }
}
.strip--expanded .strip__content:hover:before {
  -webkit-transform: skew(-30deg) scale(1) translate(0, 0);
          transform: skew(-30deg) scale(1) translate(0, 0);
  opacity: 0.05;
}
.strip--expanded .strip__title {
opacity: 0;
}
.strip--expanded .strip__inner-text {
opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.strip__title {
display: block;
margin: 0;
position: relative;
z-index: 2;
width: 100%;
font-size:1.3vw;
text-transform:uppercase;
color: white;
-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.strip__content b {
width:200px; height:200px;
display:block;
margin:0 auto;
}
.strip__content b img {width:100%; height:auto;}



@media screen and (max-width: 640px) {
	.strip__title {
	font-size: 28px;
	}
}

.strip__close {
width:1.6em; height:1.6em;
position: fixed;
right: 3vw;
top: 3vw;
opacity: 0;
z-index: 10;
-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
cursor: pointer;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.strip__close:before,
.strip__close:after {content:""; display:block; width:100%; height:4px; background:#fff; position:absolute; top:0; left:0;}

.strip__close:before {transform:rotate(45deg);}
.strip__close:after {transform:rotate(135deg);}

.strip__close--show {opacity: 1;}






 @media screen and (max-width: 640px) {
	.strip__content h1 {line-height:100%; margin-top:0.5em;}
	.strip__content h1 b {display:inline-block; margin-top:-0.5em;}
	.strip__content h1 b img {vertical-align:middle;}
}







@-webkit-keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip4 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip4 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip5 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip5 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 640px) {
	#topFloatingMenu {
		display: block;
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 9999;
		text-align: center;
		padding: 0 auto;
	}
	#topFloatingMenu img {
		width: 100%;
	}
}
