.hide {
  display: none; }

.module-box-01 {
  padding-bottom: 0;
  background: #eeeff2;
  border: 1px solid #cfcdcd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px!important; }

.module-box-01 .header {
  border-bottom: 1px solid #cfcdcd;
  padding: 10px 12px 2px 12px; }

.module-box-01 .footer a {
  font-size: .85em;
  color: #333;
  text-transform: uppercase;
  line-height: 1em;
  text-decoration: none; }

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 3.225806451612903%; }

.row-fluid .span8 {
  width: 65.59139784946237%; }

.gallery-pane .carousel {
  margin-bottom: 0; }

.gallery-pane .carousel-control {
  border: 0;
  line-height: 1em;
  font-size: 35px; }

.gallery-pane .item img {
  width: 100%;
  height: auto; }

.gallery-pane .galleria-info {
  padding: 10px 10px 3px 10px; }

.gallery-pane h3, .gallery-pane h4, .gallery-pane h5, .gallery-pane h6 {
  font-size: 1.2em!important;
  margin: 0 0 3px 0; }

.gallery-pane h3 a, .gallery-pane h4 a, .gallery-pane h5 a, .gallery-pane h6 a {
  color: #333;
  font-size: .85em;
  font-weight: 700; }

.gallery-pane .galleria-info-description {
  display: block;
  margin-bottom: 5px;
  font-size: .85em; }

.gallery-pane .rights {
  display: block;
  margin-bottom: 5px;
  font-size: .85em;
  font-style: italic; }

.gallery-pane .galeria-thumbs {
  background: #fff;
  padding: 10px 1px 1px 20px;
  border: 1px solid #cfcdcd;
  margin: 0 8px 5px 5px;
  overflow: hidden; }

.gallery-pane .galeria-thumbs ul {
  margin: 0; }

.gallery-pane .galeria-thumbs .galeria-image {
  border: 0;
  margin: 0;
  line-height: auto;
  padding: 0;
  background: #333;
  margin: 0 4px 9px 0;
  display: block;
  float: left; }

.gallery-pane .galeria-thumbs .galeria-image a img {
  width: 54px;
  height: 40px;
  border: 1px solid #333;
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=85); }

.gallery-pane .galeria-thumbs .active a img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=85); }

.gallery-pane .galleria-info-description .description {
  font-weight: 300;
  color: #333;
  margin: 0; }

.gallery-pane .galeria-thumbs ul {
  margin: -3px 0 4px 0; }

.gallery-pane .galeria-thumbs ul, .gallery-pane .galeria-thumbs ul li {
  list-style: none!important; }

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  line-height: 1; }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.module-box-01 .gallery-pane .carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.carousel-control.right {
  left: auto;
  right: 15px; }

.module-box-01 .gallery-pane .carousel-control:hover, .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75); }

.carousel-caption h4, .carousel-caption p {
  color: #ffffff;
  line-height: 20px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin-bottom: 0; }

.gallery-pane .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  max-height: 336px;
  height: auto;
  line-height: 1;
  float: left; }

.module-box-01 .footer {
  padding: 10px; }

.module-box-01 .gallery-pane .carousel-control.right {
  left: auto;
  right: 15px; }

.destaque-imagem-portlet .title {
  font-family: "open_sansbold",Arial,Helvetica,sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: inherit; }

.destaque-imagem-portlet .see_more_sub-destaque {
  margin-bottom: 13px;
  margin-left: 17px;
  margin-top: 0;
  padding-bottom: 20px;
  width: 100%; }

.footer > hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #cccccc #cccccc #cccccc;
  border-image: none;
  border-right: 0 solid #cccccc;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 0 -11px; }

.gallery-pane .glyphicon.glyphicon-chevron-right {
  font-size: 20px;
  margin: -11px -14px -11px 0; }

.gallery-pane .glyphicon.glyphicon-chevron-left {
  font-size: 20px;
  margin-left: -16px;
  margin-top: -11px; }

ol#pagination li {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/bg_buttons.png) no-repeat 0 0;
  text-align: left;
  text-indent: -8000px;
  list-style: none;
  cursor: pointer;
  margin: 0 2px; }

ol#pagination li:hover {
  background: url(/galeria-imagens-portlet/images/bg_buttons.png) no-repeat 0 -16px; }

ol#pagination li.current {
  color: #f00;
  font-weight: bold;
  background: url(/galeria-imagens-portlet/images/bg_buttons.png) no-repeat 0 -32px; }

ol#pagination li.prev {
  background: url(/galeria-imagens-portlet/images/bg_buttons.png) no-repeat 0 -64px;
  margin-top: 8px; }

ol#pagination li.next {
  margin-right: -30px;
  background: url(/galeria-imagens-portlet/images/bg_buttons.png) no-repeat 0 -48px;
  margin-top: 8px; }

