﻿/*  LESS
---------------------*/
/* accent colors */
/* mixins */
/*  HTML5 bp reset
---------------------*/
html,
button,
input,
select,
textarea {
  color: #222222;
}
body {
  font-family: 'Arial', Gadget, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #3c3c3c;
  background: #ffffff;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* PAGE BASE
---------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 12px;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
  color: #3566a4;
}
a img {
  display: block;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  margin-top: 0;
}
/* LAYOUT
---------------------*/
.float-l {
  float: left;
}
.btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*ie */

  padding: 4px 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.btn:hover {
  text-decoration: none;
}
.btn-cta {
  font-size: 16px;
  padding: 10px;
}
.btn-blue {
  color: #ffffff;
  background: #3566a4;
}
.btn-blue:hover {
  background: #e67322;
  color: #ffffff;
}
.btn-yellow {
  color: #ffffff;
  background: #f1b521;
}
.btn-yellow:hover {
  background: #e67322;
  color: #ffffff;
}
.btn-aqua {
  color: #ffffff;
  background: #48c9df;
}
.btn-aqua:hover {
  background: #e67322;
  color: #ffffff;
}
.btn-orange {
  color: #ffffff;
  background: #e67322;
}
.btn-orange:hover {
  background: #71b642;
  color: #ffffff;
}
.btn-green {
  color: #ffffff;
  background: #71b642;
}
.btn-green:hover {
  background: #e67322;
  color: #ffffff;
}
.btn-gray {
  color: #ffffff;
  background: #7a7676;
}
.btn-gray:hover {
  background: #71b642;
  color: #ffffff;
}
/* pagina */
.page {
  position: relative;
  width: 978px;
  margin: 0 auto;
}
.top {
  position: relative;
  padding: 15px 0;
}
.logo {
  float: left;
  width: 140px;
  height: 32px;
}
.slogan {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  font-family: Michroma;
  font-size: 36px;
  line-height: 62px;
  letter-spacing: 3px;
  color: #3566a4;
}
.top-images {
  margin-bottom: 30px;
}
.top-images img {
  float: left;
  display: block;
  width: 316px;
  height: 136px;
  margin-left: 15px;
}
.top-images img:first-child {
  margin-left: 0;
}
.hero {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  height: 130px;
}
.hero .slogan2 {
  float: left;
  margin-bottom: 0;
  font-family: Michroma;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 48px;
  color: #3566a4;
}
.hero .btn {
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.about {
  float: left;
  margin-left: -137px;
  margin-top: 18px;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.first-line {
  margin-left: 155px;
}
.contact-info {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 46px 5px 5px;
  font-size: 16px;
  background: #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact-info label {
  float: left;
  width: 80px;
  font-weight: bold;
}
.contact-info .fb {
  position: absolute;
  right: 5px;
  top: 5px;
}
.icon-tel {
  padding-left: 26px;
  background: url(../images/icon-tel.png) no-repeat 0 2px;
}
.icon-fax {
  padding-left: 26px;
  background: url(../images/icon-fax.png) no-repeat 0 2px;
}
.content {
  width: 980px;
  margin-bottom: 20px;
}
.content-left {
  width: 474px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #7a7676;
}
.content-left .article {
  position: relative;
  border-bottom: 1px solid #3566a4;
  margin-bottom: 15px;
}
.content-left .last-article {
  border: 0;
  margin-bottom: 0;
}
.content-left h1 {
  color: #3566a4;
  text-transform: uppercase;
}
.content-left ul {
  list-style: disc inside;
  margin-bottom: 15px;
}
.content-left ul a {
  color: #7a7676;
  text-decoration: none;
}
.content-left .read-more {
  position: absolute;
  right: 0;
  bottom: 15px;
  text-decoration: none;
}
.content-left .read-more:hover {
  text-decoration: underline;
}
.content-right {
  width: 474px;
}
.tile-row {
  width: 100%;
  clear: both;
  text-align: left;
  margin-bottom: 15px;
}
.tile-row:last-child {
  margin-bottom: 0;
}
.tile {
  position: relative;
  float: left;
  width: 138px;
  min-height: 208px;
  padding: 5px;
  margin-left: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.7);
  background: #f4f4f4;
}
.tile:first-child {
  margin-left: 0;
}
.tile h3 {
  color: #3c3c3c;
  margin-bottom: 5px;
}
.tile img {
  margin-bottom: 5px;
}
.tile p {
  margin-top: 0;
}
.tile .btn {
  position: absolute;
  left: 5px;
  bottom: 5px;
}
.tile-descr {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
}
.bepleisteren {
  _background: #f1b521;
}
.reiniging {
  _background: #48c9df;
}
.steenstrips {
  _background: #e67322;
}
.renovatie {
  _background: #71b642;
}
.kaleien {
  _background: #7a7676;
}
.contact {
  background: #3566a4;
}
.contact h3 {
  color: #ffffff;
}
.contact .tile-descr {
  color: #ffffff;
}
.footer {
  margin-bottom: 10px;
  padding: 15px 0 15px 15px;
  background: #3566a4;
  font-size: 12px;
}
.footer h3 {
  color: #ffffff;
  margin-bottom: 15px;
}
.foot-col {
  width: 306px;
  margin-right: 15px;
}
.foot-list a {
  color: #ffffff;
}
/* HELPER CLASSES
---------------------*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* PRINT STYLES
---------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
