/*------------------------------------------------------------------------

# "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

-------------------------------------------------------------------------*/



.shade_left,.shade_right {

	/*background:rgba(255,255,255,0.7);*/

	z-index: 3;

	position:absolute;

	width: 100px;

	height: 400px;

}



.shade_left {

	left:0;

	/*border-right:20px solid #fff;*/

}



.shade_right {

	right:0;

	/*border-left:20px solid #fff;*/

}



.hero {

	width: 100%;

	position: relative;

	overflow: hidden;

	margin-bottom: 30px;

}

	

.hero-carousel div.carousel-article {

	width: 996px;

	margin: 0 auto;

	height: 300px;

	display: block;

	float: left;

	position: relative;

}



.hero-carousel div.carousel-article.current {

}

				

.hero-carousel-container div.carousel-article {

	float: left;

}



.hero-carousel div.carousel-article img {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;

}

	

.hero-carousel div.carousel-article .contents {

	position: relative;

	z-index: 2;

	top: 140px;

	left: 30px;

	list-style: none;

	color: #FFF;

	font-family: 'Open Sans', sans-serif;

	font-size: 18px;

	text-shadow:1px 1px 1px #000;

	width: 620px;

	padding: 0;

}



.hero-carousel div.carousel-article .contents a {

	color: #fff;

	text-decoration: underline;

}



.hero-carousel-nav {

	width: 980px;

	position: absolute;

	bottom: 0;

	left: 50%;

	margin-left: -490px;

	z-index: 2;

}

	

.hero-carousel-nav li {

	position: absolute;

	bottom: -15px;

	right: 0;

	list-style: none;

}

	

.hero-carousel-nav li.prev {

	right: 53px;

}

	

.hero-carousel-nav li a {

	background:rgba(0,0,0,0.7);;

	color: #fff;

	border: none;

	outline: none;

	display: block;

	float: left;

	padding: 5px 20px;

	text-decoration: none;

}



.hero-carousel-nav li a:hover { 

	background: #89051C;

}

	

.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:25px;

	line-height: 50px;

	text-transform: uppercase;

	text-shadow:1px 1px 1px #000;

	padding:0;

	margin:0;

	text-decoration: none !important;

}