* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Roboto Slab";
  src: url(../fonts/RobotoSlab.ttf) format("truetype supports variations"),
  url(../fonts/RobotoSlab.ttf) format("truetype-variations");
  font-weight: 100 1000;
}

body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 78px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  font-size: 15px;
}

a {
  transition: .3s ease;
  color: black;
}

a:hover {
  color: #496d2d;
  text-decoration: none;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.section_title {
  font-size: 2.2em;
  padding: 110px 0 0 0;
  text-align: center;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
}

.section_under_title {
  font-size: 1em;
  text-align: center;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  color: black;
  margin-top: 10px;
}

.underline_title {
  display: block;
  width: 110px;
  height: 2px;
  background-color: #496d2d;
  margin: 0 auto;
  margin-top: 8px;
}

.hideMe {
  opacity: 0;
}

.banner_title h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 3em;
  font-weight: 100;
  color: white;
  text-align: right;
}

.banner_title h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 5em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

.fadeInMe {
  -webkit-animation: fadein 2s;
  -webkit-animation--moz-animation: fadein 2s;
  -webkit-animation--moz-animation--ms-animation: fadein 2s;
  -webkit-animation--moz-animation--ms-animation--o-animation: fadein 2s;
  -webkit-animation--moz-animation--ms-animation--o-animation-animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  .fadeInMe from {
    opacity: 0;
  }
  .fadeInMe to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navbar-default {
  background-color: white;
  border: none;
  box-shadow: 0px 0px 15px 5px rgba(7,7,7,0.08);
}

.navbar-default .container-fluid {
  max-width: 1200px;
}

.navbar-default .navbar-toggle {
  border-color: #8dc63f;
}

nav img {
  width: 180px;
  padding: 20px 0 20px 0;
}

nav #main_navbar {
  color: black;
  background-color: white;
  border: none;
}

nav #main_navbar li {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: white;
  color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  padding-top: 40px;
  color: white;
  background-color: #496d2d;
  font-weight: 400;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:focus:after, .navbar-default .navbar-nav > .active > a:hover:after {
  content: url(../img/drop_ico_xs.png);
  position: absolute;
  bottom: -13px;
  left: 42%;
}

.navbar-default .navbar-nav > li > a {
  color: #496d2d;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #496d2d;
}

.first_banner {
  min-height: 500px;
  background-image: url(../img/tirBG2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: left;
  position: relative;
}

.first_banner .first_banner_title {
  position: absolute;
  right: 10%;
  top: 150px;
}

.lang {
  background-color: white;
  position: fixed;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 93px;
  right: 50px;
  z-index: 9999;
}

.lang ul {
  padding: 5px;
}

.lang ul li {
  display: inline-block;
}

.lang ul li img {
  width: 20px;
}

.lang ul li img:hover {
  cursor: pointer;
}

#about {
  background-color: #f6f6f6;
  min-height: 400px;
}

#about .about_second_row {
  padding: 20px 0 90px 0;
}

#about h3 {
  font-size: 1.3em;
  color: #8dc63f;
  padding: 5px 0;
}

#about h3:hover {

}

#about h3 span {
  padding-right: 5px;
}

#about p {
  line-height: 23px;
}

.second_banner {
  min-height: 500px;
  background-image: url(../img/wtchBG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  text-align: right;
  position: relative;
}

.second_banner .second_banner_title {
  position: absolute;
  left: 10%;
  top: 30px;
  text-shadow: 1px 1px 1px rgba(0,0,0, .2);
}

.second_banner h3 {
  font-size: 32px;
}

.second_banner h2 {
  font-size: 70px;
}

.second_banner p {
  font-size: 19px;
  color: white;
}

#product {
  min-height: 400px;
  text-align: left;
  background-color: #efefef;
}

#product .row {
  padding: 0 0 90px 0;
}

#product .section_title {
  text-align: left;
}

#product .section_under_title {
  text-align: left;
  padding: 0 0 5px 0;
}

#product .underline_title {
  margin: 10px 0;
}

#product .col-lg-12 {
  padding-bottom: 40px;
}

#product ul li {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 25px;
  padding: 0 0 8px 0;
  color: dimgrey;
}

#product ul li span {
  color: #fef47c;
  padding-right: 10px;
}

#product ul li p {
  font-weight: 300;
  padding: 0 0 0 26px;
}

#certificate {
  background-color: #f6f6f6;
  min-height: 400px;
  text-align: center;
}

#certificate .second-cert-logo {
  border-left: 1px solid #acacac;
}

#certificate .certificate_first_row {
  padding-top: 40px;
}

#certificate .certificate_first_row img {
  padding: 20px 0 0 0;
  max-width: 257px;
}

#certificate h2 {
  padding: 110px 0 0 0;
}

#certificate h3 {
  font-size: 1.3em;
  font-weight: 600;
  padding: 20px;
}

#certificate p {
  padding: 0 10px 50px 10px;
  line-height: 23px;
  font-weight: 400;
}

#certificate p span {
  font-size: 0.8em;
}

#certificate .certificate_second_row {
  padding: 40px 0 80px 0;
}

#certificate .certificate_second_row p {
  font-size: 0.9em;
  text-align: center;
}

#certificate .section_under_title {
  padding: 0 0 5px 0;
}

.third_banner {
  height: 80px;
  background-image: url(../img/tirBG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  text-align: center;
  position: relative;
}

#contact {
  text-align: center;
  min-height: 400px;
  background-color: #efefef;
  padding-bottom: 100px;
}

#contact h2 {
  padding-bottom: 5px;
}

#contact #company {
  padding: 20px 0 60px 0;
  line-height: 23px;
}

#contact #company img {
  max-width: 20%;
  padding-top: 40px;
}

#contact h3 {
  font-size: 1.2em;
  font-weight: 400;
  padding: 10px 0 0 0;
}

#contact h4 {
  font-size: 1.3em;
  line-height: 28px;
  font-weight: 400;
}

#contact h5 {
  font-size: 0.8em;
  color: dimgray;
  padding-bottom: 5px;
  font-weight: 300;
  padding-top: 3px;
  padding-bottom: 20px;
}

#contact p {
  line-height: 28px;
  font-weight: 300;
}

#contact #people {
  padding: 0 0 60px 0;
}

#contact #people h4 {

}

#legal {
  background-color: #f6f6f6;
  text-align: center;
  padding: 70px 20px;
}

#legal .container {
  max-width: 2500px;
  width: 100%;
}

#legal p {
  font-family: 'Lato', sans-serif;
  font-size: 0.7em;
  font-weight: 300;
}

#legal p span {
  font-weight: 400;
}

footer {
  background-color: #618631;
  color: white;
}

footer #footer_first_row .footer_logo {
  max-width: 80%;
  text-align: center;
  background-color: #f6f6f6;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px;
}

footer #footer_first_row .footer_text {
  padding: 20px;
}

footer #footer_second_row {
  padding: 40px 0 20px 0;
}

footer img {
  width: 80%;
}

footer p {
  line-height: 23px;
  font-size: 0.9em;
}

.subfooter {
  font-size: 0.8em;
  background-color: #305008;
  color: white;
  padding: 10px;
}

.subfooter a {
  text-align: right;
  color: white;
}

@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav li a {
    padding: 40px 10px 20px 10px;
    font-size: 1.1em;
  }
  #about h3 {
    padding: 20px 0 0 0;
  }
  #product .row {
    text-align: center;
    padding: 0 0 30px 0;
  }
  #certificate h2 {
    padding: 30px 0 0 0;
  }
  #contact h2 {
    padding: 30px 0 0 0;
  }
  #contact h2 #people {
    padding: 0;
  }
  footer {
    text-align: center;
  }
  footer img {
    width: 40%;
    padding: 0 0 30px 0;
  }
  .first_banner .first_banner_title {
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
  .section_title {
    text-align: left;
  }
  .section_under_title {
    text-align: left;
  }
  .underline_title {
    margin: 0;
  }
  header img {
    width: 90%;
  }
  .navbar-default .navbar-left {
    text-align: center;
  }
  .navbar-default .navbar-right {
    text-align: center;
  }
  .navbar-default .navbar-nav li a:hover {
    color: #486d29;
    font-weight: 600;
  }
  #product {
    text-align: center;
  }
  #product ul li p {
    padding: 0;
  }
  #contact h2 {
    text-align: center;
  }
  #contact .underline_title {
    margin: 0 auto;
  }
  #contact #company img {
    max-width: 60%;
  }
  footer img {
    width: 50%;
  }
  .lang {
    top: 15;
  }
  #certificate .second-cert-logo {
    border-left: none;
  }
  .navbar-toggle {
    float: left;
    margin-right: 0;
    margin-left: 15px;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    padding-top: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:focus:after, .navbar-default .navbar-nav > .active > a:hover:after {
    display: none;
  }
  .navbar-default .navbar-nav li a {
    padding: 5px 5px;
  }
}

@media screen and (min-width: 767px) {
  .navbar {
    padding: 0;
  }
  .navbar-nav > li > a {
    padding-top: 40px;
  }
}

@media screen and (max-width: 400px) {
  .first_banner .first_banner_title {
    position: static;
    text-align: center;
    padding-top: 50%;
  }
  .first_banner .first_banner_title h3 {
    font-size: 1em;
  }
  .first_banner .first_banner_title h2 {
    font-size: 3em;
  }
}

.underline-span {
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background-color: #496d2d;
  margin-bottom: 13px;
}

.contact-icon {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  left: -6px;
}

.email {
  background-image: url(../img/email.svg);
}

.mobile {
  background-image: url(../img/mobile.svg);
}

.phone {
  background-image: url(../img/phone.svg);
}

.fax {
  background-image: url(../img/fax.svg);
}

.skype {
  background-image: url(../img/skype.svg);
}

.contact-top {
  padding: 70px 0;
}





