/*
Theme Name: Aqua
Theme URI: http://www.aquaforall.org
Author: <a href="http://www.aquaforall.org">aqua 4 all</a>
Author URI: http://www.aquaforall.org
Description: Designed by <a href="http://www.tigges.nl">Tigges</a>.
Version: 3.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
	max-width:100%;
	height:auto;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ie7 .clearfix {
	zoom: 1; 
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
     -webkit-appearance: none;
     -webkit-border-radius: 0;
}

input[type=reset], input[type=button], input[type=submit], button, .btn{
     background: #2c4d71;
     border: 0;
     padding: 5px 20px;
     font-size: 14px;
     text-transform: uppercase;
     color: #fff;
     display: inline-block;
}
input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover, button:hover, .btn:hover{
     opacity: 0.9;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], textarea{
     border: 1px solid #ccc;
     padding: 5px;
     color: #000;
}

input, textarea, select, button {
     outline: none;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 16px "Droid Sans", Arial, Helvetica, sans-serif;
	color: #613213;
	background: #fff;
	-webkit-text-size-adjust: none;
	min-width:320px; 
}
form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
input, textarea, select, button {
	outline: none;
	font:100% "Droid Sans", Arial, Helvetica, sans-serif;
}

a{
	text-decoration: underline;
	color: #613213;
}

a:hover {
	text-decoration: none;
}
/* wrapper */
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
.page-holder{
	max-width:940px;
	margin:0 auto;
	padding:0 10px;
}
.page-holder:after{
	content:"";
	clear:both;
	display:block;
}
/* header */
#mob-menu{
	display: none;
}
header{
	position:relative;
	z-index:2;
}
.breadcrumbs-area{
	background:#1ac4d8;
	overflow:hidden;
	padding:4px 0 2px;
	font-size:10px;
	line-height:13px;
	font-weight:bold;
	color:#fff;
	text-transform: uppercase;
}
.breadcrumbs-area .sep{
	font-weight:normal;
}
.breadcrumbs-area ul{
	margin:0;
	padding:0;
	list-style:none;
}
.breadcrumbs-area li{
	display:inline-block;
	vertical-align:top;
	background:url(images/bullet-breadcrumbs.png) no-repeat 0 4px;
	padding:0 0 0 8px;
}
.breadcrumbs-area li:first-child{
	background:none;
	padding-left:0;
}
.breadcrumbs-area a{
	text-decoration:none;
	color:#fff;
}
.breadcrumbs-area a:hover{text-decoration:underline;}
.h-top-area{
	padding:5px 0 0;
	position:relative;
	z-index:10;
}
.h-top-area .page-holder{
	padding:0;
}
.h-top-area:after{
	content:"";
	clear:both;
	display:block;
}
.search-area{
	float:left;
	margin: 0 0 5px 10px;
	background:#fff;
	border:1px solid #613213;
}
.search-area input[type="text"]{
	float:left;
	color:#613213;
	font-size:10px;
	height:13px;
	text-transform:uppercase;
	width:159px;
	padding:3px 7px 4px;
	border:0;
}
.search-area input[type="submit"]{
	float:right;
	background:url(images/bg-btn-search.gif) no-repeat;
	width:14px;
	height:14px;
	padding:0;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
	border:0;
	margin:3px 3px 0 0;
}
.top-nav-area{
	float:right;
	margin: 0 10px 0 0;
	position:relative;
}
.top-nav{
	margin:0;
	padding:5px 0 0;
	list-style:none;
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
}
.top-nav-area .m-link{
	display:none;
	background:url(images/bg-m-link.png) no-repeat;
	width:23px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
}
.top-nav li{
	float:left;
	padding:0 0 0 13px;
}
.top-nav a{
	color:#613213;
	text-decoration:none;
}
.top-nav a:hover{color:#1ac4d8;}
/* img-area-top */
.img-area-top{
	background-repeat: no-repeat;
	background-position: 50% 0;
	/* arne removed background-size:cover; */
	background-size:100%;
	/* arne removed padding:446px 0 0; */
	padding:20% 0 0;
}
.inner-page .img-area-top{padding-top:0;}
.nav-area{
	background:url(images/bg-nav-area.gif);
	position:relative;
	height:26px;
	padding:11px 0 0;
}
.nav-area .page-holder{
	padding:0;
}
.m-nav-link{
	display:none;
	margin: 0 10px 0 0;
	padding: 0 40px 0 0;
	font-weight:bold;
	line-height:23px;
	text-transform:uppercase;
	text-align:right;
	text-decoration:none;
	color:#fff;
	background:url(images/bg-m-link.png) no-repeat 100% 50%;
}
#mob-menu{
	display:none;
	position:absolute;
	top:32px; left:0;
	width:100%;
	clear:both;
	padding: 5px 0;
	background-color:#613213;
}
#mob-menu a{
	display:block;
	padding: 5px 10px;
	text-decoration:none;
	color:#fff;
}
#mob-menu a:hover{
	color:#613213;
	background-color:#fff;
}

#nav{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#nav .drop{
	cursor:pointer;
	display:none;
	position:absolute;
	right:5px;
	top:2px;
	background:url(images/ico-drop.png) no-repeat;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
}
#nav .drop.active{background-position:0 -16px;}
#nav:after{
	content:"";
	clear:both;
	display:block;
}
#nav > li{
/* 	float:left;
	width:20%; */
	display:inline-block;
	padding: 0 4.8%;
	position:relative;
}
#nav > li.item02{width:23%;}
#nav > li.item03{width:25%;}
#nav > li.item05{width:17%;}
#nav > li.item04{width:15%;}
#nav > li.item05{text-align:right;}
#nav > li.item05 ul{text-align:left;}

#nav > li:first-child{padding: 0 4.8% 0 0; text-align:left;}
#nav > li:last-child{padding: 0 0 0 4.8%; text-align:right;}
#nav > li ul{text-align:left;}
#nav > li > a{
	display:block;
/* 	vertical-align:top; */
	color:#fff;
	text-decoration:none;
	font-size:15px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 7px;
}
#nav > li.current_page_ancestor > a,
#nav > li.current_page_parent > a,
#nav > li.current_page_item > a,

#nav > li.current-menu-ancestor > a,
#nav > li.current-menu-parent > a,
#nav > li.current-menu-item > a,

#nav > li.current-page-ancestor > a,
#nav > li.current-page-parent > a,
#nav > li.current-page-item > a,
#nav > li.active > a,
#nav > li:hover > a,
#nav > li > a:hover{background:url(images/bg-nav-hover.png) no-repeat 50% 100%;}
#nav > li ul{
	display:none;
	position:absolute;
	top:100%;
	left:-10px;
	width:250px;
	padding:9px 6px;
	background:url(images/bg-drop-box.jpg);
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
}
#nav > li:last-child ul {
	left:auto;
	right:-10px;
}
#nav > li:hover > ul{display:block;}
#nav > li ul li{
	overflow:hidden;
	vertical-align:top;
}
#nav > li ul a{
	color:#fff;
	display:block;
	padding:4px 7px;
	text-decoration:none;
}
#nav > li ul a:hover{
	background:#81dfea;
	color:#613213;
}
/* main */
#main{
	position:relative;
	z-index:1;
	min-height: 620px;
}
#main .page-holder{position:relative;}
.partners-filter {
	margin: -43px 0 0;
	max-width: 500px;
	overflow: hidden;
}

.partners-filter li {
	float: left;
	margin: 0 7px 5px 0;
}
.partners-filter li a {
	float: left;
	width: 157px;
	text-decoration: none;
	height: 20px;
	color: #919191;
	font-family: "Droid Sans", sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	background-color: #d3eff3;
}
.partners-filter li.current a {
	color: #fff;
	background-color: #00c4d8;
}

.partners-list {
	clear:both;
	overflow: hidden;
	padding: 10px 0 80px;
	font-size: 0;
}
.partners-list .item img {
	margin-bottom: 10px;
	margin-left: 20px;
	max-width: 200px;
	max-height: 100px;
}
.partners-list .item p {
	max-width: 210px;
	margin-left: 20px;
}
.partners-list .item:nth-child(3n+1) {
	clear: both;
}
.partners-list .item:nth-child(3n+2) {
	width: 365px;
}
.partners-list .item:nth-child(3n+3) {
	width: 231px;
	padding-left: 0;
	padding-right: 0;
}
.partners-list .item {
	color: #613213;
	float: left;
	font-size: 14px;
	padding-bottom: 32px;
	font-family: "Droid Sans", sans-serif;
	line-height: 24px;
	padding-left: 24px;
	width: 344px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.modal-details .table {
	height: 100%;
	display: table;
	width: 100%;
	text-align: center;
}

.modal-details .cell {
	display: table-cell;
	vertical-align: middle;
	width: 550px;
}

.modal-details .holder {
	width: 550px;
	margin: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 83px 27px 116px;
	background: url(images/bg_popup.png) no-repeat 0 100%;
	text-align: left;
}

.modal-details {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow: auto;
	margin: auto;
	left: 0;
	right: 0;
	color: #603213;
	font-family: "Droid Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.modal-details img {
	padding-bottom: 10px;
	margin-top: 8px;
}

.modal-details .close {
	float: right;
}

.info-area{
	overflow:hidden;
	padding:40px 4.3% 43px 0;
}
.info-area.ww p {
	max-width: 560px;
}
.info-area .img{
	float:right;
	width:29%;
	padding:9px 0 0 5%;
	max-width:256px;
}
.inner-page .info-area .img{
	padding-top:34px;
	text-align:right;
}
.info-area .txt-box{
	overflow:hidden;
}
.info-area .txt-box p{
	margin:0 0 15px;
	font-size:16px;
	line-height:24px;
}
.content{
	float:left;
	width: 70%;
	
}
.content .info-area{
	padding:40px 0 43px;
}
.content .inform-holder .box{
	width:65%;
}
.sidebar{
	float:right;
	margin: 45px 4.3% 20px 0;
	text-align:center;
}
.ico_section{
	margin: 70px 0 0;
}

.btn{
	display:inline-block;
	vertical-align:top;
	background:#5cd0df;
	color:#fff;
	font-size:12px;
	line-height:15px;
	padding:0 6px;
	border:1px solid #cbeef3;
	text-decoration:none;
	font-weight:bold;
	border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 0 0 3px;
}
.btn.decor{
	background:#82573c;
	border-color:#d3c0b4;
}
.btn:hover{
	box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
}
.btn.decor:hover{
	box-shadow:0 0 3px #bbaf9d;
	-webkit-box-shadow:0 0 3px #bbaf9d;
}
.popup-box{
	display:none;
	z-index:100;
	width:363px;
	position:absolute;
	top:-83px;
	left:50%;
	margin:0 0 0 -180px;
}
.popup-box .c{
	background:url(images/bg-popup-box-c.png) repeat-y;
	position:relative;
	padding:14px 56px 14px 73px;
}
.popup-box .c:after{
	content:"";
	clear:both;
	display:block;
}
.popup-box .c-hold{
	float:left;
	width:100%;
	position:relative;
	margin:0 0 -42px;
}
.popup-box .b{
	background:url(images/bg-popup-box-b.png) no-repeat;
	width:336px;
	height:41px;
	float:right;
	overflow:hidden;
}
.popup-box .btn-close{
	position:absolute;
	clear:both;
	right:-5px;
	top:-5px;
	background:url(images/bg-btn-close.png) no-repeat;
	width:11px;
	height:10px;
	overflow:hidden;
	text-indent:-9999px;
}
.popup-box .btn-close:hover{background-position:0 -10px;}
.popup-box p{
	margin:0 0 14px;
	font-size:11px;
	line-height:17px;
}
.ttl-area{
	background:url(images/bg-ttl-area.png) repeat-x 0 7px;
	margin:0 0 40px;
	overflow:hidden;
	text-align:center;
}
.info-frame .ttl-area{margin:0 0 30px;}
.info-holder .ttl-area{margin:0 0 15px;}
.inform-area > .ttl-area{margin:0 0 13px;}
.info-section .ttl-area,
.project-area-holder .ttl-area{margin:0 0 10px;}
.ttl-area.inner,
.ttl-area.decor{background:url(images/bg-ttl-area-decor.gif) repeat-x 0 7px;}
.ttl-area h2{
	margin:0;
	padding:0 8px;
	color:#00c4d8;
	background:#fff;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:top;
}
.ttl-area.inner h2,
.ttl-area.decor h2{
	color:#613213;
	background:#e7d8c2;
}
.ttl-area.inner h2{background:#d3f0f4;}
.ico-lst{
	margin:0;
	padding:0 0 9px;
	list-style:none;
	text-align:center;
}
.ico-lst li{
	display:inline-block;
	vertical-align:top;
	width:22%;
	padding:0 1% 70px;
}
.ico-lst .img{padding:0 0 7px;}
.ico-lst h3{
	margin:0;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	text-transform:uppercase;
	color:#613213;
}
.ico-lst h3 a{
	color:#613213;
	text-decoration:none;
}
.ico-lst li:hover a, .ico-lst h3 a:hover{
	color:#1ac4d8;
}

/* arne */
.entry h3.servicelink {
  margin: 0;
  font-size: 12px;
  line-height: 19px;
  font-weight: normal;
  text-transform: uppercase;
  color: #613213;
}
.entry h3.servicelink a {
  text-decoration: none;
}
.entry h3.servicelink a:hover {
  text-decoration: none;
  color: #1ac4d8;  
}

/* arne 24-06-2015 - uitklap lees-meer onderdeel */
div.sh-link {
  margin-bottom: 50px;
}

.column {
  text-align: center;
}


/* arne footer */
.iconfb a, .iconli a, .icontw a, .iconrs a, .iconyt a  {
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 26px;
    padding-left: 22px;
}
ul.sf-followmenu li.iconfb {
	background:url(images/icon_facebook.png) no-repeat 0 4px;
  background-size: 20px 20px;	
}
ul.sf-followmenu li.iconli {
	background:url(images/icon_linkedin.png) no-repeat 0 4px;
  background-size: 20px 20px;	
}
ul.sf-followmenu li.icontw {
	background:url(images/icon_twitter.png) no-repeat 0 4px;
  background-size: 20px 20px;	
}
ul.sf-followmenu li.iconrs {
	background:url(images/icon_rss.png) no-repeat 0 4px;
  background-size: 20px 20px;	
}
ul.sf-followmenu li.iconyt {
	background:url(images/icon_youtube.png) no-repeat 0 4px;
  background-size: 20px 20px;	
}

/* arne events css-events-list */
.entry .css-events-list h2 {
  width:220px; 
  text-align:right;
}
.entry .css-events-list td.events_datetime {
  border: none; 
  border-right: 1px solid #00c4d8; 
  width:220px; 
  text-align: right;
}
.entry .css-events-list div.events_dates {
  font-size:130%; margin:0px 5px 5px 0px; text-align: right;
}
.entry .css-events-list div.events_times {
  font-size:90%; margin:5px 5px 35px 0px; text-align: right;
}
.entry .css-events-list td.events_link, .entry .css-events-list td.events_link a {
  border: none; text-align:left; font-weight: bold; font-size:130%; color: #00c4d8; 
}
.entry .css-events-list .events_location {
  font-style: italic;
  font-size:90%;
  font-weight: normal;
  color: #613213;
}

/* info-holder */
.info-holder{
	background:#e7d8c2;
	padding:20px 9999px;
	margin:0 -9999px;
	position:relative;
	margin-bottom: 74px;
}
.info-holder > .holder{
	position:relative;
}
.info-holder > .holder:after{
	content:"";
	clear:both;
	display:block;
}
.info-holder .box{
	float:left;
	width:37%;
	padding:0 0 0 3.5%;
	max-width:340px;
}
.info-holder .box:first-child{padding:0 3.2% 0 5.2%;}
.info-holder .box h3{
	margin:0 0 17px;
	color:#613213;
	font-size:16px;
	line-height:19px;
	font-weight:bold;
}
.info-holder .box h4{
	margin:0 0 17px;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
}
.info-holder .box p{
	margin:0 0 18px;
	font-size:12px;
	line-height:18px;
}
.info-holder .add-box{
/* 	float:right;
	position:relative; */
	position:absolute;
	bottom:0; right:0;
	width:125px;
	padding:118px 0 0 5px;
}
.info-holder .btn-holder{
	position:absolute;
	top: 70px; right:-23px;
	width:123px;
	padding: 0 23px 4px 0;
	text-align:right;
	background:url(images/bg-btn-shadow.png) no-repeat 100% 100%;
}
.info-holder .btn-holder:hover{
	background-image: none;
}
.info-holder .add-txt{
	display:block;
	background:url(images/bg-add-box.png) no-repeat 0 4px;
	padding:0 0 4px 44px;
	margin:0 0 10px -39px;
	min-height:63px;
	font:italic 11px/16px "Droid Serif", Arial, Helvetica, sans-serif;
}
.button{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:29px;
	cursor:pointer;
	text-decoration:none;
	padding:0 8px;
	border:1px solid #613213;
	border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#e7d8c2;
/* 	box-shadow:3px 2px 3px #afa393;
	-webkit-box-shadow:3px 2px 3px #afa393; */
}
.button.decor{
	background:#fff;
	border-color:#00c4d8;
	color:#00c4d8;
}
.button:hover{
	box-shadow:none;
	-webkit-box-shadow:none;
}
.button span{
	display:block;
	padding:0 14px 0 0;
	background:url(images/bg-button-arrow.png) no-repeat 100% 50%;
}
.button.decor span{background:url(images/bg-button-arrow02.png) no-repeat 100% 50%;}
.info-holder .btn-holder.inner{
	top: auto; right:-23px;
	bottom:-40px;
/* 	width:123px;
	padding: 0 23px 4px 0;
	text-align:right;
	background:url(images/bg-btn-shadow.png) no-repeat 100% 100%; */
}
.info-holder .button.inner{
	margin:0 0 0 -100px;
	background:#fff;
}
.q-area{
	text-align:center;
	padding:0 0 64px;
}
.q-area blockquote{
	margin:0 0 18px;
	color:#613213;
	max-width:540px;
	margin:0 auto;
	font:italic 19px/33px "Droid Serif", Arial, Helvetica, sans-serif;
}
.q-area1{
	max-width:830px;
	margin: 0 auto;
	padding:0 0 64px;
}
.q-area1 .bx-wrapper{
	position:relative;
	padding:0 20px;
}
.q-area1 a, .q-area1 .a{
	color:#1ac4d8;
	text-decoration:none;
}
.q-area1 a:hover {
	text-decoration:underline;
}
.testimonial{
	text-align:center;
}
.testimonial a, .testimonial .a{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.testimonial blockquote{
	margin:0 auto 18px;
	color:#613213;
	max-width:540px;
	font:italic 19px/33px "Droid Serif", Arial, Helvetica, sans-serif;
}
.spotlight, .most_recent{
	display:table;
	width:100%;
}
.spotlight figure, .spotlight .spotinfo,
.most_recent time, .most_recent  .recent_info{
	display:table-cell;
	vertical-align:top;
}
.spotlight {
	max-width:530px;
	margin: 18px auto;
}
.spotlight figure {
	padding: 0 15px 0 0;
	min-width:144px;
}
.spotlight h3{
	margin: 0 0 10px;
	font-size:30px;
	font-weight:bold;
	color:#1ac4d8;
}
.spotlight p{
	font-size:18px;
	font-weight:bold;
}
.most_recent {
	margin: 73px auto;
}
.most_recent time, .most_recent table tr td:first-child{
	padding: 0 16px 0 30px;
	text-align:right;
}
.most_recent table tr td:first-child{
    border-width: 5px!important;
}
.most_recent time span, .most_recent table tr td:first-child div:first-child{
	display:block;
	font-size:33px;
	font-weight:bold;
}
.most_recent h3, .most_recent strong{
	padding: 0 12px;
	font-size:32px;
	font-weight:bold;
	color:#1ac4d8;
}
.most_recent strong{
    display: block;
}
.most_recent i{
    display: block;
	padding: 0 12px;
}
.most_recent p{
	padding: 0 12px;
}
.most_recent .btn{
	text-transform:none;
	color:#fff;
	position: absolute;
	left: 50%;
	margin: 10px 0 0 -30px;
}

.q-area1 .bx-next,
.q-area1 .bx-prev{
	position:absolute;
	top:50%;
	margin:-9px 0 0;
	background:url(images/bg-mix-slider-nav.png) no-repeat;
	width:16px;
	height:19px;
	text-indent:-9999px;
}
.q-area1 .bx-prev{
	left:0;
}
.q-area1 .bx-next{
	right:0;
	background-position:-16px 0;
}

/* projects-area */
.projects-area{
	background:#d3f0f4;
	padding:20px 9999px;
	margin:0 -9999px 74px;
	position:relative;
}
.project-area-holder{
	position:relative;
	padding:0 0 20px;
}
.projects-holder{
	position:relative;
}
.projects-holder:after{
	content:"";
	clear:both;
	display:block;
}
.projects-holder .slides, .projects-holder .posts{
	margin:0;
	padding:0 0.8%;
	list-style:none;
}
.projects-holder .posts{
	padding-bottom: 20px;
	overflow: hidden;
}
.projects-holder .slides > li, .projects-holder .posts > li{
	float:left;
	max-width:240px;
	width:26%;
	padding:10px 3.4% 0;
}
.projects-holder .slides .img, .projects-holder .posts .img{
	position:relative;
	margin:0 0 19px;
}
.projects-holder .posts .img:after,
.projects-holder .slides .img:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	background:url(images/bg-shadow.png) no-repeat 50% 50%;
	width:373px;
	height:272px;
	margin:-134px 0 0 -186px;
	z-index:1;
}
.projects-holder .posts .img img,
.projects-holder .slides .img img{
	position:relative;
	z-index:2;
	display:block;
	border:7px solid #fff;
}
.projects-holder .slides .txt, .projects-holder .posts .txt{
	position:absolute;
	bottom:7px;
	left:7px;
	z-index:10;
	background:#fff;
	color:#00c4d8;
	font-size:12px;
	line-height:17px;
	padding:2px 8px 0 3px;
	font-weight:bold;
}
.project-area-holder .btn-holder{
	position:absolute;
	bottom: -40px; right:-23px;
/* 	width:123px; */
	padding: 0 23px 4px 0;
	text-align:right;
	background:url(images/bg-btn-shadow.png) no-repeat 100% 100%;
}
.project-area-holder .btn-holder:hover{
	background-image:none;
}
/* .project-area-holder .button{
	position:absolute;
	bottom:-30px;
	right:0;
} */
.projects-holder .list-icos{
	margin:0;
	padding:0 0 15px;
	list-style:none;
	height: 25px; /* arne 5 okt 2014 */
}
.projects-holder .list-icos li{
	display:inline-block;
	vertical-align:middle;
	padding:0 1px 0 0;
}
.projects-holder h3{
	margin:0 0 15px;
	font-size:19px;
	line-height:24px;
	font-weight:bold;
}
.projects-holder h3 a{text-decoration:none;}
.projects-holder h3 a:hover{text-decoration:underline;}
.projects-holder p{
	margin:0 0 15px;
	font-size:12px;
	line-height:18px;
}
.projects-holder .hold-txt{
/*min-height:235px;*/ 
min-height:185px; /* arne */
overflow: hidden;
}

/* info-frame */
.info-frame{
	padding:0 0 72px;
}
.results-lst{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
.results-lst li{
	max-width:170px;
	display:inline-block;
	vertical-align:top;
	width:21%;
	padding:0 2%;
}
.results-lst .img{padding:0 0 19px;}
.results-lst p{
	color:#00c4d8;
	margin:0;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-align:left;
}
/* info-section */
.info-section{
	background:#e7d8c2;
	padding:17px 9999px 22px;
	margin:0 -9999px;
	overflow:hidden;
	position:relative;
}
.info-section > .holder{
	overflow:hidden;
	padding:12px 0 0;
}
.inform-area > .holder .box,
.info-section > .holder .box{
	float:left;
	max-width:390px;
	width:41%;
	padding:0 4.5%;
}
.inform-area > .holder .img,
.info-section .image-slider{
	position:relative;
	margin:0 0 35px;
}
.info-section .image-slider:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	background:url(images/bg-shadow02.png) no-repeat 50% 50%;
	width:528px;
	height:272px;
	margin:-133px 0 0 -264px;
	z-index:1;
}
.info-section .image-slider .bx-wrapper{
	position:relative;
	z-index:2;
	border:7px solid #fff;
}
.info-section .image-slider .lst{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.info-section .image-slider .lst li{
	float:left;
	overflow:hidden;
	position:relative;
}
.info-section .bx-next,
.info-section .bx-prev{
	position:absolute;
	top:50%;
	margin:-15px 0 0;
	left:-1px;
	background:url(images/bg-slider-nav.png) no-repeat;
	width:25px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
}
.info-section .bx-next{
	left:auto;
	right:-1px;
	background-position:-25px 0;
}
.info-section h3{
	margin:0 0 15px;
	font-weight:bold;
	font-size:20px;
	line-height:24px;
}
.info-section p{
	margin:0 0 15px;
	font-size:12px;
	line-height:18px;
}
/* inform-area */
.inform-area{
	padding:60px 0;
}
.inform-area > .holder{
	overflow:hidden;
	padding:12px 0 60px;
}
.inform-area > .holder .img{margin:0 0 37px;}
.inform-area > .holder .img img{
	display:block;
	position:relative;
	z-index:2;
	border:7px solid #fff;
}
.inform-area > .holder .img:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	background:url(images/bg-shadow02.png) no-repeat 50% 50%;
	width:528px;
	height:272px;
	margin:-133px 0 0 -264px;
	z-index:1;
}
.inform-area > .holder h3{
	margin:0 0 17px;
	color:#00c4d8;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
}
.inform-area > .holder p{
	margin:0 0 15px;
	font-size:12px;
	line-height:18px;
}
.logo-slider{
	position:relative;
	margin:0 0 40px;
	overflow:hidden;
	padding:0 40px;
}
.projects-holder .bx-prev,
.projects-holder .bx-next,
.logo-slider .bx-next,
.logo-slider .bx-prev{
	position:absolute;
	top:50%;
	margin:-5px 0 0;
	left:18px;
	background:url(images/bg-slider-logo-nav.png) no-repeat;
	width:6px;
	height:11px;
	overflow:hidden;
	text-indent:-9999px;
}
.projects-holder .bx-prev{left:8px;}
.projects-holder .bx-next,
.logo-slider .bx-next{
	background-position:-6px 0;
	left:auto;
	right:18px;
}
.projects-holder .bx-next{right:8px;}
.logo-slider .slides{
	margin:0;
	padding:0;
	list-style:none;
}
.logo-slider .slides img{
	margin:0 auto;
	display:block;
	/* filter: url(filters.svg#grayscale); */ /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.logo-slider .slides a:hover img{
	filter: none;
	-webkit-filter: grayscale(0);
}
/*.logo-slider .slides a:hover img,
.logo-slider .slides img.hover{display:none;}
.logo-slider .slides a:hover img.hover{display:block;}*/
.logo-slider .slides li{float:left;}
.logo-slider .hold{
	display:table;
	width:100%;
	height:88px;
}
.logo-slider .hold a{
	cursor:pointer;
	display:table-cell;
	vertical-align:middle;
}
.info-lst{
	margin:0;
	padding:16px 0 50px 2%;
	list-style:none;
}
.info-lst li{
	width:43%;
	max-width:400px;
	margin:0 2.5% 30px;
	display:inline-block;
	background:url(images/bg-info-lst.png) no-repeat 100% 100%;
	padding:0 0 12px;
	vertical-align:top;
}
.info-lst .holder{
	overflow:hidden;
	background:#f4eee4;
	border:1px solid #d3c0b4;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding:6px 9px 10px;
}
.info-lst li > a {
	cursor:pointer;
	text-decoration:none;
}
.info-lst h2{
	margin:0 0 7px;
	font-size:29px;
	line-height:35px;
	font-weight:bold;
	color:#613213;
}
.info-lst p{
	margin:0;
	font-size:16px;
	line-height:19px;
}
.text-add-box{
	max-width:340px;
	margin:-12px auto 25px;
	text-align:center;
}
.text-add-box p{
	margin:0;
	font-size:12px;
	line-height:18px;
}
.inform-holder{
	overflow:hidden;
	padding:0 0 60px 2%;
}
.bottom-info-area .box,
.inform-holder .box{
	width:43%;
	vertical-align:top;
	max-width:400px;
	margin:0 2.5% 28px;
	display:inline-block;
}
.inform-holder .hold{
	overflow:hidden;
	padding:0 0 90px;
}
.inform-holder .box:first-child .hold{padding:0 0 35px;}
.inform-holder .hold h3{
	margin:0;
	color:#00c4d8;
	font-size:16px;
	line-height:19px;
	font-weight:bold;
}
.inform-holder .box .hold p{
	margin:0 0 16px;
	font-size:12px;
	line-height:18px;
}
.inform-holder .box .hold ul{
	font-size:12px;
	padding:0 20px 16px;
	line-height:18px;
	list-style-image: url('images/druppel.png');
}
.inform-holder .box h2{
	margin:0 0 5px;
	color:#00c4d8;
	font-size:30px;
	line-height:36px;
	font-weight:bold;
}
.inform-holder .box h2 span{color:#613213;}
.inform-holder .box p{
	margin:0 0 10px;
	line-height:20px;
	font-size:16px;
}
.bottom-info-area-holder{padding:36px 0 110px;}
.bottom-info-area{
	background:#e7d8c2;
	padding:18px 9999px;
	margin:0 -9999px;
	overflow:hidden;
	position:relative;
}
.bottom-info-area .holder{
	overflow:hidden;
	padding:0 0 0 2%;
	margin:-22px 0 0;
	color:#613213;
}
.bottom-info-area .holder h3{
	margin:0 0 48px;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
}
.bottom-info-area .holder h2{
	margin:0;
	font-size:30px;
	line-height:31px;
	font-weight:bold;
}
.bottom-info-area .holder h2 strong{
	font-weight:normal;
	font-size:16px;
	line-height:19px;
}
.bottom-info-area p{
	margin:0 0 44px;
	font-size:12px;
	line-height:18px
}
.bottom-info-area .box{
	width:42%;
	max-width:350px;
}
.bottom-info-area .box:first-child{
	max-width:440px;
	width:47%;
}
/* footer */
footer{
	background:#d3f0f4;
	padding:24px 0 0;
}
.f-logo{
	text-align:center;
	border-bottom:1px solid #613213;
	padding:0 0 15px;
	margin:0 0 25px;
}
.f-holder{
	overflow:hidden;
	padding:0 0 32px;
}
.f-holder .box{
	float:left;
	max-width:180px;
	width:23%;
	padding:0 2% 0 0;
}
.f-holder .box h3{
	margin:0 0 17px;
	text-transform:uppercase;
	color:#613213;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}
.f-holder .box ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	line-height:16px;
}
.f-holder .box ul a{text-decoration:none;}
.f-holder .box ul a:hover{color:#1ac4d8;}
.f-holder .box.inner{
	max-width:130px;
	width:20%;
	padding:0 2% 0 0;
}
.f-holder .block{
	overflow:hidden;
	text-align:right;
	padding:105px 0 0;
}
.img-lst{
	margin:0;
	padding:0;
	list-style:none;
}
.img-lst li{
	display:inline-block;
	width:21%;
	padding:0 0 0 10px;
	vertical-align:top;
}
.img-lst li:first-child{width:36%;}
.f-row{
	background:#613213;
	overflow:hidden;
	padding:11px 9999px 9px;
	margin:0 -9999px;
	position:relative;
}
.f-row ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height;13px;
}
.f-row li{
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
}
.f-row a{
	color:#fff;
	text-decoration:none;
}
.f-row a:hover{text-decoration:underline;}

/* Wordpress
------------------------------------------------------------------------------*/ 

.textwidget p{ padding: 0 0 10px 0; }

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond .comment-reply-title{
	margin: 0 0 5px 0;
	font-weight: bold;
}
#respond .comment-reply-title small{
	font-size: 12px;
	font-weight: normal;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px;
	margin: 0;
}
#commentform p label{
	display: block;
	padding: 0 0 5px;
}
#commentform p textarea{
	width: 96%;
}

/* Comments*/
#comments{
	margin: 0 0 5px 0;
	font-weight: bold;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li.comment{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist li.alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li.comment ul li.comment{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .entry-comment p{
	margin: 10px 0 10px 0;
}
.commentlist .children{ padding: 0; }

/* Typography */

.entry{
	width:100%;
	line-height:1.5em;
}
.entry a{
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 20px;
	font-size:16px;
	line-height:24px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1.5em; margin: 0 0 15px;
	color:#00c4d8; 
	font-weight:bold;}
.entry h1{}  .entry h2{
	color:#00c4d8;
	font-size:30px;
	line-height:33px;
	margin:0 0 10px;
	font-weight:bold;
	
}  
.entry h3{font-size: 28px;}  
.entry #sidebar h3{font-size: 22px; line-height: 1.3em;}
.entry h4{
	margin:0 0 17px;
	color:#613213;
	font-size:18px;
	line-height:19px;
	font-weight:bold;
}  
.entry h5{font-size: 20px;}  
.entry h6{
	margin:0 0 17px;
	color:#613213;
	font-size:14px;
	line-height:19px;
	font-weight:bold;
	text-transform: uppercase;
}

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ul ul, .entry ul ol{ margin: 0; }
.entry ul li{	list-style-type: disc;  line-height: 1.5em;}
.entry ul ul li{ list-style-type: circle; }
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ol ol, .entry ol ul{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 1.5em;}
.entry  ol li ol li{ list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }

.entry table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th{
	border: 1px solid #ccc;
	padding: 5px;
}
.entry table th{
	background: #eee;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

/* Begin Images */
img{
	max-width: 100%;
	height: auto;
}
img.wp-smiley{ padding: 0; border: none; }
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright, #sidebar {
    float:right;
    margin: 5px 0 20px 20px;
}

#sidebar{
	width: 228px;
}

#leftside{ 
    /* arne 20 may 2015 */
    width: -moz-calc(100% - 250px);      
    width: -webkit-calc(100% - 250px);      
    width: calc(100% - 250px);
}


.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text, .entry .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

.al{
	float: left;
}
.ar{
	float: right;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	margin: 15px 0 20px 0;
	padding:0 15px 0 40px;
	background: url(images/bgr_blockquote.png) no-repeat;
}
.entry blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.entry pre, .entry code{
	font-family:mono-space,monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height:20px;
}
.entry code{
	padding:1px 20px 0 20px;
	background:#f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}
sup{
	position: relative;
	top: -5px;
}
sub{
	position: relative;
	top: 5px;
}
code br{
	display: none;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}
.sticky{}
.bypostauthor{}
.page-link{
	padding: 0 0 15px;
}


/* pagination */
.pagination{
	width:100%;
	overflow:hidden;
	padding: 10px 3.4% 10px;
	text-transform: uppercase;
}
.pagination a{
	text-decoration: none;
}
.pagination a:hover{
	text-decoration: underline;
}

/* attachments / pdf / documents */
#post-attachments-section, ul.post-attachments, .entry ul.post-attachments, .entry .post-attachments {
	display: none;
}

/* responsive */
@media screen and (max-width: 1000px){
.partners-list .item {
	width: 33.3% !important;
	padding-left: 0;
}
@media screen and (max-width: 980px){
	.content, .sidebar{
		float:none;
		width:auto;
	}
	.sidebar{margin: 40px 0 0;}
	.icon_holder br{
		display: none;
	}
	.icon_holder img {
		display: inline-block;
		vertical-align: bottom;
	}
	.ico_section{
		margin: 30px 50px 0;
	}
}
@media screen and (max-width: 955px){
	.info-holder .box{width:34%;padding:0 0 0 3%;}
	.info-holder .box:first-child{padding:0 0 0 3%;}
	.inform-holder .box h2,
	.info-lst h2{font-size:20px;}
/* 	.info-holder .add-box{width:19%;} */
	.results-lst li{padding:0 1%;}
	.img-lst li{
		width:40% !important;
		padding:0 0 0 4%;
	}
	#nav > li.item05{text-align:center;}
	#nav > li.item05 ul{width:175px;}
	#nav > li {padding: 0 4%;}
	#nav > li:last-child{padding: 0 0 0 4%;}
	#nav > li:first-child{padding: 0 4% 0 0;}
	#nav > li ul{width:220px;}
	
	.projects-holder .slides .img, .projects-holder .posts .img{
		box-shadow:0 5px 5px #8b9ea1;
		-webkit-box-shadow:0 5px 5px #8b9ea1;
	}
	.inform-area > .holder .img:after,
	.info-section .image-slider:after,
	.projects-holder .posts .img img:after,
	.projects-holder .slides .img:after{
		display:none;
		background:none;
	}
	.inform-area > .holder .img,
	.info-section .image-slider{
		box-shadow:0 7px 5px #a19787;
		-webkit-box-shadow:0 7px 5px #a19787;
	}
	.projects-holder .posts .img img, .projects-holder .slides .img img,
	.info-section .image-slider .bx-wrapper,
	.inform-area > .holder .img img{border:0;}
	.projects-holder .slides .img, .projects-holder .posts .img,
	.inform-area > .holder .img, .info-section .image-slider{
		border:7px solid #fff;
	}
}
@media screen and (max-width: 860px){
	#nav > li {padding: 0 2.5%;}
	#nav > li:last-child{padding: 0 0 0 2.5%;}
	#nav > li:first-child{padding: 0 2.5% 0 0;}
}
@media screen and (min-width: 776px){
	#nav > li ul{display:none !important;}
	.top-nav,
	#nav{display:block !important;}
	#nav > li:hover > ul{display:block !important;}
	.projects-holder .bx-clone,
	.projects-holder .bx-controls{display:none;}
	.projects-holder .slides > li, .projects-holder .posts > li{width:26% !important;}
	.projects-holder .bx-viewport{height:auto !important;}
	.projects-holder .bx-wrapper{max-width:100% !important;}
	.projects-holder .slides, .projects-holder .posts{
		width:auto !important;
		transform:none !important;
	}
	#mob-menu{display:none;}
}
@media screen and (max-width: 775px){
	.partners-filter {
		max-width: none;
	}
	.partners-filter li a,
	.partners-filter li {
		float: none;
		width: auto;
		overflow: hidden;
		display: block;
	}
	.partners-list {
		padding: 40px 0;
	}
.partners-list .item {
	width: 100% !important;
	padding-left: 0;
	max-width: 250px;
	margin: auto;
	display: block;
	float: none !important;
}
.partners-list .item p {
	max-width: none;
	margin-left: 10px;
}
	#main{
		min-height: inherit;
	}
	.bottom-info-area .box:first-child,
	.bottom-info-area .box,
	.inform-holder .box,
	.info-lst li{
		display:block;
		width:auto;
		max-width:100%;
		margin:0 0 20px;
	}
	.inform-holder,
	.info-lst{padding-left:0;}
	.info-lst{padding-bottom:10px;}
	.info-lst h2 br{display:none;}
	.m-nav-link{display:inline-block; float:right;}
	.nav-area{
		display:none;
		background:#82573c;
		padding:0;
		height:auto;
		min-height:37px;
	}
	#nav{display:none;}
	#nav a{position:relative;}
	#nav .drop{display:block;}
	#nav > li{
		float:none;
		text-align:left !important;
		width:auto !important;
	}
	#nav > li > a{
		display:block;
		padding:3px 30px 3px 0;
	}
	#nav > li ul{
		position:relative;
		top:auto;
		background:none;
		left:auto;
		width:auto;
	}
	#nav > li:hover > ul{display:none;}
	#nav > li.active > a,
	#nav > li:hover > a,
	#nav > li > a:hover{background:none;}
	.top-nav-area .m-link{display:block;}
	.top-nav{display:none;}
	.h-top-area{background:url(images/bg-nav-area.gif);}
	/* arne removed .img-area-top{padding-top:140px;} */
	.img-area-top{background-size:cover;padding-top:140px;}
	.top-nav{
		margin:10px 0 0;
		background:#fff;
		width:150px;
		position:absolute;
		right:0;
		top:100%;
		padding:5px 0;
	}
	.top-nav li{
		float:none;
		overflow:hidden;
		vertical-align:top;
	}
	.top-nav a{
		display:block;
		padding:3px 0;
	}
	.ico-lst li{width:30%;}
	.info-holder .box{
		float:none;
		padding:0 140px 15px 0 !important;
		width: 50%;
	}
	.content .inform-holder .box{
		width:auto;
		max-width:100%;
	}
	.info-holder .box:first-child{
		padding:0 0 15px !important;
	}
	.info-holder .add-box{
/* 		float:none;
		width:auto;
		max-width:100%;	*/
		padding:0;
	}
	.info-holder .btn-holder{
		top:-50px;
	}
/*	.info-holder .button{margin:0 0 15px;} */
/* 	.info-holder .add-txt{
		padding:0 0 10px;
		min-height:1px;
		margin:0;
		background:none;
	}
	.info-holder .button.inner{
		position:relative;
		bottom:auto;
		margin:0;
		right:auto;
	}
	.info-holder .btn-holder{
		position:static;
		display:inline-block;
		width:auto;
		text-align:left;
	} */
	.results-lst li{
		max-width:45%;
		width:40%;
		padding:0 4% 15px;
	}
	.projects-holder{
		width:240px;
		padding:0 45px;
		margin:0 auto;
	}
	.projects-holder .slides > li, .projects-holder .posts > li{
		width:auto;
		padding:0;
		max-width:100%;
	}
	.projects-holder .slides .img img, .projects-holder .posts .img img{width:100%;}
	.projects-holder .slides .img, .projects-holder .posts .img{margin:0 5px 15px;}
	.projects-holder .hold-txt,
	.projects-holder .list-icos{padding:0 5px;}
	.projects-holder .btn{margin:0 5px;}
}

/* arne 18 juni 2015 */
/* arne events css-events-list */
.entry .css-events-list h2 {
  width:100px; 
}


.entry .css-events-list td.events_datetime, .most_recent td.events_datetime, .most_recent table tr td:first-child {
  font-size: 80%;
  width:100px; 
  padding: 5px;
  border-width: 2px!important;
}
.entry .css-events-list div.events_dates {
  font-size: 120%;
  margin: 0px 2px 2px 0px;
}

.entry .css-events-list div.events_times {
  font-size: 80%;
  margin: 5px 2px 35px 0px;
}
.entry .css-events-list td.events_link, .entry .css-events-list td.events_link a {
  font-size:100%;
}

.most_recent span, .most_recent table tr td:first-child div:first-child{
	display:block;
	font-size:12px;
	font-weight:bold;
}
.most_recent h3, .most_recent strong{
	padding: 0 5px;
	font-size:12px;
}
.most_recent i{
    display: block;
    padding: 0 2px;
}
.most_recent p{
	padding: 0 2px;
}
.most_recent .btn{
	left: 50%;
}

.columns-4 .column {
  width: 96%;
  padding: 0 0 40px 0;
}
.columns-4 .column p {
  padding: 4px 0 4px 0;
  margin: 0;
}
.columns-2 .column {
  width: 96%;
  padding: 0 0 40px 0;
}

#leftside {
  width: 100%;
}

@media screen and (max-width: 620px){

.modal-details .cell {
	width: auto;
}

.modal-details .holder {
	background: #ecf8f8;
	padding: 20px;
	width: auto;
}

	.inform-area > .holder .box, .info-section > .holder .box{
		float:none;
		padding:0 0 15px;
		margin:0 auto;
		width:auto;
	}
	.f-holder .block{
		clear:both;
		text-align:left;
		padding:20px 0 0;
	}
	.img-lst li{
		width:auto !important;
		padding:0 4% 0 0;
	}
	.img-lst li img{max-width:none;}
	.f-holder .box{
		width:45% !important;
		padding-bottom:25px;
		max-width:45% !important;
	}
	.info-area .img{
		float:none;
		width:auto;
		max-width:100%;
		text-align:center !important;
		padding:0 0 15px;
	}
	
	#sidebar{
		width: 150px;
	}
}
@media screen and (max-width: 480px) {
	#sidebar{
		display: none;
	}
	#content .column-group .column{
		float: none;
		width: 100%;
		max-width: auto;
	}
	.alignright, .alignleft, .aligncenter {
	    display: block!important;
	    float:none!important;
	    margin: 0 auto 20px auto!important;
	}
	.info-holder .box{
		padding: 0 0 15px !important;
		width: 100%;
	}
	.info-holder .add-box{
		position:relative;
		width:auto;
		margin:50px 0 0;
	}
	.info-holder .add-txt{
		width:125px;
		float:right;
	}
	.info-holder .btn-holder.inner{
		bottom:-118px;
	}
	.spotlight, .most_recent,
	.spotlight figure, .spotlight .spotinfo,
	.most_recent time, .most_recent .recent_info{
		display:block;
		width:auto;
	}
	.spotlight figure{
		margin: 0 0 20px;
		text-align:center;
	}
	.most_recent time span,
	.spotlight h3, .most_recent h3{
		font-size:24px;
	}
	.most_recent {
		margin: 100px  auto;
	}
	.most_recent h3{
		padding-top:20px;
		border-top:3px solid #1ac4d8;
		border-left:0;
	}
	.most_recent p{border-left:0;}
} 
@media screen and (max-width: 420px){
	.f-holder .box{padding-right:5% !important;}
	.results-lst li{
		width:auto;
		max-width:100%;
		display:block;
		padding:0 0 15px;
	}
	.ico-lst li{
		width:39%;
		padding:0 5% 35px;
	}
	.ico-lst h3{font-size:10px;}
}
@media screen and (max-width: 370px){
	.projects-holder{padding:0 25px;}
	.f-holder .box{
		width:auto !important;
		max-width:100% !important;
		float:none !important;
	}
}

