/*Service message*/
.service-message {
  background-color: #384886;
  color: #FFF;
  font-size: 0.8rem;
  font-style: italic;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* Navbar */


.navbar-brand img {
  height: 100px;
  vertical-align: 0;
}

.haida-navigation{
  border-bottom: 5px solid #384886;
}

.haida-jumbo-start {
  background-image: url(../img/jumbo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  border-radius: 0px;
  /* box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.4); */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.haida-center {
  text-align: center;
}

.haida-jumbo-start h1 {
  color: white;
}

.haida-subtitle {
  color: white;
  font-size: 24px;
}

.block-link:hover {
  text-decoration: none;
}

.block-item {
  /* border: 1px solid grey; */
  color: #707070;
  position: relative;
  overflow: hidden;
  display: block;
  box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.2);
  /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
}

.block-item-content {
  padding: 20px;
  color: #707070;
}

.block-item-content p {
  text-align: left;
}

.location {
  text-align: center;
  background-color: #AE3638;
  color: #FFF;
  font-weight: bolder;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.2em;
  margin-bottom: 7px;
}

.no-margin {
  margin: 0 !important;
}

.info {
  height: 1em;
}

.price {
  width: 50%;
  float: left;
  text-align: left;
  font-weight: bold;
}
.more {
  width: 50%;
  float: right;
  text-align: right;
  font-weight: bolder;
  color: #AE3638;
}

.project-link{
  font-weight: bolder;
  color: #AE3638;
}

.block-item .more:hover {
  text-decoration: underline;
}

.haida-jumbo-about{
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.4);
}

section h2 {
  color: #707070;
  /* font-size: 48px; */
  margin-top: 20px;
}

.home-h2 {
  margin-bottom: 30px;
}

section h3 {
  color: #707070;
  /* font-size: 36px; */
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.space-buttom {
    margin-bottom: 15px;
}

.home-cta {
  background-color: #AC2226;
  -webkit-border-radius: 5px;
  border-radius: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  color: white;
  font-weight: bolder;
  margin: 5px;
  min-width: 150px;
  display: inline-block;
}

.home-cta:hover{
  text-decoration: underline;
  color: white;
}


#over-ons h3{
  text-align: center;
  /* color: #707070; */
  font-weight: bold;
  font-size: 36px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#over-ons .about-right h3 {
  color: white;
}

.about-right{
  background-color: #384886;
  color: #FFF;
}

.about-left{
  padding-left: 0;
  padding-right: inherit;
}

.about-left:hover {
  text-decoration: none;
}

.about-left h3{
  text-align: center;
  color: #707070;
  font-weight: bold;
  /* font-size: 36px; */
  padding-top: 15px;
  padding-bottom: 15px;
}

#service-links {
  margin-top: 30px;
  padding: 20px 5px 0px 5px;
  background-color: #AC2226;
}

#service-links h4 {
  color: #FFF;
  font-size: 1.2rem;
}

#service-links ul {
  padding-left: 15px;
  list-style-type: square;
}

#service-links li {
  color: #FFF;
  padding-right: 0px;
}

#service-links a {
  color: white;
}

.btn-primary{
  background-color: #AE3638;
  border: none;
}

.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  /* background-color: #FFF; */
  margin-left: auto;
  margin-right: auto;
}

.copyright a {
  color: white
}


.content-page-section{
  color: #707070;
}

.content-page-section h1{
  /* font-size: 52px; */
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-details{
  padding-left: 15px;
}

.form-confirmation{
  color: #325e1c;
  background-color: #f3faef;
  border: solid 1px  #c9e1bd;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-error{
  color: #aa0000;
  background-color: #ffeeee;
  border: solid 1px  #ff0000;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.project-fase{
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 1px #EEE;
  box-shadow: 0 0 10px 1px #EEE;

  padding: 10px 15px 10px 15px;
  margin-bottom: 10px;
}

.inline-cta{
  font-weight: normal;
  color: #fff !important;
  background-color: #AE3638;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 5px !important;
  display: inline-block;

  white-space: nowrap; /* tekst niet opsplitsen in mobile */
}

.inline-cta-inverse{
  font-weight: normal;
  color: #AE3638 !important;
  background-color: #fff;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 5px !important;
  display: inline-block;

  white-space: nowrap; /* tekst niet opsplitsen in mobile */
}

/*
  Sold out
*/

.block-item-img {
  overflow: hidden;
  position:relative;
  padding: 0 !important;
}

.sold_out {
    top: 2em;
    left: -4.2em;
    color: #fff;
    display: block;
    position:absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #384886;
    padding: 0.5em 5em 0.5em 5em;
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    font: bold 16px/1.2em Arial, Sans-Serif;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg) scale(0.75,1);
    z-index:10;
}
.sold_out:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: -0.3em -5em;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    /* border: 2px rgba(255,255,255,0.7) dashed; */
}

/*
 timeline
*/

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 89%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #AC2226;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}


.img-footer {
  margin-bottom: 15px;
  text-align: center;
}

.project-img {
  width: 30%;
}

#myMap { height: 300px; }


@media (max-width: 991px) {
  i {
    margin-right: 7px;
  }

  .img-footer {
    text-align: left;
  }
}


@media (min-width: 992px) {
  .haida-menu-first-line {
    border-bottom: 7px solid #AE3638;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .haida-menu-first-line a{
    font-size: 18px;
    color: #707070;
  }

  .haida-menu-first-line ul {
    float: right;
  }

  .haida-menu-second-line {
    padding-top: 10px;
  }

  .haida-menu-second-line a {
    font-size: 20px;
    color: #707070;
    font-weight: bold;
  }

  .haida-menu-second-line .haida-cta {
    font-weight: normal;
    color: #fff !important;
    background-color: #AE3638;
    padding-left: 20px !important;
    padding-right: 20px !important;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
}


footer a{
  color: #AE3638;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer a:visited{
  color: white;
  text-decoration: none;
}
