#subslider .flexslider .slides > li { 
	background-position: center;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
#subslider .flexslider-container, 
#subslider .flexslider .slides, 
#subslider .flex-viewport {
    height: 100%;
}
#subslider ul.slides {
	margin: 0;
	padding: 0;
}
#subslider .flexslider {
	margin: 0; 
	padding: 0;
	border: 0px; 
	overflow: hidden;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#subslider .flex-direction-nav a,
#subslider .flex-direction-nav a:before {
	font-size: 60px;
	width: 60px;
  	height: 60px;
	margin: -30px 0 0;
	display: inline-block;
	color: rgba(255, 255, 255, 0.7);
	/*
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	*/
	text-shadow: none;
}
#subslider .flex-direction-nav a.flex-next:before {

}
#subslider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
	left: 20px;
    text-align: left;
}
#subslider .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
#subslider .flex-control-paging li a {
    width: 15px;
    height: 15px;
    display: block;
    background-color: rgba(255,255,255,0);
    border: 2px solid #fff;
    cursor: pointer;
    text-indent: 9999px;
    position: relative;
    z-index: 10;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#subslider .flex-control-paging li a.flex-active {
    background-color: #fff;
    cursor: default;
}











#subslider .flexslider .slide-overlay-container {
    position: relative;
	overflow: hidden;
	float: none;
	-webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
#subslider .flexslider .slide-overlay-bg {
	padding-bottom: 100px;
	padding-top: 20px;
	/*
	background-color: rgba(255, 255, 255, 0.3);
	*/
	-webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
#subslider .flexslider .slide-overlay-content {
	padding: 2em;
	width: 100%;
	margin: 0 auto;
}
#subslider .flexslider .slide-overlay-content.anthrabg {
	background-color: rgba(60, 69, 90, 0.8);
}
#subslider .flexslider .slide-overlay-content.whitebg {
	background-color: rgba(255, 255, 255, 0.5);
}
#subslider .flexslider .slide-overlay-content.captl {
	text-align: left;
}
#subslider .flexslider .slide-overlay-content.captr {
	text-align: right;
}
#subslider .flexslider .slide-overlay-content.captc {
	text-align: center;
}

#subslider .flexslider .slide-overlay h1 {
	font-family: UniNeueBold;
	font-size: 2.5em;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
@media only screen and (max-width:1199px) {
	#subslider .flexslider .slide-overlay h1 {
		font-size: 40px;
		line-height: 1.0em;
	}
}
@media only screen and (max-width:991px) {
	#subslider .flexslider .slide-overlay h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width:767px) {
	#subslider .flexslider .slide-overlay h1 {
		font-size: 20px;
	}
}

#subslider .flexslider .slide-overlay p {
	font-family: UniNeueBook;
	font-family: UniNeueRegular;
	font-size: 1.3em;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 0;
}
@media only screen and (max-width:1199px) {
	#subslider .flexslider .slide-overlay p {
		font-size: 21px;
		line-height: 1.2em;
	}
}
@media only screen and (max-width:991px) {
	#subslider .flexslider .slide-overlay p {
		font-size: 19px;
	}
}
@media only screen and (max-width:767px) {
	#subslider .flexslider .slide-overlay p {
		font-size: 16px;
	}
}


/* NEU Position bottom */
#subslider .flexslider .slide-overlay {
	position: relative;
	height: 100%;
	display: none;
}
#subslider .flexslider .slide-overlay-content {
    position: absolute;
	bottom: 0px;
	margin: 0;
}
@media only screen and (max-width:1400px) {
	#subslider .flexslider .slide-overlay-content {
		bottom: 0px;
	}
}
@media only screen and (max-width:1199px) {
	#subslider .flexslider .slide-overlay-content {
		bottom: 0px;
	}
}
@media only screen and (max-width:991px) {
	#subslider .flexslider .slide-overlay-content {
		bottom: 0px;
	}
}
@media only screen and (max-width:767px) {
	#subslider .flexslider .slide-overlay-content {
		bottom: 0px;
	}
}

#subslider .slide-overlay-content h1:last-child,
#subslider .slide-overlay-content h2:last-child,
#subslider .slide-overlay-content p:last-child {
    margin: 0;
}


