.produto{
	padding: 10px;
	transition: all 0.4s ease;
	cursor: pointer;
}
.produto h4{
	font-size: 15px;
	height: 50px;
}
.produto:hover{
	background: #F0F0F0 none repeat scroll 0% 0%;
	border-radius: 2px;
}
.secarea .fa-chevron-right{
	font-size: 8px;
}
.produto {
	border: 1px solid #221d5c;
}
.produto img{
	transition: all 0.4s ease;
	border: 1px solid #FFF;
}
.produto:hover img{
	border: 1px solid #ddd;
}
.page-section.breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}
.boxed .breadcrumbs > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.breadcrumbs .breadcrumb {
  position: relative;
  padding: 60px 0 0 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
}
.breadcrumbs .breadcrumb li {
  margin-bottom: 10px;
}
.breadcrumbs .breadcrumb > li + li:before {
  content: '\f105 ';
  font-family: 'FontAwesome';
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>.active {
    color: #777;
}

.widget-categories li {
  line-height: 30px;
}
.widget-categories li + li {
  margin-top: 10px;
}
.widget-categories a {
  display: block;
  padding: 6px 12px;
  background-color: #eeeeee;
  color: #3c3c3c;
}
.widget-categories li.active a,
.widget-categories a:hover {
  background-color: #3c3c3c;
  color: #ffffff;
}
.widget-categories small {
  float: right;
}
.widget-categories ul.children {
  font-size: 13px;
  line-height: 15px;
  text-transform: none;
  margin-top: 5px;
  padding-left: 15px;
}
.widget-categories ul.children li {
  margin-top: 0;
}
.widget-categories ul.children a {
  color: #555555 ;
  margin-right: 0;
  line-height: 1 ;
  background: transparent ;
}
.widget-categories ul.children a:hover {
  color: #3c3c3c ;
}
.widget-categories .count {
  float: right;
  font-size: 12px;
  margin-right: 2px;
}
.widget-categories .arrow {
  float: right;
  color: #555555;
  width: 17px;
  height: 17px;
  cursor: pointer;
  text-align: center;
  margin-top: 7px;
  margin-right: 10px;
}
.widget-categories .arrow .fa {
  font-size: 17px;
  line-height: 14px;
}

.widget-categories ul.children a.inative {
  color: #555555 ;
  margin-right: 0;
  line-height: 1 ;
  background: transparent;
}
.widget-categories ul.children a.active {
  color: #000000;
  margin-right: 0;
  line-height: 1;
  background: #cecbf5;
}


/* 3.12 - Thumbnails / Features
/* ========================================================================== */
.thumbnail {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
}
.thumbnail.hover,
.thumbnail:hover {
  border: solid 1px #3c3c3c;
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
  border: none;
}
.thumbnail.no-padding {
  padding: 0;
}
.row.thumbnails {
  margin-top: -30px;
}
.row.thumbnails .thumbnail {
  margin-top: 30px;
}
.row.thumbnails.no-padding {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.row.thumbnails.no-padding [class*='col-'] {
  padding: 0;
}
.row.thumbnails.no-padding .thumbnail {
  margin-top: 0;
}
.row.blocks {
  margin-top: -30px;
}
.row.blocks + .blocks {
  margin-top: 0;
}
.row.blocks .block {
  margin-top: 30px;
}
/* Thumbnail Media/Image
 * -------------------------------------------------------------------------- */
.thumbnail .media {
  overflow: hidden;
  position: relative;
}
.thumbnail .media:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thumbnail.hover .media:after,
.thumbnail:hover .media:after {
  opacity: 0.1;
}
.thumbnail .media img {
  max-width: 100%;
  width: 100%;
}
/* fix animation bug */
.thumbnail .media.img-circle,
.thumbnail.hover .media.img-circle,
.thumbnail:hover .media.img-circle {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
/* Thumbnail caption
 * -------------------------------------------------------------------------- */
.thumbnail {
  border-radius: 0;
  overflow: hidden;
}
.thumbnail .caption {
  padding: 20px 0 0 0;
  overflow: hidden;
  font-size: 14px;
}
.thumbnail .caption + .caption {
  padding-top: 10px;
}
.thumbnail .caption.no-padding-top {
  padding-top: 0;
}
.thumbnail .caption.no-padding-bottom {
  padding-bottom: 0;
}
.thumbnail .caption.hovered {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  background-color: transparent;
  background-color: rgba(60, 60, 60, 0.6);
  color: #ffffff;
  opacity: 0;
  z-index: 10;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
  opacity: 1;
}
.caption-wrapper {
  width: 100%;
}
/* Caption elements
 * -------------------------------------------------------------------------- */
.caption-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  color: #0d1d31;
}
.hovered .caption-title {
  color: #ffffff;
}
.caption-buttons {
  margin-bottom: 0;
}
.caption-buttons .btn {
  color: #ffffff;
  font-size: 30px;
}
.caption-category {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 14px;
  color: #3c3c3c;
}
.caption-read-more {
  font-size: 12px;
  color: #3c3c3c;
  text-decoration: underline;
}
.caption-read-more:hover {
  color: #000000;
}
/* --------------------------------------------------------------------------
 * Thumbnail type
 * -------------------------------------------------------------------------- */
.thumbnails.features .thumbnail .caption.hovered,
.thumbnails.features .thumbnail.hover .caption.hovered,
.thumbnails.features .thumbnail:hover .caption.hovered {
  opacity: 1;
  background-color: #3c3c3c;
}
.thumbnails.features .thumbnail .caption.hovered {
  top: 100%;
  bottom: auto;
  margin-top: -50px;
}
.thumbnails.features .thumbnail.hover .caption.hovered,
.thumbnails.features .thumbnail:hover .caption.hovered {
  top: 0%;
  bottom: auto;
  margin-top: 50px;
}
.thumbnails.features .caption-title {
  margin-bottom: 7px;
}
.thumbnails.features .caption-view {
  position: relative;
  color: #ffffff;
}
.thumbnails.features .caption-view i.dot {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -5px;
}
.thumbnails.features .caption-view i.dot:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 7px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #ffffff;
}
.thumbnails.features .caption-view a {
  position: relative;
  text-transform: uppercase;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 5px;
  color: #ffffff;
}
.thumbnails.category {
  border: solid 1px transparent;
}
.thumbnails.category .thumbnail .new {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  background-color: #3c3c3c;
  color: #ffffff;
  opacity: 1;
}
.thumbnails.category .thumbnail.hover .new {
  opacity: 0;
  top: -80px;
}
.thumbnails.category .thumbnail .caption.hovered .caption-view {
  margin-bottom: 0;
}
.thumbnails.category .thumbnail .caption.hovered .caption-view a {
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 10px 20px;
}
.thumbnails.category .thumbnail .caption.hovered .caption-view a:hover {
  background-color: #ffffff;
  color: #3c3c3c;
}
.thumbnails.category .thumbnail > .caption {
  background-color: #3c3c3c;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0%;
  padding: 10px 15px;
}
.thumbnails.category .thumbnail > .caption .caption-title {
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
.thumbnails.category .thumbnail.hover > .caption {
  opacity: 0;
  bottom: -100%;
}
.thumbnails.latest-products-alt {
  border: solid 1px transparent;
}
.thumbnails.latest-products-alt .thumbnail .new {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  background-color: #3c3c3c;
  color: #ffffff;
  opacity: 1;
}
.thumbnails.latest-products-alt .thumbnail.hover .new {
  opacity: 0;
  top: -80px;
}
.thumbnails.latest-products-alt .thumbnail .caption.hovered .caption-view {
  margin-bottom: 0;
}
.thumbnails.latest-products-alt .thumbnail .caption.hovered .caption-view a {
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 10px 20px;
}
.thumbnails.latest-products-alt .thumbnail .caption.hovered .caption-view a:hover {
  background-color: #ffffff;
  color: #3c3c3c;
}
.thumbnails.latest-products-alt .thumbnail > .caption {
  position: relative !important;
  opacity: 1 !important;
  bottom: auto !important;
  text-align: center !important;
  padding: 15px 15px 0 15px;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-title {
  color: #333333;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-title {
  float: none;
}
.thumbnails.latest-products-alt .thumbnail > .caption .rating {
  display: inline-block;
  margin: 10px auto 0 auto;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-prices {
  margin-top: 5px;
  float: none;
  line-height: 1;
  color: #808080;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-prices .base {
  font-size: 17px;
  font-weight: normal;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-prices .price {
  font-size: 17px;
  font-weight: bold;
  color: #3c3c3c;
}
.thumbnails.latest-products-alt .thumbnail > .caption .buttons {
  margin-top: 15px;
  margin-left: -5px;
}
.thumbnails.latest-products-alt .thumbnail > .caption .buttons .btn-theme {
  padding: 10px 12px;
  margin-left: 5px;
  font-size: 11px;
  line-height: 12px;
}
.thumbnails.latest-products-alt .thumbnail > .caption .btn-wish-list,
.thumbnails.latest-products-alt .thumbnail > .caption .btn-compare {
  opacity: 0;
}
.thumbnails.latest-products-alt .thumbnail.hover > .caption .btn-wish-list,
.thumbnails.latest-products-alt .thumbnail.hover > .caption .btn-compare {
  opacity: 1;
}
.thumbnails.latest-products .caption-prices {
  float: right;
  margin-left: 10px;
  line-height: 1;
  color: #ffffff;
}
.thumbnails.latest-products .caption-prices .base {
  font-size: 11px;
  font-weight: normal;
}
.thumbnails.latest-products .caption-prices .price {
  font-size: 17px;
  font-weight: bold;
}
.thumbnails.latest-products .thumbnail > .caption .caption-title {
  text-align: left;
}
.thumbnails.reviews {
  border: solid 1px transparent;
  margin-top: -1px !important;
}
.thumbnails.reviews .thumbnail .media:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(9, 9, 9, 0.7);
}
.thumbnails.reviews .thumbnail .caption.hovered {
  text-align: left;
  background-color: #3c3c3c;
}
.thumbnails.reviews .thumbnail .caption.hovered .caption-title {
  font-family: 'Montserrat', cursive;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 2px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .thumbnails.reviews .thumbnail .caption.hovered .caption-title {
    font-size: 14px;
  }
}
.thumbnails.reviews .thumbnail .caption.hovered .caption-text {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .8;
}
.thumbnails.reviews .thumbnail .caption.hovered .caption-text:before {
  content: '';
  display: inline-block;
  line-height: 1px;
  width: 40px;
  margin-right: 10px;
  height: 1px;
  margin-bottom: 4px;
  border-top: solid 1px #ffffff;
}
.thumbnails.reviews .thumbnail > .caption {
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0%;
}
.thumbnails.reviews .thumbnail > .caption .caption-title {
  margin-bottom: 5px;
  color: #ffffff;
}
.thumbnails.reviews .thumbnail > .caption .caption-text {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .8;
}
.thumbnails.reviews .thumbnail > .caption .caption-text:before {
  content: '';
  display: inline-block;
  line-height: 1px;
  width: 40px;
  margin-right: 10px;
  height: 1px;
  margin-bottom: 4px;
  border-top: solid 1px #ffffff;
}
@media (max-width: 767px) {
  .shop-sorting {
    margin-bottom: 15px;
  }
}
.shop-sorting .form-inline {
  padding-top: 5px;
}
.shop-sorting label {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  vertical-align: top;
  color: #3c3c3c;
}
.shop-sorting .form-group {
  margin-right: 10px;
}
@media (min-width: 480px) {
  .shop-sorting .form-group {
    display: inline-block;
  }
}
.with-sidebar .shop-sorting .form-inline {
  padding-top: 0;
  margin-top: -10px;
}
.with-sidebar .shop-sorting .form-group {
  margin-top: 10px;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons {
  margin-top: -30px;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .btn {
  font-size: 10px;
  line-height: 1;
  background-color: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 10px 20px;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .btn:hover {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #3c3c3c;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .caption-view-more {
  margin-bottom: 10px;
  clear: both;
  
	transition: all 0.4s ease;
  transform: translate(-100%, 0);
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .caption-add-to-cart {
  transform: translate(100%, 0);
}
.thumbnails.products .thumbnail.hover .caption.hovered .caption-view-more {
  margin-bottom: 10px;
  clear: both;
  transform: translate(0%, 0%);
}
.thumbnails.products .thumbnail.hover .caption.hovered .caption-add-to-cart {
  transform: translate(0%, 0%);
}
.thumbnails.products .thumbnail > .caption {
  background-color: #3c3c3c;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0%;
  padding: 10px 15px;
}
.thumbnails.products .thumbnail.hover > .caption {
  opacity: 0;
  bottom: -100%;
}
.thumbnails.products .thumbnail > .caption.after-media {
  background-color: transparent;
  bottom: -100%;
  opacity: 0;
  z-index: 10;
}
.thumbnails.products .thumbnail.hover > .caption.after-media {
  bottom: 0%;
  opacity: 1;
}
.thumbnails.products .caption-title {
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
.thumbnails.products .caption-read-more {
  margin-bottom: 0;
  text-align: center;
}
.thumbnails.products .caption-read-more .btn {
  padding: 6px 9px;
  font-size: 10px;
  line-height: 1;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.thumbnails.products .caption-read-more .btn:hover {
  background-color: #ffffff;
  color: #3c3c3c;
}
.thumbnails.products .thumbnail .caption-price {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  background-color: #3c3c3c;
  color: #ffffff;
  opacity: 1;
}
.thumbnails.products .thumbnail.hover .caption-price {
  opacity: .3;
  top: -20px;
}
.products.list .thumbnail + .thumbnail {
  margin-top: 30px;
}
.products.list .thumbnail .caption {
  padding-top: 0;
}
.products.list .thumbnail .caption-title {
  margin-bottom: 15px;
  color: #333333;
  text-align: left;
}
@media (max-width: 991px) {
  .products.list .thumbnail .caption-title {
    margin-top: 15px;
  }
}
.products.list .thumbnail .rating {
  display: inline-block;
}
.products.list .thumbnail .reviews {
  color: #333333;
}
.products.list .thumbnail .reviews:hover {
  color: #3c3c3c;
}
.products.list .thumbnail .overflowed {
  margin-top: 5px;
}
.products.list .thumbnail .availability {
  float: left;
}
.products.list .thumbnail .availability strong {
  color: #3c3c3c;
}
.products.list .thumbnail .price {
  float: right;
  margin-bottom: 0;
}
.products.list .thumbnail .price ins {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: bold;
}
.products.list .thumbnail .price del {
  color: #999999;
}
.products.list .thumbnail .caption-buttons {
  margin-top: 0 !important;
}
.products.list .thumbnail .caption-view-more {
  margin-bottom: 0 !important;
  transform: translate(0, 0) !important;
}
.products.list .thumbnail .caption-text {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
  margin: 15px 0;
  border-top: solid 1px rgba(51, 51, 51, 0.1);
  border-bottom: solid 1px rgba(51, 51, 51, 0.1);
}
.products.list .thumbnail .btn-wish-list {
  margin-left: 10px;
  margin-right: 0;
  opacity: 0;
}
.products.list .thumbnail .btn-compare {
  margin-left: 10px;
  margin-right: 0;
  opacity: 0;
}
.products.list .thumbnail.hover .btn-wish-list,
.products.list .thumbnail.hover .btn-compare {
  opacity: 1;
}
/* Portfolio */
.thumbnails.portfolio {
  border: solid 1px transparent;
}
.thumbnails.portfolio .hovered .caption-title,
.thumbnails.portfolio .hovered .caption-title a {
  color: #ffffff;
}
.thumbnails.portfolio .hovered .caption-buttons {
  margin-bottom: 0;
  margin-top: 10px;
}
.thumbnails.portfolio .hovered .caption-buttons .btn {
  color: #ffffff;
  border-color: #ffffff;
  margin: 0 5px;
  padding: 8px 12px;
  font-size: 14px;
}
.thumbnails.portfolio .hovered .caption-category,
.thumbnails.portfolio .hovered .caption-category a {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 14px;
  color: #ffffff;
}
.thumbnails.portfolio .thumbnail > .caption {
  text-align: center;
  padding: 0;
  margin-top: 10px;
}
.thumbnails.portfolio .thumbnail > .caption .caption-title {
  margin-top: 0;
  margin-bottom: 0;
}
.thumbnails.portfolio .thumbnail > .caption .caption-category {
  margin-bottom: 0;
}
.project-overview h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.project-details h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.project-details .dl-horizontal dt {
  text-align: left;
  padding-bottom: 5px;
}
.project-details .dl-horizontal dt {
  color: #3c4547;
  width: 90px;
  padding-bottom: 5px;
}
.project-details .dl-horizontal dd {
  position: relative;
  margin-left: 110px;
}
.shop-info-banners .block {
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #3c3c3c;
  background-color: #3c3c3c;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block .fa {
  font-size: 45px;
  line-height: 45px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block .media-heading {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block:hover {
  color: #3c3c3c;
  border: solid 1px #3c3c3c;
  background-color: #ffffff;
}
.shop-info-banners .block:hover .fa {
  color: #3c3c3c;
}
.shop-info-banners .block:hover .media-heading {
  color: #3c3c3c;
}
/* Thumbnail banner
/* ========================================================================== */
@media (max-width: 991px) {
  .thumbnail.thumbnail-banner {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
  }
}
.thumbnail.thumbnail-banner + .thumbnail.thumbnail-banner {
  margin-top: 30px;
}
.thumbnail.thumbnail-banner .media-link {
  text-align: left;
}
.thumbnail.thumbnail-banner .caption {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}
.thumbnail.thumbnail-banner .caption-wrapper {
  padding: 15px;
}
.col-md-3 .thumbnail.thumbnail-banner .caption-inner {
  padding: 15px 2px;
}
.thumbnail.thumbnail-banner .caption-title,
.thumbnail.thumbnail-banner .caption-sub-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 1px 0;
  color: #222222;
}
.thumbnail.thumbnail-banner .caption-title span,
.thumbnail.thumbnail-banner .caption-sub-title span {
  display: inline-block;
  padding: 8px 12px;
  background-color: #3c3c3c;
  color: #ffffff;
}
.col-md-3 .thumbnail.thumbnail-banner .caption-sub-title span {
  padding: 8px 7px;
}
.thumbnail.thumbnail-banner .btn {
  margin-top: 10px;
}
.thumbnail.thumbnail-banner .btn-theme {
  border-color: #222222;
  background-color: #222222;
}
.thumbnail.thumbnail-banner .media {
  background-color: #000000;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.thumbnail.thumbnail-banner .media {
  height: 430px;
}
.thumbnail.thumbnail-banner.third .media {
  height: 400px;
}
.thumbnail.thumbnail-banner.half .media {
  height: 200px;
}
@media (max-width: 480px) {
  .thumbnail.thumbnail-banner .media {
    height: 200px;
  }
}
.thumbnail.thumbnail-banner .move {
  position: relative;
  z-index: 1;
  margin-left: -20%;
  margin-top: -10%;
  -webkit-transition: left 0.5s ease-out, top 0.5s ease-out;
  -moz-transition: left 0.5s ease-out, top 0.5s ease-out;
  -ms-transition: left 0.5s ease-out, top 0.5s ease-out;
  -o-transition: left 0.5s ease-out, top 0.5s ease-out;
  transition: left 0.5s ease-out, top 0.5s ease-out;
}
.thumbnail.thumbnail-banner img {
  top: 10%;
  left: 9%;
  height: auto;
  position: absolute;
  opacity: .5;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  -moz-transition: -moz-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  -ms-transition: -ms-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  -o-transition: -o-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  transition: transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
}
.thumbnail.thumbnail-banner .media:hover .move {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.thumbnail.thumbnail-banner .media:hover img {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
/* Thumbnail transition
 * -------------------------------------------------------------------------- */
.thumbnail .media,
.thumbnail .media:after,
.thumbnail .media:before,
.thumbnail.hover .media,
.thumbnail:hover .media,
.thumbnail.hover .media:after,
.thumbnail:hover .media:after,
.thumbnail.hover .media:before,
.thumbnail:hover .media:before,
.thumbnail .media img,
.thumbnail.hover .media img,
.thumbnail:hover .media img,
.thumbnail .media .fa,
.thumbnail.hover .media .fa,
.thumbnail:hover .media .fa,
.thumbnail .caption-title,
.thumbnail.hover .caption-title,
.thumbnail:hover .caption-title,
.thumbnail .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail.hover .caption-link,
.thumbnail:hover .caption-link,
.thumbnail .caption-category,
.thumbnail.hover .caption-category,
.thumbnail:hover .caption-category,
.thumbnail .caption-price,
.thumbnail.hover .caption-price,
.thumbnail:hover .caption-price,
.thumbnail .caption,
.thumbnail.hover .caption,
.thumbnail:hover .caption,
.thumbnail .new,
.thumbnail.hover .new,
.thumbnail:hover .new {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtrable {
  display: inline-block;
  margin-bottom: 20px;
}
.filtrable li {
  /*float: left;*/
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.filtrable a {
  display: block;
  border: solid 1px #555555;
  background-color: transparent;
  color: #555555;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtrable a:hover {
  border: solid 1px #3c3c3c;
  background-color: #3c3c3c;
  color: #ffffff;
}
.filtrable .current a,
.filtrable .active a,
.filtrable .current a:hover,
.filtrable .active a:hover {
  border: solid 1px #3c3c3c;
  background-color: #3c3c3c;
  color: #ffffff;
}

@media (min-width: 480px) and (max-width: 767px) {
  .col-xsp-4,
  .col-xsp-6,
  .col-xsp-8 {
    float: left;
  }
  .col-xsp-4 {
    width: 33.33333333%;
  }
  .col-xsp-6 {
    width: 50%;
  }
  .col-xsp-8 {
    width: 66.66666667%;
  }
  .col-xsp-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.margin-top {
  margin-top: 50px;
}
.margin-bottom {
  margin-bottom: 50px;
}
.clear {
  clear: both;
}
.vhidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.overflowed {
  overflow: hidden;
  position: relative;
}
.relative {
  position: relative;
}
/*[data-animation],*/
.animated {
  visibility: hidden;
  -webkit-animation-duration: .65s;
  animation-duration: .65s;
  /*-webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}
.animated .fa {
  visibility: hidden;
}
.animated .animated .fa {
  visibility: hidden;
}
@media (max-width: 991px) {
  .animated,
  .animated .animated,
  .animated .fa,
  .animated .animated .fa {
    /* Disable animation on small devices */
    visibility: visible;
    -webkit-animation-name: animation-off;
    animation-name: animation-off;
  }
}
.vhidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.visible .fa {
  visibility: visible;
}
.visible .visible .fa {
  visibility: visible;
}
.div-table,
.div-cell {
  height: 100% !important;
  display: table !important;
}
.div-cell {
  display: table-cell !important;
  vertical-align: middle !important;
  float: none !important;
}
.div-table.full-width {
  width: 100%;
}
.row.div-table {
  margin: 0;
}
@media (max-width: 767px) {
  .row.div-table .div-cell {
    display: block !important;
  }
}
.div-cell.va-top {
  vertical-align: top !important;
}
.div-cell.va-bottom {
  vertical-align: bottom !important;
}
.div-cell.padding-top {
  padding-top: 15px;
}
.div-cell.padding-bottom {
  padding-top: 15px;
}
.inline-block {
  display: inline-block !important;
}
/* Remove firefox dotted line
 * -------------------------------------------------------------------------- */
a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus,
.bootstrap-select .btn,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
  outline: 0 !important;
}

/* 3.10 - Pagination / Pager
/* ========================================================================== */
.pagination-wrapper {
  border-top: solid 1px #eeeeee;
  margin-top: 50px;
  padding-top: 50px;
}
.pagination {
  margin: 0;
}
.pagination > li > a {
  background-color: #eeeeee;
  color: #3c3c3c;
  margin: 0 10px 0 0;
  padding: 7px 15px 7px 15px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
  background-color: #eeeeee;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
  background-color: #eeeeee;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #3c3c3c;
  color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #eeeeee;
}

ul.pagination li{
  display: inline;
}

ul#elisa {
    position: absolute;
    top: 0px;
    left: 197px;
}