

.slider-wrapper {
	display: block;
	float: none;
	clear: both;
	margin: 0 auto 40px;
}

#slider {
	display: block;
	float: none;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#front-text1 h1,
#front-text2 h1 {
	display: block;
	float: none;
	margin: 0px auto;
	text-align: center;
	font-size: 35px;
	line-height: 50px;
	clear: both;
	font-weight: bold;
}

#front-text1,
#front-text2 { 
	display: block;
	float: none;
	padding: 0px 100px 30px; 
}

#front-text3 blockquote,
#front-text4 blockquote {
	padding: 15px 0px;
	width: inherit;
    margin-bottom: 20px;
	font-size: 1.5em;
    line-height: 1.5em; 
	text-align: justify;
}

#front-columns {
	margin:0;
}

#front-columns > div {
	display: block;
	float: left;
	height: auto;
	margin-right: 5%;
	margin-bottom: 30px;
}

.column1 {
	clear: both;
}

.column-image {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	 
.column-image img {
	display: block;
	margin: 0 auto;
}
	 
.column-header-image {
	font-size: 24px;
	margin-bottom: 5px;
	line-height: 30px;
}

.slider-navhover .nivo-directionNav a.nivo-prevNav {
	left: -100px;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.slider-navhover:hover .nivo-directionNav  a.nivo-prevNav{
	left: 0px;
}
.slider-navhover .nivo-directionNav a.nivo-nextNav {
	right: -100px;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.slider-navhover:hover .nivo-directionNav  a.nivo-nextNav{
	right: 0px;
}


#forbottom {
	margin: 0 !important;
	padding: 0 !important;
}

#container {
	width: auto;
}

#pp-afterslider {
	margin: 0 45px;
}


#frontpage #slider a#slider-stopper {
    display: none;
}



