/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== *
/**
 * Imports
 */
@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');

/* Sections
   ========================================================================== */
body {
  margin: 0;
  overflow-x: hidden; 
  font-family: 'Abel', sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* My-Code
   ========================================================================== */
  .clearfix:before {
    content: "";
    display: block;
    clear: both;
   }
   .clearfix:after {
    content: "";
    display: block;
    clear: both;
   }
   .left {
    float: left;
   }
   .right {
    float: right;
   }
   .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
   }
   
  .site-logo {
    text-align: center;
    padding: 0 80px;
}
   .site-logo a {
    text-decoration: none;
    text-transform: uppercase;
  }
  .site-logo h1 {
      color: #007D43;
      font-size: 21px;
      padding: 0 22px;
  }
  .site-logo span {
    color: #000;
}
.col-middle{
    left: 218px!important;
}
.col-middles{
    left: 433px!important;
}
.main-navigation {
    list-style: none;
    background: #71BF54;
    margin: 0 5px;
    padding: 0px 334px;
    text-align: right;
}

.main-navigation a {
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    padding: 21px 19px;
}
.main-navigation li {
    display: inline-block;
}
.main-navigation a:hover {
    border-bottom: 3px solid green;
}

.title-info .secondary-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 166px;
    top: 28px;
}
.title-info .secondary-nav li a {
    color: white;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    padding: 0 7px;
}
.title-info .secondary-nav li {
    display: inline-block;
} 
.site-info {
 
    position: relative;
    display: block;
}
.site-info h2 {
    padding: 10px 0 1px 4px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
}
.site-info a {
    text-decoration: none;
    color: white;
}
.site-logo-aside.right img {
   height: 135px;
position: absolute;
right: 0px;
top: 0px;
display: block;
margin-left: auto;
margin-right: auto;
width: 13%;
}
.top-header {
    position: relative;
    padding: 22px 0 30px 0;
}
.site-logo h1 {
    margin: 0;
    line-height: 23px;
    padding-bottom: 2px;
}
.gallery .col {
    width: 27.33%;
    float: left;
    padding: 0 29px;
}

.col p {
    margin: 0;
}
.our-works a {
   text-decoration: none;
color: black;
text-transform: uppercase;
color:white;
font-family: 'ITCAvantGardeStd-BoldCn';
font-size: 14px;
}
.featured-section {
    position: relative;
}
.col-wrapper {
    position: absolute;
    left: 94px;
    top: 0;
    right: 66px;
}
.section-title h1 {
    color: #5A5A5A;
}
.section-title span {
    color: #71BF45;
}
video {
  max-width: 100%;
  height: auto;

}
.col-wrapper {
    left: 70px;
    right: 55px;
    position: relative;
}
.gallery .col {
    width: 24.33%;
    float: left;
    padding: 0 29px;
}
.news-section {
    padding: 57px 0px;
    background: #71BF54;
    margin: 42px 0;
}
.news-info {
    width: 40;
    width: 40%;
    padding: 0 87px;
}
.news-media {
    float: right;
    padding: 0 84px 0 0;
}

.news-info {
    width: 40;
    width: 41%;
    padding: 0 41px;
}
.news-info h1 {
    font-size: 48px;
    margin-top: 0;
    text-transform: uppercase;
}
.news-info p {
    color: #fff;
    margin-top: 0;
}

.news-info .btn {
    padding: 12px 20px;
    font-size: 19px;
    text-transform: uppercase;
    background: #58595b;
    border: none;
}
.news-info .btn a {
    color: #fff;
    text-decoration: none;
}
.top-footer .col {
    width: 25%;
    float: left;
}

.top-footer .col {
    width: 22%;
    float: left;
    margin: 0 8px;
    position: relative;
    left: 30px;
}
.footer-links {
    padding: 0;
    list-style: none;
    margin: 21px 0;
}
.footer-links a {
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
}
.footer-twitter-info a {
    text-transform: uppercase;
}
.footer-twitter-info p {
    font-size: 14px;
}
.footer-twitter-info .section-01 {
    margin-bottom: 14px;
}
.section-info {
    border-bottom: 1px solid #808080c2;
}
.short-wrapper {
    padding: 22px 0;
    font-size: 14px;
}
.flikr {
    text-transform: capitalize;
    font-size: 14px;
}
.footer-form form input {
    width: 87%;
    padding: 7px 0px 7px 28px;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #808080e0;
}
form button {
    border: none;
    padding: 9px 16px;
    background: #007A3F;
    box-shadow: 3px 4px 3px #000000d9;
}
.bottom-footer {
    background: #71BF45;
    color: #fff;
}
.bottom-footer-info li {
    list-style: none;
}
.bottom-footer-info li a {
    text-decoration: none;
}
.bottom-footer-info li {
    list-style: none;
    display: inline-block;
    padding: 14px 0;
}
.gallery {
    padding: 60px 0;
}
.production-info {
    width: 40%;
    padding: 0 0 0 100px;
}
.product-image {
    width: 36%;
    padding-top: 48px;
}
.main-product {
    padding: 35px 0 70px 0;
}
.relative {
    position: relative;
}
img.absolute {
    width: 135px;
    border: 1px solid #71bf54;
    height: 125px;
    padding: 2px;
    position: absolute;
    top: 45px;
    z-index: 111;
    right: 170px;
    display: none;
}
.relative:hover .absolute {
    display: block;
}
.production-info h1 {
    margin-top: 0;
    font-size: 18px;
}
.production-info p {
    font-size: 14px;
    padding: 0px 112px 0 0;
}
.production-info .sub-title {
    margin-top: 184px;
}
.section-main-button {
    padding: 200px 0 0 100px;
}
button.section-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
button.section-menu {
    border: 1px solid;
    padding: 14px 60px;
}
div#main-footer {
    background-image: url(.../../assets/images/footer.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.top-footer {
    color: #fff;
    padding: 56px 0;
}
.top-footer a {
    color: #fff;
}
.top-footer h3 {
    text-transform: capitalize;
}




@media screen and (max-width: 1130px) {
.product-image {
    width: 45%;
}
}

@media screen and (max-width: 1085px) {
.news-media {
    float: right;
     padding: 0; 
}
.sub-title {
    margin-top: 75px !important;
}
}
@media screen and (max-width: 1045px){
  .main-navigation {
    list-style: none;
    background: #71BF54;
 margin: 0 -155px;
    padding: 20px 166px;
    text-align: right;
}
.top-footer .col {
    width: 19%;
    float: left;
    margin: 0 27px;
    left: 30px;
}
}


@media screen and (max-width: 1020px) {


  .footer-flikr-info img {
    width: 45px;
    height: 45px;
}

.top-footer .col {
    width: 20%;
    float: left;
    margin: 0px; 
    left: 30px;
}
.news-info {
 
    padding: 0;
}
}






@media screen and (max-width: 900px) {
  
.top-footer .col {
    width: 25%;
    float: left;
    margin: 0px;
    left: 30px;
}
.sub-title {
    margin-top: 0px !important;
}
}
@media screen and (max-width: 840px) {
  .top-footer .col {
    width: 20%;
    float: left;
    margin: 0px 8px;
    left: 30px;
}
  .featured-section {
    position: relative;
    right: 40px;
}
}
 /*// Small devices (landscape phones, less than 768px)
 @media (min-width: 575px) { 
  .top-footer .col {
    width: 20% !important;
    float: left !important;
    margin: 0px 8px !important;
    left: 30px !important;
}
.featured-section {
    position: initial !important;
    right: 40px !important;
}
.col-wrapper {
    position: initial !important;
}
.gallery .col {
    width: 85% !important;
    padding: 0 !important; 
    margin: 28px 0 !important;
}
.news-info.left {
    display: block !important;
    float: initial !important;
    width: 100 !important;
    width: 100% !important;
}
  }

 // Extra small devices (portrait phones, less than 576px)
 @media (max-width: 575px) { ... }*/


@media screen and (max-width: 770px) {
  .top-footer .col {
    width: 80% !important;
    margin: 0px!important;
}
.featured-section {
    position: initial !important;
    right: 40px !important;
}
.col-wrapper {
    position: initial !important;
}
.gallery .col {
    width: 100% !important;
    padding: 0 !important;
    margin: 28px 0 !important;
}
.news-info.left {
    display: block !important;
    float: initial !important;
    width: 100 !important;
    width: 100% !important;
}
.news-media {
    padding: 0;
    width: 100;
    width: 100%;
    margin: 18px 0 0 0;
}
.news-media video {
    width: 100%;
}
.footer-flikr-info img {
    width: 100px;
    height: 100px;
}
.site-logo-aside {
    display: none;
}
.site-logo {
    text-align: center;
    display: block;
    width: 100%;
}
.gallery .col img {
    width: 80%;
}
.main-navigation li {
    display: block;
    text-align: center;
    margin: 27px 0;
}
.bottom-footer p {
    display: block;
    width: 100%;
    text-align: center;
}
.bottom-footer-info {
    display: block;
    width: 100%;
    text-align: center;
}
.site-info {
    padding: 0px;
    position: initial;
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}
.title-info .secondary-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: initial;
    display: block;
    width: 100%;
    text-align: center;
}
.title-info {
    padding: 21px 0;
}
.production-info {
    width: 100%;
    padding: 0px;
}
.production-info .sub-title {
    margin-top: 0px;
}
.product-image {
    width: 100%;
    margin-top: 35px;
    text-align: center;
}
.wrapper {
    width:100%;
}
.main-navigation li {
    display: inline-block;
}
.main-navigation a{
padding-top: 0px;
padding-bottom:0px;
}
.main-navigation{
padding-top: 0px;
padding-bottom:0px;
}
#text p {
    font-size:16px;
}
#text {
   font-size: 20px;
    padding-top: 36px;
}
.btn {
  
    padding: 0px 0px;
   
    width: 69%;
  
}
.footer-col {
   margin-top: 0px;
padding-bottom: 0px;
font-size: 10px;
}
.footer-image {
   background-size: 100%;
}
.footer-text {
    width: 100%;
}
}

@media screen and (min-width: 1280px) {

  

  .main-navigation{
      padding: 0px 310px;
  }
  

}