@import url(
  http://fonts.googleapis.com/css?family=Raleway:300,
  400,
  500,
  600,
  700
);
@import url(http://fonts.googleapis.com/css?family=Cardo:400, 400italic, 700);

/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279;
}

h1 {
  font-size: 65px;
  color: #2d3033;
}

h2 {
  font-size: 40px;
  color: #2d3033;
  text-align: center;
}

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300;
}

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400;
}

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700;
}

.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  background-color: #e52e2e;
  color: #fff;
}
.btn-large {
  padding: 15px 40px;
}

/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: #e84545;
}

a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #6c7279;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.section {
  padding: 100px 0;
}

.no-padding {
  padding: 0;
}

.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
#header .header-content {
  margin: 0 auto;
  max-width: 1170px;
  padding: 5px 0;
  width: 100%;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
#header .logo {
  float: left;
  width: 30px;
}
.logo img {
  width: 65px;
}

#header.fixed {
  background-color: #51ab43;
}
#header.fixed .header-content {
  border-bottom: 0;
  padding: 0;
}
#header.fixed .nav-toggle {
  top: 18px;
}

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.navigation {
  float: right;
}
.navigation li {
  display: inline-block;
}
.navigation a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 700;
  margin-left: 40px;
  text-transform: uppercase;
  transition: 0.2s;
}
.navigation a:hover,
.navigation a.active {
  color: #f8e66e; /*#008a26;*/
}
.navigation ul {
  padding-top: 37px;
}

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-toggle:before,
.nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.nav-toggle:before {
  background-color: #e84545;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-toggle:after {
  background-color: #e84545;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.nav-toggle span {
  background-color: #fff;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before,
.nav-toggle span:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.nav-toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-toggle.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before,
.nav-toggle.close-nav span:after {
  background-color: #fff;
}
.nav-toggle.close-nav span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.primary-nav-lang-btn {
    height: 20px;
}

/* ==========================================================================
	$Banner
========================================================================== */
.banner {
  background-image: url(../images/banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
}

.banner-text {
  padding-top: 25%;
}
.banner-text h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-shadow: 1px 2px black;
}
.banner-text p {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 150px;
  text-shadow: 2px 2px black;
}

/* ==========================================================================
	$Features
========================================================================== */
.features {
  padding: 50px 0;
}
.features h2 {
  text-align: center;
  margin: 50px 0 120px 0;
}
.feature {
  margin-bottom: 50px;
  height: 250px;
}
.feature-content {
  padding: 0 15px;
  margin-top: 30px;
}
.feature .icon {
  color: #e84545;
  font-size: 60px;
}

/* ==========================================================================
	$Our production
========================================================================== */
.ourProduction {
  background-color: #51ab43;
  padding: 100px 0 150px 0;
}
.ourProduction h2 {
  text-align: center;
  margin: 0 0 100px 0;
  color: #fff;
}
.ourProduction img {
  width: 100%;
  height: 470px;
}
.ourProduction p {
  margin-top: 20px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: normal;
}

.flexslider1 ol {
  position: unset;
  width: 100%;
}
.flex-direction-nav {
  display: none;
}

/* ==========================================================================
	$Good To Know
========================================================================== */
.goodToKnow {
  padding: 100px 0;
}
.goodToKnow p {
  margin-top: 50px;
  font-size: 25px;
  text-indent: 30px;
  text-align: justify;
  line-height: 35px;
}
.facts {
  margin-top: 100px;
  text-align: center;
}
.goodToKnow h3 {
  display: inline;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  margin: 0 25px;
}

.goodToKnow .fa-info-circle {
  font-size: 30px;
  color: #e84545;
}
.goodToKnow ul {
  margin: 50px 0 0 50px;
}
.goodToKnow li {
  font-size: 22px;
  margin-top: 20px;
}
.goodToKnow li span {
  color: #e84545;
  font-size: 22px;
}
/* ==========================================================================
	$About Us
========================================================================== */
.aboutUs {
  position: relative;
  background-color: #51ab43 /*#46c532*/;
  padding: 50px 0 100px 0;
}
.aboutUs h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.aboutUs blockquote {
  border: 0;
  margin: 0;
  padding: 100px 10% 0;
}
.aboutUs p {
  color: #fff;
  font: italic 25px "Cardo", Georgia, "Times New Roman", serif;
}
.aboutUs cite {
  color: #fff;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  margin-top: 30px;
  text-transform: uppercase;
}
.eggTitle {
  color: #e84545;
  font-weight: 600;
}
.flexslider {
  background-color: #008d25;
}
/* ==========================================================================
	$Contacts
========================================================================== */
.contacts {
  background-color: #51ab43;
  padding-top: 50px;
}
.contacts h2 {
  color: #fff;
  margin-bottom: 50px;
}
.contacts h3 {
  color: #fff;
  margin-top: 100px;
}
.contacts p,
.contacts p a {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  transition: 0.2s;
}
.contacts a:hover {
  color: #e84545;
}
.contacts i {
  color: #008d25;
}
iframe {
  width: 100%;
  height: 450px;
}
.products {
  height: 470px;
}
.products:hover {
  cursor: pointer;
}
.products:last-child {
  background-position: left;
}

.product1 {
  background-image: url(../images/tray1.png);
}
.product1.opened {
  background-image: url(../images/tray1.1.png);
}
.product2 {
  background-image: url(../images/tray2.png);
}
.product2.opened {
  background-image: url(../images//tray2.1.png);
}
.product3 {
  background-image: url(../images/tray3.png);
}
.product3.opened {
  background-image: url(../images//tray3.1.png);
}
.product4 {
  background-image: url(../images/tray4.png);
}
.product4.opened {
  background-image: url(../images//tray4.1.png);
}
.product5 {
  background-image: url(../images/tray5.png);
}
.product5.opened {
  background-image: url(../images//tray5.1.png);
}
.product6 {
  background-image: url(../images/tray6.png);
}
.product6.opened {
  background-image: url(../images//tray6.1.png);
}
.product7 {
  background-image: url(../images/tray7.png);
}
.partners {
  padding: 100px 0;
}

.partners h2 {
  margin-bottom: 50px;
}
.partnersLogo {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnersLogo img {
  width: 200px;
}

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: center;
}
.footer-bottom {
  background-color: #008d25;
  padding: 20px 0;
}
.footer .footer-col {
  margin-bottom: 80px;
}
.footer h5 {
  color: #fff;
}
.footer h5 {
  margin-bottom: 20px;
}
.footer p {
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #e84545;
}
.footer .footer-share {
  margin-top: 0;
}
.footer .footer-share li {
  display: inline-block;
  float: none;
}
.footer .footer-share a {
  border-width: 2px;
  color: #fff;
}
.footer .fa-heart {
  color: #e84545;
  font-size: 11px;
  margin: 0 2px;
}
