/* Compiled Less CSS File */
/* Generated from "template.css" */

/* TEMPLATE CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, 'sans-serif';
  font-weight: 300;
  font-size: 81.3%;
  line-height: 200%;
  color: #000000;
  margin: 0;
  overflow: hidden;
  height: 100%;
  background: #ffffff;
}
.container {
  width: 100%;
  max-width: 1084px;
  padding: 0 10px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hide-desktop {
  display: none !important;
}
/* -------- LESS Elements -------- */
/* -------- LAYOUT -------- */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
.clear {
  clear: both;
}
strong {
  font-weight: 700;
}
a {
  color: #e11f26;
  text-decoration: none;
  border-bottom: 1px dotted #e11f26;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
a:hover {
  color: #a21616;
  text-decoration: none;
  border-bottom: 1px dotted;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
a:active {
  color: #e11f26;
}
a.no-border {
  border: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  border: none;
}
/* Set width columns */
.span12 {
  width: 100% !important;
  margin-left: 0 !important;
}
span11 {
  width: 91.43646408839778% !important;
}
.span10 {
  width: 82.87292817679558% !important;
}
.span9 {
  width: 74.30939226519337% !important;
}
.span8 {
  width: 65.74585635359117% !important;
}
.span7 {
  width: 57.18232044198895% !important;
}
.span6 {
  width: 48.61878453038674% !important;
}
.span5 {
  width: 40.05524861878453% !important;
}
.span4 {
  width: 31.491712707182323% !important;
}
.span3 {
  width: 23.076923076923077% !important;
}
.span2 {
  width: 14.3646408839779% !important;
}
.span1 {
  width: 5.801104972375691% !important;
}
[class*="span"] {
  display: block;
  width: 100%;
  min-height: 10px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.556684657883553%;
}
[class*="span"]:first-child {
  margin-left: 0;
}
/* -------- STANDARD COLORS -------- */
/* -------- DESIGN STYLES -------- */
.border {
  border: 1px dotted #333333;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', serif;
  margin: 0 0 20px 0;
  font-size: 150%;
  line-height: 110%;
  font-weight: 700;
  color: #e11f26;
  text-transform: uppercase;
}
p {
  margin: 0 0 20px 0;
}
/* -------- MIXINS -------- */
.transition {
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.inputfield {
  background: #ffffff;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #333333 !important;
  font-family: 'Open Sans', Arial, Helvetica, 'sans-serif';
  font-size: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.inputfield:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #333333 !important;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.button-open {
  border: 1px solid #e11f26;
  padding: 7px 18px;
  height: 40px;
  display: inline-block;
  font-size: 100%;
  font-weight: 300;
  text-transform: uppercase;
  color: #e11f26;
}
.button-open:hover {
  background: #e11f26;
  border: 1px solid #e11f26;
  color: #ffffff;
}
.button-white {
  background: #ffffff;
  border: none;
  margin: 0 auto;
  padding: 7px 18px;
  height: 40px;
  display: inline-block;
  font-size: 100%;
  font-weight: 300;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.button-white:hover {
  background: #e11f26;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
button,
input[type=submit] {
  background: #e11f26;
  border: none;
  height: 40px;
  display: inline-block;
  font-family: 'Open Sans', Arial, Helvetica, 'sans-serif' !important;
  font-size: 100%;
  font-weight: 300 !important;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
button:hover,
input[type=submit]:hover {
  background: #a21616;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
/* -------- IMAGE SPRITES -------- */
.icon {
  background: url(../images/sprite-icons.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.btn-wphone {
  background-position: 0 -128px !important;
}
.btn-wemail {
  background-position: 0 -144px !important;
}
.btn-bphone {
  background-position: -16px -128px !important;
}
.btn-bemail {
  background-position: -16px -144px !important;
}
.btn-beds {
  background-position: 0 -160px !important;
}
.btn-baths {
  background-position: -16px -160px !important;
}
.btn-file {
  background-position: 0 -176px !important;
}
#ip-details-buttons .icon {
  background: none;
  width: auto;
  height: auto;
}
/* -------- MAIN NAV -------- */
header {
  width: 100%;
  background: rgba(225, 31, 38, 0.9);
  border-bottom: 2px solid #ffffff;
  padding: 20px 0;
  position: fixed;
  z-index: 2;
}
#logo {
  max-width: 348px;
  line-height: 0;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
#nav > div,
#nav > nav {
  float: right;
}
header #nav {
  float: right;
  font-size: 120%;
  text-align: right;
  text-transform: uppercase;
  padding: 0;
  margin: 0 !important;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
header #nav ul {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
}
header #nav ul li {
  display: inline-block;
}
header #nav ul li a {
  color: #ffffff;
  text-align: center;
  border: none;
}
header #nav ul li a:hover {
  color: #ffffff;
  opacity: 0.8;
  text-shadow: 0 0 2px #000000;
  border: none;
}
header #nav ul li.active a {
  font-weight: 700;
  opacity: 0.8;
}
header #nav ul li:after {
  content: '|';
  color: #a21616;
  margin: 0 5px;
}
header .nav .item-101 {
  display: none !important;
}
header #nav ul li:last-child:after {
  content: '';
  margin: 0;
}
header #nav ul ul {
  display: none;
  padding-top: 22px !important;
}
header #nav li:hover > ul {
  display: block;
}
header #nav ul ul {
  width: 100%;
  padding-bottom: 0;
  left: 0;
  position: absolute;
  z-index: 100000;
}
header #nav ul ul li {
  width: 100%;
  background: #000000;
  display: block;
  font-size: 92%;
  text-transform: none;
  position: relative;
}
header #nav ul ul li:hover {
  width: 100%;
  background: #e11f26;
}
header #nav ul ul li a {
  max-width: 1084px;
  padding: 5px 10px;
  display: block;
  margin: 0 auto;
  text-align: right;
}
.sclogin-modal-links {
  padding-top: 15px;
}
.sclogin-modal-links a {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  border: none;
}
.sclogin-modal-links a:hover {
  color: #ffffff;
  opacity: 0.8;
  text-shadow: 0 0 2px #000000;
  border: none;
}
.sclogin-modal-links:before {
  content: '|';
  color: #a21616;
  margin: 0 5px;
}
/* -------- SLIDER FRONTPAGE -------- */
.front .slider {
  background: url(../images/header.jpg) repeat-x center top;
  height: 500px;
  position: relative;
  z-index: -1;
}
.schuin-slider {
  background: url(../images/schuin-slider.png) no-repeat center bottom / 100%;
  width: 100%;
  height: 70px;
  bottom: 0;
  position: absolute;
}
/* -------- SLIDER SUBPAGE -------- */
.slider {
  background: url(../images/header-sub.jpg) no-repeat center top / cover;
  height: 300px;
  position: relative;
  z-index: -1;
}
/* -------- FRONTPAGE -------- */
/* Intro */
.intro {
  background: url(../images/schuin-intro.png) no-repeat center bottom / 100% #f8f8f8;
  padding: 50px 0 63px 0;
}
.intro .moduletable h2 {
  background: url(../images/sprite.png) no-repeat;
  height: 24px;
  padding-left: 30px;
}
.intro .moduletable:nth-child(1) h2 {
  background-position: 0 0;
}
.intro .moduletable:nth-child(2) h2 {
  background-position: 0 -24px !important;
}
.intro .moduletable:nth-child(3) h2 {
  background-position: 0 -48px !important;
}
.intro a {
  border: 1px solid #e11f26;
  padding: 7px 18px;
  height: 40px;
  display: inline-block;
  font-size: 100%;
  font-weight: 300;
  text-transform: uppercase;
  color: #e11f26;
}
.intro a:hover {
  background: #e11f26;
  color: #ffffff;
}
/* News */
.news {
  padding: 50px 10px;
}
.items-leading > div {
  max-width: 48%;
  float: left;
}
.items-leading > div:first-child {
  margin-right: 4%;
}
.news h2 {
  font-size: 175%;
  text-align: center;
}
.blog .pull-left {
  width: 100%;
  line-height: 0;
  margin: 0 0 20px 0;
}
.blog .item-image {
  height: 200px;
  overflow: hidden;
}
.blog .pull-left a img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */

  -moz-filter: grayscale(100%);
  vertical-align: middle;
  margin-top: -15%;
}
.blog .pull-left img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */

  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */

}
.blog .date {
  font-weight: 300;
  line-height: 150%;
  color: #969494;
  margin: 0 0 10px 0;
}
.blog .title {
  border-bottom: 1px solid #e9e8e8;
}
.blog h3 {
  font-weight: 300;
  text-align: left;
  margin: 15px 0 11px 0;
}
/* General info */
.front .mainbody {
  background: url(../images/bg-welcome.png) no-repeat center center / cover #333333;
  color: #ffffff;
}
.schuin-content-top {
  background: url(../images/schuin-content-top.png) no-repeat center top / 100%;
  width: 100%;
  height: 55px;
  top: 0;
  position: absolute;
}
.content {
  min-height: 200px;
  margin: 50px auto;
}
.content h1 {
  text-align: center;
  color: #ffffff;
}
.content .columns {
  /*-webkit-column-count: 2;
  			-moz-column-count: 2;
  			column-count: 2;
			-webkit-column-gap: 4%;
			-moz-column-gap: 4%;
			column-gap: 4%;*/

}
.content .readmore {
  margin-top: 10px;
  text-align: center;
}
.content a {
  background: #ffffff;
  border: none;
  margin: 0 auto;
  padding: 7px 18px;
  height: 40px;
  display: inline-block;
  font-size: 100%;
  font-weight: 300;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.content a:hover {
  background: #e11f26;
  color: #ffffff;
}
.schuin-content-bottom {
  background: url(../images/schuin-content-bottom.png) no-repeat center bottom / 100%;
  width: 100%;
  height: 55px;
  bottom: 0;
  position: absolute;
}
/* Latest members */
.members {
  padding: 50px 10px;
}
.members .span4 {
  line-height: 0;
  text-align: center;
}
.members .span4 img {
  padding: 0 10%;
}
.members h2 {
  font-size: 175%;
  text-align: center;
}
.members a {
  border: none;
}
.members a:hover {
  opacity: 0.75;
}
/* -------- END FRONTPAGE -------- */
/* -------- CONTENT -------- */
.mainbody {
  padding: 50px 0;
  position: relative;
}
article {
  position: relative;
  padding-bottom: 30px !important;
}
.item-page .pull-left {
  float: right !important;
  margin-left: 2.556684657883553%;
}
aside {
  position: relative;
  padding: 0 0 30px 0;
}
.items-row {
  float: left;
  overflow: hidden;
}
/* -------- FORMS -------- */
fieldset {
  border: none;
  margin: 0;
  padding: 10px 0 0 0;
}
#userForm fieldset > div:nth-child(1),
#userForm fieldset > div:nth-child(3) {
  margin-left: 0 !important;
}
.formBody {
  width: 100%;
  margin-bottom: 10px;
}
input[type=text] {
  background: #ffffff;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #333333 !important;
  font-family: 'Open Sans', Arial, Helvetica, 'sans-serif';
  font-size: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 1px solid #333333;
}
.item-page input[type=text],
.item-page textarea {
  background: #ffffff;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #333333 !important;
  font-family: 'Open Sans', Arial, Helvetica, 'sans-serif';
  font-size: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 1px solid #333333;
  max-width: 50%;
}
.item-page textarea {
  height: 150px;
}
/* Acymailing module */
.acymailing_form {
  max-width: 80%;
}
.acysubbuttons {
  text-align: right !important;
}
.acymailing_module input[type=text] {
  border: none !important;
}
.acymailing_module input[type=submit] {
  border: 1px solid #ffffff;
}
/* -------- FOOTER -------- */
footer {
  background: url(../images/bg-footer.png) no-repeat center top / cover #b80000;
  padding: 100px 10px 20px;
  color: #ffffff;
  text-align: left;
}
#footer {
  padding-bottom: 30px;
}
#footer h3 {
  font-size: 120%;
  color: #ffffff;
  margin: 0 0 15px 0;
}
#footer ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: square;
}
#footer ul li:last-child {
  border-bottom: none;
}
#footer .item-101 {
  display: none;
}
/* Copyright */
#copy,
#designby {
  font-size: 92%;
  color: #ffffff;
}
#copy div,
#copy nav {
  float: left;
}
#copy nav ul {
  margin: 0;
  padding: 0 0 0 2px;
  list-style: none;
}
#copy nav ul li {
  display: inline;
}
#copy nav ul li:after {
  content: "|";
  padding: 0 5px;
}
#copy nav ul li:last-child:after {
  content: "";
  padding: 0;
}
footer a {
  color: #ffffff;
  border: none;
}
footer a:hover {
  color: #ffffff;
  border-color: #ffffff;
  opacity: 0.8;
}
/* -------- COOKIES -------- */
.coockie_banner {
  z-index: 99999;
}
.coockie_banner p {
  margin: 0 auto;
  max-width: 978px;
  font-size: 92%;
  text-align: left;
}
.coockie_banner button {
  padding: 4px 10px !important;
  font-size: font-normal;
  float: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* -------- SC LOGIN -------- */
.sclogin-joomla-login.vertical input#sclogin-username.input-block-level,
.sclogin-joomla-login.vertical input#sclogin-passwd.input-block-level {
  width: 100% !important;
}
#form-sclogin-remember {
  padding: 20px 0 0 0;
  clear: both;
}
.sourcecoast label {
  font-size: 92% !important;
}
.sclogin-joomla-login ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Styling bedrijvengids */
/* -------- Bedrijvengids -------- */
.intro #searchform {
  overflow: hidden;
  padding: 0;
}
.intro button {
  font-size: 135%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.intro #categories {
  background: url(../images/arrow-selectbox.png) right center no-repeat #ffffff;
  display: block !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.intro .custom-combobox {
  display: none;
}
/* ----- CATEGORY PAGE ----- */
#search-path ul li {
  font-weight: 600;
}
#search-path ul li a {
  font-weight: 300;
  border: none;
}
.search-filter {
  border: none;
  margin-top: 34px;
}
.search-filter h3 {
  background: #333333;
  padding: 4px 10px;
}
.search-category-box {
  border: none;
}
.search-category-box ul li {
  margin: 0 !important;
  color: #969494;
}
.search-category-box a {
  font-weight: 600;
  color: #e11f26;
  text-transform: uppercase;
  border: none;
  margin: 8px 0;
  display: inline-block;
}
.search-category-box a:hover {
  color: #a21616;
}
.isotope-item {
  z-index: 1;
}
#grid-content .post {
  width: 18%;
  margin: 0 2% 25px 0;
  box-shadow: none;
  border: 1px solid #f8f8f8;
}
#grid-content .post:nth-child(5) {
  margin: 0 0 25px 0;
}
#grid-content .button-open {
  padding: 12px !important;
  width: 100%;
  text-align: center;
}
#companies-map-container {
  border: none !important;
  margin-bottom: 20px;
}
#map-content h1 {
  margin-bottom: 10px;
}
#map-content a {
  float: none;
}
#search-info {
  background: #333333;
}
#search-details a {
  border: none;
}
#results-container {
  border: none;
}
.result {
  border: none;
  border-bottom: 1px solid #e9e8e8;
  padding: 20px 0;
}
.companytitle {
  margin-bottom: 0;
  text-transform: none;
}
.categories {
  font-style: italic;
  color: #969494;
}
.companydetails {
  margin-top: 10px;
}
.companydetails .button-open {
  position: absolute;
  bottom: 25px;
}
.pagination {
  width: 100%;
  padding: 10px 0;
  float: left;
}
.pagination ul {
  width: 100%;
  margin: 20px 0 0;
  padding: 20px 0 0;
  list-style: none;
  text-align: center;
  border-top: 1px dotted #333333;
}
.pagination li {
  display: inline;
  padding: 0 2px;
}
.pagination .counter {
  display: none;
}
.pagination a {
  border: none;
}
.pagination .limit {
  display: none;
}
/* Device grade: B */
@media screen and (max-width: 1024px) {
  /* -------- Device grade B -------- */
  header #nav {
    max-width: 505px;
    font-size: 100%;
  }
}
/* Device grade: C */
@media screen and (max-width: 768px) {
  /* -------- Device grade C -------- */
  /* Set width columns */
  .span12,
  .span11,
  .span10,
  .span9,
  .span8,
  .span7,
  .span6,
  .span5,
  .span4,
  .span3,
  .span2,
  .span1 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  header .container {
    padding: 0;
  }
  header #logo {
    width: 60% !important;
    margin: 0;
    padding: 0 0 0 10px;
  }
  header #mobilenav {
    width: 100% !important;
    margin: 0;
    float: right;
    position: absolute;
  }
  /* -------- MOBILE MENU -------- */
  #mobilenav label.mobile_menu {
    background: none;
    border: none;
    padding-right: 10px;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
  }
  #mobilenav label:after {
    margin-top: 6px;
    right: 65px;
  }
  #mobilenav label.mobile_menu span {
    font-size: 135%;
  }
  .nav.unite-nav {
    background: rgba(225, 31, 38, 0.9) !important;
    margin-top: 15px !important;
    border-bottom: 2px solid #ffffff;
  }
  .nav.unite-nav > li {
    text-transform: uppercase;
    text-align: center !important;
    padding: 0 !important;
  }
  .nav.unite-nav > li a {
    display: block !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(162, 22, 22, 0.5);
    padding: 15px !important;
    font-size: 120% !important;
  }
  .nav.unite-nav > li:last-child a {
    border-bottom: none;
  }
  .nav.unite-nav > li a:hover {
    background: #a21616;
    color: #ffffff !important;
  }
  /* -------- FRONTPAGE -------- */
  .intro,
  .news,
  .mainbody {
    text-align: center;
  }
  /* Intro */
  .intro {
    padding: 50px 0 20px 0;
  }
  .intro .span4 {
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px groove #333333;
  }
  .intro .span4:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
  .intro .moduletable h2 {
    background: none;
    padding-left: 0;
  }
  /* News */
  .news {
    padding: 20px 10px 10px;
  }
  .items-leading > div {
    max-width: 100%;
    float: left;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px groove #333333;
  }
  .items-leading > div:first-child {
    margin-right: 0;
  }
  .items-leading > div:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
  .blog .item-image {
    height: 180px;
    overflow: hidden;
  }
  .blog .pull-left a img {
    width: 100% !important;
  }
  .news h3,
  .news .introtext {
    text-align: center;
  }
  /* General content */
  .content {
    margin: 0 auto 20px;
  }
  .content .columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  /* Latest members */
  .members {
    padding: 30px 0 10px 0;
  }
  .members .span4 {
    border: 1px solid #f8f8f8;
    margin-bottom: 20px;
  }
  .members .span4:last-child {
    margin-bottom: 0;
  }
  /* FORMS */
  /* Acymailing module */
  .acymailing_form {
    max-width: 100%;
  }
  /* -------- FOOTER -------- */
  #footer {
    padding-bottom: 0;
    border-bottom: 1px solid #ffffff;
  }
  #footer nav {
    padding-bottom: 20px;
  }
}
/* Device grade: D */
@media screen and (max-width: 500px) {
  /* -------- Device grade D -------- */
  .container {
    padding: 0 10px;
  }
  /* -------- FRONTPAGE -------- */
  .blog .item-image {
    height: 100px;
    overflow: hidden;
  }
  .blog .introtext {
    width: 100%;
    margin: 20px 0 0 0;
    float: left;
  }
  /* ----- CATEGORY PAGE ----- */
  #searchform .span6 {
    margin-bottom: 10px;
  }
  #search-filter,
  #search-details,
  #companies-map-container {
    display: none !important;
  }
  .result > div {
    width: 100% !important;
    display: block;
  }
  .companydetails > div {
    width: 100% !important;
    display: block;
  }
  .companydetails .span4 {
    margin-top: 10px;
  }
  .companydetails .span4 a {
    position: relative !important;
    bottom: 0 !important;
  }
  .companytitle {
    font-size: 135%;
  }
}