@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
.paypal-scroll img{
	height: 30px;
	width: auto;
	margin: 0px auto;
	display: block;
	cursor: pointer;
}
#timerContainer{
	width: 380px;
    margin: 0px auto;
    background-color: darkred;
    padding-top: 10px;
    max-width: 100%;
}
h2{
	color: rgb(70, 70, 70);
    font-size: 27px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	text-align: center;
}
h2 strong{
    font-weight: 600;
}
h3{
	color: rgb(70, 70, 70);
    font-size: 23px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	text-align: center;
}
h3 strong{
    font-weight: 600;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h2{
		font-size: 48px;
	}
	h3{
		 font-size: 38px;
	}
}
#hero .sub-head{
	display: inline-block;
	padding: 3px 10px;
	background: #FFF;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: rgb(0, 0, 0);
    font-size: 16px;
	margin-bottom: 10px;
}
#hero h2{
	font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
}
#hero h1{
	font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin-bottom: 0px;
	padding-bottom: 0px;
}
#hero p{
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: -10px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#hero h2{
		font-size: 28px;
	}
	#hero h1{
		font-size: 40px;
	}
}

#product-stack h3{
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
	text-align: center;
	line-height: 1.4;
}
#product-stack h3 strong{
    font-weight: 600;
}
#product-stack h3 span{
	text-decoration: underline;
}
.btn-order,.btn-order:visited,.btn-order:active{
	color: #FFF;
	background: rgba(241,145,54,1);
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 25px;
	width: 350px;
	max-width: 100%;
	margin-top: 20px;
	font-weight: 600;
	
}
.btn-order:hover{
	color: #FFF;
	background:darkorange;
	
}
.border-bottom-orange{
	border-bottom: 3px solid rgba(241,145,54,1);
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#product-stack h3{
		font-size: 25px;
	}
}
#benefits img{
	margin: 10px auto;
}
#benefits .green-box{
	font-family: 'Montserrat', sans-serif;
	background: rgba(61,169,34,1);
	padding: 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}
.btn-block.btn-order{
	width: 100%;
}
#benefits p{
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: rgb(112, 44, 99);
}
#benefits li{    
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #1b1b1b;
	font-size: 20px;
}
#benefits strong{
    font-weight: 600;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#benefits .green-box{
		font-size: 28px;
	}
	#benefits li{    
		font-size: 26px;
	}
	#benefits p{
		font-size: 22px;
	}
}
#included h4{
	color: #FFF;
    font-size: 25px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#included p{
	color: #FFF;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
#bonuses .row{
	margin-bottom: 30px;
}
#bonuses img{
	max-width: 100%;
}
#bonuses h5{
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: rgb(112, 44, 99);
	font-size: 26px;
}
#bonuses h4{
	font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	color: rgb(70, 70, 70);
}
#bonuses p{
	font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
#bonuses p:last-child{
    color: rgb(112, 44, 99);
	font-size: 20px;
}
.plus-list li{
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.3;
	color: #1b1b1b;
}

.plus-list li strong{
	font-weight: 700;
}
#guarantee{
	color: #FFF;
	font-size: 18px;
}
#guarantee img{
	max-width: 50%;
}
#guarantee h3{
	text-align: left;
	color: #FFF;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 600;
	margin-top: 50px;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	#bonuses h4{
		font-size: 28px;
	}
	.plus-list li{
		font-size: 20px;
	}
	
	#guarantee h3{
		font-size: 30px;
	}
	
	#guarantee img{
		max-width: 100%;
	}
}

.package-contents{
	padding: 30px;
	font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #FFF;
}
.package-contents strong{
    font-weight: 500;
}

.jumping-bg{
	background-image: url('./images/compressed/bg-celebrate2.jpg');
	background-position: top center;
	background-size: cover;
  	background-attachment: fixed;
	position: relative;
}
.jumping-bg::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(255,255,255,0.84);
}
.key-bg{
	background-image: url('./images/compressed/bg-key.jpg');
	background-position: center center;
	background-size: cover;
  	background-attachment: fixed;
	position: relative;
}
.key-bg::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(61,169,34,0.84);
}
.celebrate-bg{
	background-image: url('./images/compressed/bg-celebrate.jpg');
	background-position: center center;
	background-size: cover;
	position: relative;
}
.celebrate-bg::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(60,59,59,0.81);
}
.sa-logo {
	width: 145px;
	height: auto;
	margin-bottom: 40px;
}

.testimonial {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
}
.testimonial div {
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	background-color: rgba(112,44,99,1);
	border: 1px solid #485cc7;
	padding: 20px 40px;
	;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	height: 180px;
	position: relative;
}
.testimonial div strong {
	font-weight: 700;
}
.testimonial div::before {
	content: '';
	position: absolute;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	top: -32px;
	left: -10px;
	background-position: left top;
	width: 100%;
	height: 60px;
}
.testimonial span {
	color: rgba(112,44,99,1);
	font-size: 11px;
	text-align: right;
	font-weight: 700;
	display: block;
	margin-top: 5px;
}
.safe-checkout{
	width: 318px;
	margin: 20px auto;
}
.pricing{
	font-family: 'Montserrat', sans-serif;
	color: rgb(70, 70, 70);
    font-size: 24px;
	font-weight: 300;
}
.pricing strong{
	font-weight: 700;
}
.retail{
	color: rgb(61, 169, 34);
    font-size: 28px;
    font-weight: 600;
	text-decoration: line-through;
}
.offer{
	color: rgb(221, 101, 58);
    font-size: 72px;
	font-weight: 700;
	line-height: 1;
}
.orange{
	color:rgb(221, 101, 58);
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
