.stretched-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.box-text {
  padding: 0;
}
.box-text.gray {
  background-color: rgba(235, 231, 217, 0.6);
  padding: 10px 20px;
}
.column .box-text {
  padding: 20px 30px 10px;
}
.column .box-text.box > img {
  width: 100%;
}
.column-half .box-text img {
  margin-bottom: 20px;
}
.column-half .box-text .btn.btn-default {
  margin-bottom: 30px;
}
.box-info {
  position: relative;
  margin: 0 0 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .box-info {
    margin: 20px 0;
  }
}
.box-info img {
  margin-bottom: 20px;
}
.box-info h3 {
  margin: 0 20px 20px;
  padding: 20px 0 0;
}
.box-info h4,
.box-info p,
.box-info .btn.btn-default {
  margin: 0 20px 20px;
}
.box-info h4 {
  padding-top: 30px;
}
.box-info img + h4 {
  padding-top: 0;
}
.flex .box-info {
  height: 100%;
  margin: 0;
  padding-bottom: 70px;
}
.flex .box-info a {
  position: absolute;
  bottom: 0;
}
.youtube-video-wrapper.responsive {
  position: relative;
  height: 0;
}
.youtube-video-wrapper.responsive.widescreen {
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
}
.youtube-video-wrapper.responsive.fourbythree {
  padding-bottom: 75%;
  /* 4:3 */
  padding-top: 0;
}
.youtube-video-wrapper.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-video-wrapper.video-right iframe {
  margin-left: auto;
  display: block;
}
.youtube-video-wrapper.video-center iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.social-row {
  padding: 40px 0 20px;
}
@media (max-width: 480px) {
  .social-row {
    padding: 20px 0;
  }
}
.facebook-share,
.twtter-share,
.linkedin-share {
  position: relative;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  cursor: pointer;
  background: url(../../assets/img/icons-social.png) no-repeat;
}
@media (max-width: 480px) {
  .facebook-share,
  .twtter-share,
  .linkedin-share {
    float: left;
  }
}
.facebook-share span,
.twtter-share span,
.linkedin-share span {
  display: none;
}
.facebook-share {
  background-position: 0 0;
}
.twtter-share {
  background-position: 0 -40px;
}
.linkedin-share {
  background-position: 0 -160px;
}
@media (min-width: 992px) {
  .box-news {
    width: 700px;
  }
}
.box-news .news-lead,
.box-news .news-details {
  text-align: justify;
}
.box-news .news-lead p {
  font-size: 24px;
  line-height: 1.25;
}
.box-news .news-lead p strong {
  font-family: SourceSansPro-Regular;
}
.box-news .news-details ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
}
.box-news .news-details ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}
.box-news .news-details ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  display: inline-block;
  height: 7px;
  width: 14px;
  border-top: 2px solid #52ae30;
  border-right: 2px solid #52ae30;
  transform: rotate(-220deg);
}
.box-news .news-details img {
  max-width: 100%;
}
.box-news .news-details table {
  width: 100%;
}
.box-news .news-details table thead tr td {
  padding: 10px 20px;
  text-align: center;
  border-bottom: #ddd solid 1px;
  text-transform: uppercase;
}
.box-news .news-details table tbody tr td {
  height: auto;
  padding: 10px 20px;
  border-bottom: #ddd solid 1px;
}
.box-news .news-details table tbody tr td.num {
  text-align: right;
}
.box-news .news-image {
  display: table;
}
.box-news .news-image img {
  display: table-cell;
  width: 50%;
}
.box-news .similar-news {
  margin-top: 30px;
  margin-bottom: 0;
}
.box-news .labels {
  margin-top: 10px;
}
.box-news .agro-naplo a {
  display: inline-block;
  background: url(../../assets/img/icons-social.png) 0 -120px no-repeat;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  position: relative;
  top: 5px;
}
.box-news .agro-naplo span {
  display: inline-block;
}
@media (max-width: 992px) {
  .box-news .agro-naplo {
    display: block;
    margin: 0 auto;
    width: 210px;
  }
}
@media (max-width: 480px) {
  .box-news .agro-naplo {
    width: 100%;
  }
}
.app-subscribe {
  position: relative;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.app-subscribe.index {
  padding: 25px 20px;
}
@media (max-width: 992px) {
  .app-subscribe {
    padding: 25px 20px;
  }
}
.app-subscribe .form-group.captcha {
  position: relative;
  display: none;
}
.app-subscribe .form-group.captcha.visible {
  display: block;
}
.app-subscribe .form-group.captcha img {
  position: absolute;
  left: -180px;
  top: 20px;
}
.app-subscribe .form-group.captcha img.static {
  position: static;
  display: block;
}
@media (max-width: 768px) {
  .app-subscribe .form-group.captcha img {
    position: static;
    display: block;
  }
}
.contact h3 {
  font: 18px/20px SourceSansPro-Semibold;
  text-align: center;
  margin: 0 0 15px;
}
.contact p {
  text-align: center;
  margin: 0 0 30px;
}
.contact .control-label {
  display: block;
  margin: 11px 0;
  text-align: right;
}
@media (max-width: 768px) {
  .contact .control-label {
    text-align: left;
  }
}
.contact span.form-control {
  border: 0;
  box-shadow: none;
  padding: 10px 0;
  margin-left: 15px;
}
.contact form .row {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .contact .zip {
    margin: 0 0 10px;
  }
  .contact .zip-error {
    float: left;
  }
}
.contact .btn {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .contact .btn {
    width: 100%;
    margin: 0 0 15px;
  }
}
.contact .check .checkbox {
  margin: 0;
}
@media (min-width: 768px) {
  .contact .check-group {
    margin-top: 10px;
  }
}
.contact .check-group .checkbox {
  margin: 0;
}
.contact .phone-wrapper {
  position: relative;
}
.contact .phone-wrapper span.prefix {
  border-right: #ddd solid 1px;
  color: #000;
  display: block;
  font-size: 14px;
  margin: 10px 0;
  padding: 0 5px 0 12px;
  position: absolute;
}
.contact .phone-wrapper input.form-control {
  padding-left: 44px;
}
.contact span.example {
  color: #999;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
}
.contact .info {
  margin: 15px 0 0;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
.contact .radio {
  float: left;
  margin: 0 30px 0 0;
}
@media (max-width: 480px) {
  .contact .radio {
    text-align: left;
  }
}
.contact .captcha .form-control {
  float: right;
  width: 100px;
  margin: 4px 0 0 20px;
}
@media (max-width: 768px) {
  .contact .captcha .form-control {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .captcha img {
    margin: 0 0 10px;
  }
}
@media (max-width: 768px) {
  .contact hr:last-of-type {
    margin-bottom: 40px;
  }
}
.contact .success {
  padding: 20px 10px;
}
.contact .success h3 {
  font: 24px/30px SourceSansPro-Regular;
  text-align: left;
}
.contact .success p {
  text-align: left;
}

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