@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,400italic,600,600italic,700,700italic);

html, body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 14px;
	line-height: 130%;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #494949;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
	margin: 0;
	font-weight: 700;
	line-height: 130%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: #007073;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #66a9ab;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #66a9ab;
	margin-bottom: 7.5px;
}
h4 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #007073;
}
h4.bg-green {
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 10px;
	font-weight: 600;
}
h5 {
	color: #007073;
	margin-bottom: 5px;
}

p {
	margin: 0 0 15px;
}

a {
	color: #007073;
	text-decoration: underline;
}
a:hover {
	color: #66a9ab;
}
a:focus {
	outline: none;
}

ul {
	padding: 0;
	margin: 0;
}
.container-main-content ul {
	margin-bottom: 15px;
}
label {
	font-weight: 400;
}
img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
img.alignright, figure.alignright {
	padding: 5px 0 20px 20px;
	float: right;
}
img.alignleft, figure.alignleft {
	padding: 5px 20px 20px 0;
	float: left;
}
img.aligncenter, figure.aligncenter {
	padding: 5px 0 20px 20px;
	margin: 0 auto;
}
img.aligncenter, figure.aligncenter {
	display: block;
}
figure .wp-caption-text {
	font-style: italic;
	opacity: 0.7;
	padding-bottom: 5px;
	padding-top: 3px;
	font-size: 90%;
}

iframe {
	max-width: 100%;
	height: auto;
	min-height: 320px;
}

.container-main-content ul li {
	list-style: none;
	padding-left: 15px;
	position: relative;
	padding-bottom: 3px;
}
.container-main-content ul li:before {
	content: "»";
	color: #66a9ab;
	position: absolute;
	left: 0;
	top: -1px;
}
ul.no-list li {
	padding: 0;
}
ul.no-list li:before {
	content: '';
}

.container-main-content .col-md-4 h4 {
	margin-bottom: 5px;
}

/* =select
-------------------------------------------------------------- */
::selection, ::-moz-selection {
	color: #ffffff;
	background: #66a9ab;
}
::-moz-selection {
	color: #ffffff;
	background: #66a9ab;
}

/* =colors
-------------------------------------------------------------- */
.bg-white {
	background-color: #ffffff;
}
.bg-light {
	background-color: #deebeb;
}
.bg-green {
	background-color: #007073 !important;
	color: #ffffff;
}
.bg-lgreen {
	background-color: #66a9ab;
	color: #ffffff;
}

.bg-green a {
	color: #ffffff;
}
.white {
	color: #ffffff;
}

.dgreen, .dgreen a {
	color: #007073 !important;
}
.green, .green a {
	color: #66a9ab;
}
.gray {
	color: #494949;
}


/* =spacing
-------------------------------------------------------------- */
.padding {
	padding: 15px;
}
.padding-big {
	padding: 30px !important;
}
.padding-small {
	padding: 5px;
}
.padding-tp {
	padding-top: 15px;
}
.padding-tp-big {
	padding-top: 30px !important;
}
.padding-bt {
	padding-bottom: 15px;
}
.padding-bt-big {
	padding-bottom: 30px !important;
}
.padding-lt {
	padding-left: 15px;
}
.padding-lt-big {
	padding-left: 30px;
}
.padding-rt {
	padding-right: 15px;
}
.padding-rt-big {
	padding-right: 30px !important;
}

.no-padding {
	padding: 0 !important;
}
.no-padding-tp {
	padding-top: 0 !important;
}
.no-padding-bt {
	padding-bottom: 0;
}
.no-padding-lt {
	padding-left: 0 !important;
}
.no-padding-rt {
	padding-right: 0 !important;
}

.margin {
	margin: 15px;
}
.margin-tp {
	margin-top: 15px;
}
.margin-bt {
	margin-bottom: 15px;
}
.margin-lt {
	margin-left: 15px;
}
.margin-lt-big {
	margin-left: 30px;
}
.margin-rt {
	margin-right: 15px;
}
.margin-rt-big {
	margin-right: 30px;
}
.margin-tp-big {
	margin-top: 30px;
}
.margin-bt-big {
	margin-bottom: 30px;
}
.margin-bt-small {
	margin-bottom: 5px;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-tp {
	margin-top: 0;
}
.no-margin-bt {
	margin-bottom: 0 !important;
}
.no-margin-lt {
	margin-left: 0;
}
.no-margin-rt {
	margin-right: 0;
}

/* =align
-------------------------------------------------------------- */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

/* =borders
-------------------------------------------------------------- */
.bordered-tp {
	border-top: 2px solid #deebeb;
}
.bordered-bt {
	border-bottom: 2px solid #deebeb;
}
.bordered-lt {
	border-left: 2px solid #deebeb;
}
.bordered-rt {
	border-right: 2px solid #deebeb;
}
.bordered {
	border: 2px solid #deebeb;
}

/* =Links & buttons
-------------------------------------------------------------- */
a.link, a.show-all, a.read-more {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	font-size: 90%;
	display: inline-block;
}
a.show-all {
	font-family: 'Titillium Web', sans-serif;
	color: #007073;
	border-bottom: 1px solid #007073;
	margin-right: 15px;
}
a.link {
	font-family: 'Titillium Web', sans-serif;
	color: #66a9ab;
	border-bottom: 1px solid #66a9ab;
}
.link-add:before {
	content: 'q';
	font-family: 'eustafor';
	font-size: 24px;
	color: #66a9ab;
	text-transform: none;
	position: absolute;
	top: 2px;
	left: -40px;
	font-weight: normal;
}
.link-add {
	margin-left: 40px;
	font-size: 14px !important;
}
a.show-all:after {
	content: 'd';
	font-family: 'eustafor';
	color: #007073;
	font-size: 9px;
	padding-left: 5px;
	text-transform: none;
	position: absolute;
	right: -15px;
	top: 0;
}
a.show-all:hover, a.show-all:hover:after{
	color: #66a9ab;
	border-color: #66a9ab;
}
a.read-more {
	font-family: 'Titillium Web', sans-serif;
	color: #66a9ab;
	border-bottom: 1px solid #66a9ab;
}
a.read-more:after {
	content: 'd';
	font-family: 'eustafor';
	color: #66a9ab;
	font-size: 9px;
	padding-left: 5px;
	text-transform: none;
	position: absolute;
	right: -15px;
	top: 0;
}
a.read-more:hover, a.read-more:hover:after, a.link:hover {
	color: #007073;
	border-color: #007073;
}

.btn, input[type=submit] {
	font-family: 'Titillium Web', sans-serif;
	padding: 7px 10px;
	background-color: #66a9ab;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 90%;
	text-decoration: none;
	border-radius: 0;
	display: inline-block;
	font-weight: 600;
}
.btn:hover, input[type=submit]:hover {
	background-color: #007073;
	color: #ffffff;
}
input[type=submit] {
	border: none;
	box-shadow: none;
}
.btn.arrow:after {
	content: 'd';
	font-family: 'eustafor';
	color: #ffffff;
	font-size: 9px;
	padding-left: 7.5px;
	text-transform: none;
}
.btn.arrow-down:after, .btn-navigation.arrow-down:after {
	content: 'f';
	font-family: 'eustafor';
	color: #ffffff;
	font-size: 9px;
	padding-left: 7.5px;
	text-transform: none;
}
.btn.arrow-up:after, .btn-navigation.arrow-up:after {
	content: 'g';
	font-family: 'eustafor';
	color: #ffffff;
	font-size: 9px;
	padding-left: 7.5px;
	text-transform: none;
}
.btn.arrow-left:before {
	content: 'e';
	font-family: 'eustafor';
	color: #ffffff;
	font-size: 9px;
	padding-right: 7.5px;
	text-transform: none;
}
.btn.current {
	background-color: #007073;
}
.btn.current:hover {
	background-color: #66a9ab;
}
.btn.enabled:after {
	content: 'o' !important;
	font-family: 'eustafor';
	font-size: 11px;
	padding-left: 5px;
	text-transform: none;
	padding-top: 2px;
	display: inline-block;
	font-weight: normal;
}

.btn-navigation {
	font-family: 'Titillium Web', sans-serif;
	padding: 7px 0 5px 15px;
	background: none;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	display: block;
	border: none;
	font-size: 16px;
	font-weight: 600;
}
.bg-light .btn-navigation, .bg-light .btn-navigation:after {
	color: #007073;
}

.categorie-buttons .btn:after {
	content: 'r';
	font-family: "eustafor";
	font-size: 11px;
	padding-left: 5px;
	text-transform: none;
	padding-top: 2px;
	display: inline-block;
	font-weight: normal;
}


/* = Blocks
-------------------------------------------------------------- */
.block {
	padding: 25px;
}
table.list.date a {
	color: #494949;
	text-decoration: none;
}
table.list.date a:hover {
	color: #66a9ab;
}
table.list.date .date {
	color: #007073;
	display: inline-block;
	font-weight: 700;
	font-size: 85%;
}
table.list.date td {
	padding-bottom: 10px;
}
table.list.date td:first-child {
	width: 75px;
}
table.list.date .date span.end-date:before {
	content: '-';
	line-height: 25%;
	margin-top: -2px;
	text-align: center;
	display: block;
}
table.list.date .date span.end-date {
	display: block;
}


/* =Posts
-------------------------------------------------------------- */
.posts h3 a {
	color: #66a9ab;
}
.posts h3 a:hover {
	color: #007073;
}
ul.post-meta {
	margin-bottom: 1px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}
ul.post-meta li {
	display: inline-block;
	padding-right: 2px;
	padding-left: 8px;
}
ul.post-meta li:first-child {
	padding-left: 0;
}
ul.post-meta li:first-child:before {
	content: '';
}
ul.post-meta li:before {
	content: '-';
}
.search-page ul.post-meta li:before {
	color: #494949;
}
ul.post-meta li a {
	display: inline-block;
}


/* =structure
-------------------------------------------------------------- */
nav.navigation ul li {
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}
nav.navigation ul li a {
	text-decoration: none;
}
nav.navigation ul li ul {
	position: absolute;
	display: none;
	padding: 7.5px 15px;
	z-index: 10;
	background: #ffffff;
	margin-left: -15px;
}
nav.navigation ul li:hover ul {
	display: block;
}
nav.navigation ul li ul li {
	display: block;
	padding-left: 0 !important;
	text-align: left;
	text-transform: none !important;
	padding-bottom: 3px;
}

#top_navigation ul {
	padding: 5px 0;
}
#top_navigation ul li {
	padding-left: 10px;
}
#top_navigation ul li.current a, #top_navigation ul li:hover a {
	color: #deebeb;
}
#main_navigation {
	padding-top: 45px;
}
#main_navigation ul li {
	text-transform: uppercase;
	padding-left: 20px;
	font-size: 16px;
}
#main_navigation ul li a {
	padding-bottom: 3px;
}
#main_navigation ul li.current a {
	border-bottom: 1px solid #007073;
}
#main_navigation ul li.current a:hover, #main_navigation ul li:hover a {
	border-bottom: 1px solid #66a9ab;
}
#main_navigation ul li ul li a {
	border-bottom: none !important;
	padding: 0;
	font-weight: 400;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
}
#main_navigation ul li ul li.current a {
	color: #66a9ab;
}

#social-navigation {
	padding-top: 15px;
}
#social-navigation li {
	display: inline-block;
	list-style: none;
	line-height: 35px;
	padding-top: 3px;
	font-size: 16px;
}
#social-navigation li a {
	color: #66a9ab;
	font-size: 18px;
	padding-left: 12.5px;
	text-decoration: none;
}

.search-btn {
	width: 35px;
	height: 35px;
	background-color: #66a9ab;
	margin-left: 15px;
	border-radius: 35px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}
.search-btn:hover {
	background-color: #007073;
}

#mobile_navigation {
	font-size: 15px;
	padding: 0 0 15px;
}
#mobile_navigation ul li {
	list-style: none;
	border-top: 1px solid #ffffff;
}
#mobile_navigation ul li a, #mobile_navigation ul li.current ul li a {
	background: none !important;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0 4px 15px;
	display: block;
}
#mobile_navigation ul li ul li a {
	padding-left: 30px !important;
}
#mobile_navigation ul li.current a {
	background-color: #deebeb !important;
	color: #007073;
}

.bg-light #mobile_navigation ul li a {
	color: #007073;
}
.bg-light #mobile_navigation ul li.current a {
	background-color: #66a9ab !important;
	color: #ffffff;
}


.intro {
	font-size: 16px;
	line-height: 140%;
}

.intranet .container-main-content .row.row-eq-height-lg .col-sm-8, .intranet .container-main-content .row.row-eq-height-lg .col-sm-4, .intranet .container-main-content .row.row-eq-height-lg .col-md-4 {
	padding-top: 30px;
}

h1, h2, h3, h4, h5, h6, p, li, td {
	word-wrap: break-word;
    overflow-wrap: break-word;
}

table {
	table-layout: fixed;
}

.search-page h3 a:hover {
	color: #007073;
}

#site-footer .container.padding-tp-big {
	padding-top: 35px !important;
}
#site-footer, #site-footer h4, #site-footer a {
	color: #494949;
}
#pre-footer {
	margin-top: 75px;
	margin-bottom: -60px;
}
#site-footer .icon-twitter {
	font-size: 15px;
	padding-right: 5px;
	padding-top: 2px;
	display: inline-block;
	float: left;
}
#site-footer .col-md-6.right {
	padding-top: 38px;
}
#site-footer p.author a {
	font-size: 80%;
	text-decoration: none;
	margin: 0;
	opacity: 0.4;
}
#site-footer p.author a:hover {
	opacity: 0.7;
}


/* =Slider
-------------------------------------------------------------- */
.swiper-wrapper {
	position: relative;
}
.swiper-slide h2 {
	text-transform: none;
	font-size: 28px;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
}
.swiper-slide h2.left {
	margin-left: 30px;
	max-width: 400px;
}


/* =Widgets
-------------------------------------------------------------- */
.row.widgets p {
	text-transform: uppercase;
}
.row.widgets a {
	text-decoration: none;
	color: #494949;
}
.row.widgets a:hover {
	color: #007073;
}


/* =Projects
-------------------------------------------------------------- */
.projects-page a {
	text-decoration: none;
}
.projects-page a p {
	color: #494949;
}
.row.projects .col-xs-12:hover figure img {
	opacity: 0.9;
}
.row.projects .col-xs-12:hover h3 {
	color: #007073;
}
.row.projects .block.bg-light {
	height: 135px;
}
.row.projects figure {
	margin-bottom: 20px;
}


/* =Events
-------------------------------------------------------------- */
.row.events {
	min-height: 500px;
}

/* =Members
-------------------------------------------------------------- */
#googleMap {
	width: 100%;
	height: 560px;
}
#googleMap img {
    max-width: none !important;
	max-height: none !important;
	height: auto !important;
}
#googleMap span.more-info {
	color: #007073;
	text-decoration: underline;
	display: block;
	margin-top: 5px;
}
#googleMap span.more-info:hover {
	cursor: pointer;
	text-decoration: none;
}
.gm-style-iw h4 {
	text-transform: uppercase;
}
.gm-style-iw p {
	margin-bottom: 5px;
}


/* =Staff
-------------------------------------------------------------- */
figure.circle {
	float: left;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	overflow: hidden;
	border: 2px solid #007073;
	max-width: 100%;
}
.staff ul.no-list li {
	padding-bottom: 2px !important;
}
.staff .block.bg-light {
	height: 165px;
	padding: 20px;
}
.staff .wg .block.bg-light {
	height: 235px;
	padding: 20px;
}
.staff .ec .block.bg-light {
	height: 125px;
	padding: 20px;
}


/* =Documents
-------------------------------------------------------------- */
.category .documents h4 a:hover {
	color: #007073;
}
.category .documents .date {
	display: block;
	padding-top: 7.5px;
}
.category .documents .row .block {
	padding-left: 50px;
}
.category .documents .row .block.filetype-pdf:before {
	content: url('../../../../img/esf-pdf.png');
	position: absolute;
	left: 15px;
	top: 30px;
}
.category .documents .row .block.filetype-doc:before, .category .documents .row .block.filetype-docx:before {
	content: url('../../../../img/esf-word.png');
	position: absolute;
	top: 30px;
	left: 15px;
}
.category .documents .row .block.filetype-ppt:before {
	content: url('../../../../img/esf-powerpoint.png');
	position: absolute;
	left: 15px;
	top: 30px;
}


/* =intranet
-------------------------------------------------------------- */
body.intranet #site-header {
	border-top: 10px solid #007073;
}
body.intranet #top-navigation ul li a {
	color: #494949;
}
body.intranet #top-navigation ul li a:hover {
	color: #66a9ab;
}
body.intranet #top-navigation ul li:before {
	content: '|';
	padding: 0 10px 0 0;
}
body.intranet #top-navigation ul li:first-child:before {
	content: '';
	padding: 0;
}


/* =Press
-------------------------------------------------------------- */
.contact-person {
	margin-bottom: 20px;
}
.contact-person div {
	margin-bottom: 5px;
}
.contact-person h4 {
	color: #66a9ab;
	margin-bottom: 0 !important;
}
.contact-person h5 {
	margin-bottom: 0 !important;
}
.contact-person ul li.phone, .contact-person ul li.email, .contact-person ul li.mphone, ul li.download, ul li.link {
	padding:  7px 0 7px 30px;
}
.contact-person ul li.phone:before, .contact-person ul li.email:before, .contact-person ul li.mphone:before, ul li.download:before, ul li.link:before {
	font-family: "eustafor";
	font-size: 24px;
	top: 8px
}
.contact-person ul li.phone:before {
	content: 'm';
}
.contact-person ul li.email:before {
	content: 'q';
}
.contact-person ul li.mphone:before {
	content: 'l';
}
ul li.download:before {
	content: 'n';
}
ul li.link:before {
	content: 'k';
}


/* =Pagination
-------------------------------------------------------------- */
.row.pagination {
	display: block;
	border-radius: 0;
	padding-bottom: 30px;
	margin: 0 -15px;
}
.pagination .page-numbers {
	padding: 7px 10px;
	background-color: #deebeb;
	text-decoration: none;
	display: inline-block;
}
.row.pagination a:hover, .pagination a.page-numbers:hover {
	background-color: #007073;
	color: #ffffff;
}


/* =Form
-------------------------------------------------------------- */
form input {
	border: 1px solid #ccc;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
form input[type=text], form input[type=password] {
	width: 100%;
}
form input:focus {
	border-color: #66a9ab;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 169, 171, 0.6);
	outline: 0 none;
}
form label {
	margin-bottom: 3px;
	line-height: 130% !important;
}
span.mymail-required {
	color: #007073 !important;
}
div.mymail-wrapper {
	margin-bottom: 5px !important;
}
.mymail-form {
	margin-bottom: 0 !important;
}
.mymail-form-info.error li:before {
	content: '';
}
.mymail-form-info.error li {
	padding-left: 0;
	padding-bottom: 0;
}
.mymail-form .error input {
    border: 2px solid #a23d09 !important;
}
.mymail-form .error input, .mymail-form .error select, .mymail-form .error textarea {
    outline: 0 none !important;
    outline-offset: 0 !important;
}
.mymail-form-info {
	padding: 7px 7px 7px 10px;
}

.container-main-content form {
	max-width: 400px;
}
.error-msg {
	color: #a23d09;
}
.confirmation-msg {
	color: #007073;
}
.bg-lgreen form select {
	color: #007073;
}

#filter-terms h2, #filter-terms select {
	display: inline-block;
}
#filter-terms h2 {
	padding: 0 5px 0 10px;
	margin: 0;
}
#filter-terms h2:first-child {
	padding-left: 0;
}

.intranet .search-form {
	float: right;
}
.search-form {
	width: 350px;
	margin-right: -15px;
}
.search-box input {
	width: 100%;
	background-color: #deebeb;
	padding: 10px 15px;
	height: auto;
	display: block;
}
.intranet .search-box input {
	border-radius: 0;
}
.search-box input:focus {
	border-color: #ccc;
	box-shadow: none;
}
.intranet .toggle-search {
	padding-top: 25px;
}
.intranet .toggle-search:hover {
	background-color: #66a9ab !important;
	cursor: pointer;
}
.intranet .toggle-search .icon-search {
	font-size: 40px;
}
.public-site .search-box {
	position: absolute;
	right: 80px;
	top: 30px
}

.register-page .container-main-content select[name=extension] {
	margin-top: 5px;
}
.register-page .container-main-content form {
	width: 100% !important;
	max-width: 100%;
}


/* =Tables
-------------------------------------------------------------- */
.table > thead > tr > th {
	border-bottom: none;
	font-weight: 700;
	color: #007073;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: 15px !important;
}
.intranet.category .table a {
	text-decoration: none;
	display: block;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	line-height: 130%;
	padding: 5px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
   background-color: #deebeb;
 }
 .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
   background-color: #deebeb;
}
.table.sortable thead th:hover {
	cursor: pointer;
	color: #66a9ab;
}


/* =overlay
-------------------------------------------------------------- */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
		overflow-y: hidden;
}
.overlay .container {
	position: relative;
	background: #ffffff;
}
.overlay figure img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.overlay figure figcaption {
	padding: 15px 0;
	line-height: 22px !important;
	display: block;
	color: #9a9a99;
}
.overlay .icon-close {
	font-size: 22px;
	font-weight: 300;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	color: #9a9a99;
	cursor: pointer;
}
.overlay .icon-close:hover {
	color: #7b7b7b;
}
.overlay .icon-arrow-right {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 48%;
	color: #ffffff;
	padding: 15px 12px 12px;
	background: #66a9ab;
	font-size: 16px;
}
.overlay .icon-arrow-left {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 48%;
	color: #ffffff;
	padding: 15px 12px 12px;
	background: #66a9ab;
	font-size: 16px;
}

/* =IE8
-------------------------------------------------------------- */
.ie8-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100;
	display: none;
}
.ie8-overlay .inner {
	padding: 50px;
}

/* Ferdys */
.bg-lgreen a:hover{
	color: white !important;
}
