/*===Theme-color=== RED*/
/*===Theme-color=== GREY TEXT*/
/*===Secondary font===*/
/*===Body===*/
body {
  background-color: #f2e8e7;
}
a {
  color: #ab1923;
}
a:hover {
  color: #ab1923;
  text-decoration: none;
}
.block-header {
  z-index: 1;
}
.block-header .navbar-default {
  background-color: #ddcbbf;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  z-index: 1;
}
.block-header .navbar-default .navbar-brand {
  padding-top: 0;
}
@media (max-width: 991px) {
  .block-header .navbar-default .navbar-brand img {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .block-header .navbar-default .navbar-nav li a {
    padding: 25px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
  }
  .block-header .navbar-default .navbar-nav li.active a {
    position: relative;
    background-color: #ab1a23;
    color: #fff;
  }
  .block-header .navbar-default .navbar-nav li.active a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddcbbf;
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
  }
  .block-header .navbar-default .navbar-nav li:hover a {
    color: #ab1a23;
  }
  .block-header .navbar-default .navbar-nav li.active:hover a {
    color: #333;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-header .navbar-default .navbar-nav li a {
    font-size: 12px;
    padding: 20px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-header .navbar-default .navbar-nav li a {
    font-size: 10px;
    padding: 15px 3px;
  }
}
@media (max-width: 767px) {
  .block-header .navbar-default .navbar-nav li:first-child {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .block-header .navbar-default .navbar-collapse {
    border-color: #fff;
  }
}
.block-top-carosel {
  position: relative;
}
.block-top-carosel .language .col-xs-12 {
  min-height: 0;
}
.block-top-carosel .language .language-menu {
  display: none;
  list-style: none;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 30px;
  background-color: #EFA472;
  z-index: 1;
}
.block-top-carosel .language .language-menu li {
  display: inline-block;
}
.block-top-carosel .language .language-menu li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
.block-top-carosel .language .language-menu li.active a {
  color: #ab1a23;
}
@media (max-width: 991px) {
  .block-top-carosel .language .language-menu {
    padding-left: 10px;
  }
  .block-top-carosel .language .language-menu li a {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  
}
.block-top-carosel #top-carousel {
  position: relative;
}
.block-top-carosel #top-carousel .item {
  height: 400px;
}
.block-top-carosel #top-carousel .item .text-wrap {
  display: table;
  height: 400px;
}
.block-top-carosel #top-carousel .item .text {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.block-top-carosel .top-carosel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.block-top-carosel .top-carosel-indicators li {
  cursor: pointer;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 33%;
  display: inline-block;
  float: left;
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  transition: background-color 0.6s ease-out;
}
.block-top-carosel .top-carosel-indicators li.active {
  background-color: #ab1a23;
  opacity: 0.8;
}
.block-top-carosel .col-slogan {
  text-align: center;
  color: #333333;
  background-color: #ddcbbf;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  display: table;
  margin-bottom: 25px;
  height: 90px;
  -webkit-box-shadow: 0 20px 35px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 20px 35px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 0 20px 35px -24px rgba(0, 0, 0, 0.75);
}
.block-top-carosel .col-slogan .text {
  display: table-cell;
  height: 90px;
  vertical-align: middle;
}
.block-top-carosel .block-shadow {
  background: url(/images/shadow.png) no-repeat center top;
  background-size: contain;
  height: 20px;
}
.block-content .block-content-header {
  background: #ddcbbf;
  text-align: center;
  margin-bottom: 23px;
}
.block-content .block-content-header .text {
  background-color: #ab1a23;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding: 10px 20px;
}
.block-content .block-content-header .text:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ab1a23;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 8px);
}
.block-content .block-text {
  margin-bottom: 45px;
}
.block-content .block-text h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 20px;
}
.col-banners .heading {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.col-banners .faq-item .title {
  text-align: center;
  margin: 6px 0 18px 0;
  font-size: 12px;
  color: #828282;
}
.block-round-blocks {
  margin-bottom: 45px;
}
.block-round-blocks .col-round-block {
  text-align: center;
  display: block;
}
.block-round-blocks .col-round-block .title {
  text-transform: uppercase;
  margin: 15px 0 5px 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
  font-size: 16px;
}
.block-round-blocks .col-round-block .image {
  display: inline-block;
  border-radius: 50%;
}
.block-round-blocks .col-round-block:nth-last-child(1) .image {
  transform: none;
}
.block-round-blocks a.col-round-block {
  text-decoration: none;
}
.block-round-blocks a.col-round-block.active {
  pointer-events: none;
  cursor: default;
}
.block-round-blocks a.col-round-block.active .title {
  color: #ab1a23;
}
.block-round-blocks a.col-round-block:hover .title {
  color: #ab1a23;
}
.block-round-blocks a.col-round-block:hover .image {
  opacity: 0.9;
}
.block-round-blocks.materials {
  margin-bottom: 17px;
}
.block-round-blocks.materials .col-round-block .image {
  max-width: 200px;
  max-height: 200px;
}
@media (max-width: 420px) {
  .block-round-blocks.materials .col-round-block {
    width: 100%;
  }
  .block-round-blocks.materials .col-round-block .image {
    max-width: 150px;
    max-height: 150px;
  }
}
.block-news {
  margin-bottom: 45px;
}
.block-news .news-item .img-wrapper {
  width: 50%;
  float: left;
  padding-right: 5px;
  padding-top: 5px;
  position: relative;
}
.block-news .news-item .img-wrapper .date-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ab1a23;
  text-align: center;
  padding: 5px;
}
.block-news .news-item .img-wrapper .date-wrapper .day {
  color: #fff;
  font-size: 16px;
}
.block-news .news-item .img-wrapper .date-wrapper .month {
  color: #fff;
}
.block-news .news-item .img-wrapper .date-wrapper:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ab1a23;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 8px);
}
.block-news .news-item .text-wrapper {
  width: 50%;
  float: left;
  padding-left: 5px;
  color: #000;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.block-news .news-item .text-wrapper p {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  
}
.block-news .news-item .text-wrapper .overflow {
  position: absolute;
  width: 130px;
  height: 20px;
  color: #ab1923;
  bottom: 0;
  right: 0;
  text-align: right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+32,ffffff+100 */

  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f2e8e7 32%, #f2e8e7 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f2e8e7 32%, #f2e8e7 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f2e8e7 32%, #f2e8e7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */

}
.block-news .news-item .text-wrapper .title {
  font-weight: bold;
}
.news-controls {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.news-controls .prev,
.news-controls .next {
  display: inline-block;
  cursor: pointer;
  color: #333333;
  padding: 0 5px;
}
.news-controls .prev:hover,
.news-controls .next:hover {
  opacity: 0.8;
}
.news-controls i.fa {
  font-size: 26px;
  line-height: 48px;
}
.block-footer {
  background-color: #65605C;
  position: relative;
  padding: 0px 0;
}
.block-footer:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f2e8e7;
  position: absolute;
  top: 0;
  left: calc(50% - 8px);
}
.block-footer .container {
  padding: 30px 15px;
}
.block-footer .col-title {
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #54504D;
  box-shadow: 0 3px 2px -2px #808080;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 0 20px 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}
.block-footer .text-wrapper {
  line-height: 30px;
}
.block-footer .text-wrapper i {
  color: #fff;
  margin-right: 5px;
  font-size: 20px;
}
.block-footer .text-wrapper span {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.block-footer .text-wrapper a {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.block-footer .text-wrapper.socials a {
  margin-right: 10px;
  display: inline-block;
}
.block-footer .text-wrapper.socials a i {
  font-size: 30px;
}
@media (max-width: 620px) {
  .block-footer .col-xs-4 {
    width: 100%;
    text-align: center;
  }
  .block-footer .col-xs-4 .text-wrapper {
    display: inline-block;
    text-align: center;
  }
  .block-footer .col-xs-4 .text-wrapper.socials {
    margin-top: 10px;
  }
  .block-footer .col-xs-4 .col-title {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 0 5px 5px;
  }
  .block-footer .col-xs-4 .img-responsive {
    margin: 0 auto;
  }
}
.text-about {
  margin-bottom: 30px;
}
.text-about p {
  text-align: justify;
}
.block-materials {
  display: none;
}
@media (min-width: 768px) {
  
}
.block-materials .col-specs .table-responsive {
  width: 100%;
  text-align: center;
}
.block-materials .col-specs .table-responsive th {
  padding: 4px;
  text-align: center;
}
.block-materials .col-specs .table-responsive td:first-child {
  max-width: 250px;
  text-align: left;
}
@media (min-width: 768px) {
  .block-materials .col-specs table tr td {
    padding: 5px 10px;
    font-size: 15px;
  }
  .block-materials .col-specs .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ddcbbf;
  }
}
.block-materials .col-text {
  margin: 15px 0;
  text-align: justify;
}
/*!
* lazyYT (lazy load YouTube videos)
* v1.0.1 - 2014-12-30
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/
.lazyYT-container {
  direction: ltr;
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000;
}
.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*
 * Video Title (YouTube style)
 */
.lazyYT-container .html5-info-bar {
  position: absolute;
  top: 0;
  z-index: 935;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.lazyYT-container .html5-title {
  padding-right: 6px;
  padding-left: 12px;
}
.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
.lazyYT-container .html5-title-text {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}
.lazyYT-container .html5-title-text:hover {
  color: #fff;
  text-decoration: underline;
}
/*
 * Thumbnail
 */
.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
 * Play button (YouTube style)
 */
.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}
.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}
.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}
.articles-list-item .article-wrapper {
  display: table;
  width: 100%;
}
.articles-list-item .article-wrapper .img-wrapper {
  display: table-cell;
  max-width: 33%;
}
.articles-list-item .article-wrapper .text-wrapper {
  display: table-cell;
  width: 77%;
}
.articles-list-item .article-wrapper .short-text {
  color: #000;
  text-decoration: none;
  text-align: justify;
  position: relative;
  height: 180px;
  overflow: hidden;
}
.articles-list-item .article-wrapper .short-text .overflow {
  position: absolute;
  width: 130px;
  height: 20px;
  color: #ab1923;
  bottom: 0;
  right: 0;
  text-align: right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+32,ffffff+100 */

  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f2e8e7 32%, #f2e8e7 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f2e8e7 32%, #f2e8e7 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f2e8e7 32%, #f2e8e7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */

}
.articles-list-item .read-more {
  text-align: right;
}
.col-contacts .text-wrapper {
  margin-bottom: 10px;
}
.col-contacts .text-wrapper i {
  color: #65605C;
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.col-contacts .text-wrapper span {
  vertical-align: middle;
}
#gallery-grid {
  max-width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
#lightboxOverlay,
.lightbox {
  z-index: 200;
}
.col-gallery {
  text-decoration: none;
}
.col-gallery:hover {
  opacity: 0.9;
}
.col-gallery .wrapper {
  position: relative;
}
.col-gallery .wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-gallery .wrapper .overlay .text {
  font-size: 35px;
  color: #fff;
}
.col-gallery .wrapper .image {
  width: 100%;
  height: 200px;
}
.col-gallery .wrapper .heading {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.col-gallery:hover {
  text-decoration: none;
}
.col-mezgli {
  position: relative;
}
.col-mezgli .overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.col-mezgli .overlay .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.col-mezgli .overlay .wrapper .download {
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.col-mezgli .overlay .wrapper .download i {
  font-size: 70px;
  color: #fff;
}
.col-mezgli:hover .overlay {
  display: block;
  opacity: 1;
}
.block-header .navbar-default .navbar-nav li:nth-child(8) {
  display: none;
}
.top-logo {
  max-width: 150px;
}
.outer_list li {
  font-weight: 600;
}
.outer_list p {
  font-weight: 400;
}
.outer_list .inner_list li {
  font-weight: 400;
}
(node:15404) [DEP0026] DeprecationWarning: util.print is deprecated. Use console.log instead.
