/* -----------------------------------------
   Page Heading
----------------------------------------- */

#heading-wrapper small{
	line-height:0px;	
}

#heading-wrapper.heading-slider, #heading-wrapper.heading-slider .hs-container{
	height:650px;
}
#heading-wrapper, .hs-container {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#heading-wrapper {
	max-width:1920px;
	min-width:1200px;
	height:650px;
	z-index:0;
}

#heading-wrapper.heading-image .hs-content {
	margin-top:94px;
}

#heading-wrapper.heading-image .center h1{
	text-align:center;
}

#heading-wrapper .hs-container img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 101;
	display:none;
	max-width:none !important;
}
.hs-loading {
	background:#eee;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px; 
    z-index: 1000;
	text-align:center;
}
.hs-loading span{
	position:relative;
	top:55%;
    font-size: 20px;
    color: #aaa;
	/*text-shadow:0px 0px 5px rgba(0,0,0,0.4);*/
	font-weight:800;
}
.outerC{
	position:absolute;
	height:100%;
	width:100%;
	overflow:hidden;
	display: table;
}
.middleC{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.hs-content {
	z-index: 300;
	position:relative;
	display:none;
	color:#fff;
}
#heading-wrapper.heading-slider .hs-content {
    text-align:center;	
}
#heading-wrapper .bgc{
	background:#222;
	opacity: 0.80;
	filter:alpha(opacity=80);
	text-shadow:0px -2px 0px #000;
	color:#fff;
	padding:20px 15px; 
}
.lt-ie10 #heading-wrapper .big {
	padding-left:20px;
	padding-right:20px;
	box-shadow:none !important;
}
#heading-wrapper .big{
	padding:20px 10px; 
	box-shadow:10px 0px 0px #222, -10px 0px 0px #222;
    font-size: 45px;
	line-height:70px;
}
#heading-wrapper .text {
	display: block;
	margin: 25px 0px;
	position:relative;
	font-size:25px;
	line-height:35px;
}
#heading-wrapper a{
    color:#eee;
}
#heading-wrapper a:hover{
	border-bottom:0px;
}
.heading-slider .hs-nav a { background-repeat: no-repeat; width: 50px; height: 100px; position: absolute; top: 50%; margin-top:-50px; text-indent: -9999px; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: 0; z-index:200;}
.heading-slider .hs-nav a.prev { left: 60px; background: url(../images/2018/slider-controls.png) no-repeat left top;}
.heading-slider .hs-nav a.next { right: 60px; background: url(../images/2018/slider-controls.png) no-repeat right top;}
.heading-slider:hover .hs-nav a { opacity: 1; }
.heading-slider:hover .hs-nav a.prev { left: 55px;}
.heading-slider:hover .hs-nav a.next { right: 55px;}
.hs-bullets{
	width: 100%;
	opacity:0.9;
	filter: alpha(opacity=90);
	z-index:200;
	margin:0px;
	position:absolute;
	bottom:20px;
	text-align: center;
}
.hs-bullets a{
	display: inline-block;
	box-shadow:0px 1px 5px rgba(0,0,0,0.3);
	background:url(../images/2018/bullets.png) no-repeat;
    width: 100px;
    height: 5px;
    overflow: hidden;
    margin:0 2px;
    position: relative;
    outline: none;
    cursor: pointer;
}
.hs-bullets a.hs-bullets-current{
	background:url(../images/2018/bullets_on.png) no-repeat;
}
