@charset "UTF-8";
/* Colors */
/* Fonts */
/* Border */
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("/fonts/flexslider-icon.eot");
  src: url("/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/fonts/flexslider-icon.woff") format("woff"), url("/fonts/flexslider-icon.ttf") format("truetype"), url("/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\F001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\F002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\F004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\F003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ------------------------- All -------------------------------------------------- */
.section {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
}

.wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}

.wrap-wide {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}

.sub-wrap {
  width: 50%;
  position: relative;
  float: left;
}

.sub-wrap.left {
  padding-right: 40px;
}

.sub-wrap.right {
  padding-left: 40px;
}

.stripe {
  background: rgba(25, 26, 30, 0.15);
  width: 100%;
  height: 1px;
  float: left;
}

.image-box {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}

.image-box-overlay {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #191A1E;
  top: 0;
  right: 0;
  z-index: 1;
}

.image-box-inside {
  position: absolute;
  width: 100%;
  top: -20%;
}

.image-box-small {
  position: absolute;
  width: 100%;
  display: none;
  top: 50%;
  transform: translate(0, -50%);
}

.sub-header {
  padding-top: 180px;
}

.white-bar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2;
  display: none;
  background: #fff;
}

@media screen and (max-width: 1450px) {
  .sub-header {
    padding-top: 230px;
  }
}
@media screen and (max-width: 1260px) {
  .sub-header {
    padding-top: 160px;
  }
}
@media screen and (max-width: 760px) {
  .wrap {
    max-width: 940px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrap-wide {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-box-inside {
    top: 0%;
    width: 130%;
    left: -15%;
    display: none;
  }

  .image-box-small {
    display: block;
  }

  .sub-header {
    padding-top: 160px;
  }

  .sub-wrap {
    width: 100%;
  }

  .sub-wrap.left {
    padding-right: 0px;
  }

  .sub-wrap.right {
    padding-left: 0px;
  }

  .white-bar-mobile {
    display: block;
  }
}
/* ------------------------- Homepage -------------------------------------------------- */
/* ------------------------- Header -------------------------------------------------- */
.header {
  width: 100%;
  height: 100vh;
  float: left;
  background: #fff url("/images/line-home.svg") 50vw center no-repeat;
  background-size: contain;
}

.header-block {
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 840px;
  padding: 0 20px;
  text-align: center;
}

.header-block h1 {
  margin: 0 0 40px 0;
  position: relative;
}

.hq-small {
  font-size: 18px;
  font-family: "Silka-Bold", sans-serif;
  position: absolute;
  top: -15px;
  padding-left: 6px;
}

.scroll-down {
  width: 80px;
  height: 80px;
  background: #A58861 url("/images/arrow-medium-light.svg") center center no-repeat;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}

.scroll-down:hover {
  background: #A58861 url("/images/arrow-medium-light.svg") center 36px no-repeat;
}

.top-bar-home {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 80px;
  z-index: 1;
}

.top-bar-home.scrolled {
  opacity: 0;
  visibility: hidden;
  top: -5px;
}

.top-bar-home .dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #51A384;
  float: left;
  margin: 35px 10px 0 0;
}

.top-bar-home p {
  float: left;
  line-height: 0px;
  font-size: 13px;
  font-family: "Silka-Medium", sans-serif;
  padding: 39.5px 0;
  opacity: 1;
}

.top-bar-home.false {
  display: none;
}

@media screen and (max-width: 1260px) {
  .header-block {
    width: 740px;
  }
}
@media screen and (max-width: 890px) {
  .header-block {
    width: 740px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 760px) {
  .header {
    background-size: cover;
    height: 88vh;
  }

  .header-block {
    width: 100%;
    padding: 0 40px;
  }

  .header h1 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .hq-small {
    display: none;
  }

  .top-bar-home {
    display: none;
  }

  .scroll-down {
    width: 60px;
    height: 60px;
    bottom: auto;
    top: calc(88vh - 70px);
  }

  .scroll-down:hover {
    background: #A58861 url("/images/arrow-medium-light.svg") center center no-repeat;
  }
}
@media screen and (max-width: 340px) {
  .header h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
/* ------------------------- About Home -------------------------------------------------- */
.home-about {
  width: 100%;
  background: #191A1E;
  padding: 0 0 120px 0;
}

.photo-dennis {
  width: 100%;
  float: left;
  margin-top: -80px;
  position: relative;
  overflow: hidden;
  margin-bottom: 130px;
}

.photo-dennis:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.photo-dennis .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 80px;
  border-radius: 0;
  padding: 40px 80px;
}

.home-about .block-left {
  width: 50%;
  float: left;
  padding-right: 40px;
}

.home-about .block-right {
  width: 50%;
  float: left;
  padding-left: 140px;
  padding-top: 90px;
}

.home-about .block-left .btn {
  padding-left: 0;
}

.home-about .block-right .col-left {
  float: left;
  padding-right: 50px;
}

.home-about .block-right .col-right {
  float: left;
}

.home-about .block-right h3 {
  margin: 0 0 2px 0;
}

.home-about .block-right p {
  margin-bottom: 0;
  opacity: 1;
  font-size: 14px;
  font-family: "Silka-Medium", sans-serif;
}

@media screen and (max-width: 1260px) {
  .home-about .block-left {
    width: 65%;
    padding-right: 60px;
  }

  .home-about .block-right {
    width: 35%;
    padding-left: 20px;
    padding-top: 0px;
  }

  .home-about .block-right .col-left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 760px) {
  .home-about {
    padding: 0 0 60px 0;
  }

  .home-about .wrap-wide {
    padding: 0;
  }

  .photo-dennis {
    margin-top: -40px;
    margin-bottom: 70px;
  }

  .photo-dennis:before {
    padding-top: 70%;
  }

  .photo-dennis .btn {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 60px;
    border-radius: 0;
    padding: 30px 60px 30px 40px;
  }

  .home-about .block-left {
    width: 100%;
    padding-right: 0px;
  }

  .home-about .block-right {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }

  .home-about .block-right .col-left {
    padding-right: 15vw;
  }

  .home-about h2 {
    margin-bottom: 10px;
  }

  .home-about p {
    margin-bottom: 0;
  }
}
/* ------------------------- Recent Work Home -------------------------------------------------- */
.home-rw {
  padding: 120px 0 140px 0;
  background: #fff;
}

.rw-title {
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  display: inline-block;
}

.rw-title h2 {
  float: left;
  line-height: 60px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.rw-title .btn {
  float: left;
  background: #fff;
  border: 1px solid rgba(25, 26, 30, 0.15);
  color: #191A1E;
}

.rw-title .btn img {
  mix-blend-mode: difference;
}

.rw-cases {
  width: 100%;
  float: left;
  padding-top: 60px;
}

.rw-case:first-child {
  margin-right: 40px;
}

.rw-case {
  width: calc(50% - 20px);
  position: relative;
  overflow: hidden;
  background: #F1F1F1;
  float: left;
  color: #191A1E;
  border: 0px #fff solid;
  transform: translate(0%, 10px);
}

.rw-case-overlay {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 1;
}

.rw-case.fade .rw-case-overlay {
  width: 0;
}

.rw-case:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.rw-case h3 {
  position: absolute;
  left: 50px;
  top: 50px;
  line-height: 20px;
  margin: 0;
}

.rw-case .arrow {
  width: 26px;
  height: 17px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  background: url("/images/arrow-big-dark.svg") center center no-repeat;
  opacity: 0.5;
}

.rw-case .case-title {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0%, -50%);
  max-width: 50%;
}

.rw-case h2 {
  margin: 0;
}

.rw-case img {
  position: absolute;
  top: 50%;
  left: calc(100% - 90px);
  transform: translate(-50%, -50%);
}

.rw-case p {
  position: absolute;
  right: 50px;
  bottom: 50px;
  line-height: 20px;
  margin-bottom: 0;
  font-family: "Silka-Medium", sans-serif;
  opacity: 0.5;
  font-size: 15px;
}

.rw-case:hover {
  transform: translate(0%, 0px);
}

.rw-case:hover .arrow {
  transform: rotate(-45deg);
  opacity: 1;
}

.rw-case:hover p {
  opacity: 1;
}

.rw-case.true p, .rw-case.true h2 {
  color: #fff;
}

.rw-case.true h3 {
  color: rgba(255, 255, 255, 0.5);
}

.rw-case.true .arrow {
  background: url("/images/arrow-big-light.svg") center center no-repeat;
}

.empty-case {
  width: calc(25% - 10px);
  position: relative;
  overflow: hidden;
  float: left;
}

.empty-case:before {
  content: "";
  display: block;
  padding-top: 1%;
}

@media screen and (max-width: 1260px) {
  .rw-cases {
    padding-top: 40px;
  }

  .rw-case:first-child {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .rw-case {
    margin-left: 20%;
    width: 60%;
    transform: translate(0, 0);
  }

  .empty-case {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  .rw-case:first-child {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .rw-case {
    margin-left: 10%;
    width: 80%;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 760px) {
  .home-rw {
    padding: 40px 0 80px 0;
  }

  .home-rw .wrap-wide {
    padding: 0;
  }

  .rw-case img {
    width: 45vw;
    left: 90%;
  }

  .rw-case {
    margin-left: 40px;
    width: calc(100% - 80px);
  }

  .rw-case:first-child {
    margin-bottom: 40px;
  }
}
/* ------------------------- Footer -------------------------------------------------- */
.footer {
  padding: 130px 0 0 0;
  border-top: 1px solid rgba(25, 26, 30, 0.15);
  text-align: center;
  background: #fff;
}

.footer h2 {
  font-size: 42px;
  line-height: 62px;
  margin-bottom: 30px;
}

.footer .btn {
  margin-bottom: 120px;
  background: #fff;
  border: 1px solid rgba(25, 26, 30, 0.15);
  color: #191A1E;
}

.footer .btn img {
  mix-blend-mode: difference;
}

.footer-block {
  background: url("/images/bg-footer.jpg") center center no-repeat;
  background-size: cover;
  float: left;
  position: relative;
  width: 100%;
}

.footer-block:before {
  content: "";
  display: block;
  padding-top: 17%;
}

.footer-block .logo {
  top: 0;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 100px;
  left: auto;
  mix-blend-mode: normal;
  z-index: 1;
}

.footer-block p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  margin: 0;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .footer {
    padding: 100px 0 0 0;
  }

  .footer .wrap-wide {
    padding: 0;
  }

  .footer h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
  }

  .footer .btn {
    margin-bottom: 90px;
  }

  .footer-block:before {
    padding-top: 30%;
  }

  .footer .logo {
    top: 36%;
    transform: translate(-50%, -50%);
    right: auto;
    left: 50%;
    mix-blend-mode: normal;
    z-index: 1;
  }

  .footer-block p {
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
    margin: 0;
    color: #fff;
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .footer-block:before {
    padding-top: 40%;
  }
}
/* ------------------------- Work -------------------------------------------------- */
/* ------------------------- Work Header -------------------------------------------------- */
body.work .progressContainer, body.work .footer {
  display: none;
}

.work-b {
  background: #fff;
  padding: 80px 0;
  overflow: hidden;
  height: 100vh;
}

.work-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1360px;
  height: 1100px;
  padding: 70px 0px 90px 80px;
}

.work-block {
  float: left;
  width: 35%;
  position: relative;
  height: 100%;
}

.work-block-inside {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px;
}

.work-block-inside h1, .work-block-inside h3 {
  z-index: 3;
  position: relative;
}

.work-block-inside h1 {
  margin-bottom: 20px;
}

.work-block-inside p {
  margin-bottom: 60px;
}

.work-block-inside p {
  opacity: 1;
  position: relative;
  color: rgba(25, 26, 30, 0.7);
}

.work-block-inside p a {
  font-family: "Silka-SemiBold", sans-serif;
  text-decoration: underline;
}

.work-block-inside p a:hover {
  color: #191A1E;
}

.work-block-white {
  width: 50vw;
  height: 120vh;
  top: -35vh;
  right: 0;
  position: absolute;
  background: #fff;
}

.flexslider .image-box-overlay {
  background: #fff;
}

.flexslider {
  margin-bottom: 0;
  border: 0;
  background: 0;
  width: 65%;
  float: left;
  height: 100%;
}

.flex-viewport {
  overflow: visible !important;
  height: 100%;
}

.flex-control-nav {
  display: none;
}

.flexslider .slides {
  height: 100%;
}

@media screen and (max-width: 1450px) {
  .work-wrap {
    padding: 70px 120px 90px 120px;
  }
}
@media screen and (max-width: 1360px) {
  .work-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .work-b .rw-case {
    margin-left: 0;
    width: 100%;
    transform: translate(0, 0);
  }

  .work-wrap {
    padding: 80px 80px 80px 120px;
  }
}
@media screen and (max-height: 1100px) {
  .work-wrap {
    height: 100vh;
  }
}
@media screen and (max-width: 1160px) {
  .work-wrap {
    padding: 80px 20vw 80px 120px;
  }

  .work-wrap .work-block {
    width: 50%;
  }

  .work-wrap .flexslider {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .work-wrap {
    width: 100%;
    padding: 80px 80px 80px 120px;
  }
}
@media screen and (max-width: 840px) {
  .work-b {
    height: auto;
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .work-wrap {
    width: 100%;
    padding: 80px;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    position: relative;
  }

  .work-wrap .work-block {
    width: 100%;
    height: auto;
  }

  .work-block-white {
    display: none;
  }

  .work-block-inside {
    position: relative;
    top: 0;
    transform: translate(0, 0);
    padding: 0 50px 80px 50px;
  }

  .work-block-inside h1 {
    margin-bottom: 12px;
  }

  .work-block-inside p {
    margin-bottom: 0px;
  }

  .work-wrap .flexslider {
    width: 100%;
  }

  .flexslider {
    height: auto;
  }

  .flex-viewport {
    overflow: visible !important;
    height: auto;
  }
}
/* ------------ Slider item ------------ */
.flexslider li {
  position: relative;
  height: 100%;
  float: left;
}

.work-b .rw-case {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.work-b .rw-case:first-child {
  margin-right: 0;
}

.work-b .case-title {
  top: 68%;
  transform: translate(0, -50%);
  max-width: calc(100% - 100px);
}

.work-b .rw-case img {
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
  padding: 50px;
}

@media screen and (max-width: 840px) {
  .flexslider .slides {
    width: 100% !important;
  }

  .work-b .case-title {
    top: 50%;
    transform: translate(0%, -50%);
    bottom: auto;
    max-width: 55%;
  }

  .work-b .rw-case img {
    width: 45vw;
    left: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }

  body.work .footer {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .work-wrap {
    padding: 0;
  }

  .work-b .rw-case {
    margin-left: 30px;
    width: calc(100% - 60px);
  }

  .work-b .rw-case:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
  .rw-case h3 {
    left: 10px;
    top: 30px;
  }

  .rw-case .case-title {
    left: 30px;
  }

  .rw-case .arrow {
    bottom: 30px;
    left: 30px;
  }

  .rw-case p {
    right: 30px;
    bottom: 30px;
    font-size: 14px;
    line-height: 14px;
  }

  .rw-title h2 {
    margin-right: 0px;
    text-align: center;
    width: 100%;
    font-size: 1.1rem !important;
  }

  .rw-title .btn {
    float: none;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
  }

  .rw-case h2 {
    font-size: 1.1rem !important;
  }

  .rw-case h3 {
    left: 30px !important;
  }

  .rw-case img {
    height: 150px !important;
    width: 150px !important;
  }
}
/* ------------ Slider Controls ------------ */
.flex-direction-nav a {
  width: 60px;
  height: 60px;
  color: #fff;
  padding-top: 0px;
  position: relative;
  float: left;
  margin: 0;
  padding-top: 60px;
  margin-right: 10px;
}

.flex-next {
  background: #191A1E url("/images/arrow-small-light.svg") center center no-repeat;
  opacity: 1 !important;
  right: 0 !important;
  position: relative;
  float: left;
}

.flex-prev {
  background: #191A1E url("/images/arrow-small-light-left.svg") center center no-repeat;
  opacity: 1 !important;
  left: 0 !important;
  position: relative;
}

.flex-next.flex-disabled {
  opacity: 1 !important;
  z-index: 1;
  pointer-events: none;
  background: #F1F1F1 url("/images/arrow-small-dark.svg") center center no-repeat;
}

.flex-prev.flex-disabled {
  opacity: 1 !important;
  z-index: 1;
  pointer-events: none;
  background: #F1F1F1 url("/images/arrow-small-dark-left.svg") center center no-repeat;
}

@media screen and (max-width: 840px) {
  .flex-direction-nav a {
    display: none;
  }
}
/* ------------------------- Case Studies -------------------------------------------------- */
/* ------------------------- Case  -------------------------------------------------- */
.case-header {
  z-index: 2;
  padding-bottom: 100px;
}

.sub-header .wrap-wide {
  position: relative;
  height: 100%;
}

.case-block {
  position: relative;
  width: 100%;
  float: left;
  height: 350px;
}

.case-left {
  float: left;
  width: 50%;
  padding: 0 40px 0 120px;
}

.case-left .case-title {
  margin-bottom: 50px;
}

.case-right {
  width: 50%;
  height: 100%;
  position: relative;
  display: inline-block;
  height: 100%;
}

.case-right img {
  width: 100%;
  padding: 0 40px 0 40px;
  transform: translate(0, -50%);
  top: 50%;
  position: absolute;
  display: inline-block;
}

.case-left .btn img {
  transform: translate(0, -50%) rotate(90deg);
  margin-left: 10px;
  top: 50%;
}

.case-left .btn:hover img {
  margin-left: 10px;
  transform: translate(0, -30%) rotate(90deg);
}

@media screen and (max-width: 1260px) {
  .case-header {
    padding-bottom: 60px;
  }

  .case-left {
    float: left;
    width: 50%;
    padding: 0 40px 0 80px;
  }
}
@media screen and (max-width: 840px) {
  .case-header {
    z-index: 2;
    overflow: hidden;
    background-image: none !important;
  }

  .case-left {
    width: 70%;
    padding: 0 40px 0px 10px;
  }

  .case-right {
    position: absolute;
    right: 0;
    width: 70%;
    transform: translate(50%, 0%);
  }
}
@media screen and (max-width: 760px) {
  .case-block {
    height: 270px;
  }

  .case-left {
    width: 70%;
    padding: 0 0px 0px 0px;
  }

  .case-header {
    z-index: 2;
    padding-bottom: 80px;
  }

  .case-header h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media screen and (max-width: 540px) {
  .case-right {
    width: 100%;
    transform: translate(60%, -10%);
  }
}
/* ------------------------- Case Top Bar  -------------------------------------------------- */
.top-bar {
  position: fixed;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2;
  top: 0px;
  background: white;
}

.top-bar-case {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 80px;
  position: fixed;
  z-index: 3;
  mix-blend-mode: difference;
}

.top-bar-case a {
  color: #FFF;
  font-size: 13px;
}

.top-bar-case p {
  float: left;
  line-height: 0px;
  font-size: 13px;
  font-family: "Silka-Medium", sans-serif;
  padding: 39.5px 0;
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.stripe-case-top {
  float: left;
  height: 1px;
  width: 10px;
  background: rgba(255, 255, 255, 0.3);
  margin: 39.5px 10px;
}

.top-bar-home.false {
  display: none;
}

@media screen and (max-width: 760px) {
  .top-bar-case, .top-bar {
    display: none;
  }
}
/* ------------------------- Case Intro  -------------------------------------------------- */
.case-intro {
  background: #fff;
  padding: 120px 0 100px 0;
}

.case-intro h2, .case-result-text h2 {
  font-size: 26px;
  line-height: 37px;
  margin-bottom: 15px;
}

.case-result-text p, .case-result-text a {
  opacity: 1;
  color: rgba(25, 26, 30, 0.7);
}

.case-result-text a span {
  font-family: "Silka-SemiBold", sans-serif;
}

.case-intro .stripe {
  margin: 25px 0;
}

.case-intro .right {
  padding-left: 90px;
}

.case-intro .right h3 {
  margin: 0;
  line-height: 24px;
}

.case-intro .right a {
  color: #191A1E;
}

.case-intro .right a img {
  margin-left: 5px;
}

.case-intro .right p {
  margin: 0;
  font-family: "Silka-Medium", sans-serif;
  opacity: 1;
}

@media screen and (max-width: 760px) {
  .case-intro {
    padding: 60px 0;
  }

  .case-intro .right {
    padding-left: 0px;
    padding-top: 20px;
  }

  .case-intro .stripe {
    margin: 15px 0;
  }
}
/* ------------------------- Case Images  -------------------------------------------------- */
.case-images {
  background: #fff;
  overflow: hidden;
}

.slider-block-images {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.case-images .wrap-wide {
  max-width: 1560px;
  padding-left: 160px;
  padding-right: 160px;
}

.case-images .flexslider-images {
  margin-bottom: 0;
  border: 0;
  background: 0;
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}

.case-images .flexslider-images li {
  position: relative;
  height: 100%;
  float: left;
  height: 100%;
}

.case-images .flexslider-images img {
  width: 100%;
  float: left;
}

@media screen and (max-width: 1460px) {
  .case-images .wrap-wide {
    max-width: 1260px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 760px) {
  .case-images .wrap-wide {
    padding-left: 0px;
    padding-right: 80px;
  }
}
/* ------------------------- Case Navigation Next/prev  -------------------------------------------------- */
.case-images .flex-direction-nav a {
  width: 80px;
  height: 80px;
  padding-top: 80px;
  margin: 0;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}

.case-images .flex-next {
  background: #fff url("/images/arrow-medium-dark-right.svg") center center no-repeat;
  opacity: 1 !important;
  right: 0px !important;
  float: left;
  z-index: 1;
}

.case-images .flex-next:hover {
  background: #fff url("/images/arrow-medium-dark-right.svg") center center no-repeat;
}

.case-images .flex-prev {
  background: #fff url("/images/arrow-medium-dark-left.svg") center center no-repeat;
  opacity: 1 !important;
  left: 0px !important;
  z-index: 1;
}

.case-images .flex-prev:hover {
  background: #fff url("/images/arrow-medium-dark-left.svg") center center no-repeat;
}

.case-images .flex-next.flex-disabled {
  opacity: 0 !important;
  z-index: 1;
  pointer-events: none;
}

.case-images .flex-prev.flex-disabled {
  opacity: 0 !important;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 840px) {
  .case-images .flex-direction-nav a {
    width: 60px;
    height: 60px;
    padding-top: 60px;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.11);
  }

  .case-images .flex-direction-nav a {
    display: block;
  }

  .case-images .flex-next {
    right: 0px !important;
  }

  .case-images .flex-prev {
    left: 0px !important;
  }
}
@media screen and (max-width: 540px) {
  .case-images .flex-next {
    right: -80px !important;
  }

  .case-images .flex-prev {
    left: 0px !important;
  }
}
/* ------------------------- Case Result text  -------------------------------------------------- */
.case-result-text {
  padding: 120px 0 90px 0;
}

@media screen and (max-width: 760px) {
  .case-result-text {
    padding: 60px 0 30px 0;
  }
}
/* ------------------------- Case Result Screens  -------------------------------------------------- */
.case-result {
  padding: 120px 0;
  overflow: hidden;
}

.case-result .flexslider-results {
  margin-bottom: 0;
  border: 0;
  background: 0;
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}

.case-result .flexslider-results li {
  position: relative;
  height: 100%;
  float: left;
  width: 100%;
}

.case-result .flexslider-results .wrap {
  position: relative;
  display: inline-block;
  margin: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.case-result .flexslider-results img {
  width: 100%;
  box-shadow: 0px 90px 120px 0px rgba(25, 26, 30, 0.15);
}

.case-images .flex-direction-nav a {
  top: 50%;
}

.case-result .flex-next {
  background: #fff url("/images/arrow-medium-dark-right.svg") center center no-repeat;
}

.case-result .flex-next:hover {
  background: #fff url("/images/arrow-medium-dark-right.svg") center center no-repeat;
}

.case-result .flex-prev {
  background: #fff url("/images/arrow-medium-dark-left.svg") center center no-repeat;
}

.case-result .flex-prev:hover {
  background: #fff url("/images/arrow-medium-dark-left.svg") center center no-repeat;
}

@media screen and (max-width: 840px) {
  .case-result {
    padding: 60px 0;
  }

  .case-result .wrap-wide {
    padding-left: 0px;
    padding-right: 0px;
  }

  .case-result .flexslider-results .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .case-result .flex-next {
    right: 0 !important;
  }
}
/* ------------------------- About us -------------------------------------------------- */
/* ------------------------- About top  -------------------------------------------------- */
.about-info {
  background: #fff url("/images/line-about.svg") left 40px no-repeat;
  background-size: contain;
}

.about-bottom-bar {
  background: #F1F1F2;
  width: 100%;
  position: absolute;
  height: 120px;
  bottom: 0;
  left: 0;
}

.about-info .wrap {
  position: relative;
}

.about-info .dennis-name {
  position: absolute;
  top: -40px;
  right: 100px;
}

.about-info h1 {
  margin-bottom: 120px;
}

.about-info-block {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  background: #191A1E;
}

.about-info-block .image-box-overlay {
  background: #d3d4d6;
}

.about-info-block:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.about-info-block .block {
  float: left;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 80px;
}

.about-info-block .block h2 {
  color: #fff;
  font-size: 44px;
  margin: 0 0 5px 0;
  width: 2ch;
  overflow: hidden;
  white-space: nowrap;
}

.about-info-block .block h2.een-ch {
  width: 1ch;
  overflow: hidden;
  white-space: nowrap;
}

.about-info-block .block h2.twee-ch {
  width: 1.9ch;
  overflow: hidden;
  white-space: nowrap;
}

.about-info-block .block h3 {
  color: #A58861;
  margin-bottom: 40px;
}

.about-info-block .block p {
  color: #fff;
  width: 100%;
  float: left;
}

.about-info-block .block-left {
  float: left;
  width: 60%;
}

.about-info-block .block-right {
  float: left;
  width: 40%;
}

.about-info-block .socials {
  position: absolute;
  bottom: 80px;
  top: auto;
  transform: translate(0, 0);
  left: auto;
  width: 120px;
  height: 40px;
  margin-left: -8px;
  z-index: 5;
  position: absolute;
}

@media screen and (max-width: 1180px) {
  .about-info-block .block {
    padding: 60px;
  }

  .about-info-block .block h3 {
    margin-bottom: 20px;
  }

  .about-info-block .socials {
    bottom: 40px;
  }
}
@media screen and (max-width: 1060px) {
  .about-info h1 {
    margin-bottom: 80px;
  }

  .about-info-block .block {
    padding: 40px;
  }

  .about-info-block .block h3 {
    margin-bottom: 20px;
  }

  .about-info-block .socials {
    bottom: 40px;
  }
}
@media screen and (max-width: 980px) {
  .about-info {
    background: #fff;
  }

  .about-info .wrap-wide {
    padding: 0;
  }

  .about-info-block p {
    font-size: 14px;
    line-height: 27px;
  }

  .about-info-block .block h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .about-info .wrap-wide {
    padding: 0;
  }

  .about-info .dennis-name {
    right: 60px;
    transform: scale(0.7);
  }

  .about-info h1 {
    margin-bottom: 60px;
  }

  .about-info-block {
    width: 100%;
    min-height: 60vw;
  }

  .about-info-block:before {
    content: "";
    display: block;
    padding-top: 0%;
  }

  .about-info-block .block {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 60px 40px;
    min-height: 200px;
  }

  .about-info-block .block-left {
    width: 65%;
  }

  .about-info-block .block-right {
    width: 35%;
  }

  .about-info-block .block h3 {
    margin-bottom: 30px;
  }

  .about-info-block p {
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 30px;
  }

  .about-info-block .socials {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
  }
}
/* ------------------------- About Location  -------------------------------------------------- */
.location {
  background: #F1F1F2;
  padding: 120px 0 60px 0;
}

.location h3 {
  margin-top: 80px;
  color: #A58861;
}

.location .map {
  position: relative;
  transform: translate(-50%, 0);
  display: inline-block;
  left: 50%;
}

.location img {
  width: 100%;
}

.location .location-dot {
  width: 20px;
  height: 20px;
  background: #A58861;
  border-radius: 10px;
  top: 59%;
  left: 67%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.location .location-ring {
  width: 50px;
  height: 50px;
  border: 2px solid #A58861;
  border-radius: 25px;
  top: calc(59% - 25px);
  left: calc(67% - 25px);
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
@media screen and (max-width: 1040px) {
  .location h3 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 760px) {
  .location {
    background: #F1F1F2;
    padding: 60px 0 60px 0;
  }

  .location h3 {
    margin-top: 0px;
  }

  .location .right {
    padding: 10px 40px 0 40px;
  }
}
/* ------------------------- About Location  -------------------------------------------------- */
.timeline {
  background: #F1F1F2;
  text-align: center;
}

.timeline h3 {
  color: #A58861;
  margin-bottom: 30px;
}

.timeline .timeline-block {
  float: left;
  width: 33.3333%;
  float: left;
  background: #191A1E;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.timeline .timeline-block:last-child {
  border-right: 0;
}

.timeline .timeline-block:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.timeline .timeline-sub {
  position: absolute;
  top: 54%;
  transform: translate(0, -50%);
  width: 100%;
}

.timeline .timeline-block h4 {
  color: #fff;
  margin-bottom: 5px;
}

.timeline .timeline-block h3 {
  opacity: 0.4;
  color: #fff;
  margin-bottom: 0;
}

.timeline-bottom-bar {
  background: #fff;
  width: 100%;
  position: absolute;
  height: calc((1100px / 6) * 0.6);
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1260px) {
  .timeline-bottom-bar {
    height: calc(((100vw - 180px) / 6) * 0.6);
  }
}
@media screen and (max-width: 940px) {
  .timeline-bottom-bar {
    height: 80px;
  }

  .timeline h3 {
    margin-bottom: 15px;
  }

  .timeline .timeline-block {
    width: 100%;
  }

  .timeline .timeline-block:before {
    padding-top: 160px;
    border-right: 0px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
/* ------------------------- Logo Section  -------------------------------------------------- */
.logos {
  padding: 120px 0 60px 0;
  text-align: center;
}

.logos h3 {
  color: #A58861;
  margin-bottom: 10px;
}

.logos .logo-block {
  float: left;
  width: 25%;
  position: relative;
  opacity: 0.35;
}

.logos .logo-block:hover {
  opacity: 1;
}

.logos .logo-block:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.logos .logo-block img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 940px) {
  .logos .logo-block {
    width: 33.333%;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 740px) {
  .logos {
    padding: 60px 0 40px 0;
  }

  .logos .wrap-wide {
    padding: 0 30px;
  }

  .logos .logo-block {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 540px) {
  .logos .wrap-wide {
    padding: 0 10px;
  }

  .logos .logo-block {
    width: 50%;
    transform: scale(0.8);
  }
}
/* ------------------------- Playground -------------------------------------------------- */
/* ------------------------- Playground  -------------------------------------------------- */
.playground {
  padding-bottom: 100px;
  background: #fff url("/images/line-about.svg") left 40px no-repeat;
  background-size: contain;
}

.playground .wrap-wide {
  padding: 0 60px;
}

.playground h1 {
  margin-bottom: 100px;
}

.playground .question {
  position: absolute;
  left: 55%;
  top: 305px;
  opacity: 1;
  color: rgba(25, 26, 30, 0.7);
}

.playground .question a {
  font-family: "Silka-SemiBold", sans-serif;
  text-decoration: underline;
}

.playground .question a:hover {
  color: #191A1E;
}

.shot-block {
  float: left;
  width: 33.333%;
  position: relative;
  padding: 20px;
  line-height: 0;
}

.shot-block img {
  width: 100%;
}

@media screen and (max-width: 1450px) {
  .playground .question {
    top: 285px;
  }
}
@media screen and (max-width: 1260px) {
  .playground .question {
    top: 215px;
  }
}
@media screen and (max-width: 1060px) {
  .playground h1 {
    margin-bottom: 15px;
  }

  .playground .wrap-wide {
    padding: 0 60px;
  }

  .shot-block {
    width: 50%;
  }

  .playground .question {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 760px) {
  .playground {
    background: #fff;
    padding-bottom: 30px;
  }

  .playground .wrap-wide {
    padding: 0;
  }

  .playground h1 {
    margin-bottom: 15px;
  }

  .shot-block {
    width: 100%;
    padding: 5px 0;
  }
}
/* ------------------------- Contact -------------------------------------------------- */
/* ------------------------- Contact  -------------------------------------------------- */
.contact .footer, .contact .progressContainer {
  display: none;
}

.contact {
  width: 100%;
  height: 100vh;
}

.contact-back {
  width: 50%;
  height: 100vh;
  top: 0;
  right: 0;
  position: absolute;
  background: #191A1E url("/images/line-nav.svg") center center no-repeat;
  background-size: contain;
  overflow: hidden;
}

.contact-block {
  width: 1260px;
  position: absolute;
  padding-left: 80px;
  padding-right: 80px;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-left {
  float: left;
  width: 50%;
  height: 100%;
  padding: 0 40px;
}

.contact-right {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
  padding: 0 0 0 120px;
  text-align: center;
}

.contact .contact-left .nocolor {
  color: #191A1E;
  opacity: 0.4;
  margin: 0;
}

.contact .contact-left p {
  color: #191A1E;
  margin: 0;
  line-height: 30px;
  font-size: 15px;
  width: 100%;
  float: left;
  opacity: 1;
  color: rgba(25, 26, 30, 0.7);
}

.contact .contact-left a {
  float: left;
  color: #191A1E;
  width: 100%;
  opacity: 1;
  line-height: 30px;
  margin: 0;
  font-size: 15px;
  color: rgba(25, 26, 30, 0.7);
}

.contact .contact-left a:hover {
  text-decoration: underline;
  color: #191a1e;
}

.contact .contact-left h3 {
  float: left;
  color: #A58861;
  width: 100%;
  margin: 40px 0 0 0;
}

.contact .contact-left .credits {
  opacity: 0.5;
  margin: 60px 0 0 0;
}

.contact-right .img-gif {
  width: 100%;
  -webkit-filter: grayscale(1);
  opacity: 0.9;
}

.contact-right h4 {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.contact-right a {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact .image-box {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.contact .image-box-overlay {
  background: #2D2E32;
}

@media screen and (max-width: 1260px) {
  .contact-block {
    width: 100%;
    left: 0;
    transform: translate(0, -50%);
  }

  .contact-right {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
    padding: 0 0 0 80px;
    text-align: center;
  }
}
@media screen and (max-width: 940px) {
  .contact-back {
    width: 45%;
  }

  .contact-left {
    width: 55%;
  }

  .contact-right {
    width: 45%;
  }

  .contact .image-box-overlay {
    display: none;
  }

  .contact-right h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 860px) {
  .contact-back {
    display: none;
  }

  .contact-block {
    position: relative;
    transform: translate(0, 0%);
    top: 0;
    padding: 150px 0 0 0;
    float: left;
  }

  .contact-left {
    width: 100%;
    padding: 0;
    padding: 0 40px 60px 40px;
  }

  .contact .contact-left h3 {
    margin-top: 25px;
  }

  .contact-right {
    width: 100%;
    padding: 0 0 80px 0;
    background: #191A1E;
  }

  .contact .contact-left a {
    text-decoration: underline;
  }

  .contact .credits {
    display: none;
  }

  .contact-right .img-gif {
    margin-top: 0px;
  }
}
/* ------------------------- Diensten -------------------------------------------------- */
/* ------------------------- Diensten  -------------------------------------------------- */
.diensten {
  background: #F1F1F1 url("/images/line-about.svg") left 40px no-repeat;
  background-size: contain;
  padding-bottom: 110px;
}

.service {
  float: left;
  width: 33.333%;
  padding: 20px;
}

.service-block {
  width: 100%;
  background: #fff;
  float: left;
  height: 100%;
  padding: 40px;
}

.service-block .service-ico {
  height: 40px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
}

.service-block .service-ico img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.service-block h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 1260px) {
  .service-block h4 {
    font-size: 17px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1080px) {
  .service {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .diensten .wrap-wide {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 840px) {
  .diensten {
    padding-bottom: 40px;
    background: #F1F1F1;
  }

  .diensten .wrap-wide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service {
    width: 100%;
  }
}
/* ------------------------- Error -------------------------------------------------- */
.error .footer, .error .progressContainer {
  display: none;
}

/* ------------------------- Animation -------------------------------------------------- */
.btn, .btn img {
  transition: all 0.15s ease-in-out;
}

.top-bar-home, .arrow, p, .logo-block {
  transition: all 0.25s ease-in-out;
}

.image-box-overlay, .rw-case-overlay {
  transition: all 1s ease-in-out;
}

/* Default stuff */
html, body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  font-size: 0.925rem;
}

p {
  line-height: 1.2;
}

a {
  transition: 0.5s all;
}

a:hover {
  color: #715e37;
}

label {
  font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #A58850;
}

.box {
  float: left;
  display: block;
  margin: 0;
}

.box-50 {
  width: 50%;
}

.title {
  color: #A58850;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.btn-big-rounded {
  margin-top: 30px;
  padding: 30px 55px;
  line-height: 0px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Global class */
.page-content {
  text-align: justify;
}

.page-content img {
  margin: 0 10px;
  max-width: 100%;
  height: auto;
}

.bold-line {
  position: relative;
  width: 80px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background: #A58850;
}

.bold-line-left {
  margin-left: 0;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* Border radius */
.form-control {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  font-size: 14px;
}

.form-control:focus {
  color: #333;
  background-color: #fff;
  border-color: #dee2e6;
  outline: 0;
  box-shadow: none;
}

.pagination > li > a,
.pagination > li > span {
  border-radius: 0 !important;
}

.pagination {
  justify-content: center;
}

/* Buttons */
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-white {
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: bold;
}

/* Select */
.custom-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}

/* checkbox */
.form-check .form-check-label {
  margin-top: 2px;
  margin-left: 5px;
  font-weight: 300;
}

.form-check-custom input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 1;
  background: #fff;
  height: 18px;
  width: 18px;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  margin-top: 3px;
}

.form-check-custom input[type=checkbox]:checked,
.form-check-custom input[type=checkbox]:hover {
  color: #fff !important;
  background: #B3B3B3;
  border: 2px solid #dee2e6;
}

/* Background Image Overlay */
.form-check-custom input[type=checkbox]:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.form-check-custom input[type=checkbox]:after {
  content: "";
  position: relative;
  left: 40%;
  top: 16%;
  width: 29%;
  height: 70%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

.form-check-custom input[type=checkbox]:checked:after {
  display: block;
}

.form-check-custom input[type=checkbox]:disabled:after {
  border-color: #dee2e6;
}

/* Background Overlay */
.bg-image {
  z-index: 1;
  color: #fff;
  padding: 60px 0;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-overlay-blue::before {
  background-color: rgba(0, 153, 204, 0.8);
}

.bg-overlay::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* Video container fix */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 70px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Message modal */
#modal-message h4.title {
  font-size: 22px;
}

#modal-message div.body h4 {
  font-size: 20px;
}

#contact-link {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #A58850;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  z-index: 1040;
}

#back-top {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #A58850;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  z-index: 1040;
}

#back-top.back-top-hide {
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  opacity: 0;
}

/* Cards */
.card-header {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #A58850;
  font-weight: 500;
}

.page-section {
  padding: 30px 0;
}

/* Card labels */
.images-container .label,
.card .label {
  position: absolute;
  color: #fff;
  padding: 5px 8px;
  font-size: 0.925rem;
  z-index: 2;
  font-weight: 500;
}

.card .label-picture {
  position: absolute;
  z-index: 2;
  padding: 8px;
}

.label-left {
  left: 0;
}

.label-right {
  right: 0;
}

.label-bg-green {
  background: #7fa72c !important;
}

.label-bg-red {
  background: #993460 !important;
}

.label-bg-blue {
  background: #3a9cdd !important;
}

.label-bg-black {
  background: #000 !important;
}

.label-bg-yellow {
  background: #e79911 !important;
}

.list-group-item.active {
  background-color: transparent;
}

header {
  position: relative;
  z-index: 10;
  mix-blend-mode: difference;
}

/* Main navbar */
#main-navbar .logo {
  color: #fff;
  position: fixed;
  left: 30px;
  top: 25px;
  mix-blend-mode: difference;
}
#main-navbar .logo img {
  height: 40px !important;
}
#main-navbar .menu-icon {
  position: fixed;
  right: 12px;
  top: 12px;
  width: 70px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
  mix-blend-mode: difference;
  background: #000;
}
#main-navbar .hamburger-bar {
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-navbar .hamburger-bar::before {
  transform: rotate(0deg) translate(0px, -4px);
}
#main-navbar .hamburger-bar::after {
  transform: rotate(0deg) translate(0px, 4px);
}
#main-navbar .hamburger-bar::before,
#main-navbar .hamburger-bar::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
}
#main-navbar .menu-icon:hover .hamburger-bar::before {
  transform: rotate(0deg) translate(-4px, -4px);
}
#main-navbar .menu-icon:hover .hamburger-bar::after {
  transform: rotate(0deg) translate(4px, 4px);
}
#main-navbar .menu-icon.active .hamburger-bar::before {
  transform: rotate(-45deg) translate(0px, 0px);
}
#main-navbar .menu-icon.active .hamburger-bar::after {
  transform: rotate(45deg) translate(0px, 0px);
}
#main-navbar .locale a,
#main-navbar .menu-icon,
#main-navbar .hamburger-bar,
#main-navbar .hamburger-bar::before,
#main-navbar .hamburger-bar::after {
  transition: all 0.25s ease-in-out;
}
#main-navbar .navbar-text-hide {
  display: none;
}
#main-navbar .navbar-text {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 80px;
  z-index: 1;
}
#main-navbar .navbar-text p {
  float: left;
  line-height: 0px;
  font-size: 1rem;
  padding: 39.5px 0;
  opacity: 1;
  font-weight: 500;
  color: #ced4da;
}
#main-navbar .user-links {
  position: fixed;
  right: 210px;
  top: 7px;
  padding: 19px 0;
  z-index: 20;
  mix-blend-mode: difference;
  height: 60px;
}
#main-navbar .user-links a {
  font-size: 20px;
  color: #fff;
}
#main-navbar .locale {
  position: fixed;
  right: 60px;
  top: 12px;
  padding: 19px;
  z-index: 20;
  mix-blend-mode: difference;
  height: 60px;
}
#main-navbar .locale a {
  font-size: 1rem;
  line-height: 20px;
  margin: 0 3px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #ced4da;
  letter-spacing: 0.2px;
}
#main-navbar .locale a.active,
#main-navbar .locale a:hover {
  color: #fff;
}
#main-navbar .locale a.active:hover {
  color: #fff;
}

#main-menu {
  height: 0;
  z-index: 1010;
  background: #212529 url("../images/line2.svg") center center no-repeat;
  background-size: contain;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
  overflow: hidden;
}
#main-menu .wrapper {
  height: 100%;
  position: relative;
  max-width: 1120px;
  padding-left: 160px;
  padding-right: 160px;
  margin: 0 auto;
}
#main-menu .center {
  top: 45%;
  transform: translate(0%, -50%);
  position: absolute;
  width: calc(100% - 320px);
}
#main-menu .box {
  width: 50%;
}
#main-menu .contact-box .title {
  margin: 25px 0 5px;
}
#main-menu .contact-box p,
#main-menu .contact-box a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 5px;
}
#main-menu .menu-box {
  height: 100%;
}
#main-menu .menu-box ul li {
  text-align: right;
  padding: 5px 0;
}
#main-menu .menu-box ul li a {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
#main-menu .menu-box ul li a.active,
#main-menu .menu-box ul li a:hover {
  color: #A58850;
}

#main-menu.active {
  height: 100vh;
}

#main-menu,
#left-menu,
.navigation,
.overlayclick.loaded,
.socials {
  transition: all 0.5s ease-in-out;
}

#left-menu {
  width: 40px;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  left: 25px;
  mix-blend-mode: difference;
  z-index: 11;
}
#left-menu a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
}
#left-menu a:hover {
  color: #A58850;
}

main {
  margin-top: 100px;
}

body.home main {
  margin-top: 0;
}

/* Page header */
.page-header {
  background: rgba(0, 0, 0, 0.03);
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 2px solid #eaeaea;
  padding: 0;
  margin: 0;
  min-height: 190px;
}
.page-header h1,
.page-header h2 {
  margin: 0;
  color: #fff;
}
.page-header h1 {
  line-height: 190px;
}
.page-header ol {
  background: none;
  padding: 15px 0;
  color: #8e8e8e;
  text-align: right;
  margin: 0;
}
.page-header .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}
.page-header ol a,
.page-header ol li.active {
  color: #000;
}
.page-header .input-group-addon {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.page-header .input-group-addon button {
  height: 45px;
  padding: 0 15px;
}

.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links li {
  list-style: none outside none;
  display: inline-block;
  margin: 10px;
}
.social-links li a {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  color: #FFE;
  background-color: #909AA0;
  text-align: center;
  padding-top: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.social-links li a i {
  font-size: 22px;
}
.social-links li a.facebook {
  background-color: #3b5998;
}
.social-links li a.twitter {
  background-color: #00ABE3;
}
.social-links li a.google {
  background-color: #e64522;
}
.social-links li a.youtube {
  background-color: #ff0000;
}
.social-links li a.linkedin {
  background-color: #4875B4;
}

.social-links-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links-box li {
  list-style: none outside none;
  display: block;
  margin: 10px 0;
}
.social-links-box li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 0 10px 54px;
  text-align: left;
  color: #FFE;
  background-color: #909AA0;
}
.social-links-box li a i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 41px;
  line-height: 41px;
  font-size: 1.6em;
  text-align: center;
}
.social-links-box li a.facebook {
  background-color: #3b5998;
}
.social-links-box li a.twitter {
  background-color: #00ABE3;
}
.social-links-box li a.google {
  background-color: #e64522;
}
.social-links-box li a.youtube {
  background-color: #ff0000;
}
.social-links-box li a.linkedin {
  background-color: #4875B4;
}
.social-links-box li a.instagram {
  background-color: #3f729b;
}
.social-links-box li a.facebook i {
  background-color: #344e86;
}
.social-links-box li a.twitter i {
  background-color: #0098ca;
}
.social-links-box li a.google i {
  background-color: #d63a18;
}
.social-links-box li a.youtube i {
  background-color: #e60000;
}
.social-links-box li a.linkedin i {
  background-color: #4169a2;
}
.social-links-box li a.instagram i {
  background-color: #386589;
}

.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.social-list li {
  display: inline-block;
  margin-left: 8px;
}

.social-list a {
  font-size: 1.3rem;
}

.social-list .facebook i {
  color: #3b5998;
}

.social-list .twitter i {
  color: #1da1f2;
}

.social-list .linkedin i {
  color: #0077B5;
}

/* Main menu Desktop */
#main-navigation {
  height: 100vh;
  z-index: 1010;
  background: #212529 url("../img/line2.svg") center center no-repeat;
  background-size: contain;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
  overflow: hidden;
}
#main-navigation.active {
  height: 100vh;
}

/* Defaultna strelica */
#main-navigation .dropdown-toggle:after {
  display: none;
}

/* fa strelica */
#main-navigation > ul > li > a > i {
  float: right;
  margin-left: 8px;
  vertical-align: middle;
  line-height: inherit;
}

#main-navigation .dropdown-menu > li > a > i {
  float: right;
  line-height: inherit;
}

@media only screen and (min-width: 992px) {
  #main-navigation > ul > li {
    padding: 0;
    margin: 0;
    line-height: inherit;
  }

  #main-navigation > ul > li > a {
    text-transform: uppercase;
    font-weight: bold;
    color: inherit;
    padding: 10px 21px 10px;
    margin: 0 5px;
    border: 2px solid transparent;
    border-radius: 6px;
  }

  #main-navigation ul > li:hover > a,
#main-navigation ul > li.active > a {
    border-color: #A58850;
    color: #A58850 !important;
  }

  #main-navigation > ul > li.active > a,
#main-navigation > ul > li.active > a:focus {
    color: #A58850;
  }

  #main-navigation > ul > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  /*submenu*/
  #main-navigation .dropdown-menu {
    background-color: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    border: none;
    border-bottom: 2px solid #A58850;
    font-size: 0.875rem;
  }

  /*Level 2*/
  #main-navigation .dropdown-menu > li {
    line-height: inherit;
  }

  #main-navigation .dropdown-menu > li > a {
    border-bottom: 1px solid #dcdadb;
    padding: 10px 20px;
  }

  #main-navigation .dropdown-menu > li:last-child > a {
    border-bottom: none;
  }

  #main-navigation ul li {
    position: relative;
  }

  #main-navigation ul li:hover > ul {
    display: block;
  }

  #main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
  }

  /*******/
  #main-navigation ul ul li {
    position: relative;
  }

  #main-navigation ul ul li:hover > ul {
    display: block;
  }

  #main-navigation ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }

  /*******/
  #main-navigation ul ul ul li {
    position: relative;
  }

  #main-navigation ul ul ul li:hover ul {
    display: block;
  }

  #main-navigation ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    float: right;
    padding: 13px;
    background-color: #3a3a3a;
    margin-left: 10px;
  }

  .navbar-toggler i {
    font-size: 1.4rem;
    color: #fff;
    width: 20px;
  }

  .navbar-toggler[aria-expanded=false] i::before {
    content: "\F0C9";
  }

  .navbar-toggler[aria-expanded=true] i::before {
    content: "\F00D";
  }

  .dropdown-menu {
    border: none !important;
  }

  .dropdown-item:hover, .dropdown-item:focus {
    background-color: #fff;
  }

  #main-navigation a {
    font-size: 0.925rem !important;
    color: #000;
  }
}
/* Home Page Carousel */
.main-carousel {
  overflow-x: hidden;
  padding: 0 !important;
}

.main-carousel .carousel-control {
  background: none;
  width: 5%;
  font-size: 16px;
  box-shadow: none;
}

.main-carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 500px;
}

.main-carousel .carousel-inner .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
.main-carousel .carousel-inner .carousel-item::before {
    bottom: 0px;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}*/
.main-carousel .carousel-caption {
  position: absolute;
  padding: 15px;
  color: #fff;
  text-align: left;
  left: 18.5%;
  right: inherit;
  margin: 0 auto;
  top: 40%;
  bottom: inherit;
  max-width: 700px;
  text-shadow: none;
  z-index: 11;
}

.main-carousel .carousel-caption p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
}

.main-carousel .carousel-caption h2,
.main-carousel .carousel-caption h1 {
  font-size: 30px;
  text-align: left;
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
}

/*
.main-carousel .overlay {
  height: 700px;
  background: rgba(0,0,0,.5);
}*/
.main-carousel {
  background: #fff;
}

.main-carousel #map_canvas {
  height: 500px;
  opacity: 0.7;
  position: static !important;
}

.main-carousel .topleft {
  left: 10%;
  top: 15%;
  right: inherit;
  bottom: inherit;
}

.main-carousel .topright {
  right: 10%;
  top: 15%;
  left: inherit;
  bottom: inherit;
}

.main-carousel .bottomleft {
  left: 10%;
  bottom: 15%;
  right: inherit;
}

.main-carousel .bottomright {
  right: 10%;
  bottom: 15%;
  left: inherit;
}

.main-carousel .center {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
}

.card .card-link-overlay {
  z-index: 5;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.card .card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.card .card-img-overlay {
  padding: 30px;
  opacity: 0;
  z-index: 4;
  transition: all 0.25s ease-in-out;
}
.card .card-img-container {
  overflow: hidden;
}
.card .card-img {
  webkit-transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
}
.card:hover .card-img-overlay {
  opacity: 1;
}
.card:hover .card-overlay {
  opacity: 1;
}
.card:hover .card-img {
  transform: scale(1.2);
}

/* Sections */
section {
  padding: 60px 0;
  display: block;
  clear: both;
  width: 100%;
}

.work-block h3,
.about-info h3 {
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(25, 26, 30, 0.4);
  margin-bottom: 5px;
}
.work-block h1,
.about-info h1 {
  font-size: 54px;
  line-height: 72px;
  color: #000;
}

.slides .rw-case h3 {
  position: absolute;
  left: 50px;
  top: 50px;
  line-height: 20px;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(25, 26, 30, 0.4);
}
.slides .rw-case h2 {
  color: #000;
}

h3.color, span.color {
  color: #A58850;
  display: inline-block;
}

.section-heading {
  margin-top: 0px;
  font-size: 3.2rem;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.section-heading b {
  color: #A58850;
  font-weight: 600;
}
.section-heading a {
  color: #222222;
}
.section-heading a:hover {
  color: #A58850;
}

.heading-border {
  position: relative;
  border-bottom: 1px solid #dee2e6;
  background-color: #A58850;
  margin-bottom: 30px;
}

.heading-border::before {
  position: absolute;
  bottom: -1px;
  width: 60px;
  height: 4px;
  background-color: inherit;
  content: "";
}

.heading-border::after {
  position: absolute;
  bottom: -1px;
  width: 25px;
  height: 4px;
  background-color: inherit;
  content: "";
  left: 63px;
}

.section-subheading {
  margin-bottom: 45px;
  text-transform: none;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #adb5bd;
  margin-bottom: 5px;
}

.section-subheading2 {
  margin-bottom: 45px;
  text-transform: none;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ced4da;
  margin-bottom: 5px;
}
.section-subheading2 b {
  color: #A58850;
  font-weight: normal;
}

#home-text {
  width: 100%;
  height: 100vh;
  background: #fff url("/images/line.svg") 50vw center no-repeat;
  background-size: auto;
  background-size: contain;
}
#home-text h1 {
  padding: 0 30px;
  font-weight: 600;
  font-size: 3.2rem;
}
#home-text h1 b {
  font-weight: 600;
}
#home-text h2 {
  font-size: 1.2rem;
  margin-top: 30px;
  color: #A58850;
  font-weight: 600;
}
#home-text .btn-scroll {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  font-size: 1.86rem;
}
#home-text .home-big {
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 840px;
  padding: 0 20px;
  text-align: center;
}

#home-about {
  background-color: #212529;
  height: auto;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
}
#home-about .wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 90px;
  padding-right: 90px;
  background-color: #212529;
}
#home-about .about-img {
  width: 100%;
  height: 700px;
  float: left;
  margin-top: -120px;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  background: url("/images/ines.jpg") center center no-repeat;
  background-size: cover;
}
#home-about .about-img a {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
  padding: 30px 55px;
  font-size: 1.2rem;
  font-weight: bold;
}
#home-about .about-img a i {
  margin-left: 5px;
}
#home-about .about-text {
  padding: 20px 0 20px 30px;
}
#home-about .about-text a.btn-services {
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 20px;
}
#home-about .about-text a.btn-services i {
  margin-left: 5px;
}
#home-about .about-links {
  padding: 60px 0 0 80px;
}
#home-about .about-links .title {
  padding-right: 15px;
}
#home-about .about-links ul {
  padding: 0;
  margin: 0;
}
#home-about .about-links a {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}
#home-about .about-links a:hover {
  color: #A58850;
}
#home-about h1 {
  color: #fff;
  font-size: 1.9rem;
}
#home-about p {
  color: #fff;
  opacity: 0.7;
  font-size: 0.925rem;
}
#home-about .home-big {
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 840px;
  padding: 0 20px;
  text-align: center;
}

/* Sekcija novosti */
.articles-section {
  padding: 0;
}
.articles-section .card {
  width: 24.99%;
  margin-bottom: 0;
}
.articles-section .card-title {
  color: #fff;
  font-size: 2rem !important;
}
.articles-section .card-subtitle {
  color: #fff;
  font-size: 1.2rem;
}

/* Sekcija usluge */
.services-section {
  background-color: #fff;
  padding-top: 0;
}
.services-section .service-item {
  background-color: #f6f6f6;
  padding: 40px;
}
.services-section .service-item .service-heading {
  font-size: 1.5rem;
  margin: 10px 0;
}
.services-section .service-item p {
  font-size: 0.875rem;
}

.services-section2 .service-item {
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  min-height: 390px;
  overflow: hidden;
  background: #F1F1F1;
  color: #191A1E;
  border: 0px #fff solid;
}
.services-section2 .service-item h3 {
  position: absolute;
  left: 50px;
  top: 50px;
  line-height: 20px;
  margin: 0;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(25, 26, 30, 0.4);
}
.services-section2 .service-item p {
  position: absolute;
  right: 50px;
  bottom: 50px;
  line-height: 20px;
  margin-bottom: 0;
  opacity: 0.5;
  font-size: 15px;
}
.services-section2 .service-item img {
  position: absolute;
  top: 50%;
  left: calc(100% - 90px);
  transform: translate(-50%, -50%);
}
.services-section2 .service-item .service-heading {
  font-size: 32px;
  line-height: 46px;
  position: absolute;
  color: #000;
  top: 50%;
  transform: translate(0%, -50%);
  max-width: 50%;
}
.services-section2 .service-item .service-heading h1, .services-section2 .service-item .service-heading h2 {
  font-size: 32px;
  line-height: 46px;
  color: #000;
  text-align: left;
}
.services-section2 .service-item .service-heading h2 {
  color: #993460;
}
.services-section2 .service-item:hover {
  background: #dee2e6;
}

.shop-link-section .btn-big-rounded {
  margin-top: 0;
  margin-left: 25px;
  height: 62px;
}

/* Newsletter */
.newsletter-section {
  background: #A58850;
  color: #fff;
  padding: 30px 0 25px;
}
.newsletter-section .newsletter-title {
  line-height: 45px;
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.newsletter-section button {
  height: 45px;
  padding: 0 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#scroll-progress {
  position: fixed;
  top: 47%;
  right: 40px;
  z-index: 5;
  height: 100px;
  width: 2px;
  background: #e9ecef;
  overflow: hidden;
  transform: translate(0, -50%);
}
#scroll-progress .progress-fill {
  width: 2px;
  background: #A58850;
  height: 0%;
}
#scroll-progress .progress-fill-animation {
  animation: barAnimation 2s;
  -moz-animation: barAnimation 2s;
  -webkit-animation: barAnimation 2s;
  -o-animation: barAnimation 2s;
  height: 0;
  width: 2px;
  background: #A58850;
  position: absolute;
}

.highlited-section {
  padding: 80px 0;
}
.highlited-section .section-text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #212529;
}
.highlited-section .section-text b {
  color: #A58850;
  font-weight: normal;
}

.overlay {
  position: fixed;
  background: #212529;
  z-index: 15;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
}

.loaded .overlay {
  animation: overlayAnimation 1.2s;
  -moz-animation: overlayAnimation 1.2s;
  -webkit-animation: overlayAnimation 1.2s;
  -o-animation: overlayAnimation 1.2s;
  height: 0;
}

.overlay .logo {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, 0);
  animation: textAnimation 2s;
  -moz-animation: textAnimation 2s;
  /* Firefox */
  -webkit-animation: textAnimation 2s;
  /* Safari and Chrome */
  -o-animation: textAnimation 2s;
  /* Opera */
}

.overlayclick {
  position: fixed;
  background: #191A1E;
  z-index: 15;
  top: 0;
  height: 0;
  width: 100%;
  left: 0;
  overflow: hidden;
  display: block !important;
}

.overlaymenu {
  position: fixed;
  background: #191A1E;
  z-index: 15;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
}

@keyframes overlayAnimation {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes overlayAnimation {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.loaded .image-box-overlay {
  width: 0;
  animation: imgAnimation 2s;
  -moz-animation: imgAnimation 2s;
  /* Firefox */
  -webkit-animation: imgAnimation 2s;
  /* Safari and Chrome */
  -o-animation: imgAnimation 2s;
  /* Opera */
}

@keyframes imgAnimation {
  0% {
    width: 100%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes imgAnimation {
  0% {
    width: 100%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.loaded .header-block {
  animation: textAnimation 2s;
  -moz-animation: textAnimation 2s;
  /* Firefox */
  -webkit-animation: textAnimation 2s;
  /* Safari and Chrome */
  -o-animation: textAnimation 2s;
  /* Opera */
}

@keyframes textAnimation {
  0% {
    top: 60%;
    opacity: 0;
  }
  50% {
    top: 55%;
    opacity: 0;
  }
  100% {
    top: 48%;
    opacity: 1;
  }
}
@-webkit-keyframes textAnimation {
  0% {
    top: 60%;
    opacity: 0;
  }
  50% {
    top: 55%;
    opacity: 0;
  }
  100% {
    top: 48%;
    opacity: 1;
  }
}
.progressFillAnimation {
  height: 100%;
  width: 2px;
  background: #A58861;
  position: absolute;
}

.loaded .progressFillAnimation {
  animation: barAnimation 2s;
  -moz-animation: barAnimation 2s;
  /* Firefox */
  -webkit-animation: barAnimation 2s;
  /* Safari and Chrome */
  -o-animation: barAnimation 2s;
  /* Opera */
  height: 0;
}

@keyframes barAnimation {
  0% {
    height: 100%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes barAnimation {
  0% {
    height: 100%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
aside.right {
  padding-left: 25px;
}

.widget .title {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Ajax load */
.ajax-load {
  display: none;
}

body.loading .ajax-load {
  display: block !important;
}

body.loading .ajax-load-btn {
  display: none !important;
}

.search-display {
  position: absolute;
  width: 100%;
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  display: block;
  z-index: 2000;
  left: 0;
  right: auto;
}

.search-display ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-display li {
  border-bottom: 1px solid #eee;
  width: 100%;
  height: auto;
  padding: 10px;
}

.search-display li a {
  text-transform: none !important;
  display: block;
  width: 100%;
}

.search-display li:hover {
  background: #fafafa;
  cursor: pointer;
}

/* Sekcija proizvoda */
/* Box proizvoda */
.product-card {
  margin: 0 0 20px 0 !important;
  border: solid 1px #EAEAEA;
  border-radius: 8px;
  background: #FFFFFF;
  font-weight: 600;
  padding: 25px 25px 25px 25px;
  transition: box-shadow 0.15s linear;
}
.product-card .card-title {
  font-size: 0.9rem;
  margin-bottom: 5px;
  text-align: center;
}
.product-card .card-title a {
  text-decoration: none;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}
.product-card .card-title a:hover {
  color: #3a9cdd;
}
.product-card .card-subtitle {
  margin: 5px 0;
  text-align: center;
  color: #993460;
  font-size: 1.2rem;
}
.product-card form {
  margin: 0;
}
.product-card .add-to-cart {
  font-weight: bold;
  text-align: center;
}
.product-card .add-to-cart i {
  font-weight: bold;
}
.product-card .card-text {
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 0.875rem;
}
.product-card .card-reference {
  color: #232323;
  margin-bottom: 5px;
}
.product-card .card-price {
  color: #009cd9;
  font-size: 1.125rem;
}
.product-card .card-price-old {
  font-size: 0.875rem;
}
.product-card .card-text {
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #232323;
  font-weight: normal;
  margin-bottom: 7px;
}
.product-card .card-minprice {
  color: #343434;
  font-size: 0.75rem;
  font-weight: bold;
}
.product-card .card-body {
  padding: 15px 0 0 0;
  position: relative;
  height: auto;
  text-align: center;
}
.product-card form {
  position: relative;
  width: 100%;
  padding: 0;
}
.product-card .card-buttons {
  margin: 20px;
  text-align: center;
}
.product-card .card-buttons a {
  border-radius: 100%;
  background-color: #009cd9;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 1.25rem;
}
.product-card .card-buttons a:hover {
  background-color: #fff;
  color: #6c757d;
}
.product-card .add-to-cart {
  font-size: 1rem;
}
.product-card .card-footer {
  background-color: transparent;
  border: none;
  padding: 0 0.825rem 0.225rem;
}
.product-card .card-footer .card-subtitle {
  margin-bottom: 5px;
}
.product-card .prices-box {
  width: 55%;
  float: left;
}
.product-card .prices-from-box {
  width: 45%;
  float: left;
  text-align: right;
}
.product-card .card-waranty {
  margin-top: 5px;
}

.product-card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.simple-product .product-card .card-waranty,
.simple-product .product-card .card-buttons,
.simple-product .product-card .card-minprice,
.simple-product .product-card .card-reference,
.simple-product .product-card .card-text,
.simple-product .product-card .prices-from-box,
.simple-product .product-card form {
  display: none;
}
.simple-product .product-card .prices-box {
  width: 100%;
}
.simple-product .product-card .card-title a {
  color: #222222;
}
.simple-product .product-card .card-title {
  height: 58px !important;
  overflow: hidden;
}

/* Box proizvoda sidebar */
.product-card-side {
  margin: 10px 0 20px 0;
}
.product-card-side .card-title {
  font-size: 1rem;
  max-height: 40px;
  overflow: hidden;
}
.product-card-side .card-subtitle {
  margin-bottom: 0;
}
.product-card-side .card-text {
  overflow: hidden;
}
.product-card-side .add-to-cart-button {
  display: none;
}
.product-card-side .add-to-cart-button {
  display: none;
}
.product-card-side .product-card-side-cart-button .product-card-side .add-to-cart-button {
  display: block;
}
.product-card-side form {
  padding: 0;
}
.product-card-side form button {
  padding: 4px 9px;
  border-radius: 100%;
}

/* Product page */
#product .product-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #A58850;
}
#product .reference {
  font-size: 1rem;
  color: #333;
  margin: 10px 0;
}
#product .reference span {
  font-weight: bold;
}
#product .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #993460;
  margin: 15px 0;
}
#product .price .old-price {
  color: #212529;
  margin-left: 10px;
}
#product .stars {
  color: #e79911;
}
#product .stars i {
  margin-right: 5px;
}
#product .stars .stars-gray {
  color: #495057;
}
#product .description {
  margin: 20px 0;
}
#product .label {
  color: #fff;
  display: inline;
  padding: 4px 10px;
  font-size: 1rem;
}
#product #add-to-cart-form .input-group-prepend,
#product #add-to-cart-form .input-group-apppend {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
#product #add-to-cart-form .form-control {
  height: 40px;
  text-align: center;
}
#product .quantityBtn {
  height: 40px;
  padding: 0 15px;
}
#product .add-to-cart {
  margin: 20px 0;
}

.share {
  margin-bottom: 40px;
}

.share div {
  text-align: center;
  font-size: 1.125rem !important;
  margin-bottom: 20px;
}

#product .product-images-container {
  position: relative;
}

#product #product-slider {
  border: 1px solid #e9e7e7;
}

#product #product-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414141' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#product #product-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414141' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#product #product-slider .carousel-control-prev,
#product #product-slider .carousel-control-next {
  width: 5%;
}

#product #product-slider .carousel-indicators li {
  background-color: #eee;
}

#product #product-slider .carousel-indicators .active {
  background-color: #119ee7;
}

.carousel-thumbnails .carousel-control {
  background: none;
  width: 50px;
  font-size: 16px;
  box-shadow: none;
}

.carousel-thumbnails .carousel-inner {
  margin: 20px 0;
}

.carousel-thumbnails .carousel-inner {
  padding: 0 !important;
  width: 100%;
}

.carousel-thumbnails .carousel-inner .list-inline-item {
  margin-right: 1px;
  padding: 1px;
  border: 1px solid #e9e7e7;
}

.carousel-thumbnails .carousel-inner .list-inline-item:last-child {
  margin-right: 0;
}

.carousel-thumbnails .carousel-control-next,
.carousel-thumbnails .carousel-control-prev {
  width: 20px;
  color: #222;
  opacity: 0.5;
}

.carousel-thumbnails .carousel-control-next {
  right: -22px;
}

.carousel-thumbnails .carousel-control-prev {
  left: -22px;
}

.carousel-thumbnails .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-thumbnails .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-thumbnails .carousel-control-next i,
.carousel-thumbnails .carousel-control-prev i {
  color: #0099CC;
}

/* Product attributes */
.atributes .input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.8rem;
  width: 1.8rem;
}
.atributes .input-color:checked + span,
.atributes .input-color:hover + span {
  border: 2px solid #414141;
}
.atributes ul {
  list-style-type: none;
  margin-left: -40px;
  margin: 0;
  padding: 0;
}
.atributes ul li {
  margin-right: 0.625rem;
  display: inline;
}
.atributes .color {
  margin-left: 0;
  margin-top: 0;
}
.atributes span.color {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  margin: 0.3125rem;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
}
.atributes .form-control {
  height: 35px;
}

/* Product tabs */
#product .nav-tabs {
  border: 1px solid #eee;
  border-bottom: none;
}
#product .nav-tabs .nav-link {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#product .nav-tabs .nav-link.active,
#product .nav-tabs .nav-link:hover,
#product .nav-tabs .nav-link:focus {
  background: #A58850;
  color: #fff;
}

#product .tab-content {
  border: 1px solid #eee;
  padding: 15px;
}

.featured-products {
  background: #f9f9f9;
}

/*Kategorija proizvoda */
#shop-category-header {
  margin-bottom: 30px;
}

#shop-category-header img {
  margin-right: 10px;
}

/* Lista proizvoda */
#product-sort {
  margin-bottom: 20px;
}
#product-sort .productCount {
  font-size: 0.9rem;
}
#product-sort label {
  margin-right: 10px;
}
#product-sort select {
  margin-right: 20px;
  height: 2rem;
}

#product-list {
  padding: 0 20px;
}

#product-list .card-group {
  padding-left: 10px;
  padding-right: 10px;
}

/* Box kategorije */
.category-box-card .card-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.category-box-card .card-title a {
  color: #fff;
}

.category-box-card {
  margin-bottom: 1rem;
}

.product-category-card {
  background-color: #fff;
  height: 160px;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 4px;
  opacity: 0.7;
  margin: 0 8px;
}
.product-category-card .card-img-container {
  height: 150px;
  background-size: 180px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.15s linear;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.product-category-card .card-title {
  font-size: 1.3rem;
  text-align: center;
}

.product-category-card:hover {
  opacity: 1;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.product-category-card:hover .card-img-container {
  -webkit-filter: none;
          filter: none;
}

/* Sekcija proizvoda */
/* Košarica */
.cartTotal {
  padding: 15px;
  border-left: 1px solid #000;
}

.step6 .cartTotal {
  border: 1px solid #eee;
  margin-bottom: 20px;
  text-align: right;
}

.cartTotal h2 {
  margin-top: 0;
}

.cartTotal p {
  font-size: 16px;
}

.cartTotal p.total {
  text-align: left;
}

.cartTotal a {
  width: 100%;
  display: block;
  border-radius: 0;
  font-size: 20px;
  background: #E74C3C;
  border: none;
  text-transform: uppercase;
}

.cartProduct {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 0;
  border: 1px solid #eee;
}

.cartProduct .link {
  font-size: 22px;
  color: #303030;
  padding-right: 100px;
  display: block;
  margin: 10px 0;
}

.cartProduct .link:hover {
  text-decoration: none;
}

.cartProduct .product-combination {
  font-size: 16px;
}

.cartProduct .update-cart-form {
  position: absolute;
  right: 60px;
  top: 0;
}

.cartProduct .remove-from-cart-form {
  position: absolute;
  right: 15px;
  top: 0;
}

.cartProduct .price {
  font-size: 30px;
  margin-right: 20px;
}

.cartProduct .input-group input {
  height: 45px;
  width: 40px;
  background: #BDC3C7;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  margin-top: -2px;
}

.cartProduct .input-group button {
  height: 40.5px;
  width: 35px;
  border: none;
  background: #313131;
  color: #fff;
}

.cartProduct .btn-default {
  border-radius: 0;
  border: none;
  color: #fff;
  background: #313131;
}

/* Košarica izbornik */
.cart-menu {
  position: fixed;
  right: 150px;
  top: 12px;
  padding: 19px;
  z-index: 20;
  mix-blend-mode: difference;
  height: 60px;
  color: #fff;
}

.cart-menu > a {
  display: block;
  position: relative;
  padding: 0;
  text-align: left;
  color: #fff;
}

.cart-menu > a > i.extreme-cart {
  margin-right: 6px;
}

.cart-menu > a > i.fa-angle-down {
  position: absolute;
  font-weight: 600;
  font-size: 0.875rem;
  right: -5px;
  top: 18px;
}

.cart-menu:hover > a {
  transition: 0.5s all;
  background-color: transparent;
}

.cart-menu .cart-quantity {
  position: absolute;
  top: -8px;
  color: #000;
  background-color: #fff;
  font-weight: 500;
  border-radius: 10px;
  padding: 1px 6px;
  line-height: 1;
  vertical-align: top;
  font-size: 0.925rem;
}

.cart-menu > a #cart-total,
.cart-menu > a #cart-total-mobile {
  color: #fff;
}

.cart-menu > a > i {
  font-size: 20px;
  text-align: center;
}

.cart-menu ul.cart-list {
  padding: 0 !important;
  width: 320px !important;
  border-radius: 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  border: solid 1px #e0e0e0;
  z-index: 2000;
}

.cart-menu ul.cart-list > li {
  position: relative;
  border-bottom: solid 1px #efefef;
  padding: 10px !important;
  margin: 0 !important;
  width: 100%;
  display: inline-block;
}

.cart-menu ul.cart-list > li.total {
  background-color: #f5f5f5;
  float: right;
  font-weight: bold;
}

.cart-menu ul.cart-list > li.total .text {
  float: left;
}

.cart-menu ul.cart-list > li.total .amount {
  float: right;
  color: #F13340;
}

.cart-menu ul.cart-list > li.buttons {
  padding: 0 !important;
  background-color: #f5f5f5;
}

.cart-menu ul.cart-list > li.buttons .btn {
  width: 46%;
  float: left;
  margin: 0 2%;
  padding: 0.6rem 0;
}

.cart-menu ul.cart-list > li.buttons .btn {
  width: 46%;
  float: left;
  margin: 0 2%;
}

.cart-menu ul.cart-list .item-image {
  display: inline-block;
  width: 70px;
  float: left;
  vertical-align: top;
  position: relative;
}

.cart-menu ul.cart-list .item-info {
  display: inline-block;
  width: 228px;
  float: left;
  padding: 0 0 0 10px;
}

.cart-menu ul.cart-list .product-title {
  font-size: 13px;
  display: block;
}

.cart-menu ul.cart-list .product-price {
  font-size: 12px;
  margin-top: 3px;
}

.cart-menu ul.cart-list .product-price span {
  font-weight: bold;
}

.cart-menu ul.cart-list .product-remove {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  background-color: #A58850;
  padding: 2px;
  margin: 0;
  text-align: center;
  width: 18px;
  height: 18px;
}

.cart-menu ul.cart-list .product-remove:hover {
  background-color: #000;
}

/* User profile / checkout navigacija  */
#shop-navigation {
  /*
      .stepNumber1 {
          display: block;
          border-radius: 50%;
          margin-right: 10px;
          width: 20px;
          height: 20px;
          background: $secondary;
          color: #fff;
          text-align: center;
          float: left;
          padding: 5px;
      }

      li.active .stepNumber1 {
          background: #fff;
          color: $secondary;
      }
      li.active, 
      li a.active {
          color: #fff !important; 
      }

  */
}
#shop-navigation .card-nav-shop a {
  font-size: 0.925rem;
  padding: 5px 0;
  font-weight: 500;
}
#shop-navigation .heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  border-bottom: solid 1px #e4e4e4;
  margin: 0 0 25px;
  padding-bottom: 10px;
}

#checkout-page section {
  padding: 0;
}

#checkout-page .orderBox {
  text-align: center;
  background: #F9F9F9;
  color: #2D2D2D;
  padding: 10px;
  width: 200px;
  font-weight: 700;
  float: none;
  margin: 15px;
}

#checkout-page .orderBox span.name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}

#checkout-page .orderBox span.price {
  margin: 10px 0;
  display: block;
}

#checkout-page .orderBox:hover {
  cursor: pointer;
}

#checkout-page .orderBox i {
  color: #337AB7;
  font-size: 40px;
  display: block;
  margin-bottom: 15px;
}

/* Checout success page */
.checkout-success-section {
  padding: 20px 0;
  color: #fff;
}
.checkout-success-section .title {
  color: #fff;
}
.checkout-success-section i {
  font-size: 3rem;
  margin-top: 1rem;
}

#checkout-success-page .heading {
  margin-bottom: 1.5rem;
}
#checkout-success-page .card-payment {
  margin-bottom: 30px;
}
#checkout-success-page .card-payment .bank-details .company {
  font-size: 1.2rem;
}
#checkout-success-page .card-payment .bank-details p {
  margin-bottom: 10px;
}
#payment-method-form {
  overflow: hidden;
}

.cards {
  text-align: center;
}
.cards img {
  height: 25px;
  margin: 2px;
}

/* Article card */
.article-card {
  margin-bottom: 1rem;
  border: none;
}
.article-card .card-body {
  padding: 0.8rem 0.6rem 0 0;
}
.article-card .card-footer {
  border: none;
  padding: 0;
  background-color: transparent;
}
.article-card .card-title {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  color: #333;
}
.article-card .card-title a {
  color: inherit;
}
.article-card .card-subtitle {
  margin-bottom: 0.5rem;
}
.article-card .btn {
  font-size: 0.825rem;
  padding: 0.2rem 0.8rem;
}
.article-card .card-date {
  font-size: 0.6875rem;
  color: #495057;
}
.article-card .badge {
  font-size: 0.875rem;
}
.article-card .bold-line {
  margin-left: 0;
  margin-bottom: 8px;
}
.article-card .card-text {
  overflow: hidden;
  font-size: 0.875rem;
  letter-spacing: 0.1px;
  margin-bottom: 0.5rem;
  color: #495057;
}

/* Article box card */
.article-box-card .card-title a {
  color: #fff !important;
}
.article-box-card .card-title a .overlay {
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-box-card .card-title a .card-img-overlay {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.article-box-card .card-title a .card-img-overlay-top {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  padding: 1.25rem;
}

/* Article side card */
.article-card-side {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.article-card-side .card-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* Article author card */
.article-author-card .card-body {
  padding: 0.45rem;
}
.article-author-card .card-title {
  font-size: 1rem;
}
.article-author-card .card-text {
  color: #6c757d;
  font-size: 0.75rem;
}

/* home articles */
.articles-big .article-box-card .card-title {
  font-size: 1.4rem;
}

.articles-small .article-box-card {
  margin-left: 1rem;
}

.articles-small .article-box-card .card-img {
  width: 226px;
  height: 108px;
}

.articles-chunk {
  margin-bottom: 1.5rem;
}

.articles-no-category .article-card .categories,
.articles-no-text .article-card .card-text {
  display: none;
}

.articles-small .article-card .card-title {
  font-size: 0.875rem;
}

.card-top-articles {
  border: none;
  background-color: #f6f6f6;
}

.card-top-articles .card-header {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

.article-header {
  height: 450px;
  width: 100%;
  position: relative;
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
}
.article-header .breadcrumb {
  color: #fff;
  background-color: transparent;
  margin-left: 20px;
}
.article-header .breadcrumb-item a {
  color: #fff;
}
.article-header .breadcrumb-item.active {
  color: #fff;
}
.article-header .article-header-box {
  margin-top: 200px;
  padding: 0 50px;
  color: #fff;
}
.article-header .article-header-box h1 {
  color: #fff;
}

/* Stranica članka*/
#article-page .card-body {
  padding: 20px 0;
}
#article-page .page-content {
  padding: 10px 0 20px;
}
#article-page .comments {
  padding: 10px 0 30px 30px;
}
#article-page .author {
  padding: 10px 0 30px 30px;
}
#article-page .tags {
  padding: 10px 0 30px 30px;
  font-size: 1rem;
}
#article-page .tags a {
  font-size: 0.875rem;
  padding: 0.2rem 1rem;
  margin-right: 5px;
}

.article-side {
  padding: 30px;
}
.article-side .heading-border {
  margin-bottom: 15px;
}

.backstretch {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -99999;
  top: 0;
}

body .td-stretch-width {
  height: auto;
  width: 100.03%;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

body .td-backstretch {
  max-width: none;
  opacity: 0;
  transition: opacity 2s;
  display: block;
}

/* Sidebar */
.sidebar {
  margin: 0;
}

.widget-card .card-header {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 400;
  background-color: #212529;
}

.widget-card .collapse-arrow {
  color: #fff;
  float: right;
}

.widget-card .collapse-arrow.collapsed i::before {
  content: "\F067";
}

.widget-card .collapse-arrow i::before {
  content: "\F068";
}

.widget-card label {
  color: #141414;
}

.widget-card ul a {
  font-weight: bold;
}

.sidebar-menu ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sidebar-menu .nav-item {
  position: relative;
}

.sidebar-menu .nav-link {
  margin-right: 30px;
  font-size: 1rem;
  padding: 7px 0 7px 20px;
  color: #373737;
  font-weight: 500;
}

.sidebar-menu li.active > .nav-link,
.sidebar-menu .nav-link:hover {
  color: #119ee7;
}

.sidebar-menu .nav-sub-toggle {
  float: right;
  cursor: pointer;
  line-height: inherit;
  position: absolute;
  right: 10px;
  top: 5px;
}

.sidebar-menu .submenu {
  margin-left: 20px;
  border-left: 1px solid #e9e7e7;
  margin-bottom: 5px;
}

.sidebar-menu .nav-sub-toggle i {
  font-weight: 700;
  font-size: 1rem;
}

.sidebar-menu .nav-sub-toggle.collapsed i::before {
  content: "\F105";
}

.sidebar-menu .nav-sub-toggle:not(.collapsed) i::before {
  content: "\F107";
}

#contact-page .bold-line {
  margin-bottom: 10px;
}
#contact-page aside p {
  margin-bottom: 0.3rem;
}

.wraper2 {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}

.copyright-footer {
  background: url("/images/footer.png") center center no-repeat;
  background-size: cover;
  float: left;
  position: relative;
  width: 100%;
  height: 200px;
}
.copyright-footer p {
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  margin: 0;
}

.extreme-cookie-panel-toggle,
.extreme-cookie-settings,
.extreme-cookie-policy,
.extreme-cookie-btn,
.extreme-cookie-settings .icon,
.extreme-cookie-switch {
  transition: all 0.3s ease;
}

.extreme-icon {
  font-size: 25px;
}

.extreme-cookie i.fa-cookie-bite {
  font-size: 24px !important;
}

.extreme-cookie-panel-toggle {
  background: inherit;
  border-top: solid 3px #FFFFFF;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  transform: translateY(-100%);
}

.extreme-cookie-panel-toggle::before {
  background: #222;
  content: "Uklju\10Dite / isklju\10Dite kola\10Di\107  e";
  float: left;
  height: 20px;
  line-height: 25px;
  margin-right: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 0;
}

.extreme-cookie-panel-toggle:hover::before {
  opacity: 1;
  visibility: visible;
  margin-right: 10px;
  width: 190px;
}

.extreme-cookie-panel-toggle-left {
  left: 10px;
}

.extreme-cookie-panel-toggle-center {
  left: calc(50% - 22.5px);
}

.extreme-cookie-panel-toggle-right {
  right: 10px;
}

.extreme-cookie-panel-toggle:hover {
  border-top-color: #20BF11;
}

.extreme-cookie {
  background: #222;
  bottom: 0;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999999999;
}

.extreme-cookie:not(.extreme-cookie-out) {
  -webkit-animation: slideIn 0.5s ease-in-out;
          animation: slideIn 0.5s ease-in-out;
}

.extreme-cookie.extreme-cookie-out {
  transform: translateY(100%);
}

.extreme-cookie.extreme-cookie-slide-out {
  -webkit-animation: slideOut 0.5s ease-in-out;
          animation: slideOut 0.5s ease-in-out;
  transform: translateY(100%);
}

.extreme-cookie-content {
  margin: 0 auto;
  max-width: 90%;
  padding: 20px;
  width: 1170px;
}

.extreme-cookie-content::after {
  clear: both;
  content: "";
  display: block;
}

.extreme-cookie-message {
  float: left;
  line-height: 30px;
  width: 60%;
}

.extreme-cookie-decision {
  text-align: right;
  float: left;
  width: 40%;
}

.extreme-cookie-btn {
  margin-top: -8px !important;
}

.extreme-cookie-settings,
.extreme-cookie-policy {
  display: inline-block;
  line-height: 30px;
  margin-left: 13px;
  text-align: center;
  width: 20px;
}

.extreme-cookie-settings .icon,
.extreme-cookie-policy .icon {
  margin-top: -5px;
  opacity: 0.7;
  position: relative;
  top: 7px;
}

.extreme-cookie-settings:hover .icon,
.extreme-cookie-policy:hover .icon {
  opacity: 1;
}

.extreme-cookie-settings {
  cursor: pointer;
}

.extreme-cookie-details {
  clear: both;
  display: none;
  padding-top: 15px;
}

.extreme-cookie-details::after {
  clear: both;
  content: "";
  display: block;
}

.extreme-cookie-details-title {
  font-weight: bold;
}

.extreme-cookie-toggle {
  border: solid 1px;
  box-sizing: border-box;
  float: left;
  margin-top: 10px;
  padding: 5px;
  width: calc(50% - 5px);
}

.extreme-cookie-toggle:nth-child(even) {
  margin-right: 5px;
}

.extreme-cookie-toggle:nth-child(odd) {
  margin-left: 5px;
}

.extreme-cookie-name {
  cursor: pointer;
  float: left;
  line-height: 23px;
  padding-left: 15px;
  width: 80%;
}

.extreme-cookie-toggle input[type=checkbox] {
  cursor: pointer;
  float: left;
  height: 25px;
  margin: 0;
  width: 20%;
}

.extreme-cookie-tooltip-trigger {
  position: relative;
}

.extreme-cookie-tooltip {
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
  background: #fff;
  border: solid 1px #000;
  color: #000;
  font-size: 11px;
  left: 50%;
  line-height: 23px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  width: 130px;
}

/* Animations */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes slideIn {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slideIn {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideOut {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slideOut {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
.extreme-cookie-switch {
  background: #BDB9A6;
  border-radius: 1em;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 0.8em;
  margin: 0;
  position: relative;
  top: 4px;
  width: 2em;
}

.extreme-cookie-switch.checked {
  background: #20BF6B;
}

.extreme-cookie-switch.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.extreme-cookie-switch input {
  position: absolute;
  opacity: 0;
  width: 40px !important;
  z-index: 2;
}

.extreme-cookie-switch div {
  background: #FFFFFF;
  border-radius: 0.8em;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  height: 0.8em;
  width: 1em;
  transition: all 300ms;
}

.extreme-cookie-switch input:checked + div {
  transform: translate3d(100%, 0, 0);
}

@media (max-width: 767px) {
  .extreme-cookie-settings {
    margin-top: 10px;
    margin-right: 5px;
    clear: both;
    display: block;
  }

  .extreme-cookie-policy {
    margin-top: 10px;
    margin-right: 5px;
    clear: both;
    display: block;
  }

  .extreme-cookie-policy a {
    float: right;
  }
}
@media (max-width: 767.98px) {
  .navbar-text {
    display: none;
  }

  #home-text .home-big {
    width: 100%;
    padding: 0 40px;
  }
  #home-text .home-big h1 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  #home-text .home-big h2 {
    font-size: 20px;
  }
  #home-text .home-big .btn-big-rounded {
    padding: 25px 35px;
  }

  #left-menu {
    display: none;
  }

  #home-about .wrapper {
    width: 100%;
    padding: 0;
  }
  #home-about .about-img {
    height: 500px;
  }
  #home-about .about-img a {
    padding: 20px 30px;
  }
  #home-about .about-text,
#home-about .about-links {
    width: 100%;
    padding: 20px 0 20px 30px;
  }

  #main-menu ul {
    width: 100%;
    left: 0;
    padding: 0;
    margin: 0;
  }

  #main-menu li a {
    line-height: 2.2rem;
    font-size: 2rem !important;
  }

  #main-menu .wrapper {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }

  #main-menu .contact-box {
    display: none;
  }

  #main-menu .menu-box {
    width: 70% !important;
  }

  #main-menu .center {
    top: 45%;
    transform: translate(0%, -50%);
    width: 100% !important;
  }
}