@font-face {
 font-family: 'Fazeta';
 src: url('../../fonts/Fazeta-RegularText.ttf') format('truetype'),
      url('../../fonts/Fazeta-RegularText.eot') format('embedded-opentype'),
      url('../../fonts/Fazeta-RegularText.woff') format('woff');
}
@font-face {
 font-family: 'Fazeta';
 src: url('../../fonts/Fazeta-BoldCaption.ttf') format('truetype'),
      url('../../fonts/Fazeta-BoldCaption.eot') format('embedded-opentype'),
      url('../../fonts/Fazeta-BoldCaption.woff') format('woff');
 font-weight: bold;
}
#hero .djslider-loader {
	margin: 0 auto;
	position: relative;
}
#hero .djslider {
	margin: 0 auto;
	position: relative;
	opacity: 1;
	height: 0px;
	padding-top: 33.333%;
}
#hero .slider-container {
	position: absolute;
	overflow:hidden;
	left: 0; 
	top: 0;
	height: 100%;
	width: 100%;
}
#hero ul.djslider-in {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	height: 100%;
}
#hero ul.slide-list li {
	list-style: none outside !important;
	float: left;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	position: absolute;
	width: 100%;
	overflow: hidden;
}
#hero ul.djslider-in .slide {
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#hero ul.djslider-in a.slide-link {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#hero li img {
	width: auto;
	height: 100%;
	border: 0 !important;
	margin: 0 !important;
}
#hero li a img, #hero li a:hover img {
	border: 0 !important;
}

#hero .slide-desc {
	position: absolute;
	bottom: 80px;
	left: 106px;
	right: 106px;
}
#hero .slide-desc-in {
	position: relative;
	margin: 0 0px 0px 0 !important;
}
#hero .slide-desc-bg {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hero .slide-desc-text {
	position: relative;
}
#hero div.navigation-container {
	position: absolute;
	margin: 0 auto;
	text-align: center !important;
	width: 100%;
	top: 50%;
	height: 0px;
}
#hero img.prev-button {
	position: absolute;
	left: 40px;
	height: 40px;
	margin-top: -20px;
	cursor: pointer;
}
#hero img.next-button {
	position: absolute;
	right: 40px;
	height: 40px;
	margin-top: -20px;
	cursor: pointer;
}
#hero div.navigation-container-custom {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
}
#hero span.load-button {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: transparent;
	border: 1px solid #FFFFFF;
	margin: 0 6px;
	cursor: pointer;
	border-radius: 9px;
	opacity: 0.99;
	filter: alpha(opacity = 99);
}
#hero span.load-button:hover {
	opacity: 0.99;
	filter: alpha(opacity = 99);
}
#hero span.load-button-active,
#hero span.load-button-active:hover {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	opacity: 0.99;
	filter: alpha(opacity = 99);
}
#hero .slide-desc-bg {
}
#hero .slide-text {
	text-align: left;
	color: #FFFFFF;
	font-family: Fazeta, Cambria, Georgia, "Times New Roman", serif;
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum";
}
#hero .slide-text a {
	color: inherit;
	text-decoration: none;
}
#hero .slide-text a:hover {
	color: inherit;
	text-decoration: none;
}
#hero .slide-text h2 {
	font-size: 50px;
	line-height: 56px;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 0px 0px 5px #000000;
}
#hero .slide-text p {
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-shadow: 0px 0px 4px #000000;
}
#hero .djslider .navigation-container a {
	outline: none;
}
#hero .djslider-loader {
	background: url("../../images/slide-loader.gif") center center no-repeat;
}
#hero .djslider li {
	text-align: center;
}
