﻿/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
:focus {
  outline: 0;
}
button:focus {
  outline: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Montserrat', sans-serif;
}
a {
  transition: all 0.3s ease-in-out 0s;
}
.navbar {
  height: 72px;
  padding: 0;
}
.navbar.navbar-light {
  background-color: #ffffff;
}
.navbar.navbar-light .navbar-toggler-right {
  right: 10px;
  top: 15px;
}
.navbar.navbar-light .navbar-nav a {
  text-transform: uppercase;
  position: relative;
  margin-left: 20px;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
}
.navbar.navbar-light .navbar-nav a:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  background-color: #f58220;
  width: calc(100% - 16px);
  transform: scaleX(0);
  visibility: hidden;
  position: absolute;
  margin: 0 8px;
  content: "";
  height: 2px;
  bottom: 0;
  left: 0;
}
.navbar.navbar-light .navbar-nav a:hover,
.navbar.navbar-light .navbar-nav a:focus,
.navbar.navbar-light .navbar-nav a:active {
  color: #f58220;
}
.navbar.navbar-light .navbar-nav a:hover:before,
.navbar.navbar-light .navbar-nav a:focus:before,
.navbar.navbar-light .navbar-nav a:active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.logo {
  position: relative;
}
.logo .brush {
  background: url('/assets/vandevlekkertbrush.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 100%;
}
.logo .brush.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.logo .brush.right + .text {
  padding: 0 30px 10px 0;
}
.logo .brush.left {
  transform: scaleX(-1);
}
.logo .brush.left + .text {
  padding: 0 0 10px 30px;
}
.logo .text .company {
  padding-left: 10px;
  font-weight: 600;
  font-size: 19px;
}
.logo .text .name {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
}
.jumbotron {
  background: #777777;
  position: relative;
  height: 700px;
  padding: 0;
}
.jumbotron:before {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  height: 3px;
  content: "";
  width: 100%;
  z-index: 1;
  top: 0;
}
.jumbotron:after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  height: 3px;
  content: "";
  width: 100%;
  z-index: 1;
  bottom: 0;
}
.jumbotron.protrude {
  margin-bottom: 88px;
}
.jumbotron .container {
  height: 100%;
}
.jumbotron .container .callout {
  width: calc(100% - 30px);
  background: #f58220;
  position: absolute;
  overflow: hidden;
  color: #ffffff;
  height: 156px;
  top: -88px;
  left: 15px;
  z-index: 2;
}
.jumbotron .container .callout:before {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: darker(#f58220);
  /* Old browsers */
  background: -moz-linear-gradient(-70deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 50%, darker(#f58220) 50%, darker(#f58220) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-70deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 50%, darker(#f58220) 50%, darker(#f58220) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(160deg, transparent 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 50%, darker(#f58220) 50%, darker(#f58220) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  display: block;
  height: 100%;
  width: 300%;
  content: "";
  right: 0%;
}
.jumbotron .container .callout .callout-items {
  align-items: center;
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
}
.jumbotron .container .callout .callout-items h3 {
  text-transform: uppercase;
  margin-left: 30px;
  font-size: 22px;
}
.jumbotron .container .callout .callout-items > span {
  transition: all 0.3s ease-in-out 0s;
  border-left: solid #ffffff 2px;
  height: calc(100% - 60px);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  display: flex;
  color: #ffffff;
  width: 150px;
}
.jumbotron .container .callout:hover:before,
.jumbotron .container .callout:focus:before,
.jumbotron .container .callout:active:before {
  right: -200%;
}
.jumbotron .container .callout:hover .callout-items > span,
.jumbotron .container .callout:focus .callout-items > span,
.jumbotron .container .callout:active .callout-items > span {
  font-size: 90px;
}
.slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.slider .slide {
  height: 100%;
}
.slider .slide img {
  background-size: cover;
  height: 100%;
  width: 100%;
}
.slider .navBulletsWrapper {
  top: calc(100% - 120px);
}
.slider .slider-controls {
  position: absolute;
  font-size: 32px;
  width: 100%;
  top: calc(50% - 27px);
}
.slider .slider-controls .prev {
  padding: 5px 20px 5px 15px;
  text-decoration: none;
  text-align: center;
  position: absolute;
  background: #000000;
  cursor: pointer;
  display: block;
  color: #ffffff;
  opacity: 0.0;
  left: 20px;
}
.slider .slider-controls .prev:hover,
.slider .slider-controls .prev:active,
.slider .slider-controls .prev:focus {
  opacity: 1;
}
.slider .slider-controls .next {
  padding: 5px 15px 5px 20px;
  text-decoration: none;
  text-align: center;
  position: absolute;
  background: #000000;
  cursor: pointer;
  display: block;
  color: #ffffff;
  opacity: 0.0;
  right: 20px;
}
.slider .slider-controls .next:hover,
.slider .slider-controls .next:active,
.slider .slider-controls .next:focus {
  opacity: 1;
}
.slider:hover .slider-controls .prev,
.slider:focus .slider-controls .prev,
.slider:active .slider-controls .prev,
.slider:hover .slider-controls .next,
.slider:focus .slider-controls .next,
.slider:active .slider-controls .next {
  opacity: 0.7;
}
.slider:hover .slider-controls .prev:hover,
.slider:focus .slider-controls .prev:hover,
.slider:active .slider-controls .prev:hover,
.slider:hover .slider-controls .next:hover,
.slider:focus .slider-controls .next:hover,
.slider:active .slider-controls .next:hover,
.slider:hover .slider-controls .prev:active,
.slider:focus .slider-controls .prev:active,
.slider:active .slider-controls .prev:active,
.slider:hover .slider-controls .next:active,
.slider:focus .slider-controls .next:active,
.slider:active .slider-controls .next:active,
.slider:hover .slider-controls .prev:focus,
.slider:focus .slider-controls .prev:focus,
.slider:active .slider-controls .prev:focus,
.slider:hover .slider-controls .next:focus,
.slider:focus .slider-controls .next:focus,
.slider:active .slider-controls .next:focus {
  opacity: 1;
}
.word-span {
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
  padding-top: 30px;
  font-weight: 700;
  font-size: 28px;
  flex-wrap: wrap;
  display: flex;
  color: #313131;
  width: 100%;
}
.word-span.center {
  justify-content: center;
}
.word-span.center span {
  padding-right: 10px;
}
.word-span.center:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #f58220;
  position: absolute;
  display: block;
  bottom: -20px;
  width: 70px;
  content: "";
  height: 3px;
  left: calc(50% - 35px);
}
.word-span.left {
  justify-content: flex-start;
}
.word-span.left span {
  padding-right: 10px;
}
.word-span.left:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #f58220;
  position: absolute;
  display: block;
  bottom: -20px;
  width: 70px;
  content: "";
  height: 3px;
  left: 0;
}
.word-span.right {
  justify-content: flex-end;
}
.word-span.right span {
  padding-left: 10px;
}
.word-span.right:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #f58220;
  position: absolute;
  display: block;
  bottom: -20px;
  width: 70px;
  content: "";
  height: 3px;
  right: 0;
}
.word-span.emphasis-1 span:nth-last-child(-n+1) {
  color: #f58220;
}
.word-span.emphasis-2 span:nth-last-child(-n+2) {
  color: #f58220;
}
.word-span.emphasis-3 span:nth-last-child(-n+3) {
  color: #f58220;
}
.word-span.emphasis-4 span:nth-last-child(-n+4) {
  color: #f58220;
}
.word-span.emphasis-5 span:nth-last-child(-n+5) {
  color: #f58220;
}
.word-span.emphasis-6 span:nth-last-child(-n+6) {
  color: #f58220;
}
.block-container > .block {
  margin-bottom: 50px;
  position: relative;
}
.block-container > .block .image {
  position: relative;
}
.block-container > .block .image img {
  width: 100%;
}
.block-container > .block .image:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  visibility: hidden;
  display: block;
  height: 100%;
  content: "";
  width: 100%;
  z-index: 1;
  top: 0;
}
.block-container > .block:hover .image:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.block-container > .block h2 {
  margin: 25px 0 5px 0;
  margin-bottom: 14px;
  line-height: 18px;
  font-weight: 500;
  font-size: 18px;
  color: #313131;
}
.block-container > .block p {
  color: #777777;
  font-size: 13px;
  line-height: 22px;
}
.block-container > .block a {
  border: 1px solid #777777;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 6px 23px;
  color: #777777;
  font-size: 13px;
  z-index: 1;
}
.block-container > .block a:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  background-color: #000000;
  transform: scaleX(0);
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  margin: 0;
  bottom: 0;
  left: 0;
}
.block-container > .block a:hover,
.block-container > .block a:active,
.block-container > .block a:focus {
  color: #ffffff;
}
.block-container > .block a:hover:before,
.block-container > .block a:active:before,
.block-container > .block a:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
.parallax-background {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0;
}
.parallax-background:before {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  height: 3px;
  content: "";
  width: 100%;
  z-index: 1;
  top: 0;
}
.parallax-background:after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  height: 3px;
  content: "";
  width: 100%;
  z-index: 1;
  bottom: 0;
}
.whitespace {
  height: 60px;
}
.overlay {
  padding: 60px 0;
}
.overlay.light {
  color: #ffffff;
}
.overlay.light h2:not(.word-span) {
  text-transform: uppercase;
  margin: 35px 0 45px;
  line-height: 46px;
  font-size: 35px;
}
.overlay.light .word-span {
  color: #ffffff;
}
.overlay.light a {
  text-transform: uppercase;
  background: #f58220;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 12px 28px;
  font-size: 15px;
  color: #ffffff;
  z-index: 1;
}
.overlay.light a:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  background-color: #000000;
  width: calc(100%);
  transform: scaleX(0);
  visibility: hidden;
  position: absolute;
  height: 100%;
  content: "";
  z-index: -1;
  margin: 0;
  bottom: 0;
  left: 0;
}
.overlay.light a:hover,
.overlay.light a:active,
.overlay.light a:focus {
  color: #ffffff;
}
.overlay.light a:hover:before,
.overlay.light a:active:before,
.overlay.light a:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
.overlay.dark p,
.overlay.dark ul {
  color: #777777;
  font-size: 13px;
  line-height: 21px;
}
.overlay.dark ul {
  list-style: none;
  flex-wrap: wrap;
  font-size: 14px;
  display: flex;
  padding: 0;
  margin: 0;
}
.overlay.dark ul li {
  margin: 7px 0;
  display: block;
  width: 50%;
}
.overlay.dark ul li i {
  color: #f58220;
  font-size: 15px;
}
.overlay.dark a {
  text-transform: uppercase;
  background: #f58220;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 12px 28px;
  margin-top: 25px;
  font-size: 15px;
  color: #ffffff;
  z-index: 1;
}
.overlay.dark a:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  background-color: #000000;
  width: calc(100%);
  transform: scaleX(0);
  visibility: hidden;
  position: absolute;
  height: 100%;
  content: "";
  z-index: -1;
  margin: 0;
  bottom: 0;
  left: 0;
}
.overlay.dark a:hover,
.overlay.dark a:active,
.overlay.dark a:focus {
  color: #ffffff;
}
.overlay.dark a:hover:before,
.overlay.dark a:active:before,
.overlay.dark a:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
.partners {
  flex-wrap: wrap;
  display: flex;
}
.partners img {
  width: calc(50% - 10px);
  display: inline-block;
  margin: 0 10px 10px 0;
  height: 100%;
}
.project-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.project-filters button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  font-family: 'Montserrat', sans-serif;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f58220;
  position: relative;
  padding: 8px 15px;
  font-size: 14px;
  display: block;
  margin: 0 5px;
  margin-bottom: 5px;
}
.project-filters button:hover,
.project-filters button:active,
.project-filters button:focus,
.project-filters button.active {
  background: #f58220;
}
.project-filters button:focus {
  text-decoration: underline;
}
.projects {
  position: relative;
  background: #313131;
  overflow: hidden;
  display: flex;
  width: 100%;
}
.projects:before {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  height: 3px;
  content: "";
  width: 100%;
  z-index: 1;
  top: 0;
}
.projects:after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  height: 3px;
  content: "";
  width: 100%;
  z-index: 1;
  bottom: 0;
}
.projects .project {
  position: relative;
  cursor: pointer;
  width: 25%;
  margin: 0;
}
.projects .project img {
  width: 100%;
}
.projects .project .content {
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0);
  justify-content: center;
  flex-direction: column;
  transform: scale(0);
  align-items: center;
  position: absolute;
  visibility: hidden;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.projects .project .content h3 {
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
}
.projects .project .content h3:before {
  -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  background-color: #f58220;
  width: calc(100%);
  transform: scaleX(0);
  visibility: hidden;
  position: absolute;
  content: "";
  height: 2px;
  bottom: -5px;
  left: 0;
}
.projects .project .content p {
  color: #f58220;
}
.projects .project:hover .content,
.projects .project a:hover .content,
.projects .project a:focus .content,
.projects .project a:active .content {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.projects .project:hover .content h3:before,
.projects .project a:hover .content h3:before,
.projects .project a:focus .content h3:before,
.projects .project a:active .content h3:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
.article-details h1 {
  margin-bottom: 30px;
  font-size: 20px;
}
.article-details h1:before {
  width: 100% !important;
  height: 1px !important;
}
.article-details p {
  font-size: 14px;
}
.article-details h2 {
  margin-bottom: 30px;
  font-size: 20px;
}
.article-details h2:before {
  width: 100% !important;
  height: 1px !important;
}
.article-details .projects {
  display: block;
  padding: 0;
  margin: 0;
}
.article-details .projects .project {
  width: calc(100% - 10px);
  display: block;
  margin: 5px;
  left: auto;
}
.article-details .form-contact .row > div {
  position: relative;
}
.article-details .form-contact input,
.article-details .form-contact textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  display: block;
  margin: 10px 0;
  padding: 5px;
  width: 100%;
}
.article-details .form-contact textarea {
  min-height: 100px;
}
.article-details .form-contact button {
  text-transform: uppercase;
  background: #f58220;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 8px 18px;
  margin-top: 10px;
  font-size: 15px;
  color: #ffffff;
  z-index: 1;
  border: 0;
}
.article-details .form-contact button:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  background-color: #000000;
  width: calc(100%);
  transform: scaleX(0);
  visibility: hidden;
  position: absolute;
  height: 100%;
  content: "";
  z-index: -1;
  margin: 0;
  bottom: 0;
  left: 0;
}
.article-details .form-contact button:hover,
.article-details .form-contact button:active,
.article-details .form-contact button:focus {
  color: #ffffff;
}
.article-details .form-contact button:hover:before,
.article-details .form-contact button:active:before,
.article-details .form-contact button:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
.project-details .slider {
  margin-top: 60px;
  height: 400px;
}
.project-details .slider .navBulletsWrapper {
  top: calc(100% - 30px);
}
.project-details .body {
  padding-top: 30px;
  color: #777777;
}
.project-details ul {
  line-height: 26px;
  color: #777777;
  list-style: none;
  font-size: 13px;
  padding: 0;
  margin: 0;
}
.project-details ul li i {
  color: #f58220;
}
footer {
  background: #000000;
}
footer .sitemap {
  padding: 40px 0;
}
footer .sitemap .footer-heading {
  text-transform: uppercase;
  position: relative;
  color: #f58220;
  font-weight: 500;
  font-size: 17px;
}
footer .sitemap .footer-heading:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #f58220;
  position: absolute;
  display: block;
  bottom: -15px;
  content: "";
  height: 2px;
  width: 70px;
  left: 0;
}
footer .sitemap .footer-block {
  position: relative;
  margin-top: 30px;
}
footer .sitemap .footer-block .list {
  color: #bdbdbd;
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
footer .sitemap .footer-block .list li {
  line-height: 40px;
}
footer .sitemap .footer-block .list li a {
  text-decoration: none;
  color: #bdbdbd;
}
footer .sitemap .footer-block .list li a:hover i,
footer .sitemap .footer-block .list li a:active i,
footer .sitemap .footer-block .list li a:focus i {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
footer .sitemap .footer-block .list li i {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #f58220;
  width: 25px;
}
footer .sitemap .footer-block.mini-projects {
  flex-wrap: wrap;
  display: flex;
}
footer .sitemap .footer-block.mini-projects .mini-project {
  position: relative;
  width: calc(33.3333% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  display: block;
}
footer .sitemap .footer-block.mini-projects .mini-project:nth-child(3n+1) {
  margin-left: 0;
}
footer .sitemap .footer-block.mini-projects .mini-project img {
  height: 100%;
  width: 100%;
}
footer .sitemap .footer-block.mini-projects .mini-project .full-cover {
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0);
  justify-content: center;
  transform: scale(0);
  align-items: center;
  position: absolute;
  visibility: hidden;
  color: #f58220;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
footer .sitemap .footer-block.mini-projects .mini-project .full-cover i {
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  background: #000000;
  display: block;
  height: 30px;
  width: 30px;
}
footer .sitemap .footer-block.mini-projects .mini-project:hover .full-cover,
footer .sitemap .footer-block.mini-projects .mini-project a:hover .full-cover,
footer .sitemap .footer-block.mini-projects .mini-project a:focus .full-cover,
footer .sitemap .footer-block.mini-projects .mini-project a:active .full-cover {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
footer .copyright {
  border-top: 1px solid #333333;
  padding: 17px 0 10px;
  background: #222222;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
  color: #777777;
  height: 60px;
}
/* slider */
/* http://www.menucool.com */
#sliderFrame,
#sliderFrame div {
  box-sizing: border-box;
}
#sliderFrame {
  margin: 0 auto;
  width: 100%;
}
#slider,
#slider .sliderInner {
  border-radius: 3px;
  height: 100%;
  width: 100%;
}
#slider {
  box-shadow: 0px 1px 5px #999999;
  transform: translate3d(0, 0, 0);
  background-color: white;
  position: relative;
  margin: 0 auto;
}
#slider a.imgLink,
#slider .video {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 0;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
#slider .mc-caption {
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  position: absolute;
  overflow: hidden;
  padding: 10px 0;
  color: #ffffff;
  height: auto;
  width: 100%;
  bottom: 0px;
  top: auto;
  left: 0px;
}
#slider .mc-caption a {
  color: #FB0;
}
#slider .mc-caption a:hover {
  color: #DA0;
}
#slider .navBulletsWrapper {
  position: relative;
  text-align: center;
  background: none;
  z-index: 3;
}
#slider .navBulletsWrapper div {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inline-block;
  color: transparent;
  background: #313131;
  overflow: hidden;
  cursor: pointer;
  margin: 0 6px;
  height: 15px;
  font-size: 0;
  width: 15px;
  zoom: 1;
}
#slider .navBulletsWrapper .active {
  background: #f58220;
}
#slider img,
#slider > b,
#slider a > b {
  position: absolute;
  display: none;
  border: none;
}
#slider .sliderInner {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
#slider > a {
  display: none;
}
#slider div {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Responsive */
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: 5px;
    z-index: 2;
  }
  .navbar .navbar-collapse a {
    margin: 0 !important;
    background: #ffffff;
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .jumbotron .container .callout .callout-items h3 {
    font-size: 18px;
  }
  .article-details .row {
    display: block;
  }
  .article-details .row .col-md-8,
  .article-details .row .col-md-4,
  .article-details .row .col-md-6 {
    max-width: unset;
    display: block;
    width: 100%;
  }
  .offset-6 {
    margin-left: 0;
  }
  .projects .project {
    width: 33.3333%;
  }
  .navbar .container {
    width: 100%;
  }
  .container .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  .jumbotron .container .callout .callout-items h3 {
    font-size: 16px;
  }
  .projects .project {
    width: 50%;
  }
  .project-details .row {
    display: block;
  }
  .project-details .row .col-md-8,
  .project-details .row .col-md-4,
  .project-details .row .col-md-6 {
    max-width: unset;
    display: block;
    width: 100%;
  }
  .form-contact .row > div {
    padding: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .jumbotron .container .callout .callout-items h3 {
    font-size: 14px;
  }
  .projects .project {
    width: 100%;
  }
  .word-span {
    font-size: 20px;
  }
}
#sliderLarge {
  position: relative;
  height: 700px;
  width: 100%;
}
#sliderLarge.half-size {
  height: 500px;
}
#sliderLarge .carousel-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
#sliderLarge .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}
#sliderLarge .carousel-inner .carousel-item .carousel-image {
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  width: 100%;
}
#sliderLarge .carousel-indicators {
  bottom: 90px;
}
#sliderLarge.indicators-bottom {
  margin-top: 35px;
}
#sliderLarge.indicators-bottom .carousel-indicators {
  bottom: 10px;
}