  /*
Theme Name: TOWEL MEDIA
Description: Official TOWEL Theme 2017
Version: 1.0
Author: Designed by TOWEL coded by BORN A.K.A. CXJ
Author URI: http://www.joranbackx.nl/
*/

@font-face {
  font-family: 'Axis';
  src: url('_lib/_style/_fonts/axis-webfont.woff2') format('woff2'), url('_lib/_style/_fonts/axis-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Affogato';
  src: url('_lib/_style/_fonts/affogato-bold-webfont.woff2') format('woff2'), url('_lib/_style/_fonts/affogato-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'Affogato';
  src: url('_lib/_style/_fonts/affogato-regular-webfont.woff2') format('woff2'), url('_lib/_style/_fonts/affogato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.feature.map {
  height: 100%;
}

iframe {
  height: 100%;
  width: 100%;
  border: 0;
  /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden; */
}

* {
  -webkit-font-smoothing: antialiased;
  transition-timing-function: ease-out;
  transition: all 0.5s;
}

html {
  height: 100vh;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Affogato', Sans-serif;
  color: rgba(225, 225, 225, 0.8);
  background-color: #181818;
  font-weight: 300;
}

.post-password-form {
  width: 60%;
}

.post-password-form p:first-child {
  font-size: 18px;
  font-weight: bold;
}

.post-password-form p:nth-child(2) {
  background: #333;
  padding: 8px;
  border-radius: 4px;
  border-bottom: 2px solid black;
  width: 460px;
  text-align: right;
}

.post-password-form p:nth-child(2) label {
  width: 390px;
  position: relative;
  display: inline-block;
  text-align: right;
}

.post-password-form p:nth-child(2) label input[type="password"] {
  line-height: 32px;
  border-radius: 2px;
  background: white;
  border: none;
  padding: 0px 12px;
  margin-left: 12px;
  width: 249px;
}

.post-password-form p:nth-child(2) input[type="submit"] {
  line-height: 32px;
  height: 32px;
  background: white;
  padding: 0px 12px;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  width: 64px;
}

.page-template-page-private {
  background-color: #181818;
  color: white;
}

.private-embed-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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


/*.page-template-page-private iframe {
	width: 100%;
	height: 500px;
}*/

.page-template-page-private .menu-type-private {
  display: inherit;
  color: white;
  font-size: 14px;
  padding-left: 24px;
  margin-top: -2px;
}

.page-template-page-private .menu-type-private img {
  position: absolute;
  top: -4px;
  left: 0;
  height: 16px;
  /*margin-right: 4px;*/
}

.page-template-page-private .menu-type-private br {
  display: none;
}

.page-template-page-private .page-content h1 {
  color: #9ea9b3 !important;
}

.menu-type-private {
  display: none;
}

/* .page-template-page-private .menu-type-main,
.page-template-page-private .menu-type-mobile-icon {
  display: none;
} */

.page-template-page-private .logo-position-header img:first-child {
  display: none;
}

.logo-position-header img:last-child {
  display: none;
}

.page-template-page-private .logo-position-header img:last-child {
  display: inherit !important;
}

.page-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 100%;
  height: 64px;
  padding-bottom: 40px;
  background: #181818;
  z-index: 5;
}

.page-header .inner-header {
  width: calc(1400px - 256px);
  position: relative;
  margin: auto;
  margin-top: 40px;
  padding-bottom: 40px;
}
.page-template-page-cases-2 {
  overflow-x: hidden;
}
.page-template-page-cases-2 .page-header {
  top: -128px;
}

.page-header .logo-position-header {
  position: absolute;
  top: 0;
  right: 12px;
  width: 88px;
  height: 16px;
  z-index: 9;
}

.page-header .logo-position-header .logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.menu-type-main ul {
  position: absolute;
  top: 0;
  left: 0px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.menu-type-main ul li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-right: 32px;
}

.menu-type-main ul li a:link,
.menu-type-main ul li a:visited,
.menu-type-main ul li a:active {
  color: rgba(225, 225, 225, 0.8);
  text-decoration: none;
}

.menu-type-main ul li a:hover {
  color: rgba(225, 225, 225, 1);
  text-decoration: none;
}

.menu-type-main ul .current_page_item {
  font-weight: bold;
  color: #f5c913;
}

.current_page_item a:link,
.current_page_item a:hover,
.current_page_item a:active,
.current_page_item a:visited {
  font-weight: bold;
  color: #f5c913 !important;
}

.menu-type-mobile-icon {
  cursor: pointer;
  z-index: 9;
}

.menu-type-mobile-icon img {
  width: 100%;
  height: 16px;
}

.menu-type-mobile-base {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 8;
  /* display: none; */
}

.menu-type-mobile-list ul {
  position: absolute;
  top: 120px;
  left: 32px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.menu-type-mobile-list ul li a {
  position: relative;
  font-size: 24px;
  line-height: 42px;
}

.menu-type-mobile-list ul li a:link,
.menu-type-mobile-list ul li a:visited,
.menu-type-mobile-list ul li a:active {
  color: #666;
  text-decoration: none;
}

.menu-type-mobile-list ul li a:hover {
  color: black;
  text-decoration: none;
}

.menu-type-mobile-list ul .current_page_item {
  font-weight: bold;
  color: #f5c913;
}

.page-base {
  position: relative;
  width: calc(1400px - 256px);
  height: auto;
  padding-top: 164px;
  padding-bottom: 32px;
  margin: 0 auto;
}

.page-content h1 {
  margin: 0 0 32px 0;
  padding: 0;
}

.cases-main-base {
  position: relative;
  width: calc(100% + 16px);
  margin: 0 -8px;
  padding: 0px 0;
}

.cases-main-base ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0;
}

.cases-main-base li {
  position: relative;
  display: inline-block;
  float: left;
  cursor: pointer;
}

.cases-main-base li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*min-height: 100%;*/
  height: auto;
}

.cases-main-base li .thumbnail-colorlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0.6;
  z-index: 1;
}

.cases-main-base li:hover .thumbnail-colorlayer {
  width: 100%;
}

.cases-main-base li .case-item-details {
  position: absolute;
  left: 32px;
  bottom: -128px;
  width: calc(100% - 64px);
  color: #fff;
  z-index: 3;
}

.cases-main-base li:not(:focus):hover .case-item-details {
  bottom: 32px;
}


/*.cases-main-base .case-item-details:focus {
	bottom: -128px;
}
*/

.cases-main-base li .case-item-client {
  position: relative;
  width: 100%;
  line-height: 20px;
  font-family: 'Axis', Sans-serif;
  text-transform: uppercase;
  z-index: 22;
}

.cases-main-base li .case-item-title {
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  /*font-family: 'Axis', Sans-serif;*/
  font-weight: normal;
  /*text-transform: uppercase;*/
  z-index: 24;
}

.cases-main-base li .case-item-description {
  position: relative;
  max-width: 400px;
  font-size: 14px;
  padding-top: 16px;
  z-index: 14;
}

.cases-main-base li {
  width: 33.3%;
  height: auto;
  padding-bottom: 18.75%;
}

.cases-main-base li:nth-child(1) {
  width: 66%;
  height: auto;
  padding-bottom: 33.88%;
}

.cases-main-base li:nth-child(2) {
  width: 34%;
  /*padding-bottom: 18%;*/
  padding-bottom: 16.94%;
}

.cases-main-base li:nth-child(3) {
  width: 34%;
  padding-bottom: 16.94%;
}

.cases-main-base li:nth-child(4) {
  width: 50%;
  height: auto;
  padding-bottom: 28.12%;
}

.cases-main-base li:nth-child(5) {
  width: 50%;
  height: auto;
  /*padding-bottom: 28%;*/
  padding-bottom: 28.12%;
}

.cases-main-base li:nth-child(6) {
  width: 50%;
  height: auto;
  padding-bottom: 28.12%;
}

.cases-main-base li:nth-child(7) {
  width: 50%;
  height: auto;
  padding-bottom: 28.12%;
}

.cases-main-base li:nth-child(8) {
  width: 33.3%;
  /*padding-bottom: 18%;*/
  padding-bottom: 18.75%;
}

.cases-main-base li:nth-child(9) {
  width: 33.3%;
  padding-bottom: 18.75%;
}

.cases-main-base li:nth-child(10) {
  width: 33.3%;
  height: auto;
  padding-bottom: 18.75%;
}



.blog-wrapper {
	width: 100%;
}
.blog-column {
	height: 250px;
	position: relative;
	width: calc(33.3% - 32px );
	margin-right: 32px;
	float: left;
	display: block;
	padding-bottom: 0;
	margin-bottom: 40px;
	overflow: hidden;

}
.blog-column:hover .overlay,
.blog-column:focus .overlay  {
	transform: translateY(0%);
}
.blog-wrapper .blog-column .blog-image {
	height: 250px;
	display: block;
}
.blog-wrapper .blog-column .blog-image img {
	width: 100%;
	height: 250px;
}
.overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(28, 23, 22, .6);
	transform: translateY(100%);
}
.overlay .content {
	height: 50%;
	color: white;
	padding: 15px;
}
.overlay .content .title {
	line-height: 20px;
	font-family: 'Axis', Sans-serif;
	text-transform: uppercase;
}










.blog-post .content .content-intro p {
	font-weight: 600;
}
.blog-post .content img {
  max-width: 100%;
  height: auto;
}
.blog-post .content  .content-main {
	margin-bottom: 50px;
}
.video-box {
	position: relative;
	width: 50%;
	float: left;
}
.video-box .video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	z-index: 4;
}
.video-box iframe,
.video-box object,
.video-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.vacature {
	position: relative;
  width: 100%;
	padding-right: 32px;
	margin-bottom: 30px;
	display: block;
	float: left;
}
.vacature:last-child {
	margin-bottom: 0;
}
.vacature h2 {
	margin-bottom: 10px;
}
.vacature p {
	margin: 0 0;
	width: 100%;
}
.vacature a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.vacature a:hover h2,
.vacature a:focus h2,
.vacature a:active h2 {
	color: #f4c932 !important;
}

@media screen and (min-width: 992px){
  .vacature p {
    margin: 0 0;
    width: 50%;
  }
}


.cases-main-base li .inner {
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: black;
  overflow: hidden;
}

.transition-page-cases-open-item {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background: blue;
  transition: background-color 0s;
  transition: left 0.5s;
  z-index: 20;
}

.transition-page-open-case-item {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 14;
}

.load-embed-case-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1000px;
  height: 416px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.load-embed-case-item .case-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 740px;
  height: 420px;
  margin: auto;
}

.load-embed-case-item .load-case-data .case-title {
  position: absolute;
  top: 32px;
  right: 0px;
  width: 220px;
  color: white;
  font-size: 20px;
  line-height: 20px;
  /*font-family: 'Axis', Sans-serif;*/
  font-weight: bold;
  /*text-transform: uppercase;*/
}

.load-embed-case-item .load-case-data .case-discription {
  position: absolute;
  top: 64px;
  right: 0px;
  width: 220px;
  color: white;
}

.load-embed-case-item .case-embed section {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  z-index: 4;
}

.load-embed-case-item .case-embed section iframe,
.load-embed-case-item .case-embed section object,
.load-embed-case-item .case-embed section embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.project-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: black;
}

.load-embed-case-item .load-case-data .navigation {
  position: absolute;
  bottom: 16px;
  right: 0px;
  width: 220px;
  color: white;
}

.load-embed-case-item .load-case-data .navigation .ui-button {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  padding: 0px 8px;
  line-height: 21px;
  font-size: 12px;
  background-color: white;
  color: black;
  font-family: 'Axis', Sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.load-embed-case-item .load-case-data .navigation .ui-button:hover {
  background-color: #f4c932;
  color: black;
}

.cases-filter {
  position: relative;
  /*margin-top: 32px;*/
  height: 32px;
}

.cases-filter ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0;
}

.cases-filter ul li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  color: rgba(225, 225, 225, 0.8);
  cursor: pointer;
}

.cases-filter ul li:hover {
  color: white;
}

.cases-filter ul li:nth-child(1) {
  font-weight: bold;
}

.filtered {
  width: 0% !important;
}


/*.filtered-active {
	width: 33.33% !important;
	height: auto !important;
	padding-bottom: 18.75% !important;
}*/

.filtered-active {
  width: 50% !important;
  height: auto !important;
  padding-bottom: 28.12% !important;
}

.cases-functions {
  clear: both;
  padding: 16px 0;
}

.button-load-more {
  position: relative;
  width: 33.3%;
  height: 0px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(225, 225, 225, 0.1);
  margin: auto;
  cursor: pointer;
  opacity: 0;
}

.button-load-more:hover {
  background-color: #f5c913;
  color: black;
}

.team-list ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0;
}

.team-list ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.3%;
  height: auto;
  /*padding-bottom: 19%;*/
  padding-bottom: 52%;
  cursor: pointer;
}

.team-list ul li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.team-list ul li .team-member-details {
  position: absolute;
  left: 32px;
  bottom: -128px;
  width: calc(100% - 64px);
  color: #fff;
  z-index: 2;
}

.team-list ul li:hover .team-member-details {
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: calc(100% - 64px);
  color: #fff;
}

.team-list ul li .team-member-title {
  position: relative;
  width: 100%;
  line-height: 20px;
}

.team-list ul li .team-member-name {
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Axis', Sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.team-list ul li .inner {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
	background: none !important;
  overflow: hidden;
}

.page-footer {
  position: relative;
  clear: both;
  width: calc(1400px - 256px);
  height: 200px;
  padding-top: 64px;
  margin: auto;
  color: rgba(225, 225, 225, 0.6);
}

.page-footer .content {
  position: relative;
  margin: auto;
  padding-bottom: 128px;
  border-top: 1px solid rgba(225, 225, 225, 0.1);
  padding-top: 32px;
}

.page-footer a  {
  color: #f5c913;
}

.page-footer .footer-row-about-towel {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  height: 200px;
  font-size: 18px;
  padding: 14px 0 0 0;
}

.page-footer .footer-row-address,
.page-footer .footer-row-contact {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  height: 200px;
}

.page-footer .footer-row-contact {
  position: relative;
  display: inline-block;
  float: left;
  width: 75%;
  height: 200px;
  color: rgba(225, 225, 225, 0.4);
}

.page-footer .footer-row-contact img {
  width: 14px;
  padding-right: 4px;
  opacity: 0.6;
}

.page-footer .footer-row-contact br {
  display: none;
}

.page-footer .footer-row-logo {
  position: relative;
  display: inline-block;
  float: right;
  text-align: right;
  width: 25%;
  height: 200px;
}

.page-footer .footer-row-logo img {
  height: 14px;
  padding: 8px 0 16px 0;
  opacity: 0.2;
}

.page-footer .footer-row-address h3,
.page-footer .footer-row-contact h3 {
  margin: 0;
  padding: 0 0 16px 0;
  line-height: 24px;
}

.page-footer .footer-row-address img {
  display: block;
  height: 14px;
  padding: 8px 0 16px 0;
}

.page-footer .footer-logo {
  position: absolute;
  top: 82px;
  right: 0px;
  width: 88px;
}

.footer-logo img {
  width: 100%;
}

.slide {
  padding-left: 0;
}


body *:not(.slick-track):not(.slick-list){}

.slick-partners .slide {
  margin-bottom: 50px;
}

.slick-clients {
  margin-bottom: 75px;
}

.slick-partners li,
.slick-clients li,
.slick-partners .slide,
.slick-clients .slide {
  position: relative;
  display: block;
  height: 85px;
  float: left;
}
.slick-partners li .inner,
.slick-clients li .inner,
.slick-partners .slide .inner,
.slick-clients .slide .inner {
  position: relative;
}
.slick-partners li img,
.slick-clients li img,
.slick-partners .slide img,
.slick-clients .slide img {
  width: auto;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (min-width: 768px) {
  .slick-list,
  .slick-slide {
    height: 100%;
  }
  .slick-partners li,
  .slick-clients li,
  .slick-partners .slide,
  .slick-clients .slide {
    max-height: 150px;
    min-height: 150px;
  }
}

.brand-logo-gray {
  opacity: 1;
}

.brand-logo-color {
  opacity: 0;
}

.contact-content-container {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  padding-bottom: 28.12%;
}

.social-media {
  position: fixed;
  left: 24px;
  /*left: 56px;*/
  bottom: 24px;
  width: 16px;
  z-index: 1;
}

.social-media img {
  width: 16px;
  margin-top: 16px;
}

.page-footer .social-media {
  display: none;
}


.intro-screen {
  position: relative;
  width: 100vw;
  height: 0px;
  background-color: white;
  margin: 0px 0px 0 0px;
  z-index: 7;
  overflow: hidden;
}
.intro-fixed {
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  margin: 0px 0px 0 0px;
  background-color: gray !important;
  z-index: 11;
}

.open-video-wall {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  height: 20px;
  z-index: 2;
  cursor: pointer;
}

.open-video-wall div {
  position: relative;
  display: inline-block;
  width: 208px;
  height: 20px;
  text-align: right;
  overflow: hidden;
  margin-right: 20px;
}

.open-video-wall div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  text-align: right;
}

.open-video-wall img {
  padding-left: 4px;
  width: 20px;
  position: absolute;
  right: 0px;
  top: 2px;
}

.page-hold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  /*background-color:#f4c932;*/
  background-color: white;
}

.page-hold img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 35vw;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  .page-header .inner-header {
    width: calc(100vw - 256px);
  }
  .page-base {
    width: calc(100vw - 256px);
  }
  .page-footer {
    width: calc(100vw - 256px);
  }
}

@media screen and (max-width: 768px) {
  .page-header .inner-header {
    width: calc(100vw - 128px);
  }
  .page-base {
    width: calc(100vw - 128px);
    padding-top: 121px;
  }
  .cases-main-base li .inner {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .cases-main-base li .case-item-details {
    left: 16px;
  }
  .cases-main-base li:not(:focus):hover .case-item-details {
    bottom: 16px;
  }
  .cases-main-base li .case-item-client {
    font-size: 14px;
    line-height: 16px;
  }
  .cases-main-base li .case-item-title {
    font-size: 16px;
    line-height: 16px;
  }
  .cases-main-base li .case-item-details .case-item-description {
    display: none;
  }
  .team-list ul li {
    width: 50%;
    padding-bottom: 78%;
  }

  .page-footer {
    width: calc(100% - 128px);
  }
  .page-footer .footer-row-about-towel {
    width: 100%;
    height: auto;
    padding: 14px 0 42px 0;
  }
  .page-footer .footer-row-address,
  .page-footer .footer-row-contact {
    width: 50%;
    height: auto;
    padding-bottom: 24px;
  }
  .page-template-page-private .menu-type-private {
    padding-left: 0px;
    margin-top: -4px;
  }
  .page-template-page-private .menu-type-private img {
    top: 6px;
    left: -32px;
  }
  .page-template-page-private .menu-type-private br {
    display: inherit;
  }
  .contact-content-container:first-child {
    width: 100%;
    padding-bottom: -28.12%;
  }
  .contact-content-container {
    width: 100%;
    padding-bottom: 56.25%;
  }
  .post-password-form {
    width: 100%;
  }
  .post-password-form p:first-child {
    font-size: 16px;
  }
  .post-password-form p:nth-child(2) {
    width: calc(100% - 16px);
  }
  .post-password-form p:nth-child(2) label {
    width: calc(100% - 72px);
  }
  .post-password-form p:nth-child(2) label input[type="password"] {
    width: calc(100% - 142px);
  }
  .load-embed-case-item {
    width: calc(100vw - 128px);
    top: 64px;
    margin: 0 auto;
    border-top: none;
    border-bottom: none;
  }
  .load-embed-case-item .case-embed {
    position: relative;
    width: 100%;
    height: auto;
  }
  .load-embed-case-item .load-case-data .case-title {
    position: relative;
    top: 0;
    width: auto;
    padding-top: 24px;
  }
  .load-embed-case-item .load-case-data .case-discription {
    position: relative;
    top: 0;
    width: auto;
    padding-top: 16px;
  }
  .load-embed-case-item .load-case-data .navigation {
    position: relative;
    top: 0;
    width: auto;
    padding-top: 32px;
  }
  .button-load-more {
    width: 33.3%;
    height: 40px;
    opacity: 1;
  }
}

.menu-type-mobile-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 16px;
  display: inherit;
}

@media screen and (max-width: 440px) {
  /*	.intro-fixed, .intro-screen {
		display: none;
	}*/
  .page-header .inner-header {
    width: calc(100vw - 64px);
  }
  .page-header .logo-position-header {
    width: 100px;
    right: 0px;
  }
  .menu-type-mobile-base {
    display: inherit;
  }
  .page-base {
    width: calc(100vw - 64px);
    /* padding-top: 88px; */
    padding-bottom: 0px;
  }
  .page-template-page-cases-2 .page-base {
    padding-top: 42px;
  }
  .cases-main-base {
    width: calc(100% + 8px);
    margin: 0 -4px;
  }
  .cases-main-base li:nth-child(1) {
    width: 100% !important;
    height: auto;
    padding-bottom: 56.25% !important;
  }
  .cases-main-base li {
    width: 50% !important;
    height: auto;
    padding-bottom: 28.12% !important;
  }
  .cases-main-base li .inner {
    margin: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .cases-main-base li .thumbnail-colorlayer {
    width: 100%;
    opacity: 0.25;
  }
  .cases-main-base li .case-item-details {
    left: 12px;
    bottom: 12px;
  }
  .cases-main-base li .case-item-client {
    font-size: 12px;
    line-height: 12px;
  }
  .cases-main-base li .case-item-title {
    font-size: 12px;
    line-height: 12px;
  }
  .cases-main-base li .case-item-details .case-item-description {
    display: none;
  }
  .cases-filter ul {
    display: none;
  }
  .team-list ul li {
    width: 50%;
    /*padding-bottom: 28.12%;*/
    padding-bottom: 78%;
  }
  h2 {
    font-size: 18px;
  }
  .button-load-more {
    width: 100%;
    height: 40px;
    opacity: 1;
  }

  .page-content h1 {
    font-size: 24px;
  }
  .page-footer {
    width: calc(100% - 64px);
  }
  .page-footer h1 {
    font-size: 24px;
  }
  .page-footer .footer-row-contact,
  .page-footer .footer-row-address {
    width: 100%;
    font-size: 16px;
  }
  .page-footer .footer-row-contact img {
    width: 18px;
  }
  .page-footer .footer-row-contact .social-icon-footer:first-child {
    position: absolute;
    padding-right: 4px;
    top: -35px;
    right: 32px;
  }
  .page-footer .footer-row-contact .social-icon-footer {
    position: absolute;
    padding-right: 4px;
    top: -35px;
    right: 0px;
  }
  .page-footer .footer-row-contact br {
    display: inherit;
  }
  .page-footer .footer-logo {
    position: absolute;
    bottom: 80px;
    right: 0px;
    left: 0;
    top: auto;
    width: 88px;
  }
  .page-footer .footer-row-logo {
    text-align: left;
    width: 100%;
    height: auto;
  }
  .page-template-page-private .menu-type-private {
    padding-left: 24px;
    margin-top: -2px;
  }
  .page-template-page-private .menu-type-private img {
    left: 0px;
    top: -4px;
  }
  .page-template-page-private .menu-type-private span {
    display: none;
  }
  .social-media:first-of-type {
    display: none;
  }
  .page-footer .social-media {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    display: inherit;
  }
  .page-footer .social-media img {
    margin-top: 0;
    margin-right: 16px;
    width: 24px;
  }
  .open-video-wall {
    display: none;
  }
  .load-embed-case-item {
    width: calc(100vw - 64px);
    height: calc(100% - 64px);
    top: 32px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .load-embed-case-item .case-embed {
    margin-top: 16px;
  }
  .load-embed-case-item .load-case-data .case-title {
    font-size: 18px;
  }
  .load-embed-case-item .load-case-data .case-discription {
    font-size: 14px;
  }
  .load-embed-case-item .load-case-data .navigation {
    position: absolute;
    top: -32px;
    width: calc(100% + 64px);
    height: 32px;
    background: #131313;
    line-height: 32px;
    left: -32px;
    padding: 0 0 0px 0;
    text-align: center;
  }
  .load-embed-case-item .load-case-data .navigation .ui-button {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    padding: 0px 8px;
    line-height: 21px;
    font-size: 12px;
    background-color: black;
    color: white;
    width: 23%;
  }
  .load-embed-case-item .load-case-data .navigation .ui-button:hover {
    background-color: #f4c932;
    color: black;
  }
  .team-list ul li .team-member-details {
    bottom: 16px;
    left: 16px;
  }
  .team-list ul li .team-member-name {
    font-size: 14px;
  }
  .team-list ul li .team-member-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 320px) {
  .page-header {
    width: calc(100vw - 32px);
  }
  .page-base {
    width: calc(100vw - 32px);
    padding-top: 88px;
  }
  .page-footer {
    width: calc(100vw - 32px);
  }
  .load-embed-case-item {
    width: calc(100vw - 32px);
    height: calc(100% - 32px);
    top: 32px;
    margin: 0 auto;
  }
  .load-embed-case-item .load-case-data .navigation {
    top: -32px;
    left: -16px;
    width: calc(100% + 32px);
  }
}

#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
  position: relative !important;
  width: calc(25% - 16px) !important;
  margin: 0 !important;
  padding-bottom: calc(25% - 16px) !important;
  /*border-radius: 4px;*/
  /*overflow: hidden;*/
  background-color: #e8ecef;
  margin: 8px !important;
  margin-bottom: 72px !important;
}

#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.simple-instagram-caption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.insta-post-data {
  position: absolute;
  left: 0;
  bottom: -56px;
  line-height: 32px;
  opacity: 0.6;
}

#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item:hover .insta-post-data {
  opacity: 1;
}

.insta-post-data img {
  position: relative !important;
  width: 26px !important;
  margin: 0 8px -4px 0px !important;
  opacity: 0.4;
}

.insta-post-data img:last-child {
  margin-left: 16px !important;
}

.header {
  position: relative;
  width: 100%;
  height: 400px;
}

.header .left {
  position: relative;
  width: 100%;
  float: left;
}

.header .left img {
  width: 100%;
}

.header .right {
  float: left;
  width: 100%;
  padding: 30px 0;
}

@media screen and (min-width: 992px) {
  .header .left {
    width: 50%;
  }
  .header .right {
    position: relative;
    float: right;
    width: calc(50% - 112px);
    padding: 32px 56px 0 56px;

  }
}

.header .right h1 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  color: rgba(225, 225, 225, 0.9);
}

.header .right h1 b {
  color: rgba(225, 225, 225, 1);
}

.gray-area {
  position: relative;
  width: calc(99vw - 256px);
  clear: both;
  padding: 32px 128px 64px 128px;
  margin: 32px -128px;
  min-height: 320px;
  background-color: black;
}

.gray-area .row {
  position: relative;
  display: inline-block;
  width: calc(32% - 32px);
  padding-right: 32px;
}

.row a:link,
.row a:visited,
.row a:active,
.row a:hover {
  color: #f5c913;
  font-weight: bold;
  text-decoration: none;
}

.page-break {
  position: relative;
  width: calc(100% - 0px);
  background-color: black;
  clear: both;
}

.page-full-width {
  position: relative;
  width: calc(1400px - 256px);
  clear: both;
  display: flex;
  padding: 32px 0px 64px 0px;
  /*margin: 32px -128px;*/
  margin: auto;
  background-color: #000;
}

.page-full-width .inner {
  position: relative;
  width: calc(100%);
  clear: both;
  margin: auto;
  display: flex;
  padding: 0px 0px 0px 0px;
  /*margin: 32px -128px;*/
  min-height: 320px;
  background-color: #000;
}

.end-page-break {
  position: relative;
  width: calc(1400px - 265px);
  margin: auto;
}

.page-full-width .column {
  position: relative;
  width: calc(33.3% - 32px);
  padding-right: 32px;
}

.page-full-width .column a:link,
.page-full-width .column a:visited,
.page-full-width .column a:active,
.page-full-width .column a:hover {
  color: #f5c913;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: rgba(225, 225, 225, 0.8) !important;
}

@media screen and (max-width: 1440px) {
  .page-full-width,
  .end-page-break {
    width: calc(100vw - 256px);
  }
}

@media screen and (min-width: 769px) {
  .menu-type-mobile-icon,
  .menu-type-mobile-base { 
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu-type-main ul {
    display: none;
  }
  .header .left {
    width: 100%;
  }
  .header .right {
    width: 100%;
  }
  .page-full-width,
  .end-page-break {
    width: calc(100vw - 128px);
  }
  .page-full-width {
    padding: 0px 0 0 0;
  }
  .page-full-width .inner {
    padding: 0px 64px 0 64px !important;
  }
  .gray-area {
    position: relative;
    width: calc(99vw - 128px);
    clear: both;
    padding: 32px 64px 64px 64px;
    margin: 32px -64px 0 -64px;
    height: auto;
    background-color: #e8ecef;
  }
  #simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
    width: calc(50% - 16px) !important;
    padding-bottom: calc(50% - 16px) !important;
  }
  .gray-area .row {
    position: relative;
    display: inherit;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 32px;
  }
  .page-full-width .inner {
    position: relative;
    width: calc(100% - 8px);
    clear: both;
    display: flex;
    flex-flow: wrap;
    padding: 0px 64px 0px 64px;
    margin: 32px -64px;
    min-height: 320px;
    /*background-color: #e8ecef;*/
  }
  .page-full-width .inner .column {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 32px;
  }
  .insta-post-data {
    position: absolute;
    left: 0;
    bottom: -56px;
    line-height: 32px;
    opacity: 0.4;
  }
  .insta-post-data img {
    position: relative !important;
    width: 26px !important;
    margin: 0 8px -4px 0px !important;
  }
  .insta-post-data img:last-child {
    margin-left: 16px !important;
	}
}
@media screen and (max-width: 440px) {
	.page-full-width,
	.end-page-break {
		width: calc(100vw - 64px);
	}
	.gray-area {
		width: calc(99vw - 64px);
		padding: 16px 32px;
		margin: 32px -32px 0 -32px;
	}
	.header .right h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.insta-post-data {
		position: absolute;
		left: 0;
		bottom: -32px;
		line-height: 32px;
		opacity: 0.4;
	}
	.insta-post-data img {
		width: 18px !important;
		margin: 0 4px -4px 0px !important;
	}
	.insta-post-data img:last-child {
		margin-left: 8px !important;
	}
	.page-full-width .inner {
		padding: 0px !important;
		margin: 32px 0px;
	}
	#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
		width: calc(50% - 16px) !important;
		padding-bottom: calc(50% - 16px) !important;
		margin-bottom: 46px !important;
	}
}

@media screen and (min-width: 480px) {
  div.intro-screen.intro-fixed div.videowall__menu .videowall__menu--icon {
		top: 25px  !important;
  }
}
@media screen and (min-width: 768px) {
  .introduction-scroll {
    display: none;
  }
  div.intro-screen.intro-fixed div.videowall__menu .videowall__menu--icon {
		top: 27px  !important;
		left: 128px  !important;
  }
  div.intro-screen.intro-fixed div.videowall__menu--navigation nav {
		top: 100px  !important;
		left: 128px  !important;
	}
}
	/* div.intro-screen div.videowall__menu .videowall__menu--icon {
		display: none;
	} */
	div.intro-screen.intro-fixed div.videowall__menu .videowall__menu--icon {
		position: fixed;
		top: 10px;
		left: 20px;
		width: 40px;
		height: 40px;
		z-index: 100;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	div.intro-screen.intro-fixed div.videowall__menu .videowall__menu--icon img {
		width: 32px;
		height: 16px;
	}
	div.intro-screen.intro-fixed div.videowall__menu--navigation {
		background: rgba(0, 0, 0, .85);
		position: fixed;
		z-index: 99;
		top: 0;
		bottom: 0;
		left: -500px;
		width: 500px;
		transform: translateX(0%);
	}
	div.intro-screen.intro-fixed div.videowall__menu--navigation nav {
		position: relative;
		top: 100px;
		left: 25px;
		z-index: 99;
	}
	div.intro-screen.intro-fixed div.videowall__menu--navigation nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none; 
	}
	div.intro-screen.intro-fixed div.videowall__menu--navigation nav ul li {
		line-height: 2em;
	}
	div.intro-screen.intro-fixed div.videowall__menu--navigation nav ul li a {
		color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 24px;
    line-height: 42px;
	} 
	div.videowall__menu--navigation.navigation-open {
		transform: translateX(100%) !important;
	}
/* } */

@media screen and (min-width: 525px) and (max-width: 768px) {
  .menu-type-mobile-list ul {
    left: 75px;
  }
}


.instruction-scroll { 
  z-index: 9999 !important;
  display: block !important;
  height: 32px !important;
  line-height: 32px !important;
  cursor: pointer;
  text-align: left !important;
}
@media screen and (max-width: 479px) { 
  .instruction-scroll { 
    background: transparent !important;
    top: 16px !important;
    left: 70px !important;
  }
}
@media screen and (min-width: 480px) { 
  .instruction-scroll { 
    text-align: center !important;
  }
}