@import "inputs.css";
@import "mobileInputs.css";

/*
 * ## Dev notice!
 * #---------------------------------------#
 */

#devnotice { position: fixed; top: -38px; left: 0; z-index: 99; width: 100%; height: auto; clear: both; display: block; background: #000; color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3); }
#devnotice:hover { top: 0; }
#devnotice:hover div.info_label { top: -999px; bottom: 0; }
#devnotice div.info_label { position: absolute; background: #000; padding: 5px 7px; line-height: 16px; bottom: -29px; left: 5px; }
#devnotice div.info_label img { position: relative; width: 16px; height: 16px; }
#devnotice div.info { position: relative; width: 100%; text-align: center; margin: 0 auto; padding: 0; overflow: hidden; }
#devnotice div.left { position: absolute; left: 10px; top: 10px; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
#devnotice div.left span { color: #666; }
#devnotice .info div.right { position: relative; width: 100%; font-size: 9px; color: #999; float: right; text-align: right; padding: 10px; }
#devnotice .info div.right span { color: #fff; font-weight: bold; }
#devnotice {
	-ms-filter:		"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:			alpha(opacity=30);
	-moz-opacity:	0.3;
	-khtml-opacity:	0.3;
	opacity:		0.3;
}
#devnotice:hover {
	-ms-filter:		"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:			alpha(opacity=100);
	-moz-opacity:	1;
	-khtml-opacity:	1;
	opacity:		1;
}
#devnotice div.info_label {
	-webkit-border-bottom-right-radius:	2px;
	-webkit-border-bottom-left-radius:	2px;
	-moz-border-radius-bottomright:		2px;
	-moz-border-radius-bottomleft:		2px;
	border-bottom-right-radius:			2px;
	border-bottom-left-radius:			2px;
}


/*
 * ## Social buttons
 * #---------------------------------------#
 */

/* Container */
.socialbuttons					{ position: relative; float: left; width: 100%; clear: both; text-align: center; margin-top: 10px; }
/* Facebook */
.socialbuttons .facebook		{ position: relative; width: 16px; height: 16px; margin-right: 2px; background: url(../img/icons/social/socialsprites.png) no-repeat left -16px; overflow: hidden; float: left; }
.socialbuttons .facebook:hover	{ background-position: left top; }
/* Twitter */
.socialbuttons .twitter			{ position: relative; width: 16px; height: 16px; margin-right: 2px; background: url(../img/icons/social/socialsprites.png) no-repeat -16px -16px; overflow: hidden; float: left; }
.socialbuttons .twitter:hover	{ background-position: -16px top; }
/* Facebook Refresh */
.socialbuttons .facebookrefresh	{ position: relative; width: 32px; height: 16px; margin-right: 2px; background: url(../img/social/fb-refresh.png) no-repeat left top; overflow: hidden; float: left; }
/* Hover */
.socialbuttons:hover			{ cursor: pointer; }

/*
 * ## Remote engine fixes
 * #---------------------------------------#
 */

.header div.block-controls						{ background: url(../img/admin/bg_darker.png) !important; }
div.main div.nav .mp-cms-edit-block				{ background: url(../img/admin/bg_darker.png); }
div.contentLeft .mp-cms-editmode .controls,
div.contentRight .mp-cms-editmode .controls		{ background: #eee url(../img/panel/shader_top_white.png) repeat-x left 2px !important; }
.contentSidebar .mp-cms-editmode .controls		{ background: #eee url(../img/panel/shader_top_white.png) repeat-x left 2px; }
.contentwrap.ui-sortable li.mp-cms-placeholder	{ background: #eee url(../img/base/drophere.png) no-repeat center center; }
div.close										{ background: url(../img/popup/top.png) repeat-x left bottom; opacity: 1; }

/*
 * ## Youtube
 * #---------------------------------------#
 */

.youtube-object { position: relative; z-index: 1; }
div.left object { max-width: 455px; }
object { position: relative; z-index: 1; }
param { position: relative; z-index: 1; }

/*
 * ## Setting Saved label
 * #---------------------------------------#
 */

#savedLabel { position: fixed; background: url(../img/admin/bg_darker.png); width: auto; right: 0; bottom: 0; font-size: 12px; font-weight: bold; font-family: Arial; color: #fff; padding: 5px 15px; display: none; }
#savedLabel { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; z-index: 999; }

/*
 * ## Gallery
 * #---------------------------------------#
 */

.gallery_img_descr { background: #f5f5f5; }

/*
 * ## Tooltip
 * #---------------------------------------#
 */

#tooltip { display: none; position: absolute; left: 0; top: 0; padding: 7px 15px; background: #000; color: #fff; width: auto; }
#tooltip p { margin: 0; }
#tooltip { 
	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	border-radius:			0px;
}

/*
 * ## Countdown timer (as seen on the 'page not found' view)
 * #---------------------------------------#
 */

.countdown_timer { padding: 2px 7px; color: #fff; background: #444; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; }


/*
 * ## Custom forms
 * #---------------------------------------#
 */

.custom-form { position: relative; width: 100%; display: block; float: left; clear: both; }
.custom-form .custom-form-content { position: relative; padding: 0; }
.custom-form .custom-form-content .module td { padding-bottom: 10px; vertical-align: top; }
.custom-form .custom-form-content .module input {  }
.custom-form .custom-form-content .module input:focus {  }
.custom-form .custom-form-content .module textarea {  }
.custom-form .custom-form-content hr { border: none; margin-bottom: 10px; border-top: 1px solid #ddd; }
.custom-form .custom-form-content .custom-form-buttons { position: relative; display: block; width: 100%; clear: both; text-align: right; }
.custom-form .custom-form-content .custom-form-buttons .custom-form-submit {  }
.custom-form .custom-form-content .custom-form-buttons .custom-form-submit:hover {  }
.custom-form .custom-form-content .custom-form-buttons span { margin-right: 10px; font-size: 10px; color: #aaa; }
.custom-form .custom-form-content h3 { margin-bottom: 5px; }
.custom-form .custom-form-content .asterisk.required { font-weight: bold; font-size: 12px; color: #777; padding: 3px; height: 7px; line-height: 12px; position: relative; display: inline-block; bottom: 3px; margin: 0 1px; }

/*
 * ## Google Maps
 * #---------------------------------------#
 */

.googlemaps_box { position: relative; float: left; width: 100%; clear: both; display: block; }
.googlemaps_box .googlemaps_placeholder { position: relative; float: left; width: 100%; clear: both; display: block; }
.googlemaps_link { position: relative; float: left; width: 100%; clear: both; display: block; text-align: right; margin-top: 5px; }
.googlemaps_link a { text-decoration: none; }
.mp-cms-editmode:hover .googlemaps_box .googlemaps_placeholder { background: url(../img/social/googlemaps-transp.png) no-repeat center center; }
.mp-cms-editmode:hover .googlemaps_box .googlemaps_placeholder * { display: none; }


/*
 * ## Breadcrumbs
 * #---------------------------------------#
 */

.block_breadcrumbs { margin-top: -15px; }

div.breadcrumbs { position: relative; float: left; width: 100%; clear: both; display: block; }
div.breadcrumbs h1 { position: relative; float: left; color: #3f3f3f !important; font-size: 11px !important; line-height: normal !important; text-transform: none !important; padding: 0; margin: 0 !important; margin-right: 5px !important; font-weight: normal !important; }
div.breadcrumbs h1 a  { text-decoration: none; }
div.breadcrumbs h1 span { text-decoration: none; color: #aaa; font-weight: normal; }


/*
 * ## Polls
 * #---------------------------------------#
 */

div.poll { position: relative; width: 100%; clear: both; display: block; float: left; }

div.poll h1 { margin-bottom: 10px; }

div.poll ul { margin: 0; padding: 0; }
div.poll li { list-style-type: none; margin-bottom: 2px; display: block; overflow: hidden; }

div.poll li .poll-icon-img { position: relative; top: 6px; width: 25px; height: 25px; display: inline-block; background: url(../img/icons/forms/objects/radiobutton.png) no-repeat left top; }
div.poll li span { position: relative; background: #f9f9f9; padding: 10px; display: block; font-size: 16px; }
div.poll .poll-icon { position: relative; float: left; width: 45px; padding-right: 5px; text-align: right; }
div.poll .poll-label { position: relative; float: left; width: 630px; }
div.poll .poll-label.even span { background: #f5f5f5; }
div.poll .poll-label-result { width: 100%; }
div.poll .poll-label-result.even span { background: #f5f5f5; }

div.poll .poll-label-result .poll-label-line { position: relative; width: 100%; display: block; clear: both; float: left; margin-top: 5px; }
div.poll .poll-label-result .poll-label-line .poll-line { position: relative; height: 4px; display: inline-block; clear: both; float: left; }

div.poll .poll-result { position: relative; overflow: hidden; }
div.poll .poll-label-result .poll-votes { text-decoration: none; color: #bbb; float: right; font-size: 10px; width: auto; display: inline-block; }
div.poll .poll-label-result .poll-votes-text { position: relative; float: left; width: auto; text-decoration: none; color: #777; display: inline-block; }
div.poll .poll-label-result .myvote { position: relative; margin-left: 5px; background: none; font-size: 10px; padding: 0 7px; display: inline-block; top: -2px; border: 1px solid #DDD; }

div.poll li.vote_option_result:hover { cursor: default; }
div.poll li:hover { cursor: pointer; }
div.poll li:hover .poll-icon-img { background: url(../img/icons/forms/objects/radiobutton_hover.png) no-repeat left top; }
div.poll li .poll-icon-img.voted { background: url(../img/icons/famfamfam/tick.png) no-repeat 6px 7px; }

div.poll li span,
div.poll .poll-label-result .poll-label-line .poll-line {
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
    -khtml-border-radius:	4px;
    border-radius:			4px;
}


/*
 * ## Clean buttons
 * #---------------------------------------#
 */

.cleanbutton_gray { outline: none; background: #f6f6f6 url(../img/2.0/repeatx_bottom_light_gray.png) repeat-x left bottom; border: 1px solid #e5e5e5; text-align: center; color: #666; display: inline-block; }
.cleanbutton_gray:hover { outline: none; cursor: pointer; background: #f9f9f9 url(../img/2.0/repeatx_bottom_light_gray_hover.png) repeat-x left bottom; border: 1px solid #e2e2e2; }
.cleanbutton_gray.rounded {
	-moz-border-radius:		2px;
	-webkit-border-radius:	2px;
    -khtml-border-radius:	2px;
    border-radius:			2px;
}

.ctabutton_blue { outline: none; background: #0875a3; border: 1px solid #0875a3; text-align: center; color: #fff; font-size: 18px; font-weight: bold; display: inline-block; padding: 15px 30px; }
.ctabutton_blue:hover { outline: none; cursor: pointer; background: #03638c; border: 1px solid #03638c; }
.ctabutton_blue.rounded {
	-moz-border-radius:		2px;
	-webkit-border-radius:	2px;
	-khtml-border-radius:	2px;
	border-radius:			2px;
}

.ctabutton_yellow { outline: none; background: #FEDF17; border: 1px solid #FEDF17; text-align: center; color: #666; font-size: 18px; font-weight: bold; display: inline-block; padding: 15px 30px; }
.ctabutton_yellow:hover { outline: none; cursor: pointer; background: #e4c814; border: 1px solid #e4c814; }
.ctabutton_yellow.rounded {
	-moz-border-radius:		2px;
	-webkit-border-radius:	2px;
	-khtml-border-radius:	2px;
	border-radius:			2px;
}


/*
 * ## iFrame
 * #---------------------------------------#
 */

.iframeBox { position: relative; display: block; float: left; clear: both; width: 100%; height: 100%; overflow: hidden; }
.mp-cms-editmode .iframeBox:hover { background: #eee; }
.mp-cms-editmode .iframeBox:hover iframe { visibility: hidden; }


/*
 * ## Content Block container(s)
 * #---------------------------------------#
 */

div.block { position: relative; display: block; clear: both; margin-bottom: 15px; float: left; width: 100%; }
div.block:last-child { margin-bottom: 0; }


/*
 * ## Image gallery (overview)
 * #---------------------------------------#
 */

ul.imggallery_table { margin: 0; padding: 0; }
ul.imggallery_table li { position: relative; float: left; display: inline-block; margin-right: 10px; margin-bottom: 10px; }
div.gallery_small_thumbs a { position: relative; float: left; display: block; clear: none; margin-right: 1px; overflow: hidden; }

/*
 * ## Subpage overview
 * #---------------------------------------#
 */

div.overviewBlock { } 
div.overviewBlock table { width: 100%; }
div.overviewBlock td {  }
div.overviewBlock .row td { padding-bottom: 15px; }
div.overviewBlock a { text-decoration: none; color: #333; display: block; }
div.overviewBlock .photoHolder { width: 100px; position: relative; float: left; }
div.overviewBlock .overview_sub { position: relative; float: left; padding: 0 10px; width: 139px; /* padding-top: 20px; */ }
div.overviewBlock .overview_sub_title { font-size: 18px; color: #666; }
div.overviewBlock .overview_sub_description { position: relative; float: left; font-size: 10px; }
div.overviewBlock .overview_sub_info { position: relative; float: left; text-align: right; width: 100%; margin-top: 5px; }
div.overviewBlock .overview_sub_info a { background: #ccc; color: #fff; padding: 3px; display: inline; }
div.overviewBlock .overview_sub_info a:hover { background: #aaa; color: #fff; padding: 3px; display: inline; }

/*
 * ## File download
 * #---------------------------------------#
 */

div.fileBlock { position: relative; overflow: hidden; clear: both; display: block; padding: 0 7px; height: auto; background: #f7f7f7 url(../img/main/buttonGlow-clean.png) repeat-x left -1px; border-bottom: 2px solid #ddd; }
div.fileBlock { -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }
div.fileBlock .content { position: relative; clear: both; display: block; float: left; width: 100%; }
div.fileBlock ul { margin: 0; padding: 0; }
div.fileBlock li { list-style-type: none; display: inline-block; line-height: 35px; float: left; }
div.fileBlock li.fileicon {  }
div.fileBlock li.fileicon img { position: relative; top: 3px; }
div.fileBlock li.filename { padding: 9px 15px; padding-right: 0; color: #666; line-height: normal; word-break: break-all; }
div.fileBlock li.filesize { width: 70px; padding-left: 5px; padding-right: 18px; border-right: 1px dotted #ddd; }
div.fileBlock li.filedownload { text-align: right; float: right; padding-left: 10px; }
div.fileBlock li.filedownload .downloadBTN { position: relative; display: block; clear: both; background: #159 url(../img/main/buttonGlow-clean.png) repeat-x left -1px; height: 25px; top: 5px; line-height: 25px; color: white; text-decoration: none; padding: 0 20px; }
div.fileBlock li.filedownload .downloadBTN { -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }
div.fileBlock li.filedownload .downloadBTN img { position: relative; top: 3px; }
div.fileBlock li.filedownload .downloadBTN.small { padding: 0 10px; }
div.fileBlock li.notice h5 { position: relative; line-height: 35px; font-size: 12px; color: #bb0000; }

div.directoryPush { position: relative; margin-bottom: 2px; }
div.directoryPush:last-child { margin-bottom: 0; }


/*
 * ## Blog system
 * #---------------------------------------#
 */

td.archive-col {   }

div.blogframe {  }
div.blog .mp-cms-editmode.indentTools .controls { right: 130px !important; }

ul.blog-itemlist li { list-style-type: none; }

div.blog { position: relative; float: left; clear: both; width: 100%; overflow: hidden; background: none; }
div.blog-item { position: relative; float: left; clear: both; width: 100%; overflow: hidden; margin-bottom: 30px; background: none; }
div.blog-date { position: relative; float: left; clear: both; width: 85px; height: 105px; background: none; }

div.blog-item .blog-item-title,
div.blog-item .blog-item-title a	{ color: #666; }

div.contentRight .blog .block,
div.contentLeft .blog .block,
div.contentRight .blog .block div.blog-item,
div.contentLeft .blog .block div.blog-item	{ overflow: visible; }

div.blog-item h1.orange { color: #115174; }

div.blog-item h1.blog-item-title { margin-bottom: 5px; }

span.blog-day { position: relative; width: 100%; clear: both; float: left; text-align: center; height: 42px; line-height: 48px; font-size: 24px; font-weight: normal; color: #666; background: #eee; }
span.blog-month { position: relative; width: 100%; clear: both; float: left; text-align: center; height: 42px; line-height: 42px; font-size: 12px; font-weight: bold; color: #fff; background: #666; }
span.blog-year { position: relative; width: 100%; clear: both; float: left; text-align: center; height: 25px; line-height: 25px; font-size: 12px; font-weight: bold; color: #ccc; }

span.blog-day {
	-moz-border-radius-topleft:			5px;
	-webkit-border-top-left-radius:		5px;
	-moz-border-radius-topright:		5px;
	-webkit-border-top-right-radius:	5px;
}

span.blog-month {
	-moz-border-radius-bottomleft:		5px;
	-webkit-border-bottom-left-radius:	5px;
	-moz-border-radius-bottomright:		5px;
	-webkit-border-bottom-right-radius:	5px;
}

div.blog .blog_bottom_devider	{ border-top: 1px solid #eee; }

.contentRight .block .blog_archivebox ul,
.contentLeft .block .blog_archivebox ul { margin: 0; padding: 0; }

ul.blog-archive,
.contentRight .block ul.blog-archive,
.contentLeft .block ul.blog-archive { margin: 10px 0; padding: 0; }

ul.blog-archive li,
.contentRight ul.blog-archive li,
.contentLeft ul.blog-archive li { position: relative; float: left; width: 100%; color: #aaa; font-size: 14px; list-style-type: none; padding: 0; margin: 0; margin-bottom: 2px; }

ul.blog-archive li ul { margin: 10px 0; padding: 0; }
ul.blog-archive li ul li { color: #FF9900; font-size: 12px; background: url(../img/icons/famfamfam/bullet_orange.png) no-repeat left 1px; padding-left: 20px; }
ul.blog-archive li ul li a { color: #f90; text-decoration: none; }
ul.blog-archive li ul li a:hover { color: #555; }
ul.blog-archive li.year { padding-bottom: 5px; margin-top: 10px; color: #444; }
ul.blog-archive li.year:first-child { margin: 0; font-weight: bold; border-bottom: 1px dotted #CCC; margin-bottom: 5px; }
ul.blog-archive li.month { margin-bottom: 2px; }
ul.blog-archive li.month a { padding-left: 20px; text-decoration: none; }
ul.blog-archive li.month table:hover { cursor: help !important; }
ul.blog-archive li.month table a { padding-left: 0; }

ul.blog-archive li .blog_item_count { position: relative; float: right; background: #f7f7f7; padding: 2px 5px; color: #666; font-size: 9px; }
ul.blog-archive li .blog_item_count:hover	{ cursor: default; background: #000; color: #fff; }

td.bubble_left { width: 8px; height: 24px; min-width: 8px; min-height: 24px; background: url(../img/blog/bubble_left.png) no-repeat left top; }
td.bubble_mid { height: 24px; min-height: 24px; background: url(../img/blog/bubble_mid.png) repeat-x left top; text-align: center; color: #fff; font-size: 9px; vertical-align: top; }
td.bubble_mid p { padding: 0; margin: 0; vertical-align: top; position: relative; }
td.bubble_mid a { color: #fff !important; text-decoration: none; font-weight: bold; }
td.bubble_mid a:hover { color: #fff; }
td.bubble_right { width: 8px; height: 24px; min-width: 8px; min-height: 24px; background: url(../img/blog/bubble_right.png) no-repeat left top; }

div.blog-return { position: relative; float: left; clear: both; }
div.blog-return ul { position: relative; overflow: hidden; margin: 0 0 10px 0; padding: 0; }
div.blog-return li.returntoblog { margin: 0; position: relative; width: 246px; height: 25px; text-align: center; line-height: 25px; font-size: 14px; border: 1px solid #ddd; display: inline-block; float: left; padding: 3px 0; }
div.blog-return li.returntoblog a { color: #666; }

ul.blog-links { margin: 10px 0; padding: 0; }
ul.blog-links li { color: #aaa; list-style-type: none; background: url(../img/icons/famfamfam/arrow-000-small_green.png) no-repeat left 2px; padding-left: 20px; }

ul.blog-links li.social { border-bottom: 1px dashed #222; border-top: 1px dashed #222; padding: 10px 0; margin: 0; width: 100%; list-style-type: none; letter-spacing: 15px; text-align: center; background: none; }
ul.blog-links li.social a { position: relative; width: 16px; height: 16px; display: inline-block; overflow: hidden; }
ul.blog-links li.social a.facebook { background: url(../img/icons/famfamfam/facebook.png) no-repeat left top; }
ul.blog-links li.social a.twitter { background: url(../img/icons/famfamfam/twitter.png) no-repeat left top; }
ul.blog-links li.social a.linkedin { background: url(../img/icons/famfamfam/linkedin.png) no-repeat left top; }
ul.blog-links a:hover { color: #555; }

.blog_search_box { position: relative; float: left; clear: both; width: 142px; height: auto; overflow: hidden; padding: 0 !important; margin-bottom: 5px; }
.blogZoek input { position: relative; width: 90px; height: 25px; line-height: 25px; clear: both; margin: 0; padding: 0 10px; background: #eee; border: 1px solid #ddd; color: #888; font-size: 12px; }
.blogZoek .zoek { position: relative; clear: both; width: 26px; height: 27px; padding: 0; text-align: center; }
.blogZoek .zoek:hover { cursor: pointer; }

a span.blog-prev { color: #444; }
a span.blog-next { color: #444; }
span.blog-prev { position: relative; width: 150px; height: 25px; text-align: center; line-height: 25px; font-size: 14px; border: 1px solid #ddd; display: inline-block; float: left; padding: 3px 7px; }
span.blog-next { position: relative; width: 150px; height: 25px; text-align: center; line-height: 25px; font-size: 14px; border: 1px solid #ddd; display: inline-block; float: right; padding: 3px 7px; }
span.blog-prev:hover { cursor: pointer; background: url(../img/base/btn_bg_orange.png) repeat-x left -15px; border: 1px solid #f29200; color: #855000; }
span.blog-next:hover { cursor: pointer; background: url(../img/base/btn_bg_orange.png) repeat-x left -15px; border: 1px solid #f29200; color: #855000; }
span.disable { background: #f9f9f9 !important; border: 1px solid #ddd !important; color: #ccc !important; font-style: italic; }
span.disable:hover { cursor: default !important; background: #f9f9f9 !important; border: 1px solid #ddd !important; color: #ccc !important; font-style: italic; }

#blog_searchresults_label		{ position: relative; margin-bottom: 25px; background: #f7f7f7; border: 1px solid #eee; padding: 7px 15px; color: #666; }
#blog_searchresults_label span	{ font-weight: bold; }
#blog_searchresults_label img	{ position: relative; top: 3px; left: -5px; }

.blog_bottom_devider .fb-like	{ position: relative; float: left; width: auto; top: -7px; margin-left: 5px; border-left: 1px solid #eee; padding-left: 6px; padding-top: 3px; }

/* Blog feed */
div.blog-top-label								{ position: relative; width: 100%; float: left; margin-bottom: 10px; clear: both; color: #f90; font-size: 24px; border-bottom: 2px solid #f90; line-height: normal; padding-bottom: 5px; }
div.blog-feed									{ position: relative; width: 100%; float: left; clear: both; }
div.blog-feed .blogitem							{ position: relative; width: 100%; clear: both; float: left; margin: 1px 0; padding: 5px 0; overflow: hidden; }
div.blog-feed .blogitem .blogitem-avatar		{ position: relative; width: 50px; float: left; }
div.blog-feed .blogitem .blogitem-message		{ position: relative; width: 260px; float: left; margin-left: 10px; color: #666; }
div.blog-feed .blogitem .blogitem-message .name	{ color: #FF9900; position: relative; clear: both; display: block; font-size: 9px; margin-top: -5px; }
div.blog-feed .blogitem .blogitem-message a		{ display: block; color: #666; }
div.blog-feed .blogitem:hover					{ background: #f7f7f7; }
div.blog-feed .blogitem:hover .blogitem-follow	{ display: block; }

div.blog_feed												{ position: relative; float: left; width: 100%; display: block; clear: both; }
div.blog_feed .blogfeed-article								{ position: relative; float: left; width: 100%; display: block; clear: both; margin-bottom: 10px; }
div.blog_feed .blogfeed-article .blogfeed-article-title		{ position: relative; float: left; width: 100%; display: block; clear: both; font-size: 16px; line-height: normal; font-weight: bold; letter-spacing: -1px; color: #666; }
div.blog_feed .blogfeed-article .blogfeed-article-title a	{ color: #666; text-decoration: none; }
div.blog_feed .blogfeed-article .blogfeed-article-date		{ position: relative; float: left; width: 100%; display: block; clear: both; font-size: 12px; color: #999; font-weight: bold; margin-bottom: 5px; }
div.blog_feed .blogfeed-article .blogfeed-article-text		{ position: relative; float: left; width: 100%; display: block; clear: both; font-size: 12px; line-height: 18px; color: #aaa; }
div.blog_feed .blogfeed-article .blogfeed-article-button	{ position: relative; float: left; width: 100%; display: block; clear: both; border-top: 1px dotted #ddd; margin-top: 3px; padding-top: 1px; text-align: right; }
div.blog_feed .blogfeed-article .blogfeed-article-button a	{ position: relative; display: block; float: right; color: #999; text-decoration: none; font-weight: bold; }
div.blog_feed .blogfeed-article .blogfeed-article-button a:hover	{ color: #444; }

div.blog_feed.small .blogfeed-article .blogfeed-article-title	{ font-size: 12px; letter-spacing: 0; }
div.blog_feed.small .blogfeed-article .blogfeed-article-date	{ font-size: 11px; }

/*
 * ## Contact form
 * #---------------------------------------#
 */

.contactform { width: 100%; overflow: hidden; }
.contactform table { position: relative; float: left; clear: both; width: 100%; overflow: hidden; }
.contactform td { vertical-align: top; }
.contactform td.fifty { width: 50%; }
.contactform p { margin: 10px 0; }
.contactform .labels { line-height: 33px; }
.contactform span.orange { color: #FF9900; font-weight: bold; }
.contactform div.indent { margin-left: 15px; }
.contactform div.indent input {  }
.contactform input {  }
.contactform textarea {  }
.contactform .verzend { }
.contactform .verzend:hover { cursor: pointer; }
.contactform .reset:hover { cursor: pointer; }
.contactform input.error {  }
.contactform input.nosend {  }
.contactform textarea.error { border: 1px solid #FF0000; }
.contactform span.highlight { color: #BB0000 !important; }

.contactform h1 { text-align: left; }
.contactform h2 { text-align: left; }

.displayNote-green { position: relative; float: left; width: 100%; background: #CDCD01; border: 1px solid #B4B400; padding: 5px; font-size: 18px; color: #fff; margin-bottom: 20px; }
.displayNote-red { position: relative; float: left; width: 100%; background: #bb0000; border: 1px solid #cc0000; padding: 5px; font-size: 18px; color: #fff; margin-bottom: 20px; }

span.note-green { position: relative; float: left; width: 490px; height: 32px; clear: both; color: #fff; font-size: 12px; line-height: 32px; padding: 0 15px; background: url(../img/base/note_green_nonfixed.png); border: 1px solid #569103; margin-bottom: 20px; font-weight: bold; }
span.note-red { position: relative; float: left; width: 490px; height: 32px; clear: both; color: #fff; font-size: 12px; line-height: 32px; padding: 0 15px; background: url(../img/base/note_red_nonfixed.png); border: 1px solid #bd1220; margin-bottom: 20px; font-weight: bold; }

/*
 * ## Search form
 * #---------------------------------------#
 */

.searchForm { position: relative; float: left; width: 100%; clear: both; display: block; }
.searchForm form { position: relative; float: left; padding: 2px 1px; }
.searchForm .search { position: relative; float: left; }
.searchForm .submitsearch { position: relative; float: left; margin-left: 5px; }
.searchForm .submitsearch:hover { cursor: pointer; }
.searchForm .search, .searchForm .submitsearch {
	-moz-border-radius:		3px;
    -webkit-border-radius:	3px;
    -khtml-border-radius:	3px;
    border-radius:			3px;
}

/* For CSS-3 browsers */
.searchForm .search {  }
.searchForm .submitsearch {  }
.searchForm .submitsearch:hover {  }
.searchForm .submitsearch:active {  }

ul.search		{ padding: 0 !important; margin: 0 !important; }
ul.search li	{ position: relative; float: left; width: 250px; margin-bottom: 25px; margin-right: 25px; list-style-type: none; clear: left; }
ul.search li.even { clear: right; }
ul.search li .search-thumbnail { position: relative; float: left; margin-right: 10px; }
ul.search li .search-thumbnail img { width: 100%; }
ul.search li .search-info { position: relative; float: left; width: 190px; }
ul.search li .search-info .search-title a { text-decoration: none; font-size: 14px; font-weight: bold; color: #666; }
ul.search li .search-info .search-title { position: relative; float: left; width: 100%; }
ul.search li .search-info .search-description { position: relative; float: left; width: 100%; }
ul.search li .search-info .search-description a { text-decoration: none; color: #ccc; }

/*
 * ## Page reloader
 * #---------------------------------------#
 */

#reloader { position: fixed; display: none; left: 0; top: 0; width: 100%; height: 100%; z-index: 20; }
#reloader-bg { background: #fff url(../img/repeaters/bg_white_85.png); position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
#reloader #reloader-message { position: absolute; width: 270px; text-align: left; z-index: 5; font-size: 14px; background: #fff; padding: 25px 100px; }
#reloader #reloader-message img { float: left; margin-right: 25px; margin-top: 7px; }
#reloader #reloader-message .reloader-icon { position: relative; width: 43px; height: 11px; display: inline-block; clear: both; background: url(../img/icons/customs/reloader.gif) no-repeat center top; }
#reloader #reloader-message h1 { position: relative; width: 100%; font-size: 24px; text-transform: uppercase; font-weight: bold; color: #AAA; }
#reloader #reloader-bar { position: absolute; top: -5px; left: 0; width: 100%; height: 10px; }

#reloader #reloader-message {
	-moz-border-radius:		0px;
    -webkit-border-radius:	0px;
    -khtml-border-radius:	0px;
    border-radius:			0px;
    
	-moz-box-shadow:	0 0 35px rgba(0,0,0,0.15);
	-webkit-box-shadow:	0 0 35px rgba(0,0,0,0.15);
	box-shadow:			0 0 35px rgba(0,0,0,0.15);
}


/*
 * ## Video link
 * #---------------------------------------#
 */

div.main .display_video_link { position: relative; float: left; width: 100%; font-size: 14px; font-weight: bold; margin-bottom: 15px; }
div.main .display_video_link a { color: #3f3f3f; background: url(../img/icons/customs/video.png) no-repeat left top; padding-left: 20px; }
div.main .display_video_link a:hover { cursor: pointer; }
div.main .display_video_link a span { font-size: 10px; color: #999; font-weight: normal; }


/*
 * ## Accordeon (subpage) overview
 * #---------------------------------------#
 */
			
.accordeon_overview { position: relative; float: left; display: block; width: 100%; }
.accordeon_overview li { position: relative; float: left; display: block; width: 100%; height: 40px; border-bottom: 1px solid #ececec; overflow: hidden; }
.accordeon_overview li h1 { position: relative; float: left; display: block; text-indent: 0; width: 100%; height: 40px; line-height: 40px; color: #3f3f3f; font-size: 14px; font-weight: bold; }
.accordeon_overview li.closed h1 { background: url(../img/icons/sprites/openclose.png) no-repeat right 16px; }
.accordeon_overview li.closed:hover h1 { background-position: right -24px; cursor: pointer; }

.accordeon_overview li.open h1 { background: url(../img/icons/sprites/openclose.png) no-repeat right -57px; }
.accordeon_overview li.open:hover h1 { background-position: right -87px; cursor: pointer; }

.accordeon_overview li .content { position: relative; float: left; width: 100%; clear: both; display: block; overflow: hidden; }
.accordeon_overview li .content ul { position: relative; float: left; width: 100%; clear: both; display: block; overflow: hidden; padding: 0; margin: 0; }
.accordeon_overview li .content li { position: relative; float: left; width: 290px; height: auto; clear: left; display: inline; overflow: hidden; margin-right: 15px; margin-bottom: 15px; background: none; border: none; }
.accordeon_overview li .content li.even { clear: right; }
.accordeon_overview li .content li:hover { background: none; border: none; }
.accordeon_overview li .content li h1 { background: none; text-indent: 0; line-height: normal; height: auto; margin-bottom: 3px; }
.accordeon_overview li .content li:hover h1 { background: none; }
.accordeon_overview li .content li .thumb { position: relative; float: left; width: 100px; margin-right: 10px; }
.accordeon_overview li .content li .info { position: relative; float: left; width: 180px; }
.accordeon_overview li .content li a { text-decoration: none; font-size: 10px; line-height: 14px; }
.accordeon_overview li .content li h1 a { color: #3f3f3f; font-size: 14px; }
.accordeon_overview li .content li .info div { position: relative; float: left; width: 100%; clear: both; color: #aaa; font-size: 12px; }
.accordeon_overview li .content li .info div a { color: #aaa; }


/*
 * ## Sitemap
 * #---------------------------------------#
 */

div.sitemap			{ position: relative; float: left; display: block; clear: both; width: 100%; overflow: hidden; font-size: 12px; }
div.sitemap h1		{ margin-bottom: 15px; }
div.sitemap ul,
div.sitemap ol		{ position: relative; margin: 0; padding: 0; }
div.sitemap ul ul,
div.sitemap ol ol	{ margin-left: 25px; }
div.sitemap li		{ position: relative; display: block; padding: 2px 0; float: left; clear: both; }
div.sitemap li div	{ position: relative; display: block; }
div.sitemap li a	{ color: #666; }
div.sitemap li.hidden a	{ color: #aaa; }
div.sitemap li a:hover	{ color: #F90; }
div.sitemap li li	{ background: url(../img/icons/sitemap/lower_level.png) no-repeat left top; padding-left: 15px; }
div.sitemap li img	{ position: relative; top: 3px; margin-right: 4px; }

div.sitemap-legend			{ position: relative; margin-bottom: 25px; }
div.sitemap-legend table	{ width: 100%; }
div.sitemap-legend table tr	{ margin-bottom: 1px; }
div.sitemap-legend table th	{ text-align: left; padding: 5px 10px; }
div.sitemap-legend table td	{ border: 1px solid #fff; background: #f9f9f9; padding: 5px 10px; color: #666; }
div.sitemap-legend .icon	{ text-align: center; width: 25px; }
div.sitemap-legend img		{ position: relative; top: 3px; }

div.sitemap-legend ul		{ margin-left: 35px; list-style: square; }
div.sitemap-legend li		{ display: list-item; }
div.sitemap-legend mark		{ background: none; color: #000; }

/*
 * ## Content boxes
 * #---------------------------------------#
 */
.content_box_yellow,
.cke_skin_kama .content_box_yellow,
.cke_tpl_list .content_box_yellow {
	border:			1px solid #fce097;
	background:		#fdfbdc;
	padding:		5px;
	margin:			10px 0;
	font-weight:	bold;
}

.content_box_yellow p,
.cke_skin_kama .content_box_yellow p,
.cke_tpl_list .content_box_yellow p {
	margin:		0;
	padding:	0;
}

/*
 * ## Notices
 * #---------------------------------------#
 */
#notice.green	{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 25px;
	background: #9BDB67;
}
#notice.green div {
	padding: 10px;
	color: #333;
}
#notice.green div h1 {
	color: #333333;
}


/*
 * ## Responsive
 * #---------------------------------------#
 */
.responsive #image_rotate	{ z-index: 1; }
.responsive div.responsiveContentArrow	{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.7);
	z-index: 10;
}
.responsive div.responsiveContentArrow div.arrow-updown	{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	clear: both;
	width: 50px !important;
	height: 50px;
	background: url(../img/responsive/arrow-down.png) no-repeat center center;
}
.responsive div.responsiveContentArrow div.arrow-updown.up	{
	background: url(../img/responsive/arrow-up.png) no-repeat center center;
}
.responsive div.responsiveContentArrow div.arrow-left,
.responsive div.responsiveContentArrow div.arrow-right	{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	clear: both;
	width: 50px !important;
	height: 50px;
	background: url(../img/responsive/arrow-left.png) no-repeat center center;
	z-index: 10;
}
.responsive div.responsiveContentArrow div.arrow-right	{
	left: auto;
	right: 0;
	background: url(../img/responsive/arrow-right.png) no-repeat center center;
}

.responsive #orientation-notice		{ position: fixed; left: 0; top: 0; float: left; width: 100%; height: 100%; clear: both; display: none; z-index: 99999; background: #222; }
.responsive #orientation-notice p	{ position: relative; float: left; padding: 10px; color: #fff; font-size: 14px; text-shadow: 1px 1px 0 rgba(0,0,0,0.2); margin: 0; display: none; }
.responsive #orientation-notice img	{ position: relative; float: left; margin-right: 10px; margin-bottom: 10px; top: 3px; }
@media only screen and (orientation:landscape){
    .responsive #orientation-notice { display: block; }
	body.responsive	{ height: 100%; overflow: hidden; }
	#responsive_nav,
	#responsive-outer	{ display: none !important; }
}
@media only screen and (orientation:portrait){
    .responsive #orientation-notice { display: none; }
}
/*
 * ## Image Area/Block
 * #---------------------------------------#
 */
.contentLeft ul.imageblock_fade,
.contentRight ul.imageblock_fade,
ul.imageblock_fade		{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	clear: both;
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1;
}
.contentLeft ul.imageblock_fade li,
.contentRight ul.imageblock_fade li,
ul.imageblock_fade li	{
	position: relative;
	float: left;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contentLeft ul.imageblock_fade li img,
.contentRight ul.imageblock_fade li img,
ul.imageblock_fade li img	{
	position: relative;
	float: left;
	display: block;
}
.contentLeft div.imageblock_fade_bullets,
.contentRight div.imageblock_fade_bullets,
div.imageblock_fade_bullets		{
	position: absolute;
	right: 0;
	bottom: -20px;
}
.contentLeft div.imageblock_fade_bullets ul,
.contentRight div.imageblock_fade_bullets ul,
div.imageblock_fade_bullets ul		{
	position: relative;
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
.contentLeft div.imageblock_fade_bullets li,
.contentRight div.imageblock_fade_bullets li,
div.imageblock_fade_bullets li		{
	position: relative;
	float: left;
	display: block;
	margin: 0 2px;
}
.contentLeft div.imageblock_fade_bullets li:hover,
.contentRight div.imageblock_fade_bullets li:hover,
div.imageblock_fade_bullets li:hover		{
	cursor: pointer;
}
.contentLeft div.imageblock_fade_bullets ins,
.contentRight div.imageblock_fade_bullets ins,
div.imageblock_fade_bullets ins		{
	position: relative;
	float: left;
	display: block;
	clear: both;
	width: 10px;
	height: 10px;
	background: url(../img/icons/innerfade/bullets.png) no-repeat left top;
}
.contentLeft div.imageblock_fade_bullets .active ins,
.contentRight div.imageblock_fade_bullets .active ins,
div.imageblock_fade_bullets .active ins		{
	background-position: -10px top;
}
.contentLeft .imageblock_fade_clickspots,
.contentRight .imageblock_fade_clickspots,
.imageblock_fade_clickspots		{
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 2;
}
.contentLeft .imageblock_fade_clickspots .imageblock_fade_clickspot_left,
.contentRight .imageblock_fade_clickspots .imageblock_fade_clickspot_left,
.imageblock_fade_clickspots .imageblock_fade_clickspot_left		{
	position: absolute;
	float: left;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contentLeft .imageblock_fade_clickspots .imageblock_fade_clickspot_right,
.contentRight .imageblock_fade_clickspots .imageblock_fade_clickspot_right,
.imageblock_fade_clickspots .imageblock_fade_clickspot_right		{
	position: absolute;
	float: right;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contentLeft .imageblock_fade_clickspots .imageblock_fade_clickspot_left:hover,
.contentRight .imageblock_fade_clickspots .imageblock_fade_clickspot_left:hover,
.imageblock_fade_clickspots .imageblock_fade_clickspot_left:hover,
.contentLeft .imageblock_fade_clickspots .imageblock_fade_clickspot_right:hover,
.contentRight .imageblock_fade_clickspots .imageblock_fade_clickspot_right:hover,
.imageblock_fade_clickspots .imageblock_fade_clickspot_right:hover		{
	cursor: pointer;
}
/* ############################################################################################## */
/* # Snowbird - HTML Block Templates															# */
/* ############################################################################################## */
.sb_tpl_image_text_left		{ width: 100%; }
.sb_tpl_image_text_left td	{ vertical-align: top; }
.sb_tpl_imagecontainer		{ width: 200px; }
.sb_tpl_spacer				{ width: 10px; }
.sb_tpl_textcontainer		{  }
