    @import url(https://fonts.googleapis.com/css?family=Roboto);
    @import url("http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css");

    body {
      font-family: 'Roboto', serif;
      background: #c8effc;
    }

    .skyline{
    position:absolute;
    margin-left: -500px; /* very important for the image to be centered */
    left:50%;
    z-index:-99999;
    bottom:-10px;
    }


    @media (max-width: 1440px) {
    .skyline{
      display: none;
    }

    .large-blocks {
      display: none;
    }
    }

    .skyline_small{
    position:absolute;
    margin-left: -300px; /* very important for the image to be centered */
    left:50%;
    bottom:-70px;
    z-index:-99999;
    }

    @media (min-width: 1441px) {
    .skyline_small{
      display: none;
    }

    .regular-blocks {
      display: none;
    }
    }


/*-------------------------------*/
/*    LOGO  STYLING              */
/*-------------------------------*/

    .logo {
      margin-top: 30px;
      max-width:350px;
    }


    @media (max-width: 768px) {
    .logo {
      margin-top: 30px;
      max-width:290px;
    }
    }

/*-------------------------------*/
/*    LOGO  STYLING              */
/*-------------------------------*/


/*-------------------------------*/
/*    TEKST STYLING              */
/*-------------------------------*/

    *:focus,
    *:active,
    a:active,
    a:focus,
    input:focus,
    input:active {
        -moz-outline-style: none;
        outline:none;
        outline: 0;
    }


/*-------------------------------*/
/*    TEKST STYLING              */
/*-------------------------------*/

/*-------------------------------*/
/*    MODAL                      */
/*-------------------------------*/


    body.modal-open {
    overflow: hidden;
    }


    .modal h1{
        font-size: 4.5em;
        font-weight:700;
        color: black;
    }


    .modal h4{
        font-size: 1.5em;
        font-weight:700;
        color: grey;
    }

    .modal h5{
        font-size: 1.5em;
        font-weight:400;
        color: grey;
    }

    @media (max-width: 768px) {
    .modal h1{
        font-size: 2.5em;
        font-weight:700;
        color: black;
    }
    }

    .modal h2{
        font-size: 2.5em;
        font-weight:700;
        color: black;
    }

    .modal p{
        font-size: 1.1em;
        font-weight:400;
        color: black;
    }

    .modal p.subtitle{
        font-size: 1.8em;
        font-style: italic;
        margin-top: -10px;
        color: grey;
        padding-bottom: 20px;
    }

    @media (max-width: 768px) {
    .modal p.subtitle{
        font-size: 1.2em;
        font-style: italic;
        margin-top: -10px;
        color: grey;
    }
    }

    .modal p.subtitle-pakketten{
        font-size: 1.8em;
        font-style: italic;
        margin-top: -10px;
        margin-bottom:30px;
        color: grey;
    }

    .modal p.justify {
      margin-top: -10px;
      color: grey;
      font-size: 18px;
      padding-left: 5%;
      padding-right: 5%;
      margin-top:30px;
      text-align: justify;
    }

    .modal p.italic {
      margin-top: 10px;
      color: grey;
      font-style: italic;
      font-size: 18px;
    }

    @media (min-width: 768px) {
    .modal p.italic {
      margin-top: 10px;
      color: grey;
      font-style: italic;
      font-size: 18px;
      padding-left: 10%;
      padding-right: 10%;
    }
    }

    .modal mark {
        background-color: black;
        color:white;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:10px;
        padding-right:10px;
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        z-index:1000000 !important;
    }

    .modal-dialog {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        z-index:1000000 !important;
    }

    .modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 20px solid #eee;
        border-radius: 0;
        box-shadow: none;
        z-index:1000000 !important;
    }

    @media (max-width: 768px) {
        .modal-content {
            border: 0px solid #eee;
        }
        }


    .modal-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 60px;
        padding-top:20px;
        z-index:1000000 !important;
        background-color: #eee;

    }

    .modal-header-video {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 60px;
        padding-top:20px;
        z-index:1000000 !important;
        background-color: #fff;

    }

    @media (max-width: 768px) {
        .modal-header{
        padding: 5px;
        }
        }


    .modal-title {
        font-weight: 700;
        font-size: 2em;
        color: white;
        line-height: 30px;
        z-index:1000000 !important;
    }

    .modal-body {
        position: absolute;
        top: 60px;
        margin-top:0px;
        bottom: 0px;
        width: 100%;
        overflow: auto;
        z-index:100000 !important;
    }

    #closeknop {
        cursor: pointer;
        margin-top: -18px;
        max-width: 70px;
    }

    @media (max-width: 768px) {
    #closeknop img {
        max-width:40px;
        margin-top: 22px;
    }
    }


    @media (min-width: 768px) {
  #videoModal .video-field {
    margin-top: 0px;
    width: 100%;
    max-height: auto;
  }
  .modal {
    margin: 0px 0px 0px 0px;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

  .close {
    opacity: 1;
    filter: alpha(opacity=20);
    z-index: 99999999999999;
    max-width:50px;
  }

    @media (min-width: 1200px) {
  .close {
    margin-left: -50px;
    }
    }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=50);
}
button.close {

  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.embed-responsive-item {
  margin-top: -50px;
}

/*-------------------------------*/
/*    MODAL                      */
/*-------------------------------*/

/*-------------------------------*/
/*    ANIMATIE KNOPPEN           */
/*-------------------------------*/

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }
    @keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .hvr-grow {
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      transition-property: transform;
    }

    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

/*-------------------------------*/
/*    ANIMATIE KNOPPEN           */
/*-------------------------------*/


/*-------------------------------*/
/*    PRIJSTABELLEN              */
/*-------------------------------*/

    .panel.price,
    .panel.price>.panel-heading{
      border-radius:0px;
       -moz-transition: all .3s ease;
      -o-transition:  all .3s ease;
      -webkit-transition:  all .3s ease;
    }
    .panel.price:hover{
      box-shadow: 0px 0px 30px rgba(0,0,0, .2);
    }
    .panel.price:hover>.panel-heading{
      box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
    }

    .price .list-group-item{
      border-bottom-:1px solid rgba(250,250,250, .5);
    }

    .panel.price .list-group-item:last-child {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
    }
    .panel.price .list-group-item:first-child {
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
    }

    .price .panel-footer {
      color: #fff;
      border-bottom:0px;
      background-color:  rgba(0,0,0, .1);
      box-shadow: 0px 2px 0px rgba(0,0,0, .1);
    }

    .panel.price .btn{
      box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
      border:0px;
    }


    /* blue panel */


    .price.panel-blue>.panel-heading {
      color: #fff;
      background-color: #608BB4;
      border-color: #78AEE1;
      border-bottom: 1px solid #78AEE1;
    }


    .price.panel-blue>.panel-body {
      background-color: #ebeae8;
    }


    .price.panel-blue>.panel-body .lead{

    }

    .price.panel-blue .list-group-item {
      color: #333;
      background-color: rgba(50,50,50, .01);
      font-weight:600;

    }

    .btn-info {
    color: #fff;
    background-color: #608BB4 !important;
    }

    /* red price */


    .price.panel-red>.panel-heading {
      color: #fff;
      background-color: #D04E50;
      border-color: #FF6062;
      border-bottom: 1px solid #FF6062;
    }


    .price.panel-red>.panel-body {
      background-color: #ebeae8;
    }

    .price.panel-red>.panel-body>.popover_text {
    color: white !important;
    }

    .price.panel-red>.panel-body .lead{

    }

    .price.panel-red .list-group-item {
      color: #333;
      background-color: rgba(50,50,50, .01);
      font-weight:600;
    }

    .btn-danger {
    background-color: #D04E50 !important;
    }


    /* red price */


    .panel-extra {
      height:30px;
      background-color: #ebeae8;
      padding-top:6px;
    }

    .panel-footer {
      background-color: #eee !important;
    }

    .list-group-extra {
      background-color: #fff;

    }

/*-------------------------------*/
/*    PRIJSTABELLEN              */
/*-------------------------------*/

/*-------------------------------*/
/*    POPOVER                    */
/*-------------------------------*/

    @media (min-width: 768px) {

    .popover {

        text-align: center;
        font-size: .8em;
        min-width: 250px;
    }
    }

    .btn {
      border-radius: 0px;
    }

    i {
    	cursor: pointer;
    }

/*-------------------------------*/
/*    POPOVER                    */
/*-------------------------------*/


/*-------------------------------*/
/*    KAART                      */
/*-------------------------------*/

     #map {
        min-width: 300px;
        height: 200px;
        border-style: solid;
        border-color: #000;
        border-width: 0px;
        margin-top:20px;
    }

    @media (min-width: 768px) {
    #map {
        min-width: 600px;
        height: 400px;
        margin-top:0px;
    }
    }

    #kaart {
      margin-top: 40px;
    }

/*-------------------------------*/
/*    KAART                      */
/*-------------------------------*/

/*-------------------------------*/
/*    BLOKKEN FRONTPAGE          */
/*-------------------------------*/

.rij1 {
  margin-top: 80px;
}

@media (max-width: 768px) {
.rij1 {
  margin-top: 30px;
}
}

.rij2 {
  margin-top:30px;
}


@media (max-width: 768px) {
  .frontpage_block {
    margin-bottom: 20px
  }
}

@media (max-width: 768px) {
.rij2 {
  margin-top:0px;
}
}

/*-------------------------------*/
/*    BLOKKEN FRONTPAGE          */
/*-------------------------------*/

/*-------------------------------*/
/*    QUOTE                      */
/*-------------------------------*/

/* Testimonials */

.testimonials-first {
  margin-top: 40px;
}

.testimonials blockquote {
    background: none repeat scroll 0 0;
    border: medium none;
    display: block;
    font-size: 18px;
    position: relative;
}

.testimonials .carousel-info img {
    border: 0px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 23px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
.carousel-info {
  margin-top: -20px;
}

/*-------------------------------*/
/*    QUOTE                      */
/*-------------------------------*/

/*-------------------------------*/
/*    over                       */
/*-------------------------------*/

.jeroen-cartoon, .sander-cartoon {
  max-width: 300px;
}

.jeroen, .sander {
  max-width: 300px;
}

@media (max-width: 768px) {
.jeroen, .sander {
  max-width: 200px;
}
}

.portfolio-jeroen, .portfolio-sander {
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 20px;
}

.pasfotos {
  margin-top: 50px;
}

.modal p.portfolio {
  margin-top: 10px;
  color: grey;
  font-style: italic;
  font-size: 18px;
  padding-left: 10%;
}

/*-------------------------------*/
/*    over                       */
/*-------------------------------*/


/*-------------------------------*/
/*    PORTRETTEN                 */
/*-------------------------------*/
.portretten_first {
  margin-bottom: 20px;
  margin-top:20px;
}

.portretten {
  margin-bottom: 20px;
}

/*-------------------------------*/
/*    PORTRETTEN                 */
/*-------------------------------*/



html, body, #map-canvas  {
  margin: 0;
  padding: 0;
  height: 100%;
}

#map-canvas {
  width:500px;
  height:480px;
}
