.sliderSections {
position: relative;
}

.sliderSection {
min-width: 675px;
display: inline-block;
padding-right: 5px;
text-align: justify;
font-size: 16px;
font-family: serif;
font-style: normal;
line-height: 1.5;
font-variant: normal;
}

.sliderSection ul {
height: 200px;

}
.sliderSection li {
height: 200px;

}
.sliderSection p{
padding-left: 3px;
padding-right: 3px;
}

.sliderSection img{
height: 200px;
width: 300px;
align: middle;
}

.sliderTitle {
font-weight: bold;
font-size: 18px;
text-align: center;
-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
	
}

.blogUpdates {
//position: absolute;
	overflow: hidden;
	padding-top: 30px;
	display: inline-block;
	//margin-left: 370px;
}

.blogUpdates .blogTitle {
background-color: #004507;
color: white;
width: 800px;
height: 35px;
text-shadow: none;
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: 18px;
}

.blogUpdates .blogUpdate {
height: 40px;
display: table-cell;
vertical-align: middle;
border-bottom: 2px solid darkgrey;
border-radius: 10px;
padding-left: 20px;
width: 780px;
margin-left: 20px;
}

.mainPage {
min-height: 1700px;
}

.allBlogUpdates {

}

.bx-viewport {
min-height: 200px;
}