/**
 * @module		HO SIMPLE BOX
 * @version		1.0.x
 * @author		HappyOnline http://happyonline.gr/
 * @copyright	Copyright (C) 2013-2015 HappyOnline. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 *
 * @Template	Default
 *
 */
 
.hoParallax {
    width: 100%;
    overflow: hidden;
    position: relative;
	background-repeat: no-repeat;
}
.hoParallax h1 {
    position: absolute;
	bottom: 40%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	text-shadow: 2px 4px 6px #222;
}