@charset "UTF-8";
body {
  font-size: 14px;
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}

ul.g-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.g-list li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.g-list li:before {
  content: "•";
  color: #A6DB40;
  font-size: 1.5em;
  line-height: 1.2;
  margin-right: 0.3em;
  vertical-align: top;
}

ul.g-list.g-list-style-ticks li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.g-no-see {
  position: absolute;
  left: -999em;
}

.g-a-text {
  color: #F3DF02;
}

.g-b-text {
  color: #F8BE00;
}

.g-c-text {
  color: #ED6519;
}

.g-d-text {
  color: #EA352D;
}

.g-gumistat-text {
  color: #aaa;
}

.g-torfin-text {
  color: #A6DB40;
}

.g-button {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 5px;
  border-bottom: 4px solid;
  border-color: #a2d937;
  background-color: #A6DB40;
  color: #333;
  font-size: 0.9rem;
  text-align: center;
}

.g-button:hover,
.g-button:focus,
.g-button:active,
.g-button:visited {
  color: #333;
}

.g-animated {
  /*visibility: hidden;*/
}

.g-animated.animated {
  visibility: visible;
}

/* Gumisil Headings */
.g-heading {
  padding: 30px 0;
  background: #333 url(../images/gumisil-g-light.png) no-repeat center;
  border: none;
}

.g-heading h2 {
  text-align: center;
  font-size: 40px !important;
  line-height: 110%;
  letter-spacing: 1px;
  color: #fff;
}

.g-heading h2 strong {
  font-weight: normal;
  color: #A6DB40;
}

@media (min-width: 1024px) {
  .g-heading {
    padding: 60px 0;
    background-position: 2% center;
  }
  .g-heading h2 {
    font-size: 72px !important;
  }
}

#g-footer {
  background: transparent url(../images/fertile-soil.jpg) center bottom;
  background-size: cover;
  border: none;
  padding: 110px 0 120px 0;
  text-align: center;
}

@media (min-width: 1600px) {
  #g-footer {
    padding: 140px 0 150px 0;
  }
}

#g-footer h3 {
  color: #fff;
  margin-bottom: 60px;
}

@media (min-width: 1400px) {
  #g-footer h3 {
    font-size: 50px !important;
    margin-bottom: 80px;
  }
}

#g-footer .contact-eco-button {
  font-size: 1.3em;
}

/* Gumisil products */
.g-products {
  padding: 50px 0;
  background: #efefef;
}

.g-products .main {
  width: 94%;
  max-width: 1400px;
}

.g-product {
  position: relative;
  margin: 10px 10px 30px 10px;
  padding: 30px;
  cursor: pointer;
}

.g-product .icon {
  text-align: center;
  margin: 10px 0 0;
}

.g-product .icon img {
  max-width: 200px;
  max-height: 125px;
}

.g-product .g-product-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border: 7px solid #A6DB40;
  border-radius: 20px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}

.g-product .g-button {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

.g-product:hover .g-product-bg {
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
}

.g-product.g-a .g-product-bg {
  border-color: #F3DF02;
}

.g-product.g-a ul li:before {
  color: #F3DF02;
}

.g-product.g-a h3 strong {
  color: #F3DF02;
}

.g-product.g-a .g-button {
  background-color: #F3DF02;
  border-color: #dac802;
}

.g-product.g-a:hover .g-button {
  background-color: #fded35;
}

.g-product.g-b .g-product-bg {
  border-color: #F8BE00;
}

.g-product.g-b ul li:before {
  color: #F8BE00;
}

.g-product.g-b h3 strong {
  color: #F8BE00;
}

.g-product.g-b .g-button {
  background-color: #F8BE00;
  border-color: #dfaa00;
}

.g-product.g-b:hover .g-button {
  background-color: #ffd036;
}

.g-product.g-c .g-product-bg {
  border-color: #ED6519;
}

.g-product.g-c ul li:before {
  color: #ED6519;
}

.g-product.g-c h3 strong {
  color: #ED6519;
}

.g-product.g-c .g-button {
  background-color: #ED6519;
  border-color: #db5a11;
}

.g-product.g-c:hover .g-button {
  background-color: #f18b52;
}

.g-product.g-c .icon img {
  margin-top: 15px;
}

.g-product.g-d .g-product-bg {
  border-color: #EA352D;
}

.g-product.g-d ul li:before {
  color: #EA352D;
}

.g-product.g-d h3 strong {
  color: #EA352D;
}

.g-product.g-d .g-button {
  background-color: #EA352D;
  border-color: #e62017;
}

.g-product.g-d:hover .g-button {
  background-color: #f06b65;
}

.g-product.g-si .g-product-bg {
  border-color: #aaa;
}

.g-product.g-si ul li:before {
  color: #aaa;
}

.g-product.g-si h3 strong {
  color: #aaa;
}

.g-product.g-si .g-button {
  background-color: #aaa;
  border-color: #9d9d9d;
}

.g-product.g-si:hover .g-button {
  background-color: #c9c9c9;
}

.g-product.g-torfin .g-product-bg {
  border-color: #A6DB40;
}

.g-product.g-torfin ul li:before {
  color: #A6DB40;
}

.g-product.g-torfin h3 strong {
  color: #A6DB40;
}

.g-product.g-torfin .g-button {
  background-color: #A6DB40;
  border-color: #9cd72b;
}

.g-product.g-torfin:hover .g-button {
  background-color: #bee573;
}

@media (min-width: 1024px) {
  .g-products {
    padding: 100px 0;
    background: #efefef;
  }
  .g-product {
    margin: 40px;
  }
  .g-product .icon {
    position: absolute;
    bottom: -50px;
    right: -70px;
  }
  .g-product .icon img {
    max-width: 250px;
    max-height: 180px;
  }
  .g-product .g-button {
    display: inline-block;
  }
  .g-product.g-a .icon {
    bottom: -63px;
    right: -95px;
  }
  .g-product.g-b .icon {
    bottom: -55px;
    right: -80px;
  }
  .g-product.g-si .icon {
    border-radius: 50%;
    border: 4px solid #aaa;
    background: #fff;
    overflow: hidden;
    width: 200px;
    height: 200px;
  }
  .g-product.g-si .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -125px;
    max-width: 250px;
    max-height: 250px;
  }
  .g-product.g-torfin .icon {
    bottom: -40px;
    right: -70px;
  }
}

@media (min-width: 1400px) {
  .g-product {
    padding: 40px 50px;
  }
  .g-product .icon {
    position: absolute;
    bottom: -50px;
    right: -70px;
  }
  .g-product .icon img {
    max-width: none;
    max-height: 200px;
  }
  .g-product.g-si .icon {
    border-width: 5px;
    width: 300px;
    height: 300px;
  }
  .g-product.g-si .icon img {
    margin-left: -175px;
    margin-top: -175px;
    max-width: 350px;
    max-height: 350px;
  }
  .g-product.g-torfin .icon {
    bottom: -45px;
    right: -80px;
  }
}

.g-product-details {
  padding: 130px 0 100px;
}

.g-product-details .one_fourth, .g-product-details .one_fourth_last,
.g-product-details .one_half, .g-product-details .one_half_last,
.g-product-details .one_third, .g-product-details .one_third_last {
  margin-bottom: 70px;
}

.g-product-details .main p {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.g-product-details .main h5 {
  text-align: center;
  margin: 80px 0 20px 0;
}

.g-product-details .main table.g-table-contents {
  width: 100%;
  margin: 20px auto;
}

@media (min-width: 480px) {
  .g-product-details .main table.g-table-contents {
    width: 70%;
  }
}

.g-product-details .main table.g-table-contents th, .g-product-details .main table.g-table-contents td {
  width: 20%;
}

.g-product-details .main table.g-table-contents th:first-child, .g-product-details .main table.g-table-contents td:first-child {
  width: 80%;
}

.g-product-details .main table.g-table-instructions {
  width: 100%;
  margin: 20px auto;
}

@media (min-width: 1024px) {
  .g-product-details .main table.g-table-instructions {
    width: 80%;
  }
}

.g-product-details .main table.g-table-instructions th, .g-product-details .main table.g-table-instructions td {
  width: 30%;
}

.g-product-details .main table.g-table-instructions th:first-child, .g-product-details .main table.g-table-instructions td:first-child {
  width: 70%;
  text-align: left;
}

/* Overwrite Ecorecyle */
#headerwrap.pmc_menu_transparent {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
}

#headerwrap.pmc_menu_transparent:hover {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
}

@media (min-width: 480px) {
  #headerwrap.fixed {
    position: fixed;
  }
}

#header #logo {
  margin-top: 6px;
  position: relative;
}

#header #logo img {
  display: block;
}

#header .resp_menu_button {
  top: 15px;
}

#header .respMenu {
  margin-top: 10px;
  /*
    display: none !important;
    @media (max-width: ($screen-md - 1)) {
      display: block !important;
      
    }*/
}

#header .respMenu a em {
  font-size: 0.9em;
  text-transform: lowercase;
}

#header .respMenu a em:before {
  content: "-";
  margin: 0 7px;
}

#header .respMenu .g-a {
  color: #F3DF02;
}

#header .respMenu .g-b {
  color: #F8BE00;
}

#header .respMenu .g-c {
  color: #ED6519;
}

#header .respMenu .g-d {
  color: #EA352D;
}

#header .respMenu .g-torfin {
  color: #A6DB40;
}

#header .respMenu .g-gumistat {
  color: #aaa;
}

#header .pagenav {
  /*
    display: none !important;
    @media (min-width: $screen-md) {
      display: block !important;
      
    }*/
}

#header ul.menu {
  padding-top: 15px;
}

#header ul.menu > li {
  padding: 0 12px !important;
  border: none;
}

#header ul.menu > li a {
  text-transform: none;
}

#header ul.menu > li a span {
  color: inherit;
}

#header ul.menu > li a em {
  font-size: 0.8em;
}

#header ul.menu > li > a {
  text-transform: uppercase;
  padding-bottom: 15px;
}

#header ul.menu ul.sub-menu,
#header ul.menu ul.children {
  margin-top: 0 !important;
}

#header ul.menu ul.sub-menu li:hover,
#header ul.menu ul.children li:hover {
  background: rgba(166, 219, 64, 0.7) !important;
}

#header ul.menu ul.sub-menu li a,
#header ul.menu ul.children li a {
  font-family: 'Roboto' !important;
  font-size: 16px !important;
}

#footerbwrap {
  height: auto;
  padding-bottom: 18px;
}

#footerbwrap #footerb .language_switcher {
  margin-top: 6px;
  text-align: center;
  color: #fff;
}

@media (min-width: 1024px) {
  #footerbwrap #footerb .language_switcher {
    display: none;
  }
}

#footerbwrap #footerb .language_switcher li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  list-style: none;
}

#footerbwrap #footerb .language_switcher a {
  color: #fff;
  outline: none;
}

#footerbwrap #footerb .language_switcher a:hover,
#footerbwrap #footerb .language_switcher a:focus {
  color: #A6DB40;
}

.mainwrap.mainarrow::after {
  z-index: 10;
}

.circles-number .circles-number:before {
  content: "+";
}

.gallery-icon img {
  width: auto;
}

.wc-gallery .gallery .gallery-icon a {
  text-align: center;
}

/* RTL support */
.rtl {
  direction: rtl;
}

body.rtl {
  direction: ltr;
}

body.rtl ul.menu {
  direction: rtl;
}

body.rtl ul.menu li {
  direction: ltr;
}

body.rtl .rev_slider_wrapper {
  direction: rtl;
}

body.rtl .g-product-details .main table.g-table-contents th, body.rtl .g-product-details .main table.g-table-contents td {
  width: 80%;
}

body.rtl .g-product-details .main table.g-table-contents th:first-child, body.rtl .g-product-details .main table.g-table-contents td:first-child {
  width: 20%;
}

/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */