/*
 * Copyright Terra das Ideias
 * 
 * Folha de Estilos Galeria
 * 
 * Marcos Lima - Out 2015
 * 
 * PARA OS MODULOS DAS GALERIAS (MASONRY, MOSAIC E GRID)
 * 
 */

/* === Home page === */
/* line 3, ../sass/home.sass */
.shape-box {
  *zoom: 1;
  /*margin-bottom: 63px;*/
  margin: 0 auto;
}
/* line 38, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.shape-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7, ../sass/home.sass */
.shape-box > li {
  float: left;
  /*height: 188px;*/
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
/* line 14, ../sass/home.sass */
.shape-box > li figure {
  margin: 0;
}
/* line 17, ../sass/home.sass */
.shape-box > li figure > a {
  position: relative;
  display: block;
}
/* line 31, ../sass/home.sass */
.shape-box > li a {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* line 37, ../sass/home.sass */
.shape-box > li > article {
  padding: 10.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  width: 100%;
}

/*marcos - inicio*/
/*.shape-box.mosaic-type > li > article, .shape-box.grid-type > li > article {
	position: absolute;
}*/
.shape-box > li.mini-box, .shape-box > li.max-box {
	margin-top:0;
	margin-bottom:0;
}
.shape-box > li a img { 
	max-width:100%;
}
/*marcos - fim*/

.shape-box > li > article > figure{
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  width: 100%;
}
.shape-box > li > article:hover figure{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.shape-box > li.picture > article > figure{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.shape-box > li.picture > article > figure:hover{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 45, ../sass/home.sass */
.shape-box > li > article .article-header {
  position: absolute;
  top: 10.5px;
  left: 0;
  width: 100%;
}
/* line 51, ../sass/home.sass */
.shape-box > li > article .article-header > ul {
  *zoom: 1;
  position: relative;
  padding-left: 28px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10.5px;
}
/* line 38, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.shape-box > li > article .article-header > ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 60, ../sass/home.sass */
.shape-box > li > article .article-header > ul:before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  background: url(../images/galeria/shape_home_icons.png) -21px 0 no-repeat transparent;
  position: absolute;
  left: 0;
}
/* line 70, ../sass/home.sass */
.shape-box > li > article .article-header > ul > li {
  float: left;
  margin-right: 4px;
  color: white;
}
/* line 75, ../sass/home.sass */
.shape-box > li > article .article-header > ul > li:after {
  content: ",";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 79, ../sass/home.sass */
.shape-box > li > article .article-header > ul > li:last-child {
  margin-right: 0;
}
/* line 82, ../sass/home.sass */
.shape-box > li > article .article-header > ul > li:last-child:after {
  content: "";
}
/* line 85, ../sass/home.sass */
.shape-box > li > article .article-header > ul > li > a {
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 89, ../sass/home.sass */
.shape-box > li > article .article-header > ul > li > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 92, ../sass/home.sass */
.shape-box > li > article .article-content {
  overflow: hidden;
  display: table;
  height: 100%;
  padding: 21px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 100, ../sass/home.sass */
.shape-box > li > article .article-content > h4 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 107, ../sass/home.sass */
.shape-box > li > article .article-content > h4:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 110, ../sass/home.sass */
.shape-box > li > article .article-footer {
  position: absolute;
  bottom: 10.5px;
  left: 0;
  width: 100%;
}
/* line 116, ../sass/home.sass */
.shape-box > li > article .article-footer .calendar {
  padding-left: 29px;
  text-transform: uppercase;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  display: table;
  margin: 0 auto;
  position: relative;
}
/* line 127, ../sass/home.sass */
.shape-box > li > article .article-footer .calendar:after {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/galeria/shape_home_icons.png) 0 0 no-repeat transparent;
}
/* line 138, ../sass/home.sass */
.shape-box .contol-panel {
  width: 40%;
  height: 376px;
  background: #ff7559;
  position: relative;
  overflow: hidden;
}

/* line 146, ../sass/home.sass */
.masonry-type > li{
  margin-bottom: 21px;
  overflow: hidden;
}
.masonry-type > li:not(.picture){
  min-height: 315px;
}
.masonry-type > li > article + figure, 
.mosaic-type > li > article + figure, 
.grid-type > li > article + figure{
  position: absolute;
  top: 0;
  /*left: 0%;*/
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.masonry-type > li.picture > article + figure,
.mosaic-type > li.picture > article + figure,
.grid-type > li.picture > article + figure{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  /*right: 0;
  left: auto;*/
}
.masonry-type > li.picture:hover > article + figure, 
.mosaic-type > li.picture:hover > article + figure, 
.grid-type > li.picture:hover > article + figure{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /*right: -50%;
  width: 150%;*/
}
.masonry-type > li:hover > article + figure, 
.mosaic-type > li:hover > article + figure, 
.grid-type > li:hover > article + figure{
  /*left: 0;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  /*width: 150%;*/
}
/* line 154, ../sass/home.sass */
.masonry-type .red:nth-child(2n), .masonry-type .greeen:nth-child(2n), .masonry-type .brown:nth-child(2n) {
  /*min-height: 378px;*/
}

/* line 158, ../sass/home.sass */
.mosaic-type > li {
  margin-bottom: 21px;
  min-height: 220px;
  height: auto;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mosaic-type > li:hover{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 163, ../sass/home.sass */
.mosaic-type .picture {
  min-height: 0;
}
/* line 166, ../sass/home.sass */
.mosaic-type .red:nth-child(2n), .mosaic-type .greeen:nth-child(2n), .mosaic-type .brown:nth-child(2n) {
  min-height: 461px;
}

/* line 169, ../sass/home.sass */
.mini-box {
  width: 20%;
}

/* line 173, ../sass/home.sass */
.max-box {
  width: 40%;
}

/* line 176, ../sass/home.sass */
.green {
  background: #424c39 !important;
}

/* line 179, ../sass/home.sass */
.red {
  background: #ff7559 !important;
}

/* line 182, ../sass/home.sass */
.brown {
  background: #bd9f85 !important;
}

/* line 185, ../sass/home.sass */
.darkbrown {
  background: #a67d5a !important;
}

/* line 188, ../sass/home.sass */
.slider-shape {
  overflow: hidden;
  height: 376px;
  position: relative;
}
/* line 193, ../sass/home.sass */
.slider-shape > ul {
  *zoom: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
}
/* line 38, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.slider-shape > ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 197, ../sass/home.sass */
.slider-shape > ul > li {
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 205, ../sass/home.sass */
.slider-shape > ul > li > h2 {
  margin-top: 6em;
  text-align: center;
  line-height: 1.5em;
}
/* line 210, ../sass/home.sass */
.slider-shape > ul .active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  z-index: 100;
}

/* line 214, ../sass/home.sass */
.shape-control {
  position: absolute;
  bottom: 1.5em;
  z-index: 1000;
  width: 100%;
}
/* line 220, ../sass/home.sass */
.shape-control > ul {
  *zoom: 1;
  display: table;
  margin: 0 auto;
}
/* line 38, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.shape-control > ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 225, ../sass/home.sass */
.shape-control > ul > li {
  float: left;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  margin: 0 7px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 236, ../sass/home.sass */
.shape-control > ul .active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 239, ../sass/home.sass */
.switcher-control-panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
}
/* line 245, ../sass/home.sass */
.switcher-control-panel > label {
  margin: 0;
  padding: 0;
  display: block;
}
/* line 250, ../sass/home.sass */
.switcher-control-panel > label > input[type=checkbox] {
  display: none;
}
/* line 255, ../sass/home.sass */
.switcher-control-panel > label > input[type=checkbox]:checked + b {
  background: url(../images/galeria/panel_helper.png) -63px 0 black;
}
/* line 258, ../sass/home.sass */
.switcher-control-panel > label > b {
  width: 63px;
  height: 63px;
  display: block;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  background: url(../images/galeria/panel_helper.png) 0 0 black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 269, ../sass/home.sass */
.switcher-control-panel > label > b:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 272, ../sass/home.sass */
.filter-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  height: 100%;
  background: #ff7559;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* line 284, ../sass/home.sass */
.filter-shape h2 {
  color: white;
  font-weight: 300;
  letter-spacing: 1px;
}

/* line 289, ../sass/home.sass */
.filter-shape-active {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/* line 293, ../sass/home.sass */
.cat-shape {
  padding: 4.5em 1.5em 0 1.5em;
}
/* line 296, ../sass/home.sass */
.cat-shape ul {
  *zoom: 1;
}
/* line 38, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.cat-shape ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 299, ../sass/home.sass */
.cat-shape ul > li {
  float: left;
  width: 50%;
}
/* line 303, ../sass/home.sass */
.cat-shape ul > li label {
  display: block;
  cursor: pointer;
}
/* line 307, ../sass/home.sass */
.cat-shape ul > li label input[type=checkbox] {
  display: none;
}
/* line 311, ../sass/home.sass */
.cat-shape ul > li label input[type=checkbox]:checked + b:after {
  content: "\2713" !important;
}
/* line 314, ../sass/home.sass */
.cat-shape ul > li label b {
  padding-left: 29px;
  position: relative;
  display: block;
  margin: 0;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 322, ../sass/home.sass */
.cat-shape ul > li label b:after {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff6040;
  -webkit-box-shadow: 0 0 0 1px #ff5330;
  -moz-box-shadow: 0 0 0 1px #ff5330;
  box-shadow: 0 0 0 1px #ff5330;
  text-align: center;
  color: white;
}

/* line 335, ../sass/home.sass */
.filter-top {
  background: white;
  padding: 10.5px 0;
  text-align: center;
  margin-bottom: 42px;
  -webkit-box-shadow: 0 0 0 1px #d9d9d9;
  -moz-box-shadow: 0 0 0 1px #d9d9d9;
  box-shadow: 0 0 0 1px #d9d9d9;
}
/* line 342, ../sass/home.sass */
.filter-top > ul {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 auto;
}
/* line 345, ../sass/home.sass */
.filter-top > ul > li {
  width: auto;
  margin: 0 7px;
}
/* line 349, ../sass/home.sass */
.filter-top > ul > li label b:after {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #d9d9d9;
  -moz-box-shadow: inset 0 0 0 1px #d9d9d9;
  box-shadow: inset 0 0 0 1px #d9d9d9;
  color: black;
}
