@font-face {
  font-family: "Controller";
  src: url("../fonts/Controller_Ext_Three.otf") format("opentype");
  src: url("../fonts/Controller_Ext_Three.otf?#iefix") format("embedded-opentype"), url("../fonts/Controller_Ext_Three.woff2") format("woff2"), url("../fonts/Controller_Ext_Three.woff") format("woff");
}
/* line 3, ../sass/_form.scss */
#contact-form.fade .modal-dialog {
  transform: translate(100%, 0);
}
/* line 9, ../sass/_form.scss */
#contact-form.show .modal-dialog {
  transform: translate(0, 0);
}
/* line 14, ../sass/_form.scss */
#contact-form .modal-dialog {
  position: absolute;
  width: 50%;
  max-width: none;
  margin: 0;
  right: 0;
}
@media (max-width: 1023px) {
  /* line 14, ../sass/_form.scss */
  #contact-form .modal-dialog {
    width: 100%;
  }
}
/* line 25, ../sass/_form.scss */
#contact-form .modal-dialog .modal-content {
  box-shadow: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-height: 100vh;
}
/* line 31, ../sass/_form.scss */
#contact-form .modal-dialog .modal-content .modal-body {
  padding: 0 15px;
}

/* line 39, ../sass/_form.scss */
.form .form-wrapper {
  position: relative;
  padding: 25px 0;
}
/* line 43, ../sass/_form.scss */
.form .form-wrapper .header {
  color: #00b1db;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 50, ../sass/_form.scss */
.form .form-wrapper .header .btn-close i {
  font-size: 28px;
  cursor: pointer;
}
/* line 57, ../sass/_form.scss */
.form .form-wrapper .info {
  margin-top: 50px;
}
/* line 61, ../sass/_form.scss */
.form .form-wrapper form,
.form .form-wrapper #success-message {
  margin-top: 30px;
}
/* line 65, ../sass/_form.scss */
.form .form-wrapper form .extra,
.form .form-wrapper #success-message .extra {
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 65, ../sass/_form.scss */
  .form .form-wrapper form .extra,
  .form .form-wrapper #success-message .extra {
    margin-bottom: 25px;
  }
}
/* line 74, ../sass/_form.scss */
.form .form-wrapper form .form-group,
.form .form-wrapper #success-message .form-group {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 74, ../sass/_form.scss */
  .form .form-wrapper form .form-group,
  .form .form-wrapper #success-message .form-group {
    margin-bottom: 25px;
  }
}
/* line 81, ../sass/_form.scss */
.form .form-wrapper form .form-group:last-child,
.form .form-wrapper #success-message .form-group:last-child {
  margin-bottom: 0;
}
/* line 85, ../sass/_form.scss */
.form .form-wrapper form .form-group label:not(.checkbox),
.form .form-wrapper #success-message .form-group label:not(.checkbox) {
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
/* line 94, ../sass/_form.scss */
.form .form-wrapper form .form-group .form-control,
.form .form-wrapper #success-message .form-group .form-control {
  border: 0;
  outline: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid black;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 106, ../sass/_form.scss */
.form .form-wrapper form .form-group.active label,
.form .form-wrapper #success-message .form-group.active label {
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  font-size: 12px;
  color: #00b1db;
}
/* line 112, ../sass/_form.scss */
.form .form-wrapper form .form-group.active .form-control,
.form .form-wrapper #success-message .form-group.active .form-control {
  border-color: #00b1db;
}
/* line 117, ../sass/_form.scss */
.form .form-wrapper form .form-group textarea.form-control,
.form .form-wrapper #success-message .form-group textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  /* line 121, ../sass/_form.scss */
  .form .form-wrapper form .form-group .btn,
  .form .form-wrapper #success-message .form-group .btn {
    font-size: 12px;
  }
}
/* line 126, ../sass/_form.scss */
.form .form-wrapper form .form-group .btn + .btn,
.form .form-wrapper #success-message .form-group .btn + .btn {
  margin-left: 7px;
}
/* line 131, ../sass/_form.scss */
.form .form-wrapper form .form-group.sticky,
.form .form-wrapper #success-message .form-group.sticky {
  position: sticky;
  bottom: 0;
  padding: 20px 0;
  background-color: white;
}
@media (max-width: 767px) {
  /* line 139, ../sass/_form.scss */
  .form .form-wrapper form .form-group .g-recaptcha,
  .form .form-wrapper #success-message .form-group .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
/* line 149, ../sass/_form.scss */
.form .form-wrapper form .checkbox-group input,
.form .form-wrapper #success-message .checkbox-group input {
  display: none;
}
/* line 153, ../sass/_form.scss */
.form .form-wrapper form .checkbox-group input + label::after,
.form .form-wrapper #success-message .checkbox-group input + label::after {
  content: none;
}
/* line 160, ../sass/_form.scss */
.form .form-wrapper form .checkbox-group input:checked + label::before,
.form .form-wrapper #success-message .checkbox-group input:checked + label::before {
  border-color: #143d62;
  background-color: #143d62;
}
/* line 164, ../sass/_form.scss */
.form .form-wrapper form .checkbox-group input:checked + label::after,
.form .form-wrapper #success-message .checkbox-group input:checked + label::after {
  content: "";
}
/* line 171, ../sass/_form.scss */
.form .form-wrapper form .checkbox-group label,
.form .form-wrapper #success-message .checkbox-group label {
  position: relative;
  display: inline-block;
}
/* line 175, ../sass/_form.scss */
.form .form-wrapper form .checkbox-group label:hover,
.form .form-wrapper #success-message .checkbox-group label:hover {
  cursor: pointer;
}
/* line 179, ../sass/_form.scss */
.form .form-wrapper form .checkbox-group label::before,
.form .form-wrapper #success-message .checkbox-group label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  border: 1px solid #143d62;
  margin-right: 20px;
}
/* line 189, ../sass/_form.scss */
.form .form-wrapper form .checkbox-group label::after,
.form .form-wrapper #success-message .checkbox-group label::after {
  position: absolute;
  top: 9px;
  left: 8px;
  content: "";
  display: inline-block;
  color: white;
  height: 6px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}

@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes digilion-hover {
  0% {
    top: 0;
  }
  50% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
@keyframes digilion-shadow-desktop {
  0% {
    width: 150px;
    box-shadow: inset 0px 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  50% {
    width: 175px;
    box-shadow: inset 0px 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  100% {
    width: 150px;
    box-shadow: inset 0px 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}
@keyframes digilion-shadow-mobile {
  0% {
    width: 100px;
    box-shadow: inset 0px 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  50% {
    width: 125px;
    box-shadow: inset 0px 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  100% {
    width: 100px;
    box-shadow: inset 0px 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}
@keyframes portfolio-backgrounds {
  0% {
    background-position-y: top;
  }
  50% {
    background-position-y: bottom;
  }
  100% {
    background-position-y: top;
  }
}
@keyframes portfolio-default {
  0% {
    background-position-y: inherit;
  }
  100% {
    background-position-y: top;
  }
}
@keyframes btn-to-right {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 25px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes home-arrow {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
/* line 1, ../sass/_base.scss */
h1 {
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  /* line 1, ../sass/_base.scss */
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  /* line 1, ../sass/_base.scss */
  h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/_base.scss */
  h1 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  /* line 18, ../sass/_base.scss */
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  /* line 18, ../sass/_base.scss */
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 18, ../sass/_base.scss */
  h2 {
    font-size: 22px;
  }
}

/* line 32, ../sass/_base.scss */
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
/* line 40, ../sass/_base.scss */
h1.header,
h2.header,
h3.header,
h4.header,
p.header {
  color: #00b1db;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 50px;
}

/* line 48, ../sass/_base.scss */
a {
  color: #143d62;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 52, ../sass/_base.scss */
a:hover {
  color: #00b1db !important;
  text-decoration: none;
}

/* line 58, ../sass/_base.scss */
.center {
  text-align: center;
}

/* line 62, ../sass/_base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 66, ../sass/_base.scss */
.no-margin {
  margin: 0 !important;
}

/* line 70, ../sass/_base.scss */
.no-overflow {
  overflow: hidden;
}

/* line 74, ../sass/_base.scss */
.relative {
  position: relative;
}

/* line 78, ../sass/_base.scss */
.modal.show {
  padding-right: 0 !important;
}

/* line 82, ../sass/_base.scss */
.div-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 89, ../sass/_base.scss */
body {
  font-family: "Open Sans", sans-serif;
  padding-right: 0 !important;
}
/* line 94, ../sass/_base.scss */
body *:focus {
  outline: 0;
}
/* line 98, ../sass/_base.scss */
body section {
  padding: 50px 0;
}
/* line 102, ../sass/_base.scss */
body .error-page {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
/* line 107, ../sass/_base.scss */
body .error-page .error span:first-child {
  font-size: 300px;
  font-weight: 300;
  color: #00b1db;
}
/* line 112, ../sass/_base.scss */
body .error-page .error span:first-child i {
  position: relative;
  font-size: 220px;
  top: -25px;
}
@media (max-width: 767px) {
  /* line 107, ../sass/_base.scss */
  body .error-page .error span:first-child {
    font-size: 150px;
  }
  /* line 121, ../sass/_base.scss */
  body .error-page .error span:first-child i {
    font-size: 112px;
    top: -12px;
  }
}
/* line 128, ../sass/_base.scss */
body .error-page .error span:not(:first-child) {
  display: block;
}
/* line 134, ../sass/_base.scss */
body .animate {
  position: relative;
  opacity: 0;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 139, ../sass/_base.scss */
body .animate.left {
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
/* line 143, ../sass/_base.scss */
body .animate.right {
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
/* line 147, ../sass/_base.scss */
body .animate.bottom {
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
/* line 151, ../sass/_base.scss */
body .animate.animated {
  opacity: 1;
}
/* line 154, ../sass/_base.scss */
body .animate.animated.left {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 158, ../sass/_base.scss */
body .animate.animated.right {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 162, ../sass/_base.scss */
body .animate.animated.bottom {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 168, ../sass/_base.scss */
body #offer-widget {
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 10vh;
  padding: 10px 20px;
  color: white;
  background-color: #db4200;
  border: 1px solid white;
  border-right: 0;
  z-index: 10;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 181, ../sass/_base.scss */
body #offer-widget i {
  font-size: 26px;
}
/* line 185, ../sass/_base.scss */
body #offer-widget span {
  padding-left: 20px;
  white-space: nowrap;
}
/* line 190, ../sass/_base.scss */
body #offer-widget.hidden {
  -moz-transform: translateX(100%) translateX(-64px);
  -ms-transform: translateX(100%) translateX(-64px);
  -webkit-transform: translateX(100%) translateX(-64px);
  transform: translateX(100%) translateX(-64px);
}
/* line 195, ../sass/_base.scss */
body.offer #offer-widget {
  display: none;
}
@media (max-width: 767px) {
  /* line 200, ../sass/_base.scss */
  body:not(.home) #offer-widget {
    -moz-transform: translateX(100%) translateX(-64px);
    -ms-transform: translateX(100%) translateX(-64px);
    -webkit-transform: translateX(100%) translateX(-64px);
    transform: translateX(100%) translateX(-64px);
  }
}
/* line 205, ../sass/_base.scss */
body .error-message {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: white;
  background-color: #143d62;
  z-index: 9999;
}
@media (min-width: 768px) {
  /* line 219, ../sass/_base.scss */
  body .error-message#error-contact {
    left: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 227, ../sass/_base.scss */
  body.content.no-scroll {
    overflow: hidden !important;
  }
}
/* line 235, ../sass/_base.scss */
body.content .info-block .info-item .info-header {
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
  border-bottom: 1px solid #143d62;
}
/* line 241, ../sass/_base.scss */
body.content .info-block .info-item .info-header .info-header-text {
  font-weight: 600;
}
/* line 245, ../sass/_base.scss */
body.content .info-block .info-item .info-header .info-icon {
  position: absolute;
  top: 10px;
  right: 0;
  transition: transform 0.5s ease-in-out;
}
/* line 251, ../sass/_base.scss */
body.content .info-block .info-item .info-header .info-icon.info-open {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 256, ../sass/_base.scss */
body.content .info-block .info-item .info-header:hover {
  cursor: pointer;
}
/* line 261, ../sass/_base.scss */
body.content .info-block .info-item .info-content {
  margin-top: 10px;
  display: none;
}
/* line 266, ../sass/_base.scss */
body.content .info-block .info-item + .info-item {
  margin-top: 20px;
}
/* line 274, ../sass/_base.scss */
body.portfolioItem .portfolioitem {
  margin-top: 100px;
}
@media (max-width: 767px) {
  /* line 274, ../sass/_base.scss */
  body.portfolioItem .portfolioitem {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  /* line 281, ../sass/_base.scss */
  body.portfolioItem .portfolioitem .portfolioPicture {
    margin-top: 20px;
    padding: 10px;
  }
  /* line 286, ../sass/_base.scss */
  body.portfolioItem .portfolioitem .portfolioPicture img {
    width: 100%;
  }
}

/* line 295, ../sass/_base.scss */
.speech-bubble {
  position: absolute;
  background: #143d62;
  border-radius: 0.4em;
  padding: 10px;
  width: 200px;
  text-align: center;
  display: none;
  font-weight: 700;
}
/* line 305, ../sass/_base.scss */
.speech-bubble.active {
  display: block;
}
@media (max-width: 767px) {
  /* line 295, ../sass/_base.scss */
  .speech-bubble {
    width: 100px;
    background: #143d62 !important;
    color: white !important;
    font-size: 12px;
  }
}
/* line 316, ../sass/_base.scss */
.speech-bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}
/* line 324, ../sass/_base.scss */
.speech-bubble.left {
  top: 50%;
  left: -250px;
  background: #00b1db;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  /* line 324, ../sass/_base.scss */
  .speech-bubble.left {
    left: -100px;
  }
}
/* line 334, ../sass/_base.scss */
.speech-bubble.left::after {
  right: 0;
  top: 50%;
  border-left-color: #00b1db;
  margin-top: -10px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  /* line 334, ../sass/_base.scss */
  .speech-bubble.left::after {
    border-left-color: #143d62;
  }
}
/* line 347, ../sass/_base.scss */
.speech-bubble.left.left-middle::after {
  border-right: 0;
  border-bottom: 0;
}
/* line 353, ../sass/_base.scss */
.speech-bubble.left.left-top {
  top: 0;
}
/* line 356, ../sass/_base.scss */
.speech-bubble.left.left-top::after {
  border-right: 0;
  border-bottom: 0;
}
/* line 362, ../sass/_base.scss */
.speech-bubble.left.left-bottom {
  top: 100%;
}
/* line 365, ../sass/_base.scss */
.speech-bubble.left.left-bottom::after {
  border-right: 0;
  border-top: 0;
}
/* line 372, ../sass/_base.scss */
.speech-bubble.right {
  top: 50%;
  right: -250px;
  background-color: white;
  color: #143d62;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  /* line 372, ../sass/_base.scss */
  .speech-bubble.right {
    right: -100px;
  }
}
/* line 383, ../sass/_base.scss */
.speech-bubble.right::after {
  left: 0;
  top: 50%;
  border-right-color: white;
  margin-top: -10px;
  margin-left: -20px;
}
@media (max-width: 767px) {
  /* line 383, ../sass/_base.scss */
  .speech-bubble.right::after {
    border-right-color: #143d62;
  }
}
/* line 397, ../sass/_base.scss */
.speech-bubble.right-middle::after {
  border-left: 0;
  border-bottom: 0;
}
/* line 403, ../sass/_base.scss */
.speech-bubble.right-top {
  top: 0;
}
/* line 406, ../sass/_base.scss */
.speech-bubble.right-top::after {
  border-left: 0;
  border-bottom: 0;
}
/* line 412, ../sass/_base.scss */
.speech-bubble.right-bottom {
  top: 100%;
}
/* line 415, ../sass/_base.scss */
.speech-bubble.right-bottom::after {
  border-left: 0;
  border-top: 0;
}

/* line 423, ../sass/_base.scss */
.speech-bubble-static .speech-bubble {
  display: block;
}

/* line 428, ../sass/_base.scss */
.blurb {
  border-left: 6px solid #00b1db;
  padding-left: 100px;
  word-break: break-word;
}
@media (max-width: 767px) {
  /* line 428, ../sass/_base.scss */
  .blurb {
    padding-left: 50px;
  }
}
/* line 437, ../sass/_base.scss */
.blurb h2 {
  color: #143d62 !important;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 443, ../sass/_base.scss */
.blurb span {
  color: #00b1db;
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
}
/* line 451, ../sass/_base.scss */
.blurb.blurb-content .btn {
  margin-top: 20px;
  white-space: normal;
  word-break: break-word;
  text-align: left;
}
/* line 459, ../sass/_base.scss */
.blurb.secondary {
  border-left: 6px solid #143d62;
}
/* line 462, ../sass/_base.scss */
.blurb.secondary span {
  color: #143d62;
}

/* line 468, ../sass/_base.scss */
body:not(.home) {
  margin-top: 72px;
}

/* line 472, ../sass/_base.scss */
#contact-sidebar {
  position: fixed;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: white;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 3;
  -moz-transition: -moz-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}
@media (max-width: 767px) {
  /* line 472, ../sass/_base.scss */
  #contact-sidebar {
    width: 100%;
  }
}
/* line 486, ../sass/_base.scss */
#contact-sidebar.open {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* line 491, ../sass/_base.scss */
#header {
  height: 300px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {
  /* line 491, ../sass/_base.scss */
  #header {
    height: 200px;
  }
}
@media (max-width: 767px) {
  /* line 491, ../sass/_base.scss */
  #header {
    height: auto;
  }
}
/* line 504, ../sass/_base.scss */
#header.marketing {
  background: url("../images/contact/banner.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 504, ../sass/_base.scss */
  #header.marketing {
    background-position: 0% 0%;
    background-size: 100% auto;
  }
}
/* line 516, ../sass/_base.scss */
#header .header-box {
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 1200px) {
  /* line 516, ../sass/_base.scss */
  #header .header-box {
    top: 10vh;
  }
}
@media (max-width: 767px) {
  /* line 516, ../sass/_base.scss */
  #header .header-box {
    position: relative;
    top: 0;
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
/* line 532, ../sass/_base.scss */
#header .header-box .header-box-inner {
  padding: 50px 25px;
  background-color: #00b1db;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 532, ../sass/_base.scss */
  #header .header-box .header-box-inner {
    padding: 50px 20px;
  }
}
/* line 540, ../sass/_base.scss */
#header .header-box .header-box-inner hr {
  margin: 50px 0;
  border-width: 7px;
  border-color: #143d62;
}
/* line 546, ../sass/_base.scss */
#header .header-box .header-box-inner h1 {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  word-break: break-word;
}
/* line 555, ../sass/_base.scss */
#header .header-box .header-box-contact .btn {
  width: 100%;
  margin-top: 25px;
}

/* line 563, ../sass/_base.scss */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* line 568, ../sass/_base.scss */
.header-title {
  text-align: center;
  color: #00b1db;
  text-transform: uppercase;
}

/* line 575, ../sass/_base.scss */
.social-feed .wrapper-feed {
  margin: 0;
  position: relative;
}
/* line 579, ../sass/_base.scss */
.social-feed .wrapper-feed .owl-stage-outer {
  padding: 50px 0;
}
/* line 583, ../sass/_base.scss */
.social-feed .wrapper-feed .owl-stage-outer .owl-item .item {
  padding: 0;
}
/* line 586, ../sass/_base.scss */
.social-feed .wrapper-feed .owl-stage-outer .owl-item .item img {
  max-width: 100%;
  max-height: 100%;
  padding-top: 50px;
  margin-top: -50px;
}
/* line 593, ../sass/_base.scss */
.social-feed .wrapper-feed .owl-stage-outer .owl-item .item .content {
  position: absolute;
  top: -76px;
  left: 50%;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #143d62;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  color: #143d62;
}
/* line 606, ../sass/_base.scss */
.social-feed .wrapper-feed .owl-stage-outer .owl-item .item .content i + i {
  margin-left: 10px;
}
/* line 614, ../sass/_base.scss */
.social-feed .wrapper-feed .owl-stage-outer .owl-item.center .content {
  top: -26px;
}

/* END GLOBAL */
/* HOME */
/* line 627, ../sass/_base.scss */
#intro {
  height: 100vh;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #00b1db 50%, #00b1db 100%);
  color: white;
}
/* line 639, ../sass/_base.scss */
#intro .digilion-holder #digilion-hover {
  position: relative;
  top: 0;
  width: 150px;
  -moz-animation: digilion-hover 5s infinite;
  -webkit-animation: digilion-hover 5s infinite;
  animation: digilion-hover 5s infinite;
  animation-timing-function: ease-in-out;
}
@media (max-width: 1200px) {
  /* line 639, ../sass/_base.scss */
  #intro .digilion-holder #digilion-hover {
    width: 100px;
  }
}
/* line 650, ../sass/_base.scss */
#intro .digilion-holder #digilion-hover img {
  width: 100%;
}
/* line 655, ../sass/_base.scss */
#intro .digilion-holder:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  width: 150px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-animation: digilion-shadow-desktop 5s infinite;
  -webkit-animation: digilion-shadow-desktop 5s infinite;
  animation: digilion-shadow-desktop 5s infinite;
  animation-timing-function: ease-in-out;
}
@media (max-width: 1200px) {
  /* line 655, ../sass/_base.scss */
  #intro .digilion-holder:after {
    -moz-animation: digilion-shadow-mobile 5s infinite;
    -webkit-animation: digilion-shadow-mobile 5s infinite;
    animation: digilion-shadow-mobile 5s infinite;
    animation-timing-function: ease-in-out;
  }
}
/* line 676, ../sass/_base.scss */
#intro .scroll-down {
  position: absolute;
  bottom: 20px;
  width: 24px;
  height: 64px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
/* line 685, ../sass/_base.scss */
#intro .scroll-down .chevron {
  position: absolute;
  width: 24px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: home-arrow 3s ease-out infinite;
}
/* line 694, ../sass/_base.scss */
#intro .scroll-down .chevron:first-child {
  animation: home-arrow 3s ease-out 1s infinite;
}
/* line 698, ../sass/_base.scss */
#intro .scroll-down .chevron:nth-child(2) {
  animation: home-arrow 3s ease-out 2s infinite;
}
/* line 702, ../sass/_base.scss */
#intro .scroll-down .chevron:before,
#intro .scroll-down .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #143d62;
}
/* line 712, ../sass/_base.scss */
#intro .scroll-down .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
/* line 717, ../sass/_base.scss */
#intro .scroll-down .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

/* line 725, ../sass/_base.scss */
#home-slider {
  padding-top: 0;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 1024px) {
  /* line 725, ../sass/_base.scss */
  #home-slider {
    padding-top: 71px;
  }
}
/* line 734, ../sass/_base.scss */
#home-slider .home-slide {
  position: absolute;
  height: 100vh;
  width: 100%;
  padding: 20px 0;
  background-size: cover !important;
}
@media (max-width: 767px) {
  /* line 734, ../sass/_base.scss */
  #home-slider .home-slide {
    padding: 0;
  }
}
/* line 745, ../sass/_base.scss */
#home-slider .home-slide#first-slide {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/dpparfum.jpg");
}
/* line 750, ../sass/_base.scss */
#home-slider .home-slide#second-slide {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/autobedrijfbeukenhof.jpg");
}
/* line 754, ../sass/_base.scss */
#home-slider .home-slide#second-slide::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00b1db;
}
/* line 765, ../sass/_base.scss */
#home-slider .home-slide#third-slide {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/babacan_banner.jpg");
}
/* line 769, ../sass/_base.scss */
#home-slider .home-slide#third-slide::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00b1db;
}
/* line 780, ../sass/_base.scss */
#home-slider .home-slide .slide-header {
  height: 100px;
}
/* line 783, ../sass/_base.scss */
#home-slider .home-slide .slide-header h2 {
  position: relative;
  line-height: 100px;
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  /* line 783, ../sass/_base.scss */
  #home-slider .home-slide .slide-header h2 {
    font-size: 20px;
    line-height: 70px;
  }
}
/* line 794, ../sass/_base.scss */
#home-slider .home-slide .slide-header h2:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -5px;
  background-color: #00b1db;
  height: 2px;
}
/* line 805, ../sass/_base.scss */
#home-slider .home-slide .slide-header img {
  position: absolute;
  top: 0;
  right: 15px;
  height: 90px;
  padding: 15px;
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  /* line 805, ../sass/_base.scss */
  #home-slider .home-slide .slide-header img {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 805, ../sass/_base.scss */
  #home-slider .home-slide .slide-header img {
    right: 50px;
  }
}
/* line 824, ../sass/_base.scss */
#home-slider .home-slide .slide-content {
  color: white;
  margin-top: 50px;
}
@media (max-width: 767px) {
  /* line 824, ../sass/_base.scss */
  #home-slider .home-slide .slide-content {
    margin-top: 0;
  }
}
/* line 832, ../sass/_base.scss */
#home-slider .home-slide .slide-content p {
  line-height: 30px;
}
@media (max-width: 767px) {
  /* line 832, ../sass/_base.scss */
  #home-slider .home-slide .slide-content p {
    line-height: 20px;
  }
}
/* line 840, ../sass/_base.scss */
#home-slider .home-slide .slide-content .btn {
  margin-top: 20px;
}

/* line 847, ../sass/_base.scss */
#slogan {
  position: relative;
  text-align: center;
}
/* line 851, ../sass/_base.scss */
#slogan:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #00b1db;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 862, ../sass/_base.scss */
#slogan h2 {
  font-family: Controller;
  color: #143d62;
  display: inline-block;
  background-color: white;
  padding: 0 20px;
}

@media (min-width: 768px) {
  /* line 871, ../sass/_base.scss */
  #custom-software {
    height: 50vh;
  }
}
/* line 876, ../sass/_base.scss */
#custom-software h2 {
  text-transform: uppercase;
  color: #00b1db;
  font-weight: 700;
}
@media (min-width: 1024px) {
  /* line 876, ../sass/_base.scss */
  #custom-software h2 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  /* line 876, ../sass/_base.scss */
  #custom-software h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 876, ../sass/_base.scss */
  #custom-software h2 {
    font-size: 24px;
  }
}
/* line 894, ../sass/_base.scss */
#custom-software span {
  color: #143d62;
  font-weight: 700;
}
@media (min-width: 1024px) {
  /* line 894, ../sass/_base.scss */
  #custom-software span {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  /* line 894, ../sass/_base.scss */
  #custom-software span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 894, ../sass/_base.scss */
  #custom-software span {
    font-size: 20px;
  }
}
/* line 911, ../sass/_base.scss */
#custom-software .cs-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 916, ../sass/_base.scss */
#custom-software .cs-content button {
  margin-top: 20px;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 920, ../sass/_base.scss */
  #custom-software .cs-image {
    padding-right: 0;
  }
}
/* line 924, ../sass/_base.scss */
#custom-software .cs-image .cs-image-inner {
  background-image: url(../images/pattern/custom_software.png);
  background-position-x: 50%;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 924, ../sass/_base.scss */
  #custom-software .cs-image .cs-image-inner {
    background-position: left !important;
    background-size: 200% !important;
  }
}

/* line 939, ../sass/_base.scss */
#webservices {
  padding-bottom: 0;
}
/* line 942, ../sass/_base.scss */
#webservices .option-header {
  text-align: center;
  margin-bottom: 50px;
}
/* line 946, ../sass/_base.scss */
#webservices .option-header h2 {
  text-transform: uppercase;
  color: #00b1db;
  font-weight: 700;
}
@media (min-width: 1024px) {
  /* line 946, ../sass/_base.scss */
  #webservices .option-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  /* line 946, ../sass/_base.scss */
  #webservices .option-header h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 946, ../sass/_base.scss */
  #webservices .option-header h2 {
    font-size: 24px;
  }
}
/* line 965, ../sass/_base.scss */
#webservices .option-wrapper {
  padding-top: 20px;
}
@media (max-width: 767px) {
  /* line 965, ../sass/_base.scss */
  #webservices .option-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  /* line 972, ../sass/_base.scss */
  #webservices .option-wrapper .carousel-inner {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  /* line 977, ../sass/_base.scss */
  #webservices .option-wrapper .carousel-inner .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: initial;
    align-items: initial;
  }
  /* line 982, ../sass/_base.scss */
  #webservices .option-wrapper .carousel-inner .item.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 988, ../sass/_base.scss */
  #webservices .option-wrapper .carousel-inner .item.desktop {
    display: none;
  }
}
/* line 993, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option {
  border: 1px solid #143d62;
  border-bottom: 0;
  background-color: #00b1db;
  padding: 20px 20px 100px 20px;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  /* line 1002, ../sass/_base.scss */
  #webservices .option-wrapper .carousel-inner .item .option:first-of-type {
    border-right: 0;
  }
  /* line 1006, ../sass/_base.scss */
  #webservices .option-wrapper .carousel-inner .item .option:last-of-type {
    border-left: 0;
  }
}
/* line 1011, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option > * {
  margin-top: 50px;
}
/* line 1014, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option > *.title {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 1019, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option > *.line {
  border-width: 2px;
  border-color: white;
}
/* line 1025, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option > *.price .total {
  display: block;
  font-size: 40px;
  font-weight: bold;
}
/* line 1031, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option > *.price .monthly {
  position: relative;
  font-size: 12px;
  font-weight: normal;
}
/* line 1036, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option > *.price .monthly::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f05a";
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}
/* line 1044, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option > *.price .monthly:hover {
  cursor: pointer;
}
/* line 1050, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option > *.details {
  padding: 0;
  list-style-type: none;
}
/* line 1054, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option > *.details li:not(:last-child) {
  margin-bottom: 20px;
}
/* line 1059, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option > *.link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 1067, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option.best {
  overflow: hidden;
  position: relative;
  background-color: #db4200;
  background-image: linear-gradient(315deg, #db4200 0%, #ff570f 100%);
}
@media (min-width: 768px) {
  /* line 1067, ../sass/_base.scss */
  #webservices .option-wrapper .carousel-inner .item .option.best {
    margin-top: -20px;
  }
}
/* line 1081, ../sass/_base.scss */
#webservices .option-wrapper .carousel-inner .item .option.best .label {
  position: absolute;
  box-sizing: content-box;
  margin: 0;
  top: 0;
  top: 40px;
  left: 40px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -moz-transform: rotate(-45deg) translateX(-50%);
  -ms-transform: rotate(-45deg) translateX(-50%);
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  border-top: 2px solid #c23a00;
  border-bottom: 2px solid #c23a00;
  transform-origin: 0 0;
  text-transform: uppercase;
  font-weight: bold;
  background-color: white;
  color: #143d62;
}
@media (min-width: 768px) {
  /* line 1105, ../sass/_base.scss */
  #webservices .option-wrapper .carousel-inner .control {
    display: none;
  }
}

/* line 1113, ../sass/_base.scss */
#about-slider {
  min-height: auto;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #143d62;
  padding: 20px 0px;
}
/* line 1121, ../sass/_base.scss */
#about-slider h2 {
  font-weight: 700;
}
@media (min-width: 1024px) {
  /* line 1113, ../sass/_base.scss */
  #about-slider {
    margin-bottom: -71px;
  }
}

/* line 1131, ../sass/_base.scss */
#about-intro h2 {
  color: #143d62 !important;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1139, ../sass/_base.scss */
#services .container-fluid {
  min-height: calc(50vh - 71px);
  display: flex;
  align-items: center;
  padding: 50px 0;
}
/* line 1145, ../sass/_base.scss */
#services .container-fluid:nth-of-type(even) {
  background-color: #00b1db;
  color: white;
}
/* line 1149, ../sass/_base.scss */
#services .container-fluid:nth-of-type(even) h2 {
  color: #143d62;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 1154, ../sass/_base.scss */
  #services .container-fluid:nth-of-type(even) .mockup {
    margin-top: 25px;
  }
}
/* line 1161, ../sass/_base.scss */
#services .container-fluid:nth-of-type(odd) {
  color: #143d62;
}
/* line 1164, ../sass/_base.scss */
#services .container-fluid:nth-of-type(odd) h2 {
  text-transform: uppercase;
  color: #00b1db;
}
/* line 1170, ../sass/_base.scss */
#services .container-fluid p {
  margin-top: 10px;
  padding-left: 106px;
}
@media (max-width: 767px) {
  /* line 1170, ../sass/_base.scss */
  #services .container-fluid p {
    padding-left: 0;
    margin-top: 20px;
  }
}
/* line 1180, ../sass/_base.scss */
#services .container-fluid .btn {
  margin-top: 20px;
  margin-left: 106px;
}
@media (max-width: 767px) {
  /* line 1180, ../sass/_base.scss */
  #services .container-fluid .btn {
    margin-left: 0;
  }
}
/* line 1189, ../sass/_base.scss */
#services .container-fluid .mockup {
  display: flex;
  align-self: center;
  justify-content: center;
}
/* line 1194, ../sass/_base.scss */
#services .container-fluid .mockup img {
  max-width: 100%;
  max-height: 250px;
}
/* line 1199, ../sass/_base.scss */
#services .container-fluid .mockup:hover {
  transform: scale(1.2);
}
/* line 1202, ../sass/_base.scss */
#services .container-fluid .info {
  align-self: center;
}

/* END HOME */
/* line 1211, ../sass/_base.scss */
.modal .social-media {
  position: absolute;
  right: 0;
  display: block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1218, ../sass/_base.scss */
.modal .social-media ul {
  padding: 0;
  margin: 0;
}
/* line 1222, ../sass/_base.scss */
.modal .social-media ul li {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
/* line 1229, ../sass/_base.scss */
.modal .social-media ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  /* line 1238, ../sass/_base.scss */
  .modal .social-media ul li a i {
    font-size: 12px;
  }
}
/* line 1243, ../sass/_base.scss */
.modal .social-media ul li a i {
  color: #143d62;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 1247, ../sass/_base.scss */
.modal .social-media ul li a i:hover {
  color: #00b1db;
}

/* line 1259, ../sass/_base.scss */
.steps .step h2 {
  margin-bottom: 20px;
}
/* line 1263, ../sass/_base.scss */
.steps .step + .step {
  margin-top: 25px;
}

/* line 1270, ../sass/_base.scss */
.team .row {
  justify-content: center;
}
/* line 1274, ../sass/_base.scss */
.team .row .member img {
  width: 100%;
  border-left: 7px solid #00b1db;
}
/* line 1279, ../sass/_base.scss */
.team .row .member .information {
  margin-top: 10px;
  text-align: center;
}
/* line 1283, ../sass/_base.scss */
.team .row .member .information .function {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 40px;
  line-height: 24px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  /* line 1283, ../sass/_base.scss */
  .team .row .member .information .function {
    font-size: 12px;
  }
}
/* line 1296, ../sass/_base.scss */
.team .row .member .information hr {
  border-color: #143d62;
  margin: 10px 0;
}
/* line 1301, ../sass/_base.scss */
.team .row .member .information > span:not(.function) {
  display: block;
}
@media (max-width: 1023px) {
  /* line 1307, ../sass/_base.scss */
  .team .row .member .mail {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 1313, ../sass/_base.scss */
  .team .row .member + .member + .member {
    margin-top: 20px;
  }
}

/* line 1323, ../sass/_base.scss */
.about-map {
  height: 30em;
}

/* line 1327, ../sass/_base.scss */
.about-page h2 {
  border-bottom: 2px solid #00b1db;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

/* line 1333, ../sass/_base.scss */
.about-info {
  border: none;
}

/* line 1340, ../sass/_base.scss */
.marketing h1 {
  color: #00b1db;
}
/* line 1344, ../sass/_base.scss */
.marketing .marketing-intro-header {
  min-height: 200px;
}
/* line 1346, ../sass/_base.scss */
.marketing .marketing-intro-header h1 {
  color: #00b1db;
}
/* line 1351, ../sass/_base.scss */
.marketing .big-icon {
  text-align: center;
  color: #00b1db;
  padding: 10;
  padding-bottom: 40px;
}
/* line 1356, ../sass/_base.scss */
.marketing .big-icon p {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #00b1db;
}
/* line 1363, ../sass/_base.scss */
.marketing .marketing-text {
  padding: 10px;
}
/* line 1367, ../sass/_base.scss */
.marketing .marketing-card {
  background-color: #00b1db;
  margin-bottom: -40px;
  padding: 10px;
}
/* line 1373, ../sass/_base.scss */
.marketing .marketing-icon-list {
  padding-top: 20px;
  background-color: #00b1db;
}
/* line 1377, ../sass/_base.scss */
.marketing .marketing-icon-list i {
  color: black;
}
/* line 1381, ../sass/_base.scss */
.marketing .marketing-icon-list h3 {
  color: white;
}

/* line 1387, ../sass/_base.scss */
.padding-top-40 {
  padding-top: 40px !important;
}

/* line 1, ../sass/_nav.scss */
.navbar {
  background: none;
  border: none;
  padding: 25px 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  /* line 1, ../sass/_nav.scss */
  .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1200px) {
  /* line 1, ../sass/_nav.scss */
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/_nav.scss */
  .navbar {
    position: absolute;
  }
}
/* line 19, ../sass/_nav.scss */
.navbar.active {
  padding: 5px 0;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #00b1db 50%, #00b1db 100%);
  border-bottom: 2px solid #143d62;
}
/* line 30, ../sass/_nav.scss */
body:not(.home) .navbar.active {
  background: white;
}
@media (max-width: 1200px) {
  /* line 30, ../sass/_nav.scss */
  body:not(.home) .navbar.active {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 40, ../sass/_nav.scss */
.navbar .navbar-brand {
  color: #00b1db !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1200px) {
  /* line 40, ../sass/_nav.scss */
  .navbar .navbar-brand {
    font-size: 1rem;
  }
}
/* line 49, ../sass/_nav.scss */
.navbar .navbar-brand img {
  margin-right: 15px;
}
/* line 53, ../sass/_nav.scss */
.navbar .navbar-brand .name {
  font-family: Controller;
}
/* line 56, ../sass/_nav.scss */
.navbar .navbar-brand .name color {
  color: #143d62 !important;
}
/* line 61, ../sass/_nav.scss */
.navbar .navbar-brand .service {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
/* line 68, ../sass/_nav.scss */
.navbar .navbar-toggler {
  position: fixed;
  right: 15px;
  z-index: 1;
  border: none;
  background: white !important;
  padding: 10px;
}
/* line 76, ../sass/_nav.scss */
.navbar .navbar-toggler:hover {
  background: white !important;
}
/* line 80, ../sass/_nav.scss */
.navbar .navbar-toggler .icon-bar {
  display: block;
  height: 2px;
  width: 22px;
  transition: all 0.2s;
  background-color: #00b1db;
}
/* line 87, ../sass/_nav.scss */
.navbar .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
/* line 92, ../sass/_nav.scss */
.navbar .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
/* line 97, ../sass/_nav.scss */
.navbar .navbar-toggler .middle-bar {
  opacity: 0;
}
/* line 101, ../sass/_nav.scss */
.navbar .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
/* line 107, ../sass/_nav.scss */
.navbar .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
/* line 111, ../sass/_nav.scss */
.navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
/* line 115, ../sass/_nav.scss */
.navbar .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
/* line 121, ../sass/_nav.scss */
.navbar .navbar-toggler.active .icon-bar {
  background-color: #00b1db;
}
@media (max-width: 1023px) {
  /* line 127, ../sass/_nav.scss */
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: white;
    border-color: #143d62;
    background: white;
  }
}
/* line 139, ../sass/_nav.scss */
.navbar .navbar-collapse.show {
  height: 100vh;
}
@media (min-width: 1024px) {
  /* line 145, ../sass/_nav.scss */
  .navbar .navbar-collapse ul .dropdown-menu {
    top: calc(100% + 12px);
    left: 4px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  /* line 150, ../sass/_nav.scss */
  .navbar .navbar-collapse ul .dropdown-menu .dropdown-item {
    background-color: transparent;
  }
  /* line 153, ../sass/_nav.scss */
  .navbar .navbar-collapse ul .dropdown-menu .dropdown-item:hover {
    color: #00b1db !important;
  }
  /* line 156, ../sass/_nav.scss */
  .navbar .navbar-collapse ul .dropdown-menu .dropdown-item:hover::before, .navbar .navbar-collapse ul .dropdown-menu .dropdown-item:hover::after {
    border-color: #00b1db !important;
  }
}
@media (max-width: 1023px) {
  /* line 143, ../sass/_nav.scss */
  .navbar .navbar-collapse ul {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 171, ../sass/_nav.scss */
  .navbar .navbar-collapse ul .dropdown-menu {
    background-color: transparent;
    border: 0;
  }
  /* line 175, ../sass/_nav.scss */
  .navbar .navbar-collapse ul .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 183, ../sass/_nav.scss */
  .navbar .navbar-header {
    padding-bottom: 25px;
  }
}
/* line 188, ../sass/_nav.scss */
.navbar .navbar-header span {
  background-color: white !important;
}
/* line 192, ../sass/_nav.scss */
.navbar .navbar-header .navbar-toggler {
  border: none;
  background-color: transparent !important;
  z-index: 1;
}
/* line 197, ../sass/_nav.scss */
.navbar .navbar-header .navbar-toggler:hover {
  background: transparent !important;
}
/* line 202, ../sass/_nav.scss */
.navbar .navbar-header .navbar-brand {
  padding: 0;
  font-family: Controller;
}
@media (max-width: 767px) {
  /* line 202, ../sass/_nav.scss */
  .navbar .navbar-header .navbar-brand {
    padding-left: 25px;
  }
}
/* line 209, ../sass/_nav.scss */
.navbar .navbar-header .navbar-brand img {
  height: 100%;
}
/* line 217, ../sass/_nav.scss */
.navbar .navbar-nav .nav-item a {
  position: relative;
  color: #143d62 !important;
  padding: 10px 0;
  margin: 0 5px;
  font-weight: bold;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  /* line 217, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  /* line 217, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 217, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a {
    color: #00b1db;
  }
}
@media (min-width: 1024px) {
  /* line 237, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a + .dropdown-item {
    margin-top: 5px;
  }
  /* line 242, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a.dropdown-item:hover {
    color: #143d62;
  }
}
@media (max-width: 1023px) {
  /* line 250, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a.nav-item.dropdown:hover {
    color: #143d62 !important;
  }
}
@media (min-width: 1024px) {
  /* line 256, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a.dropdown-item {
    width: auto !important;
  }
}
@media (min-width: 1024px) {
  /* line 261, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a:hover {
    color: white !important;
  }
}
@media (max-width: 767px) {
  /* line 261, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a:hover {
    color: #00b1db;
  }
}
/* line 270, ../sass/_nav.scss */
.navbar .navbar-nav .nav-item a i {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  /* line 274, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a.active {
    color: white !important;
  }
  /* line 278, ../sass/_nav.scss */
  body:not(.home) .navbar .navbar-nav .nav-item a.active {
    color: #00b1db !important;
  }
}
@media (min-width: 1024px) {
  /* line 284, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a.active:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    border-top: 2px solid white;
    width: 100%;
  }
  /* line 293, ../sass/_nav.scss */
  body:not(.home) .navbar .navbar-nav .nav-item a.active:before {
    border-color: #00b1db;
  }
  /* line 298, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a.active:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 2px solid white;
    width: 100%;
  }
  /* line 307, ../sass/_nav.scss */
  body:not(.home) .navbar .navbar-nav .nav-item a.active:after {
    border-color: #00b1db;
  }
}
@media (max-width: 1023px) {
  /* line 314, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a.active.active {
    color: #00b1db !important;
    background-color: transparent;
  }
}
/* line 320, ../sass/_nav.scss */
.navbar .navbar-nav .nav-item a.active:hover {
  color: white;
}
/* line 326, ../sass/_nav.scss */
.navbar .navbar-nav .nav-item a:not(.active):before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  border-top: 2px solid white;
  width: 100%;
  top: 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: transparent;
}
/* line 338, ../sass/_nav.scss */
.navbar .navbar-nav .nav-item a:not(.active):after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 2px solid white;
  width: 100%;
  bottom: 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: transparent;
}
@media (min-width: 1024px) {
  /* line 352, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a:not(.active):not(.open):hover {
    color: white;
  }
  /* line 355, ../sass/_nav.scss */
  body:not(.home) .navbar .navbar-nav .nav-item a:not(.active):not(.open):hover {
    color: #00b1db !important;
  }
  /* line 359, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a:not(.active):not(.open):hover:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    border-top: 2px solid white;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 369, ../sass/_nav.scss */
  body:not(.home) .navbar .navbar-nav .nav-item a:not(.active):not(.open):hover:before {
    border-color: #00b1db;
  }
  /* line 374, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item a:not(.active):not(.open):hover:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 2px solid white;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 384, ../sass/_nav.scss */
  body:not(.home) .navbar .navbar-nav .nav-item a:not(.active):not(.open):hover:after {
    border-color: #00b1db;
  }
}
@media (min-width: 1024px) {
  /* line 394, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item.show .nav-link {
    color: white !important;
  }
  /* line 398, ../sass/_nav.scss */
  body:not(.home) .navbar .navbar-nav .nav-item.show .nav-link {
    color: #00b1db !important;
  }
  /* line 402, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item.show .nav-link:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    border-top: 2px solid white;
    width: 100%;
  }
  /* line 411, ../sass/_nav.scss */
  body:not(.home) .navbar .navbar-nav .nav-item.show .nav-link:before {
    border-color: #00b1db;
  }
  /* line 416, ../sass/_nav.scss */
  .navbar .navbar-nav .nav-item.show .nav-link:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 2px solid white;
    width: 100%;
  }
  /* line 425, ../sass/_nav.scss */
  body:not(.home) .navbar .navbar-nav .nav-item.show .nav-link:after {
    border-color: #00b1db;
  }
}

@media (min-width: 1024px) {
  /* line 436, ../sass/_nav.scss */
  #contact {
    color: white !important;
  }
  /* line 440, ../sass/_nav.scss */
  body.content #contact {
    color: #00b1db !important;
  }
}

/* line 2, ../sass/_portfolio.scss */
.pf-wrapper > .row {
  padding-top: 50px;
}
/* line 5, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-filter {
  margin-bottom: 50px;
  text-align: center;
}
/* line 9, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-filter span {
  color: #143d62;
  font-weight: 700;
  display: block;
}
/* line 15, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-filter ul {
  padding: 0;
  margin: 0;
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}
/* line 22, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-filter ul li {
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  color: #00b1db;
  border: 1px solid #00b1db;
  padding: 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 22, ../sass/_portfolio.scss */
  .pf-wrapper > .row .pf-filter ul li {
    margin: 2px 0;
  }
}
/* line 35, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-filter ul li.active {
  background-color: #00b1db;
  color: white;
}
/* line 40, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-filter ul li:hover:not(.active) {
  background-color: rgba(0, 177, 219, 0.5);
  border-color: rgba(0, 177, 219, 0.5);
  color: white;
}
/* line 49, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item {
  height: calc( (1140px / 100) * 33.33 );
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 49, ../sass/_portfolio.scss */
  .pf-wrapper > .row .pf-item {
    height: 100vw;
  }
}
/* line 60, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item .pf-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
/* line 72, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item .pf-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 61, 98, 0.5);
  z-index: -1;
}
/* line 83, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item .pf-inner h2 {
  color: white;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
/* line 95, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item .pf-inner .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media (min-width: 1024px) {
  /* line 95, ../sass/_portfolio.scss */
  .pf-wrapper > .row .pf-item .pf-inner .btn {
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}
@media (max-width: 1200px) {
  /* line 95, ../sass/_portfolio.scss */
  .pf-wrapper > .row .pf-item .pf-inner .btn {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* line 110, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.kosemmarket > div {
  background-image: url(../images/portfolio/kosemmarket_webshop.png);
}
.pf-wrapper > .row .pf-item.ustadoner > div {
  background-image: url(../images/portfolio/.png);
}
.pf-wrapper > .row .pf-item.sociabletheroom > div {
  background-image: url(../images/portfolio/sociabletheroom_website.png);
}
.pf-wrapper > .row .pf-item.tintpoint > div {
  background-image: url(../images/portfolio/tintpoint_website.png);
}
.pf-wrapper > .row .pf-item.kismetevents > div {
  background-image: url(../images/portfolio/kismetevents_website.png);
}
/* line 122, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.excellentroofing > div {
  background-image: url(../images/portfolio/excellentroofing_website.png);
}
/* line 116, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.dpparfum > div {
  background-image: url(../images/portfolio/dpparfum_webshop.png);
}
/* line 122, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.koeldeal > div {
  background-image: url(../images/portfolio/koeldeal_website.png);
}
/* line 122, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.ceydabeautysalon > div {
  background-image: url(../images/portfolio/.png);
}
/* line 128, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.hairbeautyoss > div {
  background-image: url(../images/portfolio/hairbeautyoss_website.png);
}
/* line 134, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.acmkc > div {
  background-image: url(../images/portfolio/acmkc_website.png);
}
/* line 134, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.eaccureparatie > div {
  background-image: url(../images/portfolio/eaccureparatie_website.png);
}
/* line 140, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.autohandeloss > div {
  background-image: url(../images/portfolio/autohandeloss.png);
}
/* line 146, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.babacantapijt > div {
  background-image: url(../images/portfolio/babacantapijt_website.png);
}
/* line 152, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.ceto > div {
  background-image: url(../images/portfolio/ceto_website.png);
}
/* line 158, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.luitbroeren > div {
  background-image: url(../images/portfolio/luitbroeren_website.png);
}
/* line 164, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.maasdonk > div {
  background-image: url(../images/portfolio/maasdonk_website.png);
}
/* line 170, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.megatapijt > div {
  background-image: url(../images/portfolio/megatapijt.png);
}
/* line 176, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.ummetmoskee > div {
  background-image: url(../images/portfolio/ummetmoskee_website.png);
}
/* line 182, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.adoss > div {
  background-image: url(../images/portfolio/adoss_website.png);
}
/* line 188, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.ustek > div {
  background-image: url(../images/portfolio/ustek_website.png);
}
/* line 194, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.autohandeloss > div {
  background-image: url(../images/portfolio/autohandeloss_website.png);
}
/* line 200, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.megatapijtoss > div {
  background-image: url(../images/portfolio/megatapijtoss_website.png);
}
/* line 206, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.acuutschuldhulp > div {
  background-image: url(../images/portfolio/acuutschuldhulp_website.png);
}
/* line 212, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.kismetlokanta > div {
  background-image: url(../images/portfolio/kismetlokanta_website.png);
}
/* line 218, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.elicarezorg > div {
  background-image: url(../images/portfolio/elicare_website.png);
}
/* line 230, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.newstyle > div {
  background-image: url(../images/portfolio/newstyle_website.png);
}
/* line 236, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.depostman > div {
  background-image: url(../images/portfolio/depostman_website.png);
}
/* line 242, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.datadestroy > div {
  background-image: url(../images/portfolio/datadestroy_website.png);
}
/* line 248, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.skupq > div {
  background-image: url(../images/portfolio/skupq_webshop.png);
}
.pf-wrapper > .row .pf-item.kungrah > div {
  background-image: url(../images/portfolio/kungrah.png);
}
/* line 254, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.rdesignvloeren > div {
  background-image: url(../images/portfolio/rdesignvloeren_website.png);
}
/* line 260, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.autobedrijfbeukenhof > div {
  background-image: url(../images/portfolio/autobedrijfbeukenhof_website.png);
}
.pf-wrapper > .row .pf-item.excellentroofingdesign > div {
  background-image: url(../images/portfolio/excellentroofingdesign_design.png);
}
.pf-wrapper > .row .pf-item.eaccureparatiedesign > div {
  background-image: url(../images/portfolio/eaccureparatiedesign.png);
}
/* line 272, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.cmoinstallatie > div {
  background-image: url(../images/portfolio/cmoinstallatie_website.png);
}
.pf-wrapper > .row .pf-item.cmodesign > div {
  background-image: url(../images/portfolio/cmodesign_design.png);
}
/* line 278, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.galbinespinosadesign > div {
  background-image: url(../images/portfolio/galbinespinosadesign_design.png);
}

/* line 278, ../sass/_portfolio.scss */
.pf-wrapper > .row .pf-item.theshishacompany > div {
  background-image: url(../images/portfolio/theshishacompany_webshop.png);
}
@media (min-width: 1024px) {
  /* line 285, ../sass/_portfolio.scss */
  .pf-wrapper > .row .pf-item:hover .pf-inner {
    -moz-animation: portfolio-backgrounds 10s;
    -webkit-animation: portfolio-backgrounds 10s;
    animation: portfolio-backgrounds 10s;
    animation-timing-function: ease-in-out;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* line 290, ../sass/_portfolio.scss */
  .pf-wrapper > .row .pf-item:hover .pf-inner .btn {
    bottom: 100px;
  }
  .portproductbtn {
    Display: none;
  }
}

@media (max-width: 800px) {
  .portproduct {
   margin-top: -50px!important;
  }
}


/* line 1, ../sass/_buttons.scss */
.btn {
  color: white;
  background-color: #00b1db;
  text-transform: uppercase;
  border-left: 0;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
  font-weight: bold;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 12, ../sass/_buttons.scss */
.btn.disabled {
  color: white !important;
  background-color: #00b1db !important;
}
/* line 17, ../sass/_buttons.scss */
.btn.primary {
  border-top: 2px solid #00b1db;
  border-bottom: 2px solid #00b1db;
}
/* line 22, ../sass/_buttons.scss */
.btn.secondary {
  border-top: 2px solid #143d62;
  border-bottom: 2px solid #143d62;
  background-color: #143d62;
}
/* line 27, ../sass/_buttons.scss */
.btn.secondary:hover {
  color: #143d62 !important;
}
/* line 32, ../sass/_buttons.scss */
.btn:hover:not([disabled]) {
  color: #00b1db;
  background-color: transparent;
}
/* line 37, ../sass/_buttons.scss */
.btn.btn-cancel:not([disabled]) {
  background-color: #143d62;
  border-color: #143d62;
  border-width: 2px;
}
/* line 42, ../sass/_buttons.scss */
.btn.btn-cancel:not([disabled]):hover {
  color: #143d62;
  background-color: transparent;
}
/* line 48, ../sass/_buttons.scss */
.btn a {
  color: inherit;
}

/* line 53, ../sass/_buttons.scss */
.btn-close {
  color: #143d62;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 56, ../sass/_buttons.scss */
.btn-close:hover {
  color: #00b1db;
}

/* line 1, ../sass/_footer.scss */
footer {
  background-color: #143d62;
}
/* line 4, ../sass/_footer.scss */
footer:before {
  content: "";
  background: url(../images/pattern/footer.png);
  display: block;
  height: 288px;
  background-color: white;
}
/* line 12, ../sass/_footer.scss */
footer .main {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 18, ../sass/_footer.scss */
footer .main .row .footer-col h4 {
  color: white;
  margin-bottom: 20px;
}
/* line 23, ../sass/_footer.scss */
footer .main .row .footer-col ul {
  padding: 0;
}
/* line 26, ../sass/_footer.scss */
footer .main .row .footer-col ul li {
  list-style-type: none;
  color: white;
}
/* line 30, ../sass/_footer.scss */
footer .main .row .footer-col ul li a {
  color: inherit;
}
/* line 33, ../sass/_footer.scss */
footer .main .row .footer-col ul li a:hover {
  text-decoration: underline;
}
/* line 38, ../sass/_footer.scss */
footer .main .row .footer-col ul li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 17, ../sass/_footer.scss */
  footer .main .row .footer-col {
    text-align: center;
  }
  /* line 47, ../sass/_footer.scss */
  footer .main .row .footer-col + .footer-col {
    margin-top: 25px;
  }
}
/* line 55, ../sass/_footer.scss */
footer .main #contact-footer .form-group {
  display: flex;
  justify-content: space-between;
}
/* line 59, ../sass/_footer.scss */
footer .main #contact-footer .form-group .form-control {
  background-color: transparent;
  color: white;
}
/* line 63, ../sass/_footer.scss */
footer .main #contact-footer .form-group .form-control::placeholder {
  color: inherit;
}
/* line 68, ../sass/_footer.scss */
footer .main #contact-footer .form-group input {
  flex-basis: 50%;
}
/* line 71, ../sass/_footer.scss */
footer .main #contact-footer .form-group input:nth-of-type(odd) {
  margin-right: 10px;
}
/* line 75, ../sass/_footer.scss */
footer .main #contact-footer .form-group input:nth-of-type(even) {
  margin-left: 10px;
}
/* line 83, ../sass/_footer.scss */
footer .social {
  position: relative;
  padding: 0;
  background-color: #0b2338;
}
/* line 88, ../sass/_footer.scss */
footer .social:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: white;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 99, ../sass/_footer.scss */
footer .social .row {
  position: relative;
  height: 100px;
}
/* line 103, ../sass/_footer.scss */
footer .social .row .digilove {
  background-color: #0b2338;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 110, ../sass/_footer.scss */
footer .social .row .digilove {
  color: white;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1023px) and (max-width: 1200px) {
  /* line 110, ../sass/_footer.scss */
  footer .social .row .digilove {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 110, ../sass/_footer.scss */
  footer .social .row .digilove {
    font-size: 8px;
  }
}
/* line 123, ../sass/_footer.scss */
footer .social .row .digilove i {
  color: #00b1db;
}
/* line 127, ../sass/_footer.scss */
footer .social .row .digilove h3 {
  font-size: inherit;
  display: inline;
}
/* line 133, ../sass/_footer.scss */
footer .social .row .social-media {
  background-color: #0b2338;
  display: flex;
}
/* line 137, ../sass/_footer.scss */
footer .social .row .social-media ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 137, ../sass/_footer.scss */
  footer .social .row .social-media ul {
    justify-content: space-around;
  }
}
/* line 149, ../sass/_footer.scss */
footer .social .row .social-media ul li {
  position: relative;
  line-height: normal;
  display: inline-block;
  top: 0;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
/* line 156, ../sass/_footer.scss */
footer .social .row .social-media ul li a {
  color: white;
  display: block;
  padding-bottom: 0;
  -moz-transition: padding-bottom 0.3s ease;
  -o-transition: padding-bottom 0.3s ease;
  -webkit-transition: padding-bottom 0.3s ease;
  transition: padding-bottom 0.3s ease;
}
/* line 162, ../sass/_footer.scss */
footer .social .row .social-media ul li a i {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 162, ../sass/_footer.scss */
  footer .social .row .social-media ul li a i {
    font-size: 14px;
  }
}
/* line 171, ../sass/_footer.scss */
footer .social .row .social-media ul li:hover {
  top: -10px;
}
/* line 174, ../sass/_footer.scss */
footer .social .row .social-media ul li:hover a {
  padding-bottom: 20px;
  cursor: pointer;
}
/* line 185, ../sass/_footer.scss */
footer .digilion {
  color: white;
  padding: 20px 0;
  background-color: #0b2338;
}
/* line 190, ../sass/_footer.scss */
footer .digilion img {
  height: 60px;
}
/* line 194, ../sass/_footer.scss */
footer .digilion > div {
  margin-top: 10px;
  font-size: 10px;
}
