﻿/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
  height: 100%;
}

body {
  padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

p {
  font-family: 'Raleway', sans-serif;
  color: #7c7a7a;
  font-size: 1em;
  line-height: 1.6em;
  padding-bottom: 1em;
}

.row {
  padding-bottom: 2em;
  border-top: 1px solid #ccc;
  padding-top: 2em;
}
/* first row - no border */
#first {
  border: none;
  padding-top: 0em;
}

#footer .row {
  border: none;
}

.row #bedrijven {
  border: none;
}

.modelrow {
  border: none;
  padding-top: 0;
}

.vier_modellen {
  border: none;
  background-color: none;
  padding: 0;
}

ol.breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  background-color: white;
}

.breadcrumb li {
  color: #3D3D3D;
  font-weight: bold;
  font-family: "Montserrat",sans-serif;
  font-size: 1em;
}

  .breadcrumb li a {
    color: #3D3D3D;
    font-weight: normal;
    font-family: "Montserrat",sans-serif;
    font-size: 1em;
    opacity: 0.5;
  }


.quote {
  border: none;
  background: #fff;
  padding: 1em;
  border-bottom: 1px solid #CECECE;
}

#vliegend {
  position: relative;
  background: none repeat scroll 0% 0%;
  border: 0px solid red;
  margin-top: -9em !important;
}


.intro {
  font-size: 1em;
  font-family: 'Libre Baskerville';
  font-style: italic;
}


.img-portfolio {
  margin-bottom: 30px;
}


  .img-portfolio a {
    background: black;
    display: block;
  }


.img-hover {
  opacity: 0.85;
  display: block;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

  .img-hover:hover {
    opacity: 1;
  }


h4 {
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
}

  h4 a {
    color: #3d3d3d;
  }

    h4 a:hover {
      opacity: 0.7;
      text-decoration: none;
    }


h5 {
  color: #3d3d3d;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
}

.modelrow h5 {
  color: #3d3d3d;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
}

span.naam {
  color: #3d3d3d;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  display: inline-block;
  color: black;
}

span.spec {
  font-weight: bold;
  display: inline-block;
  padding-left: 2em;
}

.modelinfo {
  font-weight: normal;
  font-family: 'raleway', sans-serif;
  font-size: 1em;
  color: grey;
  padding: 0;
  margin-bottom: 1em;
}



/* logo */
.navbar-logo a {
  background-image: url(../img/MyModels_logo_origineel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 30px;
  width: 200px;
  text-indent: -9999px;
}

.navbar-brand {
  font-size: 0em;
}

a.navbar-brand {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-left: 1em;
}

.footer-logo a {
  background-image: url(../img/MyModels_logo_origineel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 30px;
  width: 200px;
  text-indent: -9999px;
}

#contact_btn {
  display: none;
}


a.footer-brand {
  margin: 0px;
  padding: 0px;
  padding-top: 0.4em;
  margin-left: 0em;
}




@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.logo_carrousel {
  background-image: url(../img/MyModels_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 16em;
  display: none;
  opacity: 1;
  -webkit-animation: fadeOut ease-in 1;
  -moz-animation: fadeOut ease-in 1;
  -o-animation: fadeOut ease-in 1;
  animation: fadeOut ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

.carousel-indicators {
  display: none;
}

.carousel-control, .glyphicon-chevron-left, .glyphicon-chevron-right {
  color: white !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

header.carousel .fill {
  background-position: 50% 30% !important;
}

header.myCarousel {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
/* Navigatie */

.navbar-inverse {
  background-color: #3b3b3b;
  border: none;
  box-shadow: 0px 0px 4px 0px;
}

  .navbar-inverse .navbar-nav > li > a {
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
  }

    .navbar-inverse .navbar-nav > li > a:hover {
      color: #6e94a9;
    }

/* telefoon nummer */

.dropdown {
  padding-top: 3px;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #3b3b3b;
}

.dropdown .glyphicon:hover {
  color: #6e94a9;
}

.dropdown .glyphicon {
  color: white;
}

.dropdown p .glyphicon {
  margin-top: 1px;
}

.dropdown-menu {
  position: absolute;
  top: 49px;
  left: 0px;
  z-index: 1000;
  display: none;
  padding: 11px 0px 7px;
  margin: 0px 0px 0px;
  list-style: outside none none;
  background-color: #586971;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0;
  color: white;
  min-width: 170px;
}

.open > .dropdown-menu {
}


.dropdown-menu > li > p {
  display: block;
  padding: 0px 20px;
  font-family: 'montserrat', serif;
  clear: both;
  font-size: 0.8em;
  color: #fff;
  white-space: nowrap;
}

.navbar-inverse .navbar-nav > .open > p {
}

.nav_contact {
  background: #586971;
  z-index: 500;
  right: 6em;
  position: absolute;
  width: 20em;
  border: 0px solid black;
  padding: 0.3em;
  top: 3.6em;
  padding-top: 0em;
}

  .nav_contact p {
    color: #fff;
    opacity: 0.9;
  }

.telefoonnummer {
  padding: 0.5em;
  height: 2em;
  color: #3D3D3D;
  right: 4em;
  display: inline-block;
  font-size: 0.8em;
}

.email {
  padding: 0.5em;
  height: 2em;
  color: #3D3D3D;
  right: 18em;
  display: inline-block;
  font-size: 0.8em;
}

  .email p, .telefoonnummer p {
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-weight: 100;
  }

.dropdown-menu a, .contact a {
  color: white;
}


.navglyph {
  margin-top: 0.05em;
}

.contact_phone {
  height: 0;
  display: none !important;
}

/* Home Page Carousel */

header.carousel {
  height: 92%;
}

  header.carousel .item,
  header.carousel .item.active,
  header.carousel .carousel-inner {
    height: 100%;
  }

  header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }

.carousel-control.left, .carousel-control.right {
  background: none;
}


/* Quotes */

.quote h1 {
  font-family: 'Montserrat', sans-serif;
  color: #888787;
  /* 
		Origineel 
		text-transform:uppercase;
		font-size:1.2em;
		*/
  text-transform: normal;
  font-size: 1.3em;
  background-image: url(../img/quote_blue.jpg);
  background-position: 2em 5px;
  background-repeat: no-repeat;
  text-align: left;
  line-height: 1.5em;
  min-height: 3em;
  padding-left: 7em;
  padding-right: 3em;
  padding-top: 0;
  padding-bottom: 0.5em;
}
/*--
.quote h1 {
    background-image: url("../img/quote_blue.jpg");
    background-position: 2em 0em;
    padding: 16px 3em 1.5em 6em;
    background-size: 45px;
}--*/

.quote_klein h1 {
  font-family: "Montserrat",sans-serif;
  color: #888787;
  text-transform: normal;
  font-size: 1.1em;
  background-image: url("../img/quote_blue.jpg");
  background-size: 40px;
  background-position: 0px 3px;
  background-repeat: no-repeat;
  text-align: left;
  min-height: 3em;
  border-bottom: 1px solid #CCC;
  line-height: 1.3em;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  padding-left: 4em;
}

  .quote_klein h1 img {
    display: none;
  }

.quote img {
  padding-right: 1em;
  padding-bottom: 1em;
  min-height: 50px;
  width: auto;
  float: left;
  margin-top: 2em;
  display: none;
}

.large_quote {
  font-family: 'Libre Baskerville', serif;
  color: blue;
  font-size: 10em;
  float: left;
}

/* -- Modellen -- */
.modelmenu {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}

  .modelmenu h4 {
    text-transform: uppercase;
    font-size: 1.2em;
  }

.special_plus {
  color: black;
  font-size: 0.9em;
  font-family: "raleway";
  text-transform: lowercase;
  font-weight: normal;
  padding-left: 2px;
  margin: 0;
  padding-bottom: 0em;
  opacity: 0.4;
  height: 20px;
}



.modelmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'raleway', serif;
}

.modelmenu li a {
  color: #7c7a7a;
}

/* -- Model --*/

.modelinfo {
  height: 100%;
  padding: 0;
}

.modelinfo_divider {
  border-top: 0px solid #3d3d3d;
  margin-top: 1em;
  margin-bottom: 2em;
  width: 1em;
}

.naamveld {
  padding: 0.8em;
  position: absolute;
  float: left;
  background-color: none;
  bottom: 0;
  color: white;
  font-size: 1em;
  font-family: 'Montserrat',sans-serif;
  text-shadow: 1px 1px 3px rgba(50,50,50,0.5);
}



  .naamveld h4 {
    color: black;
    display: block;
    padding: 0.8em;
    position: absolute;
    float: left;
    background-color: none;
    bottom: 0;
    color: white;
    font-size: 1em;
    font-family: 'Montserrat',sans-serif;
    text-shadow: 1px 1px 3px rgba(50,50,50,0.5);
  }

.img-portfolio:hover .naamveld {
  border-bottom: 0px solid #111;
  transition: border 0.1s ease-out;
  color:;
}

.modelinfo_blok {
  font-family: "Raleway",sans-serif;
  color: #7C7A7A;
  font-size: 1em;
  line-height: 1.6em;
  clear: both;
  width: 90%;
  border-bottom: 0px solid #CECECE;
  padding: 0.2em 0.0em;
  height: 2em;
}

  .modelinfo_blok span.links {
    font-weight: bold;
    color: #3b3b3b;
    padding-right: 0.3em;
  }

  .modelinfo_blok span.rechts {
  }


.lengte, .confectie, .schoen, .ogen, .haar, .ervaring {
  font-weight: bold;
}

/* -- Aanmelden --*/

#aanmelden .row ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  list-style: square;
  color: #6E94A9;
}

  #aanmelden .row ul li {
    margin-bottom: 2em;
  }

  #aanmelden .row ul h3 {
    color: #3b3b3b;
    font-weight: bold;
    font-size: 1em;
  }

  #aanmelden .row ul p {
    margin-left: 0em;
    color: #7C7A7A;
    padding-left: -1em;
  }

#aanmelden form {
  border-bottom: 2px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

  #aanmelden form input {
    border: 2px solid #CCC;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.9em;
    font-family: 'Montserrat';
    box-shadow: none;
    appearance: caret;
    -webkit-appearance: caret;
    -moz-appearance: caret; /* mobile firefox too! */
  }

  #aanmelden form label {
    color: #666;
    font-size: 0.9em;
    font-family: 'Montserrat';
  }

#aanmelden .form-control {
  border: 2px solid #CCC;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.9em;
  font-family: 'Montserrat';
  color: #7C7A7A;
}

#aanmelden select {
  border: 2px solid #CCC;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.9em;
  font-family: 'Montserrat';
  color: #7C7A7A;
  height: 2.7em;
  box-shadow: none;
}

#model_geboortedatum_day, #model_geboortedatum_month {
  width: 23%;
}

#model_geboortedatum_year {
  width: 50%;
}

#aanmelden .row #aanmeldform {
  border: none;
  padding: 0;
}

  #aanmelden .row #aanmeldform ul {
    list-style: none;
    padding: 0;
    color: #3b3b3b;
    font-family: 'raleway';
  }

  #aanmelden .row #aanmeldform li p {
    padding: 0em;
    padding-left: 2.2em;
    margin-bottom: 0;
  }

#aanmelden .glyphicon {
  margin-right: 1em;
  font-size: 1.1em;
  padding-top: 3px;
}

#aanmelden form .btn {
  border-radius: 0px;
  background-color: white;
  border: 2px solid #6e94a9;
  color: #6e94a9;
}

  #aanmelden form .btn:hover {
    border-radius: 0px;
    background-color: #6e94a9;
    border: 2px solid #6e94a9;
    color: white;
  }

#aanmelden .form_blok {
  border: 2px solid #CCC;
  padding: 1em;
  margin-bottom: 1em;
}

#aanmelden .form_titel .form_nummer {
  background: #6E94A9;
  padding-top: 9px;
  display: inline-block;
  border-radius: 5.5em;
  font-family: "Raleway";
  color: #fff;
  font-weight: bold;
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  padding-left: 20px;
  margin-right: 0.5em;
}


#aanmelden .form_titel h3 {
  display: inline-block;
  font-size: 1em;
  font-family: 'Montserrat';
}

#aanmelden .form_titel {
  padding-bottom: 1em;
}


/* BACK TO TOP*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 1em;
  right: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  background-color: #6e94a9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }

  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
  }

  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
  }

.no-touch .cd-top:hover {
  background-color: #586971;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 2em;
    bottom: 2em;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}



/* Referenties */
.referenties h4 {
  opacity: 0.3;
}

.referenties ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* --- Publicaties ---*/
#publicatie .row img {
  max-width: 100%;
}

#publicatie h1, #publicatie h2, #publicatie h3, #publicatie h4 {
  margin-top: 0;
}


/* Panels */

.panel {
  box-shadow: none;
}

.panel, .panel-heading {
  border: none;
  background: none;
}

.navbar-nav > li > a
.panel-left {
  border-right: 1px solid #cecece;
}

.btn {
  border-radius: 0;
  background-color: #3d3d3d;
  color: white;
  padding: 0.8em;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
}

  .btn:hover {
    background-color: #6e94a9;
  }


/*------- BUTTON --------*/

.but_totaal {
  background-color: #fff;
  cursor: pointer;
  width: 50%;
}

  .but_totaal:hover .but_tekst {
    background-color: #6E94A9;
    color: white;
  }


  .but_totaal:hover .but_pijl {
    border-left: 15px solid #6E94A9;
  }

.but_tekst {
  padding: 1em;
  margin: 0;
  display: inline-block;
  background-color: #3d3d3d;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif;
  height: 38px;
}

  .but_tekst a {
    color: white;
  }

    .but_tekst a:hover {
      text-decoration: none;
    }

.but_pijl {
  border-top: 19px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #3D3D3D;
  width: 25px;
  background-color: #FFF;
  display: inline-block;
  position: absolute;
}


.but_totaal_terug {
  background-color: #fff;
  margin: 0;
  cursor: pointer;
}

  .but_totaal_terug:hover .but_tekst_terug {
    background-color: #6E94A9;
    color: white;
  }


  .but_totaal_terug:hover .but_pijl_terug {
    border-right: 15px solid #6E94A9;
  }

.but_tekst_terug {
  padding: 1em;
  margin: 0;
  display: inline-block;
  width: auto;
  background-color: #3d3d3d;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif;
  margin-left: 25px;
}

  .but_tekst_terug a {
    color: white;
  }

    .but_tekst_terug a:hover {
      text-decoration: none;
    }

.but_pijl_terug {
  border-top: 19px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #3D3D3D;
  width: 25px;
  background-color: #FFF;
  display: inline-block;
  position: absolute;
}

/* Modellen pagina */



/* Modellen no gutter */
.row .model:not(:first-child), .row .col:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/* only for marking columns visible */
.model {
  background-color: none;
}

  .model .img-responsive {
    min-width: 100%;
  }

.visagie {
  margin-top: 22px;
}

.visagie_titel {
  margin-top: -22px;
}

h1 img {
  vertical-align: bottom;
  dispay: block;
  float: left;
  margin: 0px 1em 1em 0px;
}

.img-responsive {
  min-width: 100%;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

  .row.no-gutter [class*='col-']:not(:first-child),
  .row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
  }

/*-----------Voorwaarden-------*/

.voorwaarden li {
  font-family: 'Raleway';
  color: #7C7A7A;
  padding-bottom: 3em;
  padding-left: 1em;
  margin-left: 0;
}

ol.voorwaarden {
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
}

.voorwaarden li:before {
  font-weight: bold;
  border: 3px solid red;
}

/*--------------BUTTON---------------*/


.panel-body, .panel-heading {
  padding-left: 0;
}

/* Content */
.partners {
  border: 4px solid #CCC;
  padding: 1em;
  margin-bottom: 1em;
  width: 100%;
  display: block;
  text-align: center;
}

  .partners img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter: grayscale(100%);
    opacity: 0.5;
    display: inline-block;
  }

h5 {
  margin-top: 0px;
  margin-bottom: 1em;
}

.pub {
  margin-top: 1em;
}

.pub_left {
  font-weight: bold;
  display: block;
  padding: 0.5em;
  padding-left: 0;
  width: 50%;
  float: left;
  border: 0px solid blue;
  font-family: "Montserrat", sans-serif;
}

span.pub_right {
  text-align: right;
  padding: 0.5em;
  display: block;
  border: 0px solid red;
  width: 50%;
  padding-right: 0;
  float: right;
  font-family: "Montserrat", sans-serif;
  opacity: 0.6;
}

.img-reponsive {
  min-width: 100%;
}

span.pub_clear {
}

/* 404 Page Styles */

.error-404 {
  font-size: 100px;
}

/* Pricing Page Styles */

.price {
  display: block;
  font-size: 50px;
  line-height: 50px;
}

  .price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
  }

.period {
  display: block;
  font-style: italic;
}

/* Footer Styles */
#footer {
  background-color: #3d3d3d;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-size: 0.8;
}

  #footer p {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 0.8em;
  }

  #footer #voorwaarden p {
    line-height: 1em;
  }

  #footer h4 {
    color: #969696;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
  }

  #footer a {
    color: white;
  }


  #footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer li a {
    background-image: url(../img/li_pijl.jpg);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    padding-left: 1em;
    color: white;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 0.8em;
  }

footer {
  margin: 50px 0;
  background-color: #999;
}

.glyphicon {
  margin-right: 1em;
  font-size: 1.1em;
  color: #6e94a9;
  float: left;
  margin-top: -1px;
}



.contact p {
  font-weight: bold;
  line-height: 0em;
  font-size: 2.4em;
  padding-top: 0.58em;
}




i.fa {
  font-size: 1.4em;
  color: #6E94A9;
  border: 2px solid #6E94A9;
  margin-right: 0.4em;
  border-radius: 5em;
  padding: 0.42em 0.42em 0.42em 0.55em;
  width: 2.1em;
  height: 2.1em;
}

  i.fa:hover {
    color: #3b3b3b;
    border: 2px solid #fff;
    background: white;
    -webkit-transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
  }

i.fa-facebook {
  padding-left: 0.65em;
}

i.fa-camera-retro {
  padding-left: 0.45em;
}




/* No gutter */

.no-gutter [class*="-6"] {
  padding-left: 0;
  padding-right: 0;
}

hr {
  border: none;
}

.nav > li > a {
  position: relative;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}



/* MAX WIDTH */

.container {
  max-width: 1050px;
}

/* Responsive Styles */


/* IPAD */

@media(max-width:991px) {
  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }

  /*.navbar-inverse .navbar-nav {
		float:right;
		right:0;
		margin-right:-20px;
	}*/

  navbar-header {
    float: left;
    margin-left: -95px;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 0.7em;
  }

  .navbar-inverse .navbar-nav li > a.last {
  }

  .contact_phone {
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }

  .navbar-right {
    margin-right: -30px;
  }

  .nav > li > a {
    position: relative;
    display: block;
    padding-right: 12px;
    padding-left: 12px;
  }

  .dropdown {
    margin-right: 1em;
  }

  /* buttons ipad */

  .but_tekst {
    padding: 1em;
    padding-top: 12px;
    display: inline-block;
    width: auto;
    background-color: #3d3d3d;
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: 'Montserrat', sans-serif;
    height: 39px;
  }

  .quote h1 {
    font-size: 1.2em;
    background-image: url(../img/quote_blue.jpg);
    background-position: 0.5em 0.3em;
    background-repeat: no-repeat;
    text-align: left;
    line-height: 1.5em;
    min-height: 3em;
    padding-left: 5em;
    padding-right: 1em;
    padding-top: 0;
    padding-bottom: 0.5em;
  }

  .quote_afbeelding {
    height: 1.6em;
    width: 2em;
  }

  header.carousel {
    height: 50%;
  }
}

/* TELEFOON */

@media(max-width:767px) {
  .img-portfolio {
    margin-bottom: 15px;
  }

  header {
    margin-top: -0.2em;
  }

    header.carousel .carousel {
      height: 70%;
    }

  .carousel-control.left, .carousel-control.right {
    background: none;
    margin-top: -3em;
  }

  #contact_btn {
    display: block;
  }

  .dropdown {
    display: none !important;
  }

  .dropdown-menu li p a {
    color: white;
  }

  li.contact_phone {
    display: block !important;
    border: 1px 0px 1px 0px solid #f2f2f2;
    background-color: #2f2f2f;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    height: auto;
    margin-bottom: 0;
    text-align: center;
  }

    li.contact_phone p {
      color: white;
      font-family: 'montserrat',sans-serif;
      font-size: 0.7em;
      padding-left: 1em;
      padding-bottom: 0.4em;
    }

  .navbar-nav {
    margin: 0px -14px;
  }

    .navbar-nav p {
      padding: 0.5em;
      padding-bottom: 0.5em;
      margin: 0;
      display: inline-block;
    }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 10px;
  }

  .quote h1 {
    font-size: 1.2em;
    background-image: url(../img/quote_blue.jpg);
    background-position: 0.5em 0.3em;
    background-repeat: no-repeat;
    background-size: 10%;
    text-align: left;
    line-height: 1.5em;
    min-height: 4em;
    padding-left: 3.5em;
    padding-right: 1em;
    padding-top: 0;
    padding-bottom: 0.5em;
  }

  .quote_afbeelding {
    height: 0.8em;
    width: 1em;
  }

  #recente_publicaties {
    margin-top: 2em;
  }


  .panel-left {
    border-right: 0px solid #CECECE;
    border-bottom: 1px solid #CECECE;
  }

  #footer {
    background: #222;
  }
}

.glyphicon-ok {
  color: #008000;
}

.glyphicon-remove {
  color: #ff0000;
}

/* -- Carousel Referenties --*/



.carousel .photo {
}

  .carousel .photo a {
    display: block;
    box-shadow: 0px 0px 3px rgba(50,50,50,0.2);
  }

.carousel-inner {
  padding: 1px;
}

.carousel.slide img {
  opacity: 0.8;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

  .carousel.slide img:hover {
    opacity: 1;
  }

.carousel-caption {
  display: block;
  bottom: 0;
  width: 100%;
  text-align: left;
}

.ref_veld_wit {
  background: white;
}

.ref_naamveld {
  display: block;
  padding: 0.8em;
  background-color: white;
  bottom: 0;
  color: black;
  font-size: 1em;
  font-family: 'Montserrat',sans-serif;
  width: 100%;
}

#carousel-example-generic {
  padding-bottom: 3em;
}

  #carousel-example-generic .carousel-control.left {
    left: -120px;
    color: #c8c8c8 !important;
    text-shadow: none;
  }

  #carousel-example-generic .carousel-control.right {
    right: -120px;
    color: #c8c8c8 !important;
    text-shadow: none;
  }

.carousel-indicators {
}

  .carousel-indicators li {
    background: #C8C8C8;
  }

  .carousel-indicators .active {
    background: #5F7D94;
    border: 1px #5F7D94 green;
  }

#carousel-example-generic .carousel-indicators {
  display: block;
  bottom: -3em;
}

.row #noborder {
  border: none !important;
}
