@charset "UTF-8";
/* CSS Document */

/* START BANNER STYLES */
.noBanners
{
	/* ONLY THE HEIGHT NEEDS TO CHANGE ON THIS STYLE */
	background: url(/images/design/nobanner.jpg?v=1.0) no-repeat bottom left/cover;
	width: 1200px;
	height: 160px;
	float: left;
	clear:both;
	/*margin-top: 82px;*/
	/*margin-bottom: -55px;*/
	position: relative;
}

#homeBannerButtons{
	border-left: 3px solid #ffffff;
	margin-top: 95px;
	float: left;
	width: 297px;
	max-width: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

#homeBannerButtons img{
	object-fit: cover;
	width: 100%;
}

#homeBannerButtons .homeBannerButton, #homeBannerButtons .imgBannerButton{
	width: 100%;
	margin: 0px auto;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid black;
}

.imgBannerButtonDiv{
	position: relative;
	overflow: hidden;
}

#sliderContainer{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/*width: 1200px;
    height: 500px;*/
    float: left;
    position: relative;
	margin-top: 95px;
    clear: both;
}
#sliderContainer p {
	/* STYLE FULLY SUBJECT TO CHANGE */
	margin: 0px 0px 0px 0px;
}

.sliderImageHolder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: -1;	
}

.sliderCover
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 100%;
	height: 100%;
	position: absolute;
    z-index: 1;
}

.sliderTextHolder 
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/* HOME PAGE BANNER STYLE */
    width: 500px;
    height: 160px;
    z-index: 1;
    position: absolute;
	bottom: 35px;
	left: 35px;
}

.jssorb21{
	-webkit-filter: brightness(100%) sepia(100%) hue-rotate(-180deg) saturate(500%) contrast(0.8);
      filter: brightness(100%) sepia(100%) hue-rotate(-180deg) saturate(500%) contrast(0.8);
}

#sliderDiv {
    width: 1200px;
    height: 500px;
    margin: -75px 0px 0px 0px;
    float: left;
    z-index: -1;
}
.filter{
    width: 100%;
    height: 100%;
	position: absolute;
	background: url(/images/design/slider-cover.png) no-repeat; 
	background-size: cover;
}
.captionDiv{
	background: rgba(0, 0, 0, 0.5);
    width: 40%;
    padding: 20px;
    position: absolute;
    bottom: 10px;
	left: 10px;
    z-index: 1;
    height: auto;
	border-radius: 10px;
}
.captionDiv h1{
    font-size: 2em;
    color: #fff;
    font-weight: 400;
    height: 100%;
	width: 86%;
	margin: 0px;
}
.captionDiv p{
	font-size: 1em;
    color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
}
.bannerButton, .imgBannerButton, .homeBannerButton{
	font-size: 1.2em;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    position: relative;
	margin-top: 15px;
}
.imgBannerButton{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.bannerButton:hover {
	
}
/* END BANNER STYLES */
