/*

* Skeleton V1.2

* Copyright 2011, Dave Gamache

* www.getskeleton.com

* Free to use under the MIT license.

* http://www.opensource.org/licenses/mit-license.php

* 6/20/2012

*/



/* Table of Content

==================================================

	#Site Styles

	#Page Styles

	#Media Queries

	#Font-Face */



/* #Site Styles

================================================== */



/* #Page Styles

================================================== */



/* #Media Queries

================================================== */



	/* Smaller than standard 960 (devices and browsers) */

	@media only screen and (max-width: 959px) {}



	/* Tablet Portrait size to standard 960 (devices and browsers) */

	@media only screen and (min-width: 768px) and (max-width: 959px) {}



	/* All Mobile Sizes (devices and browser) */

	@media only screen and (max-width: 767px) {}



	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

	@media only screen and (min-width: 480px) and (max-width: 767px) {}



	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

	@media only screen and (max-width: 479px) {}





/* #Font-Face

================================================== */

/* 	This is the proper syntax for an @font-face file

		Just create a "fonts" folder at the root,

		copy your FontName into code below and remove

		comment brackets */



/*	@font-face {

	    font-family: 'FontName';

	    src: url('../fonts/FontName.eot');

	    src: url('../fonts/FontName.eot?iefix') format('eot'),

	         url('../fonts/FontName.woff') format('woff'),

	         url('../fonts/FontName.ttf') format('truetype'),

	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');

	    font-weight: normal;

	    font-style: normal; }

*/


::-webkit-input-placeholder {
   color: #d3d3d3;
}

:-moz-placeholder { /* Firefox 18- */
   color: #d3d3d3;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #d3d3d3;  
}

:-ms-input-placeholder {  
   color: #d3d3d3;  
}

html {
  margin-top: 0 !important;
}

body {
  position: relative;
  background-color: rgba(252,245,242,1);
  background-color: #D4D4D4;
/*   max-width: 1366px; */
  margin: 0 auto;
}

/* -----HEADER---- */

/* remember to use the media query to change margin top of .des */


.header {
  position: fixed;
  margin: 0 auto;
  width:100vw;
  max-width: 1366px;
  height: 54px;
  font-family: 'Karla';
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 400;
  z-index: 10000;
  color: #000;
  left: 0;
  right: 0;
  top: 0;
/*   background-color: rgba(252,245,242,0); */
}
/* media query para o modo desktop */

.header-top {
  position: absolute;
  width: 100vw;
  height: 12px;
  background-color: #fff;
  top:0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10001;
}

.header-bg {
  position: fixed;
  width: 100vw;
  height: 54px;
  top:0;
  left: 0;
  right: 0;
  margin: 0 auto;
/*   background-color: rgba(252,245,242,0); */
}


.banner {
  display: none;
}
  
.left {
  position: absolute;
  top: 50%;
  left: 17.15%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%, -50%);
  height: 15px;
}

.right {
  position: absolute;
  top: 50%;
  right: 17.15%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%, -50%);
  height: 15px;
  height: 15px;
  text-transform: uppercase;
}

  
.header img {
  height: auto;
  width: 80px;
  top: calc(50% - 2px);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  filter: none; 
  -webkit-filter: blur(0px); 
  -moz-filter: blur(0px); 
  -ms-filter: blur(0px);
}



.menu li {
  padding-right: 32px;

}

.menu li a {
 color: #000;
}



.menu li:last-child {
  padding-right: 0px;
}

.current_page_item {
  text-transform: uppercase;
  color: #000;
}

.menu li.current_page_item a {
  color: #000;
}
.navigation ul li {
  float:left;
  
}
/* language option */
#menu-item-44 {
  display: none;
} 



.navigation ul li .sub-menu li {
  text-align: left;
}


.sub-navigation {
  display: none;
  position: fixed;
  height: 54px;
  width: 100vw;
  top: 54px;
  left: 0;
  
  text-transform: uppercase;
  text-align: center;
  font-family: 'Karla';
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #000;
  
  line-height: 62.5px;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}

.sub-navigation ul {
  display: inline-block;
}

.submenu-li {
  float: left;
  padding-right: 32px;
  margin-bottom: 0;
}

.submenu-li:last-child {
  padding-right: 0;
}

.sub-navigation li.current_page_item a {
  color: #000;
}

/* ------ FOOTER ----- */

#footer {
  width: 100vw;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background-color: rgba(252,245,242,1);
  z-index: 1100;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}

.footer-container {
  width: 100vw;
  left: 0;
  background-color: rgba(252,245,242,1);
  background-color: #D4D4D4;
  height: 48px;
  position: relative;
  bottom: 0;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Karla';
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;  
}

#footer ul {
  display: inline-block;
  
}

#footer ul li {
  float: left;
  margin-right: 40px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 11px;
}

#footer ul li:last-child{
  margin-right: 0;
  cursor: default;
}

/* ------ HIDE MENU ----- */

.hidden-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  
}

/* ------ INTRO ----- */

.container {
  position:absolute;
  height:100%;
  width:100%;
}

.panels { 
  position:relative;
  height:100%;
  min-height:100%;
  width:100%;
  z-index:1000;
}

.claan-mobile-logo {
  display:none;
  position: absolute;
  height:26px;
  width: 80px;
  top: 0;
  left: 50%;
  margin-top: 28px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%, 0%);
  z-index: 10;
  
}

.scrollMsg {
  display: none;
}

/* ---- BACKGROUND CHECKER VALUES ---- */
.background--light {
  color: black;
  border-color:#000 transparent transparent;
}

.background--dark {
  color: white;
  border-color:#fff transparent transparent;
}

.background--complex {
  color: black;
  border-color:#eee transparent transparent;
}


/* --------- FEED --------- */

.container-index {
  width: 65.7%;
  max-width: 898px;
  margin: 50px auto;
  height: auto;
/*   margin: 0 auto; */

}

#index-wrapper {
  position: relative;
/*   max-width: 1366px; */
  margin: 0 auto;
  margin-top: 0;
  min-height: auto;
  width: 100%;
  overflow: visible;
}

#index-wrapper.work-wrapper {
  background-color: white;
  margin: 0 auto;
  min-height: auto;
  overflow: visible;
  position: relative;
  width: calc(100% - 4px);
  padding-bottom: 48px;
}

.work-container {
  width: calc(65.7% + 32px);
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.work-container.active {
  opacity: 1;
}

#intro-post, .intro-post, .slider {
  width: 100vw;
  position: relative;
  height: 65vh;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
}

.slider {
  width: 100%;
}

#intro-post iframe {
  width: 100vw;
  height: 65vh;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preloader img {
  width: 100%;
  height: auto;
}

.intro-img-container {
  position: absolute;
  margin-bottom: 60px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-img-container-slide {
  width: 100%;
  height: 65vh;
  display: inline-block;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.mobile-fallback {
  display: none;
}

/*
.intro-img-container {
  width: 100%;
  height: 65vh;
  max-height: 680px;
  position: relative;
  text-align: center; 
  margin-bottom: 60px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/


/*
.intro-img {
  width: auto;
  vertical-align: top;
  
}
*/

.intro-phrase {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: calc(100% - 40px);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%, -50%);
  margin: 0;
  padding: 20px;
  font-family: 'Playfair Display';
  font-size: 68px;
  line-height: 77px;
  font-weight: 400;
  text-align: center;
  color: #000;

}

.intro-excerpt {
  width: 70%;
  display: inline-block;
}

.intro-link {
  width: 120px;
  display: block;
  float: right;
  border: 1px solid #000;
  font-size: 11px;
  height: 25px;
}

.intro-link span {
  display: inline-block;
  height: 25px;
  line-height: 27px;
  text-align: center;
  width: 100%;
}
  

#masonry-container {
  width: 104.7%;
  margin-left: 0%;
}
  
#masonry-grid {
  width: 104%;
  margin-left: 0%;
  opacity: 1;
  transition: opacity 0.1s ease-in;
}

#masonry-grid.showUp {
  opacity: 1;
}

#masonry-grid .gutter-sizer{
  width: 2%;
}

.grid-item {
  width: 28.9%;
  float:left;
  display: block;
  margin-bottom: 4.4%;
  cursor: pointer;
  overflow: hidden;

}

.grid-item span {
  margin-bottom: 10px;
}

.grid-cat {
  font-family: 'Karla Regular';
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: left;
}

.grid-date {
  float: right;
  font-family: 'Karla Regular';
  font-size: 10px;
  letter-spacing: 0px;
  color: #AAAAAA;
}

.grid-img, .grid-title {
  margin-bottom: 20px;
}

.grid-img {
  vertical-align: top;
}

.grid-title {
    font-family: 'Playfair Display';
    font-size: 20px;
    text-align: center;
    margin-bottom: 18px;
    line-height: 26px;
}

.grid-excerpt {
  font-family: 'PT Serif';
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  margin-bottom: 0;
  color: #000;
  width: 100%;
}

.grid-excerpt .excerpt-indent{
 width: 8px;
 height: 14px;
 display: inline-block; 
 margin-bottom: 0;
}
/*

.grid-excerpt::first-line {
  text-indent: 8px;
}
*/




/*------ PAGES -------- */


/* ----- WORK EDIT ----- */

.grid-bar {
  background-color: rgba(252,245,242,1);
  background-color: #D4D4D4;
  position: absolute;
  z-index: 1000;
  display: block;
}

.top-bar {
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.bottom-bar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}


.left-bar {
  left: 0;
  top: 0;
  width: 16px;
  height: 100%;
}

.right-bar {
  right: -1px;
  top: 0;
  width: 16px;
  height: 100%;
}


#grid-size {
  opacity:0;
  filter: alpha(opacity=0);
  display: none;
  position: relative;
  width: calc(33% - 16px);
  min-height: 15.95%;
  margin-left: 0.58%;
}


#trash-can {
  width: 150px;
  height: 150px;
  border: 1px solid red;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gridster ul {
  width: 100%;
  height: auto;
  
}

.work-wrapper .gridster ul li {
  border: none;
  cursor: none;
  z-index: 1000;
}

.work-wrapper .gridster ul {
  cursor: none;
}

.gridster li {
  border: 1px solid black;
  float: left;
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
  color: #000;
  background-color: rgba(252,245,242,1);
  background-color: #D4D4D4;
}

.gridster.edit-grid li {
  cursor: -webkit-grab;
  cursor: grab;
}

.gridster.edit-grid li.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.gridster.edit-grid li.resizing {
  cursor: se-resize;
}


.gridster li div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.gridster li .card-category {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  line-height: 105%;
  height: auto;
  font-family: 'Karla';
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;

}

.gridster li .card-title {
  display: block;
  width: calc(100% - 40px);
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-family: 'Playfair Display';
  font-size: 30px;
  line-height: 130%;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%, -50%);  
  
}

.grid-project-title {
  font-family: 'Karla';
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  display: none;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);  
}



.gridster ul li .delete-card {
  background: rgba(0, 0, 0, 0);
  color: red;
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 15px;
  cursor: no-drop;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}

.gridster li:hover .delete-card {
 opacity: 1;
 filter: alpha(opacity=100); 
}

.save-layout, .reset-layout {
  width: 120px;
  display: block;
  border: 1px solid #000;
  font-size: 11px;
  height: 25px;
  position: fixed;
  bottom: 0;
  right: 1px;
  background-color: lightblue;
}

.reset-layout {
  right: 130px;
  background-color: lightcoral;
}

.save-layout span, .reset-layout span {
  display: inline-block;
  height: 25px;
  line-height: 27px;
  text-align: center;
  width: 100%;
}

.status-msg {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  display: inline;
  font-size: 22px;
  height: auto;
  left: 50%;
  line-height: 100%;
  padding: 5px;
  position: fixed;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: auto;
  z-index: 100;  
  display: none;
}


.cardbox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.08);
  opacity: 0;
  filter: alpha(opacity=0);
}

.showCB {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}

/* ----- WORK INDEX ----- */

#work-wrapper{
  margin-top: 52px;
  height: auto;
  width:100vw;

}

#work-featured {
  width: 100vw;
  height: 65vh;
  max-height: 680px;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#work-featured-wrapper {
  position: absolute;
  height:auto;
  bottom: 0;
  color: #000;
  width: 100vw;
  display: none;

}

#work-featured-info {
  margin: auto 82px;
  background-color: #fff;
  height: 82px;
  line-height: 82px;
  padding-left: 0;

}

.featured-title {
  font-family: 'Playfair Display';
  font-size: 42px;
  margin-right: 100px;
  
}

.featured-tags {
  font-family: "Karla Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  
}

.work-curtain {
	/*margin-top: 450px; */
	z-index: 100;
}

#work-index-wrapper {
  position: relative;
/*   max-width: 1366px; */
  margin: 0 82px auto;
  margin-top: 0;
  padding-top: 82px;
  background-color: #fff;
  margin-bottom: 82px;
  height: auto;
}


/*------ SLICK GALLERY -------- */

.slick-slider {
  margin-bottom: 0;
  height: 100%;
  overflow: hidden;
}

.slick-list {
  height: 100%;
}

.slick-prev:before, .slick-next:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.slick-slide {
  outline: none;
  width: 100%;
  height: auto;
  text-align: center;
}

#slickHover {
  display: none;
  font-family: "Karla";
  font-size: 12px;
  font-weight: 700;
  color: #000;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  white-space:nowrap;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: auto;
  z-index: 1100;  
}

#lightbox {
  width: 100vw;
  height: 100vh;
  z-index: -10;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: none;
}

#left-lb {
  position: fixed;
  width: 22px;
  height: 100vh;
  background-color: #fff;
  left: 0;
  top: 0;
}

#right-lb {
  position: fixed;
  width: 22px;
  height: 100vh;
  background-color: #fff;
  right: 0;
  top: 0;  
}

#top-lb {
  position: fixed;
  width: 100vw;
  height: 22px;
  background-color: #fff;
  left: 0;
  top: 0; 
  z-index: 1; 
  cursor: default !important;
}

#bottom-lb {
  position: fixed;
  width: 100vw;
  height: 22px;
  background-color: #fff;
  left: 0;
  bottom: 0;  
}

#slickClose {
  font-family: "Karla";
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  letter-spacing: 2px;
  position: absolute;
  top: 2px;
  left: 6px;
  z-index: 10;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer !important;
}

.slick-slide div:not(.intro-img-container-slide) {
  display: inline-block;
  height: calc(100vh - 44px);
  width: calc(100vw - 44px);
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-touch-callout: inherit;
  -webkit-user-drag: element;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  image-rendering: -webkit-optimize-contrast;
  
}

.slick-slide div:not(.intro-img-container) img { 
  height: calc(100vh - 44px);
  width: auto;
  max-width: 100%;
}

.slick-slide .image {
  overflow: hidden;

}
.slick-prev:before, .slick-next:before {
  color: rgb(3, 24, 65);
}

.slick-prev, .slick-next {
  border: none;
  outline: 0;
}

.slick-dots {
  padding-left: 0px !important;
  display: none !important;
}

.slider2 .slick-dots {
  display: block !important;
  bottom: 10px;
}


/*
.slider-positioner {
  position: relative;
  top: 82px;
  width: 100%;
  height: calc(100% - 82px);
  display: block;
}
*/

.slider-wrapper {
	position: fixed;
  top: 50%;
  left: 50%;
/*
  -webkit-transform:  translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
*/
  
  max-width: calc(100% - 44px); 
  height: calc(100% - 44px);
  
  margin-left: calc(-50vw + 22px);
  margin-top: calc(-50vh + 22px);
  
  opacity: 0;
  
  filter: alpha(opacity=0);
  z-index: -10;
  
  overflow: hidden;
  cursor: none;
}

.captions {
  display: none;
}

.caption-desc {
  position: fixed;
  bottom: calc(5% - 15px);
  width: 86vw;
  padding-left: calc(7vw - 10px);
  padding-right: 7vw;
  color: rgb(3, 24, 65);
  text-align: center;
  font-family:"futura-pt";
  font-weight: 300;
  z-index: -10;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: scroll;

}

.gallery-counter {
  position: fixed;
  bottom: calc(5% - 15px);
  right: 5%;
  width: auto;
  color: rgb(3, 24, 65);
  text-align: center;
  text-transform: uppercase;
  font-family:"futura-pt";
  font-weight: 300;
  font-style: italic;
  z-index: -10;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 2px;
  opacity: 0;
  filter: alpha(opacity=0);

}


.slide-arrow {
  position: fixed;
  top: 50%;
  width: 20px;
  height: auto;
  right: auto;
  z-index: -10;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transform:  translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}

.close-slick {
  position: fixed;
  top: 120px;
  right: 6%;
  margin-top: -4.5px;
  width: 9px;
  height: auto;
  z-index: -10;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  display: none;

}


.back-slide {
  left: 5%;

}

.next-slide {
  right: 5%;

}


/* ----- WORK SINGLE ----- */
.single-container-index {
  margin-top: 28px;
}

#work-featured-info-single {
  background-color: rgba(252,245,242,1);
  max-width: 1366px;
  margin: auto 82px;
  height: 82px;
  line-height: 82px;
  padding-left: 0;

}

#single-work-wrapper{
  position:relative;
  height: auto;
  width: 100vw;
  color: #000;
  cursor: pointer;
}

.work-content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	
}

.work-content p {
  color: #000;
  font-family: "PT Serif";
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-content p:last-child {
  margin-bottom: 0;
}

.work-content p strong {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 18px;	
}

.featured-tags-single {
  font-family: "Karla";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #000;
  text-align: center;
  
}

#work-index-wrapper-single {
  padding-top: 23px;
}

.single-title {
  font-family: 'Playfair Display' !important;
  font-size: 42px !important;
  margin-bottom: 35px !important;
  color: #000 !important;
  line-height: 140% !important;
  font-weight: normal;
}



/*
.single-image {
	width:100%;
	height: auto;
	float:left;
}

.single-image img {
  margin-bottom: 28px;
}

#single-main-image:after {
	clear: both;
}

#single-main-image img {
  margin-bottom: 28px;
 
}

#single-main-image {
  background-color: #fff;
}

#single-secondary-image {
    -moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;
    
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    background-color: #fff;
}

#single-secondary-image img {
  height: auto;
  display: block;
}
*/

#project-media {
  position: relative;
  height: auto;
  width: calc(100% - 24px);
  padding: 24px 0 15px 24px;
  background-color: #fff;
  cursor: none;
}

.project-image {
  vertical-align: top;
}

#project-media div {
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  height: auto;
  cursor: none;
  margin-right: 24px;
  margin-bottom: 24px;
}

#project-media span {
  color: #000;
  display: block;
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  width: auto;
  position: absolute;
  left: 0;
  bottom: -18px;  
  
}

.responsive-video {
  overflow:hidden;
  width: 100%;
  height: 300px;
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
}

.responsive-video:after {
  clear: both;
}

.slick-responsive-video {
  overflow:hidden;
  height: 80vh; 
  width: 90%;
  margin-left: 5%;
  position: relative;
  display: block; 
}

.responsive-video iframe, .slick-responsive-video iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  display: block;
}

#project-media span#mediaHover, #gridsterHover {
  display: none;
  font-family: "Karla";
  font-size: 12px;
  font-weight: 700;
  color: #000;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  white-space:nowrap;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  z-index: 1100;  
}

#gridsterHover {
  width: 150;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  cursor: none;
}

#project-media .landscape, #project-media span.landscape {
  width: calc(100% - 24px);
  height: auto;
}

#project-media .portraitBig, #project-media span.portraitBig {
  width: calc(100% - 24px);
  height: auto;
}

#project-media .portraitSmall, #project-media .portraitSmallRight, #project-media span.portraitSmall, #project-media span.portraitSmallRight {
  width: calc(50% - 24px);
}

#project-media span.portraitSmall {
 /* display: none; */
}


#project-media .videolandscape {
  width: calc(100% - 24px);
  height: 600px;
}

#project-media .videoportraitBig {
  width: calc(100% - 24px);
  height: 600px;
}

#project-media .videoportraitSmall, #project-media .videoportraitSmallRight {
  width: calc(50% - 24px);
  height: 300px;
}

#project-media .videoportraitSmallRight, #project-media .portraitSmallRight  {
  float: right;
}


#project-data {
  text-align: center;
  margin: 31px 0 28px;
}

#project-data div {
  display: inline-block;
}

.project-data-title, .project-data-info {
  font-family: "Karla";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  font-weight: 700;
}

.project-data-title {
  color: #000;
  margin-right: 10px;
  font-weight: 500;

}

.project-data-info {
  color: #000;
  margin-right: 30px;
}

.project-data-info a { 
  text-decoration: underline;
}

.last-project {
  margin-right: 0;
}


#work-index-wrapper-single #readmore {
  color: #000;
  display: inline;
  float: right;
  font-family: "Karla";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 53px;
  margin-top: 62px;
  text-align: right;
  width: 100%;
}

.single-context-text {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
  color: #000;
  
  width: calc(100% - 44px);
  background-color: #fff;
  padding-bottom: 41px;
  padding-left: 24px;
  padding-right: 20px;
  margin-bottom: 45px;
}

.single-context-text a {
  border-bottom: 1px solid black;
  line-height: 17px;
  display: inline-block;
}

.single-context-text p {
  margin-bottom: 20px;
}

.single-context-text p:last-child {
  margin-bottom: 0;
}

.single-context-text strong, .single-context-text bold {
  font-weight: 600;
}

/* ----- RELATED ----- */
.single-related-read {
  margin-top: 38px;
  font-family: "Karla";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}

.single-related-read img {
  height: 12px;
  margin-bottom: -2px;
}


.single-related-like {
  margin-top: 38px;
  margin-bottom: 38px;
  font-family: 'Playfair Display';
  font-size: 42px;
  text-align: center; 
  color: #000;
}

.related-posts {
  display: block;
  margin-bottom: 48px;
  padding-bottom: 48px;
  height: auto;
  width: 100%;
  text-align: center;
}

.related-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.33%;
  width: 31.1%;
  height: auto;
}

.related-last{
  margin-right: 0
}

.related-excerpt {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 14px;
}

.related-img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.related-seperator {
  display: none;
}


/*----- SINGLE WORK CURTAIN ------*/

.fixed-curtain {
/*   position: fixed; */
  position: relative;
  overflow-x: hidden;
}

.fixed {
  bottom: 0;
  position: fixed !important;
  top: auto !important;
}


.work-curtain {
  position: relative;
	z-index: 100;
	margin-top: 100vh;
	}




/* ------ ABOUT ------- */
.about-wrapper {
  
}

.about-head {
  position: relative;
/*   margin-bottom: 20px; */
  width: 100%;
  text-align: center;
  padding-top: 70px;
}

.abh-caption {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  line-height: 24px;
  margin-bottom: 95px;
  margin-left: 15px;
  display: block;
}

.abh-title {
  font-family: 'Playfair Display';
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #000;
  line-height: 100%;
}

.about-head img {
  width: 350px;
  height: auto;
  margin-bottom: 4px;
}

.abh-content {
  color: #000;
  margin-top: 91  px;
}

.abh-short-story {
  color: #000;
  font-family: "Karla";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
}

.abh-story-title {
  font-family: 'Playfair Display';
  font-size: 42px;
  font-weight: 400;
  color: #000;
  line-height: 100%;
  margin-top: 27px;
  margin-bottom: 44px;
}

.abh-excerpt {
  font-family: 'PT Serif';
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
}

.abh-excerpt a{
  text-decoration: underline;
}

.abh-excerpt p{
  margin-bottom: 20px;
}

.abh-excerpt p:last-child{
  margin-bottom: 0px;
}

.abh-description {
  margin-top: 72px;
  position: relative;
}

.abh-content #readmore {
  float: right;
  color: #000;
  font-family: "Karla";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 62px;
  margin-bottom: 53px;
  display: inline;
  width: 100%;
  text-align: right;
}

#readmore span {
  display: inline;
  cursor: pointer;
}

.abh-left {
  float: left;
}

.abh-image-caption {
  width: 30%;
  height: 200px;
  position: relative;
  text-align: left;
}

.abh-image-caption span {
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  line-height: 18px;
  display: block;

}

.abh-img  {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.abh-description-txt {
  width: 65.5%;
  text-align: left;
  float: right;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
}

.abh-description-txt p {
  margin-bottom: 34px;
}

.abh-description-txt p:last-child {
  margin-bottom: 0;
}

.reasons {
  text-align: center;
  margin-top: 85px;
}

.reasons-header {
  margin-bottom: 25px;
  text-align: center;
  color: #000;
  font-family: "Karla";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
}

ul.reasons-title{
  margin-bottom: 25px;
  display: inline-block;
}

.reasons-title li {
  width: 100%;
  text-align: center;
  list-style: none;
  font-family: 'Playfair Display';
  font-size: 42px;
  font-weight: 400;
  color: #000;
  line-height: 42px;
  margin-bottom: 28px;
}

.reasons-title li:first-child {
  display: none;
}

.reasons-title li:last-child {
  margin-bottom: 0;
}

.reasons-title li span {
  display: inline-block;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.reasons-content {
  text-align: center;
  position: relative;
}


.reasons-inner-content {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}

.reasons-inner-content2 {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}

.reason-active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 3;
}

.reasons-inner-img {
  width: 100%;
  height: 31.5vw;
  max-height: 430px;
  position: relative;
  margin: 10px auto;
  margin-bottom: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.reasons-caption {
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  line-height: 12px;
  text-align: left;
  margin-bottom: 35px;
  display: none; 
}

.reasons-inner-content span {
  color: #000;
  font-family: "PT Serif";
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  display: block;
  padding-top: 10px;
  padding-bottom: 25px;
  
}

.reasons-inner-content:last-child span {
  padding-bottom: 0;
}

.services {
  text-align: center;
  margin-top: 83px;
  margin-bottom: 50px;
}

.services > p {
  color: #000;
  font-family: "Karla";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
}

.services-header {

  font-family: 'Playfair Display';
  font-size: 42px;
  font-weight: 400;
  color: #000;
  line-height: 100%;
  margin-top: 27px;
  margin-bottom: 44px;
}


.services-container {
  position: relative;
}

ul.services-title {
  width: 45%;
  height: auto;
  text-decoration: none;
  list-style: none;
  display: block;
  text-align: left;
  position: relative;
  left: 0;
  top: 0;
  padding-right: 5%;
}

.services-title li {
  font-family: 'PT Serif';
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 103%;
  margin-bottom: 15px;
  cursor: default;
  color: #000;
  white-space: nowrap;
}

.services-title li:last-child {
  margin-bottom: 0;
}

.services-content div {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
}

.services-content div.service-active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 3;
}

.clients {
  margin-bottom: 75px;
  margin-top: 95px;
  text-align: center;  
}

.clients > p {
    color: #000;
    font-family: "Karla";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 100%;
    margin-bottom: 15px;
}

.clients-container {
  display: inline-block;
  text-align: center;
}

.clients-container div {
    color: #000;
    font-family: "PT Serif";
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
    margin: 15px 20px;
    display: inline-block;
}

.clients-container:after {
  clear: both;
}


.team-description {
 margin-top: 88px;
 position: relative;  
}

.team-title {
  color: #000;
  font-family: "Karla";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
  text-align: center;  
}

.team-sub-title {
  color: #000;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 34px;
  margin-top: 26px;
  text-align: center;  
}

.team-content, .team-read-more-content {
  color: #000;
  font-family: "PT Serif";
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
}


.team-description #readmore {
  color: #000;
  display: inline;
  float: right;
  font-family: "Karla";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: right;
  width: 100%;
  text-transform: uppercase;  
}

.team-description p {
  margin-bottom: 20px;
}

.team-read-more-content {
  display: none;
  margin-top: 20px;
}

.team-content p:last-child, .team-read-more-content p:last-child {
  margin-bottom: 0;
}

.vincent-description {
 margin-top: 66px;
 margin-bottom: 50px;
 position: relative;  
}

.vincent-title {
  color: #000;
  font-family: "Karla";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
  text-align: center;   
}

.vincent-sub-title {
  color: #000;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 43px;
  margin-top: 27px;
  text-align: center;  
}

.slider-vincent {
  width: 100%;
  height: 500px;
  max-height: 500px
}

.vincent-content {
  font-family: "Source Sans Pro";
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  margin-top: 17px;  
  text-align: left;
}

.vincent-content a {
  border-bottom: 1px solid black;
  line-height: 17px;
  display: inline-block;
}

.vincent-description .slick-slide div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 500px;
  max-height: 500px;
  margin: 0 auto;
  outline: medium none;
  width: 100%;
}

.books-description, .platforms-description, .talks-description, .location-description {
  margin-top: 90px;
  margin-bottom: 30px;
}

.location-description { 
  margin-top: 66px;
}

.platforms-description, .talks-description {
  margin-top: 42px;
}

.location-description li {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 28px; 
}

.books-title, .location-title {
  color: #000;
  font-family: "Karla";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
  text-align: center;
}

.books-sub-title, .platforms-sub-title, .talks-sub-title, .location-sub-title  {
  color: #000;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 42px;
  margin-top: 26px;
  text-align: center;   
} 

.talks-sub-title {
  line-height: 130%;
}

.location-sub-title  {
  margin-top: 38px;
  margin-bottom: 28px;
}

.books-description li, .platforms-description li, .location-description li {
  color:#000;
  font-family: 'Source Sans Pro';
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 24px;
  text-align: center;
}


.talks-left-content {
  display: inline-block;
  width: 50%;
  height: auto;
}

.talks-right-content {
  display: inline-block;
  width: 47.5%;
  height: auto;
  margin-left: 2%;
  text-align: left;
  vertical-align: top;
}


.talks-main-text {
  color:#000;
  font-family: 'Source Sans Pro';
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: left;  
}

.talks-book-us {
  color:#000;
  font-family: 'Source Sans Pro';
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
  text-align: left;
}

.talks-book-us a{
  border-bottom: 1px solid black;
  line-height: 16px;
  display: inline-block;  
}


.talks-description li {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.talks-description li.events-title {
  font-weight: 600;
  line-height: 130%;
}

/*
.talks-description li.upcoming-list {
  margin-bottom: 30px;
}
*/

.book-country, .about-platform-country {
  font-weight: 600;
}


.book-title-link, .talk-title-link, .about-platform-title-link {
/*
  border-bottom: 1px solid black;
  line-height: 99%;
  display: inline-block;
*/
  text-decoration: underline;
}

.location-description {
  margin-bottom: 50px;
  padding-bottom: 70px;
}

.location-description li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 5px;
}


.location-description .emails-list {
  margin-bottom: 22px;
}

.location-description .contact-email {
  margin-bottom: 20px;
}

.contacts-info {
  display: inline-block;
  width: 33.3%;
  text-align: left;
}

.global-email a {
  border-bottom: 1px solid black;
  line-height: 90%;
  display: inline-block;
}

.contacts-info a {
  border-bottom: 1px solid black;
  line-height: 90%;
  display: inline-block;
}

.contacts-info .contact-email-title {
  font-weight: 600;
}

.contacts-info span {
  display: inline-block;
  margin-bottom: 0px;
}

.location-description .global-email{
  margin-top: 40px;
  margin-bottom: 40px;
}

.location-description .emails-list {
  margin-bottom: 22px;
}

.location-description  .social-title {
  color: #000;
  font-family: "Karla";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0;
}

.social-title {
  color: #000;
  font-family: "Karla";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 18px;
  margin-bottom: 11px;
  text-align: center; 
}

.social {
  margin-top: 48px;
}

.social a {
  color: #000;
  font-family: "Karla";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-right: 30px;
}

.social a:last-child {
  margin-right: 0;
}

.single-context-text iframe {
  width: 100%;
}

.single-context-text iframe:not(".iframe-ads") {
  width: 100%;
  height: 350px;
}

.single-context-text iframe.iframe-ads {
  width: 100% !important;
  display: block;
  vertical-align: bottom;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.copyright-mobile {
  display: none;
}

/*------ MEDIA QUERIES ------*/

/*------ MOBILE ---------*/

@media only screen and (min-width: 320px) and (max-width: 667px)  {
  
  
  /* ----- HEADER MENU ----- */
  .header {
    position: fixed;
    height: 42px;
    left: 0;
  }
  
  .header-bg {
    height: 42px;
    display: none;
  }
  
  .header img {
    width: 70px;
    z-index: 10010;
    top: calc(50% + 2px);
  }
/*
  div.header {
    background-color: rgba(0,0,0,0) !important; 
  }
  .header-bg {
    display: none;  
  }
*/
  
  .header-top {
    z-index: 0;
  }
  
  .menu-header {
    display: none !important;
  }
  
  .banner {
    display: block;
    position: fixed;
    
    width: 100vw;
    height: 42px;
    font-family: 'Karla';
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    z-index: 1000;
    color: #000;
    left: 0;
    bottom: 0;
    background-color: rgba(252,245,242,1);
  }
  
  .mobile-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }
  
  .mobile-menu li {
    display: inline-block;
    padding: 0;
    margin-right: 5%;
    margin-bottom: 0;
    height: 42px;  
  }
  
  .mobile-menu li a { 
    line-height: 42px;
  } 
  
  .mobile-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  
  /*----- FOOTER -----*/
  
  #footer {
   display: none !important;
  }
  
   
  /*----- INTRO -----*/
  .intro-phrase {
    font-size: 48px;
    line-height: 52px;
    padding: 10px;
    top:40%;
    width: calc(100% - 20px);
    display: inline-block;
  }

  #intro-post {
    height: 100vh;
  }
  
  .intro-img-container {
    height: 100vh;
    display: block;
    opacity: 1;
  }
  
  .mobile-fallback {
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center; 
    margin-bottom: 60px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    }
  
  .scrollMsg {
    width: 100%;
    display: inline;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%,-100%);
    transform: translate(-50%, -100%); 
    text-align: center; 
    z-index: 1000;  
  }
  
  .scroll-txt {
    font-family: 'Karla';
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2px;
    font-weight: 600;
    z-index: 10000;
    color: #000;
    display: block;
    margin-bottom: 0;
  }
  
  .scroll-arrow {
    font-size: 16px;
    display: block;
    color: #000;
  }
  
  /*----- FEED -----*/
  
  #main-content {
    width: 100%;
  }
  
  .container-index {
    width: 90%;
    margin: 18px auto;
  }
   
  #masonry-grid .gutter-sizer {
    width:0%;
  }
  
  #masonry-container {
    width: 100%;
  }
  
  #masonry-grid {
    width: 100%;
    padding-bottom: 40px;  
  }
  
  #masonry-grid .grid-item {
    width:100%;
    margin-bottom: 8.4%;
    text-align: center;
  }
  
  
  /*------ WORK ----------*/
  #work-featured {
    height: 50vh;
  }
  
  .left-bar, .right-bar {
    width: 13px;
  }
  .single-title {
    font-size: 38px !important;
    color: #000 !important;
    line-height: 130% !important;
  }
  
  .single-context-text {
    margin-bottom: 18px;
  }
  
  .work-container {
    width: 95%;
    margin-top: 55px;
    margin-bottom: 55px;
    padding-bottom: 60px;
  }
  
  .grid-bar {
    display: none;
  }
  
  .gridster {
    margin-bottom: 42px;
  }
  
  .gridster li .card-title {
    width: calc(100% - 10px);
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Playfair Display';
    font-size: 14px;
    line-height: 115%;
    font-weight: 400;
    top: 50%;
    background-color: rgba(252,245,242,1);

  }
  
  .gridster li .card-category { 
    font-size: 10px;
    line-height: 105%;
    display: none;
  }
  
  #gridsterHover {
    display: none !important;
  }
  
  /*------ SINGLE PROJECT PAGE ------*/
  .project-data-info {
    margin-right: 0;
  }
  
  #mediaHover {
    display: none !important;
    opacity: 0;
  }
  
  #project-data div {
    margin-right: 20px;
  }

  #project-data div:first-child {
    margin-left: 20px;
  }
  
  #project-data div:last-child {
    margin-right: 0px;
  }
  
  
  #project-media {
    width: 100%;
    padding: 24px 0 15px 0px;
    background-color: transparent;
  }

  #project-media .landscape {
  width: 100%;
  height: auto;
  }

  #project-media .portraitBig {
    width: 100%;
    height: auto;
  }
  
  #project-media .portraitSmall {
    width: 100%;
  }
  
  
  #project-media .videolandscape {
    width: 100%;
    height: 600px;
  }
  
  #project-media .videoportraitBig {
    width: 100%;
    height: 600px;
  }
  
  #project-media .videoportraitSmall {
    width: 100%;
    height: 300px;
  }
  
  .related-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 8%;
  }
  
  #project-media .portraitSmall, #project-media .portraitSmallRight, #project-media span.portraitSmall, #project-media span.portraitSmallRight {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  

  /* ----- ABOUT ----- */
  .sub-navigation {
    top: 0;
    line-height: 130%;
    height: 42px;
    
  }
  
  .sub-navigation ul {
    margin-top: 4.5px;
  }
  
  .submenu-li {
    float: none;
    display: inline-block;
    padding-right: 10px;
  }
  
  .submenu-li:first-child {
    padding-left: 10px;
  }
  
  .about-head img {
    width: 250px;
  }
  
  .abh-title {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 28px;
  }
  
  .abh-excerpt {
    font-size: 20px;
    line-height: 32px;
  }
  
  .abh-caption {
    margin-bottom: 35px;
  }
  
  .reasons-inner-content span {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 28px;
    padding-top: 0;
  }
  
  ul.reasons-title {
    margin-bottom: 5px;
  }
  
  .reasons-title li { 
    font-size: 26px;
    line-height: 24px;
  }
  
  .services-header {
    font-size: 32px;
  }
  
  ul.services-title {
    width: 100%;
    padding-right: 0;
    padding-top: 33vh;
  }
  
  .services-content div {
    position: absolute;
    width: 100%;
    height: 30vh;
  }
    
  .abh-image-caption { 
    float: left;
    width: 100%;
  }  
  
  .abh-description-txt {
    float: left;
    width: 100%;
    margin-bottom: 34px;
  }
  
.clients-container div {
  font-size: 28px;
  font-weight: 400;
  line-height: 104%;
  margin: 15px 0;
  display: block;
  text-align: center;
}
  
  .team-sub-title {
    font-size: 32px;
    line-height: 130%;
  }
  
  .team-content, .team-read-more-content {
    font-size: 20px;
    line-height: 32px;
  }
  
  .abh-story-title {
    font-size: 32px;
    margin-bottom: 27px;
  }
  
  .abh-description-txt p {
    margin-bottom: 20px;
  }  
  
  
  .social {
    margin-top: 22px;
  }
  
  .vincent-sub-title {
    font-size: 32px;
  }
  
  
  
  .vincent-description .slick-slide div {
    height: 50vh;
  }
  
  .slider-vincent { 
    height: 50vh;
  }
  .books-description li {
    font-size: 20px;
    text-align: left;
    line-height: 100%;
  }
  
  .books-description li:last-child {
    margin-bottom: 0;
  }  
  .platforms-description li {
    font-size: 20px;
    text-align: left;
    line-height: 115%;
  }
  
  .talks-left-content {
    width: 100%;
    margin-bottom: 34px;
  }
  
  .talks-main-text{ 
    margin-bottom: 20px; 
  }
  
  .talks-right-content {
    width: 100%;
    margin-left: 0;
  } 
    
  .contacts-info {
    width: auto;
    display: block;
  }
  
 .location-description li {
   font-size: 20px;
   line-height: 28px;
   text-align: left;
   margin-bottom: 5px;
 }
  
  .talks-description li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
}
  
 .books-sub-title, .platforms-sub-title, .talks-sub-title, .location-sub-title  {
   line-height: 120%;
   font-size: 32px;
   margin-bottom: 28px;
  }
  

  .location-sub-title {
    margin-top: 26px;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .related-posts .location-sub-title {
    text-align: center;  
  }
  
   .location-description .global-email {
      margin-top: 28px;
      margin-bottom: 28px;
  }
  
  li.contacts-info:last-child {
    margin-bottom: 0;
  }
  
  .contacts-info span {
    margin-bottom: 0;
  }
  
  .social a {
    display: inline-block;
    margin-right: 20px;
  }
  
  .reasons-inner-img { 
    height: 31.5vh;
    margin: 0 auto;
  }
  
  .social-link {
    text-align: center;
    display: inline;
  }

  .about-head {
    padding-top: 50px;
  }
  
  .location-description {
    padding-bottom: 40px;
  }
  
  .location-description .emails-list {
    padding-bottom:22px;
  }
  
  .clients, .services, .reasons, .abh-description, .team-description, .vincent-description {
    margin-top: 40px;
  }
  
  .books-description, .platforms-description, .talks-description, .location-description {
    margin-top: 40px;
  }
  
  .copyright-mobile {
    display: block;
    margin-top: 20px;
    text-align: center !important;
  }
}


/*-------- TABLET ------- */

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  
  .container-index {
    width: 85%;
  }
  
  #masonry-grid, #work-index-wrapper-single {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
    
  #footer ul li {
    margin-right: 20px;
  }
  
  #mediaHover {
    display: none !important;
    opacity: 0;
  }  
  
  
  /* ----- INTRO ----- */
  .intro-img-container {
    height: 100vh;
    z-index: -100;
    display: none;
    opacity: 0;
  }
  
  .mobile-fallback {
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center; 
    margin-bottom: 60px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }
  
  /* ----- WORK PAGE ----- */
  
  #work-featured-info {
    height: 44px;
    line-height: 44px;
    margin: auto 44px;
  }
  
  #work-index-wrapper {
    margin: 0 44px auto;
  }
  
  .gridster li .card-title {
    font-size: 20px;
    line-height: 25px;
  }

  /* ----- ABOUT PAGE ---- */
  .abh-excerpt, .team-content, .team-read-more-content, .reasons-inner-content span {
    font-size: 24px;
    line-height: 36px;
  }
  
  .abh-title {
    font-size: 66px;
  }
  
  .reasons-title li {
    font-size: 38px;
    line-height: 38px;
  }
  
  .services-header, .abh-story-title, .team-sub-title, .vincent-sub-title, .books-sub-title, .platforms-sub-title, .talks-sub-title, .location-sub-title {
    font-size: 38px;
  }
  
  
  
  .clients-container div {
    font-size: 20px;
  }
  
  
/*
    .books-description li, .platforms-description li, .talks-description li, .location-description li {
    color:#000;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
*/
  
  .talks-description li {
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;
    text-align: left;
}  
  
  .location-description li {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 20px;  
  }
  
  .social a, .location-description .social-title {
    font-size: 14px;
    line-height: 16px;    
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) and (orientation: portrait) {

  .talks-left-content {
    width: 46%;
  }
  
  .intro-phrase {
    font-size: 54px;
    line-height: 63px;
  }

}