/*
Theme Name: Rooftop
Theme URI: 
Author: FNR 
Author URI: https://voxels.it/
Description: 
Version: 1.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rooftop
Tags:
*/
/* Rooftop Website Variables */
/*
body{
	display:none;
	opacity:0;
}
*/
@import "css/_swiper.min.css";
#preloader {
  position: fixed;
  opacity: 0 !important;
  z-index: 5;
  width: 100%;
  display: none;
}
#preloader .txt .progress {
  background: black;
  height: 4px;
}

#lottie {
  width: 200px;
  height: 200px;
  position: relative;
  top: -5px;
}

/*
#spinner {
  position: fixed;
  top:50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 100000000;
  overflow: hidden;
  border-radius: 400px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-color: white;
  text-transform: uppercase;
  font-weight: 600;
  background-image: url("img/logo-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
*/
#gif-preload {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 100000000;
  overflow: hidden;
  border-radius: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  pointer-events: none;
}

.loading .page-link {
  pointer-events: none;
}
.loading #gif-preload {
  background: black;
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.loading #jpreOverlay {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 9999999;
  display: block !important;
  height: calc(100% - 50px);
}
@media (min-width: 768px) {
  .loading #jpreOverlay {
    height: calc(100% - 78px);
    top: 78px;
  }
}

.pre-loading .page-link {
  pointer-events: none;
}
.pre-loading #gif-preload {
  background: black;
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  color: white;
}

#global-percentage {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  z-index: 100000001;
  margin-left: -100px;
  margin-top: 115px;
  text-align: center;
  opacity: 1;
}

/*
#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
}
#jpreLoader{
	width: 200px;
    height: 50px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); 
}
#jpreLoader:after {
	content: '';
	width: 200px;
	height: 50px;
    background: url(img/logopreload.svg);
    position: absolute;
    top:0px;
    left: 0px;
    background-size: 200px 50px;
}
*/
/*
#preload-spinner {
    width: 54px;
    height: 54px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(img/loadring.svg);
    z-index: 100;
    background-size: 54px;
    margin-left: -27px;
    margin-top: -27px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
}
*/
/*
.loading #preload-spinner {
	opacity: 1;
}
*/
/*
#jpreBar {
	height: 100px;
	background: white;
	animation: progress 2s linear infinite;
	-moz-animation: progress 2s linear infinite;
	-webkit-animation: progress 2s linear infinite;
	-ms-animation: progress 2s linear infinite;
	-o-animation: progress 2s linear infinite;
  opacity: 0;
}
*/
#jprePercentage {
  text-align: center;
  top: 50% !important;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 1;
  position: absolute !important;
  width: auto;
  font-size: 20px;
  display: block;
  height: auto !important;
  text-align: center;
  color: transparent;
  display: none;
}

#jpreOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

/*
#jpreBar:after {

	content: '';
	position: absolute;
	top:-100px;
	left: 50%;
	width:60px;
	height: 60px;
	margin-left: -30px;	
	z-index: 100;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:  center center;
	background-color: transparent;
}
*/
/*
#jpreButton{
	padding:3px 10px;
	cursor:pointer;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	width:100px;
	margin:0 auto;
	color:#fff;
	text-shadow:-1px -1px 0 #01293F;
	border:1px solid #2EACEA;

	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;

}
*/
/* --------------------------------

Transition Layer 

-------------------------------- */
/*
@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
*/
/* Deafult */
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
html {
  height: 100%;
}

body {
  background-color: #e9e9e9;
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

#mainContainer {
  height: 100%;
}

h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 44px;
  }
}
@media (min-width: 1500px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1500px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 19px;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 21px;
  }
}
@media (min-width: 1500px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 14px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  h4 {
    font-size: 22px;
  }
}

p {
  line-height: 1.6;
}

small {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

.subtitle {
  font-weight: 600;
  position: relative;
  padding-top: 15px;
  margin: 30px 0;
}
.subtitle:before {
  content: "";
  width: 150px;
  height: 4px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
}

.title-paragraph {
  font-weight: 600;
}

.big-title {
  margin-top: 60px;
  font-size: 75px;
  position: relative;
}
@media (min-width: 768px) {
  .big-title {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .big-title {
    font-size: 110px;
  }
}
@media (min-width: 1200px) {
  .big-title {
    font-size: 115px;
  }
}
@media (min-width: 1500px) {
  .big-title {
    font-size: 135px;
  }
}

.content {
  position: relative;
}

#wrap {
  opacity: 0;
  transition: filter 0.5s ease;
  height: 100%;
}
#wrap .content, #wrap .page {
  height: 100%;
}

.page-link {
  position: inherit;
  display: block;
  padding: 0px;
  margin-left: 0px;
  line-height: initial;
  color: inherit;
  background-color: inherit;
  border: 0px solid;
}
.page-link:hover, .page-link:focus {
  z-index: inherit;
  color: inherit;
  text-decoration: none;
  background-color: inherit;
  border-color: inherit;
  z-index: inherit;
  outline: 0;
  box-shadow: none;
}

a {
  text-decoration: underline;
  color: black;
}
a:hover, a:active, a:focus, a:active:hover, a:active:focus {
  text-decoration: underline;
  color: black;
}

.page-archive .sub-title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .page-archive .sub-title {
    font-size: 16px;
  }
}

.page-single-work .sub-title {
  color: white;
}

/* 3d Environment */
#timelinePercent, #timelineSecond {
  display: none;
}

body.page-home #timelinePercent, body.page-home #timelineSecond {
  display: block;
}

#wrapScroll {
  width: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#wrapScroll .fix-content {
  height: 5000vh;
  pointer-events: none;
}

#scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: transparent;
  font-weight: bold;
  width: 100%;
  margin-left: -50%;
  margin-top: -100px;
  text-align: center;
  pointer-events: none;
  font-size: 50px;
  padding: 20px 40px;
  opacity: 1;
}

#sceneThree canvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#timelinePercent {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 150px;
  color: red;
  font-size: 12px;
  font-weight: bold;
  pointer-events: none;
  text-align: left;
  opacity: 0;
}

#stats {
  opacity: 0 !important;
  /*
      right: 0px !important;
      bottom: 0px !important;
      width: 80px;
      height: 50px;
      top: initial !important;
      left: initial !important;
  */
}

#timelineSecond {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 150px;
  color: #00ff66;
  font-size: 12px;
  font-weight: bold;
  pointer-events: none;
  text-align: left;
  opacity: 0;
}

#sceneThree {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  left: 0px;
  opacity: 0;
}

/* Buttons */
.button {
  padding: 6px 12px 6px 56px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
}
.button:link, .button:visited, .button:hover, .button:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.button:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  top: -4px;
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.button.arr:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url("img/arrow.svg");
  background-size: contain;
}
.button.arr.right:after {
  left: 11px;
  top: 6px;
}
.button.arr.down:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 11px;
  top: 7px;
}
.button.inverted {
  color: rgba(0, 0, 0, 0.5);
}
.button.inverted:before {
  background-color: black;
}
.button.inverted.arr:after {
  background-image: url("img/arrow-inverted.svg");
}

/* Footer */
footer {
  background: white;
  width: 100%;
  position: relative;
  pointer-events: none;
}
footer a {
  pointer-events: auto;
}
footer .r-footer-navbar {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
}
footer .r-footer-navbar ul {
  margin-bottom: 0;
}
footer .r-footer-navbar ul li {
  margin: 0 10px;
}
@media (min-width: 576px) {
  footer .r-footer-navbar ul li {
    margin: 0 30px;
  }
}
footer .r-footer-navbar ul li a {
  color: black;
  font-weight: 500;
  display: block;
  line-height: 1;
  position: relative;
  padding: 17px 0;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 576px) {
  footer .r-footer-navbar ul li a {
    padding: 32px 0;
  }
}
footer .r-footer-navbar ul li a:link, footer .r-footer-navbar ul li a:visited, footer .r-footer-navbar ul li a:hover, footer .r-footer-navbar ul li a:active {
  text-decoration: none;
  color: black;
}
@media (min-width: 576px) {
  footer .r-footer-navbar {
    height: 78px;
  }
}
footer #fullscreen {
  cursor: pointer;
  display: none;
  pointer-events: auto;
}
footer #fullscreen .full-ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 2px;
}

/* Rooftop Navbar */
nav.r-navbar-holder {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: filter 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
nav.r-navbar-holder a {
  pointer-events: auto;
}

.r-navbar {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .r-navbar {
    justify-content: flex-start;
    height: 78px;
  }
}

.home-btn {
  margin-right: auto;
}
.r-logo {
  width: 150px;
  height: auto;
}

body.home3d-scrolled #logo-rooftop-svg {
  top: -39px;
}

body.end-ui #logo-rooftop-svg {
  top: 0px;
}

.logo-rooftop {
  width: 140px;
  height: 39px;
  overflow: hidden;
}

#logo-rooftop-svg {
  width: 140px;
  height: 78px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mobile-menu-btn {
  color: black;
  font-weight: 500;
  cursor: pointer;
}
.mobile-menu-btn:link, .mobile-menu-btn:visited, .mobile-menu-btn:hover, .mobile-menu-btn:active {
  text-decoration: none;
  color: black;
}
@media (min-width: 576px) {
  .mobile-menu-btn {
    display: none;
  }
}

.menu-items-desktop {
  margin-bottom: 0;
  display: none;
}
@media (min-width: 576px) {
  .menu-items-desktop {
    display: block;
  }
}
.menu-items-desktop li {
  margin: 0 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .menu-items-desktop li {
    margin: 0 30px;
    font-size: inherit;
  }
}
.menu-items-desktop a {
  color: black;
  font-weight: 500;
  display: block;
  line-height: 1;
  position: relative;
  padding: 32px 0;
}
.menu-items-desktop a:link, .menu-items-desktop a:visited, .menu-items-desktop a:hover, .menu-items-desktop a:active {
  text-decoration: none;
  color: black;
}
.menu-items-desktop a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  background-color: #b9dabd;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-items-desktop a:hover {
  text-decoration: none;
  color: black;
}
.menu-items-desktop a:hover:before {
  bottom: 26px;
  opacity: 1;
}
.menu-items-desktop a.active:before {
  bottom: 26px;
  opacity: 1;
}

.close-button-navbar {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: flex-end;
}
.close-button-navbar #menu-close {
  font-weight: 600;
  position: relative;
}
.close-button-navbar #menu-close:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #b9dabd;
}
.close-button-navbar #menu-close:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}

.menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-mobile .container {
  height: 100%;
}

#menu-icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  font-weight: 600;
  position: relative;
}
#menu-icon:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}

body.show {
  overflow: hidden;
}
body.show.page-home {
  background-color: black;
}
body.show .menu-mobile {
  pointer-events: auto;
  opacity: 1;
}
body.show #menu-icon {
  opacity: 0;
}
body.show nav.r-navbar-holder, body.show #sceneThree, body.show #wrap {
  filter: blur(3px);
}

.menu-items-mobile {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 100px);
  margin-bottom: 0;
}
.menu-items-mobile a {
  font-size: 45px;
  font-weight: 600;
  padding: 15px;
}

/* Pagination */
#extraScroll {
  display: none;
}

body.extrascroll-enable #extraScroll {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #b9dabd;
}
body.extrascroll-enable .next-name {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.infity-footer {
  position: relative;
  height: 79px;
  margin-top: 150px;
  overflow: hidden;
}

.i-footer-white, .i-footer-black {
  position: absolute;
  width: 100%;
}

.i-footer-white {
  background-color: black;
  width: 0;
  overflow: hidden;
}
.i-footer-white .nav-link {
  color: white;
}
.i-footer-white .i-footer-white-masked {
  width: 100vw;
}

.next-name {
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -ms-transform: translateY(78px);
  -webkit-transform: translateY(78px);
  transform: translateY(78px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  flex-grow: 1;
}
.next-name a {
  text-decoration: none;
}
.next-name a:hover, .next-name a:active, .next-name a:focus, .next-name a:active:hover, .next-name a:active:focus {
  text-decoration: none;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.pagination .nav-next {
  text-align: right;
}
.pagination .nav-prev {
  text-align: left;
}
.pagination .nav-item.nav-prev .nav-link {
  padding: 30px 0;
}
.pagination .nav-item.nav-next .nav-link {
  padding: 30px 0;
}
.pagination .nav-item .nav-link {
  display: inline-block;
  padding: 30px 0 30px 60px;
}
.pagination .nav-item .nav-link h5 {
  margin-bottom: 0;
  font-size: 16px;
}
.pagination .nav-item .nav-link .if-p-project-btn, .pagination .nav-item .nav-link .if-n-project-btn {
  display: none;
}

#cookie-bar {
  background: rgba(22, 26, 49, 0.9);
  height: auto;
  /* max-height: 400px; */
  min-height: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: 999999999999;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  bottom: 0px;
  width: 100%;
  display: inline-block;
  background: white;
  padding: 10px 12px;
  color: white;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#cookie-bar.hide {
  top: -100%;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#cookie-bar p.mex {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 50px;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  color: black;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  float: left;
  text-align: left;
  margin-bottom: 0px;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
}

#cookie-bar a {
  color: white;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  /* padding:0 6px; */
  /* font-size: 16px; */
  font-weight: bold;
  text-decoration: underline;
}

#cookie-bar .cb-enable {
  background: white;
  color: black;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  border-radius: 0px;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  max-width: 220px;
}

#cookie-bar a:hover {
  text-decoration: none;
}

#cookie-bar .cb-enable:hover {
  background: red;
  text-decoration: none;
  color: white;
}

#cookie-bar .cb-disable {
  background: white;
}

#cookie-bar .cb-disable:hover {
  background: white;
}

#cookie-bar .cb-policy {
  background: white;
}

#cookie-bar .cb-policy:hover {
  background: white;
}

.alert {
  float: left;
  height: 100%;
  margin-left: 0%;
  margin-top: 5px;
}

.alert .alert-icon {
  display: none;
}

#cookie-bar .button {
  float: right;
  width: 50%;
  text-decoration: none;
  text-align: right;
}

#cookie-bar a.policy {
  color: #ff5d80;
  margin-left: 0px;
  text-decoration: underline;
  font-weight: bold;
}

#cookie-bar a.policy:hover {
  color: white;
  text-decoration: underline;
  margin-left: 0px;
}

/* PRIVACY J */
.privacy-wrapper a {
  color: #16fdd3;
}

.privacy-wrapper p b {
  color: #16fdd3;
  font-weight: 400;
}

.privacy-wrapper tr, .privacy-wrapper td {
  border: 1px solid #eaeaea;
  vertical-align: middle;
  padding: 5px;
}

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #cookie-bar {
    width: 100%;
    right: 0px;
    bottom: 0px;
    border-radius: 0px;
  }

  #cookie-bar p {
    font-size: 13px;
    line-height: 15px;
  }

  #cookie-bar .cb-enable {
    width: 150px;
    font-size: 14px;
  }

  .alert .alert-icon {
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 50px;
  }
}
/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
  #cookie-bar {
    width: 100%;
    right: 0px;
    bottom: 0px;
    border-radius: 0px;
    display: block;
  }

  #cookie-bar p {
    font-size: 13px;
    line-height: 14px;
    width: 100%;
    padding: 0px 7px;
    padding: 0px;
    padding-right: 0px !important;
  }

  #cookie-bar .button {
    width: 100%;
    padding: 5px 10px;
  }

  .alert .alert-icon {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto;
  }

  .alert {
    width: 100%;
  }
}
/* Scrollbar */
.scrollbar-track {
  background-color: transparent !important;
}

.scrollbar-thumb {
  background-color: #b9dabd !important;
}

.swiper-container.s-gallery {
  width: 100%;
  height: 100%;
}
.swiper-container.s-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container.s-gallery .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.swiper-container.s-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background: black;
}

/* Page Blog */
a.blog-item {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}
a.blog-item:link, a.blog-item:visited, a.blog-item:hover, a.blog-item:active {
  text-decoration: none;
}

.blog-item-holder {
  flex-direction: column;
}
@media (min-width: 992px) {
  .blog-item-holder {
    flex-direction: row;
  }
}
.blog-item-holder:before {
  content: "";
  height: 4px;
  width: 60px;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #b9dabd;
}
@media (min-width: 992px) {
  .blog-item-holder:before {
    display: none;
  }
}

.blog-image-holder {
  background-size: cover;
  background-position: center;
  height: 190px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .blog-image-holder {
    width: 50%;
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .blog-image-holder {
    width: 65%;
  }
}

.blog-item-content {
  text-decoration: none;
}
@media (min-width: 992px) {
  .blog-item-content {
    width: 50%;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .blog-item-content {
    width: 35%;
  }
}
.blog-item-content h2 {
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 1500px) {
  .blog-item-content h2 {
    font-size: 32px;
  }
}
.blog-item-content h2:before {
  content: "";
  height: 4px;
  width: 60px;
  position: absolute;
  top: -15px;
  left: 0;
  background-color: #b9dabd;
  display: none;
}
@media (min-width: 992px) {
  .blog-item-content h2:before {
    display: block;
  }
}
.blog-item-content p {
  color: #919191;
}
.blog-item-content span {
  font-weight: 600;
}

.blog-post-header {
  position: relative;
  height: 510px;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .blog-post-header {
    margin-top: 78px;
  }
}
@media (min-width: 992px) {
  .blog-post-header {
    height: 750px;
  }
}
.blog-post-header .post-header-content {
  position: relative;
  width: 100%;
  color: white;
  padding: 30px;
}
@media (min-width: 768px) {
  .blog-post-header .post-header-content {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .blog-post-header .post-header-content {
    width: 70%;
    max-width: 1100px;
  }
}
.blog-post-header .post-header-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .blog-post-header .post-header-content h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

.blog-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+19,000000+100&1+19,0+100 */
  background: -moz-linear-gradient(top, black 19%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 19%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 19%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=0);
  /* IE6-9 */
}

.single-post-content p img {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
}

.blog-author {
  display: flex;
  align-items: center;
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #919191;
}
.blog-author img {
  width: 60px;
  height: auto;
  border-radius: 50%;
  flex-shrink: 0;
}
.blog-author .blog-author-content {
  margin-left: 15px;
}
.blog-author .blog-author-content h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}
.blog-author .blog-author-content p {
  font-size: 14px;
  margin-bottom: 0;
}
.blog-author .blog-author-content a {
  display: none;
}

/* Contacts */
body.page-contact .scroll-content {
  padding-top: 50px;
  height: calc(100% - 50px);
}
body.page-contact .scroll-content .container {
  min-height: 100%;
}
@media (min-width: 576px) {
  body.page-contact .scroll-content {
    padding-top: 78px;
    height: calc(100% - 78px);
  }
}

.contact-row {
  position: relative;
  margin-bottom: 30px;
}
.contact-row:first-child {
  margin-top: 100px;
}

.contact-col {
  padding: 20px 15px;
}
.contact-col:nth-child(2):before, .contact-col:nth-child(3):before {
  display: none;
}
@media (min-width: 768px) {
  .contact-col {
    padding: 30px 0;
  }
  .contact-col:nth-child(2):before, .contact-col:nth-child(3):before {
    display: block;
  }
}
.contact-col p, .contact-col h2 {
  margin-bottom: 0;
}
.contact-col:before {
  content: "";
  width: calc(100% - 30px);
  height: 4px;
  background-color: black;
  position: absolute;
  left: 15px;
  top: 0;
}
@media (min-width: 768px) {
  .contact-col:before {
    width: 100%;
    left: 0;
  }
}

.contact-item h2 {
  font-size: 36px;
}

.contacts-header-bg {
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e9e9e9",GradientType=0 );
  /* IE6-9 */
  width: 100%;
  padding-top: 61.8%;
  top: 0;
  left: 0;
}

/* Page home */
body.page-home {
  background-color: black;
}
body.page-home nav.r-navbar-holder {
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
body.page-home nav.r-navbar-holder a {
  pointer-events: auto;
}
body.page-home.home3d-scrolled .home-scroll-down {
  opacity: 0 !important;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
body.page-home.home3d-scrolled .home-scroll-down-text {
  opacity: 0;
  bottom: 200px;
}
body.page-home.home3d-scrolled nav.r-navbar-holder {
  background-color: transparent;
}
body.page-home.home3d-scrolled nav.r-navbar-holder a {
  color: white;
}
body.page-home.home3d-scrolled nav.r-navbar-holder a:link, body.page-home.home3d-scrolled nav.r-navbar-holder a:visited, body.page-home.home3d-scrolled nav.r-navbar-holder a:hover, body.page-home.home3d-scrolled nav.r-navbar-holder a:active {
  color: white;
}
body.page-home.home3d-scrolled nav.r-navbar-holder #logo-rooftop-svg path, body.page-home.home3d-scrolled nav.r-navbar-holder #logo-rooftop-svg polygon {
  fill: white !important;
}
body.page-home.home3d-scrolled.negative-ui nav.r-navbar-holder #logo-rooftop-svg path, body.page-home.home3d-scrolled.negative-ui nav.r-navbar-holder #logo-rooftop-svg polygon {
  fill: black !important;
}
body.page-home.home3d-scrolled.negative-ui nav.r-navbar-holder a {
  color: black;
}
body.page-home.home3d-scrolled.negative-ui nav.r-navbar-holder a:link, body.page-home.home3d-scrolled.negative-ui nav.r-navbar-holder a:visited, body.page-home.home3d-scrolled.negative-ui nav.r-navbar-holder a:hover, body.page-home.home3d-scrolled.negative-ui nav.r-navbar-holder a:active {
  color: black;
}
body.page-home.home3d-scrolled.negative-ui .r-footer-navbar a {
  color: black;
}
body.page-home.home3d-scrolled.negative-ui .r-footer-navbar a:link, body.page-home.home3d-scrolled.negative-ui .r-footer-navbar a:visited, body.page-home.home3d-scrolled.negative-ui .r-footer-navbar a:hover, body.page-home.home3d-scrolled.negative-ui .r-footer-navbar a:active {
  color: black;
}
body.page-home.home3d-scrolled.negative-ui #fulls-ico path {
  fill: black;
}
body.page-home footer {
  position: fixed;
  bottom: 0;
  background-color: transparent;
}
body.page-home footer .r-footer-navbar a {
  color: white;
}
body.page-home footer .r-footer-navbar a:link, body.page-home footer .r-footer-navbar a:visited, body.page-home footer .r-footer-navbar a:hover, body.page-home footer .r-footer-navbar a:active {
  color: white;
}
body.page-home footer .r-footer-navbar #fullscreen {
  color: white;
  display: block;
}

.messages-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.message-item {
  position: absolute;
  color: white;
  font-weight: 500;
  display: inline-block;
  pointer-events: none;
  font-size: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
@media (min-width: 992px) {
  .message-item {
    font-size: 65px;
  }
}
.message-item p {
  line-height: 1.2;
  font-size: 20px;
}
@media (min-width: 992px) {
  .message-item p {
    font-size: 36px;
  }
}
.message-item.left {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .message-item.left {
    width: 30%;
    text-align: left;
    padding: 0;
    top: 50%;
    left: calc(50% - 100px);
    transform: translate(-100%, -50%);
  }
}
.message-item.center {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  padding: 0 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .message-item.center {
    width: 50%;
    padding: 0;
  }
}
.message-item.right {
  width: 50%;
  left: calc(50% + 100px);
  text-align: left;
}
.message-item.black {
  color: black;
}
.message-item.small-text {
  font-size: 20px;
}
@media (min-width: 992px) {
  .message-item.small-text {
    font-size: 36px;
  }
}

.home-scroll-down {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 21px);
  padding: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation: fade_move_down 4s ease-in-out infinite;
  animation: fade_move_down 4s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
.home-scroll-down-text {
  position: absolute;
  bottom: 150px;
  left: calc(50% - 74px);
  font-size: 14px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body.message-1 #scena01 {
  opacity: 1;
}

body.message-2 #scena02 {
  opacity: 1;
}

body.message-3 #scena03 {
  opacity: 1;
}

body.message-3b #scena03b {
  opacity: 1;
}

body.message-4 #scena04 {
  opacity: 1;
}

body.message-5 #scena05 {
  opacity: 1;
}

body.message-6 #scena06 {
  opacity: 1;
}

body.message-7 #scena07 {
  opacity: 1;
}

body.message-8 #scena08 {
  opacity: 1;
}

body.message-9 #scena09 {
  opacity: 1;
}

body.message-10 #scena10 {
  opacity: 1;
}

body.message-11 #scena11 {
  opacity: 1;
}
body.message-11 .end-cta {
  pointer-events: auto;
}
body.message-11 .end-cta a {
  top: 0;
  opacity: 1;
}

.end-cta {
  margin-top: 30px;
}
.end-cta a {
  font-size: 16px;
  top: -30px;
  opacity: 0;
}
.end-cta a:nth-child(1) {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.end-cta a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

/* Our works */
body.page-archive .scroll-content, body.page-cat .scroll-content {
  padding-top: 50px;
  height: calc(100% - 50px);
}
@media (min-width: 576px) {
  body.page-archive .scroll-content, body.page-cat .scroll-content {
    padding-top: 78px;
    height: calc(100% - 78px);
  }
}

.ow-header-bg {
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e9e9e9",GradientType=0 );
  /* IE6-9 */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ow-header .title-paragraph p {
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.ow-call {
  display: none;
}

.ow-columns {
  display: none;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 60px;
}
.ow-columns p {
  line-height: 1.1;
}
@media (min-width: 768px) {
  .ow-columns {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .ow-columns {
    font-size: 32px;
  }
}
@media (min-width: 1500px) {
  .ow-columns {
    font-size: 40px;
  }
}

.ow-more {
  margin-bottom: 60px;
}
.ow-item .ow-item-holder {
  padding-top: 61.8%;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
}
.ow-item .ow-item-holder:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ow-item .ow-item-holder .ow-item-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px;
  color: white;
}
.ow-item .ow-item-holder .ow-item-content h3 {
  font-weight: 600;
  margin-bottom: 0;
}
.ow-item .ow-item-holder .ow-item-content .thumb-logo {
  width: 50%;
  height: 30px;
  margin-top: 30px;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .ow-item .ow-item-holder .ow-item-content .thumb-logo {
    height: 45px;
    margin-top: 45px;
  }
}
@media (min-width: 1500px) {
  .ow-item .ow-item-holder .ow-item-content .thumb-logo {
    height: 60px;
    margin-top: 60px;
  }
}

/* Single Video */
.sv-container {
  background-color: white;
}
.sv-container .embed-responsive {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.single-video-title {
  margin-top: 60px;
}

.sv-video {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .sv-video {
    margin-top: 78px;
  }
}

.sv-col-footer {
  background-color: #b9dabd;
  height: 60px;
  margin: 0 -15px;
}

/* Single Work Page */
body.page-single footer {
  display: none;
}

body.extrascroll-enable .single-scroll-down {
  bottom: -100px;
}

.single-scroll-container {
  position: relative;
}

.single-scroll-down {
  position: absolute;
  bottom: -200px;
  left: calc(50% - 21px);
  padding: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sw-head-wrapper {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 50px);
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .sw-head-wrapper {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .sw-head-wrapper {
    padding-top: 61.8%;
    height: auto;
  }
}
.sw-video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+19,000000+100&1+19,0+100 */
  background: -moz-linear-gradient(left, black 19%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 19%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 19%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 */
}

.sw-head-content {
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  top: 50px;
  left: 0;
}
@media (min-width: 576px) {
  .sw-head-content {
    height: calc(100% - 78px);
    top: 78px;
  }
}
.sw-head-content .sw-head-head, .sw-head-content .sw-head-body, .sw-head-content .sw-head-footer {
  height: 33.333%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .sw-head-content .sw-head-head, .sw-head-content .sw-head-body, .sw-head-content .sw-head-footer {
    padding: 0 14%;
  }
}
@media (min-width: 992px) {
  .sw-head-content .sw-head-head, .sw-head-content .sw-head-body, .sw-head-content .sw-head-footer {
    padding: 0 14%;
  }
}
@media (min-width: 1200px) {
  .sw-head-content .sw-head-head, .sw-head-content .sw-head-body, .sw-head-content .sw-head-footer {
    padding: 0 16%;
  }
}
.sw-head-head .breadcrumbs a {
  color: white;
  font-weight: 600;
  margin-right: 20px;
}
@media (min-width: 576px) {
  .sw-head-head .breadcrumbs a {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .sw-head-head .breadcrumbs a {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .sw-head-head .breadcrumbs a {
    margin-right: 100px;
  }
}
.sw-head-head .breadcrumbs a:link, .sw-head-head .breadcrumbs a:visited, .sw-head-head .breadcrumbs a:hover, .sw-head-head .breadcrumbs a:active {
  text-decoration: none;
  color: white;
}

.sw-info h1 {
  color: white;
}
.sw-info h3 {
  color: #b9dabd;
  font-weight: 600;
}

.sw-info-call .button {
  margin-right: 30px;
}

.sw-right-column {
  display: flex;
  flex-direction: column;
}

.shifted-container {
  position: relative;
}
@media (min-width: 992px) {
  .shifted-container {
    padding-right: 15px;
  }
}
.shifted-container:before {
  content: "";
  background-color: white;
  width: 100%;
  position: absolute;
  top: -60px;
  height: calc(100% + 30px);
}
@media (min-width: 992px) {
  .shifted-container:before {
    left: 0;
    width: 100%;
    top: -30px;
  }
}
.shifted-container .shifted-head, .shifted-container .shifted-body, .shifted-container .shifted-footer {
  position: relative;
}
.shifted-container .shifted-head {
  margin-bottom: 30px;
}
.shifted-container .shifted-head .extra-holder {
  padding: 15px;
  margin-bottom: 30px;
  display: block;
  color: black;
}
.shifted-container .shifted-head .extra-holder:link, .shifted-container .shifted-head .extra-holder:visited, .shifted-container .shifted-head .extra-holder:hover, .shifted-container .shifted-head .extra-holder:active {
  text-decoration: none;
  color: black;
}
.shifted-container .shifted-head .extra-holder p {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
.shifted-container .shifted-head .extra-holder small {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
}
.shifted-container .shifted-head .extra-holder .extra-img {
  padding-top: 61.8%;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .shifted-container .shifted-head .extra-holder p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .shifted-container .shifted-head .extra-holder p {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .shifted-container .shifted-head .extra-holder {
    padding: 15px 15px 0 15px;
  }
  .shifted-container .shifted-head .extra-holder p {
    font-size: 16px;
  }
  .shifted-container .shifted-head .extra-holder .extra-img {
    margin-bottom: 30px;
  }
}
.shifted-container .shifted-body {
  padding: 0 15px;
}
.shifted-container .shifted-body img {
  margin-bottom: 30px;
}
.shifted-container .shifted-body ul li {
  margin-bottom: 15px;
}
.shifted-container .shifted-footer {
  padding: 30px 15px 30px 15px;
  background-color: white;
}
.shifted-container .shifted-footer .title-paragraph p {
  line-height: 1.4;
}

.colored-column {
  padding: 30px 30px 0 30px;
  position: relative;
}
.colored-column .subtitle {
  color: white;
}
.colored-column .subtitle:before {
  background-color: white;
}
.colored-column .title-paragraph p {
  line-height: 1.4;
}
@media (min-width: 576px) {
  .colored-column {
    padding: 50px 50px 0 50px;
  }
}
.colored-column h4, .colored-column h2, .colored-column img {
  position: relative;
}
.colored-column:before {
  content: "";
  background-color: #b9dabd;
  width: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  height: 100%;
}
.sw-big-image {
  padding-top: 61.8%;
  background-size: cover;
  background-position: center;
  margin: 30px -15px;
}
@media (min-width: 992px) {
  .sw-big-image {
    padding-top: 0;
    margin: 0;
    flex-grow: 1;
    width: calc(200% + 30px);
  }
}
.sw-stats {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sw-stats .stats-category {
    text-align: left;
  }
}
.sw-stats h4 {
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
}
.sw-stats h4:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #b9dabd;
}
.sw-stats h1 {
  color: #b9dabd;
  font-size: 75px;
}
@media (min-width: 768px) {
  .sw-stats h1 {
    font-size: 95px;
  }
}
@media (min-width: 992px) {
  .sw-stats h1 {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .sw-stats h1 {
    font-size: 85px;
  }
}
@media (min-width: 1500px) {
  .sw-stats h1 {
    font-size: 110px;
  }
}

.credits {
  position: relative;
  color: #919191;
}
.credits:before {
  content: "";
  background-color: white;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: 15px;
}
.credits .credits-item {
  padding: 30px;
}

.gallery-image {
  padding-top: 61.8%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.embed-responsive-scroll-fix:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}

/*# sourceMappingURL=style.css.map */
