
.flexslider {
	position:relative;
}

.slide-content{
	display:block;
	position: absolute;
	bottom: 68px;
	left:50%;
	margin-left: -173px;
	padding:2px 2px 7px 2px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.5);
	z-index:99;
	text-decoration:none;
}
.slide-content > div{
	width: 346px;
	padding: 8px 20px;
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 5px 0 #D4701D;
	-webkit-box-shadow: 0 5px 0 #D4701D;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 5px 0 #D4701D;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d4701d', endColorstr = '#dc8c48');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d4701d', endColorstr = '#dc8c48')";
	background-image: -moz-linear-gradient(top, #d4701d, #dc8c48);
	background-image: -ms-linear-gradient(top, #d4701d, #dc8c48);
	background-image: -o-linear-gradient(top, #d4701d, #dc8c48);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d4701d), to(#dc8c48));
	background-image: -webkit-linear-gradient(top, #d4701d, #dc8c48);
	background-image: linear-gradient(top, #d4701d, #dc8c48);
	color: #FFF;
}
	.slide-content > div:hover{
		background-image: -moz-linear-gradient(bottom, #d4701d, #dc8c48);
		background-image: -ms-linear-gradient(bottom, #d4701d, #dc8c48);
		background-image: -o-linear-gradient(bottom, #d4701d, #dc8c48);
		background-image: -webkit-gradient(linear, center top, center bottom, to(#d4701d), from(#dc8c48));
		background-image: -webkit-linear-gradient(bottom, #d4701d, #dc8c48);
		background-image: linear-gradient(bottom, #d4701d, #dc8c48);
	}
	.slide-content > div h1{
		overflow: hidden;
		font-weight: 400;
		font-size: 34px;
		line-height: 39px;
		text-shadow: 0px 2px 0px #B96D2F;
		text-align: center;
		margin: 0;	
	}
	.slide-content img{
		float:left;
		margin-right:5px;
		margin-top: 18px;
	}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 47px; height: 46px;  position: absolute; top: 42%; z-index: 10; overflow: hidden;  cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-prev { background-image:url('../img/icons/slider-arrow-left.png'); left:0;}
.flex-direction-nav .flex-next  { background-image:url('../img/icons/slider-arrow-right.png'); right:0;}
