/*------------------------------------------------------------------------
# "Hot Full Carousel" Joomla module
# Copyright (C) 2012 HotJoomlaTemplates.com. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
	
.hero-carousel div.carousel-article {
	margin: 0 auto;
	min-height: 617px;
	display: block;
	float: left;
	position: relative;
}
				
.hero-carousel-container div.carousel-article {
	float: left;
}
	
.hero-carousel div.carousel-article .contents {
	position: relative;
	top: 160px;
	list-style: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-shadow:1px 1px 1px #000;
	width: 100%;
	padding: 0;
}

.hero-carousel div.carousel-article .contents a {
	color: #fff;
	text-decoration: underline;
}

.hero-carousel-nav {
	position: absolute;
	bottom: 330px;
	z-index: 200;
	width: 100%;
	text-align: center;
	display: none;
}
	
.hero-carousel-nav li {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
}
	
.hero-carousel-nav li.prev {
	position: absolute;
	left: 0;
	z-index: 100;
}

.hero-carousel-nav li.next {
	position: absolute;
	right: 0;
}
	
.hero-carousel-nav li a {
	background:rgba(0,0,0,0.3);;
	color: #fff;
	border: none;
	outline: none;
	display: block;
	float: left;
	padding: 20px;
	text-decoration: none;
}

.hero-carousel-nav li a:hover { 
	background: #fff;
	color:#333;
}
	
.hero-carousel-nav li a:active,
.hero-carousel-nav li a:focus { 
	border: none;
	outline: none;
}

.hero h2, .hero h2 a {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight: 800;
	font-size:60px;
	line-height: 50px;
	text-transform: uppercase;
	text-shadow:1px 1px 1px #000;
	padding:0;
	margin:0;
	text-decoration: none !important;
}