/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/**
* Kasper
* Css structure explained
*
* 1.  BASE - Rules
*     Standard - html elements/classes alphabetic
*     Sub-categries immediate following
*     @media immediate per element (including sub-categries)
*
* 2.  LAYOUT - Rules
*     Layout/Site specific sections in order of layout / page / Menu
*
* 3.  MODULES - Rules
*     Sections
*     Modals
*
* 4.  Loosely based on SMACSS layout rules
*     https://smacss.com/book/categorizing
*     https://github.com/necolas/idiomatic-css
*
*
*     Ctrl+Alt+C kleurenpalette!
*/


/*  ================================
    BASE
    ================================ */


/*  Links
    ================================ */
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  text-decoration:none;
  color: #beec9f;
}
a {
  color: #36b0d0; /* THEMA donkergrijs thema Kasper*/
}


/*  Body
    ================================ */
body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  webkit-tap-highlight-color: #fed136;
}


/*  Headings
    ================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}


/*  Headers - layout specific in section LAYOUT
    ================================ */
header {
  /*background-image: url('../img/header-bg.jpg');*/
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  background-color: #193440;
  color: white;
}



/*  Images
    ================================ */
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}


/*  Paragraphs
    ================================ */
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}

/*  Sections
    ================================ */
section {
  padding: 70px 0; /* Kasper From 100 to xx */
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 50px; /* Kasper From 75px to xx */
}
@media (min-width: 768px) {
  section {
    padding: 100px 0; /* Kasper From 150px to xx */
  }
}

::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}


/*  ================================
    LAYOUT
    ================================ */

/*  Background
    ================================ */
.bg-light-gray {
  background-color: white;/*  Kasper */
  /* background-color: #eeeeee; Kasper */
}
.bg-darkest-gray {
  background-color: #222222;
}

/*  Buttons
    ================================ */
.buttons {
    padding-bottom: 50px; /*Kasper*/
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}


/*  Headers - general in BASE
    ================================ */
header .intro-text {
  padding-top: 80px; /*Kasper from 100px to xxx*/
  padding-bottom: 20px;
}
header .intro-text .intro-lead-in {
  font-family: Calibri, Arial, sans-serif; /* kasper */
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 22px;
}
header .intro-text .intro-heading {
  font-family: Calibri, Arial, sans-serif; /* kasper */
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px; /* Padding from 300 naar 100 Kasper */
    padding-bottom: 400px; /* Padding from 200 naar 350 Kasper */
  }
  header .intro-text .intro-lead-in {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; /* kasper *//
    /*font-style: italic; Kasper*/
    font-size: 30px; /* Kasper from 40px to xx*/
    line-height: 30px; /* Kasper from 40px to xx*/
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; /* kasper */
    text-transform: uppercase;
    font-weight: 700;
    font-size: 55px; /* Kasper from 75px to xx*/
    line-height: 55px; /* Kasper from 75px to xx*/
    margin-bottom: 50px;
  }
}


/*  Images
    ================================ */
.img-centered {
  margin: 0 auto;
}
.img-circle {
    border-radius: 50%;
    border: 10px solid #f78f1e;
    max-width: 300px;
    height: 300px;
}

/*  Navigation
    ================================ */
.navbar-custom {
  background-color: #193440; /* Background color navbar collapsed - white*/
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  transition: color 3s ease;
  color: white; /*  #2A3457; THEMA donker blauwgrijs Kasper*/
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; /* kasper */
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white; /* =  #A4A4BF; THEMA lichtblauw kasper */
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02); /* NOG AANPASSEN?*/
}
.navbar-custom .navbar-toggle {
  background-color: #193440; /* Menu link achtergrond collapsed THEMA lichtblauw kasper */
  border-color: #193440; /* Menu link achtergrond collapsed  THEMA lichtblauw kasper */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white; /* THEMA donker blauwgrijs Kasper*/
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #193440; /* Menu link achtergrond collapsed hover THEMA lichtblauw kasper */
  border-color:  #888C46; /* Menu link achtergrond collapsed hover THEMA lichtblauw kasper  */
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  transition: color 1.5s ease;
  color: white; /* #2A3457; letters navbar THEMA donker blauwgrijs Kasper*/
}
.navbar-custom .nav li a:hover {
  color: #beec9f; /* = letters navbar hover THEMA lichtblauw kasper */
  outline: none;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus  {
 	background-color: #193440;
 	/* border-bottom: 2px solid;  kasper om link te onderlijnen */
  /* border-radius: 0;  	 kasper om link te onderlijnen */
  color: #beec9f;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    /* border-bottom: 2px solid; kasper om link te onderlijnen */
    /* border-radius: 0px; kasper om link te onderlijnen */
    color: #beec9f;
  }
}

/* Bootstrap Affix Plugin https://www.w3schools.com/bootstrap/bootstrap_affix.asp */
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #193440; /* THEMA  Kasper ?*/
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}


/*  Text
    ================================ */
.text-muted {
  color: #777777;
}
.text-primary {
  color: #008000; /* THEMA groen Kasper  008000ff*/
}


/*  ================================
    MODULES
    ================================ */


/*  Portfolio
    ================================ */
    /*
@media (min-width: 768px) {
  #portfolio {
    padding: 50px 0;  Kasper From 150px to xx
  }
}
 */
/* causes layout problem with filtr-item from filterizr plugin
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
*/

#portfolio .section-heading {
  margin-bottom: 0px; /* Kasper  */
}

#portfolio .multifilter { /* Kasper simplefilter OR multifilter */
  padding: 10px 0; /* Kasper  */

}

#portfolio .multifilter .btn { /* Kasper simplefilter OR multifilter */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  /*font-family: Calibri,Arial,sans-serif;*/
  /*font-style: italic;*/
  font-size: 16px;
  color: #193440;
  text-decoration: none;
}

#portfolio .multifilter .btn:hover { /* Kasper simplefilter OR multifilter */
  color: #beec9f;
}

#portfolio .multifilter .btn:focus, /* Kasper simplefilter OR multifilter */
#portfolio .multifilter .btn:active,
#portfolio .multifilter .btn.active { /* Kasper simplefilter OR multifilter */
  /* border-bottom: 2px solid;  kasper om link te onderlijnen */
  /*border-radius: 0;  kasper om link te onderlijnen */
  color: purple;
}

#portfolio .multifilter .checkbox {
  padding-left: 50px;
  text-align: left;
}

#portfolio .multifilter .checkbox-inline {
  padding-left: 40px;
}

#portfolio .well {
  margin-left: 15px;
  margin-right: 15px;
  background: white;
}


#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(12, 164, 191, 0.5); /* ; rgba(0, 128, 0, 0.3) THEMA groen Kasper*/
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 5px 5px 20px; /*top right & left bottom */
}
#portfolio .portfolio-item .portfolio-caption h4 {
  font-family: Calibri,Arial,sans-serif;
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: Calibri,Arial,sans-serif;
  font-style: italic;
  font-size: 12px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 10px;
  }
}

/*  Service
    ================================ */
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.black-link {
  color: #333;
}

/*  Timeline
    ================================ */
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/*  Team Members
    ================================ */
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}


/*  Clients
    ================================ */
aside.clients img {
  margin: 50px auto;
}


/*  News
    ================================ */

.news h2,
.news-item h2 {
  color: #193440;
}

section#news img {
  padding: 25px;
}

@media (max-width: 500px) {
  section#news img {
    padding-right: 0px;
  }
}

/*  Contact
    ================================ */
/*
section#about {
  background-color: white;
  background-image: url('../img/about_3.png');
  background-position: center;
  background-repeat: no-repeat;
}
*/
/*
section#contact {
  background-color: #2A3457;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
*/

section#contact .section-heading {
  color: black;
}
section#contact .form-group {
  margin-bottom: 15px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 10px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 150px;
}
section#contact .form-control:focus {
  border-color: #green;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: Calibri,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #717171;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: Calibri,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #717171;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Calibri,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #717171;
}
section#contact :-ms-input-placeholder {
  font-family: Calibri,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #717171;
}
section#contact .text-danger {
  color: #e74c3c;
}


/*  Footer
    ================================ */
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}


/*  Social buttons
    ================================ */
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: black;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}


/*  Modal
    ================================ */
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
  padding: 40px;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  /*text-align: center;*/
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 25px;
  font-size: 3em;
  text-align: center;
}
.portfolio-modal .modal-content p {
  margin-bottom: 2px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
  padding-top: 25px;

}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.role {
  padding: 10px;
  background-color: #F7F7F7;
  border: 1px solid #DDD;
}

@media (max-width: 500px) {
  .portfolio-modal .modal-dialog {
    padding: 15px;
  }
  .portfolio-modal .modal-content {
    padding: 10px;
  }

  .portfolio-modal .modal-content .project-details{
    padding: 10px;
  }

  .close-modal-xs{
    padding: 30px;
  }

  .portfolio-modal .modal-content img {
    padding-top: 0px;
  }
}



/*  About
    ================================ */
#container-about {
	padding: 30px;
	border-width:5px;
    border-style:dashed;
    border-color: rgba(00,128,00,0.3); /*  Groen */
}
/* Circle
.img-circle-about {
    border-radius: 50%;
    max-width: 300px;
    height: 300px;
}
*/
.img-circle-about {
    max-width: 300px;
    height: 300px;
}



/*  Carousel
    ================================ */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-caption {

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 10px 25px;
  z-index: 100;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  margin: 0;
  padding: 10px; /* T R B L*/
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
