﻿.m-page-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media screen and (min-width: 800px) {
    .m-page-header .container {
      height: 104px; } }
  .m-page-header h1 {
    font-size: 20px;
    padding: 29px 0 15px 0;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 800px) {
      .m-page-header h1 {
        font-size: 22px;
        padding: 29px 0 9px 115px; } }
    @media screen and (min-width: 992px) {
      .m-page-header h1 {
        font-size: 26px;
        padding: 29px 0 6px 115px; } }

.m-logo {
  background-image: url(../Img/logo.JPG);
  background-size: cover;
  display: inline-block;
  height: 81px;
  margin: 5px 15px 5px 0;
  opacity: .3;
  position: absolute;
  vertical-align: middle;
  width: 90px;
  z-index: 2; }
  @media screen and (min-width: 800px) {
    .m-logo {
      opacity: 1; } }

.m-main-menu {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding-left: 0 !important;
  z-index: 2; }
  @media screen and (min-width: 800px) {
    .m-main-menu {
      padding-left: 115px !important; } }
  .m-main-menu--item {
    display: inline-block;
    float: left;
    font-size: 13px;
    
    height: 22px;
    line-height: 23px;
    padding: 0 9px 0 0;
   
    vertical-align: middle; }
    @media screen and (min-width: 800px) {
      .m-main-menu--item {
        font-size: 16px;
        font-weight: 600;
        padding: 0 25px 0 0; 
        text-transform: capitalize; } }

.m-carousel {
  margin-bottom: 85px;
  margin-top: 104px;
  position: relative; }
  @media screen and (min-width: 800px) {
    .m-carousel {
      background: #c2e3f5 url(Img/achtergrond.jpg) 50% 0 no-repeat;
      background-size: cover;
      margin-bottom: 60px; } }
  .m-carousel .carousel {
    padding-left: 0;
    padding-right: 0;
    position: static; }
    @media screen and (min-width: 800px) {
      .m-carousel .carousel {
        /*margin-left: 15px;
            margin-right: 15px;*/
        padding-left: 15px;
        padding-right: 15px; } }
  .m-carousel .carousel-inner {
    list-style-type: none;
    white-space: nowrap;
    /*@media screen and (min-width:$screen-sm-min) {
            width: 2250px !important;
        }

        @media screen and (min-width:$screen-md-min) {
            width: 2910px !important;
        }

        @media screen and (min-width:$screen-lg-min) {
            width: 3510px !important;
        }*/ }
    .m-carousel .carousel-inner .item {
      background-size: cover;
      min-height: 240px; }
      @media screen and (min-width: 800px) {
        .m-carousel .carousel-inner .item {
          min-height: 630px; } }
  .m-carousel .carousel-control {
    background: none;
    width: 60px; }
    .m-carousel .carousel-control.left {
      left: 0; }
      .m-carousel .carousel-control.left:hover {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x; }
    .m-carousel .carousel-control.right {
      right: 0; }
      .m-carousel .carousel-control.right:hover {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.15) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.15) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.15)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.15) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x; }
  .m-carousel .carousel-indicators-outer {
    height: 95px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%; }
    @media screen and (min-width: 800px) {
      .m-carousel .carousel-indicators-outer {
        bottom: -104px;
        height: 95px;
        position: absolute;
        width: 372px; } }
    @media screen and (min-width: 992px) {
      .m-carousel .carousel-indicators-outer {
        width: 500px; } }
    @media screen and (min-width: 1200px) {
      .m-carousel .carousel-indicators-outer {
        width: 617px; } }
  .m-carousel .carousel-indicators {
    bottom: -10px;
    display: block;
    height: 88px;
    left: 0;
    margin: 0;
    min-height: 88px;
    padding: 0;
    text-align: left;
    top: 22px;
    white-space: nowrap;
    width: auto;
    -webkit-transition: margin-left .4s;
    /* Safari */
    transition: margin-left .4s; }
    @media screen and (min-width: 800px) {
      .m-carousel .carousel-indicators {
        bottom: 10px;
        margin: 25px 0 0;
        top: 0; } }
    @media screen and (min-width: 992px) {
      .m-carousel .carousel-indicators {
        margin: 25px 0 0; } }
    .m-carousel .carousel-indicators li {
      background-color: transparent;
      background-size: cover;
      -webkit-border-radius: 0;
      border-radius: 0;
      display: inline-block;
      height: 52px;
      margin: 0 !important;
      opacity: .6;
      width: 68px; }
      @media screen and (min-width: 800px) {
        .m-carousel .carousel-indicators li {
          height: 80px;
          width: 110px; } }
      .m-carousel .carousel-indicators li.active {
        opacity: 1; }
  .m-carousel .slide-01 {
    background-image: url(../Img/photo_01.jpg); }
  .m-carousel .slide-02 {
    background-image: url(../Img/photo_02.jpg); }
  .m-carousel .slide-03 {
    background-image: url(../Img/photo_03.jpg); }
  .m-carousel .slide-04 {
    background-image: url(../Img/photo_04.jpg); }
  .m-carousel .slide-05 {
    background-image: url(../Img/photo_05.jpg); }
  .m-carousel .slide-06 {
    background-image: url(../Img/photo_06.jpg); }
  .m-carousel .slide-07 {
    background-image: url(../Img/photo_07.jpg); }
  .m-carousel .slide-08 {
    background-image: url(../Img/photo_08.jpg); }
  .m-carousel .slide-09 {
    background-image: url(../Img/photo_09.jpg); }
  .m-carousel .slide-10 {
    background-image: url(../Img/photo_10.jpg); }
  .m-carousel .slide-11 {
    background-image: url(../Img/photo_11.jpg); }
  .m-carousel .slide-12 {
    background-image: url(../Img/photo_12.jpg); }
  .m-carousel .slide-13 {
    background-image: url(../Img/photo_13.jpg); }
  .m-carousel .slide-14 {
    background-image: url(../Img/photo_14.jpg); }
  .m-carousel .slide-15 {
    background-image: url(../Img/photo_15.jpg); }
  .m-carousel .slide-16 {
    background-image: url(../Img/photo_16.jpg); }
  .m-carousel .slide-17 {
    background-image: url(../Img/photo_17.jpg); }
  .m-carousel .slide-18 {
    background-image: url(../Img/photo_18.jpg); }
  .m-carousel .slide-19 {
    background-image: url(../Img/photo_19.jpg); }
  .m-carousel .slide-20 {
    background-image: url(../Img/photo_20.jpg); }
                                            

/*
    .m-carousel .slide-16 {
    background-image: url(../Img/photo_5_2.jpg); }
*/


.m-g-maps {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden; }
  @media screen and (min-width: 800px) {
    .m-g-maps {
      padding-bottom: 33%; } }
  .m-g-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.m-clean-list {
  margin: 0;
  padding: 0; }

.m-section--title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 15px; }

.m-section--body {
  padding-bottom: 18px;
  padding-top: 20px; }
  .m-section--body h3 {
    margin-bottom: 10px; }

.m-section--informatie table {
  display: table;
  width: 100%; }
  .m-section--informatie table tr td:first-of-type {
    font-weight: 700;
    width: 100%; }
  .m-section--informatie table tr td:last-of-type {
    padding-right: 15px;
    white-space: nowrap;
    width: 1%; }
  .m-section--informatie table:first-of-type {
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .m-section--informatie table:first-of-type {
        margin-bottom: 0px; } }

.m-section--informatie-hilites {
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 800px) {
    .m-section--informatie-hilites {
      column-count: 2;
      margin-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    .m-section--informatie-hilites {
      column-count: 1;
      margin-bottom: 0px; } }
  @media screen and (min-width: 1200px) {
    .m-section--informatie-hilites {
      column-count: 1; } }
  .m-section--informatie-hilites li {
    width: 100%; }
    @media screen and (min-width: 800px) {
      .m-section--informatie-hilites li {
        float: left; } }

.m-section--ruimtes > div, .m-section--prijzen > div {
  margin-left: -15px; }
  .m-section--ruimtes > div > div, .m-section--prijzen > div > div {
    margin-bottom: 25px; }
    .m-section--ruimtes > div > div:last-of-type, .m-section--prijzen > div > div:last-of-type {
      margin-bottom: 0; }

.m-section--verhuurder {
  position: relative; }
  .m-section--verhuurder p:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .m-section--verhuurder p {
      padding-left: 110px; } }
  .m-section--verhuurder .container {
    padding-bottom: 15px; }
    @media screen and (min-width: 800px) {
      .m-section--verhuurder .container {
        padding-bottom: 0; } }
  .m-section--verhuurder .m-section--header {
    padding-bottom: 0; }

.m-image-round {
  border-radius: 50%;
  bottom: 10px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  width: 70px; }
  .m-image-round img {
    width: 100%; }
  @media screen and (min-width: 800px) {
    .m-image-round {
      bottom: auto;
      height: 80px;
      right: auto;
      width: 80px; } }

.m-tarieven {
  list-style-type: none;
  position: relative; }
  @media screen and (min-width: 800px) {
    .m-tarieven {
      left: -15px;
      margin-top: -130px; } }
  .m-tarieven li {
    display: inline;
    padding-bottom: 1px;
    padding-top: 2px; }
    .m-tarieven li span {
      white-space: nowrap; }
    .m-tarieven li:first-of-type {
      background: #12789f;
      height: 50px;
      max-height: 54px;
      padding-top: 0; }
      @media screen and (min-width: 800px) {
        .m-tarieven li:first-of-type {
          background: rgba(0, 0, 0, 0.65); } 
        .m-tarieven .m-section--title {
          color: white;
        } }
    .m-tarieven li div:nth-child(2) {
      padding: 0 15px 0 10px; 
      text-align: right;}
    .m-tarieven li div:last-of-type {
      padding-left: 0;
      text-align: right; }
  .m-tarieven .m-section--title {
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.36);
    padding-top: 12px;
    text-indent: 15px; }
  .m-tarieven .row {
    margin-left: 0;
    margin-right: 0; }

.m-icon-list {
  column-count: auto;
  list-style-type: none;
  margin-right: -15px; }
  @media screen and (min-width: 800px) {
    .m-icon-list {
      column-count: 3; } }
  .m-icon-list--item {
    position: relative;
    text-indent: 25px; }
    .m-icon-list--item i {
      left: -25px;
      position: absolute;
      top: 4px; }

.m-button {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  line-height: 0;
  vertical-align: middle;
  white-space: nowrap; }
  .m-button--large {
    font-size: 18px;
    height: 100%;
    min-height: 100%;
    padding: 20px 15px 20px 15px;
    position: relative;
    text-align: center; }
  .m-button--large.special {
    font-size: 24px;
    height: 121px;
    padding: 33px 15px 20px 15px;
  }
  .m-button .fa {
    margin: 0 4px; }
    @media screen and (min-width: 800px) {
      .m-button .fa {
        margin: 0 8px; } }
  .m-button:hover {
    background: #fce0cb;
    color: #000000 !important;
    text-decoration: none; }
  .m-button:visited, .m-button:active, .m-button:focus {
    color: #ffffff;
    text-decoration: none; }

.m-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0; }

.m-modal .modal-body {
  padding-bottom: 0;
  padding-top: 0; }

.m-modal .modal-content {
  border-radius: 0; }

.m-modal .modal-footer {
  border-top: none; }
  .m-modal .modal-footer .t-note {
    float: left;
    margin-top: 12px; }

.m-modal .form-control {
  border-radius: 0; }
  .m-modal .form-control:focus {
    border-color: #5dc5ed; }

.m-modal textarea {
  max-width: 100%; }

.m-modal .btn {
  border-radius: 0;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.26);
  font-size: 15px;
  font-weight: 700;
  margin: 12px 0 10px 12px !important;
  padding: 6px 14px; }
  .m-modal .btn:hover {
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.36);
    cursor: pointer; }
  .m-modal .btn:active {
    box-shadow: none; }

.m-footer span {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap; }
  .m-footer span:first-of-type {
    padding-left: 0; }
  .m-footer span:last-of-type {
    padding-right: 0; }

.g-recaptcha {
  padding-left: 15px;
}
.form_message {
  padding: 0 0 15px 15px;
}
.carousel-control {
  opacity: .65;
}