/*/////////////////////////////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap');
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
.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: #75112a;
  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: #75112a;
}
.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: #75112a;
  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: #75112a;
  color: #fff;
}
.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 .search-by-price > .list-group-item {
  border-color: #eae4d8;
}
.block-page .search-by-price > .list-group-item > .badge {
  margin-top: -10px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #75112a;
  background-color: #eae4d8;
  border-radius: 0;
}
.block-actualities .link-actualities {
  position: absolute;
  right: 25px;
  top: 21px;
  color: #fff;
  z-index: 1;
  line-height: 25px;
}
.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-actualities .thumbnail-actuality .caption h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: medium;
  font-weight: 600;
}
.block-actualities .thumbnail-actuality .caption p {
  font-size: medium;
}
.block-actualities .thumbnail-actuality > .picture {
  height: 190px;
  max-height: 190px;
}
.block-actualities .thumbnail-actuality > .caption {
  padding: 10px 0;
}
.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-actualities .thumbnail-actuality > .caption > .caption-date > .date-day {
  font-size: x-large;
  font-weight: bold;
}
.block-actualities .thumbnail-actuality > .caption > .caption-date > .data-month {
  font-size: small;
  text-transform: uppercase;
}
.block-actualities .thumbnail-actuality > .caption > .caption-author {
  font-size: small;
  color: #002850;
}
.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-actualities .thumbnail-actuality > .caption > .caption-text {
  font-size: small;
  text-align: justify;
  overflow: hidden;
  height: 50px;
}
.block-actualities .thumbnail-actuality:hover > .caption > .caption-date {
  background: #75112a;
  color: #fff;
}
.block-adverts .thumbnail.advert {
  padding: 0;
}
.block-adverts .thumbnail.advert > .caption {
  margin: 0;
  padding: 0;
}
.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-adverts .thumbnail.advert > .caption.middle > h3 {
  margin: 0;
  padding: 5px;
  text-align: right;
  font-size: small;
  background: #E7E7E7;
  color: #333;
}
.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-adverts .thumbnail.advert > .picture {
  margin: 10px;
  padding: 0;
  height: 150px;
}
.block-adverts .thumbnail.advert:hover,
.block-adverts .thumbnail.advert:focus {
  border-color: #F04F00;
  text-decoration: none;
}
.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-articles .thumbnail.article > .caption {
  margin: 0;
  padding: 0;
}
.block-articles .thumbnail.article > .caption.header > h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #75112a;
  background: #eae4d8;
  border-radius: 4px 4px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
.block-articles .thumbnail.article > .caption.header > h3.promotion {
  background: #FF0000;
  color: #FFF;
}
.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-articles .thumbnail.article > .caption.footer {
  height: 120px;
  min-height: 120px;
  position: relative;
}
.block-articles .thumbnail.article > .caption.footer > h3 {
  padding: 10px;
  text-align: left;
}
.block-articles .thumbnail.article > .caption.footer > h3.name {
  margin: 0;
  font-size: small;
  color: #333;
  line-height: 20px;
  min-height: 50px;
  height: 50px;
}
.block-articles .thumbnail.article > .caption.footer > h3.price {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 10px;
  font-size: large;
  color: #75112a;
  margin: 0;
  text-align: right;
  padding: 0px;
}
.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-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-articles .thumbnail.article > .caption.footer > h3.price > .best-price {
  font-size: 50%;
  color: #333;
  font-style: italic;
}
.block-articles .thumbnail.article > .caption.footer > h3.price > .best-price > .true-price {
  text-decoration: line-through;
  font-weight: bold;
}
.block-articles .thumbnail.article > .caption.footer > h3.price > .price-intval {
  font-size: 28px;
  font-weight: bold;
  color: red;
}
.block-articles .thumbnail.article > .caption.footer > h3.price > .price-floatval {
  font-size: 14px;
  color: red;
}
.block-articles .thumbnail.article > .caption.footer > h3.price > sup {
  top: -0.6em;
  font-size: 50%;
}
.block-articles .thumbnail.article > .caption.footer > h3.price > sub {
  bottom: -0.4em;
  font-size: 50%;
}
.block-articles .thumbnail.article > .caption.footer > h3.price > small {
  color: #000;
}
.block-articles .thumbnail.article > .caption.footer > .description {
  margin: -10px 90px 10px 10px;
  font-size: 12px;
  color: #555;
  height: 70px;
  overflow: auto;
}
.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-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-articles .thumbnail.article:hover,
.block-articles .thumbnail.article:focus {
  box-shadow: 0px 10px 2px -5px #75112a, 0px 0px 0px 1px #75112a;
}
.block-articles .thumbnail.article:hover > .caption.footer > h3.price > .icon-promo,
.block-articles .thumbnail.article:focus > .caption.footer > h3.price > .icon-promo {
  border-color: #75112a;
}
.block-articles .thumbnail.article:hover > .caption.footer > h3.price > .more-details,
.block-articles .thumbnail.article:focus > .caption.footer > h3.price > .more-details {
  border: 1px solid #75112a;
  background: #fff;
  color: #75112a;
}
.block-articles .thumbnail.article:hover > .picture > .icon-search,
.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-articles .thumbnail.formation > .formation-picture {
  width: 100%;
  height: 145px;
}
.block-articles .thumbnail.formation > .formation-caption {
  position: relative;
  right: 0;
}
.block-articles .thumbnail.formation > .formation-caption > .caption-date {
  position: relative;
  top: -10px;
}
.block-articles .thumbnail.formation > .formation-caption > .caption-date > span {
  position: absolute;
  top: 0px;
  background: #f0f0f0;
  font-size: 12px;
  color: #333;
  border-radius: 10px;
}
.block-articles .thumbnail.formation > .formation-caption > .caption-date > span.date-start {
  left: 10px;
  padding: 2px 10px 2px 10px;
}
.block-articles .thumbnail.formation > .formation-caption > .caption-date > span.date-end {
  left: 110px;
  padding: 2px 10px 2px 10px;
}
.block-articles .thumbnail.formation > .formation-caption > .caption-text {
  position: relative;
  top: 10px;
}
.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-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group {
  margin: 10px 0 0 0;
}
.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-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-articles .thumbnail.formation > .formation-caption > .caption-info {
  margin: 15px 10px 0 10px;
  border-top: 1px solid #76b727;
  padding-top: 10px;
}
.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-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-articles .thumbnail.formation:focus,
.block-articles .thumbnail.formation:hover {
  text-decoration: none !important;
  border-color: #76b727;
}
main > section {
  margin-top: 150px;
}
main > section > .carousel {
  position: relative;
  z-index: 10;
  display: block;
}
main > section > .carousel > ol.carousel-indicators {
  display: none;
}
main > section > .carousel > .carousel-inner > .carousel-item > .carousel-caption {
  left: 0%;
  right: 0%;
  top: 15%;
  bottom: 0px;
}
main > section > .carousel > .carousel-inner > .carousel-item > .carousel-caption > h5 {
  font-size: 38px;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.5), 1px 0px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.5), 0px -1px 0px rgba(0, 0, 0, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(0, 0, 0, 0.5), -1px 1px 0px rgba(0, 0, 0, 0.5), 1px -1px 0px rgba(0, 0, 0, 0.5);
}
main > section > .carousel > .carousel-inner > .carousel-item > .carousel-caption > p {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  border-top: 4px solid #75112a;
  display: inline-block;
  padding-top: 15px;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.5), 1px 0px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.5), 0px -1px 0px rgba(0, 0, 0, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(0, 0, 0, 0.5), -1px 1px 0px rgba(0, 0, 0, 0.5), 1px -1px 0px rgba(0, 0, 0, 0.5);
}
main > section > .carousel > a.carousel-control-prev,
main > section > .carousel > a.carousel-control-next {
  -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 > .carousel > a.carousel-control-prev:hover,
main > section > .carousel > a.carousel-control-next:hover,
main > section > .carousel > a.carousel-control-prev:focus,
main > section > .carousel > a.carousel-control-next:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
main > section > .center {
  position: relative;
  z-index: 20;
}
main > section > .center .block-breadcrumb {
  display: none;
}
main > section > .center .block-services {
  position: relative;
  z-index: 25;
  margin-bottom: -196px;
  background-color: #faf5e4;
}
main > section > .center .block-services > .services-container {
  position: relative;
  z-index: 30;
  top: -196px;
  left: 0;
  right: 0;
  padding-bottom: 150px;
}
main > section > .center .block-services > .services-container .card {
  border-radius: 0;
  border: none;
  background-color: #fff;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
}
main > section > .center .block-services > .services-container .card > a > img {
  border-radius: 0;
}
main > section > .center .block-services > .services-container .card > a > .btn {
  position: absolute;
  right: 10px;
  top: 234px;
  border-radius: 0;
  color: #000;
  background-color: #eae4d8;
  border: none;
  padding: 5px 20px 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -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 > .center .block-services > .services-container .card > .card-body > .card-title {
  color: #363638;
  position: relative;
  padding-top: 10px;
}
main > section > .center .block-services > .services-container .card > .card-body .card-title::after {
  background-color: #75112a;
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  top: 0;
}
main > section > .center .block-services > .services-container .card > .card-body > .card-text {
  color: #75112a;
  line-height: 20px;
  font-size: 14px;
  margin: 25px 0 17px 0;
  height: 80px;
  overflow: hidden;
  text-align: right;
}
main > section > .center .block-services > .services-container .card:hover > a.btn {
  color: #fff;
  background-color: #75112a;
}
main > section > .center .block-actuality {
  position: relative;
  z-index: 25;
  padding: 75px 0;
  background-color: #fff;
}
main > section > .center .block-actuality .page-header {
  margin: 0 0 32.5px 0;
  border: none;
}
main > section > .center .block-actuality .page-header > h2 {
  position: relative;
  text-align: left;
  font-weight: 800;
  margin-bottom: 0.25rem;
  padding-top: 10px;
}
main > section > .center .block-actuality .page-header h2::after {
  background-color: #75112a;
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  top: 0;
}
main > section > .center .block-actuality .page-header > p {
  text-align: left;
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
}
main > section > .center .block-actuality .actuality-group {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}
main > section > .center .block-actuality .actuality-group > .actuality-group-item {
  display: table-cell;
  width: 50%;
}
main > section > .center .block-actuality .actuality-group > .actuality-group-item > .actuality-icon {
  float: left;
  margin-right: 15px;
  font-size: 60px;
  color: #75112a;
}
main > section > .center .block-actuality .actuality-group > .actuality-group-item > h4 {
  font-size: 18px;
  line-height: 24px;
}
main > section > .center .block-actuality .actuality-group > .actuality-group-item > h4 > small {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.4;
}
main > section > .center .block-actuality .actuality-group > .actuality-group-item > p {
  margin: 15px 15px 0 70px;
  color: #000;
  font-size: 14px;
  opacity: 0.7;
  text-align: justify;
  line-height: 22px;
}
main > section > .center .block-actuality .actuality-group > .actuality-group-item > .actuality-link {
  font-size: 12px;
  margin: 15px 15px 0 auto;
  padding: 5px 15px;
  line-height: 24px;
  width: max-content;
}
main > section > .center .block-actuality .actuality-group > .actuality-group-item:nth-child(1) {
  padding-right: 15px;
}
main > section > .center .block-actuality .actuality-group > .actuality-group-item:nth-child(2) {
  padding-left: 15px;
}
main > section > .center .block-actuality .actuality-link {
  display: table;
  padding: 5px 15px;
  background-color: #75112a;
  font-family: 'Lucida Calligraphy';
  margin: 75px auto 0 auto;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 22px;
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: 0px 0px 0px 2px #75112a;
  -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 > .center .block-actuality .actuality-link:hover {
  border: 2px solid #75112a;
  box-shadow: 0px 0px 0px 2px #ffffff;
}
main > section > .center .block-about {
  display: none;
  position: relative;
  z-index: 25;
  background-color: #fff;
}
main > section > .center .block-about > .about-container {
  padding: 75px 0;
}
main > section > .center .block-about > .about-container .page-header {
  border: none;
}
main > section > .center .block-about > .about-container .page-header > h2 {
  text-align: center;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
main > section > .center .block-about > .about-container .page-header > p {
  text-align: center;
  text-transform: uppercase;
  color: #777;
  font-size: 18px;
}
main > section > .center .block-about > .about-container .page-header p::after {
  background-color: #75112a;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin: 10px auto 75px auto;
}
main > section > .center .block-about > .about-container .card-body {
  padding: 0 1.25rem 0 0;
  margin-bottom: 75px;
}
main > section > .center .block-about > .about-container .card-body > .block-editor {
  font-size: 18px;
  color: #777;
  text-align: justify;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #75112a;
  margin-bottom: 5px;
}
main > section > .center .block-about > .about-container .card-body > .block-editor b,
main > section > .center .block-about > .about-container .card-body > .block-editor strong {
  font-weight: 600;
  color: #75112a;
}
main > section > .center .block-about > .about-container .card-body > .card-text-muted {
  font-size: 90%;
  font-weight: 400;
  text-align: right;
  margin: 0;
  padding: 0;
  opacity: 0.7;
  font-family: 'Lucida Calligraphy';
}
main > section > .center .block-gallery {
  position: relative;
  z-index: 25;
  background-color: #faf5e4;
}
main > section > .center .block-gallery > .gallery-container {
  padding: 75px 0;
}
main > section > .center .block-gallery > .gallery-container .page-header {
  margin: 0 0 75px 0;
  border: none;
}
main > section > .center .block-gallery > .gallery-container .page-header > h2 {
  position: relative;
  text-align: left;
  font-weight: 800;
  margin-bottom: 0.25rem;
  padding-top: 10px;
  color: #000;
}
main > section > .center .block-gallery > .gallery-container .page-header h2::after {
  background-color: #75112a;
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  top: 0;
}
main > section > .center .block-gallery > .gallery-container .page-header > p {
  text-align: left;
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
}
main > section > .center .block-gallery > .gallery-container .card-columns > .card {
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.2);
}
main > section > .center .block-gallery > .gallery-container .albums-link {
  display: table;
  padding: 5px 15px;
  background-color: #75112a;
  font-family: 'Lucida Calligraphy';
  margin: 75px auto 0 auto;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 22px;
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: 0px 0px 0px 2px #75112a;
  -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 > .center .block-gallery > .gallery-container .albums-link:hover {
  border: 2px solid #75112a;
  box-shadow: 0px 0px 0px 2px #ffffff;
}
main > section > .center .block-testimonial {
  padding: 75px 0;
  background-color: #eed8c8;
}
main > section > .center .block-testimonial .page-header {
  margin: 0 0 32.5px 0;
  border: none;
}
main > section > .center .block-testimonial .page-header > h2 {
  position: relative;
  text-align: left;
  font-weight: 800;
  margin-bottom: 0.25rem;
  padding-top: 10px;
}
main > section > .center .block-testimonial .page-header h2::after {
  background-color: #75112a;
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  top: 0;
}
main > section > .center .block-testimonial .page-header > p {
  text-align: left;
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
}
main > section > .center .block-testimonial .testimonial-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
main > section > .center .block-testimonial .testimonial-group > .testimonial-group-item {
  border-bottom: 1px solid rgba(198, 53, 47, 0.5);
  margin-bottom: 25px;
}
main > section > .center .block-testimonial .testimonial-group > .testimonial-group-item > .testimonial-icon {
  float: left;
  font-size: 36px;
  color: #75112a;
}
main > section > .center .block-testimonial .testimonial-group > .testimonial-group-item > p {
  margin: 15px 0px 0 54px;
  color: #000;
  font-size: 16px;
  opacity: 0.7;
  text-align: justify;
  line-height: 27px;
}
main > section > .center .block-testimonial .testimonial-group > .testimonial-group-item > p > small {
  display: block;
  color: #75112a;
  text-align: right;
  font-weight: 700;
}
main > section > .center .block-testimonial .testimonial-link {
  text-align: center;
  display: block;
  background-color: #75112a;
  color: #fff;
  border-radius: 10px;
  width: 260px;
  line-height: 40px;
  margin: 75px auto 0 auto;
  font-size: 22px;
  border: 2px solid #fff;
}
main > footer > section > .header {
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main > section > .carousel > .carousel-inner > .carousel-item > .carousel-caption {
    top: 15%;
  }
  main > section > .carousel > .carousel-inner > .carousel-item > .carousel-caption > h5 {
    font-size: 38px;
    padding: 10px 0;
  }
  main > section > .carousel > .carousel-inner > .carousel-item > .carousel-caption > p {
    font-size: 28px;
    border-top: 4px solid #75112a;
    padding-top: 15px;
  }
  main > section > .center .block-services {
    margin: 0;
  }
  main > section > .center .block-services > .services-container {
    top: 50px;
    padding-bottom: 100px;
  }
  main > section > .center > .block-about > .about-container {
    padding: 40px 0;
  }
  main > section > .center > .block-gallery > .gallery-container {
    padding: 40px 0;
  }
  main > section > .center > .block-actuality {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  main > section > .carousel {
    display: none;
  }
  main > section > .center .block-services {
    margin-bottom: 0;
  }
  main > section > .center .block-services > .services-container {
    top: 30px;
    padding-bottom: 60px;
  }
  main > section > .center > .block-about > .about-container {
    padding: 30px 0;
  }
  main > section > .center > .block-gallery > .gallery-container {
    padding: 30px 0;
  }
  main > section > .center > .block-actuality {
    padding: 30px 0;
  }
}

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