.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin-bottom: 7px;} 
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.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-js .slides > li:first-child {display: block;}

.flex-control-nav { position: absolute; bottom: 18px; text-align: center; float: left; right: 430px; z-index: 900; }
.flex-control-nav li {margin: 0 5px; display: block; zoom: 1; float: left;}
.flex-control-paging li a {width: 15px; height: 15px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #2b8997; opacity: .8; }
.flex-control-paging li a.flex-active { background: #2b8997; }


.flexslider .slides > li {	
	position: relative;
	text-align: center;
}
.slider-text {
	background: rgba(57,68,89, .5);
	border: 1px solid #fff;
	z-index: 1;
	margin: auto;
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	display: inline-block;
}
.slide-header {
	color: #fff;
	display: block;
	font-family: 'NationalBold';
	letter-spacing: -1px;
	line-height: 1;
	margin-top: 30px;
	text-transform: uppercase;
}
.slide-sub-header {
	color: #fff;
	display: block;
	font-family: 'NationalBookItalic';
	line-height: normal;
}
.slide-hashtag {
	color: #fff;
	display: block;
	font-family: 'NationalLight';
	font-size: 26px;
	line-height: normal;
	margin-top: 12px;
}
.flexslider-offer {
	margin-top: -15px;
}
.flexslider-offer img {
	width: 100%;
}
.controls {
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 98.6%;
}
.controls a {
	background: rgba(198, 141, 120, 1);
	color: #fff;
	padding: 10px;
}
.previous {
	float: left;
}
.next {
	float: right;
}

@media all and (max-width: 640px) {

	.flex-control-nav { display: none; }

}