/* CSS Document */
@charset "UTF-8";
/* CSS Document */
/*
PMNCaeciliaW01-55Roman
PMNCaeciliaW01-75Bold
PMNCaeciliaW01-85Heavy

Avenir LT W01_45 Book1475508
Avenir LT W01_85 Heavy1475544
Avenir LT W01_95 Black1475556
*/
html {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 0vh!important;
}
html.menu-opened {
  margin-top: 100vh!important;
}
html body {
  font-family: 'PMNCaeciliaW01-55Roman';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir LT W01_45 Book1475508';
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 55%;
}
header#header {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: fixed;
  background-color: #fff;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 68px;
  z-index: 999;
}
.admin-bar header#header {
  top: 32px;
}
@media (max-width: 768px) {
  .admin-bar header#header {
    top: 45px;
  }
}
header#header > .container {
  height: 100%;
  vertical-align: bottom;
}
header#header > .container > .row {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  header#header > .container > .row > div {
    display: block;
    text-align: center;
  }
}
header#header .logo-col {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-top: 9px;
}
header#header .menu-col {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-top: 0px;
}
header#header #logo {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: url(img/logo.png) center center no-repeat;
  display: inline-block;
  width: 120px;
  height: 50px;
  background-size: contain;
  margin-left: 0px;
}
header#header #logo:hover {
  opacity: 0.6;
}
header#header .on .expand_menu {
  margin-top: 0vh;
}

header#header {
  -webkit-box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.06);
}


header#header.scrolling {
  height: 56px;
  -webkit-box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.06);
  z-index: 999;
}
header#header.scrolling .logo-col {
  margin-top: 0px;
}
header#header.scrolling .menu-col {
  margin-top: 4px;
}
@media (max-width: 768px) {
  header#header.scrolling .menu-col {
    margin-top: -3px;
  }
}
header#header.scrolling #logo {
  width: 100px;
  height: 50px;
  background-position: center center;
  background-size: contain;
  margin-top: 2px;
}
header#header.scrolling .expand_menu {
  top: 82px;
}
header#header.scrolling ul.menu#menu-primary-menu > li > a {
  margin-top: 0px;
  padding: 11px 0px;
}
header#header.scrolling > .container > .row > div.col-md-6 {
  vertical-align: middle;
}
header#header .social-block {
  padding-top: 5px;
}
header#header .social-block a {
  color: #000;
  text-transform: uppercase;
  font-family: 'Avenir LT W01_45 Book1475508';
}
header#header .social-block a i {
  font-size: 24px;
}
header#header .social-block > div {
  width: auto;
  text-align: right;
}
@media (max-width: 768px) {
  header#header .social-block {
    display: block;
    overflow: auto;
    height: 50px;
  }
  header#header .social-block > div {
    display: inline-block!important;
    float: left!important;
    padding: 15px 10px 5px!important;
  }
  header#header .social-block > div.socials {
    float: right!important;
    padding: 12px 10px 0px!important;
  }
}
header#header .social-block > div:first-child a {
  margin-left: 5px;
}
header#header .social-block ul {
  max-width: 30%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
}
.offcanvas_menu {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: fixed;
  margin-top: -100%;
  z-index: 999999;
  left: 0px;
  right: 0px;
  top: 0px;
}
.menu-opened .offcanvas_menu {
  margin-top: 0px;
}
.offcanvas_menu .expand_menu {
  font-family: 'Avenir LT W01_45 Book1475508';
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100vh;
  top: 0px;
  background-color: #272a29;
  color: #fff;
  text-align: left;
  padding: 50px 0px;
}
.offcanvas_menu .expand_menu h3.widget-title {
  font-family: 'Avenir LT W01_85 Heavy1475544';
  font-weight: 600;
}
.offcanvas_menu .expand_menu .menu {
  list-style: none;
  padding: 0px;
  margin-bottom: 20px;
}
.offcanvas_menu .expand_menu .menu li {
  display: block;
  width: 100%;
  text-align: left;
}
.offcanvas_menu .expand_menu .menu li a {
  color: #ccc!important;
  font-size: 15px;
  text-transform: none;
  display: inline-block;
  padding: 0px;
  margin: 0px 0px 5px;
}
.offcanvas_menu .expand_menu .menu li a:hover {
  text-decoration: none;
  color: #fff!important;
}
.offcanvas_menu .expand_menu .menu-row-border-bottom {
  border-bottom: solid #ccc 1px;
  margin-bottom: 25px;
}
.offcanvas_menu .expand_menu .menu-2-cols-layout .panel-grid-cell {
  width: 47.5%;
}
.offcanvas_menu .expand_menu .menu-2-cols-layout .full-width-cell .panel-grid-cell {
  width: 100%;
}
.offcanvas_menu .expand_menu .so-panel {
  margin-bottom: 0px;
}
.offcanvas_menu .expand_menu .so-panel.panel-last-child {
  margin-bottom: 30px;
}
.offcanvas_menu .expand_menu .so-panel.panel-first-child {
  margin-bottom: 0px;
}
.scrolling .offcanvas_menu .expand_menu {
  top: 82px;
}
.offcanvas_menu .expand_menu .close_menu {
  position: absolute;
  right: 30px;
  top: 25px;
  height: 43px;
  width: 33px;
  overflow-y: visible;
  cursor: pointer;
}
.offcanvas_menu .expand_menu .close_menu:before,
.offcanvas_menu .expand_menu .close_menu:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 45px;
  width: 4px;
  background-color: #fff;
  border-radius: 10px;
}
.offcanvas_menu .expand_menu .close_menu:before {
  transform: rotate(45deg);
}
.offcanvas_menu .expand_menu .close_menu:after {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  #primary-nav-menu {
    padding: 4px 0px;
    background: #222;
  }
  #primary-nav-menu .mega-menu-toggle {
    border: none;
    box-shadow: none;
    border-radius: 0px;
  }
}
#primary-nav-menu ul.menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: table;
  width: 100%;
}
#primary-nav-menu ul.menu > li {
  display: table-cell;
  text-align: center;
  width: 33.33%;
}
#primary-nav-menu ul.menu > li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  padding: 20px 0px;
}
.scrolling #primary-nav-menu ul.menu > li a {
  padding: 10px 0px;
}
#primary-nav-menu ul.menu > li a:hover {
  background-color: #272a29;
  color: #fff;
  text-decoration: none;
}
#primary-nav-menu ul.menu > li.on a {
  background-color: #272a29;
  color: #fff;
  text-decoration: none;
}
#main-content {
  padding-top: 60px;
}
@media (max-width: 768px) {
  #main-content {
    padding-top: 130px;
  }
}
.admin-bar #main-content {
  padding-top: 118px;
}
@media (max-width: 768px) {
  .admin-bar #main-content {
    padding-top: 188px;
  }
}
/* Widgets */
.maps-widget {
  border-bottom: solid 1px #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.widget-title {
  font-family: 'PMNCaeciliaW01-55Roman';
}
h2 .widget-title {
  text-align: center;
  margin-bottom: 20px;
}
/* Display table mod for bootstrap */
.display-table {
  display: table;
  vertical-align: bottom;
}
.display-table > .col-md-1,
.display-table > .col-md-2,
.display-table > .col-md-3,
.display-table > .col-md-4,
.display-table > .col-md-5,
.display-table > .col-md-6,
.display-table > .col-md-7,
.display-table > .col-md-8,
.display-table > .col-md-9,
.display-table > .col-md-10,
.display-table > .col-md-11,
.display-table > .col-md-12 {
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
  float: none;
}
@media (max-width: 768px) {
  .display-table > .col-md-1,
  .display-table > .col-md-2,
  .display-table > .col-md-3,
  .display-table > .col-md-4,
  .display-table > .col-md-5,
  .display-table > .col-md-6,
  .display-table > .col-md-7,
  .display-table > .col-md-8,
  .display-table > .col-md-9,
  .display-table > .col-md-10,
  .display-table > .col-md-11,
  .display-table > .col-md-12 {
    display: block;
  }
}
/* Widgets - Personal info */
.personal-info-widget {
  border-bottom: none;
}
@media (max-width: 768px) {
  .personal-info-widget {
    margin-bottom: 0px;
  }
}
.personal-info-widget .row-1 {
  margin-bottom: 20px;
}
.personal-info-widget .bio-thumb {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
}
.personal-info-widget header {
  margin-bottom: 40px;
}
.personal-info-widget h1 {
  letter-spacing: 0.25em;
}
.personal-info-widget .menu,
.personal-info-widget .shortcuts-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.personal-info-widget .menu a,
.personal-info-widget .shortcuts-menu a {
  color: #000;
}
.personal-info-widget .menu {
  text-align: left;
  padding: 13px 0px;
}
.personal-info-widget .unfixed-menu {
  border-top: solid 1px #000;
  margin-left: 0px;
  margin-right: 0px;
}
.personal-info-widget .scrolling-menu-fixed .fixed-menu-name {
  font-family: 'Avenir LT W01_45 Book1475508';
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  position: absolute;
  padding: 15px 0px;
  font-size: 17px;
}
.personal-info-widget .scrolling-menu-fixed .row {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
}
.personal-info-widget .scrolling-menu-fixed .row > .col-md-12 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  float: right;
}
.personal-info-widget .scrolling-menu-fixed.visible .row > .col-md-12 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 70%;
}
.personal-info-widget .scrolling-menu-fixed.visible .fixed-menu-name {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 1;
}
.personal-info-widget .menu li {
  display: inline-block;
  padding: 3px 10px;
}
.personal-info-widget .menu li:first-child {
  padding-left: 0px;
}
.personal-info-widget .shortcuts-menu a,
.personal-info-widget .bio_more,
.read_more {
  font-family: 'PMNCaeciliaW01-75Bold';
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 0px 0px;
  border-bottom: solid 1px #000;
  margin: 0px 0px 10px;
  color: #000;
  cursor: pointer;
}
.personal-info-widget .shortcuts-menu a:hover,
.personal-info-widget .bio_more:hover,
.read_more:hover {
  text-decoration: none;
}
.personal-info-widget .shortcuts-menu a:hover,
.personal-info-widget .bio_more:hover {
  text-decoration: none;
}
.personal-info-widget .bio_more {
  color: #000;
  clear: both;
}
#biography_more {
  display: none;
}
.activity-widget .acitivity-widget-layout-1 > .display-table {
  margin-bottom: 40px;
}

.read_more-menu {
  color: #fff;
  text-decoration: underline !important;
  font-family: 'Avenir LT W01_95 Black1475556' !important;
}



@media (max-width: 768px) {
  .activity-widget .acitivity-widget-layout-1 > .display-table,
  .activity-widget .acitivity-widget-layout-1 > .row > .col-md-3,
  .exhibition-widget-layout-2 .col-md-6,
  .books-widget .col-md-12,
  .books-widget .col-md-6,
  .books-widget .col-md-4,
  .books-widget .col-md-3 {
    margin-bottom: 20px;
  }
}
.photographer-name {
  margin-bottom: 15px;
}
.photographer-name h2 {
  text-transform: none;
}
.birth,
.basedin {
  display: block;
  font-size: 12px;
}
.basedin {
  margin-bottom: 13px;
}
.personal-social-container {
  height: 30px;
}
@media (max-width: 768px) {
  .personal-social-container {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.personal-social-container .personal-social {
  color: #000;
  font-size: 34px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
}
.personal-social-container .personal-social:hover {
  text-decoration: none;
}
.acitivity-title small {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 'PMNCaeciliaW01-55Roman';
}
.acitivity-title small a {
  text-decoration: none;
  color: #565a58;
}
.acitivity-title small a:hover {
  text-decoration: none;
}
.activity-thumb {

}
@media (max-width: 768px) {
  .activity-thumb {
    margin-bottom: 20px;
  }
}
.activity-thumb img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
/**
 * ACTIVITIES SINGLE
 * Post-type single
 */
.single-maps_activities .acitivity-title {
  margin-top: 30px;
  text-align: center;
}
.single-maps_activities .acitivity-title small {
  display: block;
  margin-top: 0px;
}
.single-maps_activities .activity-contents {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.activity-gallery .grid-item {
  height: 200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  display: table;
}
.activity-gallery .grid-item .activity-container {
  display: table-row;
  width: 100%;
}
.activity-gallery .grid-item .activity-container .activity-thumb {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.activity-gallery .grid-item .activity-container .activity-thumb a {
  display: block;
  text-align: center;
  width: 100%;
}
.activity-gallery .grid-item .activity-container .activity-thumb a img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
}
@media (max-width: 768px) {
  .grid .grid-item {
/*    width: 100%; N: note enough precision: please use exceptions or boostrap width !!!! */
	    }
}
.chocolat-wrapper {
  z-index: 99999;
  color: #000;
  background: #fff;
}
.chocolat-wrapper .chocolat-overlay {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .chocolat-wrapper .chocolat-bottom {
    height: auto;
    min-height: 60px;
    overflow: hidden;
    max-height: 100px;
    position: absolute!important;
    bottom: 10px;
    max-height: inherit;
    max-width: inherit!important;
    width: 100%;
  }
  .chocolat-wrapper .chocolat-bottom .chocolat-pagination {
    display: none;
  }
}
.chocolat-wrapper .chocolat-img {
  height: 80%;
  width: 80%;
  margin-left: 10%;
}
@media (max-width: 768px) {
  .chocolat-wrapper .chocolat-img {
    width: 100%;
    height: 100%;
    margin-left: 0%;
  }
}
.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  padding: 20px 20px 50px;
  line-height: 20px;
  max-width: 80%;
}
.chocolat-inner-scroll {
  position: relative;
  top: 0px;
  width: 100%;
  height: inherit;
  overflow-y: scroll;
  display: block;
  min-height: 100%;
}
.chocolat-top-section {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    overflow: visible;
}
.chocolat-wrapper .chocolat-bottom {
    position: relative;
    height: auto;
    background-color: #fff;
    float: none;
    overflow: bottom;
    max-width: 80%;
    margin: auto auto;
}
.chocolat-wrapper .chocolat-top {
  position: fixed!important;
  top: 0px;
  background: #fff;
  left: 20px;
  right: 20px;
  height: 100px;
  margin-bottom: 0px!important;
}
.chocolat-fullscreen {
  display: none;
}
.chocolat-content {
  position: relative!important;
}
.chocolat-overlay {
  display: none!important;
}

.chocolat-top {
  position: inherit!important;
}

@media (max-width: 768px) {
  .chocolat-wrapper .chocolat-description {
    max-width: 100%;
    padding: 10px 10px;
  }
}
@media (max-width: 768px) {
  .chocolat-wrapper .chocolat-fullscreen {
    display: none;
  }
}
.chocolat-wrapper .chocolat-left,
.chocolat-wrapper .chocolat-right {
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  max-width: 23px;
}
.chocolat-wrapper .chocolat-left:hover,
.chocolat-wrapper .chocolat-right:hover {
  opacity: 1;
}
.chocolat-wrapper .chocolat-left {
  background-image: url(img/left-arrow.png);
  left: 80px;
}
.chocolat-wrapper .chocolat-right {
  background-image: url(img/right-arrow.png);
  right: 80px;
}
/**
 * ACTIVITY SLIDER
 * Widget
 */
.activity-slider-widget .item .img-block {
  text-align: center;
}
.activity-slider-widget .item .img-block img {
  max-width: 100%;
  width: auto;
  height: 470px;
}
.activity-slider-widget .carousel-indicators {
  bottom: -35px;
  display: none;
  /*
	    li {
		    border: solid 1px #333;
		}

		.active {
		    background-color: #333;
		}
		*/

}
.activity-slider-widget .slider-layout-1 .img-block {
  text-align: right;
}
.activity-slider-widget .slider-layout-2 .img-block {
  text-align: right;
}
.activity-slider-widget .slider-layout-4 .info-block p,
.activity-slider-widget .slider-layout-3 .info-block p,
.activity-slider-widget .slider-layout-4 .info-block h2,
.activity-slider-widget .slider-layout-3 .info-block h2 {
  text-align: right!important;
}
.activity-slider-widget .slider-layout-4 .info-block p small,
.activity-slider-widget .slider-layout-3 .info-block p small,
.activity-slider-widget .slider-layout-4 .info-block h2 small,
.activity-slider-widget .slider-layout-3 .info-block h2 small {
  text-align: right!important;
}
.activity-slider-widget .slider-layout-4 .img-block,
.activity-slider-widget .slider-layout-3 .img-block {
  text-align: left;
}
.activity-slider-widget .slider-layout-7 .img-block {
  margin-bottom: 20px;
}
.activity-slider-widget.activity-single-slider {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.activity-slider-widget.activity-single-slider .item .img-block {
  text-align: center;
}
.activity-slider-widget.activity-single-slider .item .img-block img {
  max-height: 465px;
  min-height: 465px;
  width: auto;
  min-width: inherit;
  max-width: 100%;
}
@media (max-width: 768px) {
  .activity-slider-widget .text-right {
    text-align: left;
  }
  .activity-slider-widget .item {

  }
  .activity-slider-widget .item .img-block img {
    height: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  .activity-slider-widget .item .info-block {
    margin-bottom: 20px;
  }
  section.maps-widget.activity-slider-widget {
    margin-bottom: 20px!important;
    padding-bottom: 0px!important;
  }
  .activity-slider-widget.activity-single-slider .item .img-block img {
    min-height: inherit;
    max-height: inherit;
    width: 100%;
  }
  body.single-maps_activities div.row.activity-contents {
    padding: 0px!important;
  }

  .activity-gallery .grid-item {
/*    width: 50%; N: note enough precision: please use exceptions or boostrap width !!!! */
/*   float: left;*/
  }

}
@media (max-width: 400px) {
  .activity-gallery .grid-item {
/*    width: 100%; N: note enough precision: please use exceptions or boostrap width !!!! */
  padding-left: 10px;
    padding-right: 10px;
	  }
  .activity-gallery .grid-item .activity-container .activity-thumb a img {
    max-height: inherit;
    width: 100%;
  }
}
.activity-widget-masonry .grid-item {
  margin-bottom: 25px;
}
.activity-widget-masonry .grid-item .activity-thumb {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.activity-widget-masonry .grid-item .activity-thumb:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.4);
}
.carousel-control-prev,
.carousel-control-next {
  opacity: 0.3;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  margin-top: -30px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}
.carousel-control-prev {
  background-image: url(img/left-arrow.png);
  left: -100px;
}
.carousel-control-next {
  background-image: url(img/right-arrow.png);
  right: -100px;
}
/* RELATED STORIES */
.related-stories {
  border-top: solid 1px #000;
  padding-top: 20px;
  margin-top: 20px;
}
.related-stories .acitivity-title {
  text-align: left;
  margin-top: 0px;
}
.related-stories .activity-thumb {
  margin-bottom: 20px;
}
footer#footer > .container {
  padding: 30px 20px 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  footer#footer > .container {
    margin-top: 0px;
  }
}
#mega-menu-wrap-primary_maps_menu {
  background: #fff;
}
#mega-menu-wrap-primary_maps_menu #mega-menu-primary_maps_menu {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 14px 0px;
}
.scrolling #mega-menu-wrap-primary_maps_menu #mega-menu-primary_maps_menu {
  padding: 6px 0px;
}
#mega-menu-wrap-primary_maps_menu #mega-menu-primary_maps_menu > li {
  margin: 0px 12px;
}
#mega-menu-wrap-primary_maps_menu #mega-menu-primary_maps_menu > li.mega-menu-item > a.mega-menu-link {
  color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
}
.scrolling-menu-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 78px;
  background: #fff;
  z-index: -99;
  opacity: 0;
}
@media (max-width: 768px) {
  .scrolling-menu-fixed {
    display: none;
  }
}
.scrolling-menu-fixed > .container {
  padding-left: 30px;
  padding-right: 30px;
}
.scrolling-menu-fixed .menu {
  -webkit-transition: padding-left 300ms ease;
  -moz-transition: padding-left 300ms ease;
  -ms-transition: padding-left 300ms ease;
  -o-transition: padding-left 300ms ease;
  transition: padding-left 300ms ease;
}
.scrolling-menu-fixed.visible {
  z-index: 99;
  opacity: 1;
}
.scrolling-menu-fixed.visible .menu {
  -webkit-transition: padding-left 300ms ease;
  -moz-transition: padding-left 300ms ease;
  -ms-transition: padding-left 300ms ease;
  -o-transition: padding-left 300ms ease;
  transition: padding-left 300ms ease;
}
.admin-bar .scrolling-menu-fixed {
  top: 120px;
}
.photographer-slider-img {
  margin: 0px 10px;
  height: 240px;
}
.slick-arrow {
  position: absolute;
  color: transparent;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -30px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .slick-arrow {
    display: none!important;
  }
}
.slick-arrow:active,
.slick-arrow:link,
.slick-slide:active,
.slick-slide:link {
  outline: none;
  box-shadow: none;
}
.slick-prev {
  background-image: url(img/left-arrow.png);
  left: -100px;
}
.slick-next {
  background-image: url(img/right-arrow.png);
  right: -100px;
}
.slick-dots {
  display: none!important;
}
.slick-track {
  margin-bottom: 30px;
  margin-top: 30px;
}
.book-thumb {
  position: relative;
}
.book-thumb .book-info {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  opacity: 0;
  padding: 0px 15px 5px;
  border-radius: 1px;
}
.book-thumb .book-info small {
  margin-bottom: 0px;
}
.book-thumb:hover .book-info {
  opacity: 1;
}
.book-thumb .read_more {
  display: inline-block !important;
  width: auto!important;
}
.archive-filters {
  margin-bottom: 30px;
  margin-top: 40px;
}
.archive-filters .select-container {
  display: inline-block;
  padding: 5px 0px;
  font-family:'Avenir LT W01_45 Book1475508';
}
.archive-filters .select-container select {
  background: transparent;
  border: none;
}
.archive-filters .select-container select:active,
.archive-filters .select-container select:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-menu {
  background-color: #000;
  color: #fff;
  outline: none;
}
.bootstrap-select.btn-group .dropdown-menu {
  outline: none;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  color: #fff;
  outline: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bootstrap-select.btn-group .dropdown-menu li.selected {
  background-color: #000;
  font-family: "Avenir LT W01_95 Black1475556";
  outline: none;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
  background-color: #000;
  outline: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  border-bottom: solid transparent 1px;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  border-bottom: solid #fff 1px;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
  background-color: #000;
  border: none;
  outline: none;
}

#mega-menu-primary_maps_menu > .mega-menu-item > .mega-sub-menu {
  position: fixed!important;
  text-align: center!important;
}
#mega-menu-primary_maps_menu > .mega-menu-item > .mega-sub-menu > li {
  max-width: 292px!important;
  text-align: left!important;
  float: none!important;
  margin: auto auto!important;
  display: inline-block !important;
}
.work-category-description {
  text-transform: uppercase;
}
.work-category-description .read_more {
  display: inline-block !important;
  width: auto!important;
}
.tearsheet_expand {
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  display: block;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: -1;
  background: #fff;
  opacity: 0;
}
.tearsheet_expand .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.chocolat-content {
  margin-top: 35px;
  margin-bottom: -60px;
}
@media (max-width: 768px) {
  .chocolat-content {
        margin-top: 35px;
    margin-bottom: -60px;
    position: absolute!important;
    top: 60px!important;
  }
}
.chocolat-wrapper .chocolat-close {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/close.png)!important;
  height: 30px;
  width: 30px;
  top: 15px;
  right: 15px;
  opacity: 0.9;
}
.chocolat-wrapper .chocolat-close:hover {
  opacity: 1;
}
.chocolat-wrapper .chocolat-set-title {
  height: 54px;
  width: 500px;
  margin-left: -250px;
  left: 50%;
  top: 5px;
  padding-right: 0px;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  position: inherit;
}
.chocolat-wrapper .chocolat-set-title span {
  display: block;
  font-size: 16px!important;
  margin-top: 4px;
}
.tearsheet_expand .content .header {
  text-align: center;
  padding: 20px 10px;
}
.admin-bar .tearsheet_expand {
  top: 32px;
}
.tearsheet_expand .maps-widget {
  border-bottom: none!important;
}
body.tearsheet_expanded {
  overflow-y: hidden;
}
body.tearsheet_expanded .tearsheet_expand {
  z-index: 9999;
  display: block;
  opacity: 1;
}
.load-more {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.load-more:hover {
  text-decoration: none;
}
.load-more i {
  font-size: 32px;
  float: left;
  margin-top: -7px;
}
.load-more span {
  text-decoration: underline;
  float: right;
  margin-left: 0px;
  text-transform: uppercase;
  font-family: "Avenir LT W01_95 Black1475556" !important;
  font-size: 90%;
  letter-spacing: 0.1em;
  text-transform: uppercase!important;
}

.work-content {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 20px;
  overflow: hidden;
}
.work-content:after {
  content: '';
  position: absolute;
  display: block;
}
.work_less {
  display: none;
}

h3.acitivity-title {
  font-weight: 600;
  font-size: 22px;
}


.single-maps_exhibitions h1.acitivity-title,
.single-maps_events h1.acitivity-title
 {
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: solid 1px #000;
  margin-top: 4px;
  padding-right: 50px;
}
.single-maps_exhibitions .currently {
  padding: 0px 0px 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #000;
}
.single-maps_exhibitions .content,
.single-maps_events .content {
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-maps_events .closed,
.single-maps_exhibitions .history,
.single-maps_exhibitions .tech_info {
  margin-bottom: 20px;
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
}
.single-maps_events .toggle-title,
.single-maps_exhibitions .toggle-title {
  font-family: "Avenir LT W01_95 Black1475556";
  padding: 5px 2px;
  cursor: pointer;
  background-image: url(img/triangle-down.svg);
  background-position: center right 10px;
  background-size: 15px;
  background-repeat: no-repeat;
}
.single-maps_events .toggle-title.open,
.single-maps_exhibitions .toggle-title.open {
  background-image: url(img/triangle-up.svg);
}
.single-maps_events .toggle-title:hover,
.single-maps_exhibitions .toggle-title:hover {
  background-color: #fbfbfb;
}
.single-maps_events .toggle-content,
.single-maps_exhibitions .toggle-content {
  display: none;
}
.single-maps_events .expand_content_less,
.single-maps_exhibitions .expand_content_less {
  display: none;
}
.single-maps_events .content .long_text,
.single-maps_exhibitions .content .long_text {
  overflow: hidden;
}
.maps_events .expand_content,
.maps_exhibitions .expand_content {
  margin-top: 10px;
}
.single-maps_events .rent_exh_link,
.single-maps_exhibitions .rent_exh_link {
  font-family: 'Avenir LT W01_45 Book1475508';
  display: inline-block;
  background-color: #d6d6d6;
  color: #000;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  padding: 10px 30px;
}
.single-maps_events .rent_exh_link:hover,
.single-maps_exhibitions .rent_exh_link:hover {
  text-decoration: none;
}
.single-maps_events .exhibition-gallery,
.single-maps_exhibitions .exhibition-gallery {
  margin-top: 35px;
}
.single-maps_events .exhibition-gallery .grid-item,
.single-maps_exhibitions .exhibition-gallery .grid-item {
    margin-bottom: 30px;
}
.goto-exhibitions-link {
    font-family: 'PMNCaeciliaW01-75Bold';
    text-transform: none;
    display: inline-block;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    color: #000;
    cursor: pointer;
}
.latest-work-title {
  margin-bottom: 30px;
}
.interviews-block ul {
  list-style: none;
  padding: 0px;
}

.interviews-block ul li {
  display: block;
  margin-bottom: 3px;
}

.interviews-block a {
  color: #000;
    padding-left: 30px;
    display: inline-block;
}

.interviews-block .icon {
  font-size: 24px;
  float: left;
  position: absolute;
  margin-top: -3px;
}

h3.acitivity-title small.multimedia-description {
  text-transform: none!important;
  letter-spacing: inherit;
  font-size: 14px;
}

div.exhibition {
  padding: inherit;
  padding-top: 30px;
  padding-bottom: 30px;
}

div.exhibition div.image {
  text-align: left;
}

div.exhibition div.image img {
/*
	N: don't keep images proportions…
	width: auto;
    height: 305px;
    max-height: 305px;
    max-width: 100%;
*/
	}

#mc_embed_signup{background:#fff; clear:left; font-size:20px; font-family:'Avenir LT W01_45 Book1475508'; width:100%;}
#mc_embed_signup label {
    display: block;
    font-size: 21px;
    padding-bottom: 0;
    font-weight: normal;
    font-weight: 700;
    margin: 0;
}

footer form#mc-embedded-subscribe-form {
  text-align: center;
}

input.email-maps {
    font-family: 'Avenir LT W01_45 Book1475508';
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    height: 34px;
    padding: 0.6em 1em;
    display: inline-block;
    margin: 0;
    width: 300px !important;
    vertical-align: top;
    outline: none;
    margin-top: -8px;
}
#mc_embed_signup_scroll> h2 {
  margin-bottom: 20px;
  color: #fff !important;
}

form#mc-embedded-subscribe-form input[type="submit"] {

}

#mc_embed_signup .button {
    font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    letter-spacing: .03em;
    color: #fff;
    background-color: #000;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}

.copyright {
  color: #fff;
  padding: 40px 0px 0px;
}

.copyright a {
  color: #fff;
}


.copyright ul.menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.copyright ul.menu li {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .page-id-112 .inner-wrapper-sticky,
  .page-id-80 .inner-wrapper-sticky {
    position: relative!important;
    transform: translate3d(0px, 0px, 0px)!important;
  }
}


header#header .row.tools {
  z-index: 999;
}

.single-maps_creatives .bio_more.read_more,
.single-maps_creatives .bio_more.bio_less {
  display: none!important;
}
.single-maps_creatives #biography_more {
  display:  block!important;
}

@media (max-width: 768px) {
  .mega-sub-menu {
    max-height: 74vh;
    overflow: scroll!important;
  }
  .scrolling #mega-menu-wrap-primary_maps_menu #mega-menu-primary_maps_menu {
    top: 18px;
    position: absolute;
  }
}

.blink-map-container {
  max-width: 100%!important;
  overflow: hidden;
}
iframe#blink-map {
  min-width: 100%!important;
  max-width: 100%!important;
  height: 480px;
}

.max-height-shares img {
  max-height: 380px;
  height: 380px;
  width: auto;
}