/*
Theme Name: Aceview responsive
Theme URI: /wp-content/themes/aceview-responsive
Author: aceview
Author URI: http://aceview.nl/
Description: Site voor Aceview Internet
Version: 1.0
License: copyright Aceview Internet
License URI: license.txt
*/
/* LESS Document */
/*@import url('bootstrap/less/bootstrap.less');*/
/* values.less */
/* Blauw */
/* Rood */
/* Geel */
/* Blauw */
/* Rood */
/* Geel */
/* Typography*/
/* Unit-less `line-height` for use in components like buttons.*/
/*Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.*/
/*radius*/
/*Type*/
/*Text muted color*/
/*Abbreviations and acronyms border color*/
/*Headings small color*/
/*Blockquote small color*/
/*Blockquote font size*/
/*Blockquote border color*/
/*Page header border color*/
/*Buttons

For each of Bootstrap's buttons, define text, background and border color.*/
/*Breadcrumbs*/
/*Breadcrumb background color*/
/*Breadcrumb text color*/
/*Text color of current page in the breadcrumb*/
/*Textual separator for between breadcrumb elements*/
/* default.less */
/*Fonts__________________________________________________________________________________________*/
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}
H1 {
  font-family: 'Titillium Web', sans-serif;
  color: #ee7600;
  margin: 0 0 15px 0;
}
H2 {
  font-family: 'Titillium Web', sans-serif;
  color: #ee7600;
  font-size: 22px;
}
H3 {
  font-family: 'Titillium Web', sans-serif;
  color: #ee7600;
  font-size: 20px;
}
H4 {
  font-family: 'Titillium Web', sans-serif;
  color: #0092b3;
  margin: 0;
}
H5 {
  font-family: 'Titillium Web', sans-serif;
  color: #ee7600;
}
H6 {
  font-family: 'Titillium Web', sans-serif;
  color: #303e48;
}


h1.lead{
	margin: 50px 0;
	font-size: 40px;
	font-weight:600;
	line-height: 44px;
	text-align: center;
	color: #3a97b5;
}


.sidebar-reviews{
	
}

.ref-sidebar{
	float: left;
	width: 120px;
	
}

.smalltxt{
	font-size: 16px!important;
	line-height: 20px!important;
	float: left!important;
	width: 250px;
	margin-top: 20px;
	
}

/*Defaults_______________________________________________________________________________________*/
.row {
  margin-left: -20px;
}
img {
  border: none;
}
p {
  margin: 0 0 10px 0px;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
  padding: 2px;
}
a {
  color: #ee7600;
  text-decoration: none;
}
a:hover {
  color: #303e48;
  text-decoration: underline;
}
a.btn2 {
  color: #fff;
  background-color: #ee7600;
  border: none;
  margin-top: 10px;
  padding: 4px 8px 5px;
  text-decoration: none;
  font-size: 14px;
}
a.btn2:hover {
  color: #fff;
  background-color: #0092b3;
}
a.btn-default {
  color: #fff;
  background-color: #ee7600;
  border: none;
  margin-top: 10px;
  padding: 4px 8px 5px;
  text-decoration: none;
  font-size: 14px;
}
a.btn-default:hover {
  color: #fff;
  background-color: #0092b3;
}
strong {
  /*font-weight:600;	*/
}
.clearer {
  height: 1px;
  clear: both;
}
/*components*/
#breadcrumbs {
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  text-transform: lowercase;
}
blockquote {
  border-radius: 4px;
  background-color: #f3f4f6;
  font-size: 17px;
  color: #0092b3;
}
blockquote h2 {
  font-size: 25px;
  color: #0092b3;
  font-weight: 400;
  margin: 0;
}
a.list-group-item {
  border: 1px solid #e4e6e9;
}
a.list-group-item:hover {
  background-color: #f3f4f6;
}
/*Pagination _____________________________________________________________________________________*/
.pagination {
  float: left;
  clear: both;
  padding: 0px 0 20px 0;
  margin-bottom: 30px;
  position: relative;
  font-size: 16px;
  line-height: 13px;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 12px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #ee7600;
}
.pagination a:hover {
  color: #fff;
  background: #0092b3;
}
.pagination .current {
  color: #fff;
  background: #0092b3;
}
/*Pagination _____________________________________________________________________________________*/
nav.custom-pagination {
  position: inherit;
  background-color: transparent!important;
  margin-bottom: 20px;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background: #ee7600;
  color: #fff;
}
.custom-pagination a:hover {
  background: #0092b3;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: #18C2FF;
}
.custom-pagination span.current {
  background: #0092b3;
  color: #fff;
}
/* header.less */
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #303e48;
  font-size: 20px;
  font-size: 17px;
  line-height: 28px;
  font-family: 'Titillium Web', sans-serif;
  background-color: #fff;
}
#header {
  position: relative;
  width: 100%;
  min-height: 160px;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  text-align: center;
}
ul#social-info li a.blue {
  color: #0092b3 !important;
  text-decoration: none;
}
ul#social-info li a.blue:hover {
  color: rgba(0, 146, 179, 0.5) !important;
  text-decoration: none;
}
ul#social-info li a.red {
  color: #ee7600 !important;
  text-decoration: none;
}
ul#social-info li a.red:hover {
  color: rgba(238, 118, 0, 0.5) !important;
  text-decoration: none;
}
#navigation {
  position: relative;
  min-height: 80px;
  padding: 0px;
  margin: 0px;
  background-color: #444b56;
  background-position: center;
  border-bottom: 4px solid #fff;
}
ul#social-info {
  float: right;
  margin: 18px 5px 0 0;
  padding: 0;
  list-style: none;
  z-index: 88888;
}
ul#social-info li {
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 25px;
}
ul#social-info li a {
  color: #fff;
  text-decoration: none;
}
ul#social-info li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#head-menu-home {
  position: relative;
  padding: 0px;
  margin: 0px;
  background-color: #3a97b5;
  background-image: url(images/bg-header.png);
  background-repeat: repeat-x;
  background-position: 0 160px!important;
}
#head-menu {
  position: relative;
  padding: 0px;
  margin: 0px;
  background-color: #3a97b5;
  background-image: url(images/bg-header.png);
  background-repeat: repeat-x;
  background-position: 0 90px!important;
}
#logo {
  margin-top: 20px;
  z-index: 10;
  text-align: center;
}
/*Header home pagina*/
.hfd-btn-webdesign-home img {
  width: 80%;
  margin: 20px 0;
}
.home-btn-lg {
  text-align: center;
}
#head-menu-home-txt a.hfd-btn-txt {
  padding: 15px 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  display: block;
}
#head-menu-home-txt a.hfd-btn-txt:hover {
  color: rgba(255, 255, 255, 0.5);
}
/*Header vervolg pagina's*/
.btn-webdesign {
  /*background-color:fade(@white, 20%);	*/
}
.btn-online-marketing {
  /*background-color:fade(@white, 25%);*/
}
.btn-portfolio {
  /*background-color:fade(@white, 20%);	*/
}
.hfd-btn-webdesign img {
  width: 100%;
  margin: 20px 0;
}
#head-menu a.hfd-btn-txt {
  margin: 100px 0 0 -70px;
  padding: 6px 10px!important;
  color: #fff;
  font-size: 16px!important;
  text-decoration: none;
  display: block;
  background-color: #3a97b5;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
}
#head-menu a.hfd-btn-txt:hover {
  background-color: #f78c26;
}
a.hfd-btn-txt {
  border-bottom: 1px solid #fff;
}
a.geen {
  border-bottom: 1px solid #3a97b5;
}
/* navigation.less */
/*subMenu_________________________________________________________________________________________*/
.bgmenu {
  background-color: #303e48;
}
button {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  text-align: right;
  color: #f78c26;
  z-index: 99999;
  background-color: red;
}
.navbar-toggle,
.collapsed {
  margin: 0;
  padding: 0;
  z-index: 8888;
}
.navbar-collapse {
  float: left;
  width: 100%;
}
.menu-submenu-container {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 0;
  border-top: none;
}
ul#menu-submenu,
ul#menu-diensten-mob,
ul#contact-info {
  margin: 0;
  padding: 0px 0 0 0;
  list-style: none;
}
ul#menu-submenu li,
ul#menu-diensten-mob li,
ul#contact-info li {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
}
ul#menu-diensten-mob li:last-child,
ul#contact-info li:last-child {
  border-bottom: 0px solid #fff;
}
ul#menu-submenu li a,
ul#menu-diensten-mob li a,
ul#contact-info li a {
  display: block;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
ul#menu-diensten-mob li:last-child {
  padding-right: 0;
}
ul#menu-submenu li a:hover,
ul#menu-diensten-mob li a:hover,
ul#contact-info li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
ul#menu-submenu li.current-menu-item a,
ul#menu-diensten-mob li.current-menu-item a,
ul#contact-info li.current-menu-item a {
  color: #f78c26;
}
/*Einde SubMenu_________________________________________________________________________________________*/
/*HoofdMenu_________________________________________________________________________________________*/
.menu-hoofdmenu-container {
  margin: 0;
  padding: 0;
}
#menubalk {
  width: 100%;
  float: left;
  background-color: #303e48;
  border: 1px solid #90949b;
}
ul#menu-hoofdmenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#menu-hoofdmenu li {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #7F7770;
  font-size: 14px;
  text-align: center;
}
ul#menu-hoofdmenu li:last-child {
  border-bottom: 0;
}
ul#menu-hoofdmenu li a {
  color: #aebec9;
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 0;
  text-decoration: none;
  font-family: 'Patua One', cursive;
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: 100;
  letter-spacing: 0.09em;
}
ul#menu-hoofdmenu li a:hover {
  color: #7F7770;
}
ul#menu-hoofdmenu li.current-menu-item a {
  color: #f78c26;
}
ul#menu-hoofdmenu li ul {
  margin: 0;
  padding: 0;
}
/*dropdown*/
ul#menu-hoofdmenu li ul {
  position: absolute;
  width: 100%;
  padding: 0;
  margin-top: 0px;
  left: -999em;
  /*using left instead of display to hide menus because display: none isn't read by screen readers */
}
ul#menu-hoofdmenu li:hover ul,
#menu li.sfhover ul {
  left: auto;
}
ul#menu-hoofdmenu ul.sub-menu {
  width: 100%;
  padding: 0px;
  margin: 0px 0 0 0px;
  z-index: 99999;
  border: none;
}
ul#menu-hoofdmenu ul.sub-menu li {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-right: none;
  background-color: #edeceb;
  list-style: none;
}
ul#menu-hoofdmenu ul.sub-menu li a {
  display: block;
  padding: 10px 0 10px 18px;
  color: #473c32;
  text-transform: lowercase;
  text-decoration: none;
  border: none;
}
ul#menu-hoofdmenu ul.sub-menu li a:hover {
  color: #fff;
  background-color: #473c32;
}
/*Einde hoofdMenu_________________________________________________________________________________________*/
/* sidebar.less */
/*Sidebar________________________________________________________________________________________*/
#sidebar {
  padding: 0;
  margin-bottom: 20px;
}
viewer-btn #content {
  position: relative;
  /*min-height: 415px;*/
  padding: 0px 0 40px 0;
  margin: 0px;
  background-color: #fff;
}
#content p.lead {
  padding: 20px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0092b3;
}
/*Foto kleuterschool*/
#content .img-responsive {
  max-width: 100%;
  float: right;
  padding: 0 0 20px 0;
}
ul#stappenplan {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}
ul#stappenplan li {
  float: left;
  margin: 0 0 30px 0;
  padding: 15px 0 0 0;
  display: table-cell;
}
ul#stappenplan li:nth-child(odd) {
  width: 8%;
  background-color: #f78c26;
  min-height: 185px;
  padding-top: 26px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
ul#stappenplan li:nth-child(even) {
  width: 92%;
  background-color: #3A97B5;
  padding: 20px;
  color: #fff;
  min-height: 185px;
}
ul#diensten {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#diensten li {
  margin: 0;
  padding: 0;
}
.portfolio-large {
  max-width: 100%;
  margin-top: 40px;
  padding: 5px;
  margin: 0px 5px;
}
.circle {
  display: block;
  float: left;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  /*margin:25px 25px 35px 0;*/
  margin: -15px 25px 0px 45px;
  text-align: center;
  padding: 15px 0 0 -20px;
  font-size: 26px;
  color: #fff;
  background-color: #f78c26;
  /*background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, orange);
	background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);*/
  /*animation-name: spin; 
	animation-duration: 3s;
	animation-iteration-count: infinite; 
	animation-timing-function: linear;*/
}
ul#contact-menu {
  float: right;
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}
ul#contact-menu li {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 16px;
  border-radius: 3px;
}
ul#contact-menu li a {
  padding: 4px 8px;
  font-size: 16px;
  color: #fff;
  background-color: #f78c26;
  text-decoration: none;
  border-radius: 3px;
}
ul#contact-menu li a:hover {
  background-color: #3a97b5;
  text-decoration: none;
}
ul#contact-menu li:last-child {
  margin-top: -3px;
  padding: 3px 8px;
  font-size: 16px;
  color: #fff;
  background-color: #3a97b5;
}
.nieuws {
  position: relative;
  min-height: 320px;
  padding: 20px 20px 20px 55px;
  margin-bottom: 20px;
  background-color: rgba(58, 151, 181, 0.1);
  border-left: 5px solid #3a97b5;
}
.nieuws ol {
  margin: 0 0 0 0px;
  padding: 0;
  font-size: 16px;
}
ol#top5-overzicht li {
  width: 490px;
}
ol#top-5 {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
}
ol#top-5 li {
  background-color: #f7fbfc;
  padding: 5px 20px 20px 20px;
  margin-bottom: 10px;
}
ol#top-5 li .bron {
  font-size: 14px;
}
.nieuws-excerpt {
  font-size: 16px;
  line-height: 22px;
}
.datum {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 48px;
  height: 70px;
  background: rgba(58, 151, 181, 0.3);
  /*background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); */
  border: 1px solid #3a97b5;
  border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
}
.datum p {
  font-family: Helvetica, sans-serif;
  font-size: 25px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
.datum p span {
  background: #3a97b5;
  /*background: linear-gradient(top, #d10000 0%, #7a0909 100%);
		background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
		background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);*/
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border-top: 0px solid rgba(58, 151, 181, 0.7);
  border-radius: 0 0px 10px 0px;
  -moz-border-radius: 0 0px 10px 0px;
  -webkit-border-radius: 0 0px 10px 0px;
  padding: 3px 0 3px 0;
  margin-top: 0px;
}
.datum {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 48px;
  height: 70px;
  background: rgba(58, 151, 181, 0.3);
  /*background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); */
  border: 1px solid #3a97b5;
  border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
}
.datum p {
  font-family: Helvetica, sans-serif;
  font-size: 25px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
.datum p span {
  background: #3a97b5;
  /*background: linear-gradient(top, #d10000 0%, #7a0909 100%);
		background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
		background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);*/
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border-top: 0px solid rgba(58, 151, 181, 0.7);
  border-radius: 0 0px 10px 0px;
  -moz-border-radius: 0 0px 10px 0px;
  -webkit-border-radius: 0 0px 10px 0px;
  padding: 3px 0 3px 0;
  margin-top: 0px;
}
.week {
  font-size: 11px;
}
@-moz-document url-prefix() {
  .datum {
    padding: 5px 0 0 0;
  }
  .datum p span {
    padding: 0px 0 3px 0;
  }
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid green;
}
/* Create the animation blocks */
@keyframes spin {
  /*from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }*/
}
.panel-default > .panel-heading {
  background-color: #3a97b5;
  border-color: 1px solid #fff;
  color: #0092b3;
}
.panel-default > .panel-heading a {
  color: #fff;
  text-decoration: none;
}
.panel-default > .panel-heading a:hover {
  text-decoration: none!important;
}
.panel {
  margin-bottom: 10px;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border: 0px;
}
.panel-primary {
  border: 0px solid #fff;
  background-color: #fff;
}
.panel-group .panel-heading {
  border-bottom: 0 none;
}
.panel-title {
  color: inherit;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px 15px;
  border-color: 1px solid #fff;
  background-color: rgba(58, 151, 181, 0.4) !important;
}
.panel-heading h4 a {
  display: block!important;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  color: #0092b3;
  border: 0px solid #303e48 !important;
}
.panel-heading:hover {
  color: #fff;
  display: block;
  border-color: 1px solid #303e48 !important;
  background-color: #303e48;
}
.panel-heading h4 a:hover {
  color: #fff;
}
.panel-body {
  font-size: 16px;
}
.kader-bl {
  background-color: rgba(58, 151, 181, 0.1);
  color: #0092b3;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#stappenplan h4 {
  color: #fff;
  color: #0092b3;
  font-size: 21px;
}
ul#stappenplan-home {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
ul#stappenplan-home li {
  font-size: 18px;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
}
#newsblock {
  display: table;
}
.bg-grey {
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  min-height: 157px;
  padding-top: 14%;
  margin-top: 20px;
  background-color: #444b56;
}
.bg-blue {
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  min-height: 187px;
  padding-top: 10%;
  background-color: #3a97b5;
}
.bg-orange {
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  min-height: 187px;
  padding-top: 10%;
  margin-bottom: 20px;
  background-color: #f78c26;
}
a.grey-btn {
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
a.grey-btn:hover {
  color: #f78c26;
  text-decoration: none;
}
a.blue-btn {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  ext-decoration: none;
}
a.blue-btn:hover {
  color: #444b56;
  text-decoration: none;
}
a.orange-btn {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  ext-decoration: none;
}
a.orange-btn:hover {
  color: #444b56;
  text-decoration: none;
}
#fp-werk {
  position: relative;
  min-height: 415px;
  padding: 0px;
  margin: 0px;
  background-color: #3a97b5;
  background-position: center;
  overflow: hidden;
}
.txt-werk {
  width: 475px;
  width: 350px;
  color: #fff;
}
.txt-werk h2 {
  color: #303e48;
}
#viewer {
  position: absolute;
  top: -110px;
  right: -205px;
  width: 554px;
  z-index: 80;
  -webkit-animation: turn_clockwise 20s infinite;
  -moz-animation: turn_clockwise 20s infinite;
  animation: turn_clockwise 20s infinite;
  animation-timing-function: linear;
}
a#viewer-btn {
  position: absolute;
  top: 158px;
  right: 250px;
  width: 157px;
  /*heigth: 207px;*/
  z-index: 70;
  cursor: default;
  -webkit-animation: turn_cc 20s infinite alternate;
  -moz-animation: turn_cc 20s infinite alternate;
  animation: turn_cc 20s infinite alternate;
  cursor: hand;
}
@-webkit-keyframes turn_cc {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-40deg);
  }
}
@-moz-keyframes turn_cc {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-40deg);
  }
}
@keyframes turn_cc {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-40deg);
  }
}
@-webkit-keyframes turn_clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes turn_clockwise {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes turn_clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#fp-over-ons {
  position: relative;
  min-height: 415px;
  padding: 30px 0;
  margin: 0px;
  background-color: #fff;
}
.shirt {
  width: 100%;
  margin: 50px 0;
  padding: 0;
  text-align: center;
}
.shirt .img-responsive {
  display: inherit;
  max-width: 205px!important;
  height: auto;
  margin-bottom: 10px;
}
.shirt h4,
.shirt h6 {
  margin: 0;
  padding: 0;
}
#fp-maatwerk {
  position: relative;
  height: 118px;
  padding: 38px 0;
  margin: 0px;
  background-color: #f78c26;
  background-image: url(images/bg-maatwerk.png);
  background-repeat: repeat-x;
  text-align: center;
}
#fp-maatwerk p.lead {
  color: #fff;
  text-transform: uppercase;
}
#main-container {
  /*min-height:100%;*/
  position: relative;
  margin: 0 auto;
  /*margin-bottom:-40px;*/
  overflow: hidden;
}
#main {
  padding: 20px 0px 5px;
}
.thumbnail {
  background-color: #3a97b5;
  border: none;
  border-radius: 0;
  padding: 15px;
}
.thumbnail .caption {
  font-size: 16px;
  color: #fff;
}
a .thumbnail {
  color: #fff;
  background-color: #3a97b5;
  text-decoration: none!important;
}
a .thumbnail:hover {
  background-color: #f78c26;
  color: #f78c26 !important;
}
a.thumb {
  text-decoration: none;
}
ul.sitemap li {
  font-size: 14px!important;
  text-transform: capitalize;
  color: #3a97b5;
}
ul.sitemap li a {
  font-size: 14px!important;
  color: #3a97b5;
}
ul.sitemap li a:hover {
  color: #f78c26;
  text-decoration: none!important;
}
/* footer.less */
/*Footer_________________________________________________________________________________________*/
/*Adresbalk*/
.btn-adres {
  background-color: #28333c;
  color: #aebec9;
  border: 1px solid #263139;
}
#adress {
  background-color: #3a97b5;
  color: #fff;
  text-align: center;
}
#adress p.lead {
  margin: 10px;
  padding: 0;
  color: #fff;
  font-size: 19px;
  font-size: 1.6rem;
}
#footer {
  padding: 40px 0;
  background-color: #444b56;
  color: #fff;
  font-size: 12px;
}
#adresbalk a {
  color: #aebec9;
  text-decoration: none;
}
#adresbalk a:hover {
  color: #fff;
  text-decoration: none;
}
#adresbalk ul {
  padding: 0;
  margin: 15px 0;
}
#adresbalk ul li {
  padding: 0;
  margin: 0 30px 0 0;
  letter-spacing: 0.05em;
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
}
#plattegrond iframe {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #fff;
  border-top: #fff 4px solid;
  border-right: #fff 4px solid;
  border-left: #fff 4px solid;
  border-bottom: #fff 4px solid;
}
#footer a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
#footer a:hover {
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
#footer h4 a {
  color: #fff;
  text-decoration: none;
  margin: 10px 0;
  font-size: 17px;
}
#footer h4 a:hover {
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
#footer ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
#footer ul li {
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer ul li a {
  text-decoration: none!important;
}
#footer .menu-item a {
  font-size: 14px;
  text-transform: capitalize;
}
ul#social-info-footer {
  margin: 0px 5px 0 0;
  padding: 0;
  list-style: none;
  z-index: 88888;
}
ul#social-info-footer li {
  float: left;
  margin: 0 30px 0 0px;
  padding: 0;
  border-bottom: 0px;
}
ul#social-info-footer li a {
  color: #fff;
  text-decoration: none!important;
  font-size: 25px!important;
}
ul#social-info-footer li a:hover {
  color: rgba(255, 255, 255, 0.5);
}



 

/* responsive.less */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
  #head-menu a.hfd-btn-txt {
    margin: 5px 0 0 0px;
    padding: 6px 0;
    font-size: 14px;
  }
  /*Foto kleuterschool*/
  #content .img-responsive {
    max-width: 100%;
    float: left;
    padding: 0px 0 20px 0;
    clear: both;
  }
  /*front-page*/
  #content p.lead {
    font-size: 26px!important;
  }
  .bg-grey {
    display: table-cell;
    color: #FFF;
    text-align: center;
    min-height: 157px;
    vertical-align: middle;
    padding-top: 6%;
    margin-top: 10px;
    background-color: #444B56;
  }
  .bg-blue {
    display: table-cell;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    min-height: 187px;
    padding-top: 7%;
    background-color: #3A97B5;
  }
  .bg-orange {
    display: table-cell;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    min-height: 187px;
    padding-top: 7%;
    background-color: #F78C26;
  }
  a.grey-btn {
    font-size: 30px!important;
  }
  a.blue-btn,
  a.orange-btn {
    font-size: 24px!important;
  }
  #adress p.lead {
    font-size: 22px!important;
  }
  #mobilenav,
  .menu-submenu-container #menu-submenu-1 {
    display: none;
  }
  #mobilenav {
    position: relative;
  }
  nav {
    position: relative;
  }
  nav .collapse {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    height: 38px;
    margin: 0 auto;
    z-index: 60;
  }
  .menu-submenu-container {
    position: absolute;
    width: 870px;
    top: 180px;
    left: 15px;
    background-color: transparent;
    border: 0;
  }
  ul#menu-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul#menu-submenu li {
    display: inline;
    width: auto;
    margin: 0 25px 0 0;
    margin: 0 15px 0 0;
    padding: 0;
    list-style: none;
    border: 0;
  }
  ul#menu-submenu li a {
    display: inherit;
    font-size: 18px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
  }
  ul#menu-submenu li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  ul#menu-submenu li a:hover {
    color: #ee7600;
    border-bottom: 2px solid #ee7600;
  }
  ul#menu-submenu li.current-menu-item a {
    background-color: transparent;
    border-bottom: 2px solid #ee7600;
    color: #ee7600;
  }
  a.hfd-btn-txt {
    border-bottom: 0px;
  }
  /*Contact-info_________________________________________________________________________________________*/
  ul#usp {
    
    margin: 20px 0px 0 0;
    padding: 0;
    list-style: none;
    float: right;
  }
  ul#usp li {
    float: left;
    margin: 0 0 0 11px;
    padding: 0;
    font-size: 18px;
   
    border: 0;
    text-transform: uppercase;
    color: #0092b3;
  }
  ul#usp li.orange {
    color: #ee7600;
  }
  ul#usp li.dark {
    color: #303e48;
  }
  /*Contact-info_________________________________________________________________________________________*/
  ul#contact-info {
    position: absolute;
    top: 94px;
    right: 18px;
    margin: 0px 0 0 0;
    padding: 0;
    list-style: none;
  }
  ul#contact-info li {
    float: left;
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 24px;
    border: 0;
    text-transform: uppercase;
  }
  ul#contact-info li a {
    font-size: 24px;
  }
  ul#contact-info li a.blue {
    color: #0092b3;
  }
  ul#contact-info li a.blue:hover {
    color: rgba(0, 146, 179, 0.6);
    text-decoration: none;
  }
  ul#contact-info li a.red {
    color: #ee7600;
  }
  ul#contact-info li a.red:hover {
    color: rgba(238, 118, 0, 0.6);
    text-decoration: none;
  }
  ul#contact-info li.yellow {
    color: #303e48;
  }
  ul#contact-info li.yellow:hover {
    color: rgba(48, 62, 72, 0.6);
    text-decoration: none;
  }
  #logo {
    margin: 35px 0 0 0px;
    padding: 0;
    z-index: 10;
    text-align: center;
  }
  #content {
    padding: 0 0px 20px 40px;
    border-left: 3px solid #0092b3;
    overflow: hidden;
  }
  #content p.lead {
    padding: 20px 0 0px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0092b3;
  }
  #adress p.lead {
    margin: 10px;
    padding: 0;
    color: #fff;
    font-size: 24px;
  }
  .bgmenu,
  nav {
    background-color: transparent;
  }
  #head-menu {
    position: relative;
    max-height: 390px;
    padding: 0px;
    margin: 0px;
    background-color: #3a97b5;
    background-position: center;
  }
  #head-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #head-menu ul li {
    float: left;
    max-width: 33.333333%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #head-menu .img-responsive {
    /*max-width:390px;	*/
  }
  ul#hfd-buttons li {
    position: relative;
    background-color: #3a97b5;
  }
  ul#hfd-buttons li a .hfd-btn-txt {
    width: 390px;
    height: 65px;
    padding: 15px 0;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-decoration: none!important;
    display: block;
  }
  ul#hfd-buttons li a .blue {
    background-color: rgba(58, 151, 181, 0.85);
  }
  ul#hfd-buttons li a .red {
    background-color: rgba(247, 140, 38, 0.85);
  }
  ul#hfd-buttons li a .yellow {
    background-color: rgba(68, 75, 86, 0.85);
  }
  ul#hfd-buttons li a.hfd-btn-webdesign {
    width: 390px;
    height: 325px;
    display: block;
    background-image: url(images/hfd-btn-webdesign.png);
    text-decoration: none;
  }
  ul#hfd-buttons li a.hfd-btn-webdesign:hover {
    /* background-size:60% 60%;
 background-position:center;
 background-repeat:none;*/
    text-decoration: none;
  }
  ul#hfd-buttons li a.hfd-btn-webmarketing {
    width: 390px;
    height: 325px;
    display: block;
    background-image: url(images/hfd-btn-webmarketing.png);
    text-decoration: none;
  }
  ul#hfd-buttons li a.hfd-btn-webmarketing:hover {
    text-decoration: none;
  }
  ul#hfd-buttons li a.hfd-btn-werk {
    width: 390px;
    height: 325px;
    display: block;
    background-image: url(images/hfd-btn-werk.png);
    text-decoration: none;
  }
  ul#hfd-buttons li a.hfd-btn-werk:hover {
    text-decoration: none;
  }
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) and (min-width: 992px) {
  .copyright {
    float: right!important;
    text-align: right;
  }
  .bgmenu {
    background-color: transparent;
  }
  #content p.lead {
    font-size: 32px!important;
  }
  #content .img-responsive {
    max-width: 600px;
    float: right;
    padding: 0 0 20px 20px;
  }
  .bg-grey {
    padding-top: 14%;
  }
  a.grey-btn {
    font-size: 24px!important;
  }
  a.blue-btn,
  a.orange-btn {
    font-size: 20px!important;
  }
  #adress p.lead {
    font-size: 26px!important;
  }
  .row {
    margin-left: -20px;
  }
  .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .col-nul-left {
    padding-left: 0;
    margin: 0;
  }
  .col-nul-right {
    padding-right: 0;
    margin: 0;
  }
  #head-menu a.hfd-btn-txt {
    margin: 100px 0 0 -50px;
    padding: 6px 10px;
    font-size: 14px;
  }
  #head-menu ul li {
    max-width: 390px;
  }
  ul#menu-submenu li {
    margin: 0 25px 0 0;
  }
  ul#menu-submenu li a {
    font-size: 18px;
  }
  #viewer {
    top: 40px;
    right: 15px;
    width: 654px;
  }
  a#viewer-btn {
    top: 158px;
    right: 624px;
    width: 157px;
  }
  .txt-werk {
    width: 475px;
  }
	
	
	
	
}
@media (min-width: 768px) and (min-width: 1200px) {
  #viewer {
    top: 40px;
    right: 65px;
    width: 754px;
  }
  a#viewer-btn {
    top: 158px;
    right: 774px;
    width: 157px;
  }
  .txt-werk {
    width: 475px;
  }
  a.grey-btn {
    font-size: 30px!important;
  }
  #head-menu a.hfd-btn-txt {
    margin: 100px 0 0 -50px;
    padding: 6px 0;
    font-size: 18px;
  }
  ul#menu-submenu li {
    margin: 0 45px 0 0;
  }
  ul#menu-submenu li a {
    font-size: 20px;
  }
}
/* forms.less */
/*Formulieren_______________________________________________________________________________________________*/
#gform_1 {
  font-size: 12px;
  font-weight: 100;
}
input,
textarea {
  border: 1px solid #3A97B5;
  color: #ee7600;
}
.gform_button {
  color: #fff;
  padding: 5px 8px;
  border: 0px;
  background-color: #EE7600;
  border: 1px solid #EE7600;
}
/*Fonts */
