@-webkit-keyframes spaceboots {
	0% {
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
},

	100% {
		-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
 }
}

@-webkit-keyframes wobble {
            0% { -webkit-transform: translateX(0px); }
            15% { -webkit-transform: translateX(-20px);  }
            30% { -webkit-transform: translateX(0px);  }
            45% { -webkit-transform: translateX(-20px);  }
            60% { -webkit-transform: translateX(0); }
            75% { -webkit-transform: translateX(-20px); }
            100% { -webkit-transform: translateX(0); }
         }

         @keyframes wobble {
            0% { transform: translateX(0px);  }
            15% { transform: translateX(-20px); }
            30% { transform: translateX(0); }
            45% { transform: translateX(-20px) ; }
            60% { transform: translateX(0); }
            75% { transform: translateX(-20px); }
            100% { transform: translateX(0); }
         }

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}


.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:1;
  pointer-events:none;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}
.confetti--animation-slow {
  animation: confetti-slow 5.25s linear 1 forwards;
}
.confetti--animation-medium {
  animation: confetti-medium 4.75s linear 1 forwards;
}
.confetti--animation-fast {
  animation: confetti-fast 4.25s linear 1 forwards;
}


#five-star .step:not(.active){
display: none;
}
.step{
	height: auto;
				-webkit-transition: all 1s linear;
-moz-transition: all 1s linear;
-ms-transition: all 1s linear;
-o-transition: all 1s linear;
transition: all 1s linear;
}
#five-star{
    background-image: url(images/bg-left.png), url(images/bg-right.png);
    background-color: #E51A34;
    background-repeat: no-repeat;
    background-position: 0 50%, 100% 50%;
max-height: 830px;
height: 830px;
position: relative;
overflow:visible;
}
#five-star .container{
	max-width: 1080px;
}
#five-star .frame.active{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 1;
}
#five-star .frame{
	 opacity: 0;
    visibility: hidden;
    pointer-events: none;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
left: 0;
text-align: center;

}
#five-star .frame.no-intro > .container > h1,
#five-star .frame.no-intro > .container > p{
	display: none;
}
#five-star .frame h1,
#five-star .frame p.h1{
font-size: 36px;
color: #ffffff;
margin:0 auto 20px auto;
padding: 0;
font-family: 'Gotham-Bold';
width: 715px;
max-width: 100%;

}
#five-star .frame p{
	font-family: 'Gotham-Medium';
font-size: 18px;
line-height: 24px;
margin:0 auto;
padding: 0;
color: white;
width: 715px;
max-width: 100%;
}
#five-star .frame p.h1{
	line-height: 1;
}
#five-star .frame  .ribbon .inner::after {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  border-top: 84px solid transparent;
  border-right: 50px solid #E51A34;
  border-bottom: 84px solid transparent;
}
#five-star .frame .ribbon .inner::before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-top: 84px solid transparent;
  border-left: 50px solid #E51A34;
  border-bottom: 84px solid transparent;
}
#five-star .frame .ribbon{
	max-width: 100%;
	z-index: 1;
	/*
	background-image: url(images/ribbon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	*/
background-color: #a51922;

	width: 1022px;
	height: 168px;
	text-align: center;
	position: relative;
	margin-top: 185px;
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#five-star .frame .ribbon:before{
	content: "";
	display: block;
	position: absolute;
	width: 735px;
	height: 221px;
	top: -181px;
	left: 50%;
	margin-left: -367.5px;
		background-image: url(images/girls.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 3;
}

#five-star .frame .anim-stars ul{
	padding: 0;
	margin:0;
	text-align: center;
}
#five-star .frame .anim-stars ul li{

	padding: 0 7.5px;
	margin:0;
}
#five-star .frame .anim-stars ul li a{
	display: block;
	position: relative;
	width: 124px;
	height: 120px;
	overflow:hidden;
}
#five-star .frame .anim-stars ul li a:not(.from-both),
#five-star .frame .anim-stars ul li a:not(.from-both):after,
#five-star .frame .anim-stars ul li a:not(.from-both):before{
	z-index: 2;
	-webkit-transition: all 1s linear;
-moz-transition: all 1s linear;
-ms-transition: all 1s linear;
-o-transition: all 1s linear;
transition: all 1s linear;
}
#five-star .frame .anim-stars ul li a.from-both,
#five-star .frame .anim-stars ul li a.from-both:after,
#five-star .frame .anim-stars ul li a.from-both:before{
	z-index: 2;
	-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}
#five-star .frame .anim-stars ul li a.from-right:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:#a51922;
	right: 0;
	top: 0;
}
#five-star .frame .anim-stars.animate ul li a.from-right:after{
right:200%;
}

#five-star .frame .anim-stars ul li a.from-left:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:#a51922;
	left: 0;
	top: 0;
}
#five-star .frame .anim-stars.animate ul li a.from-left:after{
left:200%;
}

#five-star .frame .anim-stars ul li a.from-both:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 51%;
	background-color:#a51922;
	left: 0;
	top: 50%;
}
#five-star .frame .anim-stars ul li a.from-both:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 51%;
	background-color:#a51922;
	left: 0;
	bottom: 50%;
}
#five-star .frame .anim-stars.animate ul li a.from-both:after,
#five-star .frame .anim-stars.animate ul li a.from-both:before{
height: 0%;
}
#five-star .frame .anim-stars ul li img{
top: 0;
left: 0;
	position: absolute;
	max-width: 100%;
	height: auto;
}
#five-star .frame .anim-stars ul li:not(.clicked) img.to-hover,
#five-star.loaded .frame .anim-stars.loaded ul li img.outline,
#five-star .frame .anim-stars.loaded ul li img.outline,
#five-star:not(.done) .frame .anim-stars ul li img.to-load{
	opacity: 0;
	visibility: hidden;
}
#five-star .frame .anim-stars ul li.shake a  img.to-hover{
	opacity: 1;
	visibility: visible;
}
#five-star .frame .anim-stars ul li.shake a {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.2s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}

#five-star .frame .anim-stars ul li:nth-child(1) a{
	-webkit-animation-delay:0s;
}
#five-star .frame .anim-stars ul li:nth-child(2) a{
	-webkit-animation-delay:0.15s;
}
#five-star .frame .anim-stars ul li:nth-child(3) a{
	-webkit-animation-delay:0.3s;
}
#five-star .frame .anim-stars ul li:nth-child(4) a{
	-webkit-animation-delay:0.45s;
}
#five-star .frame .anim-stars ul li:nth-child(5) a{
	-webkit-animation-delay:0.6s;
}

#five-star .frame .anim-stars ul li.shake:nth-child(1) a img{

	-webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
}
#five-star .frame .anim-stars ul li.shake:nth-child(2) a img{
	-webkit-transition-delay: 0.15s; /* Safari */
    transition-delay: 0.15s;
}
#five-star .frame .anim-stars ul li.shake:nth-child(3) a img{
	-webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;
}
#five-star .frame .anim-stars ul li.shake:nth-child(4) a img{
	-webkit-transition-delay: 0.45s; /* Safari */
    transition-delay: 0.45s;
}
#five-star .frame .anim-stars ul li.shake:nth-child(5) a img{
	-webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;
}
#five-star .frame form#rate-form{
	padding-top: 20px;
	width: 990px;
	max-width: 100%;
	margin:0 auto;
	font-size: 0;
	position: relative;
	top: -283px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	margin-bottom: -283px;
	z-index: 0;


}
#five-star:not(.click) .step{
	height: 0;
}
#five-star.click form#rate-form{
	top: 0;
	margin-bottom: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: all;

}
#five-star .frame form#rate-form  > div{
width: 25%;
padding: 0 10px;
display: inline-block;
vertical-align: top;
text-align: left;
}
#five-star .frame form#rate-form  > div  label{
	display: block;
	margin:0 0 5px 0;
	padding: 0;
	font-size: 18px;
	color: white;
	font-family: 'Gotham-Bold';
}
#five-star .frame form#rate-form  > div input,
#five-star .frame form#rate-form  > div select{
	width: 100%;
	background-color: white;
	height: 45px;
	color: white;
	line-height: 1;
	padding: 0 15px;
	border: 0;
	font-size: 18px;
	color: #666666;
	font-family: 'Gotham-Medium';
}
#five-star .frame form#rate-form input[type="submit"]{
	margin:40px auto 0 auto;
	display: block;
	width: 230px;
	max-width: 100%;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	background-color: white;
	border: 0;
	color: #eb212e;
	height:55px;
font-family: 'Gotham-Bold';
}
#five-star .frame,
#five-star .frame form#rate-form,
#five-star .frame .ribbon,
#five-star .after-form{
	-webkit-transition: all 0.5s, opacity 1.5s, top 0.5s linear;
-moz-transition: all 0.5s, opacity 1.5s, top 0.5s linear;
-ms-transition:all 0.5s, opacity 1.5s, top 0.5s linear;
-o-transition: all 0.5s, opacity 1.5s, top 0.5s linear;
transition: all 0.5s, opacity 1.5s, top 0.5s linear;

}


.after-form{
padding: 0 10px;
width: 670px;
	max-width: 100%;
	margin:0 auto;
}
.frame .after-form  h1,
.frame .after-form  p.h1{
	    font-size: 60px!important;
    margin: 15px auto 10px auto!important;
}
.after-form p{
	font-size: 18px;
	line-height: 21px;

}
.after-form label{
	display: block;
	margin:0 0 5px 0;
	padding: 0;
	font-size: 18px;
	color: white;
	font-family: 'Gotham-Bold';
}
.after-form textarea{
	width: 490px;
	max-width: 100%;

	margin:0 auto;
	background-color: white;
	height: 90px;
	color: white;
	line-height: 1;
	padding: 10px 15px;
	border: 0;
	font-size: 18px;
	color: #666666;
	font-family: 'Gotham-Medium';
}
.after-form input[type="submit"]{
		margin:25px auto 0 auto;
	display: block;
	width: 230px;
	max-width: 100%;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	background-color: white;
	border: 0;
	color: #eb212e;
	height:55px;
font-family: 'Gotham-Bold';
}
.frame .after-form form{
	margin-top: 20px;
}
#five-star.submitted{
	    max-height: 790px;
    height: 790px;
}
#five-star.submitted.thank{
	    max-height: 430px;
    height: 430px;
}
#five-star.submitted .frame .anim-stars ul li a,
#five-star .frame.no-intro .anim-stars a,
#five-star .frame.no-intro .anim-stars  li{
	pointer-events: none;
}

#five-star.animate .balloon.yellow{
	  -webkit-animation-duration: 15s;
            animation-duration:15s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: wobble;
            animation-name: wobble;
}
#five-star.animate .balloon.red{
	  -webkit-animation-duration: 12s;
            animation-duration:12s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: wobble;
            animation-name: wobble;
}
#five-star.animate .balloon.blue{
	  -webkit-animation-duration: 10s;
            animation-duration:10s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: wobble;
            animation-name: wobble;
}
#five-star .balloon.yellow{
	background-image: url(images/ballon-yellow.png);
	width: 42px;
	height: 88px;
				-webkit-transition: all 9s linear;
-moz-transition: all 9s linear;
-ms-transition: all 9s linear;
-o-transition: all 9s linear;
transition: all 9s linear;
}
#five-star .balloon.red{
	background-image: url(images/ballon-red.png);
		width: 60px;
	height: 122px;
				-webkit-transition: all 8s linear;
-moz-transition: all 8s linear;
-ms-transition: all 8s linear;
-o-transition: all 8s linear;
transition: all 8s linear;
}
#five-star .balloon.blue{
	background-image: url(images/ballon-blue.png);
	width: 43px;
	height: 89px;
				-webkit-transition: all 10s linear;
-moz-transition: all 10s linear;
-ms-transition: all 10s linear;
-o-transition: all 10s linear;
transition: all 10s linear;
}
#five-star .balloon{
	top: 100%;
}
#five-star.animate .balloon{
	top: -100%;
}
#five-star .balloon.left.first{
	left: 25px;
}
#five-star .balloon.left.second{
	left: 160px;
	margin-top: 85px;
}
#five-star .balloon.left.third{
	left: 300px;
	margin-top: 160px;
}
#five-star .balloon.left.fourth{
	left: 35px;
	margin-top: 275px;
}
#five-star .balloon.left.fifth{
	left: 290px;
	margin-top: 315px;
}
#five-star .balloon.right.first{
	right: 10px;
}
#five-star .balloon.right.second{
	right: 145px;
	margin-top: 100px;
}
#five-star .balloon.right.third{
	right: 40px;
	margin-top: 250px;
}
#five-star .balloon.right.fourth{
	right: 300px;
	margin-top: 225px;
}
#five-star .balloon{

position: absolute;
	background-repeat: no-repeat;
	background-position: center;

}
#five-star .confetti{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
		-webkit-transition: all 3s linear;
-moz-transition: all 3s linear;
-ms-transition: all 3s linear;
-o-transition: all 3s linear;
transition: all 3s linear;
}
#five-star .confetti.left{
	background-image: url(images/confetti_left.png);
	left: 0;
	top: -711px;
	width: 597px;
	height: 611px;
}
#five-star .confetti.center{
	background-image: url(images/confetti_center.png);
	left: 50%;
	margin-left: -292px;
	top: -511px;
	width: 584px;
	height: 411px;
}
#five-star .confetti.right{
	background-image: url(images/confetti_left.png);
	right: 0;
	top: -711px;
	width: 559px;
	height: 611px;
}


#five-star .balloon{
z-index: 2;

}
#five-star.animate .confetti{
	top: 0;
}
#five-star .star-social{
width: 870px;
max-width: 100%;
margin:30px auto 0 auto;
}
#five-star .star-social ul{
	padding: 0;
	margin: 0;
	font-size: 0;
}
#five-star .star-social ul li{
	width: 50%;
	padding: 0 10px;
}
#five-star .star-social ul li a{
	display: block;
	font-size: 0;
	text-align: left;
	padding: 20px 30px;
}
#five-star .star-social ul li a i{
	font-size: 113px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	color: white;
}
#five-star .star-social ul li a p{
	vertical-align: middle;
	display: inline-block;
	font-size: 24px;
	line-height: 31px;
	color: white;
	width: calc(100% - 148px);
	text-transform: uppercase;
}
#five-star .star-social ul li a p span{
	font-size: 36px;
	line-height: 36px;
	display: block;
}
#five-star .star-social ul li:nth-child(1) a{
	background-color: #3b5998;
}
#five-star .star-social ul li:nth-child(2) a{
	background-color: #c34232;
}
@media screen and (max-width: 1200px){
	#five-star .frame  .ribbon .inner::after {

    border-top: 57px solid transparent;
    border-right: 30px solid #eb212e;
    border-bottom: 57px solid transparent;

}
#five-star .frame .ribbon .inner::before {
border-top: 57px solid transparent;
    border-left: 30px solid #eb212e;
    border-bottom: 57px solid transparent;
}
	#five-star .star-social ul li a i{
		font-size: 70px;
	}
	#five-star .star-social ul li a p {
    font-size: 18px;
    line-height: 26px;
    width: calc(100% - 148px);
}
	#five-star .star-social ul li a p span{
		font-size: 26px;
		line-height: 26px;
	}

#five-star .frame .ribbon {
    height: 115px;
}
	#five-star .frame .ribbon img,
	#five-star .frame .anim-stars ul li a{
		height: 100px;
		width: 104px;
	}
}
@media screen and (max-width: 767px){
	#five-star .frame  .ribbon .inner::after {

    border-top: 34px solid transparent;
    border-right: 20px solid #eb212e;
    border-bottom: 34px solid transparent;

}
#five-star .frame .ribbon .inner::before {
    border-top: 34px solid transparent;
    border-left: 20px solid #eb212e;
    border-bottom: 34px solid transparent;
}

	#five-star .star-social ul li a p {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    text-align: center;
}
	#five-star .star-social ul li a p span{
		line-height: 26px;
		font-size: 26px;
	}
	#five-star .star-social ul li a i {
    font-size: 70px;
    display: block;
    position: static;
    margin: 0 auto;
    text-align: center;
}
	#five-star .star-social ul li a {

    padding: 10px;
}
	#five-star.submitted.thank {
    max-height: 300px;
    height: 300px;
}
#five-star .frame p br{
	display: none;
}
	.frame .after-form h1 {
    font-size: 40px!important;
    margin: 15px auto 10px auto!important;
}
	#five-star .frame form#rate-form > div {
    width: 50%;
    margin-bottom: 10px;
}
#five-star .frame .ribbon:before {
    top: -198px;
    max-width: 100%;
    margin: 0;
    left: 0;
    background-size: 430px;
    background-position: 50% 100%;
}
	#five-star .frame p {
    font-size: 16px;
    line-height: 22px;
}
	#five-star .frame h1 {
    font-size: 30px;
    margin: 0 auto 10px auto;
}
	#five-star .frame .ribbon {
    height: 70px;
}
	#five-star .frame .ribbon img,
	#five-star .frame .anim-stars ul li a{
		height: 50px;
    width: 52px;
	}
}
@media screen and (max-width: 480px){
	#five-star .star-social ul li a p {
    font-size: 14px;
    line-height: 18px;
}
	#five-star .star-social ul li a p  span{
		font-size: 18px;
		line-height: 18px;
	}
	#five-star .star-social ul li a i {
    font-size: 40px;
}
	#five-star .star-social ul li {
    width: 100%;
    padding: 0;
    display: block;
    margin: 10px auto;
}
	.frame .after-form h1 {
    font-size: 30px!important;
    margin: 15px auto 10px auto!important;
}
	#five-star.submitted.thank {
    max-height: 250px;
    height: 251px;
}
	#five-star.submitted {
    max-height: none;
    height: 500px;
}
		#five-star .frame form#rate-form > div {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
	#five-star .frame .ribbon{
		margin-top: 0;
	}
	#five-star .frame .ribbon:before{
		display: none;
	}
	#five-star .frame p {
    font-size: 14px;
    line-height: 18px;
}
	#five-star .frame h1 {
    font-size: 20px;
    margin: 0 auto 10px auto;
}
	#five-star .frame .ribbon{
		background-size: contain;
	}
	#five-star .frame .ribbon img,
	#five-star .frame .anim-stars ul li a{
		height: 30px;
    width: 32px;
	}
}

#five-star.submitted.thank a{
    margin: 35px auto 0 auto;
    display: block;
    width: 300px;
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    background-color: white;
    border: 0;
    color: #eb212e;
    height: 60px;
    font-weight: 900;
    font-family: 'Gotham-Black';
    line-height: 60px;
}