@charset "UTF-8";
/* CSS Document */

* {
font-family: 'Open Sans', sans-serif;
}

html { 
height: 100%;

}

body {
background:#f2f0e9;
margin : 0;
padding : 0;
height:100%;
width:100%;
text-align : center;
overflow:auto;
font-size : 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center { 
	display:block;
	padding:0px;
	margin:0px;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

.hgroup {
	float:left;
	width:100%;
	height:auto;
	padding: 0 0 10px 0;
}


h1, h2, h3, h4, h5, h6, p, .title, title, .title-fo, .body, .body_home, .container_inner, .icon_wrapper, header, footer, .footer, .footer_inner, .menu, .menu ul, .menu li, .menu li li, .sitemap, .sitemap ul, .sitemap li, .sitemap li li, .td, .box, .wrapper, .cl-wrapper, .pub-wrapper, .cl-boxes, .intro, .doc_teaser, .text, .intro-text,  .form, .map,  .share, .ov_text, .ov_td, .ov_title, .devider, .page, .filtermenu, .filtermenu ul, .filtermenu li, .page ul, .popup_inner, .menu-popup, .menu-popup li, .menu-popup li, .popup_photo, .search_wrapper  {
	float:left;
	width:100%;
	height:auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.margin-top {
	margin-top:40px !important;
}
.ov_col, .soc_wrapper, .list_col, .ov-link, .ov-more, .menu-top, .menu-top ul, .popup_btn, a.linkClose:link, a.linkClose:visited {
	float:right;
	width:100%;
	height:auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a:link, a:visited   {
color:#992d1a;
text-decoration:underline !important;
}

a:hover {
color:#e54c60;
text-decoration:underline !important;
}

.body_home {
	background:url(../images/bg_body.gif) repeat-x top;
}


h1 {
	font-size:18px;
	line-height:30px;
	font-weight:lighter;
	padding: 0 0 5px 0;
}

.blog-wrapper h2 {
	font-size:18px;
	line-height:30px;
	font-weight:lighter;
	padding: 0 0 5px 0;
}

.title {
	background:url(../images/bg_h1.png) no-repeat right top;
	border-bottom: #992d1a solid 2px;
	padding: 0 20px 0 0;
	margin: 0 0 15px 0;
	box-sizing: border-box;
}

.title-fo {
	background:url(../images/bg_h2.png) no-repeat right top;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom: #ffffff solid 2px;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
}

.col-right h2 {
	font-size: 18px;
line-height: 30px;
font-weight: lighter;
padding: 0 0 5px 0;
	margin: 0 0 0 0;
}

.wrapper h2 {
font-size:18px;
	line-height:30px;
	font-weight:500;
	padding: 0 0 5px 0;	
}

.text h2 {
	font-size:14px;
	font-weight:bold;
	padding: 0 0 0 0;	
}

.text h3 {
	font-size:12px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

h4 {
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	padding: 0 0 10px 0;
}

.text h4 {
	font-size:12px;
	font-weight:bold;
	padding: 0 0 0 0;
}

h5 {
	font-size:12px;
	color:#992d1a;
	padding: 0 0 5px 0;
}

h6 {
	font-size:10px !important;
	color:868789;
	font-weight:normal;
}

.fo-note {
	font-size:10px !important;
	color:868789;
	font-weight:normal;
}

hr {
	float:left;
	width:100%;
	color:#b1b2b4;
}

.light {
	color:#cccccc;
}

.bt {
	border-top: #992d1a solid 2px;
}

.bb {
	border-bottom: #992d1a solid 2px;
	margin: 0 0 20px 0;
}

.bbl {
	border-bottom: #b1b2b4 solid 1px;
}

.btl {
	border-top: #b1b2b4 solid 1px;
	
}

td {
	vertical-align:top;
	valign:top;
}

.white {
	color:#FFFFFF !important;
}

.normal {
	font-weight:normal;
}

.bold {
font-weight:bold;
}

.intro-text {
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	padding: 0 0 10px 0;
}

ul, ol {
padding: 10px 0 5px 20px;
margin: 0 0 0 0;
line-height:20px;
}

li {
padding: 0 0 0 0;
margin: 0 0 0 0;
line-height:20px;
font-size:12px;
}

p {
	font-size:12px;
	margin: 0 0 0 0;
	padding: 5px 0 15px 0;
}

p.intro {
	font-weight:normal;
	font-size:14px;
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
}

.l {
	text-align:left;
}

.r {
	text-align:right;
}

label {
cursor: pointer; 
}
 
dl, dt, dd {
padding: 0 0 0 0;
margin:0 0 0 0;
font-size:12px;
}

dl {
	margin-left:20px;
}

input:focus, select:focus, textarea:focus {
 background-color:#e4f3ff;
 border-color:#248bbd;
 color:#3d3d3f;
}

input.checkbox {
border: 0px;
padding: 0 0 10px 0;
}



input[type=text] {
	width:100%;
	height:25px;
	line-height:25px;
	box-sizing:border-box;
font-size: 11px;
color: #3d3d3f;
border:#b7b7b7 solid 1px;
padding-left: 1%;
vertical-align:middle;
background:#ffffff;
-moz-box-shadow:inset 0px 0px 3px 0px rgba(1, 1, 1, 0.31);
-webkit-box-shadow:inset 0px 0px 3px 0px rgba(1, 1, 1, 0.31);
box-shadow:inset 0px 0px 3px 0px rgba(1, 1, 1, 0.31);
margin-right:5px;
}

select[type=text] {
	width:98%;
font-size: 11px;
color: #3d3d3f;
border:#b7b7b7 solid 1px;
padding-left: 1%;
vertical-align:middle;
background:#ffffff;
-moz-box-shadow:inset 0px 0px 3px 0px rgba(1, 1, 1, 0.31);
-webkit-box-shadow:inset 0px 0px 3px 0px rgba(1, 1, 1, 0.31);
box-shadow:inset 0px 0px 3px 0px rgba(1, 1, 1, 0.31);
margin:0;
}

input[type=radio] {  
		width:auto;
		margin-right:5px;
		 
}  


textarea {
	width:100%;
	height:360px;
	padding:5px;
 text-align:left;
font-size: 11px;
color: #3d3d3f;
border:#b7b7b7 solid 1px;
padding-left: 1%;
vertical-align:middle;
background:#ffffff;
-moz-box-shadow:inset 0px 0px 3px 0px rgba(1, 1, 1, 0.31);
-webkit-box-shadow:inset 0px 0px 3px 0px rgba(1, 1, 1, 0.31);
box-shadow:inset 0px 0px 3px 0px rgba(1, 1, 1, 0.31);
margin:0;
}

input.vervolgLeft, select.vervolgLeft {
font-size:10px;
color:#6f7072;
}

.field_374  {
	float:left;
	width:374px;
	height:25px;
}

.field_374_60 {
	float:left;
	width:374px;
	height:60px;
}

.field_364 {
	float:left;
	width:364px;
}

.field_367 {
	float:left;
	width:367px;
}

.field_215 {
	float:left;
	width:215px;
	height:24px;
	margin-top:1px;
}

.field_140 {
	float:left;
	width:140px;
}

.field_150 {
	float:left;
	width:150px;
}

.field_466 {
	float:left;
	width:466px;
}

.field_378 {
	float:left;
	width:378px;
}

.field_240 {
	float:left;
	width:240px;
	height:20px;
}

.field_506_150 {
	float:left;
	width:506px;
	height:150px;
}

.noborder {
	border:0px !important;
}

.container {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:auto;
	padding: 10px;
	text-align:left;
}

.container_inner {
	width:980px;
	text-align:left;
	padding:10px;
	background:#FFFFFF;
	-webkit-box-shadow: 0px 0px 3px 898a8a;
	-moz-box-shadow: 0px 0px 3px #898a8a;
	box-shadow: 0px 0px 3px #898a8a;
	margin-bottom:60px;
}

.content_wrapper {
	float:left;
	width:100%;
	height:auto;
	background:#f7f2ee;
}

.box-top, .box-top-home {
	float:left;
	width:980px;
	height:163px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.box-top-home {
	height:81px;
	overflow:visible;
}

.logo {
	float:left;
	width:180px;
	height:81px;
	margin: 0;
	padding: 0;
	text-align:left;
}

.logo_inner {
	position:absolute;
	width:180px;
	height:163px;
	background:none;
	cursor:pointer;
	z-index:10;
}

.header_wrapper {
	float:left;
	width:100%;
	height:300px;
	text-align:left;
}

.header_inner {
	position: absolute;
	width: 980px;
	height: 300px;
	overflow: hidden;
	z-index: 1;
}

.header_text_wrapper {
	position: absolute;
	right: 10px;
	top: 23px;
	width: 205px;
	height: 170px;
	z-index: 20;
	padding:20px 20px 10px 20px;
	font-weight:normal;
}

.blockabs, .noneabs {
	position:absolute;
	height:223px;
	width:255px;
	right:0px;
	top:0px;
	z-index:20;
	display:block;
}
.noneabs {
	display:none !important;
}

.hdr_title {
	float:left;
	width:100%;
	height:20px;
	font-size:22px;
	margin: 0 0 20px 0;
}

.hdr_text {
	float:left;
	width:100%;
	height:95px;
	font-size:13px;
	line-height:18px;
	overflow:hidden;
	color:#FFFFFF;
}


.hdr-oranje {
	background:#992c11;
	color:#ffffff;
	-webkit-box-shadow: 4px 4px 0px rgba(101, 29, 5, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(101, 29, 5, 0.99);
	box-shadow: 4px 4px 0px rgba(101, 29, 5, 0.99);
}

.hdr-blauw {
	background:#e30513;
	color:#ffffff;
	-webkit-box-shadow: 4px 4px 0px rgba(174, 19, 13, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(174, 19, 13, 0.99);
	box-shadow: 4px 4px 0px rgba(174, 19, 13, 0.99);
}

.hdr-groen {
	background:#9b3181;
	color:#ffffff;
	-webkit-box-shadow: 4px 4px 0px rgba(111, 33, 91, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(111, 33, 91, 0.99);
	box-shadow: 4px 4px 0px rgba(111, 33, 91, 0.99);
}

.hdr-petrol {
	background:#ea518d;
	color:#ffffff;
	-webkit-box-shadow: 4px 4px 0px rgba(180, 65, 109, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(180, 65, 109, 0.99);
	box-shadow: 4px 4px 0px rgba(180, 65, 109, 0.99);
}


.petrol {
	background:#3a7175;
	color:#db9c43;
	-webkit-box-shadow: 4px 4px 0px rgba(51, 98, 105, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(51, 98, 105, 0.99);
	box-shadow: 4px 4px 0px rgba(51, 98, 105, 0.99);
}

.purple {
	background: #56345d;
	color:#a0af00;
	-webkit-box-shadow: 4px 4px 0px rgba(67, 38, 74, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(67, 38, 74, 0.99);
	box-shadow: 4px 4px 0px rgba(67, 38, 74, 0.99);
}

.green {
	background: #a0af00;
	color:#047aa8;
	-webkit-box-shadow: 4px 4px 0px rgba(123, 137, 4, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(123, 137, 4, 0.99);
	box-shadow: 4px 4px 0px rgba(123, 137, 4, 0.99);
}

a.linkBtnoranje:link, a.linkBtnoranje:visited {
	width:92px;
	background:#e8b300 url(../images/bg_btn.png) no-repeat right;
	height:24px;
	line-height:24px;
	padding: 0 10px 0 10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:left;
	-webkit-box-shadow: 4px 4px 0px rgba(180, 141, 2, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(180, 141, 2, 0.99);
	box-shadow: 4px 4px 0px rgba(180, 141, 2, 0.99);
}

a.linkBtnoranje:hover {
	background:#e8b300 url(../images/bg_btn.png) no-repeat right !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
	-webkit-box-shadow: 4px 4px 0px rgba(180, 141, 2, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(180, 141, 2, 0.99);
	box-shadow: 4px 4px 0px rgba(180, 141, 2, 0.99);
	opacity:0.60;
}

a.linkBtnblauw:link, a.linkBtnblauw:visited {
	width:92px;
	background:#009ee3 url(../images/bg_btn.png) no-repeat right;
	height:24px;
	line-height:24px;
	padding: 0 10px 0 10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:left;
	-webkit-box-shadow: 4px 4px 0px rgba(28, 122, 167, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(28, 122, 167, 0.99);
	box-shadow: 4px 4px 0px rgba(28, 122, 167, 0.99);
}

a.linkBtnblauw:hover {
	background:#009ee3 url(../images/bg_btn.png) no-repeat right !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
	-webkit-box-shadow: 4px 4px 0px rgba(28, 122, 167, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(28, 122, 167, 0.99);
	box-shadow: 4px 4px 0px rgba(28, 122, 167, 0.99);
	opacity:0.60;
}

a.linkBtngroen:link, a.linkBtngroen:visited {
	width:92px;
	background:#a8c30b url(../images/bg_btn.png) no-repeat right;
	height:24px;
	line-height:24px;
	padding: 0 10px 0 10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:left;
	-webkit-box-shadow: 4px 4px 0px rgba(130, 152, 18, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(130, 152, 18, 0.99);
	box-shadow: 4px 4px 0px rgba(130, 152, 18, 0.99);
}

a.linkBtngroen:hover {
	background:#a8c30b url(../images/bg_btn.png) no-repeat right !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
	-webkit-box-shadow: 4px 4px 0px rgba(130, 152, 18, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(130, 152, 18, 0.99);
	box-shadow: 4px 4px 0px rgba(130, 152, 18, 0.99);
	opacity:0.60;
}

a.linkBtnpetrol:link, a.linkBtnpetrol:visited {
	width:92px;
	background:#3a7175 url(../images/bg_btn.png) no-repeat right;
	height:24px;
	line-height:24px;
	padding: 0 10px 0 10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:left;
	-webkit-box-shadow: 4px 4px 0px rgba(4, 119, 113, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(4, 119, 113, 0.99);
	box-shadow: 4px 4px 0px rgba(4, 119, 113, 0.99);
}

a.linkBtnpetrol:hover {
	background:#3a7175 url(../images/bg_btn.png) no-repeat right !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
	-webkit-box-shadow: 4px 4px 0px rgba(4, 119, 113, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(4, 119, 113, 0.99);
	box-shadow: 4px 4px 0px rgba(4, 119, 113, 0.99);
	opacity:0.60;
}

.header {
	position:absolute;
	width:980px;
	height:300px;
	overflow:hidden;
	cursor:pointer;
	z-index:1;
}

.header_footer  {
	position:absolute;
	bottom:0px;
	width:980px;
	height:75px;
	background:url(../images/header_footer.png) no-repeat bottom left;
	z-index:20;
}

.soc_wrapper {
	position:absolute;
	right:10px;
	bottom:10px;
	width:245px;
	height:30px;
	z-index:100;
}

.breadcrumbs {
	float:left;
	width:770px;
	height:65px;
	background:url(../images/header_footer.png) no-repeat bottom left;
	font-size:11px;
	font-weight:normal;
	padding: 17px 10px 0 200px;
}

.breadcrumbs ul{
float:left;
width:100%;
list-style:none;
height:auto;
margin:0;
padding:0;
}

.breadcrumbs li{
display:inline;
float:left;
padding: 0 8px 0 0;
display: block;
height:24px;
line-height:24px;
width:auto;
}

.breadcrumbs li a {
	font-size:11px;
	font-weight:normal;
	color:#6f7072;
	text-decoration:none !important;
}

.breadcrumbs li a:hover {
	
	color:#992d1a !important;
	text-decoration:underline;
	padding: 0 0 0 0;
}

.breadcrumbs li.active a {
	color:#992d1a !important;
	text-decoration:underline;
	font-weight:bold;
	padding: 0 0 0 0;
}


.pointer_wrapper {
	position:absolute;
	bottom:10px;
	left:10px;
	width:90px;
	height:12px;
	z-index:50;
}
	

.pointer {
	float:left;
	width:20px;
	height:12px;
	background:none;
	cursor:pointer;
	text-align:left;
}

.menu-top {
	width:726px;
	background:none;
	text-align:left;
}

.menu-top ul {
width:auto !important;
list-style:none;
}

.menu-top li {
display:inline;
float:left;
margin: 0 0 0 50px;
display: block;
height:25px;
line-height:25px;
width:auto;
}


a.linkBtnPetrolVariable:link, a.linkBtnGreenVariable:visited, a.linkBtnBlueVariable:link, a.linkBtnBlueVariable:visited, a.linkBtnRedVariable:link, a.linkBtnRedVariable:visited  {
	float:left;
	width:100%;
	box-sizing:border-box;
	background:#3a7175 url(../images/bg_btn.png) no-repeat right;
	height:auto;
	line-height:24px;
	padding: 2px 30px 2px 10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:left;
}

a.linkBtnGreenfull:link, a.linkBtnGreenfull:visited, a.linkBtnBluefull:link, a.linkBtnBluefull:visited, a.linkBtnRedfull:link, a.linkBtnRedfull:visited, a.linkBtnYellowfull:link, a.linkBtnYellowfull:visited  {
	float:left;
	width:100%;
	box-sizing:border-box;
	background:#3a7175 url(../images/bg_btn.png) no-repeat right;
	height:auto;
	line-height:24px;
	padding: 2px 30px 2px 10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:left;
}

a.linkBtnGreenfull:hover, a.linkBtnBluefull:hover, a.linkBtnRedfull:hover {
	background:#3a7175 url(../images/bg_btn.png) no-repeat right !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
}

a.linkBtnBluefull:link, a.linkBtnBluefull:visited {
	background:#2a9cd3 url(../images/bg_btn.png) no-repeat right;
}

a.linkBtnYellowfull:link, a.linkBtnYellowfull:visited {
	background:#e9b405 url(../images/bg_btn.png) no-repeat right;
	color:#000000;
}
a.linkBtnYellowfull:hover {
	background:#efc24e url(../images/bg_btn.png) no-repeat right;
	color:#000000;
}

a.linkBtnBluefull:hover {
	background:#1fb3f2 url(../images/bg_btn.png) no-repeat right !important;
}

a.linkBtnRedfull:link, a.linkBtnRedfull:visited {
	background:#9a2d1a url(../images/bg_btn.png) no-repeat right;
}

a.linkBtnRedfull:hover {
	background:#b83c27 url(../images/bg_btn.png) no-repeat right !important;
}

a.linkBtnPetrolVariable:link, a.linkBtnPetrolVariable:visited {
	background:#3a7175 url(../images/bg_btn.png) no-repeat right;
	color:#ffffff;
}

a.linkBtnPetrolVariable:hover {
	background:#3a7175 url(../images/bg_btn.png) no-repeat right !important;
	color:#ffffff;
}


a.linkBtnPetrol:link, a.linkBtnPetrol:visited, a.linkBtnPetrolNone:link, a.linkBtnPetrolNone:visited {
	width:92px;
	background:#3a7175 url(../images/bg_btn.png) no-repeat right;
	height:24px;
	line-height:24px;
	padding: 0 10px 0 10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:left;
}

a.linkBtnPetrol:hover, a.linkBtnPetrolNone:hover {
	background:#3a7175 url(../images/bg_btn.png) no-repeat right !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
}


a.linkBtnPetrolNone:link, a.linkBtnPetrolNone:visited {
	background:#3a7175 url(../images/blank.gif) no-repeat !important;
	width:auto !important;
}

a.linkBtnPetrolNone:hover {
	background:#3a7175 url(../images/blank.gif) no-repeat !important;
		width:auto !important;

}


a.linkBtnTop:link, a.linkBtnTop:visited {
	width:auto;
	background:url(../images/btn_top.gif) no-repeat right;
	height:15px;
	line-height:15px;
	padding: 0 25px 0 10px;
	font-size:12px;
	color:#3a7175;
	text-decoration:none !important;
	font-weight:normal;
	text-align:left;
}

a.linkBtnTop:hover {
	background:url(../images/btn_top_hover.gif) no-repeat right;
	text-decoration:none !important;
	color:#3a7175 !important;
}


a.linkBtnRed:link, a.linkBtnRed:visited, a.linkBtnRedNone:link, a.linkBtnRedNone:visited {
	width:92px;
	background:#9a2d1a url(../images/bg_btn_minus.png) no-repeat right;
	height:24px;
	line-height:24px;
	padding: 0 10px 0 10px;
	margin-bottom:5px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:left;
}

a.linkBtnRed:hover, a.linkBtnRedNone:hover {
	background:#c4391d url(../images/bg_btn_minus.png) no-repeat right !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
}

a.linkBtnRedNone:link, a.linkBtnRedNone:visited {
	background:#9a2d1a url(../images/blank.gif) no-repeat !important;
	width:auto;
}

a.linkBtnRedNone:hover {
	background:#c4391d url(../images/blank.gif) no-repeat !important;
}

a.linkBtnOrange:link, a.linkBtnOrange:visited {
	width:92px;
	background:#c67421 url(../images/bg_btn.png) no-repeat right;
	height:24px;
	line-height:24px;
	padding: 0 10px 0 10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:left;
	-webkit-box-shadow: 4px 4px 0px rgba(159, 88, 22, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(159, 88, 22, 0.99);
	box-shadow: 4px 4px 0px rgba(159, 88, 22, 0.99);
}

a.linkBtnOrange:hover {
	background:#e89d2d url(../images/bg_btn.png) no-repeat right !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
	-webkit-box-shadow: 4px 4px 0px rgba(198, 116, 33, 0.99);
	-moz-box-shadow: 4px 4px 0px rgba(198, 116, 33, 0.99);
	box-shadow: 4px 4px 0px rgba(198, 116, 33, 0.99);
}





a.linkLogin:link, a.linkLogin:visited, a.linkLogin2:link, a.linkLogin2:visited {
	float:right;
	width:auto;
	height:24px;
	line-height:24px;
	padding: 0 15px 0 15px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:center;
	margin: 29px 0 0 0;
	background:#3a7175;
}

a.linkLogin:hover, a.linkLogin2:hover {
	background:#3a7175;
}

a.linkLogin2:link, a.linkLogin2:visited {
	margin-right:20px;	
}

a.linkLogin2:hover { 
margin-right:20px;
}


a.linkBtnPrev:link, a.linkBtnPrev:visited {
	width:217px;
	background:#706f6f;
	color:#ffffff;
}

a.linkMenuTop:link, a.linkMenuTop:visited {
	color:#9d9c9c;
	font-size:12px;
	text-decoration:none !important;
}

a.linkMenuTop:hover {
	color:#992d1a;
	text-decoration:none !important;
}

a.linkMenuTopActive:link, a.linkMenuTopActive:visited {
	text-decoration:none !important;
	color:#992d1a;
}


.menu {
min-height:278px;
padding: 0 0 15px 0;
margin: 0 0 15px 0;
border-top:#dbd5d5 solid 1px;

}

.menu ul {
list-style:none;
padding: 0 0 0px 0;
}

.menu li {
display:inline;
font-size:12px;
border-bottom:#dbd5d5 solid 1px;
border-top:#fef8f8 solid 1px;
}

.menu li li {
line-height:25px;
font-size:12px;
border:none;
border-bottom:#dbd5d5 solid 1px;
border-top:#fef8f8 solid 1px;
}

.menu li li li {
line-height:20px;
font-size:12px;
border:none;
border-top:#fef8f8 solid 1px;
}

a.linkMenu:link, a.linkMenu:visited {
	float:left;
	width:160px;
	height:auto;
	line-height:20px;
	padding: 7px 10px 7px 20px;
	color:#3d3d3f;
	font-size:12px;
	text-decoration:none !important;
	font-weight:normal;
	margin: 0 0 0 -10px;

}

a.linkMenu:hover {
float:left;
	width:160px;
	height:auto;
	line-height:20px;
	padding: 7px 10px 7px 20px;
	color:#992d1a !important;
	text-decoration:none !important;
	background:url(../images/bg_menu_active.gif) left repeat-y transparent !important;
	margin: 0 0 0 -10px;
}

a.linkMenuActive:link, a.linkMenuActive:visited {
	float:left;
	width:160px;
	height:auto;
	line-height:20px;
	font-size:12px;
	padding: 7px 10px 7px 20px;
	color:#992d1a !important;
	text-decoration:none !important;
	font-weight:bold !important;
	background:url(../images/bg_menu_active.gif) left repeat-y transparent !important;
	margin: 0 0 0 -10px;

  }

a.linkSubMenu:link, a.linkSubMenu:visited {
	float:left;
	width:150px;
	padding: 7px 10px 7px 20px;
	height:auto;
	line-height:20px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none !important;
	font-weight:normal;
	background:#248bbd url(../images/bg_submenu.gif) repeat-y right;
}

a.linkSubMenu:hover {
	color:#FFFFFF;
	background:#2a9cd3 url(../images/bg_submenu.gif) repeat-y right;
}

a.linkSubMenuActive:link, a.linkSubMenuActive:visited {
	float:left;
	width:150px;
	padding: 7px 10px 7px 20px;
	height:auto;
	line-height:20px;
	color:#FFFFFF !important;
	font-size:12px;
	text-decoration:none !important;
	font-weight:bold !important;
	background:#2a9cd3 url(../images/bg_submenu_active.gif) repeat-y right !important;

}

a.linkSubSubMenu:link, a.linkSubSubMenu:visited {
	float:left;
	width:140px;
	padding: 3px 10px 3px 30px;
	height:auto;
	line-height:20px;
	color:#3d3d3f;
	font-size:12px;
	text-decoration:none !important;
	font-weight:normal;
	background:#e9b405 url(../images/bg_submenu.gif) repeat-y right;
}

a.linkSubSubMenu:hover {
	color:#3d3d3f;
	background:#e2bd56 url(../images/bg_subsubmenu.gif) repeat-y right;
}

a.linkSubSubMenuActive:link, a.linkSubSubMenuActive:visited {
	float:left;
	width:140px;
	padding: 3px 10px 3px 30px;
	height:auto;
	line-height:20px;
	font-size:12px;
	color:#3d3d3f !important;
	text-decoration:none !important;
	font-weight:bold;
	background:#f5c600 url(../images/bg_subsubmenu_active.png) no-repeat right !important;

}

.sitemap {
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.sitemap ul{
list-style: none;
margin: 0;
padding: 0;
}

.sitemap li{
margin: 0;
padding: 0;
width:100%;
}

.sitemap li a{
display: block;
text-decoration: none;
padding: 2px 0 2px 0;
width: 400px;
width:100%;

}

.sitemap li a:link, .sitemap li a:visited{
	color: #992d1a;
	font-weight: bold;
}

.sitemap li a:hover, .sitemap li a:active{
	color: #992d1a;
	font-weight: bold;
}

.sitemap li li a:link, .sitemap li li a:visited{
	width:481px;
	padding: 0 0 0 25px;
	color: #3d3d3f;
	font-weight: normal;
}

.sitemap li li a:hover, .sitemap li li a:active{
	width:481px;
	padding: 0 0 0 25px;
	color: #992d1a;
	text-decoration:underline;
	font-weight: normal;
}

.sitemap li li li a:link, .sitemap li li li a:visited{
	width:456px;
	padding: 0 0 0 50px;
	color: #868789;
	font-weight: normal;
}

.sitemap li li li a:hover, .sitemap li li li a:active{
	width:456px;
	padding: 0 0 0 50px;
	color: #868789;
	text-decoration:underline;
	font-weight: normal;
}

.sitemap ul ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.sitemap ul ul ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.td {
	line-height:20px;
	padding: 7px 0 0 0;
	margin: 0 0 7px 0 ;
}

.td a {
	font-size:12px;
	color:#3d3d3f;
	text-decoration:none !important;
}

.td a:hover {
	color:#e54c60;
	text-decoration:underline;
}

.color-red {
	color:#e54c60;
	text-decoration:underline;
}

.color-red-h1 {
	color:#992d1a;
	text-decoration:none;
	font-weight:bold;
}

.img {
	border:0px;
}

.img-left {
	float:left;
	margin: 0 15px 15px 0;
}

.img-right {
	float:left;
	margin: 0 0px 15px 15px;
}

.image {
	float:left;
	width:222px;
	margin: 5px 20px 20px 0;
}

.tsr {
	border:0px;
}

.col_wrapper {
	float:left;
	width:970px;
	height:auto;
	padding: 20px 10px 35px 0px;
	color:#3d3d3f;
	background:url(../images/bg_col_wrapper.gif) repeat-y;
}

.col, .col-left, .col-right, .col-middle, .col-wide {
	height:auto;
	padding: 0 0 0 0;
	min-height:5px !important;
}

.col-left {
	width:180px;
	float:left;
}
.col-right {
	width:245px;
	float:right;
}

.col-middle {
	float:left;
	width:506px;
	margin: 0 0 0 20px;
}


.col-wide {
	width:706px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.box {
	color:#706f6f;
}

.more {
	width:100%;
	height:auto;
	line-height:20px;
	text-align:right;
	color:#992d1a;
	font-size:12px;
	padding: 15px 0 0 0;
	font-weight:bold;
}

.more a {
	font-size:12px;
	color:#992d1a;
	text-decoration:none !important;
	font-weight:bold;
}

.more a:hover {
	color:#992d1a;
	text-decoration:underline;
}

.search {
	float:right;
	width:245px;
	height:26px;
	overflow:hidden;
	padding: 0 0 0 0;
	margin: 28px 10px 0 20px;
}

.search_wrapper {
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: #992d1a solid 1px;

}

.search_field, .search_btn {
	width:220px;
	height:25px;
	overflow:hidden;
	padding:0;
	margin:0;
}

.search_btn {
	width:25px;
}

.BrowseAloud {
	float:right;
	width:104px;
	height:28px;
	margin: 29px 15px 0 0;

}

.wrapper, .cl-wrapper, .pub-wrapper {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-size:12px;
}

.pub-meta {
	float:left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	line-height: 22px;
	margin-bottom:0;
	color:#992d1a;
	font-weight:600;
}

.pub-wrapper h2 {
	font-size:16px;
}

.pub-image {
	float:left;
	width: 30%;
	height: auto;
	margin-bottom:15px;
}

.pub-image img {
	width: 100%;
	border:none;
	
}

.pub-col {
	float:right;
	width: 68%;
	height: auto;
	margin-bottom:15px;
}

.pub-col h3 {
	font-size:12px;
}

.pub-col h2 {
	margin-top:0px;
	margin-bottom:10px;
}


.cl-boxes {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.cl-wrapper .title {
	background:none;
}

.cl-wrapper .title h3 {
	font-size:14px;
	font-weight:bold;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
}

.cl-wrapper .subtitle h4 {
	font-size:13px;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}


.cl-wrapper .text {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.cl-wrapper label {
	cursor: pointer; 
	display: block; 
	padding-left: 23px;  
	text-indent: -23px;
}


.intro {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	line-height:22px;
	font-size:14px;
}

.intro a {
	color:#992d1a;
	text-decoration:underline;
	font-weight:normal;
}

.intro a:hover {
	color:#e54c60;
	text-decoration:underline;
}

.center {
	text-align:center;
}

.cursor {
	cursor:pointer;
}

.none {
	display:none !important;
}

.block {
	display:block !important;
}

.hidden {
	visibility:hidden !important;
}

.pad {
	margin-right:20px;
}

.widget {
	background:url(../images/widget.png) no-repeat right top;
}

.rel_teaser {
	float:left;
	width:222px;
	height:140px;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}



.footer_wrapper {
	width:970px;
	padding: 20px 10px 10px 0;
	background:#248bbd;
	color:#ffffff !important;
}

.footer_inner {
	text-align:left; 
}

.footer_wrapper a {
	font-size:12px;
	color:#ffffff !important;
	text-decoration:none !important;
	font-weight:normal;
}

.footer_wrapper a:hover {
	color:#ffffff !important;
	text-decoration:underline;
}

.footer_wrapper h2 {
    font-size: 18px;
    font-weight: lighter;
    line-height: 30px;
    padding: 0 0 5px;
}

a.linkMenuFoActive:link, a.linkMenuFoActive:visited {
	font-size:12px;
	color:#ffffff !important;
	text-decoration:underline;
	font-weight:normal;
}

.menu-fo {
float:left;
width:142px;
height:auto;
}

.menu-fo ul{
width:100%;
list-style:none;
margin: 0 0 0 0;
padding: 0 0 0 0;
height:auto;
}

.menu-fo li {
display:inline;
margin: 0 0 0 0;
display: block;
height:auto;
line-height:20px;
width:auto;
font-size:14px;
font-weight:bold;
}

.overview_wrapper {
padding: 0 0 15px 0;
}

.overview, .list {
float:left;
width:223px;
height:auto;
margin-bottom:15px;
background:#ffffff;
padding:10px;
}

.list {
	margin: 0 0 20px 0;
}

.doc_teaser {
	max-height:293px;
	overflow:hidden;
	margin: 0 0 15px 0;
}

.teaser_wrapper {
	float:left;
	width:444px;
	height:251px;
	overflow:hidden;
	padding: 10px;
	margin: 0 0 15px 0;
	text-align:left;
	background:url(../images/bg_teaser_wrapper.gif) no-repeat bottom;
}

.teaser_inner {
	position:absolute;
	width:444px;
	height:251px;
	z-index:10;	
}

.teaser, .teaser_filter {
	position:absolute;
	width:444px;
	height:251px;
	z-index:10;	
	overflow:hidden;
}

.teaser_filter {
	z-index:20;
}

.nav-left, .nav-right {
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 108px;
	z-index: 150;
	cursor:pointer;
}

.nav-right {
	right:-52px;
}

.nav-left {
	left:-52px;
}

.icon_wrapper {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}

.icon {
	float:right;
	width:30px;
	height:30px;
	margin: 0 0 0 10px;
}

.icon_text {
	float:right;
	width:auto;
	height:20px;
	line-height:30px;
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
	font-size:12px;
}

.lock {
	height:65px;
	overflow:hidden;
}

.text, .form, .map, .wrapper, .note, .note-wrapper, .cl-wrapper  {
	line-height:20px;
	font-size:12px;
	color:#3d3d3f;
	text-align:left;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.note-wrapper {
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;
}

.note {
	color:#56345d;
	font-weight:bold;
	font-size:14px;
}

.map { 
width:484px;
height:auto;
margin:0;
padding:10px;
background:#FFFFFF;
border:#CCC solid 1px;
}

.share {
padding: 15px 0 15px 0;
margin: 15px 0 15px 0;
}

.ov_teaser_wrapper {
	float:left;
	width:223px;
	height:150px;
	overflow:hidden;
	padding: 0;
	margin: 0 0 15px 0;
	text-align:left;
}

.ov_teaser_inner {
	position:absolute;
	width:223px;
	height:150px;
	z-index:10;
	overflow:hidden;
	background:#FFFFFF;
}

.ov_teaser {
	position:absolute;
	left:50% !important;
	top:0px;
	margin-left:-200px !important;
	width:400px;
	height:150px;
	text-align:center !important;
	z-index:15;
	background:#FFFFFF;	
}

.ov_filter {
	position:absolute;
	width:223px;
	height:150px;
	left:0px;
	top:0px;
	z-index:20;
	background:url(../images/ov_teaser_filter.png) no-repeat;
	opacity:0.60;
}




.list_teaser {
	float:left;
	width:150px;
	height:auto;
	overflow:hidden;
}

.date {
	float:left;
	width:auto;
	padding: 0 15px 0 15px;
	margin: 0 0 10px 0;
	height:16px;
	line-height:16px;
	background:#e9b405;
	color:#000000;
	font-size:10px;
	}

.ov_text {
height:115px;
overflow:hidden;
text-align:left;
line-height:20px;
}

.ov_td {
width:200px;
overflow:hidden;
text-align:left;
line-height:20px;
padding: 0 11px 0 11px;
}

.ov_title {
width:200px;
height:50px;
line-height:20px;
overflow:hidden;
text-align:left;
padding: 0 11px 0 11px;
color:#26353c;
}

.devider {
	height:1px;
	margin: 5px 0 15px 0;
}

.ov_col {
	width:222px;
}

.list_col {
	width:335px;
}

.ov-link, .ov-more {
	padding: 15px 0 0 0;
	line-height:16px;
	text-align:right;
}

.ov-link a, .ov-more a {
	float:right;
	width:217px;
	height:16px;
	line-height:16px;
	padding: 0 5px 1px 0;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
}

.ov-link a {
	background:#b2b2b1;
}

.ov-more a {
	background:#992d1a;
}

a.ov-link:link, a.ov-link:visited, a.ov-more:link, a.ov-more:visited {
	float:right;
	width:217px;
	height:16px;
	line-height:16px;
	padding: 0 5px 1px 0;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
}

a.ov-more:link, a.ov-more:visited {
	background:#9d9c9c;
}

a.ov-link:hover, a.ov-link:hover {
	color:#FFFFFF;
	text-decoration:none !important;	
	background:#992d1a !important;
}

a.ov-link-active:link, a.ov-link-active:visited, a.ov-more-active:link, a.ov-more-active:visited {
	float:right;
	width:217px;
	height:16px;
	color:#ffffff;
	font-size:12px;
	text-decoration:none !important;
	padding: 0 5px 1px 0;
}

a.ov-link-active:link, a.ov-link-active:visited {
	background:#992d1a;
}

a.ov-more-active:link, a.ov-more-active:visited {
	background:#9d9c9c;
}



.link-wrapper {
	width:100%;
	height:auto;
}

.link-wrapper a {
	float:left;
	width:207px;
	padding: 0 0 2px 15px;
	line-height:15px;
	text-decoration:none !important;
	font-size:12px;
	color:#57585a;
	font-weight:normal;
	background:url(../images/bg_links.gif) no-repeat left top;
	margin: 0 0 3px 0;
}

.link-wrapper a:hover {
	text-decoration:underline;
	color:#16afe0;
}


.menu-bottom {
	float:left;
	width:100%;
	height:auto;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	text-align:left;
	color:#FFFFFF;
	font-size:10px;
}


.menu-bottom ul {
	float:left;
width:800px;
list-style:none;
}

.menu-bottom li {
	float:left;
display:inline;
padding: 0 15px 0 0;
display: block;
width:auto;
line-height:20px;
font-size:10px;
}

.menu-bottom a {
	font-size:10px;
	color:#ffffff;
}

.menu-bottom a:hover {
	text-decoration:underline;
	color:#ffffff;
}

.menucms {
position:absolute;
left:0px;
top:0px;
width:100%;
z-index:10000;
font-size:10px;
color:#ffffff; 
background-color:#26353c; 
line-height:31px; 
height:31px; 
text-align:center;
}

a.linkBeheer:link, a.linkBeheer:visited{
color:#ffffff;
text-decoration:none !important;
font-size:11px;
}

a.linkBeheer:hover {
text-decoration:underline;
}

a.linkBeheerActive {
color:#ffffff;
font-size:11px;
text-decoration:underline;
font-weight:bold;
}

.page {
padding: 15px 0 15px 0;
margin: 25px 0 15px 0;
font-size:11px;
}

.page ul{
	float:left;
list-style:none;
text-align:center;
}

.page li{
margin: 0 10px 0 0;
display: block;
height:auto;
width:auto;
display:inline;
color:#3d3d3f;
font-size:12px;
height:15px;
line-height:15px;
}

.page li a {
	color:#3d3d3f;
	font-size:12px;
}

.page li a:hover {
	color:#e54c60;
	text-decoration:underline;
}

.page li.active a {
	color:#e54c60;
	text-decoration:underline;
	font-weight:bold;
}

.filtermenu {
padding: 0 0 15px 0;
margin: 15px 0 15px 0;
font-size:12px;
}

.filtermenu ul{
list-style:none;
float:left;
margin:0;
padding:0;
}

.filtermenu li {
float:left;
height:auto;
width:auto;
display:inline;
color:#992d1a;
font-size:12px;
font-weight:bold;
margin: 0 5px 0 0;
}

.filtermenu li a {
color:#3d3d3f;
font-size:12px;
}

.filtermenu li a:link, .filtermenu li a:visited {
color:#3d3d3f;
font-size:12px;
}


.filtermenu li a:hover, .filtermenu li a:active {
color:#992d1a;
text-decoration:underline;
font-weight:bold;
}

a.filterActive {
color:#919f00 !important;
text-decoration:underline;
font-weight:bold;
}

.popup_body {
position:absolute;
left:0px;
top:0px;
width:100% !important;
height:100% !important;
z-index:110000;
}

.popup_container {
	position: absolute;
	left: 50%;
	margin-top: 50px;
	margin-left: -320px;
	width: 680px;
	height: auto;
	background: none;
	padding: 0 0 0 0;
	background: #ffffff;
	top: -1px;
}

.popup_inner {
width:640px;
background:#ffffff;
padding: 0 20px 0 20px;
box-shadow: 0 5px 10px #000000;
}

.popup_top {
	float:left;
	width:640px;
	height:25px;
	padding: 10px 0 10px 0;
	background:#FFFFFF;
}

.popup_title {
	float:left;
	width:auto;
	height:25px;
	color:#992d1a;
	font-size:11px;
	text-align:left;
	line-height:25px;
}

.popup_btn {
	height:25px;
	color:#e1007a;
	font-size:11px;
	text-align:left;
	line-height:25px;
}

a.linkClose:link, a.linkClose:visited {
	height:25px;
	line-height:25px;
	padding: 0 25px 0 0;
	background:url(../images/btn_popup.png) no-repeat right;
	color:#992d1a;
	text-decoration:none !important;
	font-size:11px;
	font-weight:normal;
	
}

a.linkClose:hover {
	background:url(../images/btn_popup_hover.png) no-repeat right;
	color:#9b9d9e;
	text-decoration:none !important;
}

.popup_content {
	float:left;
	width:610px;
	height:auto;
	padding: 15px 15px 15px 15px;
	text-align:left;
	line-height:20px;
	font-size:12px;
}

.popup_photo {
	width:640px;
	margin: 0 0 25px 0;
	text-align:left;
	background:none;
}

.popup_footer {
	float:left;
	width:100%;
	height:30px;
	padding: 10px 0 10px 0;
	background:#ffffff;
	color:#6f7072;
	font-size:11px;
	text-align:left;
	line-height:30px;
}


.layer {
position:absolute;
left:0px;
top:0px;
vertical-align:middle;
background-color:#000000;
opacity:0.60;
z-index: 100000; 
width:100%; 
height:2000px;
}

a.skipLink {
    background-color: #D8E9F6;
    border: 2px solid #12405C;
    display: block;
    font-size: 12px;
    left: -1000em;
    padding: 5px;
    position: absolute;
    z-index: 10;
}
a.skipLink:focus, a.skipLink:active {
  top:1em;
  left:200px;
  z-index:1000;
  color: #1E6891;
  
}

.xmlns {
	height:150px;
	width:506px;
}

.poly {
	stroke:black;
	stroke-width:0.3;
	fill:none;
}

.st_linkedin_hcount, .st_facebook_hcount, .st_twitter_hcount {
	float:left;
	width:auto;
}

iframe {
	float:left;
	border:0;
	margin:0;
	padding:0;
}

input[type="submit"]{

  
	width:auto;
	height:25px;
	line-height:25px;
	padding: 0 15px 0 15px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none !important;
	font-weight:normal;
	text-align:center;
	margin: 0 0 0 0;
	background:#9a2d1a;
	cursor:pointer;
	border:0px !important;
}

input[type="submit"]:hover{

  background:#ad5237;
}

.checklist-wrapper {
	float:left;
	width:100%;
	height:auto;
	padding:40px 35px 10px 35px;
	box-sizing:border-box;
	background:#e9b405;
	color:#ffffff;
}

.checklist-wrapper .cols {
	float:left;
	width:46%;
	margin-right:8%;
	margin-bottom:8%;
}

.checklist-wrapper .cols:nth-of-type(2n) {
    clear: right;
    margin-right: 0px;
}

.cl-block {
	float:left;
	width:100%;
	height:auto;
	background:#ffffff;
	box-sizing:border-box;
	padding:10px 20px 0 20px;
	-webkit-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.2);
}

.cl-teaser {
	float:left;
	width:100%;
	height:105px;
	text-align:center;
}

.cl-teaser img {
	height:105px;
	border:0;
}

.cl-teaser a:link, .cl-teaser a:visited {
	text-decoration:none;
	opacity:1.0;
}

.cl-teaser a:hover {
	text-decoration:none;
	opacity:0.75;	
}

.cl-title {
	float:left;
	width:100%;
	height:auto;
	min-height:45px;
	line-height:20px;
	text-align:center;
	color:#65413d;
	font-weight:bold;
	font-size:14px;
}

.cl-title h2, .cl-title h3 {
	margin-top:0px;
}

.cl-title a:link, .cl-title a:visited {
	color:#65413d;
	text-decoration:none !important;
	font-weight:bold;
	font-size:14px;
}

.cl-title a:hover {
	color:#9b3281;
	text-decoration:none !important;
}

.cl-header {
	float:left;
	width:100%;
	box-sizing:border-box;
	
	height:auto;	
	padding:0;
	margin-bottom:20px;
}

.cl-icon {
	float:left;
	width:100px;	
	height:66px;
	background-color:#ffffff;
	padding:17px 0 17px 0;
	
}

.cl-icon img { 
	width:100%;
}

.cl-heading {
	float:right;
	width:375px;
	height:100px;
	padding: 0;
	margin:0;
	
	
}

.bg-yellow {
	background:#e9b405;
	color:#3d3d3f;
}
.bg-blue {
	background:#2a9cd3;
	color:#ffffff;
}

.cl-heading h2 {
	font-size:18px;
	line-height:100px;
	height:100px;
	paddinhg: 0 0 0 0;
	margin: 0 0 0 0;
}

.wrapper h3 {
	margin-bottom:10px;	
}

.wrapper h2 {
	paddinhg: 0 0 0 0;
	margin: 0 0 0 0;
}

.wrapper h2 a:link, .wrapper h2 a:visited {
	color: #992d1a;
    text-decoration: none !important;
	margin:0 0 15px 0;
	padding: 0 0 0 0;
}

.wrapper h2 a:hover {
	color: #992d1a;
    text-decoration: underline !important;
}


.infographic-wrapper, .infographic-pdca-wrapper, .infographic-sp-wrapper {
	float:left;
	width:506px;
	padding: 0 0 0 0;
	text-align:right;
	margin-top:20px;
	margin-bottom:20px;
}

.infographic-wrapper {
	height:261px;
	background:#e8b300;
}

.infographic-sp-wrapper {
	height:287px;
	background:#9b3281;
}

.infographic-pdca-wrapper {
	height:261px;
	background:none;
}
	
.infographic-inner, .infographic-pdca-inner, .infographic-sp-inner {
	position:absolute;
	width:506px;
	padding: 0 0 0 0;
	z-index:10;
	text-align:left;
}

.infographic-inner {
	height:261px;
	background:#e8b300;
}

.infographic-pdca-inner {
	height:261px;
	background:none;
}

.infographic-sp-inner {
	height:287px;
	background:#9b3281;
}


.infographic, .infographic-pdca, .infographic-sp {
	position:absolute;
	left:0px;
	top:0px;
	width:506px;
	z-index:20;
}

.infographic {
	height:261px;
}

.infographic-pdca {
	height:261px;
	text-align:center !important;
}

.infographic-sp {
	height:287px;
	text-align:center !important;
}

.clear, .clear-pdca, .clear-sp {
	position:absolute;
	width:546px;
	left:-20px;
	top:-20px;
	z-index:1;
	background:none;
}

.clear {
	height:301px;	
}

.clear-pdca {
	height:301px;	
}

.clear-sp {
	height:327px;
}

.infographic area {
	cursor:pointer;	
}
.infographic img, .infographic-pdca img, .infographic-sp img {
	border:0;
	width:506px;
}

.infographic img {
	height:261px;	
}

.infographic-pdca img {
	height:260px;
	width:261px;
}

.infographic-sp img {
	height:287px;
	width:506px;
}

.silhouette-wrapper {
	float:left;
	width:506px;
	height:270px;
	text-align:left;
	margin:10px 0 25px 0;
}

.silhouette-inner {
	position: absolute;
	width: 506px;
	height: 270px;
	background: #e9b405;
}

.silhouette-inner a:link, .silhouette-inner a:visited {
	opacity:1.0;
	text-decoration:none;
}

.silhouette-inner a:hover {
	opacity:0.8;
}

.silhouette {
	position: absolute;
	width: 170px;
	height: 170px;
	left: 168px;
	top: 50px;
}

.silhouette img {
	width:170px;
	height:170px;
	border:0;
}

.silhouette-inner .icon-01, .silhouette-inner .icon-02, .silhouette-inner .icon-03, .silhouette-inner .icon-04 {
	position: absolute;
	width: 60px;
	height: 60px;
	
}

.silhouette-inner .icon-01 img, .silhouette-inner .icon-02 img, .silhouette-inner .icon-03 img, .silhouette-inner .icon-04 img {
	width:60px;
	height:60px;
	border:0;
	
}

.silhouette-inner .icon-01 {
	left: 40px;
	top: 40px;
}

.silhouette-inner .icon-02 {
	right: 40px;
	top: 40px;
}

.silhouette-inner .icon-03 {
	right: 40px;
	bottom: 40px;
}

.silhouette-inner .icon-04 {
	left: 40px;
	bottom: 40px;
}

.timeline-Tweet-retweetCredit {
    color: #000000 !important;
}

.icon a:link, .icon a:visited {
	text-decoration:none;
	border:none;	
	opacity:1.0;
}

.icon a:hover {
	opacity:0.8;
}

.st_linkedin_hcount, .st_facebook_hcount, .st_twitter_hcount {
    cursor:pointer;
}

.st_linkedin_hcount a:focus, .st_facebook_hcount a:focus, .st_twitter_hcount a:focus {
	border:#3a7175 solid 1px;
}

.st_linkedin_hcount a, .st_facebook_hcount a, .st_twitter_hcount a {
    border:#3a7175 solid 1px;
}

.st_linkedin_hcount span:focus, .st_facebook_hcount span:focus, .st_twitter_hcount span:focus {
    cursor:pointer;
}

.st_linkedin_hcount .stButton:focus, .st_facebook_hcount .stButton:focus, .st_twitter_hcount .stButton:focus {
    cursor:pointer;
}

.crumb {
	font-size:11px;
}

.footer_wrapper .text {
	color:#FFFFFF;
	font-weight:normal;
}


.share ul{
float:left;
width:100%;
list-style:none;
height:auto;
margin:0;
padding:0;
}

.share li {
display:inline;
float:left;
padding: 0 8px 0 0;
display: block;
height:30px;
line-height:30px;
width:auto;
}


.share li.linkedin a:link, .share li.linkedin a:visited, .share li.facebook a:link, .share li.facebook a:visited, .share li.twitter a:link, .share li.twitter a:visited  {
	display:inline;
	float:left;
	padding: 0 8px 0 0;
	display: block;
	padding-left:45px;
	line-height:30px;
	height:30px;
	width:auto;
	color:#000000;
	text-decoration:none !important;
}


.share li.linkedin a:link, .share li.linkedin a:visited  {
		background:url(../images/btn_soc_linkedin.gif) no-repeat left;
}

.share li.linkedin a:hover {
		background:url(../images/btn_soc_linkedin_hover.gif) no-repeat left;
}

.share li.facebook a:link, .share li.facebook a:visited  {
		background:url(../images/btn_soc_facebook.gif) no-repeat left;
}

.share li.facebook a:hover {
		background:url(../images/btn_soc_facebook_hover.gif) no-repeat left;
}

.share li.twitter a:link, .share li.twitter a:visited  {
		background:url(../images/btn_soc_twitter.gif) no-repeat left;
}

.share li.twitter a:hover {
		background:url(../images/btn_soc_twitter_hover.gif) no-repeat left;
}

.share p {
	font-weight:bold;
}

.sub {
	font-size:11px;	
}

.logo-wr2 {
    float: right;
    width: auto;
    height: auto;
    margin: 20px 50px 0 0;
}

.logo-wr2 img {
width: 33px;
	height: 43px;
}

.blog-wrapper {
	float:left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
}


.cols-wrapper .cols-3 .col2-col3 .col:nth-of-type(2n) {
	margin-right: 0%;
}

.cols-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	
	box-sizing: border-box;
}

.cols-1 .col {
	width: 100%;
}
.cols-2 .col {
	width: 48.4%;
}
.cols-4 .col {
	width: 22.6%;
}
.cols-5 .col {
	width: 17.37%;
}
.cols-6 .col {
	width: 14.00%;
}
.cols-7 .col {
	width: 11.542857%;
}
.cols-5 .col:nth-of-type(5n) {
	margin-right: 0%;
}
.cols-6 .col:nth-of-type(6n) {
	margin-right: 0%;
}
.cols-7 .col:nth-of-type(7n) {
	margin-right: 0%;
}
.cols-3 .col {
	width: 31.2%;
}
.cols-3 .col1, .cols-3 .col2, .cols-3 .col3, .cols3 .col1, .cols3 .col2, .col3 {
	width: 31.2%;
	margin-right: 3.2%;
}
.cols3 .col3 {
	width: 31.2%;
	float: right;
	margin-right: 0%;
}
.cols-3 .col2-col3 {
	width: 65.6%;
	float: left;
	text-align: left;
}
.col2-col3, .cols3 .col1-col2, .col1-col2 {
	width: 65.6%;
	float: left;
	text-align: left;
}
.cols-3 .col2-col3 .col, .col1-col2 .col {
	width: 48.4%;
	margin-right: 3.2%;
}
.cols-3 .col2-col3 .col:nth-of-type(2n) {
	margin-right: 3.2%;
}
.col1-col2 .col:nth-of-type(2n) {
	margin-right: 0%;
}

.cols-3 .col2-col3 .cols-2 .col:nth-of-type(2n) {
	margin-right: 0%;
}
.col {
	float: left;
	margin-bottom: 30px;
	margin-right: 3.2%;
	text-align: left;
}
.cols-wrapper .cols-3 .col2-col3 .col:nth-of-type(2n), .cols-wrapper .cols-2 .col:nth-of-type(2n) {
	margin-right: 0%;
}
.cols-1 .col {
	text-align: center;
}
.cols-3 .col:nth-of-type(3n) {
	margin-right: 0%;
}

.cols-2 .col:nth-of-type(2n) {
	margin-right: 0%;
}
.col4 h2 {
	font-size: 18px;
}
.col4 h3 {
	margin-bottom: 20px;
}
.col4 h4 {
	color: #248bbd;
	font-size: 12px;
	font-weight: bold;
}
.cols-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.no-margin .col {
	margin-right: 0px;
	width: 33.333333%;
}
.col1, .col2, .col3, .col4 {
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
}
.col1, .col2 {
	float: left;
	margin-right: 3.2%;
}
.col3 {
	float: right;
	margin-right: 0%;
}
.col4 {
	float: right;
	margin-bottom: 20px;
	text-align: left;
}
.col1, .col2, .col3 {
	width: 31.2%;
}
.col1-col3, .col2-col4 {
	width: 74.2%;
	display: table;
	table-layout: fixed;
}
.cols3 .col1-col2 {
	width: 65.6%;
	display: table;
	table-layout: fixed;
}
.col1-col3 {
	float: left;
}
.cols3 .col1-col2 {
	float: left;
}
.col3-col4 {
	float: right;
}
.col2-col4 {
	float: right;
}
.col1-col4 {
	float: left;
	width: 100%;
}
.col1-col2 h1, .col3-col4 h1, .col1-col3 h1, .col1-col4 h1, .col1-col3 h2, .col1-col4 h2, .col4 h2 {
	position: relative;
	margin-bottom: 24px;
}


.blog-item {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.blog-item .blog-item-content {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 10px 10px 10px;
	box-sizing: border-box;
	background-color: #ffffff;
}
.bg-white .blog-item {
	background-color: #f7f2ee;
}
.bg-grey .blog-item {
	background-color: #ffffff;
}
.blog-item-content a:link h3, .blog-item-content a:visited h3 {
	text-decoration: none;
}
.blog-item-content a:hover h3 {
	text-decoration: underline;
	color: #3b7275;
}
.blog-item .blog-image {
	float: left;
	width: 100%;
	height: auto;
	border: #dfdfdf solid 1px;
	overflow: hidden;
	display: block;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-sizing: border-box;

}
a:link .blog-image, a:visited .blog-image {
	opacity: 1.0;
}
a:hover .blog-image {
	opacity: 0.8;
}

.blog-image img {
	width: 100%;
	border: 0;
}
.blog-date {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.blog-date span {
	float: left;
	width: auto;
	padding: 2px 10px 2px 10px;
	background-color: #e9b400;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
.blog-item h3 {
	float: left;
	width: 100%;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	height: 4.5em;
	line-height: 1.5em;
	margin-bottom: 3px;
}

.social-icons {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.blog-item .social-icons {
	width: 100%;
	float: left;
}
.social-icons ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.blog-item .social-icons ul {
	float: left;
}

.social-icons ul.like, .comment-heading ul.like {
	float: right;
}
.comment-heading ul.like {
	float: right;
	width: 60px;
	padding: 0;
}
.social-icons ul.like li {
	margin: 0px;
	background-color: #992d15;
	color: #FFFFFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.comment-heading ul.like li {
	margin: 0px;
	background-color: #3d3d3f;
	color: #FFFFFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.social-icons li, .comment-heading li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 0 0 0 0;
	width: 30px;
	height: 30px;
}

.social-icons li a:link, .social-icons li a:visited, .social-icons ul.like li a:link, .social-icons ul.like li a:visited, .comment-heading ul.like li a:link, .comment-heading ul.like li a:visited {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.comment-heading ul.like li a:hover {
	color: #f39200;
	opacity: 1.0;
}
.social-icons li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.social-icons ul.like li a:link, .social-icons ul.like li a:visited {
	background-color: #992d15;
}
.social-icons li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.social-icons ul.like li a:hover {
	opacity: 1.0;
	text-decoration: none;
	color: #f39200;
}
.social-icons span {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	font-weight: 400;
}
.counter-holder {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}
.counter-numb {
	font-size: 50px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.3em;
}
.counter-holder h3 {
	color: #9d9d9c;
	font-size: 18px;
}

.social-icons li a:link, .social-icons li a:visited, .doc-footer .social-icons li a:link, .doc-footer .social-icons li a:visited, .blog-item .social-icons li a:link, .blog-item .social-icons li a:visited, .nav-container .social-icons li a:link, .nav-container .social-icons li a:visited, .nav-mobile .social-icons li a:link, .nav-mobile .social-icons li a:visited, .col1-col2 .social-icons li a:link, .col1-col2 .social-icons li a:visited {
	background: #248bbd;
}
.social-icons li a:hover, .doc-footer .social-icons li a:hover, .blog-item .social-icons li a:hover, .nav-container .social-icons li a:hover, .nav-mobile .social-icons li a:hover, .col1-col2 .social-icons li a:hover {
	background: #248bbd;
}
.footer-content .social-icons li a:link, .footer-content .social-icons li a:visited {
	background: #248bbd;
}
.footer-content .social-icons li a:hover {
	background: #248bbd;
}
.social-icons ul.like li a:link, .social-icons ul.like li a:visited {
	background-color: #992d15;
}
.social-icons li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.social-icons ul.like li a:hover {
	opacity: 1.0;
	text-decoration: none;
	color: #f39200;
}
.social-icons span {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	font-weight: 400;
}

.social-icons li a span {
	text-indent: -5000px !important;

}

a.btn-red:link, a.btn-red:visited, a.btn-orange:link, a.btn-orange:visited, a.btn-yellow:link, a.btn-yellow:visited, a.btn-teal:link, a.btn-teal:visited, a.btn-blue:link, a.btn-blue:visited, a.btn-lightblue:link, a.btn-lightblue:visited, a.btn-darkgrey:link, a.btn-darkgrey:visited, a.btn-lightgrey:link, a.btn-lightgrey:visited, a.btn-outline:link, a.btn-outline:visited, a.btn-white:link, a.btn-white:visited {
	font-size: 14px;
	padding: 2px 14px 2px 14px;
	height: auto;
	line-height: 30px;
	-moz-user-select: none;
	border: 1px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	overflow-wrap: break-word;
	position: relative;
	text-align: center;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	vertical-align: middle;
	font-weight: 600;
	text-decoration: none;
}

a.btn-teal:link, a.btn-teal:visited {
	background-color: #3b7275;
	color: #ffffff;
}
a.btn-teal:link, a.btn-teal:visited {
	background-color: #3b7275;
	color: #ffffff;
}

.roadmap-wrapper {
	float: left;
	width: 505px;
	height: 800px;
	background-color: #e9b405;
	background-image: url(../images/bg-tool-doorstroom-lines.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	padding:0 20px 0 20px;
	box-sizing: border-box;
}

.roadmap-menu, .roadmap-submenu {
	float:left;
	width: 100%;
	height: 40px;
}

.roadmap-menu ul, .roadmap-submenu ul {
	float:left;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 40px;
	list-style: none;
}

.roadmap-menu ul li, .roadmap-submenu ul li {
	float:left;
	width: 48.4%;
	height: 40px;
	margin-right : 3.2%;
}

.roadmap-menu ul li:nth-of-type(2n), .roadmap-submenu ul li:nth-of-type(2n) {
    margin-right: 0%;
}

.roadmap-menu ul li a:link, .roadmap-menu ul li a:visited, .roadmap-submenu ul li a:link, .roadmap-submenu ul li a:visited {
	float:left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 0;
	text-align:center;
	line-height: 40px;
	color:#ffffff;
	font-size: 14px;
	font-weight:700;
	text-decoration: none !important;
}
.roadmap-menu ul li a:link, .roadmap-menu ul li a:visited {
	-webkit-box-shadow: inset 0px -5px 5px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -5px 5px -5px rgba(0,0,0,0.75);
	box-shadow: inset 0px -5px 5px -5px rgba(0,0,0,0.75);
}

.roadmap-submenu ul li a:link, .roadmap-submenu ul li a:visited {
	-webkit-box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.75);
box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.75);
}

.roadmap-menu ul li.red a:link, .roadmap-menu ul li.red a:visited, .roadmap-submenu ul li.red a:link, .roadmap-submenu ul li.red a:visited {
	background-color:#972d1a;
}
.roadmap-menu ul li.blue a:link, .roadmap-menu ul li.blue a:visited, .roadmap-submenu ul li.blue a:link, .roadmap-submenu ul li.blue a:visited {
	background-color:#13aee4;
}

.roadmap-menu ul li.red a:hover, .roadmap-menu ul li.blue a:hover, .roadmap-submenu ul li.red a:hover, .roadmap-submenu ul li.blue a:hover {
	background-color:#3b7275;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.0);
}


.roadmap-inner {
	position: absolute;
	width: 466px;
	height: 800px;
	box-sizing: border-box;
}
.title-first-half, .title-second-half {
	position: absolute;
	left:20px;
	width: 175px;
}

.title-first-half {
	top:20px;
}

.title-second-half {
	top:440px;
}

.title-first-half h2, .title-second-half h2 {
	padding:0 0 10px 0;
	margin: 0 0 0 0;
}

.roadmap-inner .button {
	position: absolute;
	width: 110px;
	height: 110px;
}

.roadmap-center {
	position: absolute;
	width: 150px;
	height: 271px;
	background: url(../images/bg-tool-doorstroom-center.png) no-repeat center;
	top:260px;
	left: 178px;
	display: flex;
  	align-items: center;
  	justify-content: center;
	text-align: center;
	font-weight:700;
	font-size:14px;
	color:#6f2926;
	box-sizing: border-box;
	padding:0 20px 0px 20px;
}

.roadmap-inner .button a:link, .roadmap-inner .button a:visited {
	float:left;
	width: 110px;
	height: 110px;
	border-radius: 110px;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	box-sizing: border-box;
	padding: 0px 10px 0px 10px;
	text-decoration:none !important;
 	display: flex;
  	align-items: center;
  	justify-content: center;
}

.btn-1 {
    left: 0px;
    top: 273px;
}

.btn-2 {
	left:25px;
	top:130px;
}

.btn-3 {
	left:178px;
	top:60px;
}

.btn-4 {
	right:25px;
	top:130px;
}

.btn-5 {
	right:0px;
	top:273px;
}

.btn-6 {
	right:0px;
	top:273px;
}

.btn-7 {
	left:0px;
	bottom:160px;
}

.btn-8 {
	left:110px;
	bottom:70px;
}

.btn-9 {
	right:110px;
	bottom:70px;
}

.btn-10 {
	right:0px;
	bottom:160px;
}

a.hover-teal:link, a.hover-teal:visited, a.hover-cyaan:link, a.hover-cyaan:visited, a.hover-purple:link, a.hover-purple:visited, a.hover-red:link, a.hover-red:visited, a.hover-indigo:link, a.hover-indigo:visited, a.hover-green:link, a.hover-green:visited, a.hover-pink:link, a.hover-pink:visited, a.hover-lilac:link, a.hover-lilac:visited, a.hover-yellow:link, a.hover-yellow:visited, a.hover-blue:link, a.hover-blue:visited, a.hover-darkpink:link, a.hover-darkpink:visited, a.hover-darkgreen:link, a.hover-darkgreen:visited {
	color:#6f2926;
	background-color: #ffffff;
}

a.hover-teal:hover, a.hover-cyaan:hover, a.hover-purple:hover, a.hover-red:hover, a.hover-indigo:hover, a.hover-green:hover, a.hover-pink:hover, a.hover-lilac:hover, a.hover-yellow:hover, a.hover-blue:hover, a.hover-darkpink:hover, a.hover-darkgreen:hover {
	color:#ffffff;
	transition: all 0.2s ease-in-out 0s;
}

a.hover-teal:hover {
	background-color:#00948e;
}

a.hover-cyaan:hover {
	background-color:#3babe2;
}

a.hover-purple:hover {
	background-color:#9b3281;
}

a.hover-red:hover {
	background-color:#e31119;
}

a.hover-indigo:hover {
	background-color:#2e2a54;
}

a.hover-green:hover {
	background-color:#a9c30c;
}

a.hover-pink:hover {
	background-color:#f472a3;
}

a.hover-lilac:hover {
	background-color:#a444e8;
}

a.hover-yellow:hover {
	background-color:#f2db34;
}

a.hover-blue:hover {
	background-color:#156cb5;
}

a.hover-darkpink:hover {
	background-color:#77534d;
}

a.hover-darkgreen:hover {
	background-color:#224c53;
}
