/* 
====================
 Variables
====================
*/
/* 
====================
 Reset
====================
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#barra-brasil * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
html,
body {
  max-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smooth: auto;
  letter-spacing: 1px;
}
body {
  background: #b8b5b0;
  color: #393532;
  overflow-y: scroll;
}
p {
  font: 18px/1.61em 'gill-light', sans-serif;
  margin: 0 0 22px;
}
@media screen and (max-width: 1300px) {
  p {
    font-size: 16px;
  }
}
p > a {
  font-family: 'gill-bold', sans-serif;
  color: #393532;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
p > a:hover {
  color: #f6f6f6;
}
.page-content img {
  max-width: 100%;
}
strong,
b {
  font-family: 'gill-medium', sans-serif;
}
em,
i {
  font-family: 'gill-lightitalic', sans-serif;
}
blockquote,
blockquote p {
  font: 16px/26px 'gill-light', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'gill-bold', sans-serif;
  color: #393532;
  margin: 1.5em 0 0.8em;
  line-height: 1em;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 10px;
}
/* 
====================
 Header
====================
*/
#barra-brasil {
  width: 100%;
  position: fixed;
  z-index: 999;
}
.main-header {
  display: table;
  position: fixed;
  background: #a5a09c;
  width: 100%;
  height: 80px;
  padding: 0 60px;
  z-index: 4;
  top: 33px;
}
@media screen and (max-width: 1600px) {
  .main-header {
    padding: 0 37px;
  }
}
@media screen and (max-width: 1100px) {
  .main-header {
    padding: 0 15px;
  }
}
.main-header:after {
  content: '';
  display: block;
  clear: both;
}
.main-menu-container,
.site-logo {
  display: table-cell;
  vertical-align: middle;
}
.site-logo {
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .site-logo {
    max-width: 100%;
  }
}
.site-logo > a {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  .site-logo > a {
    margin-top: 2px;
  }
}
.site-logo .logo-text {
  display: block;
  font: 10px 'gill-light', sans-serif;
  letter-spacing: 3px;
  text-align: left;
  text-transform: uppercase;
  color: #0e0d0b;
}
@media screen and (max-width: 1100px) {
  .site-logo .logo-text {
    font-size: 9px;
  }
}
.site-logo .logo-text > span {
  text-transform: none;
}
.site-logo img {
  max-width: 340px;
}
@media screen and (max-width: 1100px) {
  .site-logo img {
    max-width: 280px;
  }
}
.btn-menu-mobile {
  display: none;
}
.main-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 1100px) {
  .main-menu {
    display: none;
  }
}
.main-menu:after {
  content: '';
  display: block;
  clear: both;
}
.main-menu > .menu-item {
  float: left;
  position: relative;
}
.main-menu > .menu-item > a {
  font: 16px 'gill-medium', sans-serif;
  text-transform: lowercase;
  line-height: 1em;
  color: #f6f6f6;
  text-decoration: none;
  padding: 0 10px;
  border-right: 1px solid #f6f6f6;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-menu .menu-item:last-child a {
  border-right: none;
}
.main-menu .menu-item.current-menu-item a,
.main-menu .menu-item.current-menu-ancestor a,
.main-menu .menu-item a:hover {
  color: #544f4b;
}
.main-menu > .menu-item:hover .sub-menu {
  display: block;
}
.main-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  padding-left: 10px;
  padding-top: 16px;
}
.main-menu .sub-menu .menu-item {
  position: relative;
  width: 100%;
  min-width: 145px;
  height: 35px;
  font: 12px/35px 'gill-medium', sans-serif;
  padding-left: 15px;
  background: #bdb9b6;
  border-bottom: 1px solid #a5a09c;
  border-right: 1px solid #a5a09c;
  border-left: 1px solid #a5a09c;
}
.main-menu .sub-menu .menu-item:first-child::before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid #bdb9b6;
}
.main-menu .sub-menu .menu-item:last-child {
  border-bottom: none;
}
.main-menu .sub-menu .menu-item.current-menu-item a {
  color: #f6f6f6;
}
.main-menu .sub-menu .menu-item a {
  color: #544f4b;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-menu .sub-menu .menu-item a:hover {
  color: #f6f6f6;
}
/*
========================================
 Museums
 Layout for museum columns
========================================
*/
.wrapper {
  padding-top: 113px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1100px) {
  .wrapper {
    min-height: 0;
  }
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
#site-content,
#chacara-do-ceu,
#museu-do-acude {
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  #site-content,
  #chacara-do-ceu,
  #museu-do-acude {
    float: none;
  }
}
#chacara-do-ceu,
#museu-do-acude {
  position: fixed;
}
@media screen and (max-width: 1100px) {
  #chacara-do-ceu,
  #museu-do-acude {
    position: relative;
  }
}
.home #chacara-do-ceu,
.home #museu-do-acude {
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .home #chacara-do-ceu,
  .home #museu-do-acude {
    position: relative;
    float: none;
    width: 100%;
  }
}
#site-content {
  width: 0;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #site-content {
    height: 100%;
    margin: 0;
    padding: 50px;
  }
}
.home #site-content {
  display: none;
}
.single-chacara #site-content {
  float: right;
  margin-left: 0;
  margin-right: 4.4%;
}
#site-content:after {
  content: '';
  display: block;
  clear: both;
}
#chacara-do-ceu {
  background: url("../img/bg-chacara.jpg") no-repeat center left;
}
#museu-do-acude {
  background: url("../img/bg-acude.jpg") no-repeat center right;
  right: 0;
}
.museum-selector {
  width: 50%;
  cursor: pointer;
}
.museum-selector:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.museum-selector:hover::before {
  background: rgba(0,0,0,0);
}
.museum-selector:first-child {
  border-right: 1px solid #544f4b;
}
@media screen and (max-width: 1100px) {
  .museum-selector:first-child {
    border-right: none;
    border-bottom: 3px solid #544f4b;
  }
}
.museum-selector:last-child {
  border-left: 1px solid #544f4b;
}
@media screen and (max-width: 1100px) {
  .museum-selector:last-child {
    border-left: none;
    border-top: 3px solid #544f4b;
  }
}
.museum-inactive {
  width: 4.4%;
  min-width: 70px;
}
@media screen and (max-width: 1100px) {
  .museum-inactive {
    display: none;
  }
}
.museum-active {
  width: 26.1%;
}
@media screen and (max-width: 1100px) {
  .museum-active {
    width: 100%;
    height: 180px;
  }
}
#site-content.museum-content {
  width: 50%;
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  #site-content.museum-content {
    width: 100%;
  }
}
#site-content.institutional-content {
  width: 91.2%;
  overflow: auto;
  margin-left: 4.4%;
  padding: 135px 0 50px;
}
.museum-acude {
  margin-left: 4.4%;
  padding: 135px 90px 50px;
}
@media screen and (max-width: 1600px) {
  .museum-acude {
    padding: 100px 75px 50px;
  }
}
.museum-chacara {
  margin-left: 26.1%;
  padding: 135px 90px 50px;
}
@media screen and (max-width: 1600px) {
  .museum-chacara {
    padding: 100px 75px 50px;
  }
}
.museum-link {
  display: none;
}
.museum-inactive .museum-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
/* 
====================
 News Area
====================
*/
.news-area {
  background: #bdb9b6;
  padding: 96px 0;
}
.news-container {
  max-width: 1730px;
  margin: 0 auto;
}
.news-container:after {
  content: '';
  display: block;
  clear: both;
}
.news-entry {
  float: left;
  max-width: 28.33%;
  margin: 0 2.5%;
}
@media screen and (max-width: 1100px) {
  .news-entry {
    max-width: 100%;
    margin: 0 4% 70px;
  }
}
.news-entry:last-child {
  margin-bottom: 0;
}
.news-entry .news-image {
  margin: 0;
  overflow: hidden;
}
.news-entry .news-title {
  font: 21px/29px 'gill-medium', sans-serif;
  margin-bottom: 7px;
}
.news-entry .news-content {
  font: 16px/27px 'gill-light', sans-serif;
}
/* 
====================
 Main Footer
====================
*/
.main-footer {
  background: #efeeec;
  text-align: center;
}
.main-footer img {
  display: block;
  margin: 0 auto;
}
.logos-bar {
  padding: 35px 0;
  margin: 40px 0 0;
  border-top: 2px solid #6b625b;
}
.logos-bar.home {
  margin: 0 auto;
  border: none;
}
@media screen and (max-width: 1100px) {
  .logos-bar.home {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.logos-bar-table {
  display: table;
  table-layout: fixed;
  max-width: 100%;
}
.logos-bar.home .logos-bar-table {
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .logos-bar.home .logos-bar-table {
    display: block;
  }
}
.logos-bar.home .logos-bar-table:after {
  content: '';
  display: block;
  clear: both;
}
.logos-bar-item {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1100px) {
  .logos-bar-item {
    display: block;
    float: left;
    width: 50%;
  }
}
.published {
  max-width: 1088px;
  font: 9px 'gill-medium', sans-serif;
  margin: 10px auto 0;
  padding-right: 5px;
  text-transform: uppercase;
  text-align: right;
}
/* 
 * ==================
 * Slider
 * ==================

.main-footer .slider-home {
	min-height: 90px;
	background: $light-gray;
	padding: 30px 0 25px;
}

.main-footer .slider-home .slider-container {
	max-width: 1030px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	position: relative;
	@media screen and (max-width: $screen-small) {
		padding: 25px 25px 0;
	}
}

.main-footer .slider-home .slider-container .museum {
	font: 13px 'gill-bold', sans-serif
	text-transform: uppercase;
	color: #DDDCDA;
	position: absolute;
	top: -25px;
}

.main-footer .slider-home .slider-container p {
	font: 18px/22px 'gill-medium', sans-serif;
	color: #3EA9F7;
	margin-bottom: 0;
}

.main-footer .slider-home .slider-container a {
	color: #3EA9F7;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.main-footer .slider-home .slider-container a:hover {
	color: #8AB2D0;
}

.main-footer .slider-home .flex-control-nav {
	width: auto;
	top: 0;
	right: 0;
	bottom: initial;
	@media screen and (max-width: $screen-small) {
		right: 25px;
	}
}

.main-footer .slider-home .slides:after {
	content: '';
	display: block;
	clear: both;
}

.main-footer .slider-home .flex-control-paging li a {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 6.5px 0 6.5px;
	border-color: #DDDCDA transparent transparent transparent;
	background: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.main-footer .slider-home .flex-control-nav li {
	margin: 0 4px;
}

.main-footer .slider-home .flex-control-paging li a.flex-active {
	border-color: #3EA9F7 transparent transparent transparent;
}

*/
/* 
====================
 Museums Header
====================
*/
.museum-header {
  position: absolute;
  height: 55px;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -55px;
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.3s;
  transition: opacity 0.2s 0.3s;
}
.museum-inactive .museum-header {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.museum-title {
  font: 38px 'gill-bold', sans-serif;
  text-align: center;
  text-transform: lowercase;
  line-height: 1em;
  color: #43a7f5;
  margin: 0 0 10px;
}
@media screen and (max-width: 1300px) {
  .museum-title {
    font-size: 35px;
  }
}
/* 
====================
 Museums Menu
====================
*/
.museum-menu {
  display: none;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.museum-menu .menu-content {
  width: 300px;
  min-height: 100%;
  position: relative;
  padding: 90px 30px 20px;
  background: #c1bdba;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.6s;
  transition: opacity 0.2s 0.6s;
}
@media screen and (max-width: 1600px) {
  .museum-menu .menu-content {
    padding: 50px 20px 15px;
  }
}
@media screen and (max-width: 1100px) {
  .museum-menu .menu-content {
    width: 100%;
    padding: 20px 15px;
  }
}
.museum-menu .menu-content .museum-facebook {
  display: inline-block;
  position: absolute;
  bottom: 32px;
  width: 31px;
  height: 31px;
  background: url("../img/icon-facebook.png") no-repeat center right;
}
.museum-menu .menu-content .museum-facebook:hover {
  background-position: center left;
}
.museum-menu.active {
  display: block;
  width: 300px;
}
@media screen and (max-width: 1100px) {
  .museum-menu.active {
    width: 100%;
    margin: 0;
  }
}
.museum-menu.active .menu-content {
  opacity: 1;
}
.acude-menu {
  float: right;
}
.single-acude .acude-menu {
  position: fixed;
  right: 26.1%;
}
.chacara-menu {
  float: left;
}
.single-chacara .chacara-menu {
  position: fixed;
  left: 26.1%;
}
.home .acude-menu {
  margin-right: 50%;
}
.home .chacara-menu {
  margin-left: 50%;
}
.acude-menu .menu-content {
  float: right;
  -webkit-box-shadow: -9px 0px 18px rgba(162,158,155,0.3);
  -moz-box-shadow: -9px 0px 18px rgba(162,158,155,0.3);
  box-shadow: -9px 0px 18px rgba(162,158,155,0.3);
}
.acude-menu .menu-content .museum-facebook {
  left: 30px;
}
.chacara-menu .menu-content {
  float: left;
  -webkit-box-shadow: 9px 0px 18px rgba(162,158,155,0.3);
  -moz-box-shadow: 9px 0px 18px rgba(162,158,155,0.3);
  box-shadow: 9px 0px 18px rgba(162,158,155,0.3);
}
.chacara-menu .menu-content .museum-facebook {
  right: 30px;
}
.museum-menu ul {
  width: 100%;
  list-style-type: none;
  margin: 5px 0 0;
  padding: 0;
}
.museum-menu ul li a {
  display: block;
  color: #54504d;
  text-transform: lowercase;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.museum-menu ul li.desativado > a:hover {
  cursor: default;
  color: #54504d;
}
.museum-menu ul li.current-menu-item:not(.current-menu-ancestor) > a,
.museum-menu ul li a:hover {
  color: #908d8b;
}
.museum-menu .menu-content > ul > li {
  margin-top: 10px;
}
.museum-menu .menu-content > ul > li:last-child {
  margin-top: 40px;
}
.museum-menu .menu-content > ul > li > .sub-menu {
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
  .museum-menu .menu-content > ul > li > .sub-menu {
    margin-top: 10px;
  }
}
.museum-menu .menu-content > ul > li > .sub-menu > li {
  margin-bottom: 20px;
}
.museum-menu .menu-content > ul > li > a {
  font: 22px/22px 'gill-bold', sans-serif;
  border-bottom: 1px solid #b3afac;
  display: block;
}
.museum-menu .menu-content > ul > li > .sub-menu > li > a {
  font: 17px/1em 'gill-medium', sans-serif;
}
.museum-menu .menu-content > ul > li > .sub-menu > li > .sub-menu > li {
  margin-bottom: 10px;
}
.museum-menu .menu-content > ul > li > .sub-menu > li > .sub-menu > li > a {
  font: 13px/1em 'gill-light', sans-serif;
}
/* 
====================
 Museums Footer
====================
*/
.museum-footer {
  display: block;
  width: 100%;
  min-height: 85px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
}
@media screen and (max-width: 1600px) {
  .museum-footer {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .museum-footer {
    display: none;
  }
}
.home .museum-footer {
  bottom: 32px;
}
.home .museum-footer .museum-info {
  margin-top: 20px;
}
.museum-footer:after {
  content: '';
  display: block;
  clear: both;
}
.museum-footer .museum-info {
  display: block;
  opacity: 1;
  padding-right: 20px;
  padding-left: 85px;
  -webkit-transition: opacity 0.1s 0.7s;
  transition: opacity 0.1s 0.7s;
}
@media screen and (max-width: 1600px) {
  .museum-footer .museum-info {
    padding-left: 60px;
  }
}
.museum-address,
.museum-details {
  display: block;
  font-size: 14px;
  color: #bfbcb5;
}
@media screen and (max-width: 1600px) {
  .museum-address,
  .museum-details {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .museum-address,
  .museum-details {
    font-size: 10px;
  }
}
.museum-address {
  font-family: 'gill-bold', sans-serif;
}
.museum-details {
  font-family: 'gill-medium', sans-serif;
}
.museum-inactive .museum-footer {
  z-index: 3;
}
.museum-inactive .museum-footer .museum-info {
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
  -webkit-ftransition-delay: 0s;
  transition-delay: 0s;
}
.museum-icon {
  display: block;
  float: left;
  background: no-repeat center center;
  width: 85px;
  height: 85px;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .museum-icon {
    width: 60px;
    height: 60px;
    margin-top: 13px;
  }
}
#museu-do-acude .museum-icon {
  background-image: url("../img/icon-acude.png");
}
#chacara-do-ceu .museum-icon {
  background-image: url("../img/icon-chacara.png");
}
.museum-inactive .museum-footer .museum-icon {
  width: 100%;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.museum-inactive:hover .museum-footer .museum-icon {
  opacity: 1;
}
.museum-footer .museum-icon:after {
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.1s 0.4s;
  transition: opacity 0.2s 0.4s;
}
.museum-inactive .museum-footer .museum-icon:after {
  font: 12px 'gill-medium', sans-serif;
  text-transform: uppercase;
  color: #bdb9b6;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .museum-inactive .museum-footer .museum-icon:after {
    bottom: 0px;
  }
}
#chacara-do-ceu.museum-inactive .museum-footer .museum-icon:after {
  content: 'Chácara';
}
#museu-do-acude.museum-inactive .museum-footer .museum-icon:after {
  content: 'Açude';
}
.museum-footer-mask {
  position: absolute;
  height: 13px;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .museum-footer-mask {
    display: none;
  }
}
.museum-footer-mask > span {
  float: left;
}
.museum-footer-mask .museum-mask-color {
  display: block;
  position: relative;
  width: calc(50% - 13px);
  height: 13px;
  background: #bdb9b6;
}
.museum-footer-mask .museum-mask-image {
  display: block;
  position: relative;
  z-index: 2;
  width: 26px;
  height: 13px;
  background: url("../img/museums-mask.png") no-repeat center center;
}
/* 
====================
 Subsections and Galleries
====================
*/
.subsection-title {
  font: 23px 'gill-medium', sans-serif;
  text-transform: lowercase;
  color: #9fd5fb;
}
.gallery-container {
  max-width: 760px;
  margin: -15px -10px 0;
}
.gallery-container:after {
  content: '';
  display: block;
  clear: both;
}
.gallery-image {
  width: 170px;
  margin: 15px 10px;
  line-height: 0;
  position: relative;
  float: left;
  cursor: pointer;
}
.gallery-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.gallery-image:hover::after {
  background: rgba(0,0,0,0.4);
}
.btn-gallery-image,
.btn-image {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/icon-gallery-image.png") no-repeat center center;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}
.gallery-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.95);
  z-index: 999;
}
.gallery-overlay-container {
  max-width: 80%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.gallery-overlay-slides,
.gallery-overlay-item,
.gallery-overlay-image-wrapper,
.gallery-overlay-image {
  height: 100%;
}
.gallery-overlay-slides {
  margin: 0;
  padding: 0;
}
.gallery-overlay-image-wrapper {
  display: table;
  margin: 0 auto;
}
.gallery-overlay-image {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  line-height: 0;
}
.gallery-overlay-close {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 25px;
  right: -33px;
  background: url("../img/icon-gallery-close.png") no-repeat center center;
}
.gallery-overlay-caption {
  font: 16px 'gill-medium', sans-serif;
  color: #bdb9b6;
  text-align: left;
  margin-top: 20px;
}
.page-tabs-menu {
  margin: 0 -10px 45px;
  padding: 0;
  list-style-type: none;
}
.page-tabs-menu:after {
  content: '';
  display: block;
  clear: both;
}
.page-tabs-menu .page-tabs-menu-item {
  float: left;
  padding: 0 10px;
  border-right: 2px solid #6b625b;
}
.page-tabs-menu .page-tabs-menu-item:last-child {
  border-right: none;
}
.page-tabs-menu .page-tabs-menu-item .page-subtitle {
  margin: 0;
}
.page-tabs-menu .page-tabs-menu-item .page-subtitle a {
  color: #6b625b;
  text-decoration: none;
}
.page-tabs-menu .page-tabs-menu-item.current-tab .page-subtitle a {
  color: #393532;
}
.list-container {
  margin: 40px 0 0;
}
.list-container .list-item {
  display: table;
  width: 100%;
  padding: 95px 0;
  border-bottom: 2px solid #948f89;
}
.list-container .list-item-content,
.list-container .list-item-image-column {
  display: table-cell;
  vertical-align: top;
}
.publicacoes .list-item-image-column,
.exposicoes .list-item-image-column {
  width: 185px;
}
.produtos .list-item-image-column {
  width: 215px;
}
.list-container .list-item-image {
  margin: 0;
  line-height: 0;
  position: relative;
}
.list-item-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.produtos .list-item-image {
  width: 215px;
}
.produtos .list-item-content {
  padding-left: 70px;
}
.produtos .list-item-image.no-image,
.publicacoes .list-item-image.no-image,
.exposicoes .list-item-image.no-image {
  font: 16px 'gill-medium', sans-serif;
  text-align: center;
  text-transform: lowercase;
  border: 1px solid #7d746d;
  height: 230px;
  line-height: 230px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.produtos .list-item-image.no-image:hover,
.publicacoes .list-item-image.no-image:hover,
.exposicoes .list-item-image.no-image:hover {
  color: #fff;
}
.publicacoes .list-item-content,
.produtos .list-item-content {
  padding-left: 60px;
}
.list-item-content p {
  font-family: 'gill-medium', sans-serif;
  line-height: 26px;
}
.list-item-header {
  margin-bottom: 35px;
}
.list-item-title,
.list-item-subtitle {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.list-item-title {
  font-family: 'gill-bold', sans-serif;
  margin-bottom: 10px;
}
.list-item-title .esgotado {
  font: 12px/26px 'gill-medium', sans-serif;
  text-transform: uppercase;
  color: #fe494e;
}
.list-item-subtitle {
  font-family: 'gill-lightitalic', sans-serif;
}
.list-item-price {
  font: 18px 'gill-bold', sans-serif;
  display: inline-block;
  margin-right: 10px;
}
.list-item-btn {
  font: 14px/14px 'gill-medium', sans-serif;
  height: 26px;
  text-transform: lowercase;
  padding: 5px 7px;
  background: none;
  border: 2px solid #7d746d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list-item-btn .list-item-btn-icon {
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-left: 7px;
  background: url("../img/icon-btn-arrow.png") no-repeat center center;
}
.list-item-btn:hover {
  color: #000;
  border-color: #3c3936;
}
#map-acude {
  cursor: pointer;
}
.map-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.95);
  z-index: 999;
}
.btn-map-close {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 23px;
  height: 19px;
  top: 25px;
  right: 30px;
  background: url("../img/icon-map-close.png") no-repeat center center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-map-close:hover {
  opacity: 0.7;
}
.map-container {
  width: 75.1%;
  height: 100%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.map-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.map-header {
  display: none;
  line-height: 0;
  text-align: center;
  margin-bottom: 10px;
}
#map-carousel {
  margin: 20px -5px 0;
  margin: 0;
}
#map-carousel .slides > li {
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  line-height: 0;
}
#map-carousel .slides > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#map-carousel .slides > li.flex-active-slide:after,
#map-carousel .slides > li:hover::after {
  background: rgba(0,0,0,0);
}
#map-slider .slides:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-height: 700px) {
  .gallery-overlay-image-wrapper .gallery-overlay-image img{
    max-height: 600px !important;
    height: 80vh !important;
  }
}