#header-wrap {
	background: #363435 none repeat scroll 0 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	border-bottom: 1px;
}

#site-navigation .dropdown-menu a {
	color: #bbb;
}

#site-navigation .dropdown-menu > li > a:hover, #site-navigation .dropdown-menu > li.sfHover > a, #site-navigation .dropdown-menu > .current-menu-item > a, #site-navigation .dropdown-menu > .current-menu-item > a:hover {
	color: #fff;
	border-bottom: 3px solid;
}

#site-navigation .dropdown-menu ul {
	background: #363435 none repeat scroll 0 0;
	font-size: 1em;
}

#lang_sel_list {
	background: transparent;
	float: right;
	font-family: 'Open Sans', Helvetica, Arial;
	height: 32px;
	position: relative;
	z-index: 99;
	padding: 20px 20px 0 0;
}

#lang_sel_list a.lang_sel_other, #lang_sel_list a.lang_sel_sel {
	background: transparent;
	height: auto;
	line-height: 1em;
	font-size: 12px !important;
}

#lang_sel_list a.lang_sel_other {
	color: #fff;
}

#lang_sel_list a.lang_sel_other:hover {
	font-weight: 500;
	text-decoration: underline !important;
}

#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:hover {
	color: #bbb;
	font-weight: 500;
	border: 0 none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: 600;
	line-height: 1.4em;
}

.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin: 0 0 30px;
}

/*SLIDER HOME*/
#homepage-slider-wrap {
	max-height: 300px;
	overflow: hidden;
}

.homepage-slide-title {
	border-radius: 5px;
}

.homepage-slide-caption {
	background: rgba(0,0,0,0.5) none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 1.333em;
	font-weight: 600;
	margin-top: 10px;
	padding: 10px;
	width: 50%;
}

.flex-direction-nav a::before {
	content: none;
}

.flex-direction-nav a.flex-next::before {
	content: none;
}

#homepage-slider-wrap .flex-direction-nav li a {
	background: transparent none repeat scroll 0 0;
}

#homepage-slider-wrap .flex-direction-nav li a:hover {
	background: transparent none repeat scroll 0 0;
}

/*BODY*/
#main {
	padding-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}

body a {
	color: #016C50;
	text-decoration: none;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #016C50;
}

.wpex-readmore a:hover {
	background: #016C50 none repeat scroll 0 0;
	text-decoration: none;
}

#footer-wrap a:hover {
	color: #016C50;
	text-decoration: none;
}

.genericon {
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-transform: none;
	vertical-align: top;
	letter-spacing: 10px;
}

@media (min-width: 1200px) {
	.homepage-slide-caption {
		width: width: 50%;
	}
}

.symple-icon.symple-icon-large {
	font-size: 32px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	width: 50px;
}

blockquote {
	background: rgba(0,0,0,0) url("images/quote.png") no-repeat scroll left 4px;
	color: #555;
	font-family: "roboto";
	font-size: 1.2em;
	font-style: italic;
	font-weight: 200;
	line-height: 1.75em;
	margin-bottom: 30px;
	padding-left: 50px;
	position: relative;
}