html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
}
.cookie-policy-notifier {
  padding: 2em;
  background-color: rgba(255, 233, 154, 0.7);
  backdrop-filter: blur(5px);
  z-index: 1001;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: black;
}
.cookie-policy-notifier button {
  cursor: pointer;
}
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 2%;
  right: 2%;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp:hover,
.whatsapp:active {
  color: #FFF;
}
.whatsapp > i {
  margin-top: 15px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #eeeeee;
  color: #000;
}
/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-caption {
  text-align: right !important;
  right: 10%;
  bottom: 100px;
}
.carousel-caption h1 {
  font-size: 4.5em;
  font-weight: bold;
}
.carousel-indicators {
  bottom: 100px;
}
.navbar-fixed-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navigation .nav-item a {
  font-weight: bold;
  color: #fff !important;
  font-size: 18px;
}
.navigation .nav-item a:hover {
  color: #EB3815 !important;
}
.navigation .dropdown-menu a {
  color: #292b2c !important;
}
.navbar-search {
  z-index: 1040;
}
.navbar-search form.inline {
  position: relative;
}
.navbar-search .navbar-nav {
  font-size: 15px !important;
}
.navbar-search .dropdown-menu {
  padding: 0.2em;
  font-size: 15px;
}
.navbar-search a.nav-link {
  color: #fff;
}
.navbar-search .search-field {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 12px;
  height: 36px;
}
.navbar-search .search-button {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  right: -5px;
}
.slider-btn {
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+50,cec7ec+51,c1bfea+100;Purple+3D+%231 */
  background: #2D8141;
  /* Old browsers */
  background: -moz-linear-gradient(#2D8141, #1E5329);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(#2D8141, #1E5329);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(#2D8141, #1E5329);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D8141', endColorstr='#1E5329', GradientType=0);
  /* IE6-9 */
  font-weight: bold;
  border: 0;
  padding: 0.7rem 1.5rem;
}
.slider-btn:hover,
.slider-btn:active {
  color: #fff;
}
.text-ligh-green {
  color: #2E8342;
}
.container-highlight {
  position: relative;
  top: -75px;
}
.container-highlight .card {
  background-color: transparent;
  border: 0;
}
.container-highlight .card-header {
  border: 0;
  background-color: transparent;
  position: relative;
}
.container-highlight .card-header .border-bottom {
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 0;
  width: 50px;
}
.container-highlight a {
  color: #fff;
}
.container-highlight .news-card {
  background-color: #2E8342;
}
.container-highlight .tv-card {
  background-color: #163F1F;
}
.container-highlight .media-body a {
  font-size: 12px;
}
.container-highlight .media-body h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.container-highlight .media-body p {
  font-size: 12px;
}
.container-highlight .tv-item h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.container-highlight .card-navigation {
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.container-highlight .card-navigation a {
  font-size: 14px;
}
.container-highlight .card-navigation a.disabled {
  opacity: 0.3;
}
.container-highlight .slide-item,
.container-highlight .tv-carousel a {
  width: 100%;
}
.btn:focus,
.btn:active {
  outline: none !important;
  color: #fff;
}
.forage-box h3 {
  text-align: center;
  position: relative;
  font-weight: 600;
}
.forage-box h3 .header-border {
  border-bottom: 2px solid #2E8342;
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 50px;
}
.forage-box h5 {
  text-align: center;
}
.forage-box p {
  font-size: 14px;
  text-align: center;
}
.forage-box .detail-link {
  color: #000000;
  text-decoration: none;
}
.forage-box .forage-detail-link {
  color: #163F1F;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
}
.forage-box .forage-detail-link .link-border {
  border-bottom: 2px solid #2E8342;
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 50px;
}
.forage-box .forage-detail-link:hover .link-border {
  left: 0;
  bottom: 0;
  width: 100%;
}
.egg-production {
  position: relative;
}
.egg-production .egg-image {
  position: relative;
}
.egg-production h3 {
  position: relative;
  font-weight: 400;
}
.egg-production h3 .header-border {
  border-bottom: 2px solid #2E8342;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
}
.egg-production p {
  font-size: 14px;
}
.egg-production p a {
  position: relative;
  color: #2E8342;
  text-decoration: none;
}
.egg-production p a .link-border {
  border-bottom: 2px solid #2E8342;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
}
.egg-production p a:hover .link-border {
  width: 100%;
}
.about-us-widget {
  background-color: #F8F8F8;
}
.about-us-widget h5 {
  position: relative;
  font-weight: 400;
}
.about-us-widget h5 .header-border {
  border-bottom: 2px solid #2E8342;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
}
.about-us-widget p {
  font-size: 14px;
}
.about-us-widget p a {
  position: relative;
  color: #2E8342;
  text-decoration: none;
}
.about-us-widget p a .link-border {
  border-bottom: 2px solid #2E8342;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
}
.about-us-widget p a:hover .link-border {
  width: 100%;
}
.bottom-social-media-widget {
  background-color: #F5F5F5;
}
.bottom-social-media-widget h6 {
  position: relative;
  font-weight: 400;
}
.bottom-social-media-widget h6 .header-border {
  border-bottom: 2px solid #0C0E0C;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
}
.bottom-social-media-widget p {
  font-size: 14px;
}
.bottom-social-media-widget a.social-media-link {
  color: #0C0E0C;
}
.footer-widget {
  background-color: #F0F0F0;
  text-align: center;
}
.footer-widget p {
  font-size: 11px;
}
.detail-page-header {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin-top: 170px;
  height: 200px;
}
.detail-page-header h1 {
  color: white;
  font-weight: bold;
}
.detail-page-header h6 {
  color: white;
  font-weight: 500;
}
.detail-page-content h4 {
  position: relative;
  font-weight: 600;
}
.detail-page-content h4 .header-border {
  border-bottom: 2px solid #2E8342;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
}
.detail-page-content .nav-toggle {
  margin-right: 5px;
  display: none;
  font-size: 20px;
}
.detail-page-content p {
  font-size: 14px;
}
.detail-page-content ul.nav li {
  margin-bottom: 5px;
}
.detail-page-content ul.nav li a {
  background-color: #F4F4F4;
  color: #858585;
  font-weight: 600;
  font-size: 15px;
}
.detail-page-content ul.nav li a.active {
  background-color: #E83A24;
  color: #fff;
}
.detail-page-content ul.nav li a.active:hover {
  color: #fff;
}
.detail-page-content ul.nav li a:hover {
  color: #E83A24;
}
.detail-page .navbar-toggler {
  color: #333 !important;
}
.detail-page .navigation a,
.detail-page .navbar-search a {
  color: #333 !important;
}
.forage-item-list h6 {
  text-align: center;
}
.forage-item-list p {
  font-size: 13px;
  text-align: center;
  min-height: 60px;
}
.forage-item-list .btn-bar {
  text-align: center;
}
.forage-item-list .detail-btn {
  background: #F4F4F4;
  color: #8E8E8E;
  font-size: 14px;
  font-weight: 700;
  border: 0;
}
.forage-item-list .detail-btn:hover {
  color: #E83A24;
}
.forage-item-list .card {
  border-color: #F4F4F4;
}
.product-headline {
  border: 1px solid #F4F4F4;
  position: relative;
}
.product-headline p {
  font-size: 13px;
}
.product-detail .nav-tabs {
  border-bottom-color: #F4F4F4;
}
.product-detail ul.nav li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 13px;
}
.product-detail ul.nav li a.active {
  background-color: #2E8342;
}
.product-detail ul.nav li a:hover {
  color: #2E8342;
}
.video-recommendation ul.nav li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 13px;
  background-color: #F4F4F4 !important;
  color: #858585 !important;
}
.video-recommendation .card {
  border: 0;
}
.video-recommendation .card a {
  color: #000;
}
.video-recommendation .card a h6 {
  font-size: 14px;
}
.footer-tv .card {
  background-color: transparent;
  border: 0;
}
.footer-tv .card-header {
  border: 0;
  background-color: transparent;
  position: relative;
}
.footer-tv .card-header .border-bottom {
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 0;
  width: 50px;
}
.footer-tv a {
  color: #000;
}
.footer-tv .media-body a {
  font-size: 12px;
}
.footer-tv .media-body h6 {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.footer-tv .media-body p {
  font-size: 12px;
}
.footer-tv .tv-item h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.footer-tv h5 span,
.footer-tv h5 i {
  color: #000 !important;
}
.footer-tv .card-navigation {
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.footer-tv .card-navigation a {
  font-size: 14px;
}
.footer-tv .card-navigation a.disabled {
  opacity: 0.3;
}
.footer-tv .slide-item,
.footer-tv .tv-carousel a {
  width: 100%;
}
.list-content li {
  border-bottom: 1px solid #eee;
}
.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 0;
}
.news-slider .slide {
  width: 350px !important;
}
.dealer-category-options {
  min-width: 250px;
}
@media (max-width: 575px) {
  .container-highlight {
    top: -15px;
  }
  .detail-page-header {
    margin-top: 90px;
    background-size: 100% 100px;
    height: 100px;
  }
  .container {
    width: 540px;
    max-width: 100%;
  }
  .product-image {
    width: 98%;
  }
  .detail-btn {
    display: block;
  }
  .detail-page-content .nav-toggle {
    display: block;
  }
  .detail-page .navigation a {
    color: #fff !important;
  }
  .detail-page .dropdown-menu a {
    color: #333 !important;
  }
  .navbar-collapse {
    background: #163F1F;
    padding: 0 10px;
  }
  .big-slider-image {
    height: 290px;
  }
  .navbar-brand img {
    width: 70px;
  }
  .news-slider .slide {
    width: 530px !important;
  }
  .news-slider .slide img {
    width: 160px;
  }
  .tv-carousel .slide {
    width: 530px !important;
  }
  .tv-carousel .slide img {
    width: 530px;
  }
  .home-forage-item .detail-link {
    display: block;
    text-align: center;
  }
  .home-forage-item .detail-link img {
    width: 495px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .carousel-caption {
    right: 0;
    bottom: 10px;
  }
  .carousel-caption h1 {
    font-size: 0.9em;
  }
  .carousel-caption .slider-btn {
    font-size: 9px;
    padding: 0.4rem;
  }
  .egg-production .egg-image {
    width: 250px;
  }
  .egg-production h3 {
    margin-left: 0;
  }
  .about-us-widget img {
    width: 300px;
  }
  .product-detail ul.nav {
    display: block;
    width: 100%;
  }
  .product-detail ul.nav li {
    width: 99%;
    display: block;
  }
}
.content-detail img {
  padding: 10px;
}
ul.errorlist {
  margin-top: 10px;
}
ul.errorlist li {
  color: #d9534f !important;
}
@media (min-width: 576px) and (max-width: 767px) {
  .container-highlight {
    top: -35px;
  }
  .detail-page-header {
    margin-top: 90px;
    background-size: 100% 100px;
    height: 100px;
  }
  .detail-btn {
    display: block;
  }
  .detail-page-content .nav-toggle {
    display: block;
  }
  .detail-page .navigation a {
    color: #fff !important;
  }
  .detail-page .dropdown-menu a {
    color: #333 !important;
  }
  .navbar-collapse {
    background: #163F1F;
    padding: 0 10px;
  }
  .big-slider-image {
    height: 320px;
  }
  .navbar-brand img {
    width: 120px;
  }
  .news-slider .slide {
    width: 500px !important;
  }
  .news-slider .slide img {
    width: 160px;
  }
  .container-highlight .media-body h6 {
    font-size: 17px;
  }
  .tv-carousel .slide {
    width: 500px !important;
  }
  .tv-carousel .slide img {
    width: 500px;
  }
  .home-forage-item .detail-link {
    display: block;
    text-align: center;
  }
  .home-forage-item .detail-link img {
    width: 450px;
  }
  .carousel-indicators {
    bottom: 60px;
  }
  .carousel-caption {
    bottom: 60px;
  }
  .carousel-caption h1 {
    font-size: 1.8em;
  }
  .carousel-caption .slider-btn {
    font-size: 11px;
  }
  .egg-production .egg-image {
    width: 300px;
  }
  .egg-production h3 {
    margin-left: 315px;
  }
  .about-us-widget img {
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-highlight {
    top: -50px;
  }
  .product-detail ul.nav li a {
    font-size: 10px !important;
  }
  .detail-page-header {
    margin-top: 120px;
    background-size: 100% 140px;
    height: 140px;
  }
  .navigation {
    top: 25px;
  }
  .navigation .nav-item a {
    font-size: 13px;
  }
  .carousel-caption {
    bottom: 70px;
  }
  .carousel-caption h1 {
    font-size: 2.2em;
  }
  .carousel-caption .slider-btn {
    font-size: 13px;
  }
  .carousel-indicators {
    bottom: 70px;
  }
  .big-slider-image {
    height: 415px;
  }
  .navbar-brand img {
    width: 140px;
  }
  .news-slider .slide {
    width: 315px !important;
  }
  .news-slider .slide img {
    width: 130px;
  }
  .tv-carousel .slide {
    width: 315px !important;
  }
  .tv-carousel .slide img {
    width: 315px;
  }
  .egg-production .egg-image {
    width: 440px;
  }
  .egg-production h3 {
    margin-left: 455px;
  }
  .about-us-widget img {
    width: 450px;
  }
  .detail-page-content ul.nav li a {
    font-size: 13px;
  }
  #side-nav {
    opacity: 1;
    display: block !important;
    position: static;
  }
  .navbar-search {
    padding: 0;
  }
  .navbar-search .search-button {
    right: 13px;
  }
  .navbar-search .search-button img {
    width: 39px;
  }
  .navbar-search .search-field {
    font-size: 10px;
    height: 30px;
  }
  .navbar-search a.nav-link,
  .navbar-search a.dropdown-item {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-highlight {
    top: -60px;
  }
  .navigation {
    top: 36px;
  }
  .navbar-brand img {
    width: 180px;
  }
  .big-slider-image {
    height: 500px;
  }
  .news-slider .slide {
    width: 300px !important;
  }
  .news-slider .slide img {
    width: 125px;
  }
  .tv-carousel .slide img {
    width: 410px;
  }
  .carousel-caption {
    bottom: 100px;
  }
  .carousel-caption h1 {
    font-size: 2.8em;
  }
  .egg-production .egg-image {
    width: 500px;
  }
  .egg-production h3 {
    margin-left: 515px;
  }
  .about-us-widget img {
    width: 550px;
  }
  #side-nav {
    opacity: 1;
    display: block !important;
    position: static;
  }
}
@media (min-width: 1200px) {
  .navigation {
    top: 36px;
  }
  .news-slider .slide {
    width: 360px !important;
  }
  .news-slider .slide img {
    width: 160px;
  }
  .container-highlight .media-body h6 {
    font-size: 15px;
  }
  .carousel-caption h1 {
    font-size: 4.5em;
  }
  .egg-production h3 {
    margin-left: 655px;
  }
  .about-us-widget img {
    width: 635px;
  }
  #side-nav {
    opacity: 1;
    display: block !important;
    position: static;
  }
}
.carousel-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 41.66% 0 0 0;
}
.big-slider-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.survey-form .btn-secondary:active,
.survey-form .btn-secondary.active,
.survey-form .show > .btn-secondary.dropdown-toggle {
  background-color: #0275d8;
  color: #fff;
  border-color: #0275d8;
}
.survey-form label {
  font-weight: bold;
}
.survey-form label.btn {
  font-weight: normal;
}
.btn-custom {
  background: #E83A24;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 0;
}
.dealer-item {
  padding: 10px 5px;
  border: 1px solid #999;
  margin-bottom: 5px;
}
.dealer-item.big-dealer {
  border-color: #E83A24;
}
.dealer-item a {
  color: #333;
  font-weight: bold;
}
.dealer-item p {
  word-wrap: break-word;
  margin-bottom: 0;
}
/*# sourceMappingURL=app.css.map */