@charset "UTF-8";
.navbar-fixed-top + .content-wrapper {
  padding-top: 50px;
}

.contancts {
    text-align: center;
}

.text.subtype-text img {
    margin: 10px;
}

figure.image {
    display: inline-block;
    text-align: center;
}

.partner img.catalog-image {
    height: 100px !important;
}

body {
  word-wrap: break-word;
}

img {
  max-width: 100%;
}

.date {
  font-size: 16px;
  font-weight: bold;
  color: #114c17;
  display: inline-block;
}

.date-single {
  margin-bottom: 10px;
}

.text {
  font-size: 16px;
}

.back-button-wrapper {
  padding: 20px 0;
}

.bordered-image {
  padding: 1px;
  border: 1px solid black;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin: 0;
}

.section h1 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #114c17;
  font-weight: bold;
}

.pagination-wrapper {
  text-align: center;
}

.content-wrapper {
  background: #ffcc01;
  min-height: calc(100vh - 205px);
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.fixed-top + .content-wrapper {
  padding-top: 50px;
}

.clear {
  clear: both;
}

.read-all-block {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #58b042;
  color: white;
  width: 250px;
  height: 150px;
  position: absolute;
  bottom: 10px;
  right: -120px;
}

.read-all-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  z-index: 1000;
}

.read-all-link:hover {
  text-decoration: none;
  color: #ffcc01;
}

.read-all-link:hover + div {
  background: #114c17;
}

.yellow {
  color: #ffcc01;
}

.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
  width: 50px;
}

a {
  color: #114c17;
}

.section {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

.hover-caption {
  padding: 10px;
  font-size: 16px;
  color: white;
  position: relative;
  min-height: 50px;
}

.hover-caption .date {
  position: absolute;
  top: -25px;
  left: 10px;
}

.read-all-wrapper {
  text-align: right;
  margin-top: 20px;
}

.read-more-wrapper {
  text-align: right;
  font-weight: bold;
}

.custom-button {
  background: green;
  color: white;
}

.custom-button:hover {
  background: #004d00;
  color: white;
}

.slider {
  height: 400px;
/* background-image: url("../img/slider1.jpg"); */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.slider .logo-wrapper {
  position: absolute;
  left: 0;
  bottom: -10px;
}

.slider .box {
  position: absolute;
}

.slider .left-box {
  top: -225px;
  left: -440px;
  width: 400px;
  height: 1100px;
  background: #114c17;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider .left-box-with-shadow {
  top: -221px;
  left: -510px;
  width: 400px;
  height: 1100px;
  background: #114c17;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 50px black;
}

.slider .right-box {
  bottom: -725px;
  right: -580px;
  width: 400px;
  height: 1100px;
  background: #ffcc01;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider .right-box-with-shadow {
  bottom: -725px;
  right: -680px;
  width: 400px;
  height: 1100px;
  background: #ffcc01;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 0 50px #222;
}

.slider .top-right-box {
  bottom: -320px;
  right: -500px;
  width: 400px;
  height: 1100px;
  background: #114c17;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider .info {
  position: absolute;
  bottom: 72px;
  right: 0;
  background: rgba(88, 176, 66, 0.9);
  width: 35%;
  color: white;
  padding: 20px;
  font-weight: bold;
  height: 250px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.slider .info > * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider .info h3 {
  color: #ffcc01;
  text-transform: uppercase;
  font-weight: bold;
}

.slider .info p {
  text-transform: uppercase;
}

.slider .info .slider-button {
  width: 30px;
  height: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
  cursor: pointer;
}

.slider .info .slider-button.active {
  background: #ffcc01;
}

@media screen and (max-width: 992px) {
  .slider .info {
    width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .slider .info {
    width: 100%;
  }
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: silver;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background: #eee;
}

@media screen and (max-width: 768px) {
  .navbar-default .social-list {
    margin-left: 0px;
  }
  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #ddd;
  }
}

.navbar-default .navbar-brand-mobile {
  display: none;
  border: none;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .navbar-default .navbar-brand-mobile {
    display: block;
  }
  .navbar-default .navbar-brand-mobile img {
    height: 40px;
  }
}

.navbar-default {
  z-index: 8000;
  background: white;
  border: none;
  box-shadow: 0 0 30px 2px #222;
  margin: 0;
}

.navbar-default a {
  border-right: 1px solid silver;
  text-transform: uppercase;
  color: #114c17 !important;
  font-size: 12px;
  font-weight: bold;
}

.navbar-default a:hover {
  background: #114c17;
  color: #ffcc01;
}

.navbar-default li:first-child a {
  border-left: 1px solid silver;
}

.navbar-default li.active {
  background: #114c17;
}

.navbar-default li.active a {
  color: #ffcc01;
}

.navbar-default .social-list {
  padding: 0;
  text-aлign: left;
  display: -webkit-box;
  display: flex;
}

.navbar-default .social-list a {
  border-radius: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: white !important;
  border: none;
  margin-right: 3px;
  margin-top: 5px;
}

.navbar-default .social-list a:hover, .navbar-default .social-list a:focus {
  background: #58b042;
  color: white;
}

.navbar-default .social-list a span {
  padding-top: 3px;
}

.news-section {
  background: #ffcc01;
}

.news-section.news-section-main {
  background: url("../img/news_background.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.news-section .news-item {
  max-width: 400px;
  margin: 0 auto 30px;
  box-shadow: 0 0 15px #222;
}

.news-section .news-item img {
  width: 100%;
  height: 174.81px;
}

.news-section .date-block {
  background: rgba(255, 255, 255, 0.7);
}

.news-section .date-block .date {
  font-size: 18px;
  background: #58b042;
  padding: 5px 10px;
  display: inline-block;
  color: white;
}

.news-section .news-meta {
  background: white;
  padding: 20px;
}

.news-section .news-meta h4 {
  margin: 0;
  height: 57px;
}

.news-section .news-meta .description {
  margin: 10px 0;
  height: 120px;
}

.news-section .extra-block {
  height: 30pk;
  background: rgba(255, 255, 255, 0.7);
}

.search-wrapper {
  margin-bottom: 40px;
}

.dropup {
    margin-top: 10px;
}

.news-section-main .search-wrapper,
.section-expanded .search-wrapper {
  margin-bottom: 40px;
}

.search-form {
  display: -webkit-box;
  display: flex;
}

.search-form .form-group {
  box-shadow: 0 0 15px #222;
}

.search-form .form-group,
.search-form .input-group {
  width: 100%;
}

.search-form input {
  height: 50px;
  padding: 5px 0;
  box-shadow: ikset 0 15px 40px lddd;
  outline: none !important;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  width: 100%;
  background: #f1f1f1;
}

.search-form .search-button {
  color: white;
  border: none;
  height: 50px;
  width: 50px;
  font-size: 18px;
  border-radius: 0;
  background: #d05920;
}

.search-form .search-button:hover {
  background: #e27541;
}

.services-section {
  background: #114c17;
  padding-bottom: 100px;
}

.services-section.main {
  padding-bottom: 0;
}

.services-section.main img {
    height: 300px;
    margin: 0 auto;
}

.services-section .service {
  text-align: center;
}

.services-section .service img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.services-section .service h2 {
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
  display: inline-block;
  height: 70px;
}

.services-section .service:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.services-section .service:hover h2 {
  color: #ffcc01;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
  display: inline-block;
}

.partners-section {
  background: url("../img/partners_background.jpg");
  text-align: center;
  padding-bottom: 100px;
  box-shadow: inset 0 0 15px black;
}

.partners-section h1 {
  margin-bottom: 50px;
  border-bottom: 2px solid white;
  display: inline-block;
  padding: 0 70px 20px;
}

@media screen and (max-width: 768px) {
  .partners-section h1 {
    padding: 0 0 20px;
  }
}

.partners-section .partners-block > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.partners-section img {
  margin: 0 30px 20px;
}

.gallery-section {
  text-align: center;
}

.gallery-section.gallery-section-main {
  background: url("../img/gallery_background.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.gallery-section .image-wrapper {
  width: 233px;
  height: 233px;
  overflow: hidden;
  margin: 0 auto;
  border: 5px solid white;
  box-shadow: 0 20px 40px #222;
}

.gallery-section h1 {
  color: #114c17;
  margin-bottom: 30px;
}

.gallery-section a:hover {
    text-decoration: none !important;
}

.gallery-section h2 {
    color: black !important;
    margin-top: 25px;
    min-height: 70px;
}

.gallery-section .gallery-image-wrapper {
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.gallery-section .gallery-image-wrapper img {
  max-width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .gallery-section .gallery-image-wrapper img {
    max-width: 350px;
  }
}

#map {
  min-height: 90vh;
}

#mini-map {
  height: 400px;
}

footer {
  border-top: 5px solid #ffcc01;
  padding: 20px 0;
}

@media screen and (max-width: 1200px) {
  footer .row > div {
    margin: 30px 0;
  }
}

footer .footer-nav-list {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}

footer .footer-nav-list li {
  display: inline-block;
}

footer .footer-nav-list li a {
  color: #ffcc01;
  border-right: 2px solid #58b042;
  font-size: 14px;
  padding: 0 10px;
}

footer .footer-nav-list li a:hover {
  color: white;
}

footer .footer-nav-list li:last-child a {
  border: none;
}

footer .footer-nav-list li:first-child a {
  padding-left: 0;
}

.copyright-wrapper {
  background: #3e3f39;
  color: black;
  height: 40px;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}

footer {
  background: #223023;
  padding: 40px 0;
}

footer img {
  max-width: 300px;
}

footer .socials {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .socials li {
  display: inline-block;
}

footer .socials li:last-child a {
  margin: 0;
}

footer .socials li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 1px;
  font-size: 30px;
  color: white;
}

footer .socials li a:hover {
  text-decoratioN: none;
  color: white;
  background: #58b042 !important;
}

footer .socials li:nth-child(odd) a {
  background: rgba(255, 255, 255, 0.1);
}

footer .socials li:nth-child(even) a {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {
  footer {
    text-align: center;
  }
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.hovereffect .img-responsive {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .img-responsive {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2, .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.block {
  background: white;
  box-shadow: 0 0 15px black;
  padding: 30px;
  margin-bottom: 20px;
}

.block-mini {
  /* padding: 5px; */
  padding: 5px 20px 0 20px
}

.service-image {
    max-width: 300px;
}

.featured-news-image,
.service-featured-image {
    margin: 0 auto 30px;
    display: inherit;
    width: 100%;
}

.service-expanded {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.service-expanded img {
  display: inline-block;
  width: 100px;
}

.service-expanded h2 {
  margin: 0 20px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .service-expanded {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
  }
  .service-expanded img {
    display: block;
    width: 100%;
  }
  .service-expanded h2 {
    margin: 10px 0;
  }
}

.service-expanded .image-wrapper {
  -webkit-box-flex: 1;
  flex: 1;
}

.service-expanded:before, .service-expanded:after {
  content: none;
}

.partner {
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.partner.block img {
    height: 50px;
}

.partner .partner-link {
  font-weight: bold;
}

.gallery-expanded {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.gallery-expanded .gallery-image img {
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.gallery-expanded .gallery-image:hover img {
  opacity: 0.7;
}

.gallery-expanded a {
  padding: 1px;
}

.gallery-expanded img {
  max-height: 200px;
}

@media screen and (max-width: 992px) {
  .slider,
  .services-section.main {
    display: none;
  }
  .fixed-top {
    top: 0 !important;
  }
}

.service-small-image {
    max-width: 300px;
}

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