#allcards {
	max-width: 80%;
	margin: 10px auto;
}

.fifth-section.v2 {
	height: auto;
	padding: 87px 0 58px;
}

.fifth-section main article.item-1 figure {
	background: url(../images/fifth-section-image1.png) no-repeat 0 0;
}

.fifth-section main article.item-2 figure {
	background: url(../images/fifth-section-image2.png) no-repeat 0 0;
}

.fifth-section main article.item-3 figure {
	background: url(../images/fifth-section-image3.png) no-repeat 0 0;
}

.fifth-section main article.item-4 figure {
	background: url(../images/fifth-section-image4.png) no-repeat 0 0;
}

.fifth-section main article.item-5 figure {
	background: url(../images/fifth-section-image5.png) no-repeat 0 0;
}

.fifth-section main article figure {
	width: 150px;
	height: 150px;
	margin: 0 auto 17px;
	position: relative;
}

.fifth-section main article figure span {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/icon-ok-green.png) no-repeat 0 0;
}

.fifth-section main {
	text-align: center;
	padding: 31px 0 0 0;
}

.fifth-section main article {
	width: 190px;
	display: inline-block;
	padding: 0 0 13px;
}

@media screen and (max-width: 768px) {

	.fifth-section.v2 {
		padding: 47px 0 20px;
	}

	.fifth-section.v2 h2 {
		font-size: 32px;
		padding: 0 0 2px;
	}

	.fifth-section main article {
		width: 140px;
	}

	.fifth-section main article figure {
		width: 120px;
		height: 120px;
		background-size: auto 100% !important;
	}
}

@media screen and (max-width: 960px) {

	.fifth-section.v2 {
		padding: 67px 0 38px;
	}
}



#proggy {
max-width: 80%;
  padding: 4px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

#proggy-inner {
  height: 35px;
  border-radius: 4px;
  width: 75%;
  padding-top: 2px;
  color: #fff;
  font-weight: 700;
background: linear-gradient(-45deg, #E55812, #F7B801, #780116, #FF4B3E);
	background-size: 400% 400%;
	-webkit-animation: Gradient 2s ease infinite;
	-moz-animation: Gradient 2s ease infinite;
	animation: Gradient 2s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


.whitey h3 {
	margin-top: 16px;
	font-size: 28px;
	color: #E55642;
	font-weight: 700;
}

.whitey-top {
	width: 100%;
	height: 40px;
	background: #F7B801;
	border-radius: 4px 4px 0 0;
	    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
	
}


.whitey {
	width: 960px;
	max-width: 90%;
	min-height: 200px;
	background: #fff;
	margin: 20px auto;
	border-radius: 4px;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}

.whitey h2 {
	font-size: 26px;
	color: #222;

}

.whitey h2 span {
	color: #f66;
	text-decoration: underline;
}

#flippy {
	display: block;
	width: 320px;
	margin: 0px auto;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #F7B801;
  
  margin: 0px auto 20px;
}

.upsell1 {
	max-width: 60%;
	margin: 10px auto;
	display: block;
}

.newprice {
	font-size: 26px;
	color: #222;
	font-weight: bold;
}

.newprice span {
	text-decoration: line-through;;
	color: #f66;
}

#buttonme {
    width: 300px;
    height: 70px;
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 3px;
    margin: 20px auto;
    position: relative;
    top: 10px;
    border-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
}

#buttonme span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: none;
}

.nothanks {
	text-decoration: underline;
	padding-bottom: 40px;
	margin-top: 10px;
	padding-top: 20px;
	opacity: 0.6;
}