/* presentation page css */

.slider-wrapper {
	display: block;
	float: none;
	margin: 30px auto; 
}

#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: 35px auto;
	clear: both;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold; 
}

#front-text1 h1 { 
	margin-bottom: 0;
}

#front-text2 h1 {
	font-size: 28px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 25px; 
}

#frontpage blockquote {
	width: inherit;
	margin-bottom: 30px;
	font-size: 1.3em;
	line-height: 1.5em; 
}

#frontpage #front-text4 blockquote {
	font-size: 14px;
	line-height: 18px; 
}

#front-columns { 
	margin-bottom: 30px; 
}

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

.column-image {
	padding-bottom: 2px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.nivo-caption a { 
	text-decoration: underline; 
}

.slider-navhover .nivo-directionNav {
	display: none;
}
.slider-navhover:hover .nivo-directionNav {
	display: block;
}

/* fix interference from slider plugins */
#frontpage #slider a#slider-stopper {
    display: none;
}

/* FIN! */