#myparallaxslider{ /* CSS for specific carousel container called #myparallaxslider. */
width:100%;
height:400px;
top:0px;
}
/* ######### Shared CSS for various parts of slider (in the event of multiple sliders) ######### */

div.parallaxslider{ /* shared CSS for main carousel container */
background: white url(ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
}

div.parallaxslider img.navbutton{ /* CSS for the nav buttons */
}

div.parallaxslider *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div.parallaxslider div.slide{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
}

div.parallaxslider div.slide div.bgoverlay{ /* CSS for each image's DIV container within main container */
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: black;
background-position: bottom; /* center image within carousel */
background-repeat: no-repeat;
background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
}

div.parallaxslider div.selectedslide{ /* CSS for currently selected slide */
}

div.parallaxslider div.slide div.desc{ /* DIV that contains the textual description inside .slide */
position: absolute;
color: white;
padding: 8px;
text-shadow: 0 -1px 1px #8a8a8a; /* CSS3 text shadow */
z-index:5;
pointer-events: none; /* keep this property intact. Disable pointer events on desc divs themselves */
}

div.parallaxslider div.slide div.desc *{
pointer-events: auto; /* keep this property intact. Enable pointer events on individual elements within desc divs, such as links */
}

div.parallaxslider div.selectedslide div.desc{ /* CSS for currently selected slide's desc div */
}

.headerBox{
	color: #fff;
	font-size: 30px;
	width: 1124px;
	top: 60px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 700;
	background: rgb(51,51,51);
	background: rgba(51,51,51, 0.3);
	padding:20px;
	text-transform:none;
	position:absolute; 
	top:50%; left:100px;
	line-height:38px;
	height:auto;
	margin:auto auto;
}
.ConText{
	width: 40%;
	top:50%;
	color: #fff;
	font-size: 25px;
	line-height: 26px;
	height: auto;
	overflow: hidden;
	font-weight: 400;
	
	background: #003366;
	padding:10px;
	
	position:absolute; left:100px;
}