.slider{
	background-color:#4682b4;
}

.imgSlider{
	width: 750px;
	max-height: 370px;
	z-index: 30;

}
body{
	padding-top: 51px;
	color:#212121;
	font: arial;
}

.slidecaption{
	color:white;
	padding-top: 50px;
	z-index: 70;
}
.slidecaption>p{
	font-size:20px;
}
.benefit{
	padding-top: 10px;
	background-color: #424242;
	width: inherit;
	color: white;
	min-height: 160px;
        padding-bottom:10px;

}

#midfooter{
	border-left: 2px;
	border-right: 2px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #bdbdbd;
	background-color: #e0e0e0;
	

}
.footerspace{
	height: inherit;
	max-height: 50px;
	background-color: #212121;
	
}
.content{
	background-color: white;
}

.vidcontainer{
	padding-top: 25px;
	color: white;
	min-height: 300px;
	margin-bottom: 0;
	background-color: white;
}

#footer{
	margin-top: 40px;
	min-height: 270px;
	background-color: #000000;
	color: #eeeeee;
}


.sliderImgLayer{
	position:absolute;
	width:100%;
	height:100%;
	z-index: 50;
	background-image: url("../resources/slide-overlay.png");
	background-size: cover;
}

.carousel-indicators{
	z-index: 200;
}

.botslider{
	min-height: 150px;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}
#map{
	width: 100%;
	min-height: 400px;
}
.productDiv{
	font-size: 20;
	border:1px solid;
	padding: 50px 30px;
}

.iconDiv{
	margin-top: 25px;
}
.loginBox{
	position: fixed;
	width: 20%;
	left:40%;
	top: 30%;
}
#blogContainer{
	min-height: 600px;
}
.blogWrapper{
	padding: 50px 0;
	cursor: pointer;
	transition:background-color 1s;
}
.blogWrapper:hover{
	background-color: #BDBDBD;
}
.imgBlog{
	max-width: 400px;
}