/*
	HotPress Web Framework
	By: Team HotPress Web
	Created: 2011
*/

/* `Hero
----------------------------------------------------------------------------------------------------*/

.hero {
	float: left;
	height: 418px;
	overflow: hidden;
	padding: 0;
	position: relative;
	left: 0px;
	margin-top: 97px;
}
@media only screen and (max-width: 767px) {
.hero {
	display: none!important;
}
}
/* Image --------------------------*/

.hero-image {
	height: 418px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	top: 0;
	width: 960px;
	z-index: 15;
}
.hero-images {
	position: relative;
}
.hero-images ul {
	margin: 0;
	padding: 0;
}
.hero-images ul li {
	position: absolute;
	padding: 0;
	top: 0;
	display: none;
	background: none;
}
/* Description --------------------------*/

.hero-description {
	color: #727272;
	display: block;
	margin: 0!important;
	overflow: hidden;
	padding: 20px;
	position: relative;
	z-index: 3;
	top: 80px;
	width: 500px;
}

.hero-description h1 {
	color: #8fa0ac;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 72px;
	margin-bottom: 10px;
	line-height: 65px;
	font-weight: 300;
	text-transform: uppercase;
}
.hero-description h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 105px;
	color: #3c758f;
	float: left;
	line-height: 80px;
	margin-right: 15px;
}
.hero-description h3 {
	color: #17a781;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	margin-bottom: 20px;
	line-height: 28px;
}
.hero-description p {
	margin-bottom: 20px;
	margin-top: 20px;
}
.hero-description a.hero-link:link, .hero-description a.hero-link:visited {
	background: #666;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
	text-decoration: none;
}
.hero-description a.hero-link:hover, .hero-description a.hero-link:active {
	background: #333;
}
.hero-descriptions {
	position: relative;
	top: 0px;
	z-index: 17;
}
.hero-descriptions ul {
	margin: 0;
	padding: 0;
}
.hero-descriptions ul li {
	position: absolute;
	top: 0;
	display: none;
	background: none;
}
/* Overlay --------------------------*/

.hero-overlay {
	background: url("images/hero-overlay.png") no-repeat scroll 0 0;
	display: block;
	height: 300px;
	left: 0;
	position: absolute;
	top: 0;
	width: 960px;
	z-index: 2;
}
.hero-divider {
	display: none;
}
/* Title --------------------------*/
.hero-title {
}
.hero-title a:link, .hero-title a:visited {
	color: #ccc;
	text-decoration: none;
}
.hero-title a:hover, .hero-title a:active {
	color: #000;
}
/* Controls --------------------------*/

.hero-controls {
	bottom: 5px;
	left: 10px;
	position: absolute;
	z-index: 4;
}
.hero-controls ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.hero-controls ul li {
	background: none;
	float: left;
	list-style: none;
	margin: 0 5px;
	padding: 0;
}
.hero-controls ul li a:link, .hero-controls ul li a:visited {
	color: #999;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.hero-controls ul li a:hover, .hero-controls ul li a:active {
	color: #000;
}
.hero-controls ul li.hero-prev a, .hero-controls ul li.hero-next a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
}
.hero-controls ul li.hero-prev a {
	background: url("images/hero-arrow-prev.png") no-repeat scroll 0 0;
}
.hero-controls ul li.hero-next a {
	background: url("images/hero-arrow-next.png") no-repeat scroll 0 0;
}
/*add-on
--------------------------------*/
#add-on {
	background: #fff;
	padding: 5px;
	float: left;
	box-shadow: 0 2px 5px #CCCCCC;
}
.add-on-image {
	width: 112px;
	height: 60px;
	float: left;
	margin-right: 12px;
}
.add-on-content {
	color: #767676;
	font-size: 11px;
	line-height: 16px;
	padding: 5px 0 0;
}
