/* presentation page css */


/* Slider */
#slider {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:block;
	float:none;
	margin:0 auto;
}
.slider-wrapper {
	clear:both;
	display: block;
	float:none;
	margin: 0 auto 25px;
}
.slider-shadow  {
	display:none;
}
.slider-navhover .nivo-directionNav a.nivo-prevNav {
	left:-100px;
	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;
	transition:.3s all ease-in-out;
}
.slider-navhover:hover .nivo-directionNav a.nivo-nextNav {
	right:0px;
}


/* Columns */
#front-columns {
	margin:0;
}
#front-columns > div {
	display:block;
	height:auto;
	margin-right:5%;
	margin-bottom:30px;
	float:left;
}
.column1 {
	clear:both;
}
.column-image {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
}
.column-image img {
	display:block;
	margin:0 auto;
}
.column-header-image {
	font-size:24px;
	line-height:30px;
	margin-bottom:5px;
}


/* Front Text */
#frontpage h2.frontpage-posts-title {
	font-size:2em;
	margin:0 0 15px 0;
	line-height:1.3em;
}


/* Overrite Margins */
#main .entry-title {
	margin-top:0;
}
#container {
	width:auto;
}
#pp-afterslider {
	margin-top:0;
	margin-bottom:0;
}


/* Introduction Widgets */
#frontpage-intro-widgets {
	clear:both;
	line-height:1.5em;
	font-family:Open Sans;
}
#frontpage-intro-widgets .widget-container {
	display:inline-block;
	margin:0 0 10px 0;
}


/* Welcome Message */
#welcome-message p {
	font-size:1.175em;
	text-align:justify;
}
#welcome-message p.wp-caption-text {
	font-size:1em;
	text-align:center;
}




/* Latest Posts */

h2#news-header {
	color:#cea754;
	display:inline-block;
	font-size:2em;
	margin:0 0 20px 0;
	line-height:1.3em;
}

#frontpage .widget-area {
	font-size:100%;
}
#frontpage h2.entry-title {
	color:#115658;
	border-bottom:1px dotted #115658;
	padding-bottom:8px;
	line-height:1.3em;
	margin-bottom:8px;
}
#frontpage h2.entry-title a {
	text-decoration:none;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
#frontpage h2.entry-title a:hover {
	text-decoration:none;
}
#frontpage h2.entry-summary {
	margin-top:10px;
	text-align:justify;
}








/* Frontpage Column Widgets */
#frontpage-column-widgets-area {
	overflow: hidden;
}
.frontpageone .widget-area {
	float: left;
	width: 100%;
}
.frontpagetwo .widget-area {
	float: left;
	margin-right: 2%;
	width: 49%;
}
.frontpagetwo #second {
	margin-right: 0%;
}






/* FIN! */