html, body{
	height: 100%;
}

.morphext > .animated {
    display: inline-block;
}

.red{
	color:#d40000;
}
.white{
	color: #FFF;
}
.btn-red{
	background: #d40000;
	color: #fff;
	text-transform: uppercase;
}
.btn-red:hover{
	background: #173e83;
	color: #fff;
}

#overlay{
	width: 100%;
	height: 100%;
	display: table;
	/*background: url(../img/back.jpg) no-repeat center center;
	background-size: cover;*/
	background: #000;
	padding-top: 0;
	padding-bottom: 0;
}
body.template-2 #overlay{
	background: url(../img/back-02.jpg) no-repeat center center;
	background-size: cover; 
}
#overlay .content{
	display: table-cell;
	vertical-align: middle;
}
img#blackFriday{
	max-height: 200px;
	margin-bottom: 20px;
}
img#cajas{
		max-width: 620px;
	}
img.center-img{
	margin-right: auto;
	margin-left: auto;
}
#overlay .content .call-to-action{
	text-align: center;
}
body.template-2 #overlay .content .call-to-action{
	color: #fff;
}
#overlay .content .call-to-action h1.title{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 350%;
	color: #FFF;
}
#overlay .content .call-to-action h2.legend{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 300%;
	color: #FFF;
}
#overlay .content h4{
	color: #FFF;
}
.action-button{
	margin-top: 30px;
}
hr.separator{
	border: 1px solid #000;
	width: 50%;
}

section{
	padding-top: 50px;
	padding-bottom: 80px;
}

section h2{
	text-transform: uppercase;
}

section#counter{
	text-align: center;
	background: #000;
	color: #fff;
}

#clock{
	font-size: 500%;
	padding: 40px 0;
}
#clock span.text{
	display: block;
	font-size: 16px;
}

.steps{
	padding-top: 50px;
	padding-bottom: 50px;
}

.steps p{
	text-align: justify;
}

.step-icon{
	text-align: center;
	padding-bottom: 20px;
}

section#newsletter{
	text-align: center;
	background: url(../imgLanding/background-black-friday.png) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

footer{
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px #000 solid;
}

.footer-item{
	text-align: center;
}

a.social-icon,
a:visited.social-icon,
a:active.social-icon{
	padding: 20px;
	color: #000;
}

@media only screen and (min-width: 320px) and (max-width: 979px){
	#overlay .content .call-to-action h1.title{
		font-size: 250%;
	}
	#overlay .content .call-to-action h2.legend{
		font-size: 200%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px){
	img#blackFriday{
		max-width: 700px;
	}
	img#cajas{
		width: 75%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px){
	img#blackFriday{
		max-width: 280px;
	}
	img#cajas{
		width: 75%;
	}

	#overlay{
		padding-bottom: 50px;
	}
	#clock{
		font-size: 200%;
	}
	#clock span.text{
		display: block;
		font-size: 12px;
	}
	.step{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer-item{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 899px){
	body.template-2 #overlay{
		background: url(../img/back-02.jpg) no-repeat center right;
		background-size: cover; 
	}
}