a{
	text-decoration: none;
	color: #000000;
	outline: none;
}
* {padding:0; margin:0}
ul {
	padding-left: 20px;
}
h2{

	margin: 0px;
	font-weight: bold;
	color: #2b2b2b;
	line-height: normal;
	margin-bottom: 10px;
}
h2 a{
	color: #2b2b2b;
}
h1{

	margin: 0;
	font-size: 2em;
	font-weight: bold;
	color: #2b2b2b;
	line-height: normal;
	margin-bottom: 15px;

}
h1 a{
	color: #2b2b2b;
}
h3{
	margin: 0;
	font-family: 'Ruda',sans-serif;
	font-weight: bold;
	color: #2b2b2b;
	line-height: normal;
}
body{
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color:#787878;
	font-family: 'Ruda',sans-serif;
	width: 100%;
	line-height: normal;
	/* 	height: 100%; */
}
html{
	/* 	width: 100%; */
	/* 	overflow:auto; */
	/* 	height: 100%; */
}
.wrap{
	width: 100%;
	height:100%;
}
.site {
	width: 100%;
	max-width: 1146px;
	margin: 0 auto;
}
.clr{
	clear: both;
}
.art_left_photo{
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
}
.art_right_photo{
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 200px;
}
.art_content{
	float: left;
	width: 100%;
}
.art_content a:hover{
	color:#281E0C;
}
.art_head{
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.art_spacer{
	float: left;
	width: 100%;
	height: 21px;
}
.art_coll_left{
	float: left;
	width: 48%;
}
.art_coll_right{
	float: right;
	width: 48%;
}
.art_thumb{
	width: 52px;
	margin-top: 1px;
	margin-left: 1px;
	float: left;
	cursor: pointer;
}
.first_thumb{
	margin-left: 0px;
}
.art_photos{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	width: 200px;
}
.art_photos li{
	display: none;
}
.art_photos li:FIRST-CHILD{
	display: block;
}
.art_photos li img{
	display: block;
}
.art_main{
	display: block;
}
.news_listing{
	float: left;
	width: 100%;
}
.news_item{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.news_item_detail{
	float: left;
	width: 100%;
}
.news_cont{
	float: left;
	width: 100%;
}
.news_foto{
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 200px;
}
.nieuws_foto{
	width: 200px;
}
.news_cont_detail{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.error{
	color: #ff0000;
}
.text_error{
	border: 1px solid #FF0000;
}
input, textarea{
	font-family: "Ruda",Arial,sans-serif;
	font-size: 14px;
}
.read_more{
	float: right;
}
.search_list{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
.search_list li{
	float: left;
	width: 100%;
}
.search_replace{
	font-weight: bold;
}
.input_form{
	width: 100%;
	height: 2.5em;
	border: 1px solid #ccc;
	line-height: 2.5em;
	color: #787878;
	padding: 0 0 0 2%;
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
.textarea_form{
	width: 100%;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #787878;
	padding: 1% 0 1% 2%;
	height: 8.75em;
	overflow: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	resize: none;
}
.button{
	background: #d83d3f;
	border: none;
	cursor: pointer;
	padding-left: 8%;
	padding-right: 8%;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	height: 2.5em;
}
.button_border {
	background: none;
	border: 2px solid #2b2b2b;
	color: #2b2b2b;
}
.text_error{
	border: 1px solid #FF0000 !important;
}
.header {
	height: 124px;
	position: relative;
	background: #fff;
}
.top {
	height: 74px;
	position: relative;
}
.text-right {
	text-align: right;
}
.logo {
	position: absolute;
	top: 6px;
	left: 0;
	background: url('../images/sprite.png') no-repeat 0 0;
	height: 61px;
	width: 166px;
}
.menu_wrapper {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 74px;
	background: #fff;
	z-index: 10000;
}
/*.fixed_nav {*/
	/*position: fixed;*/
	/*top: 0;*/
	/*-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
	/*-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
	/*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
/*}*/
.menu_menu {
	float: right;
	padding-top: 26px;
}
.menu_menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_menu > ul > li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
	padding-left: 36px;
}
.menu_menu > ul > li:FIRST-CHILD {
	padding-left: 0;
}
.menu_menu a {
	color: #87888a;
	font-family: 'Ruda', sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	height: 2em;
	line-height: 2em;
	position: relative;
	z-index: 100;

}
.menu_menu a.menu_active {
	border-bottom: 2px solid #d83d3f;
}
.menu_menu a:HOVER,
.menu_menu a.over {
	border-bottom: 2px solid #d83d3f;
}
.menu_menu .sub_menu {
	background-color: #fff;
	display: none;
	left: 0;
	list-style: outside none none;
	margin: 0;
	padding: 3px 0;
	position: absolute;
	top: 57px;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
	z-index: 99;
	min-width: 100%;
}
.menu_menu .sub_menu li{
	text-align: left;
	padding: 0 3px;
}
.menu_menu .sub_menu li:FIRST-CHILD{
	border: 0px;
}
.menu_menu .sub_menu li a{
	color: #686868;
	font-size: 12px;
	white-space: nowrap;
	display: block;
	padding: 0 7px;
}
.menu_menu .sub_menu li a:HOVER, .menu_menu .sub_menu li a.menu_active{
	color: #20519f;
	background: #eaeff6;
}


.slider_wrapper {
}

.home_article {
	padding: 50px 0 70px 0;
}

.home_article h1 {
	font-size: 2.1em;
	font-family: 'Ruda', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.home_article h2 {
	font-size: 1.56em;
	font-family: 'Ruda', sans-serif;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.homeart_content {
	font-size: 1.125em;/*18px*/
}

.home_article_red,
.art_purple {
	background-color: #d83d3f;
	color: #fff;
}
.art_purple h1,
.art_purple h2 {
	color: #fff;
}
.home_article_gray,
.art_gray {
	background-color: #fafafa;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.home_article.btop {
	border-top: 1px solid #e1e1e1;
}
.home_article.bbtm {
	border-bottom: 1px solid #e1e1e1;
}
/* ICONS */
.icons {
	background: url('../images/sprite.png') no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	height: 87px;
	width: 87px;
}
.icon-websites {
	background-position: 0 -61px;
}
.has-icon:hover .icon-websites,
.has-icon.active .icon-websites {
	background-position: 0 -148px;
}
.icon-strategy {
	background-position: -87px -61px;
}
.has-icon:hover .icon-strategy,
.has-icon.active .icon-strategy {
	background-position: -87px -148px;
}
.icon-webshop {
	background-position: -174px -61px;
}
.has-icon:hover .icon-webshop,
.has-icon.active .icon-webshop {
	background-position: -174px -148px;
}
.icon-apps {
	background-position: -261px -61px;
}
.has-icon:hover .icon-apps,
.has-icon.active .icon-apps {
	background-position: -261px -148px;
}

/* SKILLS */
.skills_wrapper {
	margin-top: 5.5%;
}
.skills_item {
	display: block;
	float:left;
	margin: 1% 0 1% 2.62%;
	width: 23.03%;
}
.skills_item.first {
	margin-left: 0;
}
.skills_item_title {
	display: block;
	position: relative;
	opacity: 0.3;
	filter: alpha(opacity=30);
	text-transform: uppercase;
}
.skills_item_title:hover,
.skills_item_title.active {
	opacity: 1;
	filter: alpha(opacity=100);
}
.skill_icon,
.skill_icon_over{
	vertical-align: middle;
	width: 33%;
	height: auto;
	max-width: 87px;
	margin-right: 8%;
}
.skill_icon_over {
	display: none;
}
.skills_item_title:hover .skill_icon,
.skills_item_title.active .skill_icon {
	display: none;
}
.skills_item_title:hover .skill_icon_over,
.skills_item_title.active .skill_icon_over {
	display: inline-block;
}
.skills_item_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.77em;
	display: none;
}
/* WORK */
.work-filter{
	text-align: center;
	font-size: 14px;
	margin: 5.5% 0;
}
.work-filter a {
	color: #2b2b2b;
	display: inline-block;
	padding: 5px 15px;
	border: 2px solid #d83d3f;
	border-color: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 2px;
}
.work-filter a.active,
.work-filter a:hover {
	border-color: #d83d3f;
}
.work_items {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	/* 	width: 900px; */
}
.work_items::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
}
.work_items li {
	width: 25%;
	float:left;
	margin: 0;
	/*   width: 300px; */
	/*   height: 300px; */
	/*   margin: 1%; */
}
.work_item_wrapper {
	margin: 10px;
}
.work_item_img {
	position: relative;
	/* 	margin: 10px 10px 0 10px; */
}
.work_item_img img {
	width: 100%;
	height: auto;
	display: block;
}
.work_item_over {
	background: url('../images/work_over.png');
	position: absolute;
	left: -9999em;
	top: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}
.work_item_over:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.work_item_img:hover .work_item_over{
	left: 0;
}
.work_item_center {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 2%;
}
.work_item_over_title {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.work_item_client {
	font-size: 18px;
	font-weight: bold;
	color: #2b2b2b;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
.work_item_title {
	font-size: 14px;
	color: #787878;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.contact_form {
	width: 100%;
	max-width: 754px;
	margin: 0 auto;
}
.contact_form p{
	margin: 0.5em 0;
}

/* WHAT */
.what_item {
	width: 31.58%;
	display: block;
	float:left;
	margin: 1% 0 1% 2.62%;
}
.what_item.first {
	clear: both;
	margin-left: 0;
}
.what_item_title {
	display: block;
	position: relative;
	text-transform: uppercase;
}
.what_item_title span {
	display: block;
	font-size: 14px;
	color: #787878;
	text-transform: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8em;
}
.what_item_title p {
	float: left;
	width: 73%;
}
.what_item_title:hover,
.what_item_title.active {
}
.what_icon,
.what_icon_over{
	float: left;
	vertical-align: middle;
	width: 19%;
	height: auto;
	max-width: 68px;
	margin-right: 8%;
}
.what_icon_over {
	display: none;
}
.what_item_title:hover .what_icon,
.what_item_title.active .what_icon {
	display: none;
}
.what_item_title:hover .what_icon_over,
.what_item_title.active .what_icon_over {
	display: inline-block;
}
.what_item_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.77em;
	display: none;
}

/* TEAM */
.team_item {
	display: block;
	float:left;
	margin: 1% 0 1% 2.62%;
	width: 23.03%;
}
.team_item:FIRST-CHILD {
	margin-left: 0;
}
.team_item_img {
	position: relative;

	width: 100%;
	max-width: 175px;
	margin: 0 auto;
}
.team_item_img img {
	width: 100%;
	height: auto;
	display: block;
}
.team_item_round {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.team_item_over {
	background: url('../images/team_over.png');
	position: absolute;
	left: -9999em;
	top: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	z-index: 1;
	text-align: center;
}
.team_item_name {
	font-size: 18px;
	font-weight: bold;
	color: #2b2b2b;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
.team_item_function {
	font-size: 14px;
	color: #787878;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
.team_item_email_wrapper {
	position: absolute;
	left: -9999em;
	top: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	z-index: 3;
	text-align: center;
}
.team_item_img:hover .team_item_over,
.team_item_img:hover .team_item_email_wrapper{
	left: 0;
}
.team_item_email_wrapper:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.team_item_email {
	background: url('../images/email.png') no-repeat center top;
	padding-top: 30px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.team_item_socialmedia {
	padding-bottom: 20px;
	text-align: center;
}
.team_item_socialmedia a {
	margin: 0 5px;
}

.footer {
	clear: both;
	background: url('../images/footer.png') no-repeat center bottom;
	padding-bottom: 286px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #cdcdcd;
	width: 100%;
	text-align: center;
}
.footer a {
	color: #cdcdcd;
}
.hidden {
	display: none !important;
}