@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);
main > section .block-page .thumbnail.property,
main >.container .block-page .thumbnail.property {
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.property .caption.header,
main >.container .block-page .thumbnail.property .caption.header {
  position: relative;
  z-index: 1;
  background-color: #9b3009;
  margin: 0px;
  padding: 5px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.property .caption.header > h3,
main >.container .block-page .thumbnail.property .caption.header > h3 {
  margin: 0;
  padding: 0;
  font-size: small;
  text-align: center;
  color: #f4d5b2;
  display: block;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.property .caption.middle,
main >.container .block-page .thumbnail.property .caption.middle {
  margin: 0px;
  padding: 10px 5px;
  background-color: #9b3009;
}
main > section .block-page .thumbnail.property .caption.middle > h3,
main >.container .block-page .thumbnail.property .caption.middle > h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #f4d5b2;
}
main > section .block-page .thumbnail.property .caption.footer,
main >.container .block-page .thumbnail.property .caption.footer {
  margin: 0px;
  padding: 10px 5px;
  background-color: #fff;
  height: 66px;
  line-height: 22px;
}
main > section .block-page .thumbnail.property .caption.footer > h3,
main >.container .block-page .thumbnail.property .caption.footer > h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333;
}
main > section .block-page .thumbnail.property .picture,
main >.container .block-page .thumbnail.property .picture {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 200px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.property .picture > div,
main >.container .block-page .thumbnail.property .picture > div {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f4d5b2;
  color: #9b3009;
  padding: 3px 8px 0px 8px;
  margin: 3px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.property:hover .picture,
main >.container .block-page .thumbnail.property:hover .picture {
  margin-top: -24px;
  height: 224px;
}
main > section .block-page .thumbnail.property:hover .picture > div,
main >.container .block-page .thumbnail.property:hover .picture > div {
  background-color: #9b3009;
  color: #f4d5b2;
}
main > section .block-page .thumbnail.article,
main >.container .block-page .thumbnail.article {
  padding: 0;
  box-shadow: 0px 0px 0px 1px #ddd;
}
main > section .block-page .thumbnail.article >.caption,
main >.container .block-page .thumbnail.article >.caption {
  margin: 0;
  padding: 0;
}
main > section .block-page .thumbnail.article >.caption.header >h3,
main >.container .block-page .thumbnail.article >.caption.header >h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: x-small;
  background: rgba(0,40,80,0.2);
  color: #333;
  border-radius: 4px 4px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
main > section .block-page .thumbnail.article >.caption.header >h3.promotion,
main >.container .block-page .thumbnail.article >.caption.header >h3.promotion {
  background: #FF0000;
  color: #FFF;
}
main > section .block-page .thumbnail.article >.caption.middle >h3,
main >.container .block-page .thumbnail.article >.caption.middle >h3 {
  margin: 0;
  padding: 5px;
  text-align: right;
  font-size: small;
  background: rgba(90,180,90,0.2);
  color: #005c00;
  line-height: 0px;
}
main > section .block-page .thumbnail.article >.caption.footer,
main >.container .block-page .thumbnail.article >.caption.footer {
  height: 120px;
  min-height: 120px;
}
main > section .block-page .thumbnail.article >.caption.footer >h3,
main >.container .block-page .thumbnail.article >.caption.footer >h3 {
  padding: 10px;
  text-align: center;
}
main > section .block-page .thumbnail.article >.caption.footer >h3.name,
main >.container .block-page .thumbnail.article >.caption.footer >h3.name {
  margin: 0;
  font-size: small;
  color: #333;
  line-height: 20px;
  min-height: 50px;
  height: 50px;
}
main > section .block-page .thumbnail.article >.caption.footer >h3.price,
main >.container .block-page .thumbnail.article >.caption.footer >h3.price {
  font-size: medium;
  color: #000000;
  background: #FC0;
  line-height: 20px;
  margin: 10px 0 0 0;
  border-radius: 0 0 4px 4px;
}
main > section .block-page .thumbnail.article >.caption.footer >h3.price >small,
main >.container .block-page .thumbnail.article >.caption.footer >h3.price >small {
  color: #000;
}
main > section .block-page .thumbnail.article >.picture,
main >.container .block-page .thumbnail.article >.picture {
  margin: 10px;
  padding: 0;
  height: 150px;
}
main > section .block-page .thumbnail.article:hover,
main > section .block-page .thumbnail.article:focus,
main >.container .block-page .thumbnail.article:hover,
main >.container .block-page .thumbnail.article:focus {
  border-color: #FFCC00;
  box-shadow: 0px 0px 0px 1px #ffc800;
  text-decoration: none;
}
main > section .block-page .thumbnail.vehicle,
main >.container .block-page .thumbnail.vehicle {
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.vehicle .caption.header,
main >.container .block-page .thumbnail.vehicle .caption.header {
  position: relative;
  z-index: 1;
  background-color: #9b3009;
  margin: 0px;
  padding: 5px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.vehicle .caption.header > h3,
main >.container .block-page .thumbnail.vehicle .caption.header > h3 {
  margin: 0;
  padding: 0;
  font-size: small;
  text-align: center;
  color: #f4d5b2;
  display: block;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.vehicle .caption.middle,
main >.container .block-page .thumbnail.vehicle .caption.middle {
  margin: 0px;
  padding: 10px 5px;
  background-color: #9b3009;
}
main > section .block-page .thumbnail.vehicle .caption.middle > h3,
main >.container .block-page .thumbnail.vehicle .caption.middle > h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #f4d5b2;
}
main > section .block-page .thumbnail.vehicle .caption.footer,
main >.container .block-page .thumbnail.vehicle .caption.footer {
  margin: 0px;
  padding: 10px 5px;
  background-color: #fff;
  height: 66px;
  line-height: 22px;
}
main > section .block-page .thumbnail.vehicle .caption.footer > h3,
main >.container .block-page .thumbnail.vehicle .caption.footer > h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333;
  font-size: small;
  font-weight: normal;
}
main > section .block-page .thumbnail.vehicle .caption.footer > h3 >b,
main >.container .block-page .thumbnail.vehicle .caption.footer > h3 >b {
  font-weight: bold;
  font-size: medium;
}
main > section .block-page .thumbnail.vehicle .picture,
main >.container .block-page .thumbnail.vehicle .picture {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 200px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.vehicle .picture > div,
main >.container .block-page .thumbnail.vehicle .picture > div {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f4d5b2;
  color: #9b3009;
  padding: 3px 8px 0px 8px;
  margin: 3px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.vehicle .picture >i.fa,
main >.container .block-page .thumbnail.vehicle .picture >i.fa {
  float: right;
  display: block;
  padding: 5px;
  margin: 0px 5px 0 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.vehicle:hover .picture,
main >.container .block-page .thumbnail.vehicle:hover .picture {
  margin-top: -24px;
  height: 224px;
}
main > section .block-page .thumbnail.vehicle:hover .picture > div,
main >.container .block-page .thumbnail.vehicle:hover .picture > div {
  background-color: #9b3009;
  color: #f4d5b2;
}
main > section .block-page .thumbnail.vehicle:hover .picture >i.fa,
main >.container .block-page .thumbnail.vehicle:hover .picture >i.fa {
  margin: 24px 5px 0 0;
}
main > section .block-page .thumbnail.actuality,
main >.container .block-page .thumbnail.actuality {
  border: none;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.actuality .caption h3,
main >.container .block-page .thumbnail.actuality .caption h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: medium;
  font-weight: 600;
}
main > section .block-page .thumbnail.actuality .caption p,
main >.container .block-page .thumbnail.actuality .caption p {
  font-size: medium;
}
main > section .block-page .thumbnail.actuality >.picture,
main >.container .block-page .thumbnail.actuality >.picture {
  height: 190px;
  max-height: 190px;
}
main > section .block-page .thumbnail.actuality >.caption,
main >.container .block-page .thumbnail.actuality >.caption {
  padding: 10px 0;
}
main > section .block-page .thumbnail.actuality >.caption >.caption-date,
main >.container .block-page .thumbnail.actuality >.caption >.caption-date {
  float: left;
  border: 1px solid #ccc;
  width: 54px;
  text-align: center;
  margin-right: 10px;
  background: #fff;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section .block-page .thumbnail.actuality >.caption >.caption-date >.date-day,
main >.container .block-page .thumbnail.actuality >.caption >.caption-date >.date-day {
  font-size: x-large;
  font-weight: bold;
}
main > section .block-page .thumbnail.actuality >.caption >.caption-date >.data-month,
main >.container .block-page .thumbnail.actuality >.caption >.caption-date >.data-month {
  font-size: small;
  text-transform: uppercase;
}
main > section .block-page .thumbnail.actuality >.caption >.caption-author,
main >.container .block-page .thumbnail.actuality >.caption >.caption-author {
  font-size: small;
  color: #002850;
}
main > section .block-page .thumbnail.actuality >.caption >.caption-title,
main >.container .block-page .thumbnail.actuality >.caption >.caption-title {
  font-size: medium;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
  height: 37px;
}
main > section .block-page .thumbnail.actuality >.caption >.caption-text,
main >.container .block-page .thumbnail.actuality >.caption >.caption-text {
  font-size: small;
  text-align: justify;
  overflow: hidden;
  height: 50px;
}
main > section .block-page .thumbnail.actuality:hover >.caption >.caption-date,
main >.container .block-page .thumbnail.actuality:hover >.caption >.caption-date {
  background: #FC0;
}
