@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,500,500italic,600,800,300,200,900,700,600italic);
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@page {
  size: A4;
  margin: 0;
  padding-bottom: 100mm; }

@media print {
  html, body {
    width: 210mm;
    height: 297mm;
    border: 1px solid black !important; }
    html .container, html .col-xs-12, body .container, body .col-xs-12 {
      width: 100%; }
  body {
    padding: 10mm 5mm; }
  /* Hide elements */
  footer#site-footer {
    display: none; }
  .entry-header {
    width: 100%; }
    .entry-header .header-left {
      width: 33.3333333333%; }
    .entry-header .header-right {
      width: 66.6666666667%; }
  div.tab-content {
    display: block !important; }
  div.panel-group {
    display: block !important; }
    div.panel-group .panel {
      border: none; }
      div.panel-group .panel .panel-heading {
        display: none !important; }
      div.panel-group .panel .collapse {
        display: block !important; }
        div.panel-group .panel .collapse .panel-body {
          border: none; }
  .image-gallery img {
    width: 75%;
    padding: 15px;
    margin: 0 auto; } }

section.marketplace {
  padding-top: 75px;
  padding-bottom: 75px; }
  section.marketplace .filter-sidebar .search-box {
    background: #999999;
    padding: 20px; }
    section.marketplace .filter-sidebar .search-box .btn {
      width: 100%;
      float: none; }
  section.marketplace .marketplace-object {
    position: relative; }
    section.marketplace .marketplace-object:before {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      bottom: 0;
      left: 15px;
      right: 15px;
      background: #dadada; }
    section.marketplace .marketplace-object > div {
      position: relative; }
    section.marketplace .marketplace-object .text-wrap {
      padding-bottom: 40px; }
    section.marketplace .marketplace-object footer {
      background: #85ace4;
      color: #FFF;
      position: absolute;
      display: inline-block;
      width: 100%;
      width: calc(100% + 1px);
      left: -15px;
      bottom: 0; }
      section.marketplace .marketplace-object footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 2.7; }
        section.marketplace .marketplace-object footer ul li {
          position: relative;
          float: left;
          margin-left: 15px; }
      section.marketplace .marketplace-object footer button {
        float: right; }
    @media only screen and (min-width: 992px) {
      section.marketplace .marketplace-object .text-wrap {
        padding-left: 10px; }
      section.marketplace .marketplace-object footer ul {
        padding-left: 10px; }
      section.marketplace .marketplace-object.row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap; } }

.marketplace .marketplace-object-wrap header.entry-header {
  background: #dadada;
  padding-top: 15px; }
  .marketplace .marketplace-object-wrap header.entry-header h1 {
    font-size: 28px; }

.marketplace .marketplace-object-wrap .nav.nav-tabs {
  position: relative; }
  .marketplace .marketplace-object-wrap .nav.nav-tabs:before {
    background: #dadada;
    content: '';
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    bottom: -1px;
    display: block; }
  .marketplace .marketplace-object-wrap .nav.nav-tabs > li > a {
    margin-right: 10px;
    background-color: #e7e7e7;
    color: #444444;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: none !important; }
  .marketplace .marketplace-object-wrap .nav.nav-tabs > li a:hover,
  .marketplace .marketplace-object-wrap .nav.nav-tabs > li.active > a,
  .marketplace .marketplace-object-wrap .nav.nav-tabs > li.active > a:hover,
  .marketplace .marketplace-object-wrap .nav.nav-tabs > li.active > a:focus {
    background-color: #fff;
    color: #444444; }

.marketplace .marketplace-object-wrap div.tab-content {
  padding: 45px 0; }
  .marketplace .marketplace-object-wrap div.tab-content .tab-pane > section {
    padding-top: 0;
    padding-bottom: 0; }

.panel-group > .panel > .panel-heading {
  background: #265caa;
  background-color: #265caa;
  color: #FFF;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 15px; }

.marketplace-sidebar {
  display: inline-block;
  width: 100%; }
  .marketplace-sidebar .btn {
    width: 100%;
    text-align: left;
    background-color: #265caa;
    color: #FFF; }
    .marketplace-sidebar .btn i {
      margin-right: 15px;
      display: none; }
    .marketplace-sidebar .btn:hover, .marketplace-sidebar .btn:active, .marketplace-sidebar .btn:focus {
      background-color: #1d4580;
      color: #FFF; }
  .marketplace-sidebar .files {
    margin: 0;
    padding: 0; }
    .marketplace-sidebar .files a.file {
      background-color: #0a182d;
      color: #FFF; }
      .marketplace-sidebar .files a.file:hover, .marketplace-sidebar .files a.file:active, .marketplace-sidebar .files a.file:focus {
        background-color: #1d4580;
        color: #FFF; }

.marketplace .filter-sidebar .form-group {
  position: relative; }

.marketplace .filter-sidebar .reset-button {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 6px;
  right: 6px;
  padding: 0;
  cursor: pointer;
  border: none;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  background: #dadada;
  border-radius: 22px;
  -webkit-transition: all, 300ms, ease;
  -khtml-transition: all, 300ms, ease;
  -moz-transition: all, 300ms, ease;
  -ms-transition: all, 300ms, ease;
  -o-transition: all, 300ms, ease;
  transition: all, 300ms, ease; }
  .marketplace .filter-sidebar .reset-button:hover {
    color: #dadada;
    background: #444; }
  .marketplace .filter-sidebar .reset-button:focus, .marketplace .filter-sidebar .reset-button:active {
    outline: none; }

.marketplace .filter-sidebar .filter-category {
  border-bottom: 1px solid #eeeeee; }

.marketplace .filter-sidebar .filter-category:before, .marketplace .filter-sidebar .filter-tag:before {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 115%;
  font-weight: 500; }

.marketplace .filter-sidebar .filter-category:before {
  content: "Type Pand"; }

.marketplace .filter-sidebar .filter-tag:before {
  content: "Plaats"; }

.marketplace {
  min-height: 250px; }
  .marketplace .fs-loader {
    min-height: 250px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: url("../img/loading.gif") no-repeat center;
    background-size: 50px; }
    .marketplace .fs-loader:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background: #fff;
      z-index: -1;
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      -webkit-opacity: 0.7;
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      -ms-opacity: 0.7;
      -o-opacity: 0.7;
      opacity: 0.7; }
  .marketplace .loader {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 150px;
    background: url("../img/loading.gif") no-repeat center;
    background-size: 50px;
    text-align: center; }
  .marketplace .marketplace-object {
    display: block;
    color: #444444;
    margin-bottom: 30px; }
