/*/////////////////////////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900&display=swap');
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
.block-page .thumbnail {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
}
.block-page .thumbnail > .caption {
  margin: 0;
  padding: 0;
}
.block-page .thumbnail > .caption.title > h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: medium;
  background: #E7E7E7;
  border-radius: 4px 4px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.block-page .thumbnail > .caption.description > p {
  margin: 0;
  padding: 10px;
  text-align: center;
}
.block-page .thumbnail > .picture {
  margin: 0;
  padding: 0;
}
.block-page .thumbnail:hover,
.block-page .thumbnail:focus {
  border-color: #aaaaaa;
  text-decoration: none;
}
.block-page .block-options {
  margin-bottom: 10px;
}
.block-page .block-options > hr {
  margin: 0px;
  border-top: 1px dotted rgba(0, 0, 0, 0.15);
}
.block-page .block-options > div {
  padding: 10px 5px 5px 5px;
  height: 35px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.block-page .block-options > div > h1 {
  font-size: medium;
  color: rgba(0, 0, 0, 0.7);
  font-family: inherit;
  text-shadow: none;
  float: left;
  font-weight: 100;
}
.block-page .block-options > div > h2 {
  font-size: medium;
  color: #000000;
  text-align: right;
  font-weight: 700;
  float: right;
}
.block-page .block-options > div:hover {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.block-page .block-declination-options .list-group {
  margin-top: 10px;
}
.block-page .block-declination-options .list-group .list-group-item {
  padding: 5px;
}
.block-page .block-declination-options .list-group .list-group-item > i {
  display: none;
  float: left;
  margin-right: 10px;
  margin: 7px 7px 7px 7px;
  padding-right: 10px;
  border-right: solid 1px #ccc;
}
.block-page .block-declination-options .list-group .list-group-item.active {
  color: #326496;
  background-color: #FFE63F;
  border-color: #DDDDDD;
}
.block-page .block-declination-options .list-group .list-group-item.active > i {
  display: block;
}
.block-page .block-declination-options .block-option-colors {
  display: inline-block;
}
.block-page .block-declination-options .block-option-colors > a {
  display: block;
  height: 50px;
  width: 50px;
  margin: 10px 5px 0 0;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0), inset 0 0 0px 2px rgba(255, 255, 255, 0);
  float: left;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.block-page .block-declination-options .block-option-colors > a > i {
  font-size: large;
  color: #26B720;
  background: rgba(255, 255, 255, 0.5);
  padding: 4px 3px 3px 3px;
  width: 25px;
  border-radius: 50px;
  display: none;
  height: 25px;
  margin: 10px auto auto auto;
}
.block-page .block-declination-options .block-option-colors > a.active {
  border: solid 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px 1px #FFFFFF,inset 0 0 0px 2px #FFFFFF;
}
.block-page .block-declination-options .block-option-colors > a.active > i {
  display: block;
}
.block-page .block-declination-options .block-option-colors > a.disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.block-page .block-declination-options .block-option-images {
  display: inline-block;
}
.block-page .block-declination-options .block-option-images > a {
  display: block;
  height: 50px;
  width: 50px;
  margin: 10px 5px 0 0;
  box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0), inset 0 0 0px 2px rgba(255, 255, 255, 0);
  float: left;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.block-page .block-declination-options .block-option-images > a > i {
  font-size: large;
  color: #26B720;
  background: rgba(255, 255, 255, 0.5);
  padding: 4px 3px 3px 3px;
  width: 25px;
  border-radius: 50px;
  display: none;
  height: 25px;
  margin: 10px auto auto auto;
}
.block-page .block-declination-options .block-option-images > a.active > i {
  display: block;
}
.block-page .block-declination-options .block-option-images > a.disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.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: #ffffff;
  background: #259f2a;
  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: #aaaaaa;
  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 #aaaaaa, 0px 0px 0px 1px #aaaaaa;
}
.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: #aaaaaa;
}
.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 #aaaaaa;
  background: #fff;
  color: #aaaaaa;
}
.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 .block-prices > .block-prices-sale > .price,
.block-page .block-prices > .block-prices-rent > .price {
  text-align: right;
  margin: 0 0 15px 0;
}
.block-page .block-prices > .block-prices-sale > .price > .price-intval,
.block-page .block-prices > .block-prices-rent > .price > .price-intval {
  color: red;
  font-size: 38px;
  font-weight: bold;
}
.block-page .block-prices > .block-prices-sale > .price > .price-floatval,
.block-page .block-prices > .block-prices-rent > .price > .price-floatval {
  font-size: 20px;
  color: red;
  top: -12px;
  font-weight: bold;
}
.block-page .block-prices > .block-prices-sale > .price > .unit-measure,
.block-page .block-prices > .block-prices-rent > .price > .unit-measure {
  font-size: 28px;
  font-weight: 300;
}
.block-page .block-prices .form-control,
.block-page .block-prices .input-group-addon {
  border-radius: 0;
}
.block-page .page-files {
  margin-bottom: 10px;
}
.block-page .page-files > .files {
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.block-page .page-files > .files:hover {
  background: rgba(0, 0, 0, 0.1);
}
.block-page .page-files > .files > h1 {
  font-size: medium;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 5px;
}
.block-page .page-files > .files > p {
  line-height: 20px;
}
.block-page .page-header small {
  float: right;
  text-shadow: none;
}
.block-page .block-description {
  margin: 0px 0 0px 10px;
  border-left: 1px solid #aaaaaa;
  padding: 0 0 0 20px;
}
.block-page .block-icon .icon-circle {
  display: block;
  width: 90px;
  height: 90px;
  margin: 10px auto;
  background: #8cd533;
  background-image: -webkit-linear-gradient(top, #8cd533 0%, #76b727 100%);
  background-image: linear-gradient(to bottom, #8cd533 0%, #76b727 100%);
  background-repeat: repeat-x;
  box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 90px;
  padding: 10px 0;
  border-radius: 50px;
  -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-icon .icon-circle > .fa {
  font-size: 42px;
}
.block-page .block-icon .icon-text {
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
}
.block-page .block-icon .icon-text > small {
  font-weight: normal;
  font-size: 70%;
}
.block-page .btn.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #30497d;
}

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