/*/////////////////////////////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
.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;
}
.block-page .thumbnail.property .caption.header {
  position: relative;
  z-index: 1;
  background-color: #213683;
  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;
}
.block-page .thumbnail.property .caption.header > h3 {
  margin: 0;
  padding: 0;
  font-size: small;
  text-align: center;
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .thumbnail.property .caption.middle {
  margin: 0px;
  padding: 10px 5px;
  background-color: #213683;
}
.block-page .thumbnail.property .caption.middle > h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}
.block-page .thumbnail.property .caption.middle > h3 > small {
  font-size: 50%;
  color: #ccc;
}
.block-page .thumbnail.property .caption.footer {
  margin: 0px;
  padding: 10px 5px;
  background-color: #fff;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
}
.block-page .thumbnail.property .caption.footer > h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333;
  font-size: small;
}
.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;
}
.block-page .thumbnail.property .picture > div {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  color: #213683;
  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;
}
.block-page .thumbnail.property:hover .picture {
  margin-top: -24px;
  height: 224px;
}
.block-page .thumbnail.property:hover .picture > div {
  background-color: #213683;
  color: #fff;
}
.block-page .block-adverts .thumbnail.advert {
  padding: 0;
}
.block-page .block-adverts .thumbnail.advert > .caption {
  margin: 0;
  padding: 0;
}
.block-page .block-adverts .thumbnail.advert > .caption.header > h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: small;
  background: #E7E7E7;
  color: #333;
  border-radius: 4px 4px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.block-page .block-adverts .thumbnail.advert > .caption.middle > h3 {
  margin: 0;
  padding: 5px;
  text-align: right;
  font-size: small;
  background: #E7E7E7;
  color: #333;
}
.block-page .block-adverts .thumbnail.advert > .caption.footer > h3 {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: medium;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
.block-page .block-adverts .thumbnail.advert > .picture {
  margin: 10px;
  padding: 0;
  height: 150px;
}
.block-page .block-adverts .thumbnail.advert:hover,
.block-page .block-adverts .thumbnail.advert:focus {
  border-color: #F04F00;
  text-decoration: none;
}
.block-page .block-articles .thumbnail.article {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0px 10px 2px -5px #c8c8c8, 0px 0px 0px 1px #c8c8c8;
  border: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .caption {
  margin: 0;
  padding: 0;
}
.block-page .block-articles .thumbnail.article > .caption.header > h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #213683;
  background: #fff;
  border-radius: 4px 4px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
.block-page .block-articles .thumbnail.article > .caption.header > h3.promotion {
  background: #FF0000;
  color: #FFF;
}
.block-page .block-articles .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;
}
.block-page .block-articles .thumbnail.article > .caption.footer {
  height: 120px;
  min-height: 120px;
  position: relative;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3 {
  padding: 10px;
  text-align: left;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.name {
  margin: 0;
  font-size: small;
  color: #333;
  line-height: 20px;
  min-height: 50px;
  height: 50px;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 10px;
  font-size: large;
  color: #213683;
  margin: 0;
  text-align: right;
  padding: 0px;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .icon-promo {
  float: left;
  background: red;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-radius: 0px 25px 25px 0px;
  border: 1px solid #ccc;
  border-left: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .more-details {
  border: 1px solid #ccc;
  background: #f0f0f0;
  float: right;
  padding: 2px 10px;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .best-price {
  font-size: 50%;
  color: #333;
  font-style: italic;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .best-price > .true-price {
  text-decoration: line-through;
  font-weight: bold;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .price-intval {
  font-size: 28px;
  font-weight: bold;
  color: red;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .price-floatval {
  font-size: 14px;
  color: red;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > sup {
  top: -0.6em;
  font-size: 50%;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > sub {
  bottom: -0.4em;
  font-size: 50%;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > small {
  color: #000;
}
.block-page .block-articles .thumbnail.article > .caption.footer > .description {
  margin: -10px 90px 10px 10px;
  font-size: 12px;
  color: #555;
  height: 70px;
  overflow: auto;
}
.block-page .block-articles .thumbnail.article > .picture {
  background-color: #ccc !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  margin: 0;
  height: 190px;
  display: table;
  width: 100%;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .picture > .icon-search {
  border-radius: 100px;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 60px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article:hover,
.block-page .block-articles .thumbnail.article:focus {
  box-shadow: 0px 10px 2px -5px #213683, 0px 0px 0px 1px #213683;
}
.block-page .block-articles .thumbnail.article:hover > .caption.footer > h3.price > .icon-promo,
.block-page .block-articles .thumbnail.article:focus > .caption.footer > h3.price > .icon-promo {
  border-color: #213683;
}
.block-page .block-articles .thumbnail.article:hover > .caption.footer > h3.price > .more-details,
.block-page .block-articles .thumbnail.article:focus > .caption.footer > h3.price > .more-details {
  border: 1px solid #213683;
  background: #fff;
  color: #213683;
}
.block-page .block-articles .thumbnail.article:hover > .picture > .icon-search,
.block-page .block-articles .thumbnail.article:focus > .picture > .icon-search {
  border-radius: 0;
  opacity: 1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.block-page .block-articles .thumbnail.formation > .formation-picture {
  width: 100%;
  height: 145px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption {
  position: relative;
  right: 0;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date {
  position: relative;
  top: -10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span {
  position: absolute;
  top: 0px;
  background: #f0f0f0;
  font-size: 12px;
  color: #333;
  border-radius: 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span.date-start {
  left: 10px;
  padding: 2px 10px 2px 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span.date-end {
  left: 110px;
  padding: 2px 10px 2px 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text {
  position: relative;
  top: 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > .text-title {
  margin: 0;
  padding: 10px 0 0 10px;
  color: #000;
  font-weight: bold;
  height: 70px;
  max-height: 70px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group {
  margin: 10px 0 0 0;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group > li.list-group-item {
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0 0 5px 10px;
  color: #666;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group > li.list-group-item > i.fa {
  background: #76b727;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info {
  margin: 15px 10px 0 10px;
  border-top: 1px solid #76b727;
  padding-top: 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info .info-price {
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info button.btn {
  font-weight: bold;
  color: #fff;
  background: #76b727;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
}
.block-page .block-articles .thumbnail.formation:focus,
.block-page .block-articles .thumbnail.formation:hover {
  text-decoration: none !important;
  border-color: #76b727;
}
.block-page .page-header .block-circle {
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 0 0 #FC0;
  width: 100px;
  height: 70px;
  border-radius: 50px;
  margin-top: -30px;
}
.block-page .page-header .block-circle > h2 {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: large;
  font-weight: bolder;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
}
.block-page .page-header .block-circle > h3 {
  position: absolute;
  left: 0;
  top: 50px;
  font-size: x-small;
  font-weight: lighter;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
}
.block-page .block-actualities .link-actualities {
  position: absolute;
  right: 25px;
  top: 21px;
  color: #fff;
  z-index: 1;
  line-height: 25px;
}
.block-page .block-actualities .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;
}
.block-page .block-actualities .thumbnail-actuality .caption h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: medium;
  font-weight: 600;
}
.block-page .block-actualities .thumbnail-actuality .caption p {
  font-size: medium;
}
.block-page .block-actualities .thumbnail-actuality > .picture {
  height: 190px;
  max-height: 190px;
}
.block-page .block-actualities .thumbnail-actuality > .caption {
  padding: 10px 0;
}
.block-page .block-actualities .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;
}
.block-page .block-actualities .thumbnail-actuality > .caption > .caption-date > .date-day {
  font-size: x-large;
  font-weight: bold;
}
.block-page .block-actualities .thumbnail-actuality > .caption > .caption-date > .data-month {
  font-size: small;
  text-transform: uppercase;
}
.block-page .block-actualities .thumbnail-actuality > .caption > .caption-author {
  font-size: small;
  color: #002850;
}
.block-page .block-actualities .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;
}
.block-page .block-actualities .thumbnail-actuality > .caption > .caption-text {
  font-size: small;
  text-align: justify;
  overflow: hidden;
  height: 50px;
}
.block-page .block-actualities .thumbnail-actuality:hover > .caption > .caption-date {
  background: #213683;
  color: #fff;
}
.block-page .search-by-price > .list-group-item {
  border-color: #fff;
}
.block-page .search-by-price > .list-group-item > .badge {
  margin-top: -10px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #213683;
  background-color: #fff;
  border-radius: 0;
}
main > section > .center .block-about-us > h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
main > section > .center .block-about-us > h1 > hr {
  width: 50%;
  max-width: 400px;
  border-top: 2px solid #213683;
}
main > section > .center .block-realestate > h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
main > section > .center .block-realestate > h1 > hr {
  width: 50%;
  max-width: 400px;
  border-top: 2px solid #213683;
}
main > section > .center .block-realestate .block-item {
  background-color: #f1f1f1;
  margin: 0 10px 25px 10px;
  box-shadow: 0px 10px 8px -10px rgba(0, 0, 0, 0.8), 0px 15px 5px -8px rgba(0, 0, 0, 0.2), inset 0px -70px 50px -15px #fff;
}
main > section > .center .block-realestate .block-item .item-picture {
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 250px;
}
main > section > .center .block-realestate .block-item .item-caption > .caption-title {
  font-size: 20px;
  min-height: 70px;
  color: #213683;
  padding: 20px 10px 0px 10px;
  margin: 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
main > section > .center .block-realestate .block-item .item-caption > .caption-price {
  font-size: 28px;
  color: #000;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
main > section > .center .block-realestate .block-item .item-caption > .caption-details {
  height: 70px;
  background: #213683;
  box-shadow: inset 0px -30px 60px 0px rgba(0, 0, 0, 0.3);
}
main > section > .center .block-realestate .block-item .item-caption > .caption-details > p {
  text-align: center;
  padding: 14px 5px 0px 5px;
  margin: 0;
  float: left;
  width: 50%;
  line-height: 14px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/*# sourceMappingURL=index.css.map */