/* Templates */
/* Less Constants */
/* Screen Sizes
 * -- Ajustar estas medidas para igualar los brincos del
 * -- diseño responsivo del sitio del cliente.
 * ------------------------------------------------------ */
/* Content Sizes 
 * -- Son los anchos del cuerpo del sitio para cada uno
 * -- de los brincos de arriba, se recomienda 30px menos.
 * ------------------------------------------------------ */
/* Pantallas de @lg ----- */
/* Pantallas de @md a @lg */
/* Pantallas de @sm a @md */
/* Pantallas de @xs a @sm */
/* Pantallas de ----- @xs */
/* Menu Size 
 * -- Ancho de los submenus dependiendo de cuantas columnas
 * -- necesiten (1-3) y del menu para moviles.
 * ------------------------------------------------------ */
/* Font Size 
 * -- Tamaño por defecto de la fuente, la mayoria de los 
 * -- espacios en el sitio se calculan con este valor.
 * ------------------------------------------------------ */
/* Font Families
 * -- Los CSS de las fuentes debe inclirse en el archivo
 * -- config.php o en custom.less
 * ------------------------------------------------------ */
/* Colors 
 * -- La mayoria de los colores se pueden cambiar en
 * -- config.php, el resto deben cambar en custom.less
 * ------------------------------------------------------ */
/* Slide & SubMenu BG */
/* Slide & SubMenu Hover */
/* Slide & Submenu Lines */
/* Shadows */
/* Ads Sizes */
/* View Space */
/* Place Holder Color */
/* end */
/* Defaults
------------------------------------------------------------------------------------------------------------------------ */
#places_container,
#places_container_clean,
#places_container_premium,
#places_container_gallery,
#places_container_marketplace {
  font-size: 0;
  position: relative;
}
.place {
  opacity: 0;
  vertical-align: top;
  display: inline-block;
  width: 290px;
  padding: 0 10px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.place .place_wrapper {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Only Gallery & Marketplace */
}
.place .place_wrapper .adimage {
  z-index: 10;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.place .place_wrapper .adimage a.imgcontain,
.place .place_wrapper .adimage span.imgcontain {
  display: block;
}
.place .place_wrapper .adimage a.imgcontain img,
.place .place_wrapper .adimage span.imgcontain img {
  width: 100%;
  height: auto;
}
.place .place_wrapper .adimage a.img,
.place .place_wrapper .adimage span.img {
  width: 100%;
  display: block;
  height: 208px;
}
.place .place_wrapper > .business_category {
  display: none;
}
.place .place_wrapper .details {
  z-index: 10;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.place .place_wrapper .details a.img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  position: absolute;
}
.place .place_wrapper .details .offer_name {
  margin: 0;
  color: #333333;
  overflow: hidden;
  text-align: center;
  line-height: normal;
  font-weight: normal;
  padding: 0 4px;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.place .place_wrapper .details .offer_name a,
.place .place_wrapper .details .offer_name span {
  z-index: 25;
  color: #333333;
  position: relative;
  text-decoration: none;
}
.place .place_wrapper .details .business_name {
  margin: 0;
  color: #333333;
  overflow: hidden;
  text-align: center;
  line-height: normal;
  font-weight: 300;
  font-size: 16px;
  padding: 0 4px;
}
.place .place_wrapper .details .business_name a,
.place .place_wrapper .details .business_name span {
  z-index: 25;
  color: #333333;
  position: relative;
  text-decoration: none;
}
.place .place_wrapper .details .business_category {
  margin: 0;
  color: #385172;
  overflow: hidden;
  text-align: center;
  line-height: normal;
  font-weight: normal;
  padding: 0 4px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.place .place_wrapper .details .business_category a,
.place .place_wrapper .details .business_category span {
  z-index: 25;
  color: #385172;
  position: relative;
  text-decoration: none;
}
.place .place_wrapper .details .offer_bintrotext {
  margin: 0;
  color: #333333;
  overflow: hidden;
  text-align: center;
  line-height: normal;
  font-weight: normal;
  padding: 0 4px;
  font-size: 12px;
}
.place .place_wrapper .details .offer_bintrotext > div {
  overflow: hidden;
}
.place .place_wrapper .details .publication_date {
  margin: 0;
  color: #8899a0;
  text-align: center;
  line-height: normal;
  font-weight: normal;
  padding: 0 4px;
  font-size: 12px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.place.place_clean_item,
.place.place_default_item {
  text-align: center;
}
.place.place_clean_item .place_wrapper,
.place.place_default_item .place_wrapper {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.place.place_gallery_item,
.place.place_premium_item,
.place.place_carousel_item,
.place.place_marketplace_item,
.place.place_premium_carousel_item {
  height: 345px;
}
.place .saved_select_container {
  z-index: 100;
  top: 16px;
  left: 16px;
  line-height: 0;
  position: absolute;
  padding: 8px;
  background: #ffffff;
  vertical-align: middle;
  border: #385172 1px solid;
}
/* Carousel Section
------------------------------------------------------------------------------------------------------------------------ */
.carousel-section {
  margin-bottom: 32px;
}
.carousel-section .carousel-title {
  margin: 0 0 0 4px;
  padding: 0;
  float: left;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
.carousel-section .carousel-title br {
  display: none;
}
.carousel-section .carousel-title a {
  float: right;
  color: #ffffff;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  background: #385172;
  text-decoration: none;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  margin: 6px 0 0 12px;
}
.carousel-section .carousel-title a:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25) !important;
}
.carousel-section .carousel-controls {
  float: right;
  margin: 0 4px 0 0;
}
.carousel-section .carousel-controls a {
  font-size: 0;
  line-height: 0;
  float: left;
  color: #ffffff;
  display: block;
  vertical-align: top;
  background: #385172;
  text-decoration: none;
  padding: 0 10px 0 8px;
  margin: 2px 0 2px 4px;
}
.carousel-section .carousel-controls a.carousel-right {
  padding: 0 8px 0 10px;
}
.carousel-section .carousel-controls a:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25) !important;
}
.carousel-section .carousel-controls a span {
  font-size: 18px;
  line-height: 28px;
}
.carousel-section .carousel-controls a span i {
  vertical-align: middle;
}
.carousel-section .carousel-block-wrapper {
  font-size: 0;
  overflow: hidden;
  margin: 16px auto 32px;
}
.carousel-section .carousel-block-wrapper .caroufredsel_wrapper {
  cursor: auto !important;
  margin: 0 auto !important;
}
/* Extra Small Devices ----- */
@media only screen and (max-width: 740px) {
  .carousel-section .carousel-title {
    margin-left: 4px;
  }
  .carousel-section .carousel-controls {
    margin-right: 4px;
  }
  .carousel-section.total_cols_1 .carousel-title {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .carousel-section.total_cols_1 .carousel-title br {
    display: block;
  }
  .carousel-section.total_cols_1 .carousel-title a {
    float: none;
    padding: 0 16px;
    font-size: 12px;
    line-height: 28px;
    margin: 4px 0 0;
  }
  .carousel-section.total_cols_1 .carousel-controls {
    position: relative;
    margin-right: 0;
    float: none;
  }
  .carousel-section.total_cols_1 .carousel-controls a {
    left: 0;
    bottom: 100%;
    position: absolute;
    margin: 0px 4px;
  }
  .carousel-section.total_cols_1 .carousel-controls a:last-child {
    right: 0;
    left: auto;
  }
}
/* WeHaa & Clean Template
------------------------------------------------------------------------------------------------------------------------ */
.place_clean_item,
.place_default_item {
  padding-bottom: 49px;
}
.place_clean_item .place_wrapper .details,
.place_default_item .place_wrapper .details {
  z-index: 10;
  position: relative;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.place_clean_item .place_wrapper .details .publication_date,
.place_default_item .place_wrapper .details .publication_date {
  left: 0;
  right: 0;
  margin: 0;
  color: #8899a0;
  position: absolute;
  text-align: center;
  line-height: 24px;
  bottom: -25px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.place_clean_item .place_wrapper .details {
  padding: 0;
}
.total_cols_1 .place_clean_item .place_wrapper .imgcontain,
.total_cols_1 .place_default_item .place_wrapper .imgcontain {
  overflow: hidden;
  max-height: 320px;
  -webkit-box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.14), 0 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.14), 0 2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.14), 0 2px 2px 0px rgba(0, 0, 0, 0.25);
}
/* Premium & Premium Carousel Template
------------------------------------------------------------------------------------------------------------------------ */
.place_premium_item,
.place_premium_carousel_item {
  padding-bottom: 49px;
}
.place_premium_item .place_wrapper,
.place_premium_carousel_item .place_wrapper {
  height: 296px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.place_premium_item .place_wrapper .over-link,
.place_premium_carousel_item .place_wrapper .over-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  position: absolute;
}
.place_premium_item .place_wrapper .over-link:focus,
.place_premium_carousel_item .place_wrapper .over-link:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.25) !important;
}
.place_premium_item .place_wrapper .adimage,
.place_premium_carousel_item .place_wrapper .adimage {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #333333;
}
.place_premium_item .place_wrapper .adimage a.img,
.place_premium_carousel_item .place_wrapper .adimage a.img,
.place_premium_item .place_wrapper .adimage span.img,
.place_premium_carousel_item .place_wrapper .adimage span.img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  position: absolute;
  background-position: top !important;
  background-size: 100% !important;
}
.place_premium_item .place_wrapper .adimage a.img.centered_image,
.place_premium_carousel_item .place_wrapper .adimage a.img.centered_image,
.place_premium_item .place_wrapper .adimage span.img.centered_image,
.place_premium_carousel_item .place_wrapper .adimage span.img.centered_image {
  height: 65%;
  background-position: center !important;
}
.place_premium_item .place_wrapper .details,
.place_premium_carousel_item .place_wrapper .details {
  top: 65%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
}
.place_premium_item .place_wrapper .details .offer_name,
.place_premium_carousel_item .place_wrapper .details .offer_name {
  text-align: left;
  padding: 2px 8px;
  font-size: 20px;
  background: #385172;
  color: #ffffff;
}
.place_premium_item .place_wrapper .details .offer_name a,
.place_premium_carousel_item .place_wrapper .details .offer_name a,
.place_premium_item .place_wrapper .details .offer_name span,
.place_premium_carousel_item .place_wrapper .details .offer_name span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}
.place_premium_item .place_wrapper .details .business_name,
.place_premium_carousel_item .place_wrapper .details .business_name {
  padding: 0 8px;
  text-align: left;
  color: #4ed0aa;
}
.place_premium_item .place_wrapper .details .business_name a,
.place_premium_carousel_item .place_wrapper .details .business_name a,
.place_premium_item .place_wrapper .details .business_name span,
.place_premium_carousel_item .place_wrapper .details .business_name span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4ed0aa;
}
.place_premium_item .place_wrapper .details .business_category,
.place_premium_carousel_item .place_wrapper .details .business_category {
  font-size: 12px;
  padding: 0 8px;
  text-align: left;
  color: #ffffff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.place_premium_item .place_wrapper .details .business_category a,
.place_premium_carousel_item .place_wrapper .details .business_category a,
.place_premium_item .place_wrapper .details .business_category span,
.place_premium_carousel_item .place_wrapper .details .business_category span {
  color: #ffffff;
}
.place_premium_item .place_wrapper .details .offer_bintrotext,
.place_premium_carousel_item .place_wrapper .details .offer_bintrotext {
  padding: 0 8px;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
}
.place_premium_item .place_wrapper .details .offer_bintrotext > div,
.place_premium_carousel_item .place_wrapper .details .offer_bintrotext > div {
  line-height: 20px;
  max-height: 40px;
}
.place_premium_item .place_wrapper .details .publication_date,
.place_premium_carousel_item .place_wrapper .details .publication_date {
  left: 0;
  right: 0;
  margin: 0;
  color: #8899a0;
  position: absolute;
  text-align: center;
  line-height: 24px;
  bottom: -25px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.total_cols_1 .place_premium_item,
.total_cols_1 .place_premium_carousel_item {
  padding-left: 0;
  padding-right: 0;
}
/* Premium Carousel Template - Inherits from Premium
------------------------------------------------------------------------------------------------------------------------ */
.place_premium_carousel_item {
  height: 320px;
  padding-bottom: 24px;
}
/* Gallery & Marketplace Template
------------------------------------------------------------------------------------------------------------------------ */
.place_gallery_item .place_wrapper,
.place_marketplace_item .place_wrapper {
  height: 320px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.place_gallery_item .place_wrapper .adimage,
.place_marketplace_item .place_wrapper .adimage {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #333333;
}
.place_gallery_item .place_wrapper .adimage a.img,
.place_marketplace_item .place_wrapper .adimage a.img,
.place_gallery_item .place_wrapper .adimage span.img,
.place_marketplace_item .place_wrapper .adimage span.img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  position: absolute;
  background-position: top !important;
  background-size: cover !important;
}
.place_gallery_item .place_wrapper .adimage .effect,
.place_marketplace_item .place_wrapper .adimage .effect {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.place_gallery_item .place_wrapper:hover .effect,
.place_marketplace_item .place_wrapper:hover .effect {
  opacity: 0.2;
}
.place_gallery_item .place_wrapper .business_category,
.place_marketplace_item .place_wrapper .business_category {
  margin: 0;
  line-height: 1;
  position: absolute;
  background: #ffffff;
  font-size: 12px;
  padding: 6px 12px;
  right: auto;
  top: 20px;
  left: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  z-index: 25;
  max-width: 230px;
}
.place_gallery_item .place_wrapper .business_category a,
.place_marketplace_item .place_wrapper .business_category a,
.place_gallery_item .place_wrapper .business_category span,
.place_marketplace_item .place_wrapper .business_category span {
  color: #333333;
  text-decoration: none;
}
.place_gallery_item .place_wrapper .details,
.place_marketplace_item .place_wrapper .details {
  top: 65%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  position: absolute;
  text-shadow: 1px 1px 0 #333333;
}
.place_gallery_item .place_wrapper .details .offer_name,
.place_marketplace_item .place_wrapper .details .offer_name {
  padding: 2px 8px;
  font-size: 20px;
  color: #ffffff;
}
.place_gallery_item .place_wrapper .details .offer_name a,
.place_marketplace_item .place_wrapper .details .offer_name a,
.place_gallery_item .place_wrapper .details .offer_name span,
.place_marketplace_item .place_wrapper .details .offer_name span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}
.place_gallery_item .place_wrapper .details .business_name,
.place_marketplace_item .place_wrapper .details .business_name {
  padding: 0 8px;
  color: #4ed0aa;
}
.place_gallery_item .place_wrapper .details .business_name a,
.place_marketplace_item .place_wrapper .details .business_name a,
.place_gallery_item .place_wrapper .details .business_name span,
.place_marketplace_item .place_wrapper .details .business_name span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4ed0aa;
}
.place_gallery_item .place_wrapper .details .business_category,
.place_marketplace_item .place_wrapper .details .business_category {
  display: none;
}
.place_gallery_item .place_wrapper .details .offer_bintrotext,
.place_marketplace_item .place_wrapper .details .offer_bintrotext {
  padding: 0 8px;
  color: #ffffff;
  font-size: 14px;
}
.place_gallery_item .place_wrapper .details .offer_bintrotext > div,
.place_marketplace_item .place_wrapper .details .offer_bintrotext > div {
  line-height: 20px;
  max-height: 40px;
}
.place_gallery_item .place_wrapper .details .publication_date,
.place_marketplace_item .place_wrapper .details .publication_date {
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  position: absolute;
  text-align: right;
  padding: 0 8px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.total_cols_1 .place_gallery_item {
  padding-left: 0;
  padding-right: 0;
}
.total_cols_1 .place_gallery_item .effect {
  opacity: 0.2 !important;
}
.total_cols_1 .place_gallery_item .details {
  background: rgba(0, 0, 0, 0.65);
}
/* Marketplace Template - Inherits from Gallery
------------------------------------------------------------------------------------------------------------------------ */
#places_container_marketplace {
  margin: 0 auto;
  width: 960px;
}
#places_container_marketplace .place_marketplace_item {
  float: left;
  height: 320px;
  width: 320px;
}
#places_container_marketplace .place_marketplace_item .place_wrapper {
  width: 100%;
  height: 295px;
}
#places_container_marketplace .place_marketplace_item .place_wrapper .business_category {
  max-width: 85%;
}
#places_container_marketplace .place_marketplace_item.item_1 {
  height: 640px;
  width: 640px;
}
#places_container_marketplace .place_marketplace_item.item_1 .place_wrapper {
  height: 615px;
}
#places_container_marketplace .place_marketplace_item.item_1 .place_wrapper .business_category {
  font-size: 20px;
}
#places_container_marketplace .place_marketplace_item.item_1 .place_wrapper .details .offer_name {
  font-size: 40px;
}
#places_container_marketplace .place_marketplace_item.item_1 .place_wrapper .details .business_name {
  font-size: 28px;
}
#places_container_marketplace .place_marketplace_item.item_1 .place_wrapper .details .offer_bintrotext {
  font-size: 24px;
}
/* Large Devices ----- */
@media only screen and (max-width: 990px) {
  #places_container_marketplace {
    width: 960px;
  }
  #places_container_marketplace .place_marketplace_item {
    width: 320px;
  }
  #places_container_marketplace .place_marketplace_item.item_1 {
    width: 640px;
  }
}
/* Medium Devices ----- */
@media only screen and (max-width: 990px) {
  #places_container_marketplace {
    width: 890px;
  }
  #places_container_marketplace .place_marketplace_item {
    width: 445px;
  }
  #places_container_marketplace .place_marketplace_item.item_1 {
    width: 890px;
  }
}
/* Small Devices ----- */
@media only screen and (max-width: 920px) {
  #places_container_marketplace {
    width: 710px;
  }
  #places_container_marketplace .place_marketplace_item {
    width: 355px;
  }
  #places_container_marketplace .place_marketplace_item.item_1 {
    width: 710px;
  }
}
/* Extra Small Devices ----- */
@media only screen and (max-width: 740px) {
  #places_container_marketplace {
    width: 100%;
  }
  #places_container_marketplace .place_marketplace_item,
  #places_container_marketplace .place_marketplace_item.item_1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #places_container_marketplace .place_marketplace_item .place_wrapper,
  #places_container_marketplace .place_marketplace_item.item_1 .place_wrapper {
    width: 100%;
  }
  #places_container_marketplace .place_marketplace_item .place_wrapper .business_category,
  #places_container_marketplace .place_marketplace_item.item_1 .place_wrapper .business_category {
    top: 20px;
    left: 20px;
    font-size: 12px;
  }
  #places_container_marketplace .place_marketplace_item .place_wrapper .details,
  #places_container_marketplace .place_marketplace_item.item_1 .place_wrapper .details {
    top: 55%;
  }
  #places_container_marketplace .place_marketplace_item .place_wrapper .details .offer_name,
  #places_container_marketplace .place_marketplace_item.item_1 .place_wrapper .details .offer_name {
    font-size: 22px;
  }
  #places_container_marketplace .place_marketplace_item .place_wrapper .details .business_name,
  #places_container_marketplace .place_marketplace_item.item_1 .place_wrapper .details .business_name {
    font-size: 16px;
  }
  #places_container_marketplace .place_marketplace_item .place_wrapper .details .offer_bintrotext,
  #places_container_marketplace .place_marketplace_item.item_1 .place_wrapper .details .offer_bintrotext {
    font-size: 14px;
  }
  .place {
    opacity: 1;
  }
}
/* Carousel Template
------------------------------------------------------------------------------------------------------------------------ */
.place_carousel_item {
  margin-top: 1px;
  height: 320px;
  padding-bottom: 24px;
}
.place_carousel_item .place_wrapper {
  height: 296px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}
.place_carousel_item .place_wrapper .adimage {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 65%;
}
.place_carousel_item .place_wrapper .adimage a.img,
.place_carousel_item .place_wrapper .adimage span.img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  position: absolute;
  background-position: center !important;
  background-size: contain !important;
}
.place_carousel_item .place_wrapper .details {
  top: 65%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  position: absolute;
}
.place_carousel_item .place_wrapper .details .offer_name {
  padding: 2px 8px;
  font-size: 20px;
  color: #333333;
}
.place_carousel_item .place_wrapper .details .offer_name a,
.place_carousel_item .place_wrapper .details .offer_name span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.place_carousel_item .place_wrapper .details .business_name {
  padding: 0 8px;
  color: #385172;
}
.place_carousel_item .place_wrapper .details .business_name a,
.place_carousel_item .place_wrapper .details .business_name span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #385172;
}
.place_carousel_item .place_wrapper .details .business_category {
  font-size: 12px;
  padding: 0 8px;
  color: #333333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.place_carousel_item .place_wrapper .details .business_category a,
.place_carousel_item .place_wrapper .details .business_category span {
  color: #333333;
}
.place_carousel_item .place_wrapper .details .offer_bintrotext {
  color: #333333;
  padding: 0 8px;
  font-size: 14px;
}
.place_carousel_item .place_wrapper .details .offer_bintrotext > div {
  line-height: 20px;
  max-height: 40px;
}
.place_carousel_item .place_wrapper .details .publication_date {
  left: 0;
  right: 0;
  margin: 0;
  color: #8899a0;
  position: absolute;
  text-align: center;
  line-height: 24px;
  bottom: -25px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.total_cols_1 .place_carousel_item .place_wrapper .adimage .img {
  left: 0;
  right: 0;
  background-size: cover !important;
  background-position: top !important;
  -webkit-box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.14), 0 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.14), 0 2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.14), 0 2px 2px 0px rgba(0, 0, 0, 0.25);
}
