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

/* General */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-size: 13px; line-height: 168%; }
html, body { margin: 0; padding: 0; height: 100%; }
body, button, input, select, textarea { color: #707070; font-family: 'PT Sans', sans-serif; }

::-moz-selection { background: #009530; color: #fff; text-shadow: none; }
::selection { background: #009530; color: #fff; text-shadow: none; }

p { margin: 0 0 20px; }

a { color: #009530; font-weight:bold; text-decoration:none; }
a:hover,#footer #footercontent .column a:hover { color: #1b94aa; }
a:focus { outline: none; }
a:hover, a:active { outline: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { position: relative; margin: 35px 0; padding: 0 20px; font-size: 18px; color: #a2a9a9; font-style: italic; text-align: center; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

hr { margin: 40px 0; height: 1px; color: #e5e5e5; border: none; background-color: #e5e5e5; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
th { padding: 0; }
td { padding: 0; vertical-align: top; }

/*h1 { margin: 0 0 20px; font-size: 34px; font-weight: normal; color: #404040; line-height: 34px; }*/
h2 { margin: 0 0 20px; font-size: 34px; color: #6c6f6f; line-height: 32px; letter-spacing: -2px; font-weight:normal; }
h3 { margin: 0 0 10px; font-size: 16px; font-weight: bold; color: #6c6f6f; }
h4 { }
h5 { margin: 0 0 5px; line-height: normal; color: #476263; font-weight: normal; }

/* Styles */
.left							{ float: left; }
.right							{ float: right; }
.clear							{ clear: both; }
.date							{ color: #a0a0a0; font-size: 10px; line-height: normal; }
.small							{ color: #909090; font-size: 10px; line-height: normal; }
.intro							{ color: #505050; font-size: 18px; line-height: 26px; }
.textblock						{ width: 280px; }
.info							{ margin-bottom: 60px; height: 300px; vertical-align: middle; display: table-cell; }

img[align=left],figure.left		{ margin-right: 40px; }
img[align=right],figure.right	{ margin-left: 40px; }

figcaption.small				{ padding-top: 4px; text-align: center; }

/* Image hover */
a img {
	-webkit-transition: opacity 0.20s;
    -moz-transition: opacity 0.20s;
    transition: opacity 0.20s;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

/* Two columns */
.twocolumns {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}

/* Shadow */
.shadow {
	width: 60px;
	height: 20px;
	background: url('/images/shadow_grijs.png') no-repeat 0 0;
}

/* Quotes */
blockquote .quote {
	position: absolute;
	height: 30px;
	width: 40px;
	background: url('/images/quotes.png') no-repeat 0 0;
}
blockquote .quote-left {
	 top: -35px;
	 left: -20px;
	 background-position: 0 0;
}
blockquote .quote-right {
	bottom: -35px;
	right: -20px;
	background-position: 0 -30px;
}

/* Blocks */
.block {
	margin: 60px auto;
	width: 960px;
	text-align: left;
}
.block-gray {
	margin: 60px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f9f9f9;
}

/* Link arrow */
.linkarrow {
	padding: 0 22px 1px 0;
	height: 18px;
	line-height: 18px;
	background: url('/images/linkarrow.png') no-repeat right 0;
	display: inline-block;
}
.linkarrow span {
	color: #6c6f6f;
}
.linkarrow:hover {
	background-position: right -20px;
}
.linkarrow:hover span {
	color: #1b94aa;
}

/* Socialmedia */
.socialmedia-b {
	height: 40px;
	width: 40px;
	text-indent: -1234em;
	background: url('/images/socialmedia.png') 0 0 no-repeat;
	display: block;
}
.socialmedia-b.social-facebook			{ background-position: 0 0; }
.socialmedia-b.social-twitter			{ background-position: -40px 0; }
.socialmedia-b.social-linkedin			{ background-position: -80px 0; }
.socialmedia-b.social-googleplus		{ background-position: -120px 0; }
.socialmedia-b.social-facebook:hover	{ background-position: 0 -40px; }
.socialmedia-b.social-twitter:hover	{ background-position: -40px -40px; }
.socialmedia-b.social-linkedin:hover	{ background-position: -80px -40px; }
.socialmedia-b.social-googleplus:hover	{ background-position: -120px -40px; }

.socialmedia{
	background:url(/images/social_media.png) center right no-repeat;
}
.socialmedia.small{
	display:block;
	float:left;
	width:24px;
	height:24px;
	background:url(/images/social_media_small.png) top left no-repeat;
}
.socialmedia.small.twitter {
	margin:0;
	padding:0;
	background-position:-28px 0;
}
.socialmedia.small.linkedin {
	margin:0;
	padding:0;
	background-position:-56px 0;
}
.socialmedia.small.googleplus {
	margin:0;
	padding:0;
	background-position:-84px 0;
}

/* Balloon tale */
.balloon-tale {
	position: absolute;
	bottom: -40px;
	width: 100px;
	height: 40px;
	background: url('/images/balloon-tale.png') no-repeat 0 0;
}
.balloon-tale .balloon-tale-gray	{ background-position: 0 0; }
.balloon-tale .balloon-tale-blue	{ background-poistion: 0 -40px; }

/* Author */
.author {
	min-width: 200px;
}
.author img {
	margin-right: 5px;
	float: left;
}
.author h5 {
	margin: 1px 0 -6px;
}

/* Member */
.member {
	margin-bottom: 80px;
	width: 450px;
}
.member img {
	margin-right: 20px;
	float: left;
}
.member a img {
	margin: 10px 5px 0 0;
	float: left;
}
.member h2 {
	margin: 0;
	padding-top: 55px;
}
.member .small {
	margin: -1px 2px 0 0;
	display: block;
}
.member .member-info {
	margin: 20px 0 55px;
}
.member blockquote {
	margin-left: 85px;
	width: 280px;
}
.member blockquote .quote-left { left: -15px; top: -20px; }
.member blockquote .quote-right { right: -15px; bottom: -20px; }

/* Goal */
.goal h3 {
	line-height: 20px;
}
.goal p {
	line-height: 20px;
}

/* Sidebar highlight */
.sidebarHighlight {
	padding: 20px;
	width: 200px;
	background-color: #333;
}
.sidebarHighlight h2 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
}
.sidebarHighlight p {
	color: #808080;
	line-height: 20px;
}
.sidebarHighlight .linkarrow {
	font-size: 16px;
}
.sidebarHighlight .linkarrow span {
	color: #fff;
}

.lichtblauwblok{
	background:#009530;
}
.grijsblok{
	margin-top:78px;
	background:#f6f6f6;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
}
.blauwblok{
	background:#ddebec;
}
.groen{
	color:#019531;
}
.groen:hover{
	color:#1b94aa;
}
.grijs{
	color:#6C6F6F;
}
.icons{
	background:url(/images/icons.png) top right no-repeat;
}
a.icons{
	padding:3px 23px 4px 0;
}
a.icons:hover {
	background-position:right -22px;	
}
a.icons:hover .groen{
	color:#1b94aa;
}
.lichtblauwblok.margintop{
	margin-top:50px;
}
.content.margintop{
	margin-top:80px;
}
.bubbleblok .bubble{
	display:inline-block;
	width:14px;
	height:14px;
	background:url(/images/fotoalbum_bubble.png) -14px 0 no-repeat;		
}
.bubbleblok .bubble.active{
	background-position:top left;
}
.displaynone{
	display:none;
}
h1{ 
	font-size:40px;
	color:#98a0a0;
	display:block;
	text-align:center;
	background:url(/images/h1_line.png) center center repeat-x;
}
.center.message{
	display:block;
	margin:20px auto;
	border:1px dotted #e07c18;
	padding:5px;
	background:#f7d7b7;
}
h1 span{
	background:#fff;
	padding:0 24px;
	color:#98a0a0;
}
h1 span .groen{
	padding:0;
}
h2 a{
	font-size:34px;
	color:#6c6f6f;
	line-height:32px;
	letter-spacing:-2px;
	font-weight:normal;
}
h2.small{
	font-size:16px;
	color:#6c6f6f;
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:normal;
	letter-spacing:normal;
}
h2.nomargin{
	margin-top:0;
}
h2.onzeklanten{
	font-size:22px;
	color:#959999;
	font-weight:normal;
	margin-bottom:0;
	line-height:normal;
	letter-spacing:normal;
}
.nieuwsitem h2 {
	margin-bottom:5px;
}
.groenblok{
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	color:#006b22;
	font-size:40px;
	background:#009530;
	text-shadow: 0 -1px #00531a;
	font-weight:bold;
}
.groenblok .shadow{
	display:block;
	float:right;
	clear:both;
	width:10px;
	height:6px;
	margin:-6px 0 0 0;
	background:url(/images/groenblok_shadow.png) top left no-repeat;
}
.greyborderbottem{
	border-bottom:1px solid #e5e5e5;
}
.blauwform{
	background:#f3f8f8;
	border:1px solid #d2e0e0;
	padding:40px;
}
.blauwform .button{
	display:block;
	position:absolute;
	margin:40px 0 0 262px;
	padding:10px 0 5px 124px;
	background:url(/images/arrow_blauwform.png) top left no-repeat;	
}
.blauwform .button.form{
	margin:40px 0 0 45px;
}
.blauwform .formrow input, .blauwform .formrow textarea{
	background:#fff;
	border-color:#e0e7e7;
	padding:5px;
	width:200px;
}
.blauwform .formrow input.large, .blauwform .formrow textarea.large{
	width:320px;
}
.blauwform .formrow textarea{
	line-height:28px;
	background:url(/images/textarea_bg_line.png) top left;
}

.blauwform input[type=text].error, .blauwform input[type=number].error, .blauwform textarea.error {
/*	border-color: #f2d5d5; */
	border:3px solid #f2d5d5;
}
.contactimage{
	position:relative;
	margin:0 0 0 -17px;
}
hr{
	border: 0;
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	margin:80px 0;
}
hr.nieuws{
	margin:40px 0;
}
.vijfstappen{
	margin-top:50px;
	background:url(/images/5stappen.png) top left no-repeat;
}
.vijfstappen td{
	cursor:pointer;
}
.vijfstappen .cell1{
	padding:215px 0 0 0;
	width:203px;
}
.vijfstappen .cell2{
	padding:306px 0 0 0;
	width:208px;
}
.vijfstappen .cell3{
	padding:259px 0 0 0;
	width:203px;
}
.vijfstappen .cell4{
	padding:170px 0 0 0;
	width:201px;
}
.vijfstappen .cell5{
	padding:286px 0 0 0;
}


.vijfstappen.cell1sel{
	background:url(/images/5stappen_sel1.png) top left no-repeat;
}
.vijfstappen.cell1sel .cell1 p,.vijfstappen.cell1sel .cell1 h2.small{
	color:#009530;
}
.vijfstappen.cell2sel{
	background:url(/images/5stappen_sel2.png) top left no-repeat;
}
.vijfstappen.cell2sel .cell2 p,.vijfstappen.cell2sel .cell2 h2.small{
	color:#009530;
}
.vijfstappen.cell3sel{
	background:url(/images/5stappen_sel3.png) top left no-repeat;
}
.vijfstappen.cell3sel .cell3 p,.vijfstappen.cell3sel .cell3 h2.small{
	color:#009530;
}
.vijfstappen.cell4sel{
	background:url(/images/5stappen_sel4.png) top left no-repeat;
}
.vijfstappen.cell4sel .cell4 p,.vijfstappen.cell4sel .cell4 h2.small{
	color:#009530;
}
.vijfstappen.cell5sel{
	background:url(/images/5stappen_sel5.png) top left no-repeat;
}
.vijfstappen.cell5sel .cell5 p,.vijfstappen.cell5sel .cell5 h2.small{
	color:#009530;
}
p.homesmall{
	width:144px;
}
.groen_round{
	background:url(/images/groen_round.png) center center no-repeat;
	margin-top: -5px;
	padding: 4px 0 0 0;
	height: 26px;
	width: 30px;
	display: inline-block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family: 'PT Sans', sans-serif;  
	text-align: center;
	position: relative;
}

h3.doelstelling{
	margin-top:0px;
	margin-bottom:5px;
	line-height:15px;
}

#iconbar {
	margin-top:62px;	
	margin-left:52px;	
	height:80px;
	width:162px;
	display:block;
}
#heart {
	margin-left:77px;
	width:92px;
	height:85px;
	display:block;		
	z-index:20;	
	position:relative;		
	background:url('/images/heart.png') top center no-repeat;
	overflow:hidden;
	cursor:pointer;
}	
#heart img {
	position:relative;
	z-index:20;	
	margin-top:84px;
}
#delen {
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0;
	font-size:10px;
	color:#909090;
	text-align:center;
}
.icon {
	position: absolute;
	/*opacity:0;*/
	width:50px;
	height:80px;		
	display:block;
	border-radius:4px;
	z-index:10;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	font-weight:bold;
	line-height:18px;
}
/*.plus {
	text-align:left;
	padding:4px 0px;
}
.twitter {
	background-color:#53D4FF;
}
.facebook {
	background-color:#3B5998;
}
.googleplus {
	background-color:#166AEE;
}*/

/* Container */
#container{
	background-color:#fff;	
	text-align:center;
}

/* Main */
#main {
	background-color:#fff;	
}

/* Center */
.center{
	margin: 0 auto;
    padding: 0;
    width: 960px;
    text-align: left;
}

/* Header */
#header {
	height: 110px;
}

/* Footer */
#footer {
	margin-top: 360px;
	min-width: 960px;
	font-size: 11px;
	color: #9b9b9b;
	line-height: normal;
	text-align: left;
	background: #333 url('/images/footer_bg.png') no-repeat center 0;
}
#footer .footer-inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#footer a {
	font-weight: normal;
}
#footer a:hover img {
	opacity: 1;
	filter: alpha(opacity = 100);
}
#footer .footer-info {
	position: relative;
	padding-top: 100px;
	width: 960px;
	height: 90px;
	border-bottom: 1px solid #2d2d2d;
}
#footer .footer-info ul {
	margin: 0;
	padding: 0 0 0 60px;
}
#footer .footer-info ul.postbus {
	float: left;
	background: url('/images/footer-icons.png') no-repeat 0 10px;
}
#footer .footer-info ul.bezoekadres {
	float: right;
	background: url('/images/footer-icons.png') no-repeat 0 -50px;
}
#footer .footer-info ul li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer .footer-info a.footer-icon {
	position: absolute;
	left: -60px;
	top: -220px;
	display: block;
}
#footer .footer-info .bezoekadres a.footer-icon {
	top: -190px;
	left: -102px;
}
#footer .logo {
	position: absolute;
	left: 50%;
	margin-left: -77px;
	width: 154px;
	height: 42px;
	text-indent: -1234em;
	background: url('/images/logo_visualmedia_footer.png') no-repeat 0 0;
	display: block;
}
#footer .footer-copyright {
	position: relative;
	margin: 0 auto;
	padding-top: 40px;
	height: 56px;
	width: 960px;
	font-size: 10px;
	color: #7f7f7f;
	text-align: center;
	border-top: 1px solid #393939;
}
#footer .footer-copyright a {
	color: #7f7f7f;
	text-decoration: underline;
}
#footer .footer-copyright .partners {
	position: absolute;
	right: 0;
	top: 20px;
	margin: 0;
	padding: 0;
}
#footer .footer-copyright .partners li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer .footer-copyright .partners li a {
	height: 60px;
	text-indent: -1234em;
	background: url('/images/partners.png') no-repeat 0 0;
	display: block;
}
#footer .footer-copyright .partners li a.googleadwords { width: 54px; background-position: 0 0; }
#footer .footer-social {
	position: absolute;
	left: 416px;
	top: -60px;
	height: 40px;
}
#footer .footer-social a.socialmedia-b {
	margin-right: 4px;
	float: left;
}
#footer .footer-social .twitter-message {
	position: absolute;
	left: 50%;
	top: -170px;
	margin-left: -130px;
	padding: 35px 42px 0 42px;
	width: 176px;
	height: 120px;
	text-align: left;
	background: url('/images/twitterPopup.png') no-repeat 0 0;
}

/* Logo */
#logo {
	margin: 20px 0 0 0;
	height: 51px;
	width: 185px;
	text-indent: -1234em;
	background: url('/images/logo_visualmedia.png') no-repeat top left;
	float:right;
	display:block;
}

/* Introduction */
#introduction {
	padding-right: 200px;
	width: 760px;
	font-size: 16px;
	line-height: 22px;
	color: #b0b0b0;
}
#introduction span {
	color: #727b7c;
	background-color: #fff6ad;
}

.content{
	margin-top:90px;
}

#nieuwsbrief{
	margin-top:85px;
	margin-bottom:85px;
}

/*
#footer_bg{
	display:block;
	background:#343434;
}
#footer{
	margin-top:467px;
	background:url(/images/footer_bg.png) top center no-repeat;
}
#footer #footertext{
	position:absolute;
	width:960px;
	font-size:12px;
	display:block;
	text-align:center;
	margin:-45px 0 0 0;
}
#footer #footertext a{
	text-decoration:underline;
	font-weight:normal;
	color:#74bb4e;
}
#footer #footer_icons{
	display:block;
	height:33px;
	padding:46px 0 13px 0;
}
#footer #footer_icons a:hover img {
	opacity: 1;
	filter: alpha(opacity = 100);
}
	
#footer #footercontent #logovm{
	background:url(/images/logo_visualmedia_footer.png) top center no-repeat;
}
#footer #footercontent{
	display:block;
	height:96px;
	margin:0 51px;
	background:url(/images/footer_content_border.png) bottom left repeat-x #343434;
}
#footer #footercontent .column{
	float:left;
	font-size:11px;
	background-position:center left;
	background-repeat:no-repeat;
	width:229px;
}
#footer #footercontent .column.large{
	width:280px;
	min-height:100px;
	text-align:center;
}
#footer #footercontent .column.margin{
	margin:0 0 0 60px;
}
#footer #footercontent .column.envelop_w{
	background-image:url(/images/footer_envelop_w.png);
}
#footer #footercontent .column.koffie_w{
	margin:0 0 0 90px;
	width:198px;
	background-image:url(/images/footer_koffie_w.png);
}
#footer #footercontent .column .text{
	padding:0 0 0 60px;
}
#footer #footercontent .column a{
	text-decoration:underline;
	font-weight:normal;
	color:#009530;
}

#footer #footermenu{
	padding:18px 0;
	font-size:10px;
	text-align:center;
}
#footer #footermenu a{
	text-decoration:underline;
	font-weight:normal;
	color:#7f7f7f;
	font-size:10px;
}
#footer #footer_envelop{
	position:absolute;
	float:left;
	margin:-178px 0 0 32px;
}
#footer #footer_route{
	position:absolute;
	margin:-134px 0 0 690px;
}
*/


a.facebook{
	display:block;
	float:left;
	width:40px;
	height:40px;
	background-position:top left;
}
a.twitter{
	display:block;
	float:left;
	width:40px;
	height:40px;
	margin:0 0 0 4px;
	background-position:-44px 0;
}
a.linkedin{
	display:block;
	float:left;
	width:40px;
	height:40px;
	margin:0 0 0 4px;
	background-position:top right;
}
a.facebook:hover{
	background-position:0 -44px;
}
a.twitter:hover{
	background-position:-44px -44px;
}
a.linkedin:hover{
	background-position:right -44px;
}

#volgons{
	position:absolute;
	margin:-106px 0 0 412px;
}

/* usecases */
#usecases{
	display:block;
	height:460px;
	margin-bottom:40px;
	margin-top:52px;
}
.borderwhite{
	background-image:url(/images/home_white.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
.overflowhidden{
	display:block;
	position:relative;
	height:548px;
	overflow:hidden;
	background-image:url(/images/home_white.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#usecases #frame{
	position:absolute;
	height:580px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	margin-top:-44px;
}
#usecases .usecase.home{
	display:none;
	position:relative;
}
#usecases .bubbleblok{
	display:block;
	position:absolute;
	height:20px;
	width:960px;
	margin:0 0 0 0;
	text-align:center;
}
#usecases .bubbleblok .bubble{
	background-image:url(/images/usecasehome_bubble.png);
}
#usecases .usecase {
	width:960px;
	height:580px;
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
}
#usecases .usecase.home.active{
	display:block;
}
#usecases .usecase .textblock{
	position:absolute;
	display:block;
	float:left;
	text-align:right;
	width:553px;
	height:280px;
	top: 120px;
	/*margin-top:120px;*/
}
#usecases .usecase .textblock .text{
	margin:20px 0 0 0;
	padding:0;
	color:#016521;
	font-size:80px;
	font-weight:bold;
	line-height:66px;
	text-shadow: 0 -2px #015d1f;
	background:none;
	text-align:right;
}
#usecases .usecase .textblock .introduction{
	color:#ffffff;
}

#usecases .usecase .textblock .grijs{
	color:#6c6f6f;
}
#usecases .usecase .navigation{
	position:absolute;
	width:483px;
	height:30px;
	/*bottom: -130px;*/
	margin:500px 0 0 70px;
	padding:0;
	text-align:left;
	background:#fff url(/images/arrow.png) top left no-repeat;
}
#usecases .usecase .navigation .imagelogo{
	display:block;
	background-repeat:no-repeat;
	background-position:0 -128px;
	width:186px;
	height:128px;
	position:absolute;
	margin:-82px 0 0 720px;
	padding:0;
}
#usecases .usecase .navigation a{
	display:block;
	text-align:right;
	width:253px;
	font-size:16px;
	line-height:normal;
	text-shadow:none;
	text-decoration:none;
	margin:14px 0 0 280px;
	padding:2px 23px 4px 3px;
	font-weight:bold;
}
#usecases .usecase .imageup{
	position:relative;
	top:-12px;
}

/* Nieuws */
#news {
	margin-bottom: 110px;
}
#news .block {
	margin: 0 auto;
}
#news .news-row {
	margin-bottom: 60px;
}
#news .newsitem {
	position: relative;
	margin-left: 60px;
	width: 450px;
	cursor: pointer;
	float: left;
}
#news .newsitem:first-child {
	margin-left: 0;
}
#news .newsitem figure {
	margin: -30px 0 20px;
}
#news .newsitem figure img {
	-webkit-transition: opacity 0.20s;
    -moz-transition: opacity 0.20s;
    transition: opacity 0.20s;
}
#news .newsitem:hover figure img {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
#news .newsitem:hover h2, #news .newsitem:hover h3 {
	color: #009530;
}
#news .newsitem p {
	color: #808080;
}
#news .newsitem footer {
	margin: 0;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}
#news.homenews .newsitem {
	height: 340px;
}
#news.homenews .newsitem figure {
	margin: -1px 0 20px;
	height: 200px;
	overflow: hidden;
}
#news.homenews .newsitem figure img {
	margin-top: -127px;
}
#news.homenews .newsitem p {
	font-size: 12px;
	line-height: 18px;
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
}
#news.homenews .author {
	position: absolute;
	bottom: -47px;
	left: 110px;
}

/* nieuwsbericht*/
#nieuwsbericht .lichtblauwblok{
	display:block;
	clear:both;
}
#nieuwsbericht .lichtblauwblok h1{
	margin:0;
	color:#016521;
	font-size:80px;
	font-weight:bold;
	line-height:66px;
	text-shadow: 0 -2px #015d1f;
	background:none;
	text-align:left;
	padding:70px 0;	
}
#nieuwsbericht .navigationbar {
	background-color:#fff;
	text-align:left
}
#nieuwsbericht .navigation h5 {
	margin:0;
	padding:5px 0 0 5px;
	font-size:13px;	
}
#nieuwsbericht .navigation p.time {
	font-size:11px;	
	line-height:11px;
}
#nieuwsbericht .navigation{
	display:block;
	width:483px;
	height:35px;
	padding:0;
	margin:0 auto;
	background:#fff url(/images/arrow.png) top left no-repeat;
}
#nieuwsbericht .navigation img{
	float:left;
	margin:5px 5px 0 295px;
}
#nieuwsbericht .content{
	padding:0 0 68px 0;
}
#nieuwsbericht .left{
	float:left;
	width:240px;
	
}
#nieuwsbericht .right{
	float:right;
	width:642px;
}
#nieuwsbericht .reactieqoute{
	padding:0 0 82px 0;
}
#nieuwsbericht .reactieqoute p{
	color:#a2a9a9;
	font-size:18px;
	margin:0 0 5px 0;
	font-style:italic;
}
#nieuwsbericht .reactiequote{
	color:#a0a0a0;
	font-size:10px;
}

#reactie{
	margin-top:40px;
}
#reactie .reactie.noborder{
	border:none;
}
#reactie .reactiecount p{
	color:#6c6f6f;
	font-size:22px;
	margin:0px;
	line-height:24px;
}
#reactie .reactiecount{
	color:#909090;
	font-size:11px;
}
#reactie .reactie{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #e5e5e5;
}
#reactie .reactie .datum{
	color:#a0a0a0;
	font-size:10px;
}
#reactie .reactie .auteur{
	color:#45a3d4;
	font-weight:bold;
	font-size:16px;
}
#reactie .reactie.alt .auteur{
	color:#6c6f6f;
}

/* Newsletter */
#newsletter .newsletter-row {
	margin-bottom: 60px;
}
#newsletter .newsletteritem {
	position: relative;
	margin-left: 60px;
	width: 280px;
	cursor: pointer;
	float: left;
}
#newsletter .newsletteritem:first-child {
	margin-left: 0;
}
#newsletter .newsletteritem h2 {
	margin-bottom: 0;
}
#newsletter .newsletteritem figure {
	margin: 10px 0;
}
#newsletter .newsletteritem img {
	display: block;
	-webkit-transition: opacity 0.20s;
    -moz-transition: opacity 0.20s;
    transition: opacity 0.20s;
}
#newsletter .newsletteritem:hover img {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
#newsletter .newsletteritem:hover h2 {
	color: #009530;
}

/* Team */
#team .team-photos {
	position: relative;
	width: 510px;
	height: 480px;
	float: left;
}
#team .shadow {
	position: absolute;
	bottom: 0;
	right: -60px;
}
#team .label {
	position: absolute;
	bottom: 45px;
	right: -11px;
	width: 258px;
	height: 88px;
	background: url('/images/label-hetteam.png') no-repeat 0 0;
	z-index: 2;
}
#team .photohover {
	position: absolute;
	right: 0;
	height: 480px;
}
#team .photohover a img {
	-webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
#team .photohover a:hover img {
	opacity: 1;
	filter: alpha(opacity = 100);
}
#team .team-quote {
	padding-top: 100px;
	height: 380px;
	width: 340px;
	text-align: center;
	float: right;
}
#team blockquote {
	font-weight: bold;
	font-size: 50px;
	line-height: 44px;
	color: #ccc;
}
#team blockquote .quote-left { left: 0; top: -15px; }
#team blockquote .quote-right { right: 0; bottom: -15px; }
#team hr {
	margin: 20px 0;
	background: transparent url('/images/lijn_grijs.png') center 0 no-repeat;
}

/* het team 
#team{
	margin-top:162px;
	margin-bottom:80px;
}
#team .left{
	float:left;
}
#team .right{
	float:left;
	width:370px;
	height:480px;
	margin-left:60px;
}
#team .sloganblok{
	margin-top:105px;
}
#team .sloganleft,#team .sloganright{
	float:left;
	width:40px;
	height:29px;
	background:url(/images/slogan_left.png) top left no-repeat;
}
#team .slogancenter{
	float:left;
	width:280px;
}
#team .sloganright{
	display:block;
	margin:0 0 0 10px;
	height:225px;
	background:url(/images/slogan_right.png) bottom left no-repeat;
}
#team .slogan{
	font-weight:bold;
	font-size:50px;
	color:#cccccc;
	line-height:44px;	
	font-style:italic;
	font-family: 'PT Sans', sans-serif;
	padding:0 0 20px 0;
	margin:20px 0 20px 0;
	background:url(/images/lijn_grijs.png) bottom center no-repeat;
}
#team #hetteam{
	position:absolute;
	width:256px;
	padding:15px 0 10px 0;
	margin:345px 0 0 -307px;
}
#team #hetteam .shadow{
	margin-top:-21px;
}
#team #shadow_grijs{
	position:absolute;
	width:60px;
	height:20px;
	margin:460px 0 0 -61px;
	background:url(/images/shadow_grijs.png) top left no-repeat;
}*/

/* Forms */
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label{
	padding-top: 4px;
	width: 110px;
	display: block;
	float: left;
}
label.large{
	width:130px;
}
input {
	vertical-align: middle;
}
input[type=text], input[type=number], select, textarea {
	margin: 0;
	padding: 5px;
	width: 200px;
	color: #909090;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}
select{
	width:211px;
}
input[type=text]:hover, input[type=number]:hover, textarea:hover {
	border-color: #06962d;
}
input[type=text]:focus, input[type=number]:focus, textarea:focus {
	color: #6C6F6F;
	border-color: #06962d;
}
input[type=text].error, input[type=number].error, textarea.error {
	border-color: #f2d5d5;
	background-color: #fe6263;
}
select {
	padding: 5px 5px 5px 2px;
}
textarea {
	height: 150px;
	width: auto;
	overflow: auto;
	padding: 0 0 0 20px;
	background: url(/images/form_textarea.png) 2px 0 no-repeat;
}
input[type=checkbox], input[type=radio] {
	margin: 7px 5px 0 0;
	float: left;
}
input[disabled=disabled], select[disabled=disabled], textarea[disabled=disabled] {
	color: #b0b0b0;
	border-color: #eee;
	background-color: #fafafa;
}
.formrow {
	padding: 5px 0;
}


/*photohover*/
.photohover{
	overflow-y:hidden;
}
.photohover a {
	position: relative;
	line-height: 0;
	display: block;
}
.photohover a img.grayscale {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	opacity:0.6;
	border:0;
}
.photohover a img.IEgray {
	filter:Gray;
	-ms-filter:Gray;
} 

/*fotoalbum referenties*/
.fotoalbum{
	margin:65px 0 250px 0;
	display:block;
	height:841px;
	background:url(/images/macscreen.png) top center no-repeat;
	text-align:center;
}
.fotoalbum .bubbleblok{
	display:block;
	position:absolute;
	height:20px;
	width:960px;
	margin:-20px 0 0 0;
	text-align:center;
}
.fotoalbum .imageblock{
	margin:0 0 105px 35px;
	display:block;
	width:890px;
	height:502px;
	overflow:hidden;
}
.fotoalbum .previous{
	display:block;
	position:absolute;
	width:132px;
	height:123px;
	margin:0 0 0 640px;
	background:url(/images/fotoalbum_previous.png) top left no-repeat;	
}
.fotoalbum .next{
	display:block;
	position:absolute;
	width:124px;
	height:115px;
	margin:15px 0 0 780px;
	background:url(/images/fotoalbum_next.png) top left no-repeat;	
}
.fotoalbum .screen_overlay{
	display:block;
	position:absolute;
	width:435px;
	height:447px;
	margin:33px 0 0 490px;
	background:url(/images/screen_overlay.png) top right no-repeat;
}

.fotoalbum .imageblock .foto.active{
	position:relative;
	margin:0 auto;
	top:53px;
	display:block;
	width:791px;
	height:465px;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
}
.fotoalbum .imageblock .foto.disabled{
	display:none;
}


/*fotoalbum*/
.fotoalbum_inline{
	margin:65px 0 250px 0;
	display:block;
	height:270px;
/*	background:url(/images/macscreen.png) top center no-repeat; */
	text-align:center;
}
.fotoalbum_inline .bubbleblok{
	display:block;
	position:absolute;
	height:20px;
	width: 642px;
	margin:-20px 0 0 0;
	text-align:center;
}
.fotoalbum_inline .center{
	width: 830px;	
}
.fotoalbum_inline .imageblock{
/*	margin:0 0 105px 35px; */
	display:block;
/*	width:790px; */
	width: 642px;
	height:465px;
	overflow:hidden;
}
.fotoalbum_inline .previous{
	display:block;
	position:absolute;
	width:132px;
	height:123px;
	margin:-10px 0 0 220px;
	background:url(/images/fotoalbum_previous.png) top left no-repeat;	
}
.fotoalbum_inline .next{
	display:block;
	position:absolute;
	width:124px;
	height:115px;
	margin:-5px 0 0 340px;
	background:url(/images/fotoalbum_next.png) top left no-repeat;	
}
.fotoalbum_inline .screen_overlay{
	display:block;
	position:absolute;
	width:435px;
	height:447px;
	margin:33px 0 0 490px;
	background:url(/images/screen_overlay.png) top right no-repeat;
}

.fotoalbum_inline .imageblock .foto{
	display:none;
}
.imagefloatblock{
	width:1284px;
	overflow:hidden;
}
.fotoalbum_inline .imageblock .foto.active{
	position:relative;
	float:left;
	margin:0 auto;
/*	top:53px; */
	display:block;
	width:642px;
	height:465px;
	background-repeat:no-repeat;
	background-position:center center;
}

.fotoalbum_inline .imageblock .foto.active2{
	position:relative;
	float:right;
	margin:0 auto;
/*	top:53px; */
	display:block;
	width:642px;
	height:465px;
	background-repeat:no-repeat;
	background-position:center center;
}
.fotoalbum_inline .imageblock .foto.disabled{
	display:none;
}


/*referenties overzicht*/
.logolijstpadding{
	padding:60px 0;
}
.logolijst .logo{
	display:block;
	width:186px;
	height:128px;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
	background:#fff;
	border:1px solid #e5e5e5;
	margin:0 5px 0 0;
}
.logolijst .logo.last{
	margin:0;
}
.logolijst .logo:hover{
	background-position:0 -128px;
	border:1px solid #c5c5c5;
}
.logolijst .logo .case{
	position:relative;
	color:#fff;
	background:#009530;
	font-size:12px;
	padding:1px 7px;
	top:121px;
	left:75px;
}


/* routebeschrijving */
.routebeschrijving{
	margin-top:100px;
	margin-bottom:85px;
}
.routebeschrijving .left{
	float:left;
}
.routebeschrijving .left .mapbordertop{
	display:block;
	position:relative;
	margin:-512px 0 0 0;
	background:url(/images/routemapborder_top.png) top left repeat-x;
	height:31px;
}
.routebeschrijving .left .mapborderbottom{
	display:block;
	position:relative;
	margin:-8px 0 0 0;
	background:url(/images/routemapborder_bottom.png) top left repeat-x;
	height:31px;
}
.routebeschrijving .left .mapborderright{
	display:block;
	position:relative;
	float:right;
	margin:-31px -21px 0 0;
	background:url(/images/routemapborder_right.png) top left no-repeat;
	width:31px;
	height:512px;
	z-index:2;
}
.routebeschrijving .right{
	float:left;
	width:320px;
	margin-left:110px;
}
.routebeschrijving .routemap{
	text-align:left;
}
.routebeschrijving .routemap .directionarrow{
	display:none;
	margin:23px 0 0 180px;
	width:73px;
	height:148px;
	background:url(/images/routemap_direction_arrow.png) top left no-repeat;
}
.routebeschrijving .onzelocatie{
	position:absolute;
	width:306px;
	margin-top:-100px;
	text-align:center;
	display:block;
}
.routebeschrijving .shadow_grijs{
	position:absolute;
	width:60px;
	height:20px;
	margin:483px 0 0 -89px;
	background:url(/images/shadow_grijs.png) top left no-repeat;
}
.routebeschrijving .map{
	z-index:0;	
}
.controls{
	position:absolute;
	display:block;
	width:80px;
	height:34px;
	z-index:99;
}
.controls .zoom{
	display:block;
	float:left;
	width:40px;
	height:34px;
	background-image:url(/images/routemap_controls.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.controls .zoom.zoomin{
	background-position:top right;
}
.controls .zoom.zoomin:hover{
	background-position:right -39px;
}
.controls .zoom.zoomout:hover{
	background-position:0 -78px;
}

#preloader {
	display:none;	
}

.routebeschrijving .aanwijzingen{
	border:0px solid black;
}
.routebeschrijving .aanwijzingen .title{
	width:321px;
}

.voorgesteldeRoutes{
	float:left;
	display:block;
	width:320px;
}
.voorgesteldeRoutes .routes{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.voorgesteldeRoutes .routes tr{
	border-top:1px solid #e5e5e5;
	cursor:pointer;
}
.voorgesteldeRoutes .routes .route td{	
	padding:5px;
	margin:5px;	
	cursor:pointer;
}
.voorgesteldeRoutes .routes .route.selected{
	background:#d1e7f3;
}
.routebeschrijvingcont{
	float:left;
	display:block;
	width:570px;
	margin:35px 0 0 60px;
}
.routebeschrijvingcont .directions{
	display:none;
}
.routebeschrijvingcont .directions.selected{
	display:block;
}
.routebeschrijvingcont .begin,.routebeschrijvingcont .eind{
	color:#6c6f6f;
	font-weight:bold;
	font-size:16px;
	height:39px;
	padding:5px 0 0 35px;
	background:url(/images/routemap_marker_a.png) top left no-repeat;
	margin:0 0 31px 0;
}
.routebeschrijvingcont .eind{
	background:url(/images/routemap_marker_b.png) top left no-repeat;
	margin:31px 0 0 0;
}
.routebeschrijving .beschrijving .nummer{
	font-weight:bold;
}
.routebeschrijving .beschrijving .afstand{
	display:block;
	text-align:right;
	background:url(/images/routemap_lijn_grijs.png) center left repeat-x;
}
.routebeschrijving .beschrijving .afstand .linetext{
	padding:0 0 0 5px;
	background:#fff;
	display:inline-block;
	width:30px;
}
/* dots */
.referentiedots{
	display:block;
	height:500px;
	margin-top: -80px;
}
.dots{
	display:block;
	position:absolute;
	background:#fff;
	overflow:hidden;
	z-index:1;
}
.dots .text, .dots .author{
	display:block;
	text-align:center;
	padding:0 30px;
}

#dotusecase0{
	margin:145px 0 0 0;
	z-index:6;
}
#dotusecase1{
	margin:178px 0 0 513px;
	z-index:3;
}
#dotusecase2{
	margin:188px 0 0 710px;
	z-index:4;
}
#dotusecase3{
	margin:287px 0 0 298px;
	z-index:5;
}
#dotusecase4{
	margin:468px 0 0 73px;
	z-index:5;
}
#dotusecase5{	
	margin:425px 0 0 508px;
	z-index:2;
}

#dotslogan1{
	margin:91px 0 0 310px;
}
#dotslogan2{
	margin:412px 0 0 866px;
}

#dotsmall1{
	margin:103px 0 0 682px;
}
#dotsmall2{
	margin:435px 0 0 -35px;
}
#dotsmall3{
	margin:548px 0 0 367px;
}
.dots.small{
	position:absolute;
	width:100px;
	height:100px;
	background:#f6f6f6;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.dots.slogan.small{
	width:180px;
	height:180px;
	background:#f6f6f6;
    -moz-border-radius: 180px;
    -webkit-border-radius: 180px;
    border-radius: 180px;
}
.dots.slogan .text{
	padding-top:43px;
	height:37px;
	font-weight:bold;
	font-size:14px;
	color:#c0c0c0;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eaeaea;
}
.dots.slogan .author{
	font-size:10px;
	color:#c0c0c0;
}
.dots.slogan.large{
	width:218px;
	height:218px;
	background:#f6f6f6;
    -moz-border-radius: 218px;
    -webkit-border-radius: 218px;
    border-radius: 218px;
}
.dots.slogan.large .text{
	padding-top:62px;
}

a.dots.usecase{	
	background:#dee3de;
	background-repeat:no-repeat;
	background-position:top center;
}
a.dots.usecase .bottom{
	display:block;
	color:#859292;
	font-size:18px;
	font-weight:bold;	
	text-align:center;
	margin-bottom:5px;
	margin-top:100px;
	padding:0 10px;
}
a.dots.usecase .sub{
	display:block;
	color:#859292;
	font-size:10px;
	color:#c0c0c0;
	text-align:center;
}
a.dots.usecase.smallest{
	width:180px;
	height:180px;
    -moz-border-radius: 180px;
    -webkit-border-radius: 180px;
    border-radius: 180px;
	background-position:0 -80px
}
a.dots.usecase.small{
	width:242px;
	height:242px;
    -moz-border-radius: 242px;
    -webkit-border-radius: 242px;
    border-radius: 242px;
	background-position:0 -49px;
}
a.dots.usecase.small .bottom{
	margin-top:131px;
}
a.dots.usecase.middle{
	width:280px;
	height:280px;
    -moz-border-radius: 280px;
    -webkit-border-radius: 280px;
    border-radius: 280px;
	background-position:0 -30px;
}
a.dots.usecase.middle .bottom{
	margin-top:150px;
}
a.dots.usecase.large{
	width:302px;
	height:302px;
    -moz-border-radius: 302px;
    -webkit-border-radius: 302px;
    border-radius: 302px;
	background-position:0 -19px;
}
a.dots.usecase.large .bottom{
	margin-top:161px;
}
a.dots.usecase.largest{
	width:340px;
	height:340px;
    -moz-border-radius: 340px;
    -webkit-border-radius: 340px;
    border-radius: 340px;
	background-position:0 0;
}
a.dots.usecase.largest .bottom{
	margin-top:180px;
}


/* visual */
#visualheader h1{
	margin:0;
	color:#016521;
	font-size:80px;
	font-weight:bold;
	line-height:66px;
	text-shadow: 0 -2px #015d1f;
	background:none;
	text-align:left;
	padding:70px 0;
}
#visualheader .arrow{
	position:absolute;
	width:483px;
	height:30px;
	margin:0px 0 0 70px;
	padding:0;
	text-align:left;
	background:#fff url(/images/arrow.png) top left no-repeat;
}

.submitbutton {
    background: url("/images/buttons.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
}
.submitbutton input[type="submit"] {
    background: url("/images/buttons.png") no-repeat scroll right -44px transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
    margin-right: -5px;
    padding: 0 20px;
}
.submitbutton:hover {
    background-position: 0 -88px;
}
.submitbutton:hover input[type="submit"] {
    background-position: right -132px;

}

/* twitter */
#twitterMessage{
	position:absolute;
	margin:-160px 0 0 -65px;	
	display:block;
	width:260px;
	height:155px;
	background:url(/images/twitterPopup.png) top left no-repeat;
}
#twitterMessage p{
	margin:32px 20px 20px 47px;
}

/*quotes newsitem*/
.quote{
	display:block;
	position:absolute;
	margin:0 0 0 -10px;
	width:40px;
	height:29px;
	background:url(/images/slogan_left.png) top left no-repeat;
}
.reactieqoute p{
	padding-top:30px;	
}
.quoteright{
	display:block;
	position:absolute;
	margin:-10px 0 0 215px;
	width:40px;
	height:29px;
	background:url(/images/slogan_right.png) top left no-repeat;
}

/*social popup*/
#socialpopup{
	display:block;
	width:480px;
	padding:10px 40px;
}
#socialpopup h2{
	margin-bottom:10px;
	font-size:28px;
	font-weight:normal;
}
#socialpopup .buttonClose{
	display:block;
	width:96px;
	height:34px;
	background:url(/images/button_annuleren.gif) top left no-repeat;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
