<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Standaard 1.0 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/* ======================================================================================================================================================
/* # reset
====================================================================================================================================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, cite, img, ol, ul, li, fieldset, form, label, table, tbody, tr, th, td, article, canvas, footer, header, nav, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}

html {
	height: 100%;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}




/* ======================================================================================================================================================
/* # generals
====================================================================================================================================================== */

body {
	background: white;
	color: #676767;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: none;
	display:block;
	border-radius: 2px;
	height: auto !important;
}

ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

ul li {
	margin-top: 7px;
	background: transparent url(../images/icon-list.png) no-repeat 0 9px;
	padding-left: 12px;
}

ol {
    padding: 0 0 0 26px;
    list-style: none;
    margin-bottom: 20px;
    counter-reset: numList;
}

ol li {
    margin-right: 44px;
    position: relative;
}

ol li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -26px;    
    font: bold 12px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: #01667a;
	border-radius: 10px;
}

a:link, a:visited{
	color: #61a60e;
	text-decoration: underline;
}

a:hover, a:active{
	color: #61a60e;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	width: 100%;
}

td {
	vertical-align: top;
}

h1, h1 a, .heading1, .heading1 a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #61a60e !important;
	font-size: 34px;
	line-height: 34px;
	margin: 0 0 14px 0;
	text-decoration: none !important;
	font-style: normal;
	display: block;
}

h2, h2 a, .heading2, .heading2 a {
	font-family: 'Open Sans', sans-serif;
	color: #61a60e !important;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 10px 0;
	text-decoration: none !important;
	font-style: normal;
	display: block;
	font-weight: 400;
}

h3, h3 a, .heading3, .heading3 a {
	font-family: 'Open Sans', sans-serif;
	color: #61a60e !important;
	font-size: 17px;
	line-height: 18px;
	margin: 0 0 10px 0;
	text-decoration: none !important;
	display: block;
	font-weight: 400;
	font-style: normal;
}

h4, h4 a, .heading4, .heading4 a {
	font-family: 'Open Sans', sans-serif;
	color: #525252 !important;
	font-size: 15px;
	line-height: 16px;
	margin: 0 0 6px 0;
	text-decoration: none !important;
	display: block;
	font-weight: 600;
}

h5, h5 a, .heading5, .heading5 a {
	font-family: 'Open Sans', sans-serif;
	color: #525252 !important;
	font-size: 15px;
	line-height: 16px;
	margin: 0 0 6px 0;
	text-decoration: none !important;
	display: block;
	font-weight: 600;
}

p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	text-align: justify;
}

hr {
	border: solid #e2e2e2;
	border-width: 1px 0 0;
	clear: both;
	margin: 30px 0 30px;
	height: 0;
}

blockquote {
	margin: 20px 0 20px 0;
	padding: 0 0 0 14px;
	border-left: 1px solid #e2e2e2;
}

	blockquote cite {
		margin-bottom: 0px;
	}

	blockquote, blockquote cite {
		font-size: 15px;
		line-height: 18px;
		color: #828282;
	}

	blockquote span {
		display: block;
		font-size: 12px;
		color: #525252;
		margin-top: 5px;
	}

	blockquote span:before {
		content: "\2014 \0020";
	}

	blockquote span a, blockquote span a:link, blockquote span a:visited {
		color: #525252;
	}



/* ======================================================================================================================================================
/* # main layout
====================================================================================================================================================== */

#cookies {
	margin: 0 auto 0 auto;
	background: white;
	padding: 8px 32px 8px 32px;
	font-size: 11px;
	width: 936px;
	display: block;
	text-align: center;
	color: #828282;
}

#header {
	position: relative;
	background: white;
	z-index: 100;
	padding: 20px 0 0 0;
}

body#intro #header {
	position: relative;
	margin: 0 auto 0 auto;
	padding-top: 100px;
	width: 1000px;
	z-index: 10;
}

	body#intro #header #logo {
		text-align: center;
		width: 936px;
	}

	#header .content {
		margin: 0 auto 0 auto;
		width: 1000px;
		overflow: hidden;
	}

		#logo {
			float: left;
			margin: 0 0 15px 32px;
		}

			#logo img {
				width: 400px;
			}

		#sec {
			margin: 0 32px 0 32px;
			width: 936px;
			position: absolute;
			z-index: 150;
		}

		#nav_main {
			list-style: none;
			margin: 0px 32px 0 32px;
			padding: 0;
			width: 936px; /* small (zonder nav_sec: max 640px, large (evt met nav_sec): 936px */
			background: transparent;
			float: right;
			text-align: justify;
		}
 
#banner {
	position: relative;
	height: 450px;
	width: 100%;
	background: transparent;
	float: left;
	overflow: hidden;
	margin: 0 0 0 0;
	z-index: 10;
	opacity: 0;
}

	#slider {
		position: relative;
		width: 1920px;
		top: 0px;
		left: 50%;
		height: 450px;
		overflow: hidden;
		margin-left:-960px;
	}

		#slider img {
			position: relative;
			top: 0px;
			left: 50%;
			height: 450px;
			width: 1920px;
			border-radius: 0;
		}

#core_activities {
	background: #f3f3f3;
	margin: 0 0 12px 0; 
}

	#core_activities .content {
		margin: 0 auto 0 auto;
		padding: 28px 32px 15px 32px;
		width: 936px;
		overflow: hidden;
	}


#breadcrumb {
	background: #f3f3f3;
	margin: 0 0 12px 0;
}

	#breadcrumb .content {
		margin: 0 auto 0 auto;
		padding: 10px 32px 12px 32px;
		width: 936px;
		overflow: hidden;
		font-size: 13px;
		color: #747373;
		font-style: italic;
	}

#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1000px;
	position: relative;
	background: white;
	overflow: hidden;
	z-index: 11;
	top: 0;
}

	#container .content {
		width: 642px;
		float: left;
		padding: 25px 32px 40px 32px;
		background: transparent;
	}

		#container .content img, #container .content iframe {
			max-width: 642px;
		}

	#container .sidebar {
		float: left;
		width: 230px;
		padding: 25px 32px 40px 32px;
	}

		#container .sidebar .box {
			padding: 20px;
			background: #f3f3f3;
			margin-bottom: 20px;
		}

		.sidebar p {
			text-align: left;
		}

#newsletter {
	position: relative;
	background: #f3f3f3;
	overflow: hidden;
}

	#newsletter .content {
		margin: 0 auto 0 auto;
		width: 936px;
	}


#footer {
	position: relative;
	overflow: hidden;
	background: #f3f3f3;
}

	#footer .content {
		margin: 0 auto 0 auto;
		padding: 0;
		width: 936px;
	}



/* ======================================================================================================================================================
/* # navigation
====================================================================================================================================================== */

/* ================ nav main ================ */

#nav_main::after {
	width: 100%;
	display: inline-block;
	content: ".";
	visibility: hidden;
}

#nav_main li {
	display: inline-block;
	background: transparent;
	margin: 0;
    padding: 0;
    height: 32px;
}

#nav_main li:nth-last-of-type(1) {
	margin-right: 0;
}

#nav_main li a:link, #nav_main li a:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
	color: #53585a;
	line-height: 32px;
	display: block;
	padding: 0;
	transition: all 0.2s ease-in-out;
	letter-spacing: 0;
	margin: 0;
}

#nav_main li a:hover, #nav_main li a:active {
	color: #61a60e;
}

#nav_main li a.selected {
	color: #61a60e;
	border-bottom: #61a60e solid 1px;
}



/* ================ nav sec ================ */

#nav_sec {
	position: absolute;
	right: 0;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#nav_sec li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	background: none;
    padding-left: 0;
}

#nav_sec a:link, #nav_sec a:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	color: #61a60e;
	display: block;
	padding: 0 0 5px 26px;
	background: transparent url(../images/icon-next-blue.png) no-repeat 0 1px;
}

#nav_sec a:hover, #nav_sec a:active {
	color: #53585a;
}

#nav_sec a.selected:link, #nav_sec a.selected:visited, #nav_sec a.selected:hover, #nav_sec a.selected:active {
	
}

#nav_sec li:nth-last-of-type(1) {
	margin-right: 0;
}



/* ================ site ========================= */

.site {
	border-left: #015982 solid 1px;
	padding: 0 5px 0 20px !important;
	background: transparent url(../images/arrow-white-down.png) no-repeat 10px 10px !important;
	margin-right: 0 !important;
	position: relative;
}

.site ul {
   display: none;
   list-style: none;
   background: #015982;
   margin: 0 0 0 -20px;
   padding: 0 0 0 20px;
   position: absolute;
   z-index: 150;
}

.site ul li {
	margin: 0;
	padding: 5px 0 0 0;
	float: none;
}

.site:hover ul {
   display: block;
}


/* ================ cart ========================= */

#nav_sec .cart a {
	border-left: #015982 solid 1px;
	background: transparent url(../images/icon-cart.png) no-repeat right 4px !important;
	padding: 0 0 8px 12px !important;
	line-height: 15px;
	height: 20px;
}

	#nav_sec .cart a span {
		margin: 4px 0 0 0;
		float: left;
	}

	#nav_sec .cart a div {
		float: right;
		width: 23px;
		text-align: center;
		margin: 0 3px 0 12px;
	}

#nav_main .cart {
	position: relative;
}

	#nav_main .cart a {
		position: relative;
		background: transparent url(../images/icon-cart.png) no-repeat right 5px !important;
		padding: 0 0 0 0 !important;
		line-height: 15px;
		height: 32px;
		text-decoration: none;
		top: 9px;
	}

		#nav_main .cart a span {
			margin: 0 0 0 0;
			float: left;
			font-size: 15px;
			color: #85daf6;
			text-transform: none;
			font-weight: 400;
			letter-spacing: 0;
		}

		#nav_main .cart a div {
			float: right;
			width: 23px;
			text-align: center;
			margin: 0 3px 0 12px;
			font-size: 15px;
			line-height: 15px;
			color: #85daf6;
			text-transform: none;
			font-weight: 400;
			letter-spacing: 0;
		}


/* ================ nav mobile ================ */

#nav_mobile {
	display: none;
	float: left;
	width: 280px;
	padding: 0;
	z-index: 100;
	margin: 0 0 10px 20px;
}

	a#btn_nav_mobile {
		background: #eeeeee;
		float: left;
		width: 260px;
		color: #1f1f1f;
		text-decoration: none;
		padding: 4px 10px 4px 10px;
		font-size: 16px;
		line-height: 24px;
		border-radius: 2px;
	}

		a#btn_nav_mobile img {
			border-radius: 0px;
			margin: 5px 10px 0 0;
			float: left;
		}

	#nav_mobile ul {
		background: white;
		list-style-type: none;
		width: 280px;
		margin: 0 0 0 -20px;
		padding: 10px 20px 40px 20px;
	}

		#nav_mobile ul li {
			background: #eeeeee;
			border-radius: 2px;
			padding-left: 0;
		}

		#nav_mobile ul li a {
			height: 24px;
			color: #53585a;
			font-size: 16px;
			line-height: 32px;
			text-decoration: none;
			padding: 0 0 10px 10px;
			display: block;
		}

		#nav_mobile ul li a.selected:link, #nav_mobile ul li a.selected:visited, #nav_mobile ul li a.selected:hover, #nav_mobile ul li a.selected:active {
			color: #61a60e;
		}

		#nav_mobile ul li.sec {
			background: white;
			border-bottom: #868686 solid 1px;
			border-radius: 0px;
		}

			#nav_mobile ul li.sec a {
				font-size: 14px;
				color: #53585a;
			}

		#nav_mobile ul li.site {
			border-left: none;
			padding-left: 0 !important;
			border-bottom: #868686 solid 1px;
			border-radius: 0px;
			background-image: none !important;
		}

			#nav_mobile ul li.site a {
				font-size: 14px;
				display: inline-block;
				margin-right: 15px;
				color: #264c67;
			}


/* ================ nav sidebar ================ */

ul.nav_sidebar {
	list-style: none;
	margin: 0 0 30px 0;
}

ul.nav_sidebar li {
	padding: 3px 0 9px 26px;
	background: transparent url(../images/icon-next-blue.png) no-repeat 0 4px;
	border-bottom: #f1f1f1 solid 2px;
}

ul.nav_sidebar li a:link, ul.nav_sidebar li a:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #097987;
	line-height: 22px;
	font-size: 20px;
	text-decoration: none;
	font-style: italic;
}

ul.nav_sidebar li a:hover, ul.nav_sidebar li a:active {
	color: #013f65;
}

ul.nav_sidebar li a.selected:link, ul.nav_sidebar li a.selected:visited, ul.nav_sidebar li a.selected:hover, ul.nav_sidebar li a.selected:active {
	color: #013f65;
}

/* nested */

ul.nav_sidebar ul {
	list-style: none;
	margin: 0;
}

	ul.nav_sidebar li ul li {
		padding: 3px 0 9px 0px;
		background: none;
		border-bottom: #f1f1f1 solid 1px;
	}

	ul.nav_sidebar li ul li:nth-last-of-type(1) {
		border-bottom: none;
	}

	ul.nav_sidebar li ul li a:link, ul.nav_sidebar li ul li a:visited {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		color: #097987;
		line-height: 17px;
		font-size: 17px;
		text-decoration: none;
		font-style: italic;
	}

	ul.nav_sidebar li ul li a:hover, ul.nav_sidebar li ul li a:active {
		color: #013f65;
	}


/* ======================================================================================================================================================
/* # standard modules
====================================================================================================================================================== */


/* ================ article overview ================ */

.article_overview {
	margin: 0;
}

.article_overview div {
	margin-bottom: 32px;
	overflow: hidden;
}

.article_overview div img {
	float: left;
	width: 280px !important;
	margin-top: 5px;
}

.article_overview div h2 {
	margin: 0 0 10px 300px;
}

.article_overview div.no_image p, .article_overview div.no_image h2 {
	margin-left: 0px;
}

.article_overview div p {
	margin: 0 0 20px 300px;
}

.article_overview div .date {
	margin: -3px 0 5px 300px;
}

.article_overview div.no_image .date {
	margin-left: 0px;
}




/* ================ hide_d ================ */

.hide_d {
	display: none;
}



/* ================ artcle detail ================ */

.article_detail {
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px 0;
}

.article_detail img {
	margin: 5px 0 20px 0;
}


/* ================ gallery overview ================ */

.gallery_overview {
	list-style: none;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	width: 100%;
}

.gallery_overview li {
	list-style: none;
	display: inline-block;
	float: left;
	width: 306px;
	margin: 0 30px 30px 0;
	text-align: center;
	background: transparent;
	border-radius: 2px;
    padding-left: 0;
}

	.gallery_overview li img {
		width: 306px !important;
		margin-bottom: 6px;
	}

	.gallery_overview li a {
		text-decoration: none;
	}

	.gallery_overview li h2 {
		background: transparent url(../images/icon-next-blue.png) no-repeat 0 4px;
		display: inline;
		padding: 0 0 0 26px;
	}

.gallery_overview li:nth-of-type(even) {
	margin-right: 0;
}


/* ================ gallery detail ================ */

.gallery_detail {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 100%;
}

.gallery_detail li {
	list-style: none;
	display: inline-block;
	float: left;
	width: 198px;
	margin: 0 23px 22px 0;
	background: none;
    padding-left: 0;
    position: relative;
}

	.gallery_detail li img {
		width: 198px !important;
	}

.gallery_detail li:nth-of-type(3n) {
	margin-right: 0px;
}



/* ================ gmap ========================= */

#gmap {
	width: 642px;
  	height: 220px;
  	background: #6699cc;
	border-radius: 3px;
}


/* ================ search small ========================= */

#nav_sec #frm_search_small {
	margin: -2px 0 0 7px !important;
}

#nav_main #frm_search_small {
	margin: 7px 0 0 0 !important;
}

#frm_search_small input {
	width: 70px !important;
	float: left;
	background: transparent;
	border: #015982 solid 1px;
	color: #85daf6;
	padding: 7px 12px;
	border-right: none;
	border-radius: 3px 0 0 3px;
	margin: 0 !important;
}

#frm_search_small button {
	float: left;
	margin: 0 !important;
	background: transparent url(../images/icon-search.png) no-repeat 8px 10px;
	height: 32px;
	width: 35px;
	display: inline-block;
	padding: 0!important;
	border: #015982 solid 1px;
	border-left: none;
	border-radius: 0 3px 3px 0;
}

@-moz-document url-prefix() {
    #frm_search_small button {
        height : 33px;
    }
}



/* ================ share ========================= */

h1 span a.share, span.heading1 span a.share {
	float: right;
	max-width: 140px;
	font-family: verdana, sans-serif;
	color: #828282;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 20px 0 0;
	text-decoration: none !important;
	background: transparent url(../images/icon-share.png) no-repeat right 6px;
}

h1 span span, span.heading1 span span {
	width: 555px;
	display: inline-block;
}


/* ================ paging ========================= */

#paging {
	text-align: center;
	clear: both;
}

#paging a:link, #paging a:visited {
	color: #747373;
	background: #f8f8f8;
	padding: 5px 12px 5px 12px;
	line-height: 14px;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	margin-top: 22px;
	border: 1px solid #f8f8f8;
}

#paging a:hover, #paging a:active {
	border: 1px solid #61a60e;
}

#paging span {
	color: #61a60e;
	border: 1px solid #61a60e;
	padding: 2px 12px 2px 12px;
	border-radius: 3px;
}

.paging_previous {
	margin-right: 10px;
}

.paging_next {
	margin-left: 10px;
}

.paging_first {
	margin-right: 4px;
}

.paging_last {
	margin-left: 4px;
}


/* ================ breadcrumb ========================= */

#breadcrumb a:link, #breadcrumb a:visited {
	font-size: 13px;
	color: #747373;
	font-style: italic;
	padding-right: 12px;
	background: transparent url(../images/arrow-breadcrumb.png) no-repeat right 5px;
	margin-right: 7px;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #097987;
}


/* ================ cookies ========================= */

#cookies a:link, #cookies a:visited {
	color: #828282;
	margin: 0 7px 0 15px;
	text-decoration: underline;
}

#cookies a:hover, #cookies a:active {
	color: #828282;
}

#cookies a.close_cookies {
	padding-left: 14px;
	margin: 0 0 0 10px;
	background: transparent url(../images/cookie_accept.png) no-repeat left 3px;
}


/* ================ faq_overview ========================= */

#faq_overview {
	margin-top: 25px;
}

#faq_overview h2 a {
	color: #525252;
	padding-left: 15px;
	text-decoration: none;
	background: transparent url(../images/arrow-close.png) no-repeat 0 10px;
}

#faq_overview div {
	padding: 0 0 5px 15px;
}

#faq_overview hr {
	margin: 14px 0 14px;
}




/* ================ search_overview ========================= */

#search_overview {
	padding-bottom: 30px;
}

#search_overview form {
	overflow: hidden;
}

#search_overview form input {
	float: left;
	width: 200px;
}

#search_overview form button {
	margin: 0 0 0 12px;
}

#search_overview p span {
	color: #097987;
	font-weight: bold;
}

#search_overview h2 {
	margin-left: -27px;
}

.search_overview_item {
	padding-bottom: 15px;
}

.search_overview_item h3 a {
	text-decoration: none;
	color: #000000;
}

.search_overview_item h3 span {
	color: #097987;
	font-weight: bold;
}


/* ================ newsletter_overview ========================= */

#newsletter_overview {
	padding-bottom: 50px;
}

#newsletter_overview form {
	margin-bottom: 28px;
}

#newsletter_overview fieldset ul li {
	background: none;
    padding-left: 0;
}

#newsletter_overview fieldset ul li input {
	width: 18px;
	margin: 3px 0 0 0;
}

#newsletter_overview h2 a {
	color: #828282;
	padding-left: 15px;
	text-decoration: none;
	background: transparent url(../images/arrow-close.png) no-repeat 0 8px;
}

#newsletter_overview hr {
	margin: 15px 0 15px 0;
}



/* ================ sidebar address ================ */

#sidebar_address {
	list-style: none;
	margin-bottom: 0;
}

#sidebar_address li {
	padding: 0 0 0 0;
	margin: 0 0 14px 0;
    background: none;
}

#sidebar_address li h1 {
	margin-bottom: 16px;
}

#sidebar_address a:link, #sidebar_address a:visited {
	text-decoration: none;
	color: #61a60e;
}

#sidebar_address a:hover, #sidebar_address a:active {
	color: #61a60e;
}

#sidebar_address a.button {
	margin-bottom: 0;
}

#sidebar_address li:nth-last-of-type(1) {
	margin-bottom: 0;
}

#sidebar_address .icon_address {
	font-weight: bold;
	padding: 0 8px 0 16px;
	background: transparent url(../images/icon-address.png) no-repeat 0 3px;
	float: left;
}

	#sidebar_address div {
		margin-left: 28px;
	}

#sidebar_address .icon_phone {
	font-weight: bold;
	padding: 0 8px 0 16px;
	background: transparent url(../images/icon-phone.png) no-repeat 0 3px;
}

#sidebar_address .icon_email {
	font-weight: bold;
	padding: 0 8px 0 19px;
	background: transparent url(../images/icon-email.png) no-repeat 0 4px;
}



/* ================ sidebar social_media ================ */

.sidebar .social_media {
	list-style: none;
	font-size: 14px;
	line-height: 32px;
	color: #828282;
	margin-bottom: 0;
}

.sidebar .social_media li {
	padding: 0 0 0 0;
	margin: 0 0 4px 0;
    background: none;
    clear: left;
}

.sidebar .social_media li a {
	text-decoration: none;
}

.sidebar .social_media li img {
	float: left;
	margin: 0 8px 8px 0;
}


/* ================ sidebar openingsuren ================ */

.sidebar .openingsuren span.green {
	color: #00a100;
}

.sidebar .openingsuren span.orange {
	color: #e34f00;	
}

.sidebar .openingsuren span.red {
	color: #ff0400;	
}

/* ======================================================================================================================================================
/* # customs
====================================================================================================================================================== */


/* ================ btn_intro ================ */ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#btn_intro_left {
	position: absolute;
	left: 100px;
	top: 220px;
	width: 350px;
	min-height: 150px;
	text-align: left;
	padding: 25px 20px 10px 20px;
	background: white;
}

#btn_intro_left p, #btn_intro_right p {
	text-align: center;
}

#btn_intro_left h3, #btn_intro_right h3 {
	text-align: center;
	padding-top: 30px;
}

#btn_intro_right {
	position: absolute;
	left: 510px;
	top: 220px;
	width: 350px;
	min-height: 150px;
	text-align: left;
	padding: 25px 20px 10px 20px;
	background: white;
}

#btn_intro_left img, #btn_intro_right img {
	width: 100%;
	margin-bottom: 25px;
}

a#btn_intro_left:link, a#btn_intro_left:visited, a#btn_intro_right:link, a#btn_intro_right:visited, a#btn_intro_promo:link, a#btn_intro_promo:visited {
	color: #676767;
	text-decoration: none;
	border: #f3f3f3 solid 2px;
	border-radius: 2px;
}

a#btn_intro_left:hover, a#btn_intro_left:active, a#btn_intro_right:hover, a#btn_intro_right:active, a#btn_intro_promo:hover, a#btn_intro_promo:active {
	color: #61a727;
	border: #61a727 solid 2px;
}

a#btn_intro_left div, a#btn_intro_right div {
	font-size: 21px;
	color: white;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #171717 url(../images/arrow-intro.png) no-repeat 30px 15px;
	padding-left: 22px;
	font-family: 'Archivo Narrow', sans-serif;
	line-height: 45px;
	margin-bottom: 12px;
}



/* ================ frm_filters ================ */

#frm_filters {
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 26px;
	border-bottom: #e2e2e2 solid 1px;
}

#frm_filters li {
	float: left;
	width: 50%;
}

	#frm_filters li label {
		width: 80%;
	}






/* ================ cart_overview ================ */

.cart_overview {
	list-style: none;
}

.cart_overview li {
	background: transparent;
	margin: 0;
    padding: 15px 0 0 0;
    background: none;
    overflow: hidden;
    border-top: #e2e2e2 solid 1px;
}

	.cart_overview li img {
		width: 120px;
		float: left;
		margin-top: 5px;
	}

	.cart_overview li div {
		float: left;
		width: 240px;
		margin-left: 10px;
	}

	.cart_overview li form {
		float: left;
		margin: 5px 0 0 20px;
	}

	.cart_overview li .button {
		float: left;
		margin: 5px 0 0 20px;
	}

	.cart_overview li h3 {
		float: right;
		margin-top: 0;
	}

.cart_overview li:nth-last-of-type(1) {
	text-align: right;
}

	.cart_overview li:nth-last-of-type(1) p {
		text-align: right;
		margin-bottom: 7px;
	}

	.cart_overview li:nth-last-of-type(1) h2 {
		color: #003f4b !important;
	}

	.cart_overview li:nth-last-of-type(1) a.previous {
		float: left;
		margin: 12px 0 0 0;
	}

	.cart_overview li:nth-last-of-type(1) a.next {
		float: right;
		margin: 12px 10px 0 0;
	}

	.cart_overview li:nth-last-of-type(1) a.button {
		float: right;
		margin: 5px 0 0 0;
	}

.sidebar .cart_overview li div {
	float: left;
	width: 190px;
	margin-left: 0;
}

.sidebar .cart_overview li h3 {
	float: none;
}

#cart_overview_iframe {
	padding: 32px 32px 0 32px;
}

	#cart_overview_iframe .cart_overview {
		margin-top: 15px;
	}

	#cart_overview_iframe .next {
		float: right;
		margin: 12px 10px 0 0;
	}

	#cart_overview_iframe .button {
		float: right;
		margin: 5px 0 0 0;
	}

	#cart_overview_iframe h1 {
		display: inline-block;
		float: left;
	}


/* ================ cart_steps ================ */

#cart_steps {
	background: #f3f3f3;
	margin: 0 0 12px 0;
}

	#cart_steps .content {
		margin: 0 auto 0 auto;
		padding: 10px 32px 12px 32px;
		width: 936px;
		overflow: hidden;
		font-size: 13px;
		color: #747373;
		font-style: italic;
	}

#cart_steps a:link, #cart_steps a:visited {
	text-decoration: none !important;
	border-radius: 3px;
	border: none;
	color: #747373 !important;
	background: white;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	margin: 0 6px 6px 0;
	line-height: normal;
	padding: 6px 10px 6px 10px;
}

#cart_steps a:hover, #cart_steps a:active {
	color: white !important;
	background: #003f4b;
}

#cart_steps a.selected:link, #cart_steps a.selected:visited {
	background: #01667a;
	color: white !important;
}

#cart_steps a.selected:hover, #cart_steps a.selected:active {
	background: #003f4b;
	color: white !important;
}



/* ================ product_overview ================ */

.product_detail ul.gallery_detail {
	margin-right: 32px;
	float: left;
	width: 305px;
	margin: 0 32px 15px 0;
}

	.product_detail ul.gallery_detail li {
		width: 95px !important;
		margin: 0 10px 10px 0;
	}

		.product_detail ul.gallery_detail li a img {
			width: 95px !important;
		}

	.product_detail ul.gallery_detail li:nth-of-type(3n+1) {
		margin-right: 0;
	}

	.product_detail ul.gallery_detail li:nth-of-type(1), .product_detail ul.gallery_detail li:nth-of-type(1) a img {
		width: 305px !important;
		margin-right: 0;
	}

	.product_detail ul.gallery_detail li:nth-of-type(1) a img.label {
		position: absolute;
		width: 59px !important;
		height: 59px !important;
		right: 6px;
		top: 6px;
	}

.product_detail div {
	float: left;
	width: 305px;
}



/* ================ product_overview ================ */

.gallery_overview.product_overview li {
	text-align: left;
	position: relative;
}

	.gallery_overview.product_overview li img.label {
		position: absolute;
		width: 59px !important;
		height: 59px !important;
		right: 6px;
		top: 6px;
	}

	.gallery_overview.product_overview li h2 {
		background: none;
		padding: 0 0 0 0;
	}

	.gallery_overview.product_overview li p {
		text-align: left;
		margin-bottom: 5px;
	}

	.gallery_overview.product_overview li ul {
		margin: 0 0 10px 0;
	}

		.gallery_overview.product_overview li ul li {
			margin: 0 0 5px 0;
			background: transparent url(../images/icon-list.png) no-repeat 0 9px;
			padding: 0 0 0 12px;
		}

	.gallery_overview.product_overview li a div {
		color: #097987;
		background: transparent url(../images/icon-next-blue.png) no-repeat 0 1px;
		padding: 5px 8px 5px 27px;
		line-height: 12px;
		display: inline-block;
		margin-top: 6px;
		text-decoration: none;
		border-radius: 2px;
	}



/* ================ oldprice ================ */

span.oldprice {
	font-size: 13px;
	text-decoration: line-through;
	display: inline-block;
	margin-right: 8px;
	font-weight: 400;
	color: #747373;
}


/* ================ payment_labels ================ */

.sidebar .payment_labels {
	list-style: none;
	overflow: hidden;
	margin: 0 0 0 0;
}

	.sidebar .payment_labels li {
		padding: 0;
		margin: 3px 4px 2px 0;
		float: left;
		background: none;
	}

	.sidebar .payment_labels li:nth-of-type(4n) {
		margin-right: 0;
	}

	.payment_labels li img {
		border: #cccccc solid 1px;
		border-radius: 4px;
	}


/* ================ inloggen ================ */

#inloggen div {
	float: left;
	width: 380px;
}

	#inloggen div fieldset ul li label {
		width: 250px;
	}

	.sidebar fieldset ul li label {
		width: 180px;
	}

#inloggen div:nth-of-type(2) {
	float: left;
	width: 240px;
}




/* ================ core_activities ================ */

#core_activities .article_overview.articles_2 div {
	float: left;
	width: 290px;
	margin: 0 33px 0 0;
	text-align: center;
}

	#core_activities .article_overview.articles_2 div img {
		float: none;
		width: 290px !important;
		margin: 0 0 12px 0;
	}

	#core_activities .article_overview.articles_2 div:nth-of-type(1) {
		margin-left: 161px;
	}

#core_activities .article_overview.articles_3 div {
	float: left;
	width: 290px;
	margin: 0 33px 0 0;
	text-align: center;
}

	#core_activities .article_overview.articles_3 div img {
		float: none;
		width: 290px !important;
		margin: 0 0 12px 0;
	}

#core_activities .article_overview.articles_4 div {
	float: left;
	width: 209px;
	margin: 0 33px 0 0;
	text-align: center;
}

	#core_activities .article_overview.articles_4 div img {
		float: none;
		width: 209px !important;
		margin: 0 0 12px 0;
	}

#core_activities .article_overview div h2 {
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 26px;
	background: transparent url(../images/icon-next-blue.png) no-repeat 0 0;
}

#core_activities .article_overview div p {
	margin: 0 0 0 0;
	text-align: left;
}

#core_activities .article_overview.articles_1 div:nth-of-type(1) {
	margin-right: 0;
}

#core_activities .article_overview.articles_2 div:nth-of-type(2) {
	margin-right: 0;
}

#core_activities .article_overview.articles_3 div:nth-of-type(3) {
	margin-right: 0;
}

#core_activities .article_overview.articles_4 div:nth-of-type(4) {
	margin-right: 0;
}



/* ================ date ========================= */

.date {
	font-style: italic;
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #919191;
	display: block;
}


/* ================ a next ========================= */

a.next:link, a.next:visited {
	color: #61a60e;
	background: transparent url(../images/icon-next-blue.png) no-repeat 0 1px;
	padding: 5px 8px 5px 27px;
	line-height: 12px;
	display: inline-block;
	margin-top: 6px;
	text-decoration: none;
	border-radius: 2px;
}

a.next:hover, a.next:active {
	color: #61a60e;
}


/* ================ a previous ========================= */

a.previous:link, a.previous:visited {
	color: #61a60e;
	background: transparent url(../images/icon-prev-blue.png) no-repeat 0 1px;
	padding: 5px 8px 5px 27px;
	line-height: 12px;
	display: inline-block;
	margin-top: 6px;
	text-decoration: none;
	border-radius: 2px;
}

a.previous:hover, a.previous:active {
	color: #61a60e;
}



/* ================ testimonial overview ================ */


.article_overview.testimonial div img {
	width: 120px !important;
	border-radius: 60px;
}

.article_overview.testimonial div h2, .article_overview.testimonial div h3 {
	margin: 0 0 10px 150px;
}

.article_overview.testimonial div p {
	margin: 0 0 20px 150px;
	text-align: left;
}



/* ================ team ================ */


.article_overview.team div img {
	width: 120px !important;
	border-radius: 60px;
}

.article_overview.team div h2 {
	margin: 0 0 10px 150px;
}

.article_overview.team div h3 {
	margin: 0 0 10px 150px;
}

.article_overview.team div p {
	margin: 0 0 20px 150px;
	text-align: left;
}



/* ================ cta ========================= */

.cta {
	color: #097987;
	background: #f3f3f3;
	padding: 18px 20px 1px 20px;
	display: block;
	margin-top: 6px;
	text-decoration: none;
	border-radius: 2px;
	margin: 30px 0 0 0;
	border: #f3f3f3 solid 1px;
}



/* ======================================================================================================================================================
/* # buttons
====================================================================================================================================================== */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	text-decoration: none !important;
	background: transparent;
	border: #61a727 solid 2px;
	color: #61a727 !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: normal;
	padding: 4px 10px 6px 10px;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	border: #50901c solid 2px;
}

.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	
}




/* ======================================================================================================================================================
/* # form
====================================================================================================================================================== */

form {
	margin: 10px 0;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 7px 5px;
	outline: none;
	border-radius: 2px;
	font: 13px Verdana, sans-serif;
	color: #777;
	margin: 0;
	width: 301px;
	max-width: 100%;
	display: block;
	margin-bottom: 15px;
	background: #fff;
}

input[type="file"] {
	border: none;
	padding: 5px 4px 5px 0;
	outline: none;
	width: 400px;
	display: block;
	margin-bottom: 15px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, input[type="file"]:focus {
	border: 1px solid #aaa;
	color: #444;
}

textarea {
	min-height: 128px;
	resize: vertical;
	width: 630px;
}

label {
	display: inline-block;
	font-size: 14px;
}

fieldset ul {
	list-style: none;
}

fieldset ul li:before, fieldset ul li:after {
     content : " ";
     display : table;
}
fieldset ul li:after {
     clear : both;
}
fieldset ul li {
    zoom : 1;
    padding-left: 0;
    background: 0;
}

fieldset ul li label {
	width: 500px;
	font-weight: normal;
	float: none;
	padding-top: 0px !important;
	padding-top: 2px\9 !important;
}

fieldset ul li input {
	float: left;
	margin: 4px 5px 0 0;
}

select {
	width: 312px;
	padding: 7px 5px 7px 5px;
}

#form_errors {
	margin-bottom: 15px;
	color: #ff0000;
}

	input.error, textarea.error, select.error {
		border: 1px solid #ff0000 !important;
	}

	label.error {
		color: #ff0000 !important;
	}

	.error_input {
		border: 1px solid #ff0000 !important;
	}

	.error_label {
		color: #ff0000 !important;
	}

form .required {
	font-size: 10px;
}

form .float_left {
	float: left;
	margin-right: 16px;
}

.sidebar input[type="text"], .sidebar input[type="password"], .sidebar input[type="email"], .sidebar textarea, .sidebar select {
	width: 198px;
}

#txt_number {
	width: 180px;
}

.lst_verpakking {
	width: 190px;
}

#txt_country {
	width: 180px;
}

#txt_box, .txt_aantal {
	width: 93px !important
}

#txt_zipcode {
	width: 93px;
}

#frm_shop_aantal {
	overflow: hidden;
}

#frm_shop_aantal label, .cart_control label {
	display: block;
}

	#txt_shop_aantal, .cart_control input.controller {
		width: 30px;
		float: left;
	}

	#frm_shop_aantal input[type="button"], .cart_control button.modifier {
		background: #f3f3f3;
		color: #747373 !important;
		float: left;
	}

	#frm_shop_aantal button[type="submit"] {
		clear: left;
		width: 100%;
		display: none;
	}

#toggle_btw, #toggle_zakelijk, #toggle_factuurbevestiging {
	display: none;
}

/* ======================================================================================================================================================
/* # newsletter
====================================================================================================================================================== */

#newsletter .content {
	padding: 40px 0 30px 0;
	overflow: hidden;
}

#newsletter .content div {
	color: #01667a;
	float: left;
	width: 310px;
}

	#newsletter .content div .heading2 {
		color: #50901c;
	}

	#newsletter .content div p {
		text-align: left;
		color: #50901c;
	}

#newsletter .content form {
	margin: 35px 0 0 0;
	padding: 0 0 0 40px;
	float: right;
	background: transparent url(../images/icon-newsletter.png) no-repeat 0 0;
}

#newsletter .content form input {
	width: 140px !important;
	float: left;
	margin: 0 10px 0 0;
}

#newsletter .content form button {
	display: inline-block;
	margin: 0 0 0 0;
}




/* ======================================================================================================================================================
/* # footer
====================================================================================================================================================== */


/* ================ footer address ================ */

#footer_address {
	background: transparent url(../images/footer-bg.png) no-repeat center 0;
}

	#footer_address .content {
		text-align: center;
		padding: 30px 0 34px 0;
		font-size: 18px;
		line-height: 28px;
		color: #676767;
		font-weight: 400;
	}

	#footer_address .content .heading1 {
		color: #61a727 !important;
	}

	#footer_address .content ul {
		list-style: none;
		margin: 0 0 0 0;
	}

	#footer_address .content li {
		display: inline-block;
		padding: 0 22px 0 5px;
		background: transparent url(../images/footer-address-separator.png) no-repeat right 3px;
	}


	#footer_address .content li:nth-last-of-type(1) {
		padding-right: 0;
		background-image: none;
	}


	#footer_address .content a:link, #footer_address .content a:visited {
		text-decoration: none;
		font-size: 18px;
		color: #676767;
	}

	#footer_address .content a:hover, #footer_address .content a:active {
		color: #61a727;
	}



/* ================ footer credits ================ */

#footer_credits {
	background: #e8e8e8;
	overflow: hidden;
}

	#footer_credits .content {
		padding: 25px 0 25px 0;
		color: #676767;
	}

#footer_credits .content ul {
	float: left;
	list-style: none;
	font-size: 15px;
	width: 536px;
	color: white;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
}

#footer_credits .content ul li {
	display: inline-block;
	margin-right: 12px;
	background: none;
	padding-left: 0;
}

#footer_credits .content div {
	float: left;
	width: 200px;
	margin-top: 8px;
}

#footer_credits .content div:nth-last-of-type(1) {
	float: right;
	text-align: right;
}

#footer_credits .content a:link, #footer_credits .content a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #676767;
}

#footer_credits .content a:hover, #footer_credits .content a:active {
	text-decoration: underline;
}


/* ================ footer_paymentlabels ================ */

#footer_paymentlabels {
	background: #00343e;
	overflow: hidden;
}

	#footer_paymentlabels .content {
		padding: 15px 0 0 0;
	}

#footer_paymentlabels .content ul {
	float: left;
	list-style: none;
	font-size: 15px;
	width: 936px;
	color: white;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: center;
}

#footer_paymentlabels .content ul li {
	display: inline-block;
	margin-right: 10px;
	background: none;
	padding-left: 0;
}



/* ======================================================================================================================================================
/* # banner
====================================================================================================================================================== */


/* banner generals ------------------------ */

#banner .nivoSlider {
	position: relative;
	background: transparent url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom: 10px;
}

#banner .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	border: 0;
}

#banner .nivoSlider a {
	border: 0;
	display: block;
}

#banner .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
    transition: all 200ms ease-in-out;
}

#banner:hover .nivo-directionNav a {
	opacity: 1;
}

#banner a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

#banner a.nivo-prevNav {
	left: 15px;
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: transparent url("../images/blank.gif");
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

.nivo-box img {
	display: block;
}

/* caption ------------------------ */

.nivo-caption {
	position: absolute;
	left: 492px;
	bottom: 10%;
	width: 936px;
	z-index: 50;
	overflow: hidden;
	display: none;
	box-sizing: border-box;
}

.nivo-caption iframe {
	height: 316px;
	width: 936px;
	overflow: hidden;
}

.nivo-caption h1 {
	color: #61a60e !important;
	font-size: 44px;
	line-height: 44px;
	font-weight: 300;
	text-align: center;
}

	.nivo-caption h1 span {
		background: rgba(255,255,255,0.85);
		padding: 0 16px 10px 16px;
		margin: 0 0 0 0 !important;
		display: inline-block;
	}

.nivo-caption p {
	color: white;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px 0;
	text-align: center;
}

	.nivo-caption p span {
		background: rgba(15,49,73,0.85);
		padding: 2px 10px 5px 10px;
	}

.nivo-caption a {
	color: white;
	display: inline-block !important;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	font-style: normal;
	padding: 0 0 10px 30px;
	background: transparent url(../images/icon-next-white.png) no-repeat 0 1px;
}

#banner_caption1, #banner_caption2, #banner_caption3, #banner_caption4 {
    display:none;
}


/* direction nav (next prev) ------------------------ */

.nivo-directionNav a {
	position:absolute;
	top: 45%;
	z-index: 9;
	cursor:pointer;
}

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

/* control nav (1,2,3) ------------------------ */

.nivo-controlNav {
	text-align: center;
	padding: 15px 0;
}

.nivo-controlNav a {
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:bold;
}

#banner .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}

#banner .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}

#banner .nivo-controlNav a.active {
	background-position:0 -22px;
}


/* ======================================================================================================================================================
/* # Nivo Lightbox
====================================================================================================================================================== */

.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
}

.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(../images/prev.png); 
	border-radius: 0 3px 3px 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(../images/next.png); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(../images/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
	opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 2px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(../images/loading-2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(../images/prev-2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(../images/next-2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(../images/close-2x.png); 
		background-size: 16px 16px;
	}
	
}

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}

.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}

.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}

.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}

.nivo-lightbox-nav {
	display: none;
}

.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}

.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}

.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { 
	text-align: center; 
}

.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

.nivo-lightbox-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}

.nivo-lightbox-inline, .nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}




/* ======================================================================================================================================================
/* # reset, positioning
====================================================================================================================================================== */

.remove_bottom {
	margin-bottom: 0 !important;
}

.remove_right {
	margin-right: 0 !important;
}

.add_bottom_10 {
	margin-bottom: 10px !important;
}

.clear {
	clear:both;
	float:none!important;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

#logo img {
	border: none !important;
	border-radius: 0px;
}




/* ======================================================================================================================================================
/* # print
====================================================================================================================================================== */


@media print {
	body, p, h1, h2, h3, h4, h5, h6, #container, #content {
		background: white;
		color: black;
	}

	#footer, #header, .sidebar, .sidebar, #breadcrumb {
		display: none;
	}
}




/* ======================================================================================================================================================
/* # Debug
====================================================================================================================================================== */

.dump {
	color : #F3F3F3;
	font-family: Verdana, sans-serif;
	background : #131313;
	border : 1px #D4D4D4 solid;
	border-radius : 2px;
	min-height : 75px;
	max-height : 350px; 
	width : 650px;
	margin : 15px auto;
	overflow-y : auto;
	padding : 15px;	
}

.alert-box {
    color: #555;
    border-radius: 2px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    padding: 10px 10px 10px 36px;
    margin: 10px;
	z-index: 100;
	position: relative;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
	margin-right : 5px;
}

.alert-box a.close {
	position: absolute;
	top: 0px;
	right: 10px;
	background: none !important;
	height: auto !important;
	display: block !important;
	color: #020202;
	text-decoration: none;
}

.alert-box h5 {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

div.error {
    background: #ffecec url(../cp/images/error.png) no-repeat 10px 50%;
    border: 1px solid #f5aca6;
}

div.success {
    background: #e9ffd9 url(../cp/images/success.png) no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
}

div.warning {
    background: #fff8c4 url(../cp/images/warning.png) no-repeat 10px 50%;
    border: 1px solid #f2c779;
}

div.notice {
    background: #e3f7fc url(../cp/images/notice.png) no-repeat 10px 50%;
    border: 1px solid #8ed9f6;
}

.ckeditor_wrapper .message {
	display: none;
}

div.popup_wrapper {
	position: relative;
}

span.popup {
	position: absolute;
	display: inline;
	top: 35px;
	z-index: 10;
	padding: 10px 10px 5px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	box-shadow: 0 2px 7px #131313;
}</pre></body></html>